@font-face { font-family:'DM Sans'; src:url('/fonts/dm-sans-latin.woff2') format('woff2'); font-style:normal; font-weight:400 500; font-display:swap; }
@font-face { font-family:'Fraunces'; src:url('/fonts/fraunces-latin.woff2') format('woff2'); font-style:normal; font-weight:400 500; font-display:swap; }

:root { --ochre:#e8d6a0; --honey:#d8bc7c; --gold:#c8a254; --dark:#2a1508; --cream:#f0e5d2; --brown:#231207; --olive:#506020; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--dark); color:var(--brown); font-family:'DM Sans',sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; }
.page-nav { position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:18px clamp(24px,5vw,64px); border-bottom:1px solid #f0e5d21f; background:var(--dark); color:var(--cream); }
.page-brand { font:400 20px Fraunces,serif; text-decoration:none; }
.page-nav nav { display:flex; align-items:center; gap:clamp(18px,3vw,42px); }
.page-nav nav > a, .page-dropdown summary { color:var(--cream); font-size:13px; opacity:.64; text-decoration:none; cursor:pointer; }
.page-nav nav > a:hover, .page-dropdown summary:hover { opacity:1; }
.page-book { padding:10px 20px; background:var(--olive); color:var(--cream)!important; font-size:11px!important; letter-spacing:.1em; opacity:1!important; text-transform:uppercase; }
.page-dropdown { position:relative; }
.page-dropdown summary { list-style:none; }
.page-dropdown summary::-webkit-details-marker { display:none; }
.page-dropdown summary::after { content:'⌄'; margin-left:5px; font-size:15px; }
.page-dropdown-menu { position:absolute; top:calc(100% + 18px); left:-14px; z-index:5; display:grid; min-width:225px; padding:10px; border:1px solid #f0e5d22e; background:var(--brown); box-shadow:0 22px 50px rgb(0 0 0 / 28%); }
.page-dropdown-menu a { padding:10px 12px; color:var(--cream); font-size:12px; white-space:nowrap; opacity:.72; text-decoration:none; }
.page-dropdown-menu a:hover { background:#f0e5d20e; opacity:1; }
.page-hero { position:relative; overflow:hidden; min-height:clamp(480px,68vh,720px); padding:clamp(68px,10vw,132px) clamp(24px,8vw,120px); background:var(--ochre); }
.page-hero::before { content:attr(data-ghost); position:absolute; top:clamp(54px,7vw,100px); left:clamp(20px,6vw,90px); color:var(--brown); font:400 clamp(76px,14vw,180px)/.84 Fraunces,serif; letter-spacing:-.05em; opacity:.055; pointer-events:none; white-space:nowrap; }
.page-hero__content { position:relative; z-index:1; max-width:780px; }
.eyebrow { margin:0 0 20px; color:var(--olive); font-size:10px; letter-spacing:.2em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:Fraunces,serif; font-weight:400; }
h1 { max-width:760px; margin-bottom:26px; color:var(--brown); font-size:clamp(48px,8vw,106px); line-height:.92; letter-spacing:-.04em; }
h1 em { color:var(--olive); font-style:italic; }
.lead { max-width:650px; margin-bottom:30px; color:#231207bf; font-size:16px; line-height:1.8; }
.button { display:inline-flex; align-items:center; gap:18px; padding:16px 22px; background:var(--dark); color:var(--cream); font-size:11px; letter-spacing:.1em; text-decoration:none; text-transform:uppercase; }
.button:hover { transform:translateY(-2px); }
.page-section { padding:clamp(64px,9vw,112px) clamp(24px,8vw,120px); background:var(--dark); color:var(--cream); }
.page-section,.page-cta { content-visibility:auto; contain-intrinsic-size:auto 680px; }
.page-section--light { background:var(--honey); color:var(--brown); }
.page-copy { max-width:780px; }
.page-copy h2 { margin-bottom:22px; font-size:clamp(32px,5vw,58px); line-height:1.02; letter-spacing:-.035em; }
.page-copy p { max-width:720px; color:#f0e5d2af; font-size:15px; line-height:1.9; }
.page-section--light .page-copy p { color:#231207b8; }
.page-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; }
.page-card { padding:32px; background:#f0e5d20b; }
.page-card i { display:block; width:28px; height:1px; margin-bottom:25px; background:var(--gold); }
.page-card h3 { margin-bottom:14px; font-size:22px; }
.page-card p { margin:0; color:#f0e5d29c; font-size:13px; line-height:1.8; }
.page-section--light .page-card { background:#2312070b; }
.page-section--light .page-card p { color:#231207b8; }
.page-profile { display:grid; grid-template-columns:minmax(240px,360px) minmax(0,720px); gap:clamp(42px,8vw,110px); align-items:center; }
.page-profile__image { overflow:hidden; background:var(--honey); }
.page-profile__image picture, .page-profile__image img { display:block; width:100%; }
.page-profile__image img { height:auto; }
.page-profile__copy h2 { margin-bottom:20px; font-size:clamp(36px,5vw,62px); line-height:1; letter-spacing:-.035em; }
.page-profile__copy p { color:#f0e5d2af; font-size:15px; line-height:1.9; }
.page-cta { padding:clamp(70px,10vw,130px) 24px; background:var(--gold); color:var(--dark); text-align:center; }
.page-cta h2 { margin-bottom:28px; font-size:clamp(42px,7vw,88px); line-height:.94; letter-spacing:-.04em; }
.page-cta em { font-style:italic; }
.page-footer { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:28px clamp(24px,5vw,64px); border-top:1px solid #f0e5d21f; background:var(--dark); color:var(--cream); font-size:11px; letter-spacing:.07em; }
.page-footer > span:first-child { font:400 17px Fraunces,serif; letter-spacing:0; }
.page-footer nav { display:flex; flex-wrap:wrap; gap:22px; }
.page-footer a { display:inline-flex; min-height:44px; align-items:center; color:rgb(240 229 210 / 72%); text-decoration:none; }
@media (max-width:760px) { .page-nav { align-items:flex-start; flex-direction:column; } .page-nav nav { flex-wrap:wrap; gap:16px; } .page-dropdown-menu { right:auto; left:0; } .page-grid,.page-profile { grid-template-columns:1fr; } .page-profile__image { max-width:420px; } .page-footer { flex-direction:column; } }

/* Impeccable shared-page refinement */
html { min-width:320px; scrollbar-color:var(--gold) var(--dark); }
body::selection { background:var(--olive); color:var(--cream); }
a,button,summary { -webkit-tap-highlight-color:rgb(200 162 84 / 24%); }
:focus-visible { outline:2px solid var(--gold); outline-offset:4px; }
.page-nav { position:sticky; top:0; z-index:20; min-height:78px; padding:14px clamp(24px,5.5vw,84px); background:rgb(42 21 8 / 96%); }
.page-brand { display:inline-flex; align-items:center; gap:12px; font-size:21px; }
.page-brand img { display:block; width:36px; height:36px; object-fit:contain; }
.page-nav nav > a,.page-dropdown summary { display:inline-flex; min-height:46px; align-items:center; font-size:14px; opacity:.72; }
.page-dropdown summary:focus-visible { outline:2px solid var(--gold); outline-offset:5px; }
.page-dropdown-menu { top:calc(100% + 8px); min-width:252px; padding:12px; box-shadow:0 24px 54px rgb(0 0 0 / 26%); }
.page-dropdown-menu a { display:flex; min-height:46px; align-items:center; padding:10px 14px; font-size:13px; }
.page-book { min-height:46px!important; padding:0 24px; font-size:12px!important; }

.page-hero { min-height:clamp(560px,76vh,790px); padding:clamp(78px,10vw,136px) clamp(24px,8vw,120px); background:var(--ochre); }
.page-hero::before { top:auto; bottom:clamp(36px,7vw,90px); left:auto; right:-.03em; max-width:100%; overflow:hidden; font-size:clamp(82px,15vw,196px); opacity:.06; }
.page-hero__content { max-width:min(74%,880px); }
.page-hero h1 { max-width:840px; margin-bottom:28px; font-size:clamp(48px,7vw,92px); line-height:.95; letter-spacing:-.035em; text-wrap:balance; }
.lead { max-width:640px; margin-bottom:32px; color:rgb(35 18 7 / 80%); font-size:17px; line-height:1.72; }
.button { min-height:52px; justify-content:center; font-weight:500; transition:transform .28s cubic-bezier(.22,1,.36,1),background .28s ease; }
.button:hover { transform:translateY(-3px); }
.button .arrow { position:relative; display:inline-block; width:15px; height:15px; }
.button .arrow::before { content:''; position:absolute; top:2px; right:1px; width:8px; height:8px; border-top:1px solid currentColor; border-right:1px solid currentColor; }
.button .arrow::after { content:''; position:absolute; top:7px; left:2px; width:11px; height:1px; background:currentColor; transform:rotate(-45deg); }

.page-section { position:relative; padding:clamp(82px,10vw,140px) clamp(24px,8vw,120px); }
.page-section:nth-of-type(even) .page-copy { margin-left:auto; }
.page-copy { max-width:880px; }
.page-copy h2 { max-width:760px; margin-bottom:28px; font-size:clamp(38px,5vw,68px); line-height:1; text-wrap:balance; }
.page-copy h3 { max-width:720px; margin-top:48px; font-size:clamp(24px,2.6vw,34px); }
.page-copy p { max-width:70ch; color:rgb(240 229 210 / 74%); font-size:16px; line-height:1.82; }
.page-copy > h2 + p { color:rgb(240 229 210 / 88%); font:italic 400 clamp(20px,2.2vw,27px)/1.55 Fraunces,serif; }
.page-section--light .page-copy p { color:rgb(35 18 7 / 76%); }
.page-section--light .page-copy > h2 + p { color:var(--brown); }
.page-copy ul { max-width:72ch; margin:30px 0; padding:0; list-style:none; }
.page-copy li { position:relative; margin:0; padding:14px 0 14px 32px; border-bottom:1px solid rgb(240 229 210 / 16%); color:rgb(240 229 210 / 74%); font-size:15px; line-height:1.7; }
.page-copy li::before { content:''; position:absolute; top:27px; left:0; width:14px; height:1px; background:var(--gold); }
.page-section--light .page-copy li { border-color:rgb(35 18 7 / 16%); color:rgb(35 18 7 / 76%); }

.page-grid { grid-template-columns:repeat(12,1fr); gap:1px; max-width:1180px; margin-top:44px; background:rgb(240 229 210 / 18%); }
.page-card { grid-column:span 3; min-height:300px; padding:clamp(28px,3.3vw,44px); background:var(--dark); }
.page-card:first-child { grid-column:span 6; }
.page-card:only-child { grid-column:4 / span 6; }
.page-card i { margin-bottom:clamp(62px,8vw,108px); }
.page-card h3 { margin-bottom:16px; font-size:clamp(24px,2.5vw,34px); line-height:1.08; }
.page-card p { color:rgb(240 229 210 / 72%); font-size:15px; line-height:1.72; }
.page-section--light .page-grid { background:rgb(35 18 7 / 22%); }
.page-section--light .page-card { background:var(--honey); }
.page-section--light .page-card p { color:rgb(35 18 7 / 74%); }
.page-steps,.page-topics { display:grid; max-width:1180px; margin:48px 0 0; border-block:1px solid rgb(35 18 7 / 24%); }
.page-steps { grid-template-columns:repeat(2,minmax(0,1fr)); padding:0; list-style:none; }
.page-steps li,.page-topics article { padding:clamp(32px,4.2vw,60px); }
.page-steps li:nth-child(even) { border-left:1px solid rgb(35 18 7 / 24%); }
.page-steps li:nth-child(n+3) { border-top:1px solid rgb(35 18 7 / 24%); }
.page-steps h3 { max-width:16ch; margin:0 0 18px; font:400 clamp(28px,3.1vw,44px)/1.04 Fraunces,serif; letter-spacing:-.03em; text-wrap:balance; }
.page-steps li::before { content:attr(data-step) '.'; display:block; margin-bottom:14px; color:var(--olive); font:italic 400 15px Fraunces,serif; letter-spacing:0; }
.page-steps p { max-width:62ch; margin:0; color:rgb(35 18 7 / 76%); font-size:15px; line-height:1.78; }
.page-topics { grid-template-columns:repeat(3,minmax(0,1fr)); }
.page-topics article + article { border-left:1px solid rgb(35 18 7 / 24%); }
.page-topics h3 { max-width:16ch; margin:0 0 18px; font:400 clamp(27px,2.7vw,38px)/1.06 Fraunces,serif; letter-spacing:-.03em; text-wrap:balance; }
.page-topics p { max-width:58ch; margin:0; color:rgb(35 18 7 / 76%); font-size:15px; line-height:1.78; }
.page-profile { grid-template-columns:minmax(280px,430px) minmax(0,720px); }
.page-profile__image { position:relative; }
.page-profile__image::after { content:''; position:absolute; inset:auto 0 0; height:34%; background:linear-gradient(transparent,rgb(35 18 7 / 72%)); pointer-events:none; }
.page-profile__copy h2 { font-size:clamp(42px,5.4vw,72px); }
.page-profile__copy p { color:rgb(240 229 210 / 74%); font-size:16px; }

.page-cta { position:relative; overflow:hidden; padding:clamp(90px,11vw,152px) 24px; }
.page-cta > * { position:relative; z-index:1; }
.page-cta h2 { margin-bottom:24px; font-size:clamp(48px,7vw,92px); text-wrap:balance; }
.page-cta p { max-width:620px; margin:0 auto 28px; color:rgb(35 18 7 / 76%); font-size:16px; line-height:1.72; }
.page-footer { padding:28px clamp(24px,5.5vw,84px); }

@media (max-width:900px) {
  .page-hero__content { max-width:82%; }
  .page-card,.page-card:first-child { grid-column:span 6; }
  .page-card:only-child { grid-column:3 / span 8; }
}

@media (max-width:760px) {
  .page-nav { position:relative; gap:12px; }
  .page-nav nav { display:grid; width:100%; grid-template-columns:repeat(4,minmax(0,1fr)); gap:6px; }
  .page-dropdown { position:static; }
  .page-dropdown summary,.page-nav nav > a { width:100%; min-height:48px; justify-content:center; padding:0 6px; border:1px solid rgb(240 229 210 / 15%); font-size:12px; text-align:center; }
  .page-dropdown-menu { position:absolute; top:100%; right:24px; left:24px; min-width:0; padding:5px; box-shadow:0 20px 42px rgb(0 0 0 / 28%); }
  .page-dropdown-menu a { min-height:44px; white-space:normal; }
  .page-book { grid-column:auto; min-height:48px!important; }
  .page-hero { min-height:auto; padding-block:82px 110px; }
  .page-hero__content { max-width:none; }
  .page-hero h1 { font-size:clamp(44px,13vw,62px); }
  .lead { font-size:16px; }
  .button { width:100%; }
  .page-section { padding-block:76px; }
  .page-copy h2 { font-size:clamp(38px,11.5vw,54px); }
  .page-copy > h2 + p { font-size:21px; }
  .page-grid { grid-template-columns:1fr; }
  .page-card,.page-card:first-child,.page-card:only-child { grid-column:auto; min-height:0; }
  .page-card i { margin-bottom:46px; }
  .page-steps,.page-topics { grid-template-columns:1fr; }
  .page-steps li,.page-topics article { padding-inline:0; }
  .page-steps li:nth-child(even) { border-left:0; }
  .page-steps li:nth-child(n+2) { border-top:1px solid rgb(35 18 7 / 24%); }
  .page-steps h3 { max-width:18ch; font-size:clamp(30px,9vw,42px); }
  .page-topics article + article { border-top:1px solid rgb(35 18 7 / 24%); border-left:0; }
  .page-topics h3 { max-width:18ch; font-size:clamp(30px,9vw,42px); }
  .page-profile { gap:48px; }
  .page-profile__copy h2 { font-size:clamp(40px,12vw,56px); }
  .page-cta h2 { font-size:clamp(46px,13vw,66px); }
  .page-footer { align-items:flex-start; }
  .page-footer nav { align-items:flex-start; flex-direction:column; gap:14px; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .button { transition:none; }
}
