/* ============================================================================
   Morning Walk — component system
   Therapy for Men RVA. Tokens: tokens.css (load first). Guide: DESIGN.md.
   Every class is namespaced `mw-` so the system survives a WordPress theme,
   where core and plugin CSS own generic names like .wrap, .label, .photo.

   INDEX
     01  base
     02  primitives ......... wrap, label, rulekick, orn, ph, cta, links, type
     03  region: header + nav
     04  region: hero
     05  acts ............... act, act-lift, act-open, act-snug
     06  bands .............. band-quote, band-news, band-close
     07  scenes ............. strip, scene-band, scene-close, scene-quote
     08  content ............ act-head, cols2, split*, checklist, rows, faq,
                              fee, liner, quotes, photo
     09  region: footer
     10  mobile
     11  reduced motion
   ========================================================================== */

/* ---- 01 base ------------------------------------------------------------ */
.mw-site,.mw-site *{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
.mw-site{font-family:var(--mw-text);background:var(--mw-cream);color:var(--mw-walnut);
  line-height:var(--mw-lh-body);font-size:var(--mw-t-body);overflow-x:clip}
.mw-site img{max-width:100%}
::selection{background:var(--mw-hay);color:var(--mw-walnut)}
.mw-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.mw-skip-link{position:absolute;left:-9999px;top:0;z-index:20;background:var(--mw-cream-lift);color:var(--mw-walnut);
  padding:.8rem 1.4rem;font-family:var(--mw-ui);border-radius:0 0 var(--mw-radius) 0}
.mw-skip-link:focus{left:0}

/* ---- 02 primitives ------------------------------------------------------ */
.mw-wrap{max-width:var(--mw-measure);margin:0 auto;padding-left:var(--mw-gutter);padding-right:var(--mw-gutter)}
.mw-label{font-family:var(--mw-ui);font-size:var(--mw-t-label);letter-spacing:.16em;text-transform:uppercase;font-weight:600}
.mw-rulekick{display:flex;align-items:center;gap:.85rem}
.mw-rulekick::before{content:"";width:2.4rem;height:2px;background:var(--mw-hay);flex:none}
.mw-ph{filter:var(--mw-grade)}
.mw-sun{background:var(--mw-hay)}
.mw-orn{display:block;width:.95rem;height:.95rem;border-radius:50%;margin:0 auto 1.8rem}
.mw-accent{font-style:italic;font-weight:600;color:var(--mw-denim)}

/* display type */
.mw-head{font-family:var(--mw-display);font-weight:400;font-size:var(--mw-t-head);line-height:1.08;margin-bottom:1.5rem;max-width:18em}
.mw-statement{font-family:var(--mw-display);font-weight:400;font-size:var(--mw-t-statement);line-height:1.16;max-width:20em}
.mw-site h3{font-family:var(--mw-display);font-weight:400;font-size:1.28rem;margin:1.8rem 0 .6rem}
.mw-pull{font-family:var(--mw-text);font-style:italic;font-weight:600;font-size:var(--mw-t-pull);line-height:1.3;
  color:var(--mw-denim);margin:clamp(2rem,3.6vw,3rem) 0;max-width:22em}
.mw-pull::before{content:"";display:block;height:2px;background:var(--mw-hay);margin-bottom:1.4rem;transform-origin:left center}
.mw-close-line{font-style:italic;font-weight:600;font-size:clamp(1.2rem,1.9vw,1.45rem);margin-top:2.2rem}
.mw-close-line .mw-tick{color:var(--mw-hay-deep)}

/* controls */
.mw-cta{display:inline-block;background:var(--mw-denim);color:var(--mw-cream-lift);font-family:var(--mw-ui);font-weight:600;
  font-size:1.02rem;padding:1.15rem 2.1rem;text-decoration:none;border-radius:var(--mw-radius);border:0;cursor:pointer;
  transition:background .15s ease,transform .14s cubic-bezier(.23,1,.32,1),box-shadow .14s ease}
.mw-cta:hover{background:var(--mw-denim-deep);transform:translateY(-1px);
  box-shadow:0 2px 6px hsl(var(--mw-shadow) / .14),0 10px 22px -8px hsl(var(--mw-shadow) / .26)}
.mw-cta:active{transform:translateY(0) scale(.98);box-shadow:none}
.mw-cta:focus-visible{outline:2.5px solid var(--mw-hay-deep);outline-offset:3px}
/* Two-stop rule: cream button on photo/dark/denim grounds, denim on light. */
.mw-bill .mw-cta,.mw-scene-band .mw-cta,.mw-scene-close .mw-cta{background:var(--mw-cream-lift);color:var(--mw-walnut)}
.mw-bill .mw-cta:hover,.mw-scene-band .mw-cta:hover,.mw-scene-close .mw-cta:hover{background:#fff}
/* Body links. Requires the content wrapper to be a <main> element. */
.mw-site main a:not(.mw-cta):not(.mw-readmore){color:var(--mw-denim);text-decoration:underline;
  text-decoration-color:var(--mw-hay);text-decoration-thickness:2px;text-underline-offset:5px}
.mw-site main a:not(.mw-cta):not(.mw-readmore):hover{text-decoration-color:var(--mw-denim)}
.mw-readmore{display:inline-block;margin-top:2.8rem;font-family:var(--mw-ui);font-weight:600;font-size:.94rem;color:var(--mw-denim);
  text-decoration:underline;text-decoration-color:var(--mw-hay);text-decoration-thickness:2px;text-underline-offset:5px}
.mw-readmore:hover{text-decoration-color:var(--mw-denim)}

/* ---- 03 region: header + nav -------------------------------------------- */
.mw-header{position:absolute;top:0;left:0;right:0;z-index:6}
.mw-nav{position:relative;z-index:6;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  max-width:var(--mw-measure);margin:0 auto;width:100%;padding:1.5rem var(--mw-gutter)}
.mw-wordmark{font-family:var(--mw-display);font-size:1.22rem;color:var(--mw-cream-lift);text-decoration:none;
  display:flex;align-items:center;gap:.55rem;text-shadow:0 1px 16px rgba(26,18,8,.55)}
.mw-wordmark .mw-mark,.mw-foot-mast .mw-mark{width:.78em;height:.78em;border-radius:50%;flex:none}
.mw-nav>ul{display:flex;gap:1.7rem;list-style:none;align-items:center}
/* seven top-level items (Parke's IA) need a tighter gap before the burger takes over at 62rem */
@media(min-width:62rem) and (max-width:75rem){.mw-nav>ul{gap:1.05rem}}
/* buttons default to inline-block (padding/border count toward height) while anchors are inline
   (they don't), so both must be inline-block or the dropdown labels ride ~5px high next to the links */
.mw-nav>ul>li>a,.mw-nav .mw-sub-label{font-family:var(--mw-ui);font-size:.9rem;color:var(--mw-cream-lift);
  display:inline-block;text-decoration:none;padding:0 0 .2rem;margin:0;border-bottom:2px solid transparent;
  line-height:inherit;
  text-shadow:0 1px 14px rgba(26,18,8,.6);background:none;border-top:0;border-left:0;border-right:0;cursor:pointer}
.mw-nav>ul>li>a:hover,.mw-nav .mw-sub-label:hover{border-bottom-color:var(--mw-hay-light)}
.mw-nav>ul>li>a:focus-visible,.mw-nav .mw-sub-label:focus-visible{outline:2.5px solid var(--mw-hay-light);outline-offset:3px;border-radius:2px}
.mw-nav>ul>li>a[aria-current="page"]{border-bottom-color:var(--mw-hay-light)}
.mw-has-sub{position:relative}
.mw-has-sub .mw-sub-label::after{content:"";display:inline-block;margin-left:.5rem;width:.42em;height:.42em;
  border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-.18em)}
.mw-drop{position:absolute;top:100%;left:50%;transform:translateX(-50%);padding-top:1rem;display:none;min-width:16.5rem}
.mw-has-sub:hover .mw-drop,.mw-has-sub:focus-within .mw-drop{display:block}
.mw-drop-wide{min-width:19.5rem}
.mw-drop ul{list-style:none;background:var(--mw-cream-lift);border-radius:var(--mw-radius);padding:.7rem 0;
  box-shadow:0 3px 10px hsl(var(--mw-shadow) / .14),0 18px 40px -12px hsl(var(--mw-shadow) / .3)}
.mw-drop a{display:block;font-family:var(--mw-ui);font-size:.9rem;color:var(--mw-walnut);text-decoration:none;
  padding:.52rem 1.5rem;white-space:nowrap}
.mw-drop a:hover{background:var(--mw-kraft)}
.mw-drop a[aria-current="page"]{color:var(--mw-denim);box-shadow:inset 3px 0 0 var(--mw-hay)}
.mw-menu-toggle{display:none}
.mw-burger{display:none}

/* ---- 04 region: hero ---------------------------------------------------- */
.mw-hero{position:relative;min-height:100svh;display:flex;flex-direction:column;color:var(--mw-cream-lift)}
.mw-hero-bg{position:absolute;inset:0;overflow:hidden}
.mw-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:50% 55%}
.mw-hero-bg::after{content:"";position:absolute;inset:0;background:
  radial-gradient(ellipse 55% 50% at 50% 42%,rgb(var(--mw-scrim-warm) / .48),rgb(var(--mw-scrim-warm) / 0) 74%),
  linear-gradient(to bottom,rgb(var(--mw-scrim-warm) / .56) 0%,rgb(var(--mw-scrim-warm) / .3) 34%,
    rgb(var(--mw-scrim-warm) / .26) 58%,rgb(var(--mw-scrim-warm) / .55) 100%)}
