/* =========================================================
   Tracy Harris · Edition v3 — "The Atelier"
   Soft-luxury, bento + scroll-stack. A deliberately different
   design language from v1 (cinematic) and v2 (Swiss magazine):
   warm cream canvas, generous rounding, soft shadows, a split
   green hero panel and sticky scroll-stacking pillar cards.
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --a-cream: #f1ece3;
  --a-cream-2: #e7dfd2;
  --a-paper: #fbf9f5;
  --a-green: #1e3735;
  --a-green-2: #243531;
  --a-sage: #6e8e77;
  --a-ink: #25211c;
  --a-mute: #6f685d;
  --a-gold: #c9a46c;
  --a-gold-deep: #a9854f;
  --a-copper: #ad765b;
  --a-line: rgba(37, 33, 28, 0.10);
  --a-shadow: 0 30px 70px -40px rgba(37, 33, 28, 0.45);
  --a-shadow-sm: 0 16px 40px -28px rgba(37, 33, 28, 0.5);
  --a-rad: 28px;
  --a-rad-lg: 40px;
  --a-rad-sm: 18px;
  --a-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html { scroll-behavior: smooth; }
body.atelier {
  margin: 0;
  background: var(--a-cream);
  color: var(--a-ink);
  font-family: var(--f-sans, 'Poppins', system-ui, sans-serif);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.awrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 28px; }

/* ---------- shared type ---------- */
.aeyebrow {
  font-family: var(--f-sans-label, 'Public Sans', sans-serif);
  font-size: 12px; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--a-copper); margin: 0 0 18px;
}
.aeyebrow--light { color: var(--a-gold); }

h2 { font-family: var(--f-serif-display, Georgia, serif); font-weight: 400; }

/* ---------- buttons ---------- */
.abtn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-sans-label, sans-serif);
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  padding: 15px 28px; border-radius: 999px; cursor: pointer;
  text-decoration: none; border: 1.5px solid transparent;
  transition: transform .25s var(--a-ease), background .25s, color .25s, box-shadow .25s;
  white-space: nowrap;
}
.abtn--lg { padding: 17px 34px; font-size: 14px; }
.abtn--solid { background: var(--a-green); color: #fff; }
.abtn--solid:hover { background: var(--a-green-2); transform: translateY(-2px); box-shadow: var(--a-shadow-sm); }
.abtn--gold { background: var(--a-gold); color: #2a2114; box-shadow: 0 14px 30px -18px rgba(169,133,79,.9); }
.abtn--gold:hover { background: #d6b27c; transform: translateY(-2px); }
.abtn--ghost-light { background: transparent; color: rgba(255,255,255,.86); border-color: rgba(255,255,255,.3); }
.abtn--ghost-light:hover { color: #fff; border-color: rgba(255,255,255,.7); }

.atextlink {
  font-family: var(--f-sans-label, sans-serif); font-weight: 600;
  font-size: 14px; letter-spacing: .02em; text-decoration: none;
  color: var(--a-green); border-bottom: 1.5px solid var(--a-sage);
  padding-bottom: 2px; transition: color .2s, border-color .2s;
}
.atextlink:hover { color: var(--a-copper); border-color: var(--a-copper); }
.atextlink--light { color: var(--a-gold); border-color: rgba(201,164,108,.5); }
.atextlink--light:hover { color: #fff; border-color: #fff; }

/* ---------- nav ---------- */
.anav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(241,236,227,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--a-line);
}
.anav__inner {
  max-width: 1280px; margin-inline: auto; padding: 14px 28px;
  display: flex; align-items: center; gap: 22px;
}
.anav__lead { display: flex; align-items: center; gap: 16px; }
.anav__brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--a-green); }
.anav__name { font-family: var(--f-serif-display, serif); font-size: 21px; letter-spacing: .01em; }
.anav__links { display: flex; gap: 26px; margin-left: auto; }
.anav__links a {
  font-family: var(--f-sans-label, sans-serif); font-size: 13px; font-weight: 600;
  letter-spacing: .02em; text-decoration: none; color: var(--a-ink); opacity: .8;
  transition: opacity .2s, color .2s;
}
.anav__links a:hover { opacity: 1; color: var(--a-copper); }
.anav__cta { margin-left: 4px; }
.anav__burger { display: none; }

/* view switcher (matches site-wide markup) */
.vswitch { position: relative; display: inline-flex; z-index: 60; }
.vswitch__btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  background: transparent; border: 1px solid rgba(37,33,28,.22); border-radius: 999px;
  padding: 8px 13px; font-family: var(--f-sans-label, sans-serif);
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: inherit; line-height: 1; white-space: nowrap; transition: border-color .2s, background .2s;
}
.vswitch__btn:hover { border-color: rgba(37,33,28,.5); }
.vswitch__btn strong { font-weight: 700; }
.vswitch__pre { opacity: .55; }
.vswitch__chev { width: 14px; height: 14px; transition: transform .25s var(--a-ease); }
.vswitch[data-open="true"] .vswitch__chev { transform: rotate(180deg); }
.vswitch__menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 280px;
  background: var(--a-paper); border: 1px solid var(--a-line); border-radius: 18px;
  box-shadow: var(--a-shadow); padding: 10px; opacity: 0; visibility: hidden;
  transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility .2s;
}
.vswitch[data-open="true"] .vswitch__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.vswitch__head {
  font-family: var(--f-sans-label, sans-serif); font-size: 10px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--a-mute);
  margin: 6px 10px 10px;
}
.vswitch__item {
  display: block; padding: 11px 12px; border-radius: 12px; text-decoration: none;
  color: var(--a-ink); transition: background .18s;
}
.vswitch__item:hover { background: var(--a-cream); }
.vswitch__item.is-current { background: rgba(110,142,119,.14); }
.vswitch__name {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--f-sans-label, sans-serif); font-size: 14px; font-weight: 600;
}
.vswitch__desc { display: block; font-size: 12.5px; color: var(--a-mute); margin-top: 2px; }
.vswitch__tick {
  font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--a-sage); border: 1px solid rgba(110,142,119,.5); border-radius: 999px; padding: 2px 7px;
}

