/* ═══════════════════════════════════════════════════════════════════════════
   THE CHARTER — Variation C · photography-led, light grounds
   Built to the Figma spec. 1280 canvas, 1088 content, 96px gutters.
   ═══════════════════════════════════════════════════════════════════════════ */

:root{
  --ivory:#F1EBDF;
  --bone:#EDE6D6;
  --bronze:#876736;
  --ink:#0B121C;
  --steel:#51565E;

  --ground:var(--ivory);
  --band:var(--bone);
  --text:var(--ink);
  --muted:var(--steel);

  --page:1280px;
  --content:1088px;
  --wide:1200px;
  --gut:96px;
  --gut-wide:40px;

  --serif:'Cinzel',Georgia,'Times New Roman',serif;
  --sans:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  --ui:'Source Sans 3','Source Sans Pro',-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;

  --track:0.045em;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--ground);
  color:var(--text);
  font-family:var(--sans);
  font-weight:400;
  font-size:16px;
  line-height:28px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,p,ul,ol,figure{margin:0;padding:0}
ul,ol{list-style:none}
:focus-visible{outline:2px solid var(--bronze);outline-offset:3px}

.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{position:absolute;left:-9999px;top:0;z-index:300;background:var(--ink);color:var(--ivory);padding:16px 24px}
.skip:focus{left:0}

/* ── Shared type ───────────────────────────────────────────────────────── */
.eyebrow{
  font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;
  letter-spacing:var(--track);text-transform:uppercase;color:var(--muted);
}
.eyebrow-bronze{color:var(--bronze)}
.display{font-family:var(--serif);font-weight:700;font-size:40px;line-height:54px;color:var(--ink)}
.display-sm{font-family:var(--serif);font-weight:700;font-size:32px;line-height:44px;color:var(--ink)}
.display-lg{font-family:var(--serif);font-weight:700;font-size:56px;line-height:72px;color:var(--ink)}
.lede{font-family:var(--sans);font-weight:300;font-size:20px;line-height:34px;color:var(--muted)}
.body{font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--muted)}
.body-16{font-family:var(--sans);font-weight:400;font-size:16px;line-height:28px;color:var(--muted)}
.flag{
  font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;
  letter-spacing:var(--track);color:var(--bronze);
}
.rule{height:1px;background:var(--bronze);width:100%}

/* ── Button ────────────────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:15px 30px;background:var(--ink);border:1px solid var(--ink);border-radius:2px;
  font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;
  letter-spacing:var(--track);text-transform:uppercase;color:var(--ivory);
  cursor:pointer;transition:border-color .15s ease-out,background .15s ease-out;
}
.btn:hover{border-color:var(--bronze);background:#111A26}
.btn-line{background:transparent;color:var(--ink);border-color:var(--bronze)}
.btn-line:hover{background:var(--bronze);color:var(--ivory);border-color:var(--bronze)}
.linklike{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;letter-spacing:inherit;text-transform:inherit}

/* ── Nav ───────────────────────────────────────────────────────────────── */
.nav{position:sticky;top:0;z-index:100;background:var(--ivory)}
.nav-in{
  max-width:var(--page);margin:0 auto;height:101px;padding:26px var(--gut-wide);
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
}
.nav-links{display:flex;align-items:center;gap:18px}
.nav-links a{
  font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;
  letter-spacing:var(--track);text-transform:uppercase;color:var(--steel);
  transition:color .15s ease-out;
}
.nav-links a:hover,.nav-links a[aria-current]{color:var(--ink)}
.wordmark{
  font-family:var(--serif);font-weight:400;font-size:22px;line-height:30px;
  letter-spacing:var(--track);text-transform:uppercase;color:var(--ink);
  text-align:center;white-space:nowrap;
}
.nav-cta{display:flex;justify-content:flex-end;align-items:center}
.nav-burger{display:none;background:none;border:0;padding:10px;cursor:pointer;justify-self:end}
.bars,.bars::before,.bars::after{display:block;content:"";width:22px;height:1.5px;background:var(--ink)}
.bars::before{transform:translateY(-7px)}
.bars::after{transform:translateY(5.5px)}
.nav-mobile{display:none;flex-direction:column;gap:18px;padding:24px var(--gut-wide) 40px;border-top:1px solid rgba(135,103,54,.3);background:var(--ivory)}
.nav-mobile a{font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;letter-spacing:var(--track);text-transform:uppercase;color:var(--steel)}
.nav-mobile .btn{align-self:flex-start}

