/* ===== A Seat at the Table · THE STUDIO (locked brand, July 2026) =====
   Emerald covers · copper accent · cream paper · DM Sans 200/700 contrast.
   Marcellus lives only in the shared nav/footer (christie.css).
   Italics and scripts are banned. */
:root{
  --emerald:#0E3B36;
  --emerald-deep:#0A2B27;
  --copper:#C4795A;
  --copper-lt:#C08A66;
  --plum:var(--copper);        /* legacy alias */
  --plum-deep:#A96449;         /* legacy alias */
  --stone: #EAE4D8;
  --stone-deep:#E0D8C8;
}

/* Studio display: DM Sans thin against bold, lowercase */
.satt h1, .satt h2{ font-family:var(--sans); font-weight:200; text-transform:lowercase; letter-spacing:.005em; line-height:1.08; }
.satt h1 b, .satt h2 b{ font-weight:700; }
.satt h1 em, .satt h2 em, .satt h3 em{ font-style:normal; color:var(--copper); font-weight:inherit; }
.satt h3{ font-family:var(--sans); font-weight:500; }
.satt em, .satt i, .satt cite{ font-style:normal; }
.satt .eyebrow{ color:var(--copper); }
.on-stone{ background:var(--stone); }
.on-emerald{ background:var(--emerald); color:#F2EDE4; }
.on-emerald h1, .on-emerald h2{ color:#F2EDE4; }
.on-emerald p{ color:rgba(242,237,228,.82); }
.on-emerald .eyebrow{ color:var(--copper-lt); }

/* buttons: solid copper is RESERVED for "Save My Seat" */
.btn--plum{ --b:var(--emerald); background:var(--emerald); border-color:var(--emerald); color:#F2EDE4; }
.btn--plum:hover{ background:var(--emerald-deep); border-color:var(--emerald-deep); }
.btn--plumghost{ --b:var(--emerald); background:transparent; border:1px solid var(--emerald); color:var(--emerald); }
.on-emerald .btn--plumghost{ border-color:rgba(242,237,228,.5); color:#F2EDE4; }
.btn--copper{ --b:var(--copper); background:var(--copper); border-color:var(--copper); color:#fff; }
.btn--copper:hover{ background:#A96449; border-color:#A96449; color:#fff; }

/* the chair mark: line-drawn, tilted 7° (use .chair > svg in markup) */
.chair{ display:inline-block; transform:rotate(-7deg); line-height:0; }
.chair svg{ stroke:var(--copper); }

/* sign-off: always DM Sans, uppercase, copper — never script, never an image */
.sig{ font-family:var(--sans); font-style:normal; font-size:.68rem; font-weight:600; letter-spacing:.24em; text-transform:uppercase; color:var(--copper); }
.sig::before{ content:"\2014\00A0\00A0"; }

/* motifs */
.tbl-mark{ border-top:1px solid var(--copper); border-bottom:1px solid var(--copper); height:7px; width:120px; }
.table-line{ width:60px; height:1px; background:var(--copper-lt); margin:1.4rem 0; }
.table-line.center{ margin-inline:auto; }
.caption{ font-size:.58rem; letter-spacing:.13em; text-transform:uppercase; color:var(--text-soft); margin-top:1.2rem; display:flex; gap:.7rem; align-items:center; }
.caption::before{ content:""; width:28px; height:1px; background:var(--copper-lt); flex:none; }
.photo-frame{ position:relative; border:1px solid var(--copper-lt); padding:12px; background:transparent; }
.photo-frame img{ display:block; width:100%; }

/* clear the fixed navy header (it's position:fixed, ~64-72px tall) */
body.satt{ padding-top:72px; }
@media (max-width:600px){ body.satt{ padding-top:64px; } }

/* program sub-nav (sits under the shared navy bar) */
.satt-nav{ background:var(--emerald); }
.satt-nav .row{ display:flex; gap:clamp(1.2rem,3vw,2.6rem); justify-content:center; padding:1rem 1.5rem; flex-wrap:wrap; }
.satt-nav a{ font-family:var(--sans); font-size:.66rem; letter-spacing:.11em; text-transform:uppercase; color:rgba(242,237,228,.6); padding-bottom:3px; border-bottom:1px solid transparent; }
.satt-nav a:hover{ color:#F2EDE4; }
.satt-nav a.active{ color:#F2EDE4; border-bottom-color:var(--copper); }

/* hero (emerald cover) */
.satt-hero{ background:var(--emerald); color:#F2EDE4; }
.satt-hero .grid2{ display:grid; grid-template-columns:1.08fr .92fr; gap:clamp(2.5rem,6vw,6rem); align-items:center; padding:clamp(3.5rem,8vw,6.5rem) 0 clamp(3rem,6vw,5rem); }
.satt-hero h1{ font-size:clamp(2.6rem,5.4vw,4.6rem); color:#F2EDE4; }
.satt-hero .lead{ max-width:44ch; color:rgba(242,237,228,.82); }
.satt-hero .cta-row{ display:flex; gap:1rem; flex-wrap:wrap; align-items:center; margin-top:2.4rem; }
@media (max-width:860px){ .satt-hero .grid2{ grid-template-columns:1fr; } .satt-hero .photo-frame{ max-width:420px; margin-inline:auto; } }

/* recognition list (the "you've been there" moments) */
.recog{ display:flex; flex-direction:column; gap:.9rem; margin-bottom:2rem; }
.recog span{ display:flex; gap:.8rem; align-items:baseline; font-size:1.02rem; font-weight:300; color:rgba(242,237,228,.85); }
.recog span::before{ content:""; width:16px; height:1px; background:var(--copper); flex:none; position:relative; top:-4px; }

/* compact page hero (sub-pages, emerald) */
.satt-pagehero{ background:var(--emerald); color:#F2EDE4; text-align:center; padding:clamp(3rem,6vw,4.5rem) 1.5rem clamp(2.6rem,5vw,4rem); }
.satt-pagehero h1{ font-size:clamp(2.3rem,4.8vw,3.8rem); color:#F2EDE4; }
.satt-pagehero .lead{ max-width:52ch; margin:1.1rem auto 0; color:rgba(242,237,228,.82); }

/* section markers */
.chap{ display:flex; align-items:baseline; gap:1.1rem; margin-bottom:1.2rem; }
.chap .cn{ font-family:var(--sans); font-weight:200; font-size:clamp(2.6rem,5vw,4rem); line-height:.8; color:var(--copper); }
.chap .cl{ font-size:.62rem; letter-spacing:.15em; text-transform:uppercase; color:var(--text-soft); }

/* manifesto */
.manifesto{ display:grid; grid-template-columns:minmax(120px,.32fr) 1fr; gap:clamp(2rem,5vw,5rem); align-items:start; }
@media (max-width:860px){ .manifesto{ grid-template-columns:1fr; } }
.endline{ font-family:var(--sans); font-weight:700; font-size:clamp(1.4rem,2.6vw,2rem); color:var(--emerald); }

/* kit band */
.kit{ display:grid; grid-template-columns:320px 1fr; gap:clamp(3rem,6vw,6rem); align-items:center; }
@media (max-width:860px){ .kit{ grid-template-columns:1fr; } }
.stacked{ position:relative; padding:10px; }
.stacked::before{ content:""; position:absolute; inset:10px; background:var(--white); border:1px solid var(--line); transform:rotate(2.4deg); box-shadow:0 18px 36px -28px rgba(14,59,54,.4); }
.stacked .kit-cover{ position:relative; transform:rotate(-1.6deg); }
.kit-cover{ aspect-ratio:3/4; background:var(--emerald); color:#F2EDE4; box-shadow:var(--shadow-lux); padding:2rem 1.6rem; display:flex; flex-direction:column; text-align:center; }
.kit-cover .k{ font-size:.6rem; letter-spacing:.15em; text-transform:uppercase; color:var(--copper-lt); }
.kit-cover h3{ font-family:var(--sans); font-weight:200; text-transform:lowercase; font-size:2.1rem; line-height:1.05; margin-top:.9rem; color:#F2EDE4; }
.kit-cover h3 b{ font-weight:700; }
.kit-cover .tbl-mark{ margin:1rem auto 0; width:96px; }
.kit-cover .chair{ margin:auto auto 1.3rem; }
.kit-cover .foot{ display:flex; justify-content:space-between; font-size:.56rem; letter-spacing:.14em; text-transform:uppercase; color:rgba(242,237,228,.6); border-top:1px solid rgba(242,237,228,.2); padding-top:.8rem; }
/* starter kit: three stacked worksheet covers (matches the supplied PDFs) */
.kitfan{ position:relative; height:530px; width:min(300px,100%); margin-inline:auto; }
.kitfan .kit-cover{ position:absolute; left:50%; width:252px; margin-left:-126px; aspect-ratio:3/4; padding:1.1rem 1.1rem 1.4rem; box-shadow:0 26px 52px -32px rgba(10,43,39,.6); }
.kitfan .kit-cover .k{ font-size:.52rem; }
.kitfan .kit-cover h3{ font-size:1.4rem; margin-top:.55rem; }
.kitfan .kit-cover .tbl-mark{ margin:.8rem auto 0; width:84px; }
.kitfan .kc1{ top:0; transform:rotate(-3.5deg); z-index:1; }
.kitfan .kc2{ top:92px; transform:rotate(2.2deg); z-index:2; }
.kitfan .kc3{ top:184px; transform:rotate(-1.4deg); z-index:3; }

.kit-list{ list-style:none; margin:1.8rem 0 2rem; }
.kit-list li{ display:grid; grid-template-columns:2.6rem 1fr; gap:1rem; align-items:baseline; padding:1rem 0; border-top:1px solid var(--line); }
.kit-list li:last-child{ border-bottom:1px solid var(--line); }
.kit-list .n{ font-family:var(--sans); font-weight:200; font-size:1.4rem; color:var(--copper); }
.kit-list b{ display:block; color:var(--charcoal); font-weight:600; font-size:.95rem; }
.kit-list span{ font-size:.9rem; color:var(--text-soft); line-height:1.6; }

/* the index (paths list) */
.idx{ border-top:1px solid var(--line); margin-top:clamp(2rem,4vw,3rem); font-family:var(--sans); letter-spacing:0; text-transform:none; color:var(--text); font-size:1rem; }
.idx a{ display:grid; grid-template-columns:78px 1fr 1.15fr auto; gap:clamp(1rem,2.5vw,2rem); align-items:baseline; padding:1.7rem .4rem; border-bottom:1px solid var(--line); color:inherit; text-transform:none; letter-spacing:0; font-size:1rem; transition:background .35s var(--ease), padding .35s var(--ease); }
.idx a:hover{ background:var(--white); padding-left:1.1rem; padding-right:1.1rem; }
.idx .in{ font-family:var(--sans); font-weight:200; font-size:1.6rem; color:var(--copper); }
.idx h3{ font-size:clamp(1.4rem,2.4vw,1.9rem); font-weight:300; color:var(--charcoal); text-transform:lowercase; letter-spacing:.01em; transition:color .3s; line-height:1.1; }
.idx h3 b{ font-weight:700; }
.idx a:hover h3{ color:var(--emerald); }
.idx p{ font-size:.9rem; color:var(--text-soft); line-height:1.65; text-transform:none; letter-spacing:0; }
.idx .go{ font-size:.64rem; letter-spacing:.13em; text-transform:uppercase; color:var(--copper); white-space:nowrap; }
@media (max-width:860px){ .idx a{ grid-template-columns:52px 1fr; } .idx p{ grid-column:2; } .idx .go{ grid-column:2; } }

/* benefits (the keys) */
.keys{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.6rem; margin-top:clamp(2rem,4vw,3rem); }
@media (max-width:860px){ .keys{ grid-template-columns:1fr; } }
.key{ background:var(--white); border:1px solid var(--line); border-top:3px solid var(--copper); padding:2rem 1.8rem; }
.key h3{ font-size:1.15rem; font-weight:600; }
.key p{ font-size:.92rem; line-height:1.7; margin-top:.6rem; }
.key .tag{ display:block; margin-top:1.2rem; font-size:.6rem; letter-spacing:.15em; text-transform:uppercase; color:var(--copper); }

/* quote */
.satt-quote .qpanel__in::before{ color:var(--copper-lt); }

/* closing */
.satt-close{ text-align:center; }

/* ===== video library (Table Talks) ===== */
.vfeatured{ display:grid; grid-template-columns:1.25fr 1fr; gap:clamp(2rem,4vw,3.5rem); align-items:center; }
@media (max-width:860px){ .vfeatured{ grid-template-columns:1fr; } }
.vthumb{ position:relative; aspect-ratio:16/9; background:var(--emerald); display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-lux); }
.vthumb .note{ position:absolute; left:12px; bottom:10px; font-family:ui-monospace,monospace; font-size:.66rem; color:rgba(242,237,228,.75); background:rgba(10,43,39,.8); padding:3px 8px; }
.vthumb .ep{ position:absolute; left:14px; top:12px; font-family:var(--sans); font-weight:200; font-size:1.6rem; color:var(--copper-lt); line-height:1; }
.play{ width:74px; height:74px; border-radius:50%; background:var(--copper); display:flex; align-items:center; justify-content:center; transition:transform .3s var(--ease), background .3s; }
.play::after{ content:""; display:block; width:0; height:0; border-style:solid; border-width:12px 0 12px 20px; border-color:transparent transparent transparent #fff; margin-left:5px; }
a:hover .play{ transform:scale(1.08); background:#A96449; }
.vcard .play{ width:48px; height:48px; }
.vcard .play::after{ border-width:8px 0 8px 14px; margin-left:4px; }
.epno{ font-size:.62rem; letter-spacing:.15em; text-transform:uppercase; color:var(--copper); }
.vgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.8rem 1.6rem; margin-top:clamp(2rem,4vw,3rem); }
@media (max-width:960px){ .vgrid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px){ .vgrid{ grid-template-columns:1fr; } }
.vcard{ color:inherit; display:block; }
.vcard .vthumb{ box-shadow:0 18px 36px -26px rgba(14,59,54,.45); }
.vcard.coming .vthumb{ background:var(--stone); }
.vcard.coming .vthumb .ep{ color:var(--emerald); opacity:.5; }
.vcard.coming .vthumb .note{ color:var(--text-soft); background:rgba(242,237,228,.85); }
.vcard h3{ font-size:1.15rem; line-height:1.3; margin-top:.9rem; font-weight:500; transition:color .3s; }
.vcard:hover h3{ color:var(--emerald); }
.vcard .meta{ font-size:.62rem; letter-spacing:.12em; text-transform:uppercase; color:var(--text-soft); margin-top:.45rem; display:flex; gap:.9rem; }
.watch-row{ display:flex; gap:1rem; flex-wrap:wrap; justify-content:center; margin-top:1.6rem; }

/* ===== downloads / gated guide cards ===== */
.dlgrid{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.6rem; margin-top:clamp(2rem,4vw,3rem); }
@media (max-width:1180px){ .dlgrid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:620px){ .dlgrid{ grid-template-columns:1fr; } }
.dlcard{ background:var(--white); border:1px solid var(--line); padding:1.5rem 1.4rem 1.6rem; display:flex; flex-direction:column; color:inherit; min-width:0; }
.dlcard .mini{ aspect-ratio:3/4; padding:1rem .9rem; display:flex; flex-direction:column; text-align:center; margin-bottom:1.2rem; background:var(--emerald); color:#F2EDE4; transition:transform .35s var(--ease); }
.dlcard:hover .mini{ transform:rotate(-1.6deg); }
.dlcard .mini .k{ font-size:.5rem; letter-spacing:.15em; text-transform:uppercase; color:var(--copper-lt); }
.dlcard .mini h4{ font-family:var(--sans); font-weight:200; text-transform:lowercase; font-size:1.35rem; line-height:1.05; color:#F2EDE4; margin-top:.5rem; }
.dlcard .mini h4 b{ font-weight:700; }
.dlcard .mini .tbl-mark{ width:52px; margin:.7rem auto 0; }
.dlcard .mini .chair{ margin:auto auto .2rem; }
.dlcard h3{ font-size:1.15rem; font-weight:600; }
.dlcard p{ font-size:.85rem; line-height:1.65; margin:.4rem 0 1rem; }
.dlcard .gate .field{ margin-bottom:.7rem; }
.dlcard .gate input{ padding:.7rem .8rem; font-size:.88rem; }
.dlcard .gate label{ font-size:.6rem; }
.dlcard .gate button{ width:100%; justify-content:center; padding:.9rem 1rem; font-size:.62rem; }
.dlcard .gate .fine{ font-size:.66rem; color:var(--text-soft); text-align:center; margin-top:.6rem; line-height:1.5; }

/* capture form */
.capture{ background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow-lux); padding:clamp(1.8rem,3.5vw,2.8rem); max-width:560px; margin-inline:auto; }
.capture .field label{ color:var(--text-soft); }
.capture .btn{ width:100%; justify-content:center; }
.capture .fine{ font-size:.72rem; color:var(--text-soft); text-align:center; margin-top:1rem; line-height:1.6; }