/* mobile drawer */
.adrawer {
  position: fixed; inset: 0; z-index: 49; background: var(--a-green);
  display: flex; align-items: center; justify-content: center;
  clip-path: circle(0 at calc(100% - 40px) 36px);
  transition: clip-path .5s var(--a-ease); pointer-events: none;
}
.adrawer.is-open { clip-path: circle(150% at calc(100% - 40px) 36px); pointer-events: auto; }
.adrawer__links { display: flex; flex-direction: column; gap: 26px; text-align: center; }
.adrawer__links a {
  font-family: var(--f-serif-display, serif); font-size: 30px; color: #fff;
  text-decoration: none; opacity: 0; transform: translateY(14px); transition: opacity .4s, transform .4s;
}
.adrawer.is-open .adrawer__links a { opacity: 1; transform: none; }
.adrawer__cta { font-family: var(--f-sans-label, sans-serif) !important; font-size: 14px !important; }

/* ---------- hero ---------- */
.ahero { padding: 56px 0 32px; }
.ahero__grid {
  max-width: 1280px; margin-inline: auto; padding-inline: 28px;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: stretch;
}
.ahero__panel {
  background: var(--a-green);
  background-image: radial-gradient(120% 130% at 0% 0%, #25433f 0%, var(--a-green) 46%, #182c2a 100%);
  color: #fff; border-radius: var(--a-rad-lg); padding: 56px 52px 46px;
  display: flex; flex-direction: column; justify-content: center;
  box-shadow: var(--a-shadow); position: relative; overflow: hidden;
}
.ahero__panel::after {
  content: ""; position: absolute; right: -120px; bottom: -120px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(201,164,108,.22), transparent 70%); pointer-events: none;
}
.ahero__eyebrow {
  font-family: var(--f-sans-label, sans-serif); font-size: 12px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--a-gold); margin: 0 0 22px;
}
.ahero__title {
  font-family: var(--f-serif-display, serif); font-weight: 400;
  font-size: clamp(40px, 5vw, 68px); line-height: 1.04; letter-spacing: -.01em; margin: 0 0 22px;
}
.ahero__title em { font-style: italic; color: #cfe0cf; display: block; }
.ahero__lead { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.82); max-width: 30em; margin: 0 0 30px; }
.ahero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.ahero__stats { list-style: none; display: flex; gap: 34px; margin: 38px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.ahero__stats li { display: flex; flex-direction: column; gap: 4px; }
.ahero__num { font-family: var(--f-serif-display, serif); font-size: 34px; line-height: 1; color: #fff; }
.ahero__lbl { font-size: 12px; letter-spacing: .04em; color: rgba(255,255,255,.6); }

.ahero__media { position: relative; }
.ahero__photo {
  margin: 0; height: 100%; border-radius: var(--a-rad-lg); overflow: hidden;
  box-shadow: var(--a-shadow); background: var(--a-cream-2);
}
.ahero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.ahero__chip {
  position: absolute; left: -18px; bottom: 34px; background: var(--a-paper);
  border-radius: 18px; padding: 16px 20px; box-shadow: var(--a-shadow-sm);
  display: flex; flex-direction: column; gap: 2px; max-width: 220px;
}
.ahero__chip-k { font-family: var(--f-serif-display, serif); font-size: 20px; color: var(--a-green); }
.ahero__chip-v { font-size: 12.5px; color: var(--a-mute); }

/* ---------- marquee ---------- */
.amarquee { overflow: hidden; padding: 30px 0; border-block: 1px solid var(--a-line); margin-top: 20px; }
.amarquee__track { display: inline-flex; align-items: center; gap: 26px; white-space: nowrap; animation: amarq 34s linear infinite; }
.amarquee span { font-family: var(--f-serif-display, serif); font-style: italic; font-size: 26px; color: var(--a-green); opacity: .8; }
.amarquee i { width: 7px; height: 7px; border-radius: 50%; background: var(--a-gold); flex: none; }
@keyframes amarq { to { transform: translateX(-50%); } }

/* ---------- recognition ---------- */
.arecog { padding: 92px 0 80px; }
.arecog__inner { max-width: 980px; }
.arecog__title {
  font-size: clamp(28px, 4vw, 46px); line-height: 1.12; color: var(--a-green);
  margin: 0 0 44px; max-width: 18ch;
}
.arecog__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.acard--soft {
  background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad);
  padding: 30px 26px; font-size: 17px; line-height: 1.5; color: var(--a-ink);
  box-shadow: var(--a-shadow-sm);
}
.arecog__close { margin: 44px 0 0; font-size: 19px; line-height: 1.6; color: var(--a-mute); max-width: 46ch; }

/* ---------- pathway scroll-stack ---------- */
.apath { padding: 40px 0 90px; }
.apath__head { max-width: 760px; margin-bottom: 40px; }
.apath__head h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.12; color: var(--a-green); margin: 0; }
.astack { display: flex; flex-direction: column; gap: 26px; }
.apill {
  position: sticky; border-radius: var(--a-rad-lg); box-shadow: var(--a-shadow);
  overflow: hidden;
}
.apill--01 { top: 96px;  background: var(--a-paper); }
.apill--02 { top: 122px; background: var(--a-cream-2); }
.apill--03 { top: 148px; background: var(--a-green); color: #fff; }
.apill__inner { display: grid; grid-template-columns: 240px 1fr; gap: 30px; align-items: center; padding-block: 56px; }
.apill__lead { display: flex; flex-direction: column; gap: 6px; }
.apill__num {
  font-family: var(--f-sans-label, sans-serif); font-size: 13px; font-weight: 700;
  letter-spacing: .2em; color: var(--a-gold-deep);
}
.apill--03 .apill__num { color: var(--a-gold); }
.apill__name { font-family: var(--f-serif-display, serif); font-weight: 400; font-size: clamp(40px, 5vw, 64px); line-height: 1; margin: 0; color: var(--a-green); }
.apill--03 .apill__name { color: #fff; }
.apill__body { font-size: 18px; line-height: 1.6; color: var(--a-ink); margin: 0; max-width: 44ch; }
.apill--03 .apill__body { color: rgba(255,255,255,.85); }
.apath__link { margin-top: 50px; }

/* ---------- free class ---------- */
.aclass { padding: 30px 0 90px; }
.aclass__card {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 0;
  background: var(--a-green-2); border-radius: var(--a-rad-lg); overflow: hidden;
  box-shadow: var(--a-shadow); color: #fff;
}
.aclass__text { padding: 60px 54px; }
.aclass__title { font-size: clamp(26px, 3.4vw, 42px); line-height: 1.12; margin: 0 0 22px; color: #fff; }
.aclass__lead { color: rgba(255,255,255,.82); margin: 0 0 24px; }
.aclass__points { list-style: none; margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.aclass__points li { position: relative; padding-left: 30px; color: rgba(255,255,255,.9); }
.aclass__points li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--a-gold);
  box-shadow: 0 0 0 4px rgba(201,164,108,.22);
}
.aclass__media { position: relative; min-height: 440px; }
.aclass__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- bento ---------- */
.abento { padding: 30px 0 90px; }
.abento__head { max-width: 760px; margin-bottom: 40px; }
.abento__head h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.14; color: var(--a-green); margin: 0; }
.abento__grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; grid-auto-rows: minmax(0, auto);
}
.atile {
  border-radius: var(--a-rad); padding: 34px; box-shadow: var(--a-shadow-sm);
  background: var(--a-paper); border: 1px solid var(--a-line); display: flex; flex-direction: column;
}
.atile--meet { grid-column: span 7; flex-direction: row; gap: 28px; align-items: stretch; padding: 0; overflow: hidden; }
.atile--meet .atile__img { margin: 0; width: 44%; flex: none; }
.atile--meet .atile__img img { width: 100%; height: 100%; object-fit: cover; }
.atile--meet .atile__body { padding: 36px 34px 36px 4px; display: flex; align-items: center; }
.atile--meet .atile__body p { margin: 0; font-size: 16px; line-height: 1.62; color: var(--a-ink); }