/* ── Section shells ────────────────────────────────────────────────────── */
.sec{max-width:var(--page);margin:0 auto;padding:72px var(--gut);background:var(--ivory)}
.sec-bone{background:var(--bone)}
.sec-wide{padding-left:var(--gut-wide);padding-right:var(--gut-wide)}
.sec > * + *{margin-top:20px}
.inner{max-width:var(--content)}
.inner-wide{max-width:var(--wide)}
.band-bone{background:var(--bone)}
.center{text-align:center}

/* ── Hero ──────────────────────────────────────────────────────────────── */
.hero{position:relative;height:880px;overflow:hidden}
.hero-photo{position:absolute;inset:0}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo::after{content:"";position:absolute;inset:0;background:var(--ink);opacity:.4}
.hero-copy{
  position:absolute;left:48px;bottom:48px;width:660px;max-width:calc(100% - 96px);
  padding:40px 44px;background:var(--ivory);
  display:flex;flex-direction:column;align-items:flex-start;gap:18px;
}
.hero-copy h1{font-family:var(--serif);font-weight:700;font-size:28px;line-height:40px;color:var(--ink);max-width:572px}
.hero-copy p{font-family:var(--sans);font-weight:300;font-size:16px;line-height:28px;color:var(--steel);max-width:540px}

/* ── Numbers ───────────────────────────────────────────────────────────── */
.numbers{max-width:var(--page);margin:0 auto;padding:56px var(--gut-wide) 32px;background:var(--ivory);
  display:flex;flex-direction:column;align-items:center;gap:23px}
.stats{display:flex;width:100%;max-width:var(--wide)}
.stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}
.stat b{font-family:var(--serif);font-weight:700;font-size:52px;line-height:60px;color:var(--ink);font-variant-numeric:tabular-nums}
.stat i{display:block;width:40px;height:1px;background:var(--bronze)}
.stat span{font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;letter-spacing:var(--track);text-transform:uppercase;color:var(--steel)}
.numbers .rule{max-width:var(--wide)}
.cities{font-family:var(--sans);font-weight:500;font-size:16px;line-height:19px;letter-spacing:var(--track);color:var(--steel)}

/* ── Weekend diptych ───────────────────────────────────────────────────── */
.diptych{display:flex;max-width:var(--page);margin:0 auto}
.dip{flex:1;display:flex;flex-direction:column}
.dip figure{height:520px}
.dip img{width:100%;height:100%;object-fit:cover}
.dip-copy{background:var(--ivory);padding:28px 36px;display:flex;flex-direction:column;gap:10px}
.dip-copy p{font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--steel)}

/* ── Two column body ───────────────────────────────────────────────────── */
.two-body{display:flex;gap:24px;max-width:var(--content)}
.two-body p{flex:1;font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--steel)}

/* ── Formats grid ──────────────────────────────────────────────────────── */
.formats{display:flex;flex-wrap:wrap;gap:36px 24px;max-width:var(--wide)}
.fmt{width:384px;display:flex;flex-direction:column;gap:12px}
.fmt-media{position:relative;width:100%;height:300px;overflow:hidden}
.fmt-media img{width:100%;height:100%;object-fit:cover}
.fmt-cap{
  position:absolute;left:0;right:0;bottom:0;
  background:var(--ink);padding:20px 24px 22px;
  display:flex;flex-direction:column;gap:6px;
  opacity:0;transform:translateY(100%);
  transition:opacity .2s ease-out,transform .2s ease-out;
}
.fmt:hover .fmt-cap,.fmt:focus-within .fmt-cap,.fmt.is-open .fmt-cap{opacity:1;transform:none}
.fmt-cap em{font-style:normal;font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;letter-spacing:var(--track);text-transform:uppercase;color:var(--bone)}
.fmt-cap p{font-family:var(--sans);font-weight:400;font-size:16px;line-height:26px;color:var(--ivory)}
.fmt h3{font-family:var(--serif);font-weight:400;font-size:19px;line-height:27px;letter-spacing:var(--track);text-transform:uppercase;color:var(--ink)}
.fmt-btn{display:block;width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer;font:inherit;color:inherit}
.withheld{
  width:100%;height:300px;background:var(--bone);border:1px solid var(--bronze);
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:28px;
}
.withheld span{font-family:var(--sans);font-weight:500;font-size:11px;line-height:18px;letter-spacing:var(--track);text-transform:uppercase;color:var(--steel)}
.fmt-secret p{font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--steel)}

