:root {
  --ink: #102a3a;
  --ink-2: #17384a;
  --paper: #f7f5ef;
  --white: #ffffff;
  --gold: #c6ad62;
  --mint: #dce9e3;
  --line: rgba(16, 42, 58, .14);
  --muted: #5d6c74;
  --shadow: 0 22px 70px rgba(16, 42, 58, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 120px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 999; background: white; padding: 10px 14px; }
.skip:focus { left: 8px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,245,239,.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-weight: 850; letter-spacing: -.04em; font-size: 1.4rem; text-decoration: none; }
.brand::after { content: "."; color: var(--gold); }
.section-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 28px); margin-left: auto; }
.section-nav a { position: relative; color: var(--muted); font-size: .82rem; font-weight: 760; text-decoration: none; white-space: nowrap; }
.section-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--gold); transition: right .2s ease; }
.section-nav a:hover::after, .section-nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.lang-switch a { min-width: 42px; padding: 5px 10px; border-radius: 999px; text-align: center; text-decoration: none; font-size: .82rem; font-weight: 800; }
.lang-switch a[aria-current="page"] { background: var(--ink); color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; }
.button.secondary { background: transparent; }
.button.gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.hero { position: relative; overflow: hidden; background: var(--ink); color: white; padding: clamp(62px, 6vw, 82px) 0 64px; }
.hero::before { content: ""; position: absolute; inset: auto -8% -60% auto; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(198,173,98,.5); box-shadow: 0 0 0 80px rgba(198,173,98,.06), 0 0 0 170px rgba(198,173,98,.03); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(42px, 5vw, 64px); align-items: center; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 850; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.04em; }
h1 { margin-top: 16px; font-size: clamp(3rem, 6vw, 5.25rem); max-width: 830px; }
h2 { font-size: clamp(2.25rem, 5vw, 4.4rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 700px; font-size: clamp(1.08rem, 1.7vw, 1.28rem); color: rgba(255,255,255,.78); margin: 24px 0 28px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .button.secondary { border-color: rgba(255,255,255,.46); color: white; }
.portrait-frame { position: relative; margin: 8px auto 0; width: min(360px, 100%); aspect-ratio: 4/5; border: 1px solid rgba(198,173,98,.55); border-radius: 200px 200px 28px 28px; padding: 12px; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 190px 190px 20px 20px; filter: grayscale(100%); }
.portrait-label { position: absolute; right: -22px; bottom: 26px; background: var(--paper); color: var(--ink); border-radius: 18px; padding: 14px 18px; font-weight: 800; box-shadow: var(--shadow); }
.hero-offer { width: fit-content; max-width: 700px; margin-top: 20px; padding: 12px 15px; display: grid; grid-template-columns: auto auto; gap: 2px 14px; align-items: center; border: 1px solid rgba(198,173,98,.48); border-radius: 14px; background: rgba(255,255,255,.06); }
.hero-offer span { color: rgba(255,255,255,.85); font-size: .91rem; }
.hero-offer strong { color: white; }
.hero-offer a { color: var(--gold); font-size: .91rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.hero-offer small { grid-column: 1 / -1; color: rgba(255,255,255,.52); font-size: .69rem; line-height: 1.45; }
.budget-note { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: .88rem; font-weight: 700; }
.proofbar { background: white; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 24px 18px; text-align: center; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-size: 1.2rem; }
.proof-item span { color: var(--muted); font-size: .88rem; }
.section { padding: clamp(82px, 8vw, 104px) 0; }
.section.white { background: white; }
.section.dark { background: var(--ink); color: white; }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; margin-bottom: 56px; }
.outcomes-head { grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 6vw, 80px); align-items: end; margin-bottom: 44px; }
.outcomes-head h2 { max-width: 650px; font-size: clamp(2.25rem, 4vw, 3.75rem); }
.section-head p { margin: 0; color: var(--muted); font-size: 1.15rem; max-width: 680px; }
.dark .section-head p { color: rgba(255,255,255,.68); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.card .num { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-weight: 850; margin-bottom: 42px; }
.card p { color: var(--muted); margin: 14px 0 0; }
.culture-callout { margin-top: 22px; padding: 20px 24px; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; background: rgba(198,173,98,.13); font-size: 1.05rem; font-weight: 760; }
.outcome-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.outcome { padding: 30px; background: white; min-height: 180px; }
.outcome svg { width: 28px; height: 28px; color: var(--gold); margin-bottom: 24px; }
.about-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; align-items: center; }
.about-portrait { position: relative; width: min(360px, 100%); justify-self: center; }
.about-portrait img { display: block; border-radius: var(--radius); filter: grayscale(100%); width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center 18%; }
.about-portrait::after { content: attr(data-label); position: absolute; right: -18px; bottom: 28px; max-width: 280px; padding: 14px 17px; border-radius: 14px; background: var(--gold); color: var(--ink); font-size: .82rem; line-height: 1.35; font-weight: 850; text-align: center; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy p { color: rgba(255,255,255,.73); }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.tag { padding: 7px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .85rem; }
.method { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.method-step { position: relative; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.method-step::after { content: "→"; position: absolute; right: -17px; top: 50%; color: var(--gold); font-size: 1.7rem; z-index: 2; }
.method-step:last-child::after { display: none; }
.method-step strong { display: block; color: var(--gold); font-size: .8rem; letter-spacing: .12em; margin-bottom: 48px; }
.video-embed { aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius); background: var(--ink); border: 1px solid rgba(198,173,98,.4); box-shadow: var(--shadow); }
.video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { display: flex; flex-direction: column; padding: 30px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.stars { color: var(--gold); letter-spacing: .12em; }
.quote blockquote { margin: 22px 0 28px; font-size: 1.02rem; flex: 1; }
.quote cite { font-style: normal; font-weight: 850; }
.final { padding: 110px 0; background: var(--gold); }
.final-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; }
.final p { max-width: 700px; font-size: 1.12rem; }
.final .final-budget { margin-top: 18px; color: rgba(21,45,61,.78); font-size: .9rem; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.social-links { margin-top: 18px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.social-links span { margin-right: 4px; color: rgba(21,45,61,.75); font-size: .88rem; font-weight: 750; }
.social-links a { padding: 8px 14px; border: 1px solid rgba(21,45,61,.28); border-radius: 999px; color: var(--ink); font-size: .88rem; font-weight: 800; text-decoration: none; transition: background .2s ease, color .2s ease; }
.social-links a:hover, .social-links a:focus-visible { background: var(--ink); color: white; }
.site-footer { padding: 34px 0; background: var(--ink); color: rgba(255,255,255,.65); }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }

@media (max-width: 980px) {
  .nav .button { display: none; }
}

@media (max-width: 860px) {
  section[id] { scroll-margin-top: 150px; }
  .nav { flex-wrap: wrap; gap: 10px 18px; padding: 10px 0 8px; }
  .section-nav { order: 3; width: 100%; justify-content: flex-start; gap: 22px; overflow-x: auto; padding: 2px 1px 7px; scrollbar-width: none; }
  .section-nav::-webkit-scrollbar { display: none; }
  .nav-actions { margin-left: auto; }
  .hero { padding-top: 64px; }
  .hero-grid, .section-head, .about-grid, .final-grid { grid-template-columns: 1fr; gap: 42px; }
  .portrait-frame { width: min(340px, 84vw); }
  .hero-offer { width: 100%; grid-template-columns: 1fr; gap: 5px; }
  .hero-offer small { grid-column: auto; }
  .about-portrait { width: min(320px, 82vw); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards, .quotes { grid-template-columns: 1fr; }
  .method { grid-template-columns: repeat(2, 1fr); }
  .method-step::after { display: none; }
  .final-actions { justify-content: flex-start; }
  .social-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 68px; }
  .section-nav { gap: 18px; }
  .section-nav a { font-size: .78rem; }
  .section { padding: 76px 0; }
  .outcome-list, .method { grid-template-columns: 1fr; }
  .outcome { min-height: auto; }
  .portrait-label { right: -4px; }
  .about-portrait::after { right: 10px; }
  .social-links { align-items: flex-start; flex-wrap: wrap; }
  .social-links span { flex-basis: 100%; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