.atile--stat { grid-column: span 5; justify-content: center; align-items: flex-start; gap: 14px; }
.atile--green { background: var(--a-sage); color: #fff; border-color: transparent; }
.atile__num { font-family: var(--f-serif-display, serif); font-size: clamp(64px, 8vw, 104px); line-height: .9; }
.atile__cap { font-size: 16px; line-height: 1.5; max-width: 24ch; color: rgba(255,255,255,.92); }

.atile--podcast { grid-column: span 7; position: relative; overflow: hidden; justify-content: flex-end; min-height: 280px; }
.atile--ink { background: var(--a-green); color: #fff; border-color: transparent; }
.atile--podcast .atile__title { font-family: var(--f-serif-display, serif); font-weight: 400; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.15; margin: 0 0 18px; color: #fff; }
.awaves { position: absolute; top: 28px; left: 34px; right: 34px; display: flex; align-items: flex-end; gap: 5px; height: 60px; opacity: .55; }
.awaves span { flex: 1; background: var(--a-gold); border-radius: 3px; height: 30%; animation: awave 1.3s ease-in-out infinite; }
.awaves span:nth-child(2n) { animation-delay: .18s; }
.awaves span:nth-child(3n) { animation-delay: .36s; }
.awaves span:nth-child(4n) { animation-delay: .52s; }
@keyframes awave { 0%,100% { height: 24%; } 50% { height: 96%; } }

.atile--quote { grid-column: span 5; justify-content: center; background: var(--a-cream-2); }
.atile__quote { font-family: var(--f-serif-display, serif); font-style: italic; font-size: 24px; line-height: 1.35; color: var(--a-green); margin: 0 0 14px; }
.atile__cite { font-family: var(--f-sans-label, sans-serif); font-size: 13px; font-weight: 600; color: var(--a-mute); font-style: normal; }
.atile__note { font-size: 12.5px; color: var(--a-mute); margin: 16px 0 0; }

/* ---------- products ---------- */
.aprod { padding: 30px 0 90px; }
.aprod__head { max-width: 700px; margin-bottom: 40px; }
.aprod__head h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.12; color: var(--a-green); margin: 0; }
.aprod__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.aprod__card {
  background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad);
  padding: 44px 40px; box-shadow: var(--a-shadow-sm); display: flex; flex-direction: column;
}
.aprod__card--dark { background: var(--a-green); color: #fff; border-color: transparent; }
.aprod__name { font-family: var(--f-serif-display, serif); font-weight: 400; font-size: 30px; margin: 0 0 8px; color: var(--a-green); }
.aprod__card--dark .aprod__name { color: #fff; }
.aprod__kind { font-family: var(--f-sans-label, sans-serif); font-size: 12.5px; font-weight: 600; letter-spacing: .04em; color: var(--a-copper); margin: 0 0 20px; }
.aprod__card--dark .aprod__kind { color: var(--a-gold); }
.aprod__body { margin: 0 0 28px; color: var(--a-ink); }
.aprod__card--dark .aprod__body { color: rgba(255,255,255,.84); }
.aprod__foot { margin-top: auto; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* ---------- invite ---------- */
.ainvite { padding: 20px 0 100px; }
.ainvite__card {
  background: var(--a-green);
  background-image: radial-gradient(120% 130% at 100% 0%, #25433f 0%, var(--a-green) 50%, #152625 100%);
  border-radius: var(--a-rad-lg); padding: 84px 40px; text-align: center; color: #fff;
  box-shadow: var(--a-shadow); position: relative; overflow: hidden;
}
.ainvite__title { font-size: clamp(28px, 4vw, 50px); line-height: 1.12; margin: 0 auto 36px; max-width: 18ch; }
.ainvite__title em { font-style: italic; color: #cfe0cf; }
.ainvite__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- footer ---------- */
.afooter { background: var(--a-green); color: rgba(255,255,255,.78); padding: 70px 0 30px; }
.afooter__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 36px; }
.afooter__logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.afooter__logo span { font-family: var(--f-serif-display, serif); font-size: 22px; }
.afooter__tag { margin: 14px 0 0; font-size: 14px; color: rgba(255,255,255,.6); }
.afooter__col h4 { font-family: var(--f-sans-label, sans-serif); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--a-gold); margin: 0 0 16px; }
.afooter__col a { display: block; color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: color .2s; word-break: break-word; }
.afooter__col a:hover { color: #fff; }
.afooter__base {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14);
  font-size: 12.5px; color: rgba(255,255,255,.5);
}
.afooter__base p { margin: 0; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--a-ease), transform .7s var(--a-ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .amarquee__track, .awaves span { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .ahero__grid { grid-template-columns: 1fr; }
  .ahero__panel { padding: 44px 34px 38px; }
  .ahero__photo { min-height: 380px; }
  .aclass__card { grid-template-columns: 1fr; }
  .aclass__media { min-height: 320px; order: -1; }
  .arecog__cards { grid-template-columns: 1fr; }
  .apill__inner { grid-template-columns: 1fr; gap: 14px; padding-block: 40px; }
  .abento__grid > .atile { grid-column: 1 / -1 !important; }
  .atile--meet { flex-direction: column; }
  .atile--meet .atile__img { width: 100%; height: 260px; }
  .atile--meet .atile__body { padding: 28px 30px; }
  .aprod__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .anav__links, .anav__cta { display: none; }
  .anav__burger {
    display: inline-flex; flex-direction: column; gap: 5px; margin-left: auto;
    background: none; border: 0; cursor: pointer; padding: 8px; z-index: 51;
  }
  .anav__burger span { width: 24px; height: 2px; background: var(--a-green); border-radius: 2px; transition: transform .3s, opacity .3s; }
  .anav__burger[aria-expanded="true"] span { background: #fff; }
  .anav__burger[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .anav__burger[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

  body { font-size: 16px; }
  .awrap { padding-inline: 20px; }
  .ahero__grid { padding-inline: 20px; }
  .ahero__panel { padding: 38px 26px 32px; border-radius: 30px; }
  .ahero__stats { gap: 22px; flex-wrap: wrap; }
  .ahero__num { font-size: 28px; }
  .ahero__chip { left: 14px; bottom: 16px; }
  .amarquee span { font-size: 21px; }
  .arecog { padding: 64px 0 56px; }
  .arecog__title { margin-bottom: 30px; }
  .apill--01, .apill--02, .apill--03 { position: relative; top: auto; }
  .apill__name { font-size: 46px; }
  .aclass__text { padding: 40px 28px; }
  .atile { padding: 28px 24px; }
  .ainvite__card { padding: 56px 26px; }
  .afooter__inner { grid-template-columns: 1fr; gap: 30px; }
  .afooter__base { flex-direction: column; gap: 6px; }
}

/* =========================================================
   SUBPAGES (v3 / atelier) — podcast, resources, ffb, apply
   ========================================================= */
.av-hero { padding: 48px 0 20px; }
.av-hero__card {
  background: var(--a-green);
  background-image: radial-gradient(120% 130% at 0% 0%, #25433f 0%, var(--a-green) 48%, #152625 100%);
  color: #fff; border-radius: var(--a-rad-lg); padding: clamp(44px, 6vw, 76px); position: relative; overflow: hidden;
  box-shadow: var(--a-shadow);
}
.av-hero__card::after { content: ""; position: absolute; right: -120px; top: -120px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(201,164,108,.22), transparent 70%); pointer-events: none; }
.av-hero__eyebrow { font-family: var(--f-sans-label); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--a-gold); margin: 0 0 22px; }
.av-hero__title { font-family: var(--f-serif-display); font-weight: 400; font-size: clamp(38px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -.01em; margin: 0 0 22px; max-width: 16ch; }
.av-hero__title em { font-style: italic; color: #cfe0cf; }
.av-hero__lead { font-size: clamp(16px,1.5vw,19px); line-height: 1.65; color: rgba(255,255,255,.85); max-width: 60ch; margin: 0 0 30px; }
.av-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.av-hero__stats { list-style: none; display: flex; flex-wrap: wrap; gap: 34px; margin: 38px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.av-hero__stats li { display: flex; flex-direction: column; gap: 4px; }
.av-hero__stats b { font-family: var(--f-serif-display); font-weight: 400; font-size: 34px; line-height: 1; color: #fff; }
.av-hero__stats span { font-size: 12px; letter-spacing: .04em; color: rgba(255,255,255,.6); }

/* listen pills */
.av-listen { display: flex; flex-wrap: wrap; gap: 12px; }
.av-listen a {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  font-family: var(--f-sans-label); font-size: 13px; font-weight: 600;
  color: #2a2114; background: var(--a-gold); border-radius: 999px; padding: 13px 22px;
  transition: transform .25s var(--a-ease), background .25s;
}
.av-listen a:hover { background: #d6b27c; transform: translateY(-2px); }
.av-listen a.is-ghost { background: transparent; color: rgba(255,255,255,.86); border: 1.5px solid rgba(255,255,255,.3); }
.av-listen a.is-ghost:hover { color: #fff; border-color: rgba(255,255,255,.7); background: transparent; }
.av-listen svg { width: 17px; height: 17px; }

/* generic section */
.av-sec { padding: 30px 0 70px; }
.av-sec__head { max-width: 760px; margin-bottom: 40px; }
.av-sec__head h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.14; color: var(--a-green); margin: 0; }
.av-lede { font-family: var(--f-serif-display); font-size: clamp(22px,2.8vw,34px); line-height: 1.3; color: var(--a-green); max-width: 22ch; }
.av-lede em { font-style: italic; color: var(--a-copper); }

/* episode rows */
.av-eps { display: flex; flex-direction: column; gap: 14px; }
.av-ep {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px;
  background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad-sm);
  padding: 22px 26px; text-decoration: none; color: var(--a-ink); box-shadow: var(--a-shadow-sm);
  transition: transform .25s var(--a-ease), box-shadow .25s;
}
.av-ep:hover { transform: translateY(-3px); box-shadow: var(--a-shadow); }
.av-ep__no { font-family: var(--f-sans-label); font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--a-gold-deep); white-space: nowrap; }
.av-ep__t { font-family: var(--f-serif-display); font-size: clamp(19px,2.2vw,26px); line-height: 1.2; color: var(--a-green); }
.av-ep__d { font-size: 12px; letter-spacing: .04em; color: var(--a-mute); white-space: nowrap; }

/* card grid */
.av-grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.av-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.av-card {
  background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad);
  padding: 36px 32px; box-shadow: var(--a-shadow-sm); display: flex; flex-direction: column; gap: 12px;
  transition: transform .25s var(--a-ease), box-shadow .25s;
}
.av-card:hover { transform: translateY(-4px); box-shadow: var(--a-shadow); }
.av-card__tag { font-family: var(--f-sans-label); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--a-copper); }
.av-card__name { font-family: var(--f-serif-display); font-weight: 400; font-size: clamp(22px,2.4vw,28px); color: var(--a-green); margin: 0; line-height: 1.15; }
.av-card__body { margin: 0; color: var(--a-ink); flex: 1; }
.av-card__link { margin-top: 8px; }

/* steps */
.av-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: avstep; }
.av-steps--3 { grid-template-columns: repeat(3,1fr); }
.av-step { background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad); padding: 32px 28px; box-shadow: var(--a-shadow-sm); counter-increment: avstep; }
.av-step::before { content: counter(avstep,decimal-leading-zero); display: block; font-family: var(--f-serif-display); font-size: 44px; color: var(--a-gold-deep); line-height: 1; margin-bottom: 16px; }
.av-step h3 { font-family: var(--f-serif-display); font-weight: 400; font-size: clamp(18px,2vw,23px); color: var(--a-green); margin: 0 0 8px; }
.av-step p { margin: 0; font-size: 15px; color: var(--a-ink); }

/* fit */
.av-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.av-fit__col { background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad); padding: 38px 34px; box-shadow: var(--a-shadow-sm); }
.av-fit__col.is-dark { background: var(--a-green); color: #fff; border-color: transparent; }
.av-fit__col h3 { font-family: var(--f-serif-display); font-weight: 400; font-size: clamp(22px,2.4vw,28px); margin: 0 0 22px; color: var(--a-green); }
.av-fit__col.is-dark h3 { color: #fff; }
.av-fit ul { list-style: none; margin: 0; padding: 0; }
.av-fit li { padding: 11px 0 11px 30px; position: relative; border-top: 1px solid var(--a-line); }
.av-fit li:first-child { border-top: 0; }
.av-fit__col.is-dark li { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.88); }
.av-fit__yes li::before { content: "✓"; position: absolute; left: 0; color: var(--a-sage); font-weight: 700; }
.av-fit__col.is-dark .av-fit__no li::before, .av-fit__no li::before { content: "—"; position: absolute; left: 0; color: var(--a-gold); }

/* faq */
.av-faq { max-width: 880px; display: flex; flex-direction: column; gap: 14px; }
.av-faq__item { background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad-sm); box-shadow: var(--a-shadow-sm); overflow: hidden; }
.av-faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; font-family: var(--f-serif-display); font-size: clamp(18px,2.1vw,25px); color: var(--a-green); }
.av-faq__item summary::-webkit-details-marker { display: none; }
.av-faq__item summary::after { content: "+"; color: var(--a-gold-deep); font-size: 26px; transition: transform .3s; }
.av-faq__item[open] summary::after { transform: rotate(45deg); }
.av-faq__item p { margin: 0 28px 24px; max-width: 64ch; color: var(--a-ink); }

/* form */
.av-form { background: var(--a-paper); border: 1px solid var(--a-line); border-radius: var(--a-rad); padding: clamp(28px,4vw,52px); max-width: 720px; box-shadow: var(--a-shadow-sm); }
.av-form .field { margin-bottom: 22px; }
.av-form .field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.av-form label { display: block; font-family: var(--f-sans-label); font-size: 12px; font-weight: 600; letter-spacing: .06em; color: var(--a-mute); margin-bottom: 8px; }
.av-form input, .av-form select, .av-form textarea { width: 100%; font-family: var(--f-sans); font-size: 16px; color: var(--a-ink); background: var(--a-cream); border: 1px solid var(--a-line); border-radius: 12px; padding: 14px 16px; }
.av-form input:focus, .av-form select:focus, .av-form textarea:focus { outline: none; border-color: var(--a-sage); }
.av-form textarea { min-height: 120px; resize: vertical; }
.av-form .av-note { font-size: 13px; color: var(--a-mute); margin: 6px 0 0; }

/* podcast band reuse from homepage tiles: simple dark band */
.av-band { background: var(--a-green); border-radius: var(--a-rad-lg); padding: clamp(48px,6vw,80px); text-align: center; color: #fff; box-shadow: var(--a-shadow); position: relative; overflow: hidden; }
.av-band h2 { font-size: clamp(26px,3.4vw,42px); line-height: 1.14; margin: 0 auto 16px; max-width: 20ch; color: #fff; }
.av-band p { color: rgba(255,255,255,.82); max-width: 52ch; margin: 0 auto 28px; }

@media (max-width: 980px) {
  .av-grid3, .av-grid2 { grid-template-columns: 1fr; }
  .av-steps, .av-steps--3 { grid-template-columns: 1fr; }
  .av-fit { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .av-ep { grid-template-columns: auto 1fr; }
  .av-ep__d { display: none; }
  .av-form .field--row { grid-template-columns: 1fr; }
  .av-hero__card { padding: 34px 26px; border-radius: 30px; }
}