.mw-bill{position:relative;z-index:1;margin:auto;text-align:center;max-width:62rem;
  padding:7.5rem clamp(1.3rem,4vw,3rem) 2rem}
.mw-playline{display:flex;align-items:center;justify-content:center;gap:1.1rem;color:var(--mw-hay-kicker);
  margin-bottom:clamp(1.6rem,3vw,2.4rem);text-shadow:0 1px 8px rgba(26,18,8,.8)}
.mw-playline::before,.mw-playline::after{content:"";width:3.4rem;height:1.5px;background:var(--mw-hay-light);flex:none}
.mw-hero h1{font-family:var(--mw-display);font-weight:400;font-size:var(--mw-t-hero);line-height:1.05;
  color:var(--mw-cream-lift);text-shadow:0 2px 36px rgba(26,18,8,.55)}
.mw-hero h1 span{display:block}
.mw-deck{font-style:italic;font-size:var(--mw-t-deck);color:#F2EBDB;max-width:26em;
  margin:clamp(1.4rem,2.4vw,1.9rem) auto clamp(1.9rem,3.2vw,2.6rem);text-shadow:0 1px 14px rgba(26,18,8,.6)}
.mw-dateline{position:relative;z-index:1;font-family:var(--mw-ui);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  font-weight:600;color:rgba(250,245,234,.94);text-align:center;line-height:1.7;
  width:min(72rem,calc(100% - 2.6rem));margin:0 auto clamp(1.4rem,3vw,2.2rem);padding:.85rem 1.2rem;
  border-top:1px solid rgba(250,245,234,.42);border-bottom:1px solid rgba(250,245,234,.42)}
