/* ============================================================
   MANAGED ASSETS by Leromaul — shared stylesheet
   ============================================================ */

:root {
  --bg: #F0F0ED;
  --bg-alt: #E6E5E1;
  --ink: #232321;
  --ink-soft: #6B6A66;
  --line: #D9D8D3;
  --accent: #6B4E3D;
  --accent-soft: #9C7E68;
  --max-width: 1080px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Work Sans', 'Segoe UI', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(240, 240, 237, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}

.brand {
  display: flex;
  align-items: center;
}

.brand-logo {
  height: 34px;
  width: auto;
  display: block;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: 32px;
}

nav.main-nav {
  display: flex;
  gap: 36px;
}

nav.main-nav a {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: color 0.2s ease;
}

nav.main-nav a:hover {
  color: var(--accent);
}

.nav-toggle {
  display: none;
}

.lang-switch {
  display: flex;
  gap: 6px;
  align-items: center;
}

.lang-switch a {
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 5px 9px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  transition: all 0.2s ease;
}

.lang-switch a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.lang-switch a.active {
  border-color: var(--ink);
  color: var(--ink);
}

/* ---------- Hero ---------- */

.hero {
  min-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 32px 90px;
  background: var(--ink);
}

.hero-inner {
  max-width: 760px;
}

.hero-logo {
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.2;
}

.hero .byline {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 14px;
}

.hero .claim {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-style: italic;
  color: var(--bg);
  margin-top: 34px;
}

.hero .sub {
  font-size: 16px;
  color: #C6C5C0;
  margin-top: 18px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero .btn.accent {
  border-color: var(--accent-soft);
  color: var(--accent-soft);
}

.hero .btn.accent:hover {
  background: var(--accent-soft);
  color: var(--ink);
}

.btn {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 36px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.btn:hover {
  background: var(--ink);
  color: var(--bg);
}

.btn.accent {
  border-color: var(--accent);
  color: var(--accent);
}

.btn.accent:hover {
  background: var(--accent);
  color: #fff;
}

/* ---------- Sections ---------- */

section {
  padding: 100px 0;
  border-top: 1px solid var(--line);
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.section-label {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}

.section-head h2 {
  font-size: clamp(26px, 3.4vw, 36px);
}

.lede {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 20px auto 0;
}

#about {
  background: var(--bg-alt);
}

.about-body {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.about-body p {
  color: var(--ink-soft);
  font-size: 16px;
  margin: 0 0 20px;
}

.note-line {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 19px;
  color: var(--ink);
  margin-top: 32px;
}

/* ---------- Services ---------- */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.service-card {
  padding: 8px;
}

.service-card .num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 15px;
  color: var(--accent-soft);
  letter-spacing: 0.1em;
}

.service-card h3 {
  font-size: 22px;
  margin: 14px 0 18px;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card li {
  font-size: 14.5px;
  color: var(--ink-soft);
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.service-card li:first-child {
  border-top: none;
}

/* ---------- Experience ---------- */

#experience {
  background: var(--bg-alt);
}

.experience-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
}

.experience-list li {
  font-size: 16px;
  color: var(--ink-soft);
  padding: 20px 0;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
}

.experience-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.experience-list li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 9px;
}

.stat-row {
  display: flex;
  justify-content: center;
  gap: 56px;
  margin-top: 56px;
  flex-wrap: wrap;
  text-align: center;
}

.stat-row div span {
  display: block;
}

.stat-row .stat-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  color: var(--ink);
}

.stat-row .stat-label {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  margin-top: 6px;
  max-width: 180px;
}

/* ---------- Founder ---------- */

.founder-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.founder-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(160deg, #E3E3E0, #CFCFC9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.founder-photo .monogram {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 56px;
  color: var(--ink);
  letter-spacing: 0.05em;
}

.founder-text .role {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 10px;
  display: block;
}

.founder-text h2 {
  font-size: 30px;
}

.founder-text p {
  color: var(--ink-soft);
  font-size: 16px;
  margin-top: 18px;
}

/* ---------- Contact ---------- */

#contact {
  text-align: center;
  background: var(--ink);
  color: var(--bg);
  border-top: none;
}

#contact h2 {
  color: var(--bg);
  font-size: clamp(28px, 3.6vw, 40px);
}

#contact .lede {
  color: #C6C5C0;
}

.contact-details {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.contact-details .name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
}

.contact-details .loc {
  color: #A6A5A0;
  font-size: 14px;
}

#contact .btn {
  border-color: var(--accent-soft);
  color: var(--accent-soft);
  margin-top: 36px;
}

#contact .btn:hover {
  background: var(--accent-soft);
  color: var(--ink);
}

/* ---------- Footer ---------- */

footer.site-footer {
  background: var(--ink);
  color: #9B9A95;
  padding: 32px 0 40px;
  font-size: 12.5px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

footer.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

footer.site-footer a {
  color: #BFBEB9;
  margin-left: 20px;
}

footer.site-footer a:hover {
  color: var(--accent-soft);
}

/* ---------- Legal pages ---------- */

.legal-page {
  padding: 140px 0 100px;
  max-width: 760px;
  margin: 0 auto;
}

.legal-page h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.legal-page .updated {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 48px;
  display: block;
}

.legal-page h2 {
  font-size: 20px;
  margin-top: 44px;
  margin-bottom: 14px;
}

.legal-page p, .legal-page li {
  font-size: 15px;
  color: var(--ink-soft);
}

.legal-page ul {
  padding-left: 20px;
}

.back-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .founder-photo {
    max-width: 260px;
    margin: 0 auto;
  }
  .founder-text {
    text-align: center;
  }
}

@media (max-width: 680px) {
  nav.main-nav {
    display: none;
  }
  .wrap {
    padding: 0 20px;
  }
  .site-header .wrap {
    height: 66px;
  }
  .brand-logo {
    height: 26px;
  }
  section {
    padding: 72px 0;
  }
  .hero {
    padding: 100px 24px 64px;
    min-height: auto;
  }
  .hero-logo {
    max-width: 320px;
  }
  .stat-row {
    gap: 32px;
  }
  .founder-grid {
    padding: 0;
  }
  footer.site-footer .wrap {
    flex-direction: column;
    text-align: center;
  }
  footer.site-footer a {
    margin: 0 10px;
  }
}

@media (max-width: 380px) {
  .lang-switch a {
    padding: 4px 7px;
    font-size: 10px;
  }
  .brand-logo {
    height: 22px;
  }
}
