:root {
  --ink: #171717;
  --muted: #6e6e73;
  --paper: #fbfbfd;
  --surface: #ffffff;
  --line: #e8e8ed;
  --soft: #f5f5f7;
  --gold: #9a6f3f;
  --gold-pale: #f1e8dc;
  --max: 1180px;
  --radius: 28px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: #fff; padding: .7rem 1rem; border-radius: 12px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 15px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.display { margin: 0; font-size: clamp(3rem, 6vw, 5.9rem); line-height: .98; letter-spacing: -.065em; font-weight: 650; }
.headline { margin: 0; max-width: 760px; font-size: clamp(2.2rem, 4.3vw, 4.45rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 650; }
.lede { margin: 22px 0 0; max-width: 600px; color: #4c4c50; font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.55; }
.section { padding: clamp(72px, 10vw, 150px) 0; }
.section--tight { padding: clamp(56px, 7vw, 100px) 0; }
.section--soft { background: var(--soft); }
.section--dark { background: #171717; color: #f5f5f7; }
.section--dark .lede, .section--dark .muted { color: #bababe; }
.section--dark .eyebrow { color: #d7b47f; }
.section--dark .number-list, .section--dark .number-row { border-color: #39393d; }
.section--dark .number-row p { color: #bababe; }
.section-rule { height: 1px; background: var(--line); }
.muted { color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 980px; background: var(--ink); color: #fff; font-size: .94rem; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.button--light { background: #fff; color: var(--ink); }
.button--outline { background: transparent; border-color: #d2d2d7; color: var(--ink); }
.button--outline:hover { background: #fff; }
.button--gold { background: var(--gold); }
.button--text { min-height: auto; padding: 0; background: none; color: var(--gold); gap: 8px; }
.button--text:hover { box-shadow: none; transform: none; color: #74532f; }
.arrow { font-size: 1.15em; line-height: 1; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,251,253,.82); border-bottom: 1px solid rgba(232,232,237,.75); backdrop-filter: blur(18px) saturate(140%); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1rem; font-weight: 680; letter-spacing: -.025em; white-space: nowrap; }
.brand-mark { width: 24px; height: 24px; object-fit: contain; }
.brand-dot { color: var(--gold); }
.primary-nav { display: flex; align-items: center; gap: 21px; }
.primary-nav a { color: #515156; font-size: .78rem; font-weight: 620; letter-spacing: .02em; white-space: nowrap; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); }
.nav-cta { padding: 9px 14px; border-radius: 980px; background: var(--ink); color: #fff !important; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; color: var(--ink); }
.menu-toggle svg { width: 22px; height: 22px; }

.hero { position: relative; min-height: min(760px, calc(100vh - 72px)); display: grid; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 50%, #f1e8dc 0, rgba(241,232,220,.46) 20%, transparent 48%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(24px, 5vw, 80px); align-items: center; padding: clamp(64px, 8vw, 112px) 0; }
.hero-copy { position: relative; z-index: 1; }
.hero .lede { max-width: 540px; }
.hero-art { position: relative; min-height: 490px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: min(37vw, 480px); aspect-ratio: 1; border: 1px solid rgba(154,111,63,.24); border-radius: 50%; }
.hero-art::after { content: ""; position: absolute; width: min(30vw, 380px); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(241,232,220,.75)); box-shadow: 0 30px 70px rgba(74,51,25,.09); }
.portrait { position: relative; z-index: 1; width: min(420px, 90%); max-height: 530px; object-fit: contain; filter: drop-shadow(0 26px 28px rgba(0,0,0,.14)); }
.hero-note { position: absolute; right: 0; bottom: 10%; z-index: 2; max-width: 185px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 10px 30px rgba(0,0,0,.06); color: var(--muted); font-size: .77rem; backdrop-filter: blur(12px); }
.hero-note strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .94rem; }

.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-item { padding: 25px 30px 27px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-number { display: block; font-size: 1.65rem; line-height: 1; font-weight: 670; letter-spacing: -.04em; }
.trust-label { display: block; margin-top: 8px; color: var(--muted); font-size: .78rem; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: clamp(32px, 8vw, 130px); align-items: end; }
.quote-large { margin: 0; max-width: 510px; font-size: clamp(1.55rem, 2.65vw, 2.45rem); line-height: 1.18; letter-spacing: -.04em; font-weight: 510; }
.quote-large cite { display: block; margin-top: 20px; color: var(--gold); font-size: .74rem; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.capability { min-height: 284px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, box-shadow .25s ease; }
.capability:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.capability-index { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.capability h3 { margin: 39px 0 8px; font-size: 1.58rem; letter-spacing: -.04em; }
.capability-label { margin: 0; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.capability p { margin: 18px 0 0; color: var(--muted); font-size: .94rem; }

.split-feature { display: grid; grid-template-columns: minmax(240px, .76fr) minmax(0, 1.24fr); gap: clamp(32px, 7vw, 110px); align-items: center; }
.portrait-panel { position: relative; min-height: 445px; display: grid; place-items: end center; overflow: hidden; border-radius: var(--radius); background: var(--gold-pale); }
.portrait-panel::before { content: ""; position: absolute; width: 115%; aspect-ratio: 1; top: -18%; border: 1px solid rgba(154,111,63,.25); border-radius: 50%; }
.portrait-panel img { position: relative; z-index: 1; width: min(330px, 78%); margin-bottom: -14px; }
.feature-copy h2 { max-width: 720px; }
.feature-copy .lede { max-width: 650px; }
.feature-list { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.feature-list strong { font-weight: 650; letter-spacing: -.015em; }
.feature-list span { color: var(--gold); font-size: .78rem; font-weight: 700; }
.feature-list p { grid-column: 2; margin: -7px 0 0; color: var(--muted); font-size: .92rem; }

.statement { max-width: 930px; margin: 0 auto; text-align: center; }
.statement p { margin: 0; font-size: clamp(2.25rem, 5vw, 5.2rem); line-height: 1.04; letter-spacing: -.06em; font-weight: 625; }
.statement em { color: var(--gold); font-style: normal; }

.page-hero { padding: clamp(80px, 12vw, 152px) 0 clamp(58px, 8vw, 98px); }
.page-hero .lede { max-width: 670px; }
.page-kicker { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.page-kicker::before { width: 22px; height: 1px; background: currentColor; content: ""; }

.number-list { border-top: 1px solid var(--line); }
.number-row { display: grid; grid-template-columns: 96px minmax(185px, .6fr) minmax(0, 1.4fr); gap: 26px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.number-row .number { color: var(--gold); font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.number-row h3 { margin: 0; font-size: 1.2rem; letter-spacing: -.025em; }
.number-row p { margin: 0; color: var(--muted); font-size: .96rem; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric { padding: 26px 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.metric strong { display: block; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1; letter-spacing: -.06em; }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: .78rem; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-card { padding: 30px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.detail-card h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.03em; }
.detail-card .mini-label { margin: 7px 0 0; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.detail-card p { margin: 18px 0 0; color: var(--muted); font-size: .94rem; }
.detail-card--dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.detail-card--dark p { color: #c1c1c6; }

.book-showcase { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 8vw, 130px); align-items: center; }
.book-image { padding: clamp(22px, 5vw, 56px); border-radius: var(--radius); background: #f4eee5; }
.book-image img { border-radius: 14px; box-shadow: 0 28px 50px rgba(35,24,14,.17); }
.link-list { margin: 32px 0 0; border-top: 1px solid var(--line); }
.link-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font-weight: 600; letter-spacing: -.015em; }
.link-list a span:last-child { color: var(--gold); }

.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.format { min-height: 250px; display: flex; flex-direction: column; padding: 26px; border-radius: 24px; background: var(--soft); }
.format:nth-child(2) { background: var(--gold-pale); }
.format:nth-child(3) { background: #e9edf0; }
.format:nth-child(4) { background: #ece8e4; }
.format span { color: var(--gold); font-size: .73rem; font-weight: 700; letter-spacing: .1em; }
.format h3 { margin: auto 0 8px; font-size: 1.3rem; line-height: 1.1; letter-spacing: -.035em; }
.format p { margin: 0; color: #545458; font-size: .87rem; }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, #f5f5f7, #e8e6e2); }
.video-card:nth-child(2) { background: linear-gradient(145deg, #edf0f3, #e1e6e9); }
.video-card:nth-child(3) { background: linear-gradient(145deg, #f0e8df, #e9ddd1); }
.video-card .play { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(0,0,0,.13); border-radius: 50%; background: rgba(255,255,255,.6); color: var(--ink); }
.video-card h3 { margin: 12px 0 5px; font-size: 1.35rem; letter-spacing: -.035em; }
.video-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.gallery-empty { display: grid; place-items: center; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg, #f2f2f4, #e5e4e0); text-align: center; }
.gallery-empty img { width: 240px; opacity: .82; filter: grayscale(1); mix-blend-mode: multiply; }
.gallery-empty p { max-width: 370px; margin: 12px 24px 42px; color: var(--muted); }

.download-list { border-top: 1px solid var(--line); }
.download-item { display: grid; grid-template-columns: 1.05fr 1.5fr auto; align-items: center; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.download-item h3 { margin: 0; font-size: 1.15rem; letter-spacing: -.025em; }
.download-item p { margin: 0; color: var(--muted); font-size: .91rem; }
.download-type { color: var(--gold); font-size: .71rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.article-card { max-width: 790px; padding: clamp(28px, 5vw, 55px); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.article-card h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -.045em; }
.article-card p { max-width: 610px; margin: 19px 0 0; color: var(--muted); font-size: 1.06rem; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr); gap: clamp(34px, 7vw, 105px); }
.contact-form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 16px; border: 1px solid #d5d5db; border-radius: 14px; outline: none; background: #fff; color: var(--ink); }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(154,111,63,.12); }
.contact-details { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-details li { padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-details span { display: block; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-details a, .contact-details strong { display: block; margin-top: 5px; font-size: .98rem; font-weight: 560; }
.form-status { min-height: 1.25rem; margin: -4px 0 0; color: var(--gold); font-size: .87rem; }

.cta-band { padding: clamp(55px, 8vw, 95px) 0; background: #1b1b1d; color: #fff; }
.cta-band .cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.cta-band h2 { max-width: 650px; margin: 0; font-size: clamp(2.25rem, 4vw, 4.1rem); line-height: 1.02; letter-spacing: -.055em; }
.cta-band p { margin: 17px 0 0; color: #bababe; }
.cta-band .button--outline { color: #fff; border-color: #5c5c60; }
.cta-band .button--outline:hover { background: #fff; color: var(--ink); }

.site-footer { padding: 50px 0 28px; background: #121213; color: #e9e9ed; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 32px; padding-bottom: 48px; }
.footer-brand { font-size: 1.08rem; font-weight: 680; letter-spacing: -.025em; }
.footer-copy { max-width: 330px; margin: 13px 0 0; color: #9a9a9f; font-size: .89rem; }
.footer-heading { margin: 0 0 12px; color: #9a9a9f; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #e6e6ea; font-size: .9rem; }
.footer-links a:hover { color: #d7b47f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #303034; color: #8e8e93; font-size: .75rem; }

@media (max-width: 990px) {
  .primary-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 14px 24px 26px; background: rgba(251,251,253,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(0,0,0,.08); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { padding: 13px 0; font-size: 1rem; }
  .nav-cta { width: max-content; margin-top: 8px; padding: 11px 17px !important; color: #fff !important; }
  .menu-toggle { display: grid; place-items: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-art { min-height: 370px; margin-top: -10px; }
  .hero-art::before { width: min(75vw, 440px); }
  .hero-art::after { width: min(62vw, 360px); }
  .portrait { max-width: 320px; max-height: 405px; }
  .hero-note { right: 4%; bottom: 5%; }
  .capability-grid, .format-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr; }
  .video-card { min-height: 240px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, var(--max)); }
  .header-inner { height: 64px; }
  .primary-nav { inset: 64px 0 auto; padding-left: 16px; padding-right: 16px; }
  .display { font-size: clamp(2.85rem, 13vw, 4.1rem); }
  .hero-grid { padding: 55px 0 35px; }
  .hero-art { min-height: 318px; }
  .hero-note { padding: 11px 13px; font-size: .7rem; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item { padding: 18px 16px; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .split-feature, .book-showcase, .contact-grid { grid-template-columns: 1fr; }
  .capability-grid, .format-grid, .detail-grid, .metric-grid { grid-template-columns: 1fr; }
  .capability { min-height: auto; }
  .capability h3 { margin-top: 28px; }
  .portrait-panel { min-height: 380px; }
  .number-row { grid-template-columns: 56px 1fr; gap: 12px; }
  .number-row p { grid-column: 2; }
  .download-item { grid-template-columns: 1fr; gap: 9px; }
  .download-item .button { width: max-content; margin-top: 5px; }
  .cta-band .cta-inner { display: grid; align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

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