@keyframes mw-kenburns{from{transform:scale(1.07)}to{transform:scale(1)}}
.mw-hero-bg img{animation:mw-kenburns 22s ease-out both}
@keyframes mw-fadeup{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.mw-bill>*{animation:mw-fadeup .8s cubic-bezier(.2,.7,.3,1) both}
.mw-bill>*:nth-child(2){animation-delay:.09s}
.mw-bill>*:nth-child(3){animation-delay:.18s}
.mw-bill>*:nth-child(4){animation-delay:.27s}
.mw-dateline{animation:mw-fadeup .8s .38s cubic-bezier(.2,.7,.3,1) both}
/* interior pages: shorter scene, quieter billing */
.mw-hero-interior{min-height:min(44rem,76svh)}
.mw-hero-interior h1{font-size:var(--mw-t-hero-interior);line-height:1.1}
.mw-hero-interior .mw-deck{max-width:30em}
.mw-hero-interior .mw-bill{padding-bottom:clamp(3rem,6vw,4.5rem)}

/* ---- 05 acts ------------------------------------------------------------ */
.mw-act .mw-wrap{padding-top:var(--mw-y-act);padding-bottom:var(--mw-y-act)}
.mw-act-lift{background:var(--mw-cream-lift)}
.mw-act-open .mw-wrap{padding-top:var(--mw-y-act-open)}   /* first act under a hero */
.mw-act-snug .mw-wrap{padding-top:var(--mw-y-act-snug);padding-bottom:var(--mw-y-act-snug)}
.mw-act p{max-width:60ch}
.mw-act p+p{margin-top:1.1rem}
/* Display paragraphs hold their own measure inside an act. */
.mw-act .mw-statement{max-width:20em}
.mw-act .mw-close-line{max-width:none}

/* ---- 06 bands ----------------------------------------------------------- */
/* kraft quote panel */
.mw-band-quote{background:var(--mw-kraft)}
.mw-band-quote .mw-wrap{padding-top:var(--mw-y-band);padding-bottom:var(--mw-y-band);text-align:center}
.mw-band-quote blockquote{font-family:var(--mw-display);font-size:var(--mw-t-lead);line-height:1.34;max-width:26em;margin:0 auto}
.mw-band-quote cite{display:block;font-style:normal;margin-top:1.4rem;font-family:var(--mw-ui);font-size:.78rem;
  letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--mw-walnut-soft)}
