/* SIGNAL — Maren Hale. Editorial / front-page design system.
   Palette: ink #1A1512 · ivory #F7F1E5 / #FCF8EF · oxblood #7A1F2B / #5C1620 · gold #B08D3E / text-gold #8A6A24 · blush #EFE0D6 */

:root {
  --ink: #1A1512;
  --ink-soft: #3A322B;
  --ivory: #F7F1E5;
  --ivory-hi: #FCF8EF;
  --ox: #7A1F2B;
  --ox-deep: #5C1620;
  --gold: #B08D3E;
  --gold-txt: #8A6A24;
  --blush: #EFE0D6;
  --rule: rgba(26, 21, 18, .16);
  --serif: "DM Serif Display", Georgia, serif;
  --body: "Source Serif 4", Georgia, serif;
  --sans: "Archivo", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --wrap: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
section[id] { scroll-margin-top: 120px; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { font-family: var(--body); color: var(--ink); background: var(--ivory); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ox); }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(18px, 4vw, 40px); width: 100%; }

/* ————— type ————— */
.kicker { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 18px; }
.kicker--ox { color: var(--ox); }
.kicker--gold, .kicker--goldlight { color: var(--gold); }
.h2 { font-family: var(--serif); font-size: clamp(30px, 4.6vw, 52px); line-height: 1.08; font-weight: 400; letter-spacing: -.01em; }
.h2 em { font-style: italic; color: var(--ox); }
.h2--ivory { color: var(--ivory-hi); }
.h2--ivory em { color: var(--gold); }
.lead { font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.lead--ivory { color: rgba(247, 241, 229, .88); }
.prose > * + * { margin-top: 18px; }
.prose--center { text-align: center; max-width: 780px; }
.prose--onink, .prose--onox { color: rgba(247, 241, 229, .92); }
.pull { font-family: var(--serif); font-size: clamp(22px, 2.6vw, 30px); line-height: 1.3; color: var(--ox); border-left: 3px solid var(--gold); padding-left: 20px; }
.caption { font-family: var(--mono); font-size: 12.5px; color: var(--ink-soft); margin-top: 10px; letter-spacing: .02em; }

/* ————— bands (every band textured, none flat) ————— */
.band { padding-block: clamp(64px, 9vw, 120px); position: relative; }
.band > .wrap { position: relative; z-index: 1; }
.band--paper {
  background:
    linear-gradient(rgba(247, 241, 229, .93), rgba(247, 241, 229, .93)),
    url(/demos/funnels/maren-hale-signal/assets/img/tex-paper.webp) center/900px repeat,
    repeating-linear-gradient(90deg, transparent 0 259px, rgba(26,21,18,.05) 259px 260px),
    var(--ivory);
}
.band--blush {
  background:
    linear-gradient(rgba(239, 224, 214, .9), rgba(239, 224, 214, .92)),
    url(/demos/funnels/maren-hale-signal/assets/img/tex-paper.webp) center/900px repeat,
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(122,31,43,.028) 6px 7px),
    var(--blush);
}
.band--ink {
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(176,141,62,.16), transparent 60%),
    linear-gradient(rgba(26, 21, 18, .94), rgba(26, 21, 18, .96)),
    url(/demos/funnels/maren-hale-signal/assets/img/tex-newsprint.webp) center/1100px repeat,
    var(--ink);
  color: var(--ivory);
}
.band--ox {
  background:
    radial-gradient(900px 420px at 85% 0%, rgba(176,141,62,.22), transparent 55%),
    linear-gradient(rgba(92, 22, 32, .93), rgba(122, 31, 43, .95)),
    url(/demos/funnels/maren-hale-signal/assets/img/tex-linen.webp) center/700px repeat,
    var(--ox-deep);
  color: var(--ivory);
}

/* ————— announcement + header ————— */
.annc { position: sticky; top: 0; z-index: 60; display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; padding: 9px 14px; background: var(--ox-deep); color: var(--ivory-hi); font-family: var(--sans); font-size: 13.5px; letter-spacing: .01em; border-bottom: 1px solid rgba(176,141,62,.5); }
.annc__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.annc__link { color: var(--gold); font-weight: 700; text-decoration: none; }
.annc__link:hover { text-decoration: underline; }

.hdr { position: sticky; top: 37px; z-index: 55; background: rgba(252, 248, 239, .96); border-bottom: 1px solid var(--rule); }
.hdr__in { max-width: var(--wrap); margin-inline: auto; padding: 12px clamp(18px, 4vw, 40px); display: flex; align-items: center; gap: 26px; }
.hdr__wordmark { font-family: var(--serif); font-size: 20px; letter-spacing: .06em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.hdr__tm { color: var(--gold); margin-inline: 8px; }
.hdr__prog { font-family: var(--mono); font-size: 12px; letter-spacing: .3em; color: var(--ox); }
.hdr__nav { margin-left: auto; display: flex; gap: 22px; }
.hdr__nav a:not(.btn) { font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--ink-soft); text-decoration: none; }
.hdr__nav a:not(.btn):hover { color: var(--ox); }
.hdr--plain { position: static; }
.hdr__secure { margin-left: auto; font-family: var(--mono); font-size: 12px; color: var(--ink-soft); }
@media (max-width: 720px) { .hdr__nav { display: none; } .hdr { top: 0; } .annc { position: static; } }

/* ————— buttons ————— */
.btn { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; background: var(--ox); color: var(--ivory-hi); font-family: var(--sans); font-weight: 800; font-size: 16px; letter-spacing: .01em; text-decoration: none; border: none; cursor: pointer; padding: 14px 26px; border-radius: 6px; box-shadow: 0 2px 0 var(--ox-deep), 0 10px 24px rgba(92, 22, 32, .28); transition: transform .15s, box-shadow .15s; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 4px 0 var(--ox-deep), 0 14px 30px rgba(92, 22, 32, .34); }
.btn__sub { font-family: var(--mono); font-weight: 500; font-size: 11.5px; opacity: .85; letter-spacing: .06em; }
.btn--lg { font-size: 18px; padding: 18px 34px; border-radius: 8px; }
.btn--sm { font-size: 13.5px; padding: 9px 16px; box-shadow: 0 1px 0 var(--ox-deep); }
.btn--block { width: 100%; }
.btn--ivory { background: var(--ivory-hi); color: var(--ox-deep); box-shadow: 0 2px 0 rgba(0,0,0,.25), 0 10px 24px rgba(0, 0, 0, .25); }
.btn--ghost { font-family: var(--sans); font-weight: 700; font-size: 15px; color: var(--ink-soft); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 2px; align-self: center; }
.btn--ghost:hover { color: var(--ox); }

