/* ==========================================================================
   VERSION 2 — the Michael Fowler Creative / Ken Fulk treatment
   Fonts: Instrument Serif + Instrument Sans (exactly what michaelfowlercreative.com uses; both open, on Google Fonts).
   Ken Fulk's Romie and PP Neue Montreal are commercial: their @font-face slots below activate automatically
   if licensed files are placed in /fonts (see fonts/README.txt).
   Loads AFTER site.css and the page stylesheet; only overrides.
   ========================================================================== */
@font-face { font-family: "Romie"; src: url("../fonts/Romie-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Romie"; src: url("../fonts/Romie-LightItalic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Romie"; src: url("../fonts/Romie-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Romie"; src: url("../fonts/Romie-Italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("../fonts/PPNeueMontreal-Variable.woff2") format("woff2"); font-weight: 100 800; font-style: normal; font-display: swap; }

:root {
  --font-heading: "Instrument Serif", "Romie", "Times New Roman", serif;
  --font-body: "Instrument Sans", "PP Neue Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-script: "Instrument Serif", "Romie", serif;
  --font-ui: "Instrument Sans", "PP Neue Montreal", "Helvetica Neue", Arial, sans-serif;
  --radius: 0px;
  --track-heading: 0.01em;
  --track-eyebrow: 0.22em;
  --section-y: clamp(5.5rem, 4rem + 6vw, 11rem);
  --section-y-sm: clamp(3.5rem, 2.5rem + 3vw, 6rem);
  --fs-body: 1rem;
  --lh-body: 1.6;
  --measure: 58ch;
}
body { font-weight: 400; }

/* ---- type ---- */
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .display { font-family: var(--font-heading); font-weight: 400; letter-spacing: 0.005em; }
.display, h1, .h1, h2.h1 { text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.98; font-weight: 400; }
.display em, h1 em, .h1 em, h2 em, .h2 em, h3 em { font-style: italic; font-weight: 400; text-transform: none; letter-spacing: 0; color: inherit; }
.display { font-size: clamp(2.6rem, 1.4rem + 4.6vw, 5.6rem); }
h2, .h2 { font-size: clamp(2rem, 1.3rem + 2.4vw, 3.2rem); letter-spacing: 0.005em; }
h3, .h3 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); }
.script, .script--lg, .founder__fact { font-family: var(--font-body); font-style: normal; font-weight: 500; font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft); transform: none; line-height: 1.5; }
.script--tilt { transform: none; }
.eyebrow, .label, .card__facts, .finder__progress, .rhythm__when, .spec__row dt, .field label, .footer h2, .footer h3, .tabs__tab, figcaption, .caption { font-family: var(--font-body); font-weight: 500; letter-spacing: 0.24em; font-size: 0.66rem; }
.lead { font-family: var(--font-body); font-size: clamp(1.05rem, 1rem + 0.3vw, 1.25rem); line-height: 1.55; }
.prose p, .card p, .step p { font-size: 1rem; line-height: 1.6; }
.quote__text, .quote__text--lg { font-family: var(--font-heading); font-style: italic; font-weight: 400; letter-spacing: 0; }
.quote__text { font-size: clamp(1.5rem, 1.2rem + 1.1vw, 2.1rem); line-height: 1.3; }
.quote__text--lg { font-size: clamp(2rem, 1.4rem + 2.2vw, 3.4rem); line-height: 1.2; }
.quote__mark { display: none; }
.quote__name { font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.66rem; }
.quote__studio { font-size: 0.8rem; letter-spacing: 0.02em; }
.numeral, .step__num { font-family: var(--font-heading); font-style: normal; font-weight: 400; }

/* ---- header (Michael Fowler): small logo left, tracked small caps nav, dark uppercase button ---- */
.header { background: var(--cream); }
.header::after { opacity: 1; }
@media (min-width: 981px) {
  .header__inner { height: 76px; }
  .header.is-scrolled .header__inner { height: 64px; }
  .header__logo img { height: 56px; }
  .header.is-scrolled .header__logo img { height: 46px; }
  .nav { justify-content: flex-end; gap: clamp(1rem, 0.5rem + 1.2vw, 1.9rem); margin-right: clamp(1rem, 2vw, 2.5rem); }
}
.nav a { font-family: var(--font-body); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.24em; color: var(--forest); }
.nav a::after { background: var(--forest); }
.btn, .btn--ui { font-family: var(--font-body); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; border-radius: 0; padding: 1.05rem 1.7rem; min-height: 46px; }
.btn:hover { transform: none; }
.btn--outline { border-width: 1px; }
.btn .arrow, .link .arrow { display: none; }
.link { font-family: var(--font-body); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--rule); padding-bottom: 0.25rem; }
.link:hover { border-color: currentColor; }

/* ---- hero (Michael Fowler): full height, label + uppercase serif headline bottom-left ---- */
.hero--cinema .frame__img img { height: clamp(560px, 100vh, 1180px); object-position: 50% 24%; }
.hero--cinema .hero__overlay { padding-top: clamp(8rem, 6rem + 12vw, 18rem); padding-bottom: clamp(2.5rem, 2rem + 2.5vw, 4.5rem); background: linear-gradient(to top, rgba(16,50,43,0.78) 0%, rgba(16,50,43,0.45) 40%, rgba(16,50,43,0) 100%); }
.hero--cinema .hero__overlay .script { color: var(--sand); font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; }
.hero--cinema .hero__overlay .display { text-transform: uppercase; letter-spacing: 0.01em; font-size: clamp(2.5rem, 1.2rem + 5.2vw, 6.6rem); max-width: 18ch; margin-top: var(--s-5); line-height: 0.96; text-shadow: none; }
.hero--cinema .hero__below { padding-top: clamp(2.5rem, 2rem + 2vw, 4rem); padding-bottom: 0; }
.hero--cinema .hero__below .lead { font-size: clamp(1.1rem, 1rem + 0.5vw, 1.45rem); max-width: 40ch; }
.hero__aside { font-family: var(--font-heading); font-style: italic; font-size: 1.35rem; color: var(--ink-soft); }
.hero__trust { display: none; }
.page-hero .script, .section-head .script, .nav__extras .script, .footer__brand .script { display: none; }
.page-hero .display, .page-hero h1 { max-width: 22ch; }

/* ---- structure: air, hairlines, nothing boxed ---- */
.section + .section:not(.t-forest):not(.t-sage):not(.t-sand) { border-top: 1px solid var(--rule); }
.cards { gap: clamp(2rem, 1rem + 3vw, 4rem); }
.card { gap: var(--s-5); }
.card h3 { font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.5rem); text-transform: uppercase; letter-spacing: 0.01em; }
.card__facts { margin-top: var(--s-2); }
.card__label { font-family: var(--font-body); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-muted); }
.checks li, .card li, .prose li { padding: 0.85rem 0; }
.step h3, .rhythm__item h3, .faq__trigger, .finder__q, .invest__price { font-family: var(--font-heading); font-weight: 400; }
.step h3 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); }
.step__num { font-size: clamp(2rem, 1.6rem + 1.4vw, 3rem); opacity: 0.7; }
.finder__q { font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.4rem); }
.finder__answer { font-family: var(--font-body); font-size: 0.95rem; }
.finder__answer::before { border-color: var(--forest); }
.finder__bar { display: none; }
.faq__icon { width: 20px; height: 20px; }
.audit { background: var(--cream); color: var(--forest); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding-inline: 0; }
.t-white .audit { background: var(--white); }
.field input, .field textarea, .field select, .audit .field input { background: transparent; border: 0; border-bottom: 1px solid var(--forest-14); border-radius: 0; padding-inline: 0; }
.field input:focus-visible, .field textarea:focus-visible { box-shadow: none; border-color: var(--forest); }
.interlude .display { text-transform: none; letter-spacing: 0; font-style: italic; font-size: clamp(2rem, 1.3rem + 2.8vw, 3.8rem); }
.cta-band__mark { display: none; }
.cta-band .h1 { text-transform: uppercase; letter-spacing: 0.01em; }
.gallery .quote__by, .quote__by { margin-top: var(--s-6); }
.socials a { border-radius: 0; }
.sticky-cta .btn { border-radius: 0; }

/* ---- footer wordmark (Ken Fulk) ---- */
.footer__wordmark .wm-big { font-family: var(--font-heading); font-weight: 400; letter-spacing: 0.06em; font-size: clamp(3.4rem, 1rem + 13.6vw, 14.5rem); line-height: 0.9; }
.footer__wordmark .wm-small { font-family: var(--font-body); font-weight: 500; letter-spacing: 0.4em; font-size: 0.66rem; }
.footer li a { font-size: 0.8rem; letter-spacing: 0.04em; }
@media (max-width: 900px) {
  .hero--cinema .frame__img img { height: clamp(460px, 64vh, 600px); object-position: 50% 18%; }
  .hero--cinema .hero__overlay { padding-top: 6rem; }
  .hero--cinema .hero__overlay .display { font-size: clamp(2.1rem, 1rem + 6vw, 3.2rem); }
}