/* kraft newsletter band */
.mw-band-news{background:var(--mw-kraft)}
.mw-band-news .mw-wrap{padding-top:var(--mw-y-band);padding-bottom:var(--mw-y-band);display:grid;gap:2.4rem}
@media(min-width:62rem){.mw-band-news .mw-wrap{grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(3.5rem,6vw,6.5rem)}}
.mw-band-news h2{font-family:var(--mw-display);font-weight:400;font-size:clamp(1.8rem,3.4vw,2.6rem);line-height:1.12}
.mw-band-news .mw-label{color:var(--mw-denim);display:block;margin-bottom:1rem}
.mw-band-news p{max-width:52ch;margin-top:.9rem}
.mw-band-news p em{font-weight:600}
.mw-band-news-action{display:flex;justify-content:flex-start}
@media(min-width:62rem){.mw-band-news-action{justify-content:flex-end}}
/* kraft closing band: inset photo + panel + CTA */
.mw-band-close{background:var(--mw-kraft);color:var(--mw-walnut)}
.mw-band-close .mw-wrap{padding-top:var(--mw-y-band-lg);padding-bottom:var(--mw-y-band-lg);display:grid;gap:2.8rem}
@media(min-width:62rem){.mw-band-close .mw-wrap{grid-template-columns:1.02fr .98fr;gap:var(--mw-split-gap);align-items:center}
  .mw-band-close-photo{height:100%}
  .mw-band-close-photo img{height:calc(100% + 60px);min-height:calc(28rem + 60px);margin-top:-30px}}