/* ————— hero ————— */
.hero { padding-top: clamp(40px, 6vw, 80px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero__h1 { font-family: var(--serif); font-size: clamp(42px, 6.2vw, 78px); line-height: 1.02; font-weight: 400; letter-spacing: -.015em; }
.hero__h1 em { font-style: italic; position: relative; white-space: nowrap; }
.hero__h1 em::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: .04em; height: .14em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C 40 3, 90 10, 130 6 S 190 5, 198 7' fill='none' stroke='%237A1F2B' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; z-index: -1; }
.hero__sub { font-size: clamp(18px, 2.1vw, 21px); margin-top: 22px; max-width: 54ch; }
.hero__mech { font-family: var(--sans); font-size: 15px; color: var(--ink-soft); border-left: 3px solid var(--gold); padding-left: 14px; margin-top: 18px; max-width: 52ch; }
.hero__ctas { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
.hero__ctas--center { justify-content: center; }
.hero__proofline { font-family: var(--sans); font-size: 13.5px; color: var(--ink-soft); margin-top: 18px; }
.stars { color: var(--gold); letter-spacing: .1em; margin-right: 6px; }

/* the cover device */
.hero__coverwrap { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cover { position: relative; width: min(360px, 82vw); aspect-ratio: 3 / 4.15; background: var(--ink); border-radius: 3px; overflow: hidden; box-shadow: 18px 22px 0 rgba(122, 31, 43, .14), 0 30px 60px rgba(26, 21, 18, .35); transform: rotate(1.6deg); }
.cover__photo, .cover__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.cover__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(26,21,18,.18), transparent 30%, transparent 48%, rgba(26,21,18,.55) 68%, rgba(26,21,18,.88)); }
.cover__mast { position: absolute; top: 16px; left: 0; right: 0; text-align: center; font-family: var(--serif); font-size: clamp(40px, 9vw, 58px); letter-spacing: .04em; color: var(--ivory-hi); text-shadow: 0 2px 14px rgba(0,0,0,.35); line-height: 1; }
.cover__folio { position: absolute; top: 84px; left: 0; right: 0; text-align: center; font-family: var(--mono); font-size: 9.5px; letter-spacing: .3em; color: rgba(252,248,239,.85); }
.cover__lines { position: absolute; left: 18px; right: 18px; bottom: 40px; display: grid; gap: 9px; }
.cover__line { font-family: var(--sans); font-weight: 600; font-size: 11.5px; color: rgba(252, 248, 239, .82); line-height: 1.35; }
.cover__line--main { font-family: var(--serif); font-weight: 400; font-size: 19px; color: var(--ivory-hi); line-height: 1.22; }
.cover__line--main span { color: var(--gold); }
.cover__barcode { position: absolute; right: 14px; bottom: 10px; width: 54px; height: 22px; background: repeating-linear-gradient(90deg, var(--ivory-hi) 0 2px, transparent 2px 4px, var(--ivory-hi) 4px 5px, transparent 5px 8px); opacity: .85; }
.covergen { width: min(360px, 82vw); background: var(--ivory-hi); border: 1px solid var(--rule); border-radius: 8px; padding: 14px 16px 12px; box-shadow: 0 8px 22px rgba(26,21,18,.09); }
.covergen__label { font-family: var(--serif); font-size: 17px; margin-bottom: 8px; }
.covergen__row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 8px; }
.covergen__row input { font-family: var(--sans); font-size: 14px; padding: 9px 11px; border: 1.5px solid var(--rule); border-radius: 5px; background: #fff; color: var(--ink); min-width: 0; }
.covergen__row input:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.covergen__note { font-family: var(--mono); font-size: 11px; color: var(--ink-soft); line-height: 1.5; margin-top: 9px; }

/* ————— outlets strip ————— */
.outletsband { padding-block: 34px; }
.outletsband__label { font-family: var(--mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(247,241,229,.6); text-align: center; margin-bottom: 16px; }
.outletsband__row { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; column-gap: clamp(24px, 4vw, 54px); row-gap: 10px; }
.outlet { font-family: var(--serif); font-size: clamp(16px, 1.8vw, 21px); color: rgba(247, 241, 229, .88); letter-spacing: .02em; white-space: nowrap; }
.outlet::first-letter { color: var(--gold); }

/* ————— split / agitation ————— */
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 64px); margin-top: clamp(36px, 5vw, 60px); align-items: start; }
.split__media img { border-radius: 4px; box-shadow: 14px 14px 0 rgba(122,31,43,.1); }

/* ————— story ————— */
.story__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.3fr) minmax(0, .85fr); gap: clamp(24px, 4vw, 48px); margin-top: clamp(40px, 6vw, 70px); align-items: start; }
.story__photo img { border-radius: 4px; }
.story__photo figcaption { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); margin-top: 10px; line-height: 1.5; }
.story__photo--a { transform: rotate(-1.4deg); }
.story__photo--b { transform: rotate(1.2deg); margin-top: 60px; }
.story__photo--a img, .story__photo--b img { box-shadow: 0 14px 34px rgba(26,21,18,.18); border: 8px solid #fff; border-bottom-width: 30px; }

/* ————— mechanism ————— */
.sigflow { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 10px; margin-top: clamp(40px, 5vw, 64px); }
.sigflow__step { background: rgba(252, 248, 239, .06); border: 1px solid rgba(176, 141, 62, .45); border-radius: 6px; padding: 16px 14px 14px; width: 148px; display: flex; flex-direction: column; gap: 6px; position: relative; }
.sigflow__letter { font-family: var(--serif); font-size: 34px; color: var(--gold); line-height: 1; }
.sigflow__name { font-family: var(--sans); font-weight: 800; font-size: 14.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--ivory-hi); }
.sigflow__what { font-family: var(--sans); font-size: 12.5px; color: rgba(247,241,229,.75); line-height: 1.45; }
.sigflow__joint { align-self: center; color: var(--gold); font-size: 20px; }
.sigflow__out { background: var(--gold); color: var(--ink); border-radius: 6px; padding: 16px 18px; display: flex; flex-direction: column; justify-content: center; gap: 4px; font-family: var(--serif); font-size: 21px; width: 168px; }
.sigflow__outlabel { font-family: var(--mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; opacity: .75; }
.sigsub { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: clamp(36px, 5vw, 56px); }
.sigsub__card { border-top: 2px solid var(--gold); padding-top: 16px; }
.sigsub__card h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--ivory-hi); margin-bottom: 8px; }
.sigsub__card p { font-size: 15.5px; color: rgba(247,241,229,.78); line-height: 1.6; }
.sigphoto { margin-top: clamp(36px, 5vw, 56px); }
.sigphoto img { border-radius: 4px; }
.sigphoto figcaption { font-family: var(--mono); font-size: 12px; color: rgba(247,241,229,.65); margin-top: 10px; }