/* ── Story ─────────────────────────────────────────────────────────────── */
.story{display:flex;max-width:var(--page);margin:0 auto;min-height:600px}
.story figure{width:640px;flex:none}
.story img{width:100%;height:100%;object-fit:cover}
.story blockquote{
  flex:1;background:var(--ivory);padding:0 64px;
  display:flex;flex-direction:column;justify-content:center;gap:18px;
}
.story blockquote p{font-family:var(--serif);font-weight:400;font-size:21px;line-height:34px;color:var(--ink)}
.story blockquote footer{font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;letter-spacing:var(--track);color:var(--steel)}

/* ── Steps ─────────────────────────────────────────────────────────────── */
.steps{display:flex;gap:24px;max-width:var(--content)}
.step{flex:1;display:flex;flex-direction:column;gap:14px}
.step .rule{margin:0}
.step h3{font-family:var(--serif);font-weight:700;font-size:20px;line-height:28px;text-transform:uppercase;color:var(--ink)}
.step p{font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--steel)}
.cta-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;max-width:var(--content)}
.cta-row .body{margin:0}

/* ── The article deck ──────────────────────────────────────────────────── */
.deck-wrap{position:relative;width:100%;max-width:var(--content);height:440px}
.deck{position:absolute;inset:0}
.card{
  position:absolute;left:50%;top:220px;width:355px;height:405px;
  margin-left:-177.5px;margin-top:-202.5px;
  background:var(--ivory);border:1.35px solid rgba(11,18,28,.14);border-radius:2.7px;
  box-shadow:0 8.1px 24.3px rgba(11,18,28,.1);
  overflow:hidden;cursor:pointer;
  transform:translateX(var(--x,0)) scale(var(--s,1));
  opacity:var(--o,1);
  transition:transform .45s var(--ease),opacity .45s var(--ease);
}
.card .tide{position:absolute;left:0;right:0;bottom:0;height:76.4%;background:var(--ink);transition:height .3s ease-out}
.card.is-active .tide,.card:hover .tide{height:96.8%}
.card > *:not(.tide){position:relative;z-index:1}
.card .numeral{
  position:absolute;left:29.7px;top:35.1px;
  font-family:var(--serif);font-weight:400;font-size:27px;line-height:38px;
  letter-spacing:var(--track);text-transform:uppercase;color:var(--ink);
  transition:color .3s ease-out;
}
.card.is-active .numeral,.card:hover .numeral{color:var(--bronze)}
.card .hair{position:absolute;left:29.7px;top:89.1px;width:295.65px;height:1.35px;background:var(--bronze)}
.card .title{
  position:absolute;left:29.7px;right:29.7px;top:110.7px;
  font-family:var(--sans);font-weight:500;font-size:13.5px;line-height:23px;
  letter-spacing:.06em;text-transform:uppercase;color:var(--ivory);
}
.card .principle{
  position:absolute;left:29.7px;right:29.7px;top:156.6px;
  font-family:var(--sans);font-weight:400;font-size:17.55px;line-height:30px;color:var(--ivory);
  opacity:0;transition:opacity .3s ease-out;
}
.card.is-active .principle,.card:hover .principle{opacity:1}
.card .arrow{
  position:absolute;left:29.7px;bottom:34px;
  font-family:var(--sans);font-size:24.3px;line-height:32px;color:var(--bronze);
  opacity:0;transition:opacity .3s ease-out;
}
.card.is-active .arrow{opacity:1}
.card.off1{--x:274px;--s:.7407;--o:1}
.card.off1n{--x:-274px;--s:.7407;--o:1}
.card.off2{--x:466px;--s:.5778;--o:.9}
.card.off2n{--x:-466px;--s:.5778;--o:.9}
.card.off3,.card.off3n{--s:.4444;--o:0;pointer-events:none}
.card.off3{--x:623px}
.card.off3n{--x:-623px}
.deck-nav{display:flex;justify-content:center;gap:12px;margin-top:24px}
.deck-nav button{
  width:40px;height:40px;border-radius:50%;border:1px solid var(--bronze);
  background:transparent;color:var(--bronze);cursor:pointer;font-size:16px;line-height:1;
}
.deck-nav button:hover{background:var(--bronze);color:var(--ivory)}