.mw-band-close-photo{overflow:hidden;border-radius:var(--mw-radius)}
.mw-band-close-photo img{width:100%;object-fit:cover;object-position:50% 60%;display:block}
.mw-band-close-panel{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.mw-band-close h2{font-family:var(--mw-display);font-weight:400;font-size:var(--mw-t-head);line-height:1.08;margin-bottom:1.3rem}
.mw-band-close p{max-width:32em;margin:0 0 2.2rem}

/* ---- 07 scenes ---------------------------------------------------------- */
/* cinema strip + the First Light signature move */
.mw-strip{width:100%;overflow:hidden;position:relative}
.mw-strip img{width:100%;height:clamp(15rem,46vh,30rem);object-fit:cover;display:block}
.mw-dawn{position:absolute;inset:0;background:var(--mw-dawn);opacity:0;pointer-events:none}
@media (prefers-reduced-motion: no-preference){
  .mw-strip .mw-dawn{opacity:calc(.55 - var(--sc-p,1)*1.0)}
  .mw-strip img{transform:scale(calc(1.05 - min(var(--sc-p,1),.55)*.09));will-change:transform}
}
/* statement scene: a promise set over a photograph */
.mw-scene-band{position:relative;overflow:hidden;color:var(--mw-cream-lift)}
.mw-scene-band-bg{position:absolute;inset:0}
.mw-scene-band-bg img{width:100%;height:100%;object-fit:cover;object-position:50% 58%}
.mw-scene-band-bg::after{content:"";position:absolute;inset:0;background:
  linear-gradient(to top,rgb(var(--mw-scrim-cool) / .84),rgb(var(--mw-scrim-cool) / .52) 46%,rgb(var(--mw-scrim-cool) / .08) 78%)}
@media(max-width:61.99rem){
  .mw-scene-band-bg::after{background:linear-gradient(to top,rgb(var(--mw-scrim-cool) / .84),
    rgb(var(--mw-scrim-cool) / .58) 52%,rgb(var(--mw-scrim-cool) / .38) 100%)}}
.mw-scene-band .mw-wrap{position:relative;z-index:1;min-height:min(25rem,44vh);
  display:grid;gap:2rem;align-content:end;align-items:center;
  padding-top:var(--mw-y-act);padding-bottom:clamp(3.4rem,6vw,5rem)}
@media(min-width:62rem){.mw-scene-band .mw-wrap{grid-template-columns:1fr auto;gap:var(--mw-split-gap)}
  .mw-scene-band .mw-cta{justify-self:end}}
.mw-scene-band h2 span{display:block}
.mw-scene-band h2{font-family:var(--mw-display);font-weight:400;font-size:var(--mw-t-band);line-height:1.24;max-width:22em;margin:0;
  text-shadow:0 1px 18px rgba(20,26,31,.65)}
.mw-scene-band h2 em{font-family:var(--mw-text);font-style:italic;font-weight:600;color:var(--mw-hay-emphasis)}
.mw-scene-band .mw-cta{justify-self:start}
/* full-bleed closing scenes: shared backdrop, two heads */
.mw-scene-quote,.mw-scene-close{position:relative;overflow:hidden;color:var(--mw-cream-lift)}
.mw-scene-bg{position:absolute;inset:0}
.mw-scene-bg img{width:100%;height:100%;object-fit:cover;object-position:50% 45%;filter:var(--mw-grade-lift)}
.mw-scene-bg::after{content:"";position:absolute;inset:0;background:
  radial-gradient(ellipse 58% 52% at 50% 50%,rgb(var(--mw-scrim-warm) / .46),rgb(var(--mw-scrim-warm) / .1) 76%),
  linear-gradient(to bottom,rgb(var(--mw-scrim-warm) / .42),rgb(var(--mw-scrim-warm) / .26) 42%,rgb(var(--mw-scrim-warm) / .55))}
.mw-scene-quote .mw-wrap{position:relative;z-index:1;min-height:min(46rem,86vh);display:flex;flex-direction:column;
  align-items:center;justify-content:center;text-align:center;
  padding-top:var(--mw-y-scene);padding-bottom:var(--mw-y-scene)}
.mw-scene-quote .mw-orn{margin-bottom:2rem}
.mw-scene-quote blockquote{font-style:italic;font-size:var(--mw-t-quote);line-height:1.42;max-width:26em;margin:0 auto;
  text-shadow:0 1px 20px rgba(26,18,8,.6)}
.mw-scene-quote cite{display:block;font-style:normal;margin-top:1.8rem;font-family:var(--mw-ui);font-size:.8rem;letter-spacing:.18em;
  text-transform:uppercase;font-weight:600;color:var(--mw-hay-kicker);text-shadow:0 1px 10px rgba(26,18,8,.7)}
.mw-scene-close .mw-wrap{position:relative;z-index:1;min-height:min(36rem,66vh);display:flex;flex-direction:column;
  align-items:center;justify-content:center;text-align:center;
  padding-top:var(--mw-y-scene);padding-bottom:var(--mw-y-scene)}
.mw-scene-close h2{font-family:var(--mw-display);font-weight:400;font-size:var(--mw-t-scene);line-height:1.14;
  max-width:20em;text-shadow:0 1px 20px rgba(26,18,8,.6)}
.mw-scene-close p{max-width:34em;margin:1.3rem auto 2.4rem;text-shadow:0 1px 14px rgba(26,18,8,.6)}
.mw-also{margin-top:2.6rem;font-family:var(--mw-ui);font-size:.76rem;letter-spacing:.14em;
  text-transform:uppercase;font-weight:600;color:rgba(250,245,234,.9);text-shadow:0 1px 10px rgba(26,18,8,.7)}
.mw-also a{white-space:nowrap}
/* Cascade guards. `.mw-scene-close p` sets paragraph margins and the global
   `.mw-site main a:not(...)` sets link colour; both out-specify the bare component. */
.mw-scene-close .mw-also{margin-top:2.6rem;text-shadow:0 1px 10px rgba(26,18,8,.7)}
main .mw-also a:not(.mw-cta){color:var(--mw-cream-lift);text-decoration:underline;
  text-decoration-color:var(--mw-hay-light);text-decoration-thickness:2px;text-underline-offset:5px}
main .mw-also a:not(.mw-cta):hover{text-decoration-color:var(--mw-cream-lift)}

/* ---- 08 content --------------------------------------------------------- */
/* heading / intro head row — shares its seam with .mw-cols2 below it */
.mw-act-head{display:grid;gap:1.4rem;margin-bottom:clamp(2rem,3.6vw,3rem)}
@media(min-width:62rem){.mw-act-head{grid-template-columns:1fr 1fr;gap:var(--mw-col-gap);align-items:start}
  .mw-act-head .mw-head{margin-bottom:0}
  .mw-act-head p{max-width:56ch}}
/* balanced two columns */
.mw-cols2{display:grid;gap:1.1rem}
@media(min-width:62rem){.mw-cols2{grid-template-columns:1fr 1fr;gap:var(--mw-col-gap)}
  .mw-cols2 p{max-width:56ch}}
/* Direct paragraph children are columns, not stacked prose: the gap owns them. */
.mw-cols2>p+p{margin-top:0}

/* photo/text splits */
.mw-photo{overflow:hidden;border-radius:var(--mw-radius)}
.mw-photo img{width:100%;display:block}
.mw-split{display:grid;gap:2.6rem}
@media(min-width:62rem){.mw-split{grid-template-columns:1.1fr .9fr;gap:var(--mw-split-gap);align-items:center}
  .mw-split-rev{grid-template-columns:.9fr 1.1fr}
  .mw-split-rev .mw-photo{order:-1}}
.mw-split .mw-photo{align-self:stretch;max-height:44rem}
.mw-split .mw-photo img{height:100%;object-fit:cover}
.mw-split .mw-photo-portrait img{aspect-ratio:3/4;object-position:50% 20%}
/* the therapist roster: source photos differ in aspect, so pin it or the row goes ragged */
.mw-rows .mw-photo-portrait img{aspect-ratio:3/4;object-fit:cover;object-position:50% 18%}
.mw-rows .mw-photo-portrait{margin-bottom:1.4rem}
.mw-split .mw-body p{max-width:58ch}
.mw-split .mw-body p+p{margin-top:1.1rem}
.mw-split .mw-body .mw-head{margin-bottom:1.5rem}
/* tall-photo split: prose left, full-height photo right */
.mw-split-tall{display:grid;gap:2.8rem;margin-top:clamp(2.4rem,4vw,3.4rem)}
@media(min-width:62rem){.mw-split-tall{grid-template-columns:minmax(0,40rem) minmax(0,1fr);gap:var(--mw-split-gap);align-items:center}
  .mw-split-tall .mw-photo{height:100%;order:2}
  .mw-split-tall .mw-photo img{height:100%;object-fit:cover;object-position:50% 35%;min-height:34rem}}
.mw-split-tall .mw-body p{max-width:58ch}
.mw-split-tall .mw-body p+p{margin-top:1.1rem}
/* feature split: portrait photo + a lead block that carries ruled rows */
.mw-split-feature{display:grid;gap:2.6rem;margin-top:clamp(2.4rem,4vw,3.4rem)}
@media(min-width:62rem){.mw-split-feature{grid-template-columns:.95fr 1.05fr;gap:var(--mw-split-gap);align-items:center}
  .mw-split-feature .mw-photo{order:2}
  .mw-split-feature .mw-photo img{aspect-ratio:5/6;width:100%;object-fit:cover;object-position:50% 40%}}
.mw-split-feature h3,.mw-row h3{font-family:var(--mw-display);font-weight:400;font-size:1.55rem;margin:0 0 .75rem}
.mw-split-feature p{max-width:54ch}
@media (prefers-reduced-motion: no-preference){
  .mw-split .mw-photo img,.mw-split-tall .mw-photo img,
  .mw-split-feature .mw-photo img{transform:scale(calc(1.06 - min(var(--sc-p,1),.5)*.12));will-change:transform}
}

/* ruled rows */
.mw-row{border-top:2px solid var(--mw-kraft-line);padding-top:1.4rem;margin-top:2.2rem}
.mw-row h3{font-size:1.28rem}
.mw-row p{max-width:52ch}
.mw-rows{display:grid;gap:0 var(--mw-col-gap);margin-top:clamp(2rem,3.6vw,2.8rem)}
@media(min-width:62rem){.mw-rows-2{grid-template-columns:1fr 1fr}.mw-rows-3{grid-template-columns:1fr 1fr 1fr}}
.mw-rows .mw-row{margin-top:0;margin-bottom:2.2rem}

/* checklist: hay ticks */
.mw-checklist{list-style:none;margin:1.6rem 0;max-width:60ch;display:grid;gap:.7rem;align-content:start}
.mw-cols2>.mw-checklist{margin-top:0}
.mw-checklist li{padding-left:1.9rem;position:relative}
.mw-checklist li::before{content:"";position:absolute;left:0;top:.74em;width:1.05rem;height:2px;background:var(--mw-hay-deep)}

/* FAQ ledger — <details> shape is load-bearing: build.py reads it for schema */
.mw-faq{margin-top:2rem;border-bottom:2px solid var(--mw-kraft-line)}
.mw-faq details{border-top:2px solid var(--mw-kraft-line)}
.mw-faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:2rem;
  padding:1.3rem 0;font-family:var(--mw-display);font-size:1.16rem;line-height:1.4}