/* ————— visibility gap score ————— */
.vgs { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(26px, 4vw, 54px); margin-top: clamp(36px, 5vw, 60px); align-items: start; }
.vgs__list { list-style: none; display: grid; gap: 10px; }
.vgs__item { background: var(--ivory-hi); border: 1px solid var(--rule); border-radius: 6px; padding: 13px 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; align-items: center; }
.vgs__dim { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-txt); grid-column: 1 / -1; }
.vgs__q { font-family: var(--sans); font-size: 14.5px; font-weight: 600; line-height: 1.4; }
.vgs__opts { display: flex; gap: 6px; }
.vgs__opts button { font-family: var(--sans); font-size: 12.5px; font-weight: 700; padding: 6px 12px; border-radius: 999px; border: 1.5px solid var(--rule); background: transparent; color: var(--ink-soft); cursor: pointer; }
.vgs__opts button:hover { border-color: var(--ox); color: var(--ox); }
.vgs__opts button.is-on { background: var(--ox); border-color: var(--ox); color: var(--ivory-hi); }
.vgs__result { position: sticky; top: 110px; background: var(--ivory-hi); border: 1px solid var(--rule); border-radius: 8px; padding: 20px; box-shadow: 0 14px 34px rgba(26,21,18,.08); }
.vgs__meterhead { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.vgs__scorenum { font-family: var(--mono); font-size: 13px; color: var(--ink-soft); }
.vgs__scorenum b { font-family: var(--serif); font-size: 40px; color: var(--ox); }
.vgs__paper { border: 1px solid var(--rule); background: #FDFAF3; padding: 12px 14px 16px; }
.vgs__paperhead { font-family: var(--serif); text-align: center; font-size: 19px; letter-spacing: .08em; border-bottom: 2px solid var(--ink); padding-bottom: 6px; margin-bottom: 12px; }
.vgs__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: end; height: 130px; }
.vgs__col { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; gap: 6px; border-inline: 1px solid rgba(26,21,18,.08); padding-inline: 5px; }
.vgs__colfill { background: repeating-linear-gradient(0deg, var(--ink) 0 2px, transparent 2px 4.5px); height: 4%; transition: height .5s cubic-bezier(.2, .8, .2, 1); }
.vgs__col:nth-child(2) .vgs__colfill { background: repeating-linear-gradient(0deg, var(--ox) 0 2px, transparent 2px 4.5px); }
.vgs__col:nth-child(3) .vgs__colfill { background: repeating-linear-gradient(0deg, var(--gold-txt) 0 2px, transparent 2px 4.5px); }
.vgs__col:nth-child(4) .vgs__colfill { background: repeating-linear-gradient(0deg, var(--ink-soft) 0 2px, transparent 2px 4.5px); }
.vgs__collabel { font-family: var(--mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.vgs__verdictlabel { font-family: var(--sans); font-weight: 800; font-size: 15px; color: var(--ox); margin-top: 14px; }
.vgs__verdict { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin-top: 6px; }
.vgs__result .btn { margin-top: 14px; }

/* ————— cost calculator ————— */
.costcalc { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(26px, 4vw, 60px); margin-top: clamp(36px, 5vw, 60px); align-items: center; }
.costcalc__inputs { display: grid; gap: 26px; }
.costcalc__inputs label { font-family: var(--sans); font-weight: 700; font-size: 15px; color: rgba(252,248,239,.92); display: block; }
.costcalc__slider { display: flex; align-items: center; gap: 16px; margin-top: 10px; }
.costcalc__slider input[type="range"] { flex: 1; accent-color: var(--gold); height: 4px; }
.costcalc__slider output { font-family: var(--mono); font-size: 15px; color: var(--gold); min-width: 76px; text-align: right; }
.costcalc__out { background: rgba(26, 21, 18, .35); border: 1px solid rgba(176, 141, 62, .5); border-radius: 10px; padding: clamp(22px, 3vw, 34px); }
.costcalc__outlabel { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(252,248,239,.7); }
.costcalc__big { font-family: var(--serif); font-size: clamp(46px, 6vw, 72px); color: var(--ivory-hi); line-height: 1.05; margin-top: 8px; }
.costcalc__lines { margin-top: 18px; display: grid; gap: 10px; }
.costcalc__lines > div { display: flex; justify-content: space-between; gap: 16px; font-family: var(--sans); font-size: 13.5px; color: rgba(252,248,239,.8); border-bottom: 1px dotted rgba(252,248,239,.25); padding-bottom: 8px; }
.costcalc__lines dd { font-family: var(--mono); color: var(--gold); }
.costcalc__note { font-size: 12.5px; font-family: var(--sans); color: rgba(252,248,239,.6); margin-top: 14px; line-height: 1.5; }
.costcalc__out .btn { margin-top: 20px; }

/* ————— interstitial ————— */
.inter { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; }
.inter__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inter__scrim { position: absolute; inset: 0; background: linear-gradient(rgba(26,21,18,.55), rgba(26,21,18,.72)); }
.inter__quote { position: relative; z-index: 1; text-align: center; padding-block: 90px; }
.inter__quote p { font-family: var(--serif); font-size: clamp(28px, 4.4vw, 50px); color: var(--ivory-hi); line-height: 1.15; }
.inter__quote em { color: var(--gold); }
.inter__quote cite { display: block; font-family: var(--mono); font-style: normal; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(252,248,239,.75); margin-top: 20px; }

/* ————— reveal ————— */
.reveal__name { font-family: var(--serif); font-size: clamp(64px, 11vw, 128px); letter-spacing: .1em; line-height: 1; color: var(--ink); }
.reveal__name::after { content: "™"; font-size: .22em; vertical-align: super; color: var(--gold-txt); }
.reveal__tag { font-family: var(--mono); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--ox); margin-top: 12px; }
.reveal__hero { margin-top: clamp(30px, 4vw, 50px); margin-bottom: clamp(30px, 4vw, 50px); }
.reveal__hero img { border-radius: 6px; box-shadow: 0 30px 70px rgba(26,21,18,.22); }

/* ————— modules ————— */
.modrows { display: grid; gap: clamp(36px, 5vw, 64px); margin-top: clamp(40px, 6vw, 72px); }
.modrow { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.modrow--flip .modrow__media { order: 2; }
.modrow__media { position: relative; }
.modrow__media img { border-radius: 6px; box-shadow: 0 18px 44px rgba(26,21,18,.16); }
.modrow__wk { position: absolute; top: -12px; left: -10px; background: var(--ink); color: var(--gold); font-family: var(--mono); font-size: 11.5px; letter-spacing: .2em; padding: 7px 12px; border-radius: 3px; transform: rotate(-2deg); }
.modrow__letter { font-family: var(--serif); font-size: 60px; line-height: 1; color: rgba(122, 31, 43, .18); }
.modrow__name { font-family: var(--serif); font-size: clamp(26px, 3vw, 36px); font-weight: 400; margin-top: -18px; }
.modrow__deck { font-size: 17px; color: var(--ink-soft); margin-top: 10px; font-style: italic; }
.modrow__list { margin-top: 16px; padding-left: 0; list-style: none; display: grid; gap: 9px; }
.modrow__list li { font-family: var(--sans); font-size: 14.5px; line-height: 1.5; padding-left: 24px; position: relative; }
.modrow__list li::before { content: "✎"; position: absolute; left: 0; color: var(--ox); }
.modrow__artifact { margin-top: 16px; font-family: var(--sans); font-size: 14px; background: var(--ivory-hi); border: 1px dashed var(--gold); border-radius: 5px; padding: 10px 14px; }
.modrow__artifact span { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-txt); display: block; margin-bottom: 2px; }
.modrows__impl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.implcard { background: var(--ink); color: var(--ivory); border-radius: 8px; padding: 24px; }
.implcard__wk { font-family: var(--mono); font-size: 11.5px; letter-spacing: .2em; color: var(--gold); margin-bottom: 8px; }
.implcard h3 { font-family: var(--serif); font-weight: 400; font-size: 23px; margin-bottom: 8px; }
.implcard p { font-size: 15px; color: rgba(247,241,229,.8); line-height: 1.55; }

/* ————— delivery / ui mockups ————— */
.delivery__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(24px, 3.6vw, 44px); margin-top: clamp(36px, 5vw, 60px); align-items: start; }
.uimock { background: #FDFBF6; border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; box-shadow: 0 20px 48px rgba(26,21,18,.14); font-family: var(--sans); }
.uimock__chrome { display: flex; align-items: center; gap: 6px; background: #EDE6D8; padding: 9px 13px; border-bottom: 1px solid var(--rule); }
.uimock__chrome span { width: 10px; height: 10px; border-radius: 50%; background: #D4C9B4; }
.uimock__chrome em { font-family: var(--mono); font-style: normal; font-size: 11.5px; color: var(--ink-soft); margin-left: 8px; background: #FDFBF6; border-radius: 4px; padding: 2px 10px; }
.uimock__body { display: grid; grid-template-columns: 168px minmax(0, 1fr); }
.uimock__side { background: var(--ink); color: var(--ivory); padding: 14px 12px; display: flex; flex-direction: column; gap: 12px; }
.uimock__logo { font-family: var(--serif); letter-spacing: .12em; font-size: 15px; }
.uimock__logo span { display: block; font-family: var(--mono); font-size: 8.5px; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; margin-top: 3px; }
.uimock__side ul { list-style: none; display: grid; gap: 6px; font-size: 11.5px; }
.uimock__side li { padding: 6px 8px; border-radius: 4px; color: rgba(247,241,229,.7); display: flex; justify-content: space-between; }
.uimock__side li.done { color: rgba(247,241,229,.9); } .uimock__side li.done b { color: var(--gold); font-weight: 400; }
.uimock__side li.now { background: rgba(176,141,62,.2); color: var(--ivory-hi); border: 1px solid rgba(176,141,62,.5); }
.uimock__side li.dim { opacity: .5; }
.uimock__ring { margin-top: auto; display: flex; align-items: center; gap: 8px; font-size: 11px; }
.uimock__ring svg { width: 44px; height: 44px; transform: rotate(-90deg); }
.ring-bg { fill: none; stroke: rgba(247,241,229,.15); stroke-width: 5; }
.ring-fg { fill: none; stroke: var(--gold); stroke-width: 5; stroke-linecap: round; }
.uimock__ring span { line-height: 1.2; } .uimock__ring em { display: block; font-style: normal; opacity: .6; font-size: 9.5px; }
.uimock__main { padding: 16px 18px; display: grid; gap: 12px; align-content: start; }
.uimock__crumb { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-txt); }
.uimock__player { background: var(--ink); border-radius: 8px; padding: 26px 16px 14px; color: var(--ivory); position: relative; }
.uimock__play { position: absolute; top: 14px; left: 16px; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; font-size: 13px; }
.uimock__player em { display: block; font-style: normal; font-size: 12px; margin: 4px 0 10px 46px; color: rgba(247,241,229,.85); }
.uimock__bar { height: 5px; border-radius: 999px; background: rgba(247,241,229,.2); overflow: hidden; }
.uimock__bar i { display: block; height: 100%; background: var(--gold); }
.uimock__chips { display: flex; flex-wrap: wrap; gap: 7px; }
.uimock__chips span { font-size: 11px; font-weight: 600; background: #F1EADB; border: 1px solid var(--rule); border-radius: 999px; padding: 5px 10px; }
.uimock__note { font-size: 12.5px; line-height: 1.5; background: #FBF3E2; border-left: 3px solid var(--gold); padding: 10px 12px; border-radius: 0 6px 6px 0; }
.syllabus { background: var(--ivory-hi); border: 1px solid var(--rule); border-radius: 8px; padding: 18px; }
.syllabus__head { font-family: var(--serif); font-size: 20px; margin-bottom: 12px; }
.syllabus__tbl { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 12px; }
.syllabus__tbl th { font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; text-align: left; color: var(--gold-txt); border-bottom: 2px solid var(--ink); padding: 6px 8px 6px 0; }
.syllabus__tbl td { border-bottom: 1px solid var(--rule); padding: 8px 8px 8px 0; vertical-align: top; line-height: 1.4; }
.syllabus__tbl td:first-child { font-family: var(--mono); color: var(--ox); }
.clinicstrip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: clamp(30px, 4vw, 48px); }
.clinicstrip__ph img { border-radius: 6px; }
.clinicstrip__ph figcaption { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); margin-top: 9px; }

/* ————— bonuses ————— */
.bonusgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 32px); margin-top: clamp(40px, 5vw, 64px); }
.bonuscard { background: rgba(252, 248, 239, .05); border: 1px solid rgba(176, 141, 62, .4); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.bonuscard__media img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.bonuscard__n { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; color: var(--gold); padding: 16px 18px 0; }
.bonuscard__n b { color: var(--ivory-hi); font-weight: 500; }
.bonuscard__name { font-family: var(--serif); font-weight: 400; font-size: 26px; color: var(--ivory-hi); padding: 6px 18px 0; }
.bonuscard__what { font-size: 14.5px; color: rgba(247,241,229,.82); line-height: 1.55; padding: 10px 18px 0; }
.bonuscard__why { font-size: 13px; color: rgba(247,241,229,.65); line-height: 1.5; padding: 12px 18px 18px; margin-top: auto; }
.bonuscard__why span { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }

/* ————— stack + price ————— */
.price__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(26px, 4vw, 60px); margin-top: clamp(40px, 5vw, 64px); align-items: start; }
.price__lineup { position: relative; }
.price__lineup > img { border-radius: 6px; box-shadow: 0 24px 54px rgba(26,21,18,.2); }
.price__flatlay { width: 46%; border: 8px solid #fff; border-radius: 3px; box-shadow: 0 16px 36px rgba(26,21,18,.25); position: absolute; right: -14px; bottom: -40px; transform: rotate(2.4deg); }
.stackbox { background: var(--ivory-hi); border: 2px solid var(--ink); border-radius: 10px; padding: clamp(20px, 3vw, 32px); box-shadow: 10px 10px 0 rgba(122, 31, 43, .16); }
.stackbox__head { font-family: var(--mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-txt); border-bottom: 2px solid var(--ink); padding-bottom: 10px; }
.stackbox__list { list-style: none; margin-top: 14px; display: grid; gap: 11px; }
.stackbox__list li { display: flex; align-items: baseline; gap: 8px; font-family: var(--sans); font-size: 14.5px; }
.stackbox__dots { flex: 1; border-bottom: 1px dotted rgba(26,21,18,.35); transform: translateY(-4px); min-width: 20px; }
.stackbox__val { font-family: var(--mono); font-size: 13.5px; color: var(--ink-soft); }
.stackbox__total { display: flex; justify-content: space-between; border-top: 2px solid var(--ink); margin-top: 16px; padding-top: 12px; font-family: var(--sans); font-weight: 700; }
.stackbox__total b { font-family: var(--mono); font-size: 18px; }
.stackbox__pricerow { text-align: center; margin-top: 20px; }
.stackbox__was { display: inline-block; font-family: var(--mono); font-size: 20px; color: var(--ink-soft); position: relative; margin-right: 14px; }
.stackbox__was::after { content: ""; position: absolute; left: -4%; right: -4%; top: 52%; height: 3px; background: var(--ox); transform: rotate(-6deg); border-radius: 2px; }
.stackbox__now { display: inline-block; font-family: var(--serif); font-size: clamp(46px, 5vw, 64px); color: var(--ox); line-height: 1; }
.stackbox__save { font-family: var(--sans); font-size: 13.5px; color: var(--ink-soft); margin-top: 8px; }
.stackbox__save b { color: var(--gold-txt); }
.paytoggle { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.paytoggle button { font-family: var(--sans); font-weight: 700; font-size: 13.5px; padding: 11px 10px; border-radius: 6px; border: 1.5px solid var(--rule); background: transparent; color: var(--ink-soft); cursor: pointer; }
.paytoggle button.is-on { background: var(--ink); border-color: var(--ink); color: var(--ivory-hi); }
.stackbox .btn { margin-top: 16px; }
.stackbox__seats { text-align: center; font-family: var(--mono); font-size: 12px; color: var(--ox); margin-top: 12px; }
.stackbox__guar { text-align: center; font-family: var(--sans); font-size: 13px; color: var(--ink-soft); margin-top: 6px; }
.anchors { margin-top: clamp(48px, 7vw, 90px); }
.anchors__head { font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); text-align: center; margin-bottom: 20px; }
.anchors__row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.anchor { border: 1px solid var(--rule); border-radius: 8px; padding: 18px; background: rgba(252,248,239,.6); }
.anchor b { font-family: var(--serif); font-size: 27px; display: block; }
.anchor span { font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; display: block; margin-top: 6px; }
.anchor--us { background: var(--ink); border-color: var(--ink); }
.anchor--us b { color: var(--gold); }
.anchor--us span { color: rgba(247,241,229,.85); }

/* ————— roi ————— */
.roiband { padding-block: clamp(50px, 7vw, 80px); }
.roiband__staccato { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 40px); color: var(--ox); letter-spacing: .04em; margin-top: 26px; }

/* ————— guarantee ————— */
.guar { display: grid; grid-template-columns: 200px minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(26px, 4vw, 56px); align-items: center; }
.guar__seal svg { width: 100%; max-width: 200px; filter: drop-shadow(0 10px 24px rgba(122,31,43,.25)); animation: sealspin 40s linear infinite; transform-origin: center; }
@keyframes sealspin { to { transform: rotate(360deg); } }
.seal-ring { fill: var(--ox); }
.seal-inner { fill: none; stroke: var(--gold); stroke-width: 2; stroke-dasharray: 4 3; }
.seal-txt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; fill: var(--ivory-hi); }
.seal-big { font-family: var(--serif); font-size: 44px; fill: var(--ivory-hi); }
.seal-small { font-family: var(--mono); font-size: 8px; letter-spacing: .14em; fill: var(--gold); }
.guar__fine { font-size: 14px; color: var(--ink-soft); }
.guar__photo img { border-radius: 6px; transform: rotate(1.6deg); box-shadow: 0 18px 40px rgba(26,21,18,.16); border: 8px solid #fff; }
.guar__photo figcaption { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); margin-top: 12px; }

/* ————— proof ————— */
.statrow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: clamp(36px, 5vw, 56px); }
.stat { border-top: 3px solid var(--ox); padding-top: 14px; }
.stat b { font-family: var(--serif); font-size: clamp(30px, 3.6vw, 46px); display: block; line-height: 1; }
.stat b i { font-style: normal; font-size: .5em; color: var(--gold-txt); }
.stat span { font-family: var(--sans); font-size: 13px; color: var(--ink-soft); line-height: 1.45; display: block; margin-top: 8px; }
.quotewall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: clamp(36px, 5vw, 56px); }
.tcard { background: var(--ivory-hi); border: 1px solid var(--rule); border-radius: 8px; padding: 20px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 10px 26px rgba(26,21,18,.07); }
.tcard__who { display: flex; align-items: center; gap: 12px; }
.tcard__face { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.tcard__who b { font-family: var(--sans); font-size: 15px; display: block; }
.tcard__who span { font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft); }
.tcard__chip { align-self: flex-start; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; background: rgba(122,31,43,.08); color: var(--ox); border: 1px solid rgba(122,31,43,.25); border-radius: 999px; padding: 4px 11px; }
.tcard blockquote { font-size: 15px; line-height: 1.6; }
.vidrow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.vidcard { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 14px 32px rgba(26,21,18,.14); }
.vidcard__poster { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; filter: saturate(.92); }
.vidcard__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -70%); width: 54px; height: 54px; border-radius: 50%; background: rgba(122, 31, 43, .92); color: var(--ivory-hi); display: grid; place-items: center; font-size: 18px; box-shadow: 0 8px 20px rgba(0,0,0,.35); }
.vidcard figcaption { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(26,21,18,.9)); color: var(--ivory-hi); padding: 26px 14px 12px; display: flex; gap: 10px; align-items: baseline; font-family: var(--sans); font-size: 13px; }
.vidcard figcaption span { font-family: var(--mono); font-size: 11px; opacity: .8; }
.vidcard figcaption em { font-style: normal; margin-left: auto; background: var(--gold); color: var(--ink); border-radius: 3px; padding: 2px 8px; font-size: 11px; font-weight: 700; }
.prooftwo { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(22px, 3.4vw, 40px); margin-top: clamp(36px, 5vw, 56px); align-items: start; }
.prooftwo__label { font-family: var(--mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-txt); margin-bottom: 14px; }
.prooftwo__posts { display: grid; gap: 18px; }
.lipost { background: #fff; border: 1px solid var(--rule); border-radius: 8px; padding: 16px; font-family: var(--sans); box-shadow: 0 10px 26px rgba(26,21,18,.07); }
.lipost__head { display: flex; gap: 10px; align-items: center; }
.lipost__ava { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.lipost__head b { font-size: 14px; display: block; }
.lipost__head span { display: block; font-size: 12px; color: var(--ink-soft); line-height: 1.35; }
.lipost__time { opacity: .7; }
.lipost__body { font-size: 14px; line-height: 1.55; margin-top: 12px; }
.lipost__stats { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-soft); border-bottom: 1px solid var(--rule); padding-block: 10px; margin-top: 8px; }
.lipost__reacts i { font-style: normal; font-size: 11px; margin-right: -3px; }
.lipost__actions { display: flex; justify-content: space-around; padding-top: 8px; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.prooftwo__aside { display: grid; gap: 18px; }
.uimock--analytics, .uimock--inbox { padding: 16px; }
.uimock__ahead { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 10px; }
.uimock__chart { width: 100%; }
.chart-grid { stroke: rgba(26,21,18,.15); stroke-width: 1; }
.chart-area { fill: rgba(122, 31, 43, .12); }
.chart-line { fill: none; stroke: var(--ox); stroke-width: 2.5; stroke-linecap: round; }
.chart-mark { stroke: var(--gold); stroke-width: 1.5; stroke-dasharray: 4 4; }
.chart-note { font-family: var(--mono); font-size: 9px; fill: var(--gold-txt); }
.uimock__adelta { font-family: var(--mono); font-size: 13px; color: var(--ox); margin-top: 8px; }
.msg { border: 1px solid var(--rule); border-radius: 7px; padding: 10px 12px; font-family: var(--sans); margin-top: 8px; }
.msg b { font-size: 13px; display: block; }
.msg span { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; display: block; margin-top: 3px; }
.msg--dim { opacity: .65; border-style: dashed; }
.tearwall { margin-top: clamp(40px, 5vw, 60px); }
.tearwall__row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tear { background: #FDFAF3; border: 1px solid var(--rule); padding: 16px 14px 40px; transform: rotate(var(--rot)); box-shadow: 0 12px 26px rgba(26,21,18,.12); position: relative; }
.tear::before { content: ""; position: absolute; top: -9px; left: 50%; transform: translateX(-50%) rotate(-1deg); width: 58px; height: 18px; background: rgba(176, 141, 62, .35); border: 1px solid rgba(176,141,62,.2); }
.tear::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 26px; background: repeating-linear-gradient(90deg, rgba(26,21,18,.14) 0 1px, transparent 1px 4px); opacity: .35; }
.tear__outlet { font-family: var(--mono); font-size: 9.5px; letter-spacing: .2em; color: var(--gold-txt); border-bottom: 1.5px solid var(--ink); padding-bottom: 6px; }
.tear h3 { font-family: var(--serif); font-weight: 400; font-size: 17.5px; line-height: 1.25; margin-top: 10px; }
.tear__by { font-family: var(--sans); font-size: 11.5px; color: var(--ink-soft); margin-top: 8px; }
.masterphoto { margin-top: clamp(40px, 5vw, 60px); }
.masterphoto img { border-radius: 6px; }
.masterphoto figcaption { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); margin-top: 10px; }
.quotewall--tail { margin-top: 22px; }

/* ————— about ————— */
.aboutgrid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(26px, 4vw, 60px); align-items: center; }
.aboutgrid__portrait img { border-radius: 6px; box-shadow: 16px 16px 0 rgba(122, 31, 43, .12); }
.credlist { list-style: none; display: grid; gap: 12px; margin-top: 6px; }
.credlist li { font-family: var(--sans); font-size: 14.5px; line-height: 1.5; padding-left: 26px; position: relative; }
.credlist li::before { content: "❧"; position: absolute; left: 0; color: var(--gold-txt); }
.aboutgrid__strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 10px; }
.aboutgrid__strip img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: 5px; }