/* ── LinkedIn posts ────────────────────────────────────────────────────── */
.posts{display:flex;flex-wrap:wrap;gap:20px;max-width:var(--content)}
.post{
  width:349px;background:#FFF;border:1px solid rgba(0,0,0,.08);border-radius:8px;
  display:flex;flex-direction:column;overflow:hidden;font-family:var(--ui);
}
.post-flag{background:#FFF3CD;color:#7A5C00;padding:6px 16px;font-weight:600;font-size:9.5px;line-height:13px;letter-spacing:.06em;text-transform:uppercase}
.post-in{padding:12px 16px 4px;display:flex;flex-direction:column;gap:8px;flex:1}
.post-head{display:flex;gap:8px;align-items:flex-start}
.post-av{width:48px;height:48px;border-radius:24px;background:#E3E3E3;flex:none;display:grid;place-items:center;font-weight:600;font-size:16px;color:rgba(0,0,0,.45)}
.post-id{flex:1;min-width:0}
.post-id b{display:block;font-weight:600;font-size:14px;line-height:20px;color:rgba(0,0,0,.9)}
.post-id span{display:block;font-weight:400;font-size:12px;line-height:16px;color:rgba(0,0,0,.6)}
.post-in-mark{width:24px;height:24px;border-radius:4px;background:#0A66C2;color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px;flex:none}
.post-body{font-weight:400;font-size:14px;line-height:20px;color:rgba(0,0,0,.9)}
.post-spacer{flex:1;min-height:12px}
.post-hr{height:1px;background:rgba(0,0,0,.08)}
.post-eng{display:flex;justify-content:space-between;align-items:center;font-weight:400;font-size:12px;line-height:16px;color:rgba(0,0,0,.6)}
.reacts{display:flex;align-items:center}
.reacts i{width:16px;height:16px;border:1.5px solid #fff;display:block;margin:0 -5px}
.reacts i:nth-child(1){background:#378FE9}
.reacts i:nth-child(2){background:#6DAE4F}
.reacts i:nth-child(3){background:#DF704D}
.reacts b{font-weight:400;margin-left:12px}
.post-actions{display:flex;justify-content:space-between;align-items:center;padding:4px 0}
.post-actions span{display:flex;align-items:center;gap:6px;padding:8px 6px;border-radius:4px;font-weight:600;font-size:13.5px;line-height:18px;color:rgba(0,0,0,.6)}
.post-actions em{width:19px;height:19px;background:rgba(0,0,0,.6);display:block;flex:none;
  -webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}

/* ── Press rail ────────────────────────────────────────────────────────── */
.rail{display:flex;align-items:center;width:100%;max-width:var(--content);height:124px;border:1px solid rgba(135,103,54,.4)}
.rail li{flex:1;display:grid;place-items:center;padding:0 12px;height:100%}
.rail li + li{border-left:1px solid rgba(135,103,54,.28)}
.rail span{font-family:var(--sans);font-weight:500;font-size:11px;line-height:16px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel);opacity:.55}

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.faq{display:flex;flex-direction:column;gap:28px;max-width:var(--content)}
.faq details{display:flex;flex-direction:column;gap:14px}
.faq details + details{padding-top:28px;border-top:1px solid var(--bronze)}
.faq summary{
  list-style:none;cursor:pointer;
  font-family:var(--serif);font-weight:700;font-size:24px;line-height:34px;color:var(--ink);
  display:flex;justify-content:space-between;align-items:baseline;gap:24px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--bronze);font-family:var(--sans);font-weight:400;font-size:22px}
.faq details[open] summary::after{content:"–"}
.faq p{max-width:860px;font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--steel);padding-top:14px}

/* ── Closing photo block ───────────────────────────────────────────────── */
.closing{position:relative;height:620px;overflow:hidden}
.closing > img{width:100%;height:100%;object-fit:cover}
.closing-copy{
  position:absolute;left:48px;bottom:48px;width:660px;max-width:calc(100% - 96px);
  padding:40px 44px;background:var(--ivory);
  display:flex;flex-direction:column;align-items:flex-start;gap:16px;
}
.closing-copy h2{font-family:var(--serif);font-weight:700;font-size:30px;line-height:42px;color:var(--ink);max-width:572px}
.closing-copy p{font-family:var(--sans);font-weight:300;font-size:16px;line-height:28px;color:var(--steel);max-width:540px}

/* ── Full-bleed photo panels (Inside) ──────────────────────────────────── */
.plate{position:relative;overflow:hidden;height:720px}
.plate.tall{height:860px}
.plate.short{height:620px}
.plate > img{width:100%;height:100%;object-fit:cover}
.plate::after{content:"";position:absolute;inset:0;background:#000;opacity:.45}
.plate-copy{position:absolute;z-index:2;display:flex;flex-direction:column;gap:14px;color:var(--ivory)}
.plate-copy .eyebrow{color:var(--ivory);font-size:13px;line-height:20px}
.plate-copy h1,.plate-copy h2{font-family:var(--serif);font-weight:700;color:var(--ivory)}
.plate-copy h1{font-size:56px;line-height:72px}
.plate-copy h2{font-size:44px;line-height:56px}
.plate-copy h3{font-family:var(--serif);font-weight:700;font-size:36px;line-height:46px;color:var(--ivory)}
.plate-copy p{font-family:var(--sans);font-weight:400;font-size:20px;line-height:34px;color:var(--ivory)}
.pos-bl{left:72px;bottom:92px;width:860px;max-width:calc(100% - 144px)}
.pos-tr{right:72px;top:80px;width:660px;max-width:calc(100% - 144px)}
.pos-ml{left:72px;top:236px;width:700px;max-width:calc(100% - 144px)}
.pos-half{left:48px;bottom:48px;width:460px;max-width:calc(100% - 96px)}
.plate-pair{display:flex;max-width:var(--page);margin:0 auto}
.plate-pair .plate{flex:1;height:620px}

/* ── Membership steps ──────────────────────────────────────────────────── */
.gate{
  display:flex;justify-content:space-between;align-items:center;
  max-width:var(--page);margin:0 auto;padding-left:var(--gut);background:var(--ivory);
}
.gate-copy{width:420px;flex:none;display:flex;flex-direction:column;gap:10px;padding:48px 24px 48px 0}
.gate-n{font-family:var(--serif);font-weight:700;font-size:34px;line-height:44px;color:var(--bronze)}
.gate-copy h2{font-family:var(--serif);font-weight:400;font-size:24px;line-height:34px;letter-spacing:var(--track);text-transform:uppercase;color:var(--ink)}
.gate-copy p{font-family:var(--sans);font-weight:400;font-size:16px;line-height:28px;color:var(--steel)}
.gate figure{flex:none}
.gate img{width:100%;height:100%;object-fit:cover}
.gate-1 figure{width:400px;height:360px}
.gate-2 figure{width:560px;height:440px}
.gate-3 figure{width:700px;height:520px}

/* ── Unchartered ───────────────────────────────────────────────────────── */
.masthead{max-width:var(--page);margin:0 auto;padding:140px 160px;background:var(--ivory);display:flex;flex-direction:column;gap:22px}
.masthead h1{font-family:var(--serif);font-weight:700;font-size:56px;line-height:72px;color:var(--ink);max-width:960px}
.masthead p{font-family:var(--sans);font-weight:300;font-size:21px;line-height:38px;color:var(--steel);max-width:960px}
.masthead .rule{max-width:960px}
.figure-full{max-width:var(--page);margin:0 auto;height:640px}
.figure-full img{width:100%;height:100%;object-fit:cover}
.copy-band{max-width:var(--page);margin:0 auto;padding:76px 160px;background:var(--bone)}
.copy-band p{font-family:var(--sans);font-weight:400;font-size:20px;line-height:36px;color:var(--steel);max-width:880px}
.classes{display:flex;flex-direction:column;gap:48px;max-width:960px}
.klass{display:flex;flex-direction:column;gap:12px}
.klass .fmt-media{height:460px}
.klass h3{font-family:var(--serif);font-weight:400;font-size:26px;line-height:36px;letter-spacing:var(--track);text-transform:uppercase;color:var(--ink)}
.statement{max-width:var(--page);margin:0 auto;padding:130px 160px;background:var(--ivory);display:flex;flex-direction:column;align-items:center;gap:20px}
.statement h2{font-family:var(--serif);font-weight:700;font-size:34px;line-height:48px;text-align:center;color:var(--ink);max-width:960px}
.statement .display{font-size:38px;line-height:52px;text-align:center}
.statement .sub{font-family:var(--serif);font-weight:400;font-size:24px;line-height:36px;text-align:center;color:var(--steel)}

/* ── Partnerships ──────────────────────────────────────────────────────── */
.band-title{max-width:var(--page);margin:0 auto;padding:64px var(--gut-wide);background:var(--ivory);display:flex;align-items:flex-end;gap:64px}
.band-title h1{font-family:var(--serif);font-weight:700;font-size:46px;line-height:60px;color:var(--ink);width:700px;flex:none}
.band-title .intro{flex:1;font-family:var(--sans);font-weight:300;font-size:17px;line-height:30px;color:var(--steel)}
.mosaic{max-width:var(--page);margin:0 auto;padding:0 var(--gut-wide);background:var(--ivory);display:flex;flex-direction:column;gap:8px}
.mosaic-row{display:flex;gap:8px}
.tile{position:relative;overflow:hidden;flex:1}
.tile img{width:100%;height:100%;object-fit:cover}
.tile.has-photo::after{content:"";position:absolute;inset:0;background:var(--ink);opacity:.5}
.tile-copy{position:absolute;z-index:2;left:32px;right:32px;bottom:32px;display:flex;flex-direction:column;gap:10px}
.tile h3{font-family:var(--serif);font-weight:400;font-size:22px;line-height:30px;letter-spacing:var(--track);text-transform:uppercase}
.tile p{font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px}
.tile.on-photo h3,.tile.on-photo p{color:var(--ivory)}
.tile.on-bone{background:var(--bone)}
.tile.on-bone h3{color:var(--ink)}
.tile.on-bone p{color:var(--steel)}
.row-a{height:420px}
.row-a .tile:first-child{flex:740}
.row-a .tile:last-child{flex:452}
.row-b{height:300px}
.value-cols{max-width:var(--page);margin:0 auto;padding:72px var(--gut);background:var(--bone);display:flex;gap:48px}
.value-cols > div{flex:1;display:flex;flex-direction:column;gap:12px}
.value-cols h2{font-family:var(--serif);font-weight:400;font-size:22px;line-height:32px;letter-spacing:var(--track);text-transform:uppercase;color:var(--ink)}
.value-cols p{font-family:var(--sans);font-weight:400;font-size:16px;line-height:28px;color:var(--steel)}
.logo-row{display:flex;align-items:center;gap:24px;width:100%;max-width:var(--wide);height:88px}
.logo-row li{flex:1;display:grid;place-items:center}
.logo-row span{font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;letter-spacing:var(--track);text-transform:uppercase;color:var(--steel)}

/* ── Contact ───────────────────────────────────────────────────────────── */
.contact{max-width:var(--page);margin:0 auto;padding:140px var(--gut);background:var(--ivory);
  display:flex;flex-direction:column;align-items:center;gap:54px}
.contact figure{width:560px;height:360px;max-width:100%}
.contact figure img{width:100%;height:100%;object-fit:cover}
.contact h1{font-family:var(--serif);font-weight:700;font-size:52px;line-height:66px;text-align:center;color:var(--ink)}
.routes{display:flex;gap:56px;width:100%;max-width:1000px}
.route{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.route .eyebrow{color:var(--bronze)}
.route p{font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--steel)}
.route a.mail{font-weight:700;text-decoration:underline}

/* ── Apply split ───────────────────────────────────────────────────────── */
.apply{display:flex;max-width:var(--page);margin:0 auto;min-height:980px}
.apply figure{width:600px;flex:none}
.apply figure img{width:100%;height:100%;object-fit:cover}
.apply-form{
  flex:1;background:var(--ivory);padding:64px 72px;
  display:flex;flex-direction:column;justify-content:center;gap:18px;
}
.apply-form h1{font-family:var(--serif);font-weight:700;font-size:32px;line-height:44px;color:var(--ink);max-width:536px}
.apply-form > p{font-family:var(--sans);font-weight:300;font-size:16px;line-height:28px;color:var(--steel);max-width:536px}
.form{display:flex;flex-direction:column;gap:18px;width:100%;max-width:536px}
.field{display:flex;flex-direction:column;gap:7px;border:0;padding:0;margin:0}
.field > label,.field > legend{
  font-family:var(--sans);font-weight:500;font-size:11px;line-height:17px;
  letter-spacing:var(--track);text-transform:uppercase;color:var(--steel);padding:0;
}
.field input[type=text],.field input[type=email],.field textarea,.field select{
  width:100%;height:46px;padding:0 14px;
  background:var(--bone);border:1px solid var(--steel);border-radius:2px;
  font-family:var(--sans);font-size:15px;color:var(--ink);
}
.field textarea{height:84px;padding:12px 14px;resize:vertical;line-height:24px}
.field select{height:46px}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--bronze)}
.field [aria-invalid=true]{border-color:#A4443B}
.field-error{font-family:var(--sans);font-size:12.5px;line-height:20px;color:#A4443B}
.field-help{font-family:var(--sans);font-size:12.5px;line-height:20px;color:var(--steel)}
.note{font-family:var(--sans);font-weight:400;font-size:14px;line-height:24px;color:var(--steel)}
.check{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;cursor:pointer;
  font-family:var(--sans);font-weight:400;font-size:14px;line-height:24px;color:var(--steel)}
.check input{margin-top:5px;width:16px;height:16px;accent-color:var(--bronze)}
.consent-field{border:1px solid rgba(135,103,54,.5);padding:20px 22px;margin:0;display:flex;flex-direction:column;gap:14px}
.consent-fine{font-family:var(--sans);font-size:12.5px;line-height:20px;color:var(--steel)}
.consent-fine a{text-decoration:underline;color:var(--bronze)}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.notice{padding:14px 20px;border-left:2px solid #A4443B;background:rgba(164,68,59,.07);
  font-family:var(--sans);font-size:14px;line-height:24px;color:var(--ink)}
.reference{font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;letter-spacing:var(--track);text-transform:uppercase;color:var(--steel)}

/* ── Legal pages ───────────────────────────────────────────────────────── */
.legal{max-width:860px;margin:0 auto;padding:100px var(--gut) 120px}
.legal h1{margin-bottom:20px}
.legal h2{font-family:var(--serif);font-weight:700;font-size:24px;line-height:34px;color:var(--ink);
  margin:48px 0 14px;padding-top:24px;border-top:1px solid var(--bronze)}
.legal p,.legal li{font-family:var(--sans);font-weight:400;font-size:15px;line-height:26px;color:var(--steel);margin-bottom:14px}
.legal ul,.legal ol{padding-left:1.2em;list-style:disc}
.legal ol{list-style:decimal}
.legal a{color:var(--bronze);text-decoration:underline}
.legal code{font-family:ui-monospace,Menlo,monospace;font-size:13px;background:var(--bone);padding:1px 6px}
.legal .state{border-left:2px solid var(--bronze);padding-left:16px}
.legal-table{width:100%;border-collapse:collapse;margin:24px 0;display:block;overflow-x:auto}
.legal-table th{text-align:left;font-family:var(--sans);font-weight:500;font-size:11px;line-height:17px;
  letter-spacing:var(--track);text-transform:uppercase;color:var(--steel);
  border-bottom:1px solid var(--bronze);padding:0 16px 8px 0;white-space:nowrap}
.legal-table td{font-family:var(--sans);font-size:14px;line-height:24px;color:var(--steel);
  border-bottom:1px solid rgba(135,103,54,.25);padding:14px 16px 14px 0;vertical-align:top}
.prefs{max-width:660px;display:flex;flex-direction:column;gap:16px;margin-top:24px}

/* ── Footer ────────────────────────────────────────────────────────────── */
.foot{max-width:var(--page);margin:0 auto;padding:48px var(--gut);background:var(--bone);
  display:flex;flex-direction:column;gap:20px}
.foot-row{display:flex;justify-content:space-between;align-items:center;gap:16px;max-width:var(--content);width:100%}
.foot-id{display:flex;flex-direction:column;gap:6px}
.foot-id .wordmark{text-align:left}
.foot-id span{font-family:var(--sans);font-weight:400;font-size:12px;line-height:19px;color:var(--steel)}
.foot-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.foot-links a{font-family:var(--sans);font-weight:500;font-size:12px;line-height:19px;letter-spacing:var(--track);text-transform:uppercase;color:var(--steel)}
.foot-links a:hover{color:var(--bronze)}
.foot .rule{max-width:var(--content)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;max-width:var(--content);width:100%}
.foot-bottom span,.foot-bottom a,.foot-bottom button{font-family:var(--sans);font-weight:400;font-size:12px;line-height:19px;color:var(--steel)}
.foot-bottom .cities-line{font-weight:500;letter-spacing:var(--track);text-transform:uppercase}
.foot-legal{display:flex;gap:18px;flex-wrap:wrap}
.foot-legal a:hover,.foot-legal button:hover{color:var(--bronze)}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width:1279px){
  :root{--gut:56px;--gut-wide:32px}
  .masthead,.copy-band{padding-left:56px;padding-right:56px}
  .story figure,.apply figure{width:44%}
  .gate-1 figure,.gate-2 figure,.gate-3 figure{width:44%;height:auto;align-self:stretch}
}
@media (max-width:1000px){
  .nav-in{grid-template-columns:1fr auto}
  .nav-links,.nav-cta{display:none}
  .wordmark{grid-column:1;justify-self:start;text-align:left}
  .nav-burger{display:block}
  .nav-mobile{display:flex}
  .nav-mobile[hidden]{display:none}
  .formats{justify-content:center}
  .fmt{width:min(384px,100%)}
  .posts{justify-content:center}
  .post{width:min(349px,100%)}
  .plate-copy h1{font-size:40px;line-height:52px}
  .plate-copy h2{font-size:32px;line-height:44px}
  .masthead h1,.display-lg{font-size:40px;line-height:52px}
}
@media (max-width:860px){
  :root{--gut:24px;--gut-wide:20px}
  .hero{height:auto}
  .hero-photo{position:relative;height:52vh}
  .hero-copy{position:static;width:100%;max-width:none;padding:32px 24px 40px}
  .closing{height:auto}
  .closing > img{height:44vh}
  .closing-copy{position:static;width:100%;max-width:none;padding:32px 24px 40px}
  .display{font-size:30px;line-height:42px}
  .display-sm{font-size:26px;line-height:36px}
  .stats{flex-direction:column;gap:40px}
  .diptych,.two-body,.steps,.story,.apply,.routes,.value-cols,.band-title,.mosaic-row{flex-direction:column}
  .story figure,.apply figure{width:100%;height:52vh}
  .apply-form{padding:40px 24px}
  .row-a,.row-b{height:auto}
  .tile{min-height:300px}
  .gate{flex-direction:column;padding-left:0}
  .gate-copy{width:100%;padding:32px 24px}
  .gate figure{width:100%!important;height:auto!important}
  .gate img{height:auto}
  .masthead{padding:64px 24px}
  .copy-band,.statement{padding:56px 24px}
  .contact{padding:64px 24px}
  .plate,.plate.tall,.plate.short,.plate-pair .plate{height:auto;min-height:440px}
  .plate > img{position:absolute;inset:0;height:100%}
  .plate-copy{position:relative;padding:64px 24px 48px}
  .pos-bl,.pos-tr,.pos-ml,.pos-half{left:auto;right:auto;top:auto;bottom:auto;width:100%;max-width:none}
  .plate-pair{flex-direction:column}
  .deck-wrap{height:380px}
  .card{transform:translateX(calc(var(--x,0) * .55)) scale(var(--s,1))}
  .legal{padding:64px 24px 80px}
  .foot-row,.foot-bottom{flex-direction:column;align-items:flex-start}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
@media print{.nav,.foot,.consent,.btn{display:none}body{background:#fff}}

/* Post action icons — thin line glyphs rather than the grey blocks the
   Figma export leaves as placeholders. */
.post-actions em{
  background:rgba(0,0,0,.6);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
  -webkit-mask-size:contain;mask-size:contain;
}
.post-actions span:nth-child(1) em{-webkit-mask-image:var(--i-like);mask-image:var(--i-like)}
.post-actions span:nth-child(2) em{-webkit-mask-image:var(--i-comment);mask-image:var(--i-comment)}
.post-actions span:nth-child(3) em{-webkit-mask-image:var(--i-repost);mask-image:var(--i-repost)}
.post-actions span:nth-child(4) em{-webkit-mask-image:var(--i-send);mask-image:var(--i-send)}
:root{
  --i-like:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M7 10v10H4V10h3zm3 10h7.5a2 2 0 0 0 2-1.6l1.3-6.4A1.5 1.5 0 0 0 19.3 10H14l.8-4a2 2 0 0 0-2-2.4L10 10v10z'/%3E%3C/svg%3E");
  --i-comment:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M4 5h16v11H9l-5 4V5z'/%3E%3C/svg%3E");
  --i-repost:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M4 9V7a2 2 0 0 1 2-2h11m0 0-3-3m3 3-3 3M20 15v2a2 2 0 0 1-2 2H7m0 0 3 3m-3-3 3-3'/%3E%3C/svg%3E");
  --i-send:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M21 3 3 10.5l7 3 3 7L21 3z'/%3E%3C/svg%3E");
}

/* Sticky nav is 101px; keep anchor jumps clear of it. */
html{scroll-padding-top:120px}