.mw-faq summary::-webkit-details-marker{display:none}
.mw-faq summary::after{content:"+";flex:none;font-family:var(--mw-ui);font-weight:600;font-size:1.25rem;
  color:var(--mw-hay-deep);transition:transform .2s ease;line-height:1}
.mw-faq details[open] summary::after{transform:rotate(45deg)}
.mw-faq summary:hover{color:var(--mw-denim)}
.mw-faq details>div{padding:0 0 1.6rem}
.mw-faq details>div p{max-width:60ch}

/* fee ledger */
.mw-fee{margin:2rem 0;max-width:44rem;border-bottom:2px solid var(--mw-kraft-line)}
.mw-fee-row{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;
  border-top:2px solid var(--mw-kraft-line);padding:1.15rem 0}
.mw-fee-amount{font-family:var(--mw-display);font-size:1.35rem;white-space:nowrap}

/* liner-note columns */
.mw-liner{margin-top:clamp(2.4rem,4.4vw,3.8rem)}
@media(min-width:62rem){.mw-liner{columns:2;column-gap:clamp(3.5rem,6vw,6rem);max-width:72rem}}
.mw-liner p{max-width:58ch;break-inside:avoid}
.mw-liner p+p{margin-top:1.1rem}

/* quotes: one lead, quiet siblings — never three equal cards */
.mw-quotes{display:grid;gap:3rem}
@media(min-width:62rem){.mw-quotes{grid-template-columns:1.35fr 1fr;gap:clamp(4rem,7vw,7rem)}}
.mw-quote .mw-label{color:var(--mw-hay-deep);display:block;margin-bottom:1rem}
.mw-quote-lead blockquote{font-family:var(--mw-display);font-weight:400;font-size:var(--mw-t-lead);line-height:1.34}
.mw-quote-lead cite{display:block;font-style:normal;margin-top:1.4rem;font-family:var(--mw-ui);font-size:.78rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--mw-walnut-soft)}
.mw-quote-side .mw-quote{border-top:2px solid var(--mw-kraft-line);padding-top:1.5rem}
.mw-quote-side .mw-quote+.mw-quote{margin-top:2.2rem}
.mw-quote-side blockquote{font-style:italic;font-size:1.08rem;line-height:1.58}
.mw-quote-side cite{display:block;font-style:normal;margin-top:.9rem;font-family:var(--mw-ui);font-size:.76rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--mw-walnut-soft)}
.mw-quote-more{margin-top:clamp(2.2rem,4vw,3.2rem)}
@media(min-width:62rem){.mw-quote-more{columns:2;column-gap:clamp(3.5rem,6vw,6rem)}}
.mw-quote-more .mw-quote{border-top:2px solid var(--mw-kraft-line);padding-top:1.5rem;margin-bottom:2.2rem;break-inside:avoid}
.mw-quote-more blockquote{font-style:italic;font-size:1.08rem;line-height:1.58}
.mw-quote-more cite{display:block;font-style:normal;margin-top:.9rem;font-family:var(--mw-ui);font-size:.76rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--mw-walnut-soft)}