/* ————— fit columns ————— */
.fitcols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 3vw, 32px); margin-top: clamp(36px, 5vw, 56px); }
.fitcol { border-radius: 10px; padding: clamp(22px, 3vw, 32px); }
.fitcol--yes { background: rgba(176, 141, 62, .12); border: 1px solid rgba(176, 141, 62, .5); }
.fitcol--no { background: rgba(252, 248, 239, .04); border: 1px dashed rgba(247, 241, 229, .35); }
.fitcol__head { font-family: var(--serif); font-size: 24px; color: var(--ivory-hi); margin-bottom: 16px; }
.fitcol ul { list-style: none; display: grid; gap: 12px; }
.fitcol li { font-family: var(--sans); font-size: 15px; line-height: 1.5; color: rgba(247,241,229,.85); padding-left: 28px; position: relative; }
.fitcol--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.fitcol--no li::before { content: "✕"; position: absolute; left: 0; color: rgba(247,241,229,.5); }

/* ————— faq ————— */
.faqlist { max-width: 820px; margin: clamp(30px, 4vw, 50px) auto 0; display: grid; gap: 10px; }
.faqitem { background: var(--ivory-hi); border: 1px solid var(--rule); border-radius: 8px; }
.faqitem summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 20px; font-family: var(--sans); font-weight: 700; font-size: 16px; }
.faqitem summary::-webkit-details-marker { display: none; }
.faqitem summary i { flex: none; width: 22px; height: 22px; position: relative; }
.faqitem summary i::before, .faqitem summary i::after { content: ""; position: absolute; background: var(--ox); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faqitem summary i::before { width: 14px; height: 2.5px; }
.faqitem summary i::after { width: 2.5px; height: 14px; transition: transform .2s; }
.faqitem[open] summary i::after { transform: translate(-50%, -50%) scaleY(0); }
.faqitem__a { padding: 0 20px 18px; font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); }