/* the hay rule under .mw-pull draws itself as the act scrolls in */
@media (prefers-reduced-motion: no-preference){
  .mw-pull::before{transform:scaleX(clamp(0,var(--sc-p,1)*2.6 - .35,1))}
}

/* ---- 09 region: .mw-footer -------------------------------------------------- */
.mw-footer{background:var(--mw-walnut);color:var(--mw-walnut-footer-ink)}
.mw-footer .mw-wrap{padding-top:clamp(3.4rem,6.5vw,5rem);padding-bottom:2.4rem}
.mw-foot-mast{font-family:var(--mw-display);font-size:1.5rem;color:var(--mw-cream-lift);display:flex;align-items:center;gap:.6rem;
  margin-bottom:clamp(2.2rem,4vw,3.2rem)}
.mw-foot-grid{display:grid;gap:2.8rem}
@media(min-width:62rem){.mw-foot-grid{grid-template-columns:1fr .9fr 1fr 1.2fr;gap:clamp(2.5rem,4.5vw,4.5rem)}}
.mw-footer h3{font-family:var(--mw-display);font-weight:400;font-size:1.4rem;margin:0 0 1rem;color:var(--mw-cream-lift)}
.mw-footer h3+h3,.mw-foot-stack h3{margin-top:2rem}
.mw-footer ul{list-style:none}
.mw-footer li{margin:.35rem 0}
.mw-footer a{color:var(--mw-hay-footer-link);text-decoration:none}
.mw-footer a:hover{text-decoration:underline;text-underline-offset:4px}
.mw-footer p+p{margin-top:.5rem}
.mw-foot-serving{margin-top:1.1rem;max-width:44ch;color:var(--mw-walnut-footer-soft);font-size:.97rem}
.mw-foot-news p{color:var(--mw-walnut-footer-soft);font-size:.97rem}
.mw-cta-sun{background:var(--mw-hay);color:var(--mw-walnut);margin-top:1.4rem}
.mw-cta-sun:hover{background:var(--mw-hay-footer-hover)}
.mw-foot-dateline{margin-top:clamp(2.6rem,5vw,3.6rem);text-align:center;font-family:var(--mw-ui);font-size:.72rem;
  letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--mw-walnut-footer-meta);line-height:1.7;
  border-top:1px solid rgba(228,214,190,.26);border-bottom:1px solid rgba(228,214,190,.26);padding:.85rem 1rem}