/* ————— close ————— */
.close { padding-top: 0; }
.close__hallway { margin-bottom: clamp(48px, 7vw, 80px); }
.close__hallway img { width: 100%; max-height: 460px; object-fit: cover; }
.close__deadline { text-align: center; margin-top: clamp(36px, 5vw, 56px); display: grid; justify-items: center; gap: 18px; }
.close__deadlabel { font-family: var(--mono); font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.countdown { display: flex; gap: clamp(8px, 2vw, 18px); }
.countdown > div { background: rgba(26, 21, 18, .4); border: 1px solid rgba(176, 141, 62, .5); border-radius: 8px; padding: 12px clamp(10px, 2.4vw, 22px); min-width: clamp(64px, 16vw, 90px); text-align: center; }
.countdown b { font-family: var(--serif); font-size: clamp(28px, 5vw, 44px); color: var(--ivory-hi); display: block; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown span { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(252,248,239,.65); }
.close__seats { font-family: var(--sans); font-size: 14px; color: rgba(252,248,239,.8); max-width: 52ch; }
.close__after { margin-top: clamp(40px, 6vw, 70px); }
.close__after img { border-radius: 6px; }
.close__after figcaption { font-family: var(--mono); font-size: 12px; color: rgba(252,248,239,.65); margin-top: 10px; }
.ps { max-width: 720px; margin-top: clamp(40px, 6vw, 70px); color: rgba(252, 248, 239, .9); }
.ps p { font-size: 16.5px; line-height: 1.65; }
.ps a { color: var(--gold); }
.ps__sig { font-family: var(--mono); font-size: 13px; letter-spacing: .1em; }
.ps__name { font-family: var(--serif); font-style: italic; font-size: 44px; color: var(--gold); line-height: 1; margin-top: 2px !important; margin-bottom: 16px !important; }

/* ————— footer ————— */
.ftr { background: var(--ink); color: rgba(247,241,229,.75); padding-top: 60px; border-top: 3px solid var(--gold); }
.ftr__in { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, .8fr); gap: clamp(24px, 4vw, 60px); padding-bottom: 40px; }
.ftr__wordmark { font-family: var(--serif); letter-spacing: .1em; font-size: 20px; color: var(--ivory-hi); margin-bottom: 12px; }
.ftr__small { font-family: var(--sans); font-size: 13px; line-height: 1.6; }
.ftr__h { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.ftr__col a { display: block; font-family: var(--sans); font-size: 14px; color: rgba(247,241,229,.75); text-decoration: none; margin-bottom: 9px; }
.ftr__col a:hover { color: var(--gold); }
.ftr__base { border-top: 1px solid rgba(247,241,229,.15); padding-block: 20px; }
.ftr__base p { font-family: var(--sans); font-size: 12px; line-height: 1.6; color: rgba(247,241,229,.55); }
.ftr__base a { color: rgba(247,241,229,.75); }

/* ————— enroll page ————— */
.enroll { background: var(--ivory); padding-block: clamp(36px, 5vw, 70px); }
.enroll__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(26px, 4vw, 60px); align-items: start; }
.enroll__h1 { font-family: var(--serif); font-size: clamp(30px, 4vw, 44px); font-weight: 400; line-height: 1.1; margin-bottom: 24px; }
.eform { background: var(--ivory-hi); border: 1px solid var(--rule); border-radius: 10px; padding: clamp(20px, 3vw, 32px); }
.eform legend { font-family: var(--serif); font-size: 21px; margin-bottom: 16px; }
.eform fieldset { border: none; }
.eform label { display: block; font-family: var(--sans); font-weight: 700; font-size: 13.5px; margin-bottom: 14px; }
.eform input { display: block; width: 100%; font-family: var(--sans); font-size: 15px; padding: 11px 13px; margin-top: 6px; border: 1.5px solid var(--rule); border-radius: 6px; background: #fff; }
.eform input:focus { outline: 2px solid var(--gold); }
.eform input:disabled { background: #F4EEE1; color: var(--ink-soft); }
.eform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.eform__note { font-family: var(--mono); font-size: 11.5px; color: var(--ink-soft); margin-top: 12px; line-height: 1.5; }
.eform .btn { margin-top: 8px; }
.bump { display: flex !important; gap: 12px; background: #FBF3E2; border: 2px dashed var(--gold); border-radius: 8px; padding: 14px !important; cursor: pointer; margin-block: 18px !important; }
.bump input { width: 20px !important; height: 20px; margin-top: 2px !important; accent-color: var(--ox); flex: none; }
.bump__body { font-family: var(--sans); font-weight: 400; font-size: 13.5px; line-height: 1.5; }
.bump__body b { display: block; color: var(--ox); margin-bottom: 3px; }
.enroll__aside { position: sticky; top: 24px; display: grid; gap: 18px; }
.enroll__product img { border-radius: 8px; box-shadow: 0 18px 40px rgba(26,21,18,.16); }
.ordersum { background: var(--ivory-hi); border: 2px solid var(--ink); border-radius: 10px; padding: 22px; }
.ordersum__head { font-family: var(--mono); font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-txt); border-bottom: 2px solid var(--ink); padding-bottom: 8px; margin-bottom: 12px; }
.ordersum ul { list-style: none; display: grid; gap: 9px; }
.ordersum li { display: flex; justify-content: space-between; gap: 12px; font-family: var(--sans); font-size: 14px; }
.ordersum li b { font-family: var(--mono); font-weight: 500; font-size: 13px; }
.ordersum__free b { color: var(--gold-txt); }
.ordersum__total { display: flex; justify-content: space-between; border-top: 2px solid var(--ink); margin-top: 14px; padding-top: 10px; font-family: var(--sans); font-weight: 800; }
.ordersum__total b { font-family: var(--serif); font-size: 26px; color: var(--ox); }
.ordersum__plan { font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; text-align: right; }
.ordersum__guar { font-family: var(--sans); font-size: 13px; margin-top: 14px; background: rgba(176,141,62,.12); border-radius: 6px; padding: 10px 12px; line-height: 1.5; }
.ordersum__seats { font-family: var(--mono); font-size: 11.5px; color: var(--ox); margin-top: 12px; }

/* ————— thanks + legal ————— */
.thankspg__ph { margin-block: 26px; } .thankspg__ph img { border-radius: 6px; }
.legal .prose { max-width: 760px; }
.legal h1 { margin-bottom: 20px; }

/* ————— responsive ————— */
@media (max-width: 980px) {
  .hero__grid, .vgs, .costcalc, .price__grid, .prooftwo, .aboutgrid, .enroll__grid, .delivery__grid { grid-template-columns: minmax(0, 1fr); }
  .story__grid { grid-template-columns: minmax(0, 1fr); }
  .story__photo--a, .story__photo--b { max-width: 420px; margin-inline: auto; }
  .story__photo--b { margin-top: 0; }
  .guar { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: left; }
  .guar__seal { order: -1; }
  .quotewall, .vidrow, .bonusgrid, .sigsub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tearwall__row, .anchors__row, .statrow, .aboutgrid__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: minmax(0, 1fr); }
  .vgs__result { position: static; }
  .enroll__aside { position: static; order: -1; }
  .price__flatlay { position: static; transform: rotate(0); width: 60%; margin: 14px auto 0; }
}
@media (max-width: 640px) {
  body { font-size: 16.5px; }
  .quotewall, .vidrow, .bonusgrid, .sigsub, .fitcols, .modrows__impl, .clinicstrip, .eform__row { grid-template-columns: minmax(0, 1fr); }
  .tearwall__row, .anchors__row, .statrow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aboutgrid__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .modrow, .modrow--flip { grid-template-columns: minmax(0, 1fr); }
  .modrow--flip .modrow__media { order: 0; }
  .hero__ctas { flex-direction: column; align-items: stretch; text-align: center; }
  .btn--ghost { align-self: center; }
  .uimock__body { grid-template-columns: minmax(0, 1fr); }
  .uimock__side { flex-direction: row; flex-wrap: wrap; align-items: center; }
  .uimock__side ul { display: none; }
  .uimock__ring { margin-top: 0; margin-left: auto; }
  .countdown > div { min-width: 0; flex: 1; }
  .countdown { width: 100%; max-width: 380px; }
  .annc { font-size: 12px; gap: 8px; }
  .cover { transform: rotate(0); }
  .vgs__item { grid-template-columns: minmax(0, 1fr); }
  .vgs__opts { justify-self: start; }
}