/* ---- 10 mobile ---------------------------------------------------------- */
@media(max-width:61.99rem){
  .mw-hero h1{font-size:min(2.75rem,11.2vw)}
  .mw-hero-interior h1{font-size:min(2rem,8.6vw);line-height:1.22}
  .mw-hero-interior h1 span{display:inline}
  .mw-playline::before,.mw-playline::after{display:none}
  .mw-nav>ul{display:none}
  .mw-burger{display:flex;flex-direction:column;gap:5px;cursor:pointer;z-index:7;padding:.4rem}
  .mw-burger span{display:block;width:26px;height:2.5px;background:var(--mw-cream-lift);box-shadow:0 1px 8px rgba(26,18,8,.5);
    transition:transform .25s ease,opacity .2s ease}
  .mw-menu-toggle:checked~.mw-nav .mw-burger span{box-shadow:none;background:var(--mw-cream-lift)}
  .mw-menu-toggle:checked~.mw-nav .mw-burger span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
  .mw-menu-toggle:checked~.mw-nav .mw-burger span:nth-child(2){opacity:0}
  .mw-menu-toggle:checked~.mw-nav .mw-burger span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
  .mw-menu-toggle:checked~.mw-mobile-menu{transform:translateX(0)}
  .mw-mobile-menu{position:fixed;inset:0;z-index:5;background:var(--mw-walnut);color:var(--mw-cream-lift);
    transform:translateX(100%);transition:transform .28s ease;overflow-y:auto;
    padding:5.5rem 2.2rem 3rem;-webkit-overflow-scrolling:touch}
  .mw-mobile-menu .mw-label{color:var(--mw-hay-light);display:block;margin:1.9rem 0 .7rem}
  .mw-mobile-menu .mw-label:first-child{margin-top:0}
  .mw-mobile-menu ul{list-style:none}
  .mw-mobile-menu li{margin:.15rem 0}
  .mw-mobile-menu a{font-family:var(--mw-display);font-size:1.18rem;color:var(--mw-cream-lift);text-decoration:none;
    display:inline-block;padding:.22rem 0}
  .mw-mobile-menu a[aria-current="page"]{color:var(--mw-hay-light)}
  .mw-mobile-menu .mw-cta{font-family:var(--mw-ui);font-size:1rem;margin-top:2.2rem;display:inline-block;
    background:var(--mw-cream-lift);color:var(--mw-walnut)}
}
@media(min-width:62rem){.mw-mobile-menu{display:none}}

/* ---- 11 reduced motion -------------------------------------------------- */
@media(prefers-reduced-motion:reduce){
  .mw-hero-bg img,.mw-bill>*,.mw-dateline{animation:none}
  html{scroll-behavior:auto}
}
