/* Public marketing system — Ploy/Mobbin composition with Apple restraint. */
:root {
  --paper: #f5f1ea;
  --white: #fffdf9;
  --ink: #16171a;
  --muted: #66676b;
  --quiet: #8a8a8d;
  --line: #d8d0c6;
  --pink: #ffb7d5;
  --dark: #16171a;
  --dark-muted: #a7a8a7;
  --blue: var(--ink);
  --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(20px, 4.1vw, 72px);
  --content: 1320px;
  --header-height: 72px;
  --radius: 22px;
  --ease: cubic-bezier(.22, .72, .2, 1);
  --motion: 280ms;
  /* A shared vertical rhythm prevents the dead bands that appeared between
     the contained cards and the sections that follow them. */
  --section-space: clamp(56px, 7vw, 112px);
  --section-space-hero: clamp(44px, 5vw, 80px);
  --about-card-space: clamp(24px, 2vw, 36px);
  /* Shared editorial roles keep the public cards on one typographic rhythm. */
  --card-title-size: clamp(24px, 2.5vw, 35px);
  --card-title-weight: 500;
  --card-title-leading: .96;
  /* Section-card headings intentionally match the three hero-paper titles. */
  --card-heading-size: clamp(30px, 3.4vw, 42px);
  --card-heading-weight: 600;
  --card-heading-leading: .92;
  --card-heading-tracking: -.06em;
  /* Top-level homepage cards share the large editorial heading role. */
  --section-card-heading-size: clamp(58px, 8.8vw, 118px);
  --section-card-heading-weight: 600;
  --section-card-heading-leading: .86;
  --section-card-heading-tracking: -.08em;
  --card-support-size: clamp(16px, 1.45vw, 20px);
  --card-support-weight: 500;
  --card-support-leading: 1.2;
  /* About cards share the same calm lede voice as the hero. */
  --about-copy-size: clamp(20px, 2vw, 27px);
  --about-copy-weight: 400;
  --about-copy-leading: 1.16;
  --about-copy-tracking: -.035em;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-active { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.mc-public-page,
.mc-public-page h1,
.mc-public-page h2,
.mc-public-page h3,
.mc-public-page h4,
.mc-public-page h5,
.mc-public-page h6,
.mc-public-page p,
.mc-public-page li,
.mc-public-page span,
.mc-public-page label,
.mc-public-page strong,
.mc-public-page small,
.mc-public-page a,
.mc-public-page button,
.mc-public-page input,
.mc-public-page select,
.mc-public-page textarea { font-family: var(--font-sans) !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--font-sans); font-weight: 600; letter-spacing: -.055em; }
p { color: var(--muted); }

.content-wide { width: min(calc(100% - (2 * var(--gutter))), var(--content)); margin-inline: auto; }
.section-pad { padding-block: var(--section-space); }
.display-heading { max-width: 13ch; font-family: var(--font-sans); font-size: clamp(48px, 6.3vw, 94px); font-weight: 600; font-stretch: normal; line-height: .92; letter-spacing: -.075em; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; color: var(--blue); font-size: 15px; font-weight: 600; letter-spacing: -.01em; transition: color var(--motion) var(--ease), gap var(--motion) var(--ease); }
.text-link:hover { gap: 13px; color: var(--ink); }
.text-link span { font-size: 18px; font-weight: 400; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: -.01em; white-space: nowrap; transition: transform var(--motion) var(--ease), background var(--motion) var(--ease), color var(--motion) var(--ease); }
.button:hover { transform: translateY(-2px); background: #33353a; }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: #fff; }
.button-light { border-color: #fff; background: #fff; color: var(--dark); }
.button-light:hover { background: transparent; color: #fff; }
.text-link-light { color: #dce7e9; }

/* Explicit editorial roles for public cards. Keeping these roles separate from
   the hero display scale prevents page-specific selectors from drifting. */
.card-title {
  color: var(--ink);
  font-size: var(--card-title-size);
  font-weight: var(--card-title-weight);
  letter-spacing: -.055em;
  line-height: var(--card-title-leading);
}
.card-support {
  color: rgba(22,23,26,.72);
  font-size: var(--card-support-size);
  font-weight: var(--card-support-weight);
  letter-spacing: -.025em;
  line-height: var(--card-support-leading);
}
.text-link-light:hover { color: #fff; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: #fff; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #417e93; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Navigation: compact public-site utility, separate from membership UI. */
.mc-public-header,
.mc-public-footer { width: 100% !important; max-width: none !important; margin-inline: 0 !important; }
.mc-public-header { padding: 0 !important; }
.site-header { position: sticky; z-index: 100; top: 14px; min-height: var(--header-height); background: transparent; transition: top var(--motion) var(--ease); }
.site-header.scrolled { top: 8px; }
.nav-shell { display: flex; width: min(calc(100% - (2 * var(--gutter))), var(--content)); min-height: var(--header-height); margin-inline: auto; margin-block: 0 !important; align-items: center; justify-content: space-between; gap: 24px; padding: 0 14px 0 20px; border: 1px solid rgba(22,23,26,.1); border-radius: 999px; background: rgba(255,253,249,.94); box-shadow: 0 10px 28px rgba(22,23,26,.06); backdrop-filter: blur(18px); }
.brand { display: inline-flex; min-height: 52px; align-items: center; gap: 12px; color: var(--ink); font-size: 16px; font-weight: 600; letter-spacing: -.03em; white-space: nowrap; }
.brand::before { display: block; width: 52px; height: 52px; flex: 0 0 52px; background: url("assets/mc-shield.png") -39px -11px / 129px auto no-repeat; content: ""; }
.brand > img { display: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); margin-left: auto; margin-right: clamp(8px, 2vw, 24px); }
.desktop-nav a, .nav-login { position: relative; min-height: 44px; display: inline-flex; align-items: center; color: #4e5054; font-size: 13px; transition: color var(--motion) var(--ease); }
.desktop-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--ink); content: ""; opacity: 0; transform: scaleX(.45); transition: opacity var(--motion) var(--ease), transform var(--motion) var(--ease); }
.desktop-nav a:hover, .nav-login:hover { color: var(--ink); }
.desktop-nav a:hover::after { opacity: 1; transform: none; }
.nav-item { position: relative; }
.nav-link { position: relative; display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: #4e5054 !important; font-size: 13px; font-weight: 500 !important; cursor: pointer; transition: color var(--motion) var(--ease); }
.nav-link::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--ink); content: ""; opacity: 0; transform: scaleX(.45); transition: opacity var(--motion) var(--ease), transform var(--motion) var(--ease); }
.nav-link:hover, .nav-link[aria-expanded="true"] { background: transparent !important; color: var(--ink) !important; }
.nav-link:hover::after, .nav-link[aria-expanded="true"]::after { opacity: 1; transform: none; }
.nav-link > span { display: inline-block; color: currentColor; font-size: 16px; line-height: 1; transform: translateY(-1px); transition: transform var(--motion) var(--ease); }
.nav-link[aria-expanded="true"] > span { transform: translateY(-1px) rotate(180deg); }
.nav-dropdown { position: absolute; z-index: 120; top: calc(100% + 14px); left: 50%; display: grid; width: 292px; max-height: min(70vh, 560px); gap: 0; overflow-y: auto; padding: 13px 0; border: 1px solid rgba(22,23,26,.1); border-radius: 16px; background: rgba(255,253,249,.98); box-shadow: 0 18px 42px rgba(22,23,26,.14); opacity: 0; visibility: hidden; transform: translate(-50%, -7px); transition: opacity var(--motion) var(--ease), transform var(--motion) var(--ease), visibility var(--motion); }
.nav-dropdown-wide { width: 360px; }
.nav-dropdown a { display: flex; min-height: 44px; align-items: center; padding: 8px 20px; color: var(--ink); font-size: 14px; line-height: 1.25; transition: background var(--motion) var(--ease), padding var(--motion) var(--ease); }
.nav-dropdown a::after { display: none; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { background: rgba(255,183,213,.28); padding-left: 24px; }
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown, .nav-item.is-open .nav-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.mc-public-header .mc-cart-control {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 40px !important;
  min-height: 40px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 7px !important;
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -.02em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.mc-public-header .mc-cart-control:hover { color: var(--ink) !important; }
.mc-public-header .mc-cart-icon {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  flex: 0 0 18px !important;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
.mc-public-header .mc-cart-icon circle { fill: currentColor; stroke: none; }
.mc-public-header .mc-cart-label {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  white-space: nowrap !important;
  font: inherit !important;
}
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { position: absolute; left: 12px; width: 20px; height: 1px; background: var(--ink); transition: transform var(--motion) var(--ease), top var(--motion) var(--ease); }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; }
.site-header.mobile-open .menu-toggle span:first-child { top: 21px; transform: rotate(45deg); }
.site-header.mobile-open .menu-toggle span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

/* Public hero: stable proposition with a moving educational paper composition. */
.hero { overflow: hidden; }
.hero-ploy { padding-top: clamp(18px, 3vw, 36px); background: var(--paper); }
.hero-ploy-panel { display: flex; min-height: min(700px, calc(100svh - var(--header-height) - 36px)); flex-direction: column; justify-content: center; padding: clamp(64px, 7vw, 104px) var(--gutter) 28px; border: 1px solid rgba(22,23,26,.12); border-radius: 18px; background: var(--pink); text-align: left; }
.hero-main { display: grid; width: 100%; grid-template-columns: minmax(0, 1.04fr) minmax(300px, .76fr); gap: clamp(44px, 8vw, 128px); align-items: center; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
.hero-ploy h1 { max-width: 9ch; margin-top: 0; font-family: var(--font-sans); font-size: clamp(64px, 8.6vw, 128px); font-weight: 600; letter-spacing: -.075em; line-height: .84; }
.hero-ploy .hero-lede { max-width: 40ch; margin-top: 34px; color: rgba(22,23,26,.72); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.4; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.hero-ploy .button { background: var(--dark); }
.hero-ploy .button:hover { background: #313337; }
.hero-ploy .text-link { color: var(--ink); }
.hero-motion { width: 100%; max-width: 560px; justify-self: end; }
.js .hero-motion { opacity: 1; transform: translateY(22px); transition: transform 560ms var(--ease); }
.js .hero-motion.motion-in { transform: none; }
.hero-motion-stage { position: relative; min-height: 360px; overflow: hidden; }
.hero-motion-stage::before { position: absolute; right: 0; bottom: 31px; left: 0; height: 1px; background: rgba(22,23,26,.24); content: ""; }
.hero-motion-stage::after { display: none; }
.hero-paper { position: absolute; display: flex; width: min(64%, 334px); height: 252px; flex-direction: column; overflow: hidden; padding: 20px 22px; border: 1px solid rgba(22,23,26,.2); background: var(--white); box-shadow: 0 18px 38px rgba(22,23,26,.12); transform-origin: 50% 90%; }
.hero-paper::before { display: block; flex: 0 0 66px; width: 100%; border-radius: 8px; background-position: center; background-size: cover; content: ""; }
.hero-paper-back::before { background-image: url("assets/hero-card-relationships.png"); background-position: center 42%; }
.hero-paper-middle::before { background-image: url("assets/hero-student-study-girl-9-11.png"); background-position: center 38%; }
.hero-paper-front::before { background-image: url("assets/hero-card-innovation.png?v=white"); background-position: center 48%; }
.hero-paper i, .hero-paper em { display: none; }
.hero-paper span { color: rgba(22,23,26,.58); font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.hero-paper strong { max-width: 10ch; margin-top: auto; color: var(--ink); font-size: clamp(25px, 3.2vw, 40px); font-weight: 600; letter-spacing: -.06em; line-height: .92; }
.hero-paper-front { z-index: 3; right: -2%; bottom: 38px; background: var(--white); animation: hero-paper-front 8s var(--ease) infinite; }
.hero-paper-middle { z-index: 2; right: 16%; bottom: 54px; background: #f8f6f1; animation: hero-paper-middle 8s var(--ease) infinite; }
.hero-paper-back { z-index: 1; right: 30%; bottom: 68px; background: var(--white); animation: hero-paper-back 8s var(--ease) infinite; }
.hero-motion-caption { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; display: block; width: auto; padding-top: 16px; color: var(--ink); font-size: clamp(14px, 1.2vw, 17px); font-weight: 600; letter-spacing: -.02em; line-height: 1.1; white-space: nowrap; }
.hero-motion-caption span { display: block; width: 100%; text-align: justify; text-align-last: justify; }
@keyframes hero-paper-front { 0%, 8% { transform: translate(0, 0) rotate(1deg); opacity: 1; } 32%, 42% { transform: translate(-10%, 9px) rotate(-2deg); opacity: .9; } 67%, 76% { transform: translate(5%, -3px) rotate(2deg); opacity: 1; } 100% { transform: translate(0, 0) rotate(1deg); opacity: 1; } }
@keyframes hero-paper-middle { 0%, 8% { transform: translate(0, 0) rotate(-4deg); opacity: .86; } 32%, 42% { transform: translate(8%, -2px) rotate(2deg); opacity: 1; } 67%, 76% { transform: translate(-5%, 8px) rotate(-5deg); opacity: .82; } 100% { transform: translate(0, 0) rotate(-4deg); opacity: .86; } }
@keyframes hero-paper-back { 0%, 8% { transform: translate(0, 0) rotate(-8deg); opacity: .7; } 32%, 42% { transform: translate(12%, 6px) rotate(-5deg); opacity: .72; } 67%, 76% { transform: translate(-7%, -2px) rotate(-10deg); opacity: .62; } 100% { transform: translate(0, 0) rotate(-8deg); opacity: .7; } }
.hero-paper span:not(.hero-paper-title) { display: none; }
.hero-paper span.hero-paper-title { display: block; color: var(--ink); font-size: var(--card-heading-size); font-weight: var(--card-heading-weight); letter-spacing: var(--card-heading-tracking); line-height: var(--card-heading-leading); }
.hero-paper strong { max-width: 31ch; margin-top: auto; color: rgba(22,23,26,.72); font-size: clamp(15px, 1.35vw, 18px); font-weight: 500; letter-spacing: -.02em; line-height: 1.2; }
.hero-paper-front { animation: hero-paper-front-cycle 9s var(--ease) infinite; }
.hero-paper-middle { animation: hero-paper-middle-cycle 9s var(--ease) infinite; }
.hero-paper-back { animation: hero-paper-back-cycle 9s var(--ease) infinite; }
@keyframes hero-paper-front-cycle {
  0%, 9% { z-index: 3; transform: translate(0, 0) rotate(1deg) scale(1); opacity: 1; }
  20% { z-index: 3; transform: translate(2%, -112px) rotate(7deg) scale(.93); opacity: 1; }
  34%, 78% { z-index: 1; transform: translate(-37%, -25px) rotate(-8deg) scale(.86); opacity: .72; }
  91%, 100% { z-index: 3; transform: translate(0, 0) rotate(1deg) scale(1); opacity: 1; }
}
@keyframes hero-paper-middle-cycle {
  0%, 18% { z-index: 2; transform: translate(0, 0) rotate(-4deg) scale(1); opacity: .86; }
  34%, 78% { z-index: 3; transform: translate(13%, -16px) rotate(1deg) scale(1); opacity: 1; }
  91%, 100% { z-index: 2; transform: translate(0, 0) rotate(-4deg) scale(1); opacity: .86; }
}
@keyframes hero-paper-back-cycle {
  0%, 18% { z-index: 1; transform: translate(0, 0) rotate(-8deg) scale(1); opacity: .7; }
  34%, 78% { z-index: 2; transform: translate(13%, -14px) rotate(-4deg) scale(1); opacity: .86; }
  91%, 100% { z-index: 1; transform: translate(0, 0) rotate(-8deg) scale(1); opacity: .7; }
}
/* The deck is driven by a small state shuffle so each paper gets a turn at the front. */
.hero-paper-back, .hero-paper-middle, .hero-paper-front { animation: none; }
.hero-paper.is-back { z-index: 1; right: 20%; bottom: 68px; transform: rotate(-8deg); opacity: .7; }
.hero-paper.is-middle { z-index: 2; right: 10%; bottom: 54px; transform: rotate(-4deg); opacity: .86; }
.hero-paper.is-front { z-index: 3; right: -2%; bottom: 38px; transform: rotate(1deg); opacity: 1; }
.hero-paper.is-flying { z-index: 4; right: -2%; bottom: 38px; transform: translate(5%, -142px) rotate(8deg) scale(.92); opacity: .96; }
.hero-paper.is-back strong, .hero-paper.is-back i, .hero-paper.is-back em, .hero-paper.is-middle strong, .hero-paper.is-middle i, .hero-paper.is-middle em { visibility: hidden; }
.hero-paper.is-back, .hero-paper.is-middle, .hero-paper.is-front, .hero-paper.is-flying { transition: right 760ms var(--ease), bottom 760ms var(--ease), transform 760ms var(--ease), opacity 760ms var(--ease); }
.hero-note { display: flex; width: 100%; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(22,23,26,.22); color: rgba(22,23,26,.68); font-size: 12px; }
.hero-note > span { color: var(--ink); font-size: clamp(14px, 1.2vw, 17px); font-weight: 600; letter-spacing: -.02em; }

/* Four-card public structure: one shared pink system, four different jobs. */
.preparation, .membership { background: var(--paper); }
.public-card { border: 1px solid rgba(22,23,26,.12); border-radius: 18px; background: var(--pink); }
.preparation-card { padding: clamp(42px, 7vw, 96px) var(--gutter) 0; }
.preparation-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr); gap: clamp(48px, 10vw, 150px); align-items: start; }
.card-kicker { color: rgba(22,23,26,.68); font-size: 13px; font-weight: 600; letter-spacing: .01em; }
.preparation-lead .card-kicker, .membership-heading .card-kicker { display: none; }
.preparation-lead .display-heading,
.offers-heading .display-heading {
  max-width: 10ch;
  margin-top: 24px;
  font-size: var(--section-card-heading-size) !important;
  font-weight: var(--section-card-heading-weight) !important;
  letter-spacing: var(--section-card-heading-tracking) !important;
  line-height: var(--section-card-heading-leading) !important;
}
.preparation-lead > p:not(.card-kicker):not(.preparation-proof) { max-width: 34ch; margin-top: 30px; font-size: 18px; line-height: 1.45; }
.preparation-proof { max-width: 260px; margin-top: clamp(48px, 7vw, 84px); padding-top: 16px; border-top: 1px solid rgba(22,23,26,.32); color: var(--ink); font-size: 14px; }
.preparation-routes { border-top: 1px solid rgba(22,23,26,.42); }
.preparation-row { display: grid; grid-template-columns: 112px 1fr 22px; gap: 18px; align-items: center; min-height: 88px; padding: 18px 0; border-bottom: 1px solid rgba(22,23,26,.22); transition: padding var(--motion) var(--ease), color var(--motion) var(--ease); }
.preparation-row:hover { padding-inline: 10px; color: var(--ink); }
.preparation-row span { color: rgba(22,23,26,.68); font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.preparation-row strong { font-size: clamp(19px, 2.1vw, 28px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.preparation-row b { justify-self: end; font-size: 18px; font-weight: 400; }
.preparation-footer { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; margin-top: clamp(64px, 9vw, 104px); padding: 18px 0 26px; border-top: 1px solid rgba(22,23,26,.3); }
.preparation-footer p { color: rgba(22,23,26,.66); font-size: 12px; }
.preparation-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.preparation-links a { min-height: 24px; color: var(--ink); font-size: 13px; font-weight: 500; }
.preparation-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.preparation-process { position: relative; border-top: 0; padding-left: 24px; }
.preparation-process::before { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: rgba(22,23,26,.35); content: ""; }
.preparation-step { position: relative; display: grid; grid-template-columns: minmax(130px, .62fr) minmax(0, 1fr); gap: 24px; align-items: center; min-height: 112px; padding: 32px 0; border-bottom: 1px solid rgba(22,23,26,.22); }
.preparation-step::before { position: absolute; top: 50%; left: -27px; width: 7px; height: 7px; border: 1px solid var(--ink); border-radius: 50%; background: var(--pink); content: ""; transform: translateY(-50%); }
.js .preparation-step { opacity: 0; transform: translateY(14px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.js .preparation-step.in-view { opacity: 1; transform: none; }
.preparation-step > span { color: var(--ink); font-size: var(--card-title-size); font-weight: var(--card-title-weight); letter-spacing: -.055em; line-height: var(--card-title-leading); }
.preparation-step > strong { max-width: 25ch; color: rgba(22,23,26,.72); font-size: var(--card-support-size); font-weight: var(--card-support-weight); letter-spacing: -.025em; line-height: var(--card-support-leading); }
.card-support-copy { color: rgba(22,23,26,.72); font-size: var(--card-support-size); font-weight: var(--card-support-weight); letter-spacing: -.025em; line-height: var(--card-support-leading); }
.preparation-footer { display: flex; align-items: end; justify-content: flex-end; margin-top: clamp(48px, 7vw, 80px); }
.preparation-footer p { max-width: 35ch; }
.preparation-footer .button { justify-self: end; }

/* Offer directory: use the same pink panel, rules and editorial type as the process card.
   Each row is a complete link; there are no nested buttons competing for attention. */
.offers { background: var(--paper); }
.offers-card { padding: clamp(42px, 7vw, 96px) var(--gutter) clamp(42px, 6vw, 78px); }
.offers-heading { display: block; }
.offers-heading .display-heading { margin-top: 0; }
.offers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(42px, 6vw, 76px); border-top: 1px solid rgba(22,23,26,.42); }
.offer-link { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto 24px; gap: 14px; min-height: 184px; align-items: start; padding: 32px 24px 34px 0; border-bottom: 1px solid rgba(22,23,26,.22); color: var(--ink); transition: background var(--motion) var(--ease), color var(--motion) var(--ease), transform var(--motion) var(--ease); }
.offer-link:nth-child(3n + 2), .offer-link:nth-child(3n + 3) { padding-left: 24px; border-left: 1px solid rgba(22,23,26,.22); }
.offer-link:hover { background: rgba(255,253,249,.28); }
.offer-link:focus-visible { z-index: 1; outline: 3px solid #417e93; outline-offset: -3px; }
.offer-copy { display: grid; gap: 10px; }
.offer-copy strong { font-size: var(--card-title-size); font-weight: var(--card-title-weight); letter-spacing: -.055em; line-height: var(--card-title-leading); }
.offer-copy small { max-width: 25ch; color: rgba(22,23,26,.72); font-size: var(--card-support-size); font-weight: var(--card-support-weight); letter-spacing: -.025em; line-height: var(--card-support-leading); }
.offer-cta { align-self: start; margin-top: 2px; opacity: 0; transform: translateY(4px); transition: opacity var(--motion) var(--ease), transform var(--motion) var(--ease), background var(--motion) var(--ease), color var(--motion) var(--ease); }
.offer-link:hover .offer-cta, .offer-link:focus-visible .offer-cta { opacity: 1; transform: none; }
.offer-arrow { justify-self: end; color: var(--ink); font-size: 21px; font-weight: 300; line-height: 1.4; transition: transform var(--motion) var(--ease); }
.offer-link:hover .offer-arrow { transform: translate(3px, -3px); }
.js .offers .offer-link { opacity: 0; transform: translateY(14px); transition: opacity 560ms var(--ease), transform 560ms var(--ease), background var(--motion) var(--ease), color var(--motion) var(--ease); }
.js .offers .offer-link.in-view { opacity: 1; transform: none; }
.js .offers .offer-link.in-view { transition-delay: 0ms; }
.js .offers .offer-link:nth-child(2) { transition-delay: 70ms; }
.js .offers .offer-link:nth-child(3) { transition-delay: 140ms; }
.js .offers .offer-link:nth-child(4) { transition-delay: 210ms; }
.js .offers .offer-link:nth-child(5) { transition-delay: 280ms; }
.js .offers .offer-link:nth-child(6) { transition-delay: 350ms; }

.membership-card { padding: clamp(42px, 7vw, 96px) var(--gutter) clamp(42px, 6vw, 82px); }
.membership-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .5fr); gap: clamp(48px, 10vw, 150px); align-items: end; }
.membership-heading .display-heading { max-width: 10ch; margin-top: 24px; }
.membership-intro { max-width: 39ch; margin-top: 30px; font-size: 18px; line-height: 1.45; }
.membership-note { max-width: 260px; padding-top: 18px; border-top: 1px solid rgba(22,23,26,.32); }
.membership-note p { color: rgba(22,23,26,.72); font-size: 14px; line-height: 1.4; }
.membership-note .text-link { margin-top: 22px; color: var(--ink); }
.pricing-controls { display: flex; justify-content: center; margin-top: clamp(54px, 8vw, 96px); padding-top: 0; border-top: 0; }
.pricing-controls .billing-control { text-align: center; }
.membership-card .plan-grid { width: 100%; margin-top: 18px; }
.membership-card .plan { background: rgba(255,253,249,.78); }
.membership-card .plan-preferred { border-color: var(--ink); background: var(--white); }
.membership-card .comparison-wrap { margin-top: clamp(52px, 7vw, 88px); }

/* The coverage section carries the breadth of the offer without multiplying sections. */
.coverage { background: var(--white); }
.coverage-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .58fr); gap: clamp(48px, 12vw, 180px); align-items: end; }
.coverage-note { max-width: 290px; padding-top: 22px; border-top: 1px solid var(--ink); }
.coverage-note p { color: var(--muted); font-size: 14px; }
.coverage-note strong { display: block; margin: 18px 0 14px; font-size: clamp(25px, 3vw, 40px); font-weight: 600; letter-spacing: -.055em; line-height: 1; }

/* Editorial explanation and three pathways. */
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .72fr); gap: clamp(48px, 11vw, 180px); align-items: end; }
.intro-copy { max-width: 520px; }
.intro-copy h2 { margin-top: 0; }
.intro-copy > p { max-width: 35ch; margin-top: 28px; font-size: 19px; line-height: 1.45; }
.intro-copy .text-link { margin-top: 30px; }
.intro-photo { max-width: 420px; justify-self: end; }
.intro-photo img { width: 100%; height: 520px; object-fit: cover; object-position: center; }
.intro-photo figcaption { margin-top: 13px; color: var(--blue); font-size: 12px; line-height: 1.35; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(80px, 12vw, 160px); border-top: 1px solid var(--ink); }
.service-item { display: grid; grid-template-columns: 1fr; gap: 10px; align-content: start; padding: 24px 26px 25px 0; border-bottom: 1px solid var(--line); transition: color var(--motion) var(--ease), padding var(--motion) var(--ease); }
.service-item + .service-item { padding-left: 26px; border-left: 1px solid var(--line); }
.service-item:hover { padding-top: 20px; color: var(--blue); }
.service-title { font-size: clamp(21px, 2.2vw, 31px); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.service-item small { grid-column: 1; max-width: 23ch; color: var(--muted); font-size: 14px; line-height: 1.35; }

.how { background: var(--white); }
.how-heading { display: grid; grid-template-columns: .42fr 1fr; gap: 32px; align-items: start; }
.how-heading .display-heading { max-width: 11ch; }
.how-story { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px, 10vw, 160px); margin-top: clamp(76px, 11vw, 144px); }
.how-statement p { max-width: 23ch; color: var(--ink); font-size: clamp(23px, 3vw, 38px); letter-spacing: -.04em; line-height: 1.05; }
.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 72px 1fr; min-height: 150px; padding-block: 22px; border-top: 1px solid rgba(22,23,26,.55); }
.step:last-child { border-bottom: 1px solid rgba(22,23,26,.55); }
.step > span { color: var(--quiet); font-size: 12px; letter-spacing: .04em; }
.step h3 { max-width: 12ch; font-size: clamp(27px, 2.7vw, 38px); line-height: 1; }
.step p { max-width: 31ch; margin-top: 16px; font-size: 15px; }

.mocks { background: var(--paper); }
.section-intro { display: grid; grid-template-columns: .4fr 1fr .62fr; gap: 30px; align-items: start; }
.section-intro .display-heading { max-width: 10ch; }
.section-intro > p:last-child { max-width: 30ch; padding-top: 10px; font-size: 17px; }
.mock-list { margin-top: clamp(70px, 10vw, 130px); }
.mock-row { display: grid; grid-template-columns: minmax(90px, .25fr) 1fr 44px; gap: 24px; align-items: center; padding: 30px 0; border-top: 1px solid var(--line); transition: padding var(--motion) var(--ease), color var(--motion) var(--ease); }
.mock-row:last-child { border-bottom: 1px solid var(--line); }
.mock-row:hover { padding-inline: 12px; color: var(--blue); }
.mock-row-type { color: var(--quiet); font-size: 13px; font-weight: 600; letter-spacing: .01em; }
.mock-row-copy { display: grid; gap: 7px; }
.mock-row-copy strong { font-size: clamp(24px, 3vw, 42px); font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.mock-row-copy small { color: var(--muted); font-size: 13px; }
.mock-row-arrow { justify-self: end; font-size: 24px; font-weight: 300; }

/* Membership is a public offer section; portal UI does not enter the marketing page. */
.membership { background: var(--paper); }

.credibility { background: var(--pink); }
.credibility-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 160px); align-items: end; }
.credibility-heading .display-heading { max-width: 10ch; margin-top: 0; }
.credibility-proof { padding-top: 24px; border-top: 1px solid var(--ink); }
.credibility-proof > p { max-width: 21ch; color: var(--ink); font-size: clamp(28px, 3.5vw, 50px); letter-spacing: -.055em; line-height: .98; }
.credibility-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 56px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.credibility-facts span { display: inline-flex; align-items: center; gap: 8px; }
.credibility-facts span::before { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); content: ""; }

/* Mobbin pricing: one clear decision, with a calm segmented control and two editorial cards. */
.pricing { background: var(--paper); }
.pricing-heading { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
.pricing-heading .display-heading { max-width: 9ch; }
.membership-heading { display: block; text-align: center; }
.membership-heading .display-heading { max-width: none; margin: 0 auto; font-size: var(--section-card-heading-size); font-weight: var(--section-card-heading-weight); line-height: var(--section-card-heading-leading); letter-spacing: var(--section-card-heading-tracking); }
.membership-intro { max-width: 46ch; margin: 26px auto 0; font-size: 17px; line-height: 1.45; }
.membership-note { max-width: 38ch; margin: 25px auto 0; padding-top: 0; border-top: 0; }
.membership-note p { font-size: 13px; }
.membership-note .text-link { margin-top: 13px; }
.billing-control { text-align: center; }
.billing-toggle { display: inline-flex; padding: 4px; border: 1px solid rgba(22,23,26,.16); border-radius: 999px; background: rgba(255,253,249,.58); }
.billing-toggle button { min-width: 96px; min-height: 44px; padding: 0 16px; border: 0; border-radius: 999px; background: transparent; color: rgba(22,23,26,.58); font-size: 14px; font-weight: 500; cursor: pointer; transition: background var(--motion) var(--ease), color var(--motion) var(--ease), box-shadow var(--motion) var(--ease); }
.billing-toggle button[aria-pressed="true"] { background: var(--white); color: var(--ink); box-shadow: 0 2px 8px rgba(22,23,26,.1); }
.billing-control > p { margin-top: 15px; color: rgba(22,23,26,.64); font-size: 13px; }
.billing-control strong { color: var(--ink); font-weight: 600; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 32px); margin-top: clamp(52px, 7vw, 88px); }
.plan { position: relative; display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(22,23,26,.16); border-radius: 22px; background: rgba(255,253,249,.78); box-shadow: none; }
.plan-grid .plan:nth-child(2) { transition-delay: 90ms; }
.plan-preferred { border-color: var(--ink); background: var(--white); }
.plan-name { color: var(--ink); font-size: clamp(28px, 3vw, 38px); font-weight: 600; letter-spacing: -.055em; }
.plan-description { max-width: 23ch; margin-top: 14px; font-size: 15px; }
.plan-price { display: flex; align-items: baseline; margin-top: 48px; color: var(--ink); }
.plan-price span { font-size: 21px; }
.plan-price strong { margin-left: 3px; font-size: clamp(64px, 7vw, 100px); font-weight: 600; letter-spacing: -.09em; line-height: .8; }
.plan-price small { margin-left: 9px; color: var(--muted); font-size: 13px; }
.plan-equivalent { min-height: 22px; margin-top: 18px; font-size: 13px; }
.plan-features { display: grid; gap: 0; margin: 36px 0 42px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-features > li { border-bottom: 1px solid var(--line); }
.feature-detail summary { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 18px; color: rgba(22,23,26,.82); font-size: 14px; line-height: 1.3; cursor: pointer; list-style: none; }
.feature-detail summary::-webkit-details-marker { display: none; }
.feature-detail summary::after { flex: 0 0 auto; color: rgba(22,23,26,.56); content: "+"; font-size: 21px; font-weight: 300; line-height: 1; transition: transform var(--motion) var(--ease), color var(--motion) var(--ease); }
.feature-detail[open] summary::after { color: var(--ink); content: "−"; transform: rotate(180deg); }
.feature-detail summary:focus-visible { border-radius: 4px; outline: 3px solid #417e93; outline-offset: 3px; }
.feature-detail p { max-width: 44ch; max-height: 0; margin: 0; overflow: hidden; padding: 0 30px 0 0; color: rgba(22,23,26,.64); font-size: 13px; line-height: 1.4; opacity: 0; transition: max-height 360ms var(--ease), opacity 240ms var(--ease), padding 360ms var(--ease); }
.feature-detail[open] p { max-height: 180px; padding-bottom: 17px; opacity: 1; }
.plan .button { width: 100%; align-self: stretch; margin-top: 38px; }
.membership-support { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(22,23,26,.22); }
.membership-support p { color: rgba(22,23,26,.64); font-size: 12px; }
.membership-support .text-link { min-height: 30px; font-size: 13px; }
/* Homepage pricing follows the reviewed feature-first composition and shares the public
   Geist/type scale with the rest of the page. */
.membership-home { background: var(--paper); }
.membership-home-shell { padding: clamp(42px, 7vw, 96px) var(--gutter) clamp(46px, 7vw, 84px); border: 1px solid rgba(22,23,26,.12); border-radius: 18px; background: var(--pink); }
.membership-home .feature-first-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
.membership-home .feature-first-head .display-heading { max-width: none; margin: 0; font-family: var(--font-sans); font-size: var(--section-card-heading-size); font-weight: var(--section-card-heading-weight); letter-spacing: var(--section-card-heading-tracking); line-height: var(--section-card-heading-leading); }
.membership-home .feature-first-13-intro { max-width: 44ch; margin-top: 22px; color: var(--muted); font-family: var(--font-sans); font-size: 17px; line-height: 1.45; }
.membership-home .membership-explore { width: max-content; max-width: 100%; margin-top: 24px; gap: 9px; white-space: nowrap; }
.membership-home .membership-explore span { font-size: 18px; font-weight: 400; }
.membership-home .billing-control { text-align: center; }
.membership-home .feature-first-13-flow { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 48px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.membership-home .feature-first-13-flow > div { min-height: 128px; padding: 20px 24px 22px 0; border-right: 1px solid var(--line); }
.membership-home .feature-first-13-flow > div + div { padding-left: 24px; }
.membership-home .feature-first-13-flow > div:last-child { border-right: 0; }
.membership-home .feature-first-13-flow b { display: block; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: .01em; }
.membership-home .feature-first-13-flow span { display: block; margin-top: 13px; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.membership-home .feature-first-13-flow p { max-width: 28ch; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.membership-home .feature-first-13-plans { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 58px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.membership-home .feature-first-13-plan { min-height: 362px; padding: 28px 34px 32px; border-right: 1px solid var(--line); background: rgba(255,253,249,.38); }
.membership-home .feature-first-13-plan:last-child { border-right: 0; }
.membership-home .feature-first-13-plan-focus { border-top: 4px solid var(--ink); background: rgba(255,253,249,.72); }
.membership-home .feature-first-13-plan .plan-name { margin-top: 11px; }
.membership-home .feature-first-13-plan .plan-cadence { max-width: 32ch; margin-top: 14px; color: rgba(22,23,26,.72); font-size: var(--card-support-size); font-weight: var(--card-support-weight); letter-spacing: -.025em; line-height: var(--card-support-leading); }
.membership-home .feature-first-13-plan .price { display: flex; align-items: baseline; margin-top: 40px; }
.membership-home .feature-first-13-plan .price span { font-size: 22px; }
.membership-home .feature-first-13-plan .price strong { margin-left: 3px; color: var(--ink); font-size: clamp(64px, 7vw, 100px); font-weight: 600; letter-spacing: -.1em; line-height: .78; font-variant-numeric: tabular-nums; }
.membership-home .feature-first-13-plan .price small { margin-left: 10px; color: var(--muted); font-size: 13px; }
.membership-home .feature-first-13-plan .plan-equivalent { min-height: 20px; margin-top: 14px; color: var(--muted); font-size: 13px; }
.membership-home .feature-first-13-plan > .button { width: 100%; margin-top: 26px; }
.membership-home .feature-first-13-group { margin-top: 52px; }
.membership-home .feature-first-13-group-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--ink); }
.membership-home .feature-first-13-group-head > span { color: var(--muted); font-size: 14px; }
.membership-home .feature-first-13-row { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 26px; min-height: 58px; align-items: center; border-bottom: 1px solid var(--line); font-size: 14px; }
.membership-home .feature-first-13-row > div { padding: 14px 0; }
.membership-home .feature-first-13-row > div strong { display: block; font-weight: 500; }
.membership-home .feature-first-13-row > div p { max-width: 52ch; margin-top: 6px; color: var(--muted); font-family: var(--font-sans); font-size: var(--card-support-size); font-weight: var(--card-support-weight); letter-spacing: -.025em; line-height: var(--card-support-leading); }
.membership-home .feature-first-13-row > b { font-weight: 500; }
.membership-home .feature-first-13-row > b small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 400; line-height: 1.3; }
.js .membership-home .feature-accordion { position: relative; padding-right: 28px; cursor: pointer; }
.js .membership-home .feature-accordion::after { position: absolute; top: 17px; right: 0; color: var(--muted); content: "+"; font-size: 24px; font-weight: 300; line-height: 1; }
.js .membership-home .feature-accordion.is-expanded::after { color: var(--ink); content: "−"; }
.js .membership-home .feature-accordion > div p { display: none; }
.js .membership-home .feature-accordion.is-expanded > div p { display: block; animation: feature-detail-in 240ms var(--ease) both; }
.js .membership-home .feature-accordion:focus-visible { outline: 3px solid #417e93; outline-offset: 4px; }
@keyframes feature-detail-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.membership-home .feature-first-13-rhythm { margin-top: 42px; }
.membership-home .feature-first-13-adds { margin-top: 42px; }
.membership-home .feature-first-13-adds .feature-first-13-group-head { border-bottom-color: var(--pink); }
.membership-home .feature-first-13-next { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.membership-home .feature-first-13-next a { color: var(--ink); font-weight: 600; }
.comparison-wrap { margin-top: clamp(72px, 10vw, 132px); border: 1px solid var(--line); background: var(--white); }
.comparison-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--ink); }
.comparison-heading h3 { font-size: clamp(24px, 3vw, 38px); line-height: 1; }
.comparison-heading p { max-width: 40ch; font-size: 12px; }
.comparison-scroll { overflow-x: auto; }
.comparison-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; }
.comparison-table th, .comparison-table td { padding: 17px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison-table thead th { color: #fff; background: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: -.01em; }
.comparison-table tbody th { width: 55%; font-weight: 500; }
.comparison-table td { color: var(--muted); text-align: center; }
.comparison-table thead th:not(:first-child) { text-align: center; }
.comparison-table thead th.preferred-cell { background: var(--pink); color: var(--ink); }
.comparison-group th { width: auto !important; padding-block: 12px !important; color: var(--muted); background: var(--paper); font-size: 12px; font-weight: 600; letter-spacing: -.01em; }
.comparison-table tbody tr:not(.comparison-group) td.preferred-cell { background: rgba(255,183,213,.2); }
.comparison-heading { padding: 24px; }
.comparison-table th:first-child, .comparison-table td:first-child { padding-left: 24px; }
.comparison-table th:last-child, .comparison-table td:last-child { padding-right: 24px; }
.preferred-cell { color: var(--ink) !important; font-weight: 600; }

.resources { background: var(--white); padding-bottom: 0; }
.resources-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(56px, 12vw, 190px); }
.resource-copy .display-heading { max-width: 10ch; }
.resource-links { margin-top: 58px; border-top: 1px solid var(--line); }
.resource-links a { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); font-size: 15px; transition: color var(--motion) var(--ease), padding var(--motion) var(--ease); }
.resource-links a:hover { padding-inline: 10px; color: var(--blue); }
.resource-links b { font-size: 18px; font-weight: 400; }
.faq { padding-top: 42px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 500; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--quiet); font-size: 20px; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 48ch; padding: 0 40px 22px 0; font-size: 14px; }
.faq > .text-link { margin-top: 24px; }

/* Secondary-page template: the FAQ keeps the homepage's type, rules and whitespace,
   but uses progressive disclosure so the complete source content remains available. */
.faq-page main { overflow: clip; }
.faq-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.faq-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.faq-hero .display-heading { grid-column: 2; max-width: 8ch; margin: 0; }
.faq-hero-lede { grid-column: 2; max-width: 38ch; margin-top: 28px; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.35; }
.faq-search { position: relative; display: flex; grid-column: 2; max-width: 560px; margin-top: 48px; align-items: center; border-bottom: 1px solid var(--ink); }
.faq-search input { width: 100%; min-height: 54px; padding: 0 36px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 18px; }
.faq-search input::placeholder { color: var(--muted); opacity: 1; }
.faq-search > span { position: absolute; right: 4px; color: var(--ink); font-size: 28px; font-weight: 300; line-height: 1; }
.faq-content { padding-top: 0; }
.faq-layout { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); gap: clamp(36px, 8vw, 120px); align-items: start; }
.faq-index { position: sticky; top: 108px; display: grid; gap: 13px; align-content: start; }
.faq-index .eyebrow { margin-bottom: 8px; }
.faq-index a { color: var(--muted); font-size: 14px; line-height: 1.2; transition: color var(--motion) var(--ease); }
.faq-index a:hover, .faq-index a:focus-visible { color: var(--ink); }
.faq-group + .faq-group { margin-top: clamp(76px, 10vw, 136px); }
.faq-group-heading { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
.faq-group-heading .eyebrow { color: var(--muted); }
.faq-group-heading h2 { font-size: clamp(34px, 4vw, 58px); line-height: .95; }
.faq-list { border-bottom: 1px solid var(--line); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; color: var(--ink); font-size: clamp(18px, 1.55vw, 23px); font-weight: 500; letter-spacing: -.035em; line-height: 1.15; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { flex: 0 0 auto; color: var(--muted); content: "+"; font-size: 28px; font-weight: 300; line-height: 1; transition: transform var(--motion) var(--ease), color var(--motion) var(--ease); }
.faq-item[open] summary::after { color: var(--ink); content: "−"; transform: rotate(180deg); }
.faq-item[open] .faq-answer { animation: faq-answer-in 320ms var(--ease) both; }
.faq-answer { max-width: 66ch; padding: 0 54px 28px 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.faq-answer p + p { margin-top: 16px; }
.faq-answer strong { color: var(--ink); font-weight: 600; }
.faq-answer a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.faq-alert { margin-top: 22px; padding: 18px 20px; border-left: 2px solid var(--ink); background: rgba(255,253,249,.4); }
.faq-alert strong { display: block; margin-bottom: 7px; font-size: 14px; letter-spacing: 0; text-transform: none; }
.faq-alert p { color: var(--ink); font-size: 15px; }
.faq-item.is-filtered, .faq-group.is-filtered { display: none; }
@keyframes faq-answer-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }

/* About page: the same editorial grid as the homepage, with one idea per section. */
.about-page main { overflow: clip; }
.about-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.about-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.about-hero .display-heading { grid-column: 2; max-width: 10ch; margin: 0; }
.about-hero-lede { grid-column: 2; max-width: 32ch; margin-top: 30px; color: var(--muted); font-size: var(--about-copy-size); font-weight: var(--about-copy-weight); letter-spacing: var(--about-copy-tracking); line-height: var(--about-copy-leading); }
.about-mission { background: var(--pink); }
.about-mission-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: clamp(48px, 9vw, 150px); row-gap: 30px; align-items: center; }
.about-mission .eyebrow { grid-column: 1; }
.about-mission h2 { grid-column: 1; max-width: 12ch; margin: 0; font-size: clamp(45px, 6.2vw, 90px); line-height: .9; }
.about-mission p:last-child { grid-column: 2; max-width: 32ch; margin-top: 0; color: var(--muted); font-size: var(--about-copy-size); font-weight: var(--about-copy-weight); letter-spacing: var(--about-copy-tracking); line-height: var(--about-copy-leading); }
.about-story-inner { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(54px, 12vw, 190px); }
.about-story-heading .display-heading { max-width: 10ch; margin-top: 20px; }
.about-story-copy { max-width: 34ch; padding-top: 0; align-self: center; color: var(--muted); font-size: var(--about-copy-size); font-weight: var(--about-copy-weight); letter-spacing: var(--about-copy-tracking); line-height: var(--about-copy-leading); }
.about-story-copy p + p { margin-top: 24px; }
.about-expertise { background: var(--white); }
.about-expertise-inner { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1fr); gap: clamp(54px, 12vw, 180px); align-items: center; }
.about-visual { max-width: 600px; }
.about-visual img { display: block; width: 100%; height: clamp(280px, 25vw, 360px); object-fit: cover; object-position: center 42%; }
.about-visual figcaption { margin-top: 14px; color: var(--blue); font-size: 12px; }
.about-expertise-copy { max-width: 34ch; align-self: center; }
.about-expertise-copy .display-heading { max-width: 9ch; margin-top: 20px; }
.about-expertise-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); font-size: var(--about-copy-size); font-weight: var(--about-copy-weight); letter-spacing: var(--about-copy-tracking); line-height: var(--about-copy-leading); }
.about-looking-ahead { border-top: 1px solid var(--line); background: var(--paper); }
.about-looking-ahead-inner { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(54px, 12vw, 180px); }
.about-looking-ahead .display-heading { max-width: 9ch; margin-top: 20px; }
.about-looking-ahead-inner > div:last-child { max-width: 34ch; padding-top: 0; align-self: center; color: var(--muted); font-size: var(--about-copy-size); font-weight: var(--about-copy-weight); letter-spacing: var(--about-copy-tracking); line-height: var(--about-copy-leading); }
.about-looking-ahead-inner > div:last-child p + p { margin-top: 22px; }
.about-looking-ahead .text-link { margin-top: 30px; color: var(--ink); }

/* About surfaces: each story beat is a contained panel, with a restrained
   alternating offset to keep the page feeling composed rather than boxed-in. */
.about-mission,
.about-story,
.about-expertise,
.about-looking-ahead {
  width: var(--about-surface-width, min(84vw, 1180px));
  padding-block: var(--about-card-space);
  border: 1px solid rgba(22,23,26,.12);
  border-radius: 18px;
  overflow: hidden;
}
.about-mission { margin-left: clamp(24px, 5vw, 84px); margin-right: auto; background: var(--pink); }
.about-story { margin-top: clamp(18px, 2.4vw, 34px); margin-left: auto; margin-right: clamp(24px, 5vw, 84px); background: var(--white); }
.about-expertise { margin-top: clamp(18px, 2.4vw, 34px); margin-left: clamp(24px, 5vw, 84px); margin-right: auto; background: var(--white); }
.about-looking-ahead { margin-top: clamp(18px, 2.4vw, 34px); margin-left: auto; margin-right: clamp(24px, 5vw, 84px); background: var(--paper); }
.about-mission-inner,
.about-story-inner,
.about-expertise-inner,
.about-looking-ahead-inner { width: 100%; max-width: none; padding-inline: var(--gutter); }

/* The About lead is a surface too. Keeping it on the same width token as the
   alternating story panels makes the stagger intentional rather than an
   accidental change of scale. */
.about-page { --about-surface-width: min(84vw, 1180px); }
.about-page .about-hero-inner { width: var(--about-surface-width); }

/* Team page: people-led, image-forward and intentionally quieter than a card grid. */
.team-page main { overflow: clip; }
.team-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.team-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.team-hero .display-heading { grid-column: 2; max-width: 9ch; margin: 0; }
.team-hero-lede { grid-column: 2; max-width: 40ch; margin-top: 30px; color: var(--muted); font-size: clamp(18px, 1.6vw, 22px); letter-spacing: -.025em; line-height: 1.35; }
.team-grid-section { background: var(--white); }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(22px, 4vw, 60px); row-gap: clamp(72px, 10vw, 150px); }
.team-profile, .team-profile-copy { width: 100%; min-width: 0; }
.team-profile img { display: block; width: clamp(220px, 23vw, 309px); height: clamp(220px, 23vw, 309px); max-width: 100%; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; object-position: center 38%; background: var(--pink); filter: saturate(.92); }
.team-profile-copy { padding-top: 20px; }
.team-profile-copy h2 { max-width: 18ch; font-size: clamp(28px, 3.2vw, 46px); letter-spacing: -.065em; line-height: .94; }
.team-profile-lead .team-profile-copy h2 { max-width: none; white-space: nowrap; font-size: clamp(32px, 3.1vw, 46px); }
.team-profile-copy .eyebrow { margin-bottom: 12px; }
.team-role { margin-top: 10px; color: var(--blue); font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.team-profile-copy > p:not(.eyebrow):not(.team-role):not(.team-meta) { max-width: 38ch; margin-top: 18px; color: var(--muted); font-size: 16px; line-height: 1.45; }
.team-meta { max-width: 38ch; margin-top: 14px; color: var(--quiet); font-size: 12px; line-height: 1.4; }
.team-profile-lead { grid-column: span 1; }
.team-profile-lead .team-profile-copy h2 { font-size: clamp(36px, 4.4vw, 64px); }

/* Mock+ is explained before the timeline: one calm product statement and a
   four-row benefit list are more useful here than another dashboard graphic. */
.mock-plus-section { background: var(--white); }
.mock-plus-inner { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr); gap: clamp(42px, 9vw, 150px); align-items: start; }
.mock-plus-copy { max-width: 28ch; }
.mock-plus-copy .display-heading { margin-top: 0; }
.mock-plus-copy > p { margin-top: 26px; color: var(--muted); font-size: 18px; line-height: 1.45; }
.mock-plus-copy .text-link { margin-top: 26px; color: var(--ink); }
.mock-plus-price { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.45; }
.mock-plus-price p { display: grid; gap: 5px; }
.mock-plus-price p + p { margin-top: 14px; }
.mock-plus-price strong { color: var(--ink); font-weight: 600; }
.mock-plus-details { border-top: 1px solid var(--ink); }
.mock-plus-details > div { display: grid; grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr); gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.mock-plus-details strong { color: var(--ink); font-size: 18px; font-weight: 500; letter-spacing: -.035em; }
.mock-plus-details span { max-width: 42ch; color: var(--muted); font-size: 16px; line-height: 1.4; }

/* Join page: a quiet, focused application flow rather than a generic contact card. */
.join-page main { overflow: clip; }
.join-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.join-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.join-hero .display-heading { grid-column: 2; max-width: 9ch; margin: 0; }
.join-hero-lede { grid-column: 2; max-width: 28ch; margin-top: 34px; color: var(--muted); font-size: clamp(21px, 2vw, 28px); letter-spacing: -.035em; line-height: 1.15; }
.join-intro { background: var(--pink); }
.join-intro-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); }
.join-intro-inner > div { max-width: 58ch; }
.join-intro .display-heading { max-width: 10ch; margin-top: 20px; }
.join-intro-inner > div > p { max-width: 48ch; margin-top: 28px; font-size: 18px; line-height: 1.5; }
.join-form-section { background: var(--white); }
.join-form-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(54px, 12vw, 180px); align-items: start; }
.join-form-aside { max-width: 38ch; }
.join-form-aside .display-heading { max-width: 9ch; margin-top: 20px; }
.join-form-aside > p:last-child { margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.join-form { max-width: 680px; padding-top: 4px; }
.join-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; }
.join-field { display: grid; gap: 9px; }
.join-field-wide { grid-column: 1 / -1; }
.join-field label { color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.join-field input, .join-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(22,23,26,.35); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 18px; line-height: 1.35; transition: border-color var(--motion) var(--ease), background var(--motion) var(--ease); }
.join-field input { min-height: 52px; padding: 0; }
.join-field textarea { min-height: 146px; padding: 12px 0; resize: vertical; }
.join-field input::placeholder, .join-field textarea::placeholder { color: var(--quiet); opacity: 1; }
.join-field input:focus, .join-field textarea:focus { border-bottom-color: var(--ink); background: rgba(255,183,213,.12); }
.join-field input:user-invalid, .join-field textarea:user-invalid { border-bottom-color: #9a3f5f; }
.join-field input:user-invalid:focus, .join-field textarea:user-invalid:focus { background: rgba(154,63,95,.08); }
.join-form > .button { min-width: 150px; margin-top: 34px; }
.join-form-note { max-width: 50ch; margin-top: 22px; color: var(--quiet); font-size: 12px; line-height: 1.4; }

/* Contact page: details are scannable before the visitor reaches the form. */
.contact-page main { overflow: clip; }
.contact-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.contact-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.contact-hero .display-heading { grid-column: 2; max-width: 10ch; margin: 0; }
.contact-hero-lede { grid-column: 2; max-width: 28ch; margin-top: 34px; color: var(--muted); font-size: clamp(21px, 2vw, 28px); letter-spacing: -.035em; line-height: 1.15; }
.contact-details { background: var(--pink); }
.contact-details-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); }
.contact-details-inner > div { max-width: 58ch; }
.contact-details .display-heading { max-width: 9ch; margin-top: 20px; }
.contact-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 44px; margin-top: 52px; padding-top: 20px; border-top: 1px solid var(--ink); }
.contact-detail-list > div { display: grid; gap: 8px; }
.contact-detail-list span { color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.contact-detail-list address, .contact-detail-list a, .contact-detail-list p { color: var(--ink); font-size: 17px; font-style: normal; line-height: 1.35; }
.contact-detail-list a { width: fit-content; text-decoration: underline; text-underline-offset: 4px; }
.contact-detail-list a:hover { color: var(--blue); }
.contact-member-note { margin-top: 42px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.contact-member-note a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.contact-form-section { background: var(--white); }
.contact-form-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(54px, 12vw, 180px); align-items: start; }
.contact-form-aside { max-width: 38ch; }
.contact-form-aside .display-heading { max-width: 9ch; margin-top: 20px; }
.contact-form-aside > p:last-child { margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.contact-form { max-width: 680px; padding-top: 4px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; }
.contact-field { display: grid; gap: 9px; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field label { color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.contact-field input, .contact-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(22,23,26,.35); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 18px; line-height: 1.35; transition: border-color var(--motion) var(--ease), background var(--motion) var(--ease); }
.contact-field input { min-height: 52px; padding: 0; }
.contact-field textarea { min-height: 146px; padding: 12px 0; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: var(--quiet); opacity: 1; }
.contact-field input:focus, .contact-field textarea:focus { border-bottom-color: var(--ink); background: rgba(255,183,213,.12); }
.contact-field input:user-invalid, .contact-field textarea:user-invalid { border-bottom-color: #9a3f5f; }
.contact-field input:user-invalid:focus, .contact-field textarea:user-invalid:focus { background: rgba(154,63,95,.08); }
.contact-form > .button { min-width: 150px; margin-top: 34px; }
.contact-form-note { max-width: 50ch; margin-top: 22px; color: var(--quiet); font-size: 12px; line-height: 1.4; }

/* Terms page: long-form legal content with a quiet, navigable reading rhythm. */
.terms-page main { overflow: clip; }
.terms-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.terms-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.terms-hero .display-heading { grid-column: 2; max-width: 12ch; margin: 0; }
.terms-hero-lede { grid-column: 2; max-width: 34ch; margin-top: 34px; color: var(--muted); font-size: clamp(21px, 2vw, 28px); letter-spacing: -.035em; line-height: 1.15; }
.terms-content { background: var(--white); }
.terms-layout { display: grid; grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.terms-contents { position: sticky; top: calc(var(--header-height) + 28px); max-width: 20ch; }
.terms-contents ol { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; counter-reset: terms-index; }
.terms-contents li { counter-increment: terms-index; }
.terms-contents a { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; color: var(--muted); font-size: 13px; line-height: 1.25; }
.terms-contents a::before { color: var(--quiet); content: counter(terms-index, decimal-leading-zero); font-size: 11px; letter-spacing: .06em; }
.terms-contents a:hover { color: var(--ink); }
.legal-content { max-width: 72ch; color: var(--muted); font-size: 17px; line-height: 1.62; }
.legal-section + .legal-section { margin-top: 64px; padding-top: 64px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 22px; color: var(--ink); font-size: clamp(30px, 3.2vw, 48px); font-weight: 600; letter-spacing: -.055em; line-height: .98; scroll-margin-top: calc(var(--header-height) + 24px); }
.legal-content h3, .legal-content h4 { margin: 32px 0 12px; color: var(--ink); font-size: 20px; font-weight: 600; letter-spacing: -.03em; line-height: 1.2; }
.legal-content p { margin: 0 0 18px; }
.legal-content ul, .legal-content ol { margin: 0 0 22px; padding-left: 1.3em; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content a:hover { color: var(--blue); }

/* 11+ Information pages: one reading system for guides, tools and calculators. */
.information-page main { overflow: clip; }
.information-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.information-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.information-hero .display-heading { grid-column: 2; max-width: 12ch; margin: 0; }
.information-hero-lede { grid-column: 2; max-width: 34ch; margin-top: 34px; color: var(--muted); font-size: clamp(21px, 2vw, 28px); letter-spacing: -.035em; line-height: 1.15; }
.information-content { background: var(--white); }
.information-layout { display: grid; grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.information-aside { position: sticky; top: calc(var(--header-height) + 28px); max-width: 22ch; }
.information-aside nav { display: grid; gap: 11px; margin-top: 24px; }
.information-aside a { color: var(--muted); font-size: 13px; line-height: 1.25; }
.information-aside a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.information-source { min-width: 0; max-width: 76ch; color: var(--muted); font-size: 17px; line-height: 1.62; }
.information-source h1 { display: none; }
.information-source h2 { margin: 0 0 22px; color: var(--ink); font-size: clamp(30px, 3.2vw, 48px); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.information-source h3, .information-source h4 { margin: 34px 0 12px; color: var(--ink); font-size: 22px; font-weight: 600; letter-spacing: -.035em; line-height: 1.15; }
.information-source h5, .information-source h6 { margin: 56px 0 18px; color: var(--ink); font-size: clamp(28px, 3.2vw, 48px); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.information-source h5:first-child, .information-source h6:first-child { margin-top: 0; }
.information-source p { margin: 0 0 18px; }
.information-source ul, .information-source ol { margin: 0 0 24px; padding-left: 1.3em; }
.information-source li + li { margin-top: 8px; }
.information-source a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.information-source a:hover { color: var(--blue); }
.information-source iframe { display: block; width: 100%; min-height: 700px; border: 0; background: var(--paper); }
.information-source form { margin-top: 26px; padding: clamp(24px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.information-source form br { display: none; }
.information-source form label { display: block; margin: 18px 0 7px; color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.information-source form input, .information-source form select, .information-source form textarea { box-sizing: border-box; width: 100%; min-height: 48px; border: 0; border-bottom: 1px solid rgba(22,23,26,.35); border-radius: 0; background: transparent; color: var(--ink); font: inherit; font-size: 17px; }
.information-source form textarea { min-height: 120px; resize: vertical; }
.information-source form input:focus, .information-source form select:focus, .information-source form textarea:focus { border-bottom-color: var(--ink); outline: 0; background: rgba(255,183,213,.12); }
.information-source form button, .information-source form input[type="submit"], .information-source form input[type="button"] { min-height: 48px; margin-top: 24px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.information-source form button:hover, .information-source form input[type="submit"]:hover, .information-source form input[type="button"]:hover { background: transparent; color: var(--ink); }

/* Mocks timeline: a single, expandable sequence keeps the service legible without
   turning the page into another dashboard. */
.mock-timeline-section { background: var(--paper); }
.mock-timeline-inner { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr); gap: clamp(42px, 9vw, 150px); align-items: start; }
.mock-timeline-intro { max-width: 30ch; }
.mock-timeline-intro .display-heading { margin-top: 20px; }
.mock-timeline-intro > p:last-child { margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.mock-timeline-list { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.mock-timeline-list::before { position: absolute; top: 25px; bottom: 25px; left: 22px; width: 1px; background: var(--line); content: ""; }
.mock-timeline-item { position: relative; border-top: 1px solid var(--line); }
.mock-timeline-item:last-child { border-bottom: 1px solid var(--line); }
.mock-timeline-item details { position: relative; }
.mock-timeline-item summary { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 20px; min-height: 90px; align-items: center; padding: 15px 0; cursor: pointer; list-style: none; }
.mock-timeline-item summary::-webkit-details-marker { display: none; }
.mock-timeline-item summary::after { align-self: center; color: var(--muted); content: "+"; font-size: 26px; font-weight: 300; line-height: 1; }
.mock-timeline-item details[open] summary::after { color: var(--ink); content: "−"; }
.mock-timeline-marker { position: relative; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .06em; }
.mock-timeline-item summary b { display: block; color: var(--ink); font-size: clamp(20px, 2vw, 28px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.mock-timeline-item summary small { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.3; }
.mock-timeline-copy { margin: -2px 68px 28px 66px; padding: 0 0 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.mock-timeline-copy p { max-width: 58ch; }
.mock-timeline-copy a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.mock-day-schedule { display: grid; max-width: 560px; margin: 0; border-top: 1px solid var(--line); }
.mock-day-schedule > div { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: 24px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.mock-day-schedule dt { color: var(--ink); font-weight: 500; }
.mock-day-schedule dd { margin: 0; }

/* Public membership page: reuse Card 3, then give the walkthrough its own moment. */
.membership-page main { overflow: clip; }
.membership-hero-inner { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); column-gap: clamp(36px, 8vw, 120px); align-items: start; }
.membership-hero .eyebrow { grid-column: 1; padding-top: 12px; }
.membership-hero .display-heading { grid-column: 2; max-width: 10ch; margin: 0; }
.membership-hero-lede { grid-column: 2; max-width: 31ch; margin-top: 34px; color: var(--muted); font-size: clamp(21px, 2vw, 28px); letter-spacing: -.035em; line-height: 1.15; }
.membership-page .membership-home { background: var(--paper); }
.membership-walkthrough { background: var(--white); }
.membership-walkthrough-inner { display: grid; grid-template-columns: minmax(320px, .58fr) minmax(0, 1fr); gap: clamp(42px, 6vw, 88px); align-items: start; }
.membership-walkthrough-copy { max-width: 28ch; }
.membership-walkthrough-copy .display-heading { max-width: 100%; margin-top: 20px; font-size: clamp(54px, 5.1vw, 82px); overflow-wrap: break-word; }
.membership-walkthrough-copy > p:last-child { margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.membership-walkthrough-frame { overflow: hidden; min-height: 720px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.membership-walkthrough-frame iframe { display: block; width: 100%; min-height: 720px; border: 0; }

/* CSSE guide: the imported WordPress content is replaced with a measured
   reading system. Media has an explicit frame so source dimensions can never
   dictate the page silhouette. */
.information-format-content { background: var(--paper); }
.information-format-content .information-layout { padding-block: clamp(38px, 6vw, 86px); border: 1px solid rgba(22,23,26,.1); border-radius: 18px; background: var(--white); }
.information-start-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: -.01em; text-decoration: none; }
.information-start-link span { font-size: 18px; line-height: 1; transition: transform .25s var(--ease); }
.information-start-link:hover span { transform: translate(3px, 3px); }
.information-format-content .information-source { max-width: 78ch; }
.information-format-content .information-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr); gap: clamp(38px, 7vw, 104px); align-items: center; padding-block: clamp(50px, 7vw, 96px); border-top: 1px solid var(--line); scroll-margin-top: calc(var(--header-height) + 28px); }
.information-format-content .information-story:first-of-type { padding-top: clamp(38px, 5vw, 68px); border-top: 0; }
.information-format-content .information-story-wide { display: block; }
.information-format-content .information-story-copy { max-width: 68ch; }
.information-format-content .information-story h2 { max-width: 15ch; margin: 0 0 24px; color: var(--ink); font-size: clamp(34px, 4.2vw, 60px); font-weight: 600; letter-spacing: -.06em; line-height: .98; }
.information-format-content .information-story h3 { margin: 42px 0 14px; color: var(--ink); font-size: clamp(21px, 2vw, 28px); font-weight: 600; letter-spacing: -.045em; line-height: 1.08; }
.information-format-content .information-story h3:first-of-type { margin-top: 34px; }
.information-format-content .information-story p { max-width: 68ch; margin: 0 0 18px; }
.information-format-content .information-story strong { color: var(--ink); font-weight: 600; }
.information-format-content .information-story ul { margin: 0 0 24px; padding-left: 1.2em; }
.information-format-content .information-story li + li { margin-top: 12px; }
.information-format-content .information-media { width: 100%; max-width: 420px; margin: 0; overflow: hidden; border: 1px solid rgba(22,23,26,.1); border-radius: var(--radius); background: var(--pink); }
.information-format-content .information-media-landscape { aspect-ratio: 4 / 3; }
.information-format-content .information-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.information-format-content .information-cta { display: inline-flex; margin-top: 16px; text-decoration: none; }

/* Specialist public pages: a single lead panel and measured reading surfaces.
   Consultancy and International Membership share the homepage system without
   pretending that either page is a WooCommerce or member-portal screen. */
.specialist-page main { overflow: clip; }
.specialist-hero { padding-top: var(--section-space-hero); }
.specialist-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .86fr); gap: clamp(48px, 9vw, 150px); align-items: center; padding: clamp(58px, 8vw, 110px) var(--gutter); border: 1px solid rgba(22,23,26,.12); border-radius: 18px; background: var(--pink); }
.specialist-hero .display-heading { max-width: 10ch; margin: 0; }
.specialist-hero-lede { max-width: 31ch; color: rgba(22,23,26,.72); font-size: clamp(21px, 2vw, 28px); letter-spacing: -.035em; line-height: 1.15; }
.specialist-section { background: var(--paper); }
.specialist-surface, .international-surface { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(46px, 9vw, 144px); align-items: start; padding: clamp(48px, 7vw, 96px) var(--gutter); border: 1px solid rgba(22,23,26,.1); border-radius: 18px; background: var(--white); }
.specialist-heading .display-heading, .specialist-copy .display-heading, .international-copy .display-heading { max-width: 11ch; margin: 0; }
.specialist-copy { max-width: 64ch; }
.specialist-copy > p { max-width: 58ch; margin: 0; font-size: clamp(18px, 1.55vw, 22px); letter-spacing: -.025em; line-height: 1.36; }
.specialist-copy > p + p { margin-top: 22px; }
.specialist-copy .text-link { margin-top: 32px; }
.specialist-list { border-top: 1px solid var(--line); }
.specialist-list article { display: grid; grid-template-columns: minmax(110px, .33fr) minmax(0, 1fr); gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.specialist-list strong { color: var(--ink); font-size: clamp(20px, 2vw, 28px); font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.specialist-list p { max-width: 42ch; margin: 0; font-size: 16px; line-height: 1.45; }
.international-surface { grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); align-items: center; }
.international-copy > p { margin-top: 28px; }
.international-visuals { display: grid; grid-template-columns: minmax(180px, 320px); gap: clamp(18px, 3vw, 42px); align-items: start; }
.international-visuals figure { margin: 0; }
.international-visuals figure:first-child { padding-top: 0; }
.international-image-frame { width: 100%; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(22,23,26,.12); background: var(--paper); }
.international-image-round { border-radius: 50%; background: var(--pink); }
.international-image-paper { border-radius: var(--radius); }
.international-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.international-image-paper img { object-fit: contain; }
.international-visuals figcaption { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.3; }
.international-detail { background: var(--paper); }
.international-detail-card { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: clamp(42px, 8vw, 132px); align-items: start; padding: clamp(48px, 7vw, 96px) var(--gutter); border: 1px solid rgba(22,23,26,.12); border-radius: 18px; background: var(--pink); }
.international-detail-intro .display-heading { max-width: 12ch; margin: 0; }
.international-detail-intro > p { max-width: 31ch; margin-top: 32px; }
.international-detail-content { max-width: 58ch; }
.international-detail-list { margin-top: 0; border-top: 1px solid rgba(22,23,26,.26); }
.international-detail-list article { display: grid; grid-template-columns: minmax(140px, .56fr) minmax(0, 1fr); gap: 24px; align-items: start; padding: 22px 0; border-bottom: 1px solid rgba(22,23,26,.26); }
.international-detail-list span { color: var(--ink); font-size: var(--card-support-size); font-weight: 600; letter-spacing: -.025em; line-height: var(--card-support-leading); }
.international-detail-list strong { max-width: 28ch; color: rgba(22,23,26,.72); font-size: var(--card-support-size); font-weight: var(--card-support-weight); letter-spacing: -.025em; line-height: var(--card-support-leading); }
.international-detail-content .text-link { margin-top: 26px; }

@media (max-width: 980px) {
  .about-page .about-hero-inner { width: min(86vw, 960px); }
  .mock-plus-inner { grid-template-columns: 1fr; gap: 42px; }
  .information-format-content .information-layout { padding-block: 34px; }
  .information-format-content .information-story { grid-template-columns: 1fr; gap: 30px; }
.information-format-content .information-media { max-width: 620px; }
  .specialist-hero-inner, .specialist-surface, .international-surface, .international-detail-card { grid-template-columns: 1fr; gap: 36px; }
  .specialist-hero-lede { max-width: 38ch; }
  .international-visuals { max-width: 620px; }
}

@media (max-width: 680px) {
  .about-page .about-hero-inner { width: calc(100% - (2 * var(--gutter))); }
  .mock-plus-copy > p { font-size: 17px; }
  .mock-plus-details > div { grid-template-columns: 1fr; gap: 6px; padding-block: 16px; }
  .mock-plus-details strong { font-size: 17px; }
  .information-format-content .information-layout { padding-block: 24px; }
  .information-format-content .information-story { padding-block: 46px; }
  .information-format-content .information-story:first-of-type { padding-top: 32px; }
  .information-format-content .information-story h2 { font-size: 36px; }
  .information-format-content .information-story h3 { font-size: 22px; }
  .information-format-content .information-media { max-width: none; }
  .specialist-hero { padding-top: var(--section-space); }
  .specialist-hero-inner, .specialist-surface, .international-surface, .international-detail-card { padding: 42px 28px; }
  .specialist-hero-inner { gap: 26px; }
  .specialist-hero .display-heading { max-width: 9ch; }
  .specialist-hero-lede { max-width: 31ch; font-size: 20px; }
  .specialist-surface, .international-surface { gap: 42px; }
  .specialist-heading .display-heading, .international-copy .display-heading { max-width: 10ch; font-size: clamp(44px, 14vw, 72px); }
  .specialist-copy > p { font-size: 18px; }
  .specialist-list article { grid-template-columns: 1fr; gap: 8px; padding-block: 18px; }
  .international-visuals { gap: 16px; }
  .international-visuals figure:first-child { padding-top: 0; }
  .international-detail-list article { grid-template-columns: 1fr; gap: 8px; padding-block: 18px; }
  .international-detail-list strong { max-width: 32ch; }
}

/* Secondary public pages: carry the homepage composition into long-form routes.
   One pink lead surface, one calm reading surface, and no decorative meta layer. */
.faq-page .faq-hero-inner,
.about-page .about-hero-inner,
.team-page .team-hero-inner,
.join-page .join-hero-inner,
.contact-page .contact-hero-inner,
.terms-page .terms-hero-inner,
.information-page .information-hero-inner {
  display: block;
  padding: clamp(46px, 7vw, 92px) var(--gutter) clamp(50px, 7vw, 88px);
  border: 1px solid rgba(22,23,26,.12);
  border-radius: 18px;
  background: var(--pink);
}
.faq-page .faq-hero .eyebrow,
.about-page .about-hero .eyebrow,
.team-page .team-hero .eyebrow,
.join-page .join-hero .eyebrow,
.contact-page .contact-hero .eyebrow,
.terms-page .terms-hero .eyebrow,
.information-page .information-hero .eyebrow { display: none; }
.faq-page .faq-hero .display-heading,
.about-page .about-hero .display-heading,
.team-page .team-hero .display-heading,
.join-page .join-hero .display-heading,
.contact-page .contact-hero .display-heading,
.terms-page .terms-hero .display-heading,
.information-page .information-hero .display-heading { max-width: 10ch; margin: 0; }
.faq-page .faq-hero-lede,
.about-page .about-hero-lede,
.team-page .team-hero-lede,
.join-page .join-hero-lede,
.contact-page .contact-hero-lede,
.terms-page .terms-hero-lede,
.information-page .information-hero-lede { max-width: 38ch; margin-top: 28px; color: rgba(22,23,26,.72); }

/* The About lead panel keeps the same two-column chasm as the story cards.
   Other long-form pages intentionally retain their simpler stacked hero. */
.about-page .about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
  column-gap: clamp(48px, 9vw, 150px);
  align-items: center;
}
.about-page .about-hero .display-heading { grid-column: 1; max-width: 10ch; }
.about-page .about-hero-lede { grid-column: 2; max-width: 32ch; margin-top: 0; }

/* Contact and Join share the same lead-panel rhythm: a clear proposition on
   one side, purposeful supporting copy on the other. */
.contact-page .contact-hero-inner,
.join-page .join-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
  column-gap: clamp(48px, 9vw, 150px);
  align-items: center;
}
.contact-page .contact-hero .display-heading,
.join-page .join-hero .display-heading { grid-column: 1; max-width: 10ch; }
.contact-page .contact-hero-lede,
.join-page .join-hero-lede { grid-column: 2; max-width: 32ch; margin-top: 0; }

/* Contained panels keep these utility pages in the same visual family as
   About, while the alternating offsets stop the forms feeling templated. */
.contact-details,
.contact-form-section,
.join-form-section {
  width: min(84vw, 1180px);
  border: 1px solid rgba(22,23,26,.12);
  border-radius: 18px;
  overflow: hidden;
}
.contact-details,
.contact-form-section,
.join-form-section { margin-inline: auto; }
.contact-form-section { margin-top: clamp(18px, 2.4vw, 34px); }

.contact-details-inner { grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(54px, 10vw, 150px); align-items: center; }
.contact-details-heading { align-self: center; }
.contact-details-heading .display-heading { max-width: 9ch; margin-top: 0; }
.contact-details-content { max-width: 620px; align-self: center; }
.contact-detail-list { margin-top: 0; }
.contact-member-note { margin-top: 28px; }

.contact-form-layout,
.join-form-layout { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(54px, 10vw, 150px); align-items: center; }
.contact-form-aside,
.join-form-aside { align-self: center; }
.contact-form-aside .display-heading,
.join-form-aside .display-heading { margin-top: 0; }
.contact-form,
.join-form { padding-top: 0; }
.faq-page .faq-search { max-width: 560px; margin-top: 42px; }
.faq-page .faq-layout,
.terms-page .terms-layout,
.information-page .information-layout {
  padding: clamp(36px, 6vw, 78px) var(--gutter);
  border: 1px solid rgba(22,23,26,.1);
  border-radius: 18px;
  background: var(--white);
}
.faq-page .faq-index .eyebrow,
.information-page .information-aside .eyebrow,
.terms-page .terms-contents .eyebrow { display: none; }
.faq-page .faq-group-heading { grid-template-columns: 1fr; gap: 0; }
.faq-page .faq-group-heading .eyebrow { display: none; }
.faq-page .faq-group-heading h2 { max-width: 10ch; }
.information-page .information-content { background: var(--paper); }
.information-page .information-source { color: var(--muted); }
.information-page .information-source h2 { max-width: 14ch; }

/* Keep the gap from a lead panel to the next section deliberate and shared.
   Individual pages should not invent their own vertical scale. */
.faq-hero,
.about-hero,
.team-hero,
.join-hero,
.contact-hero,
.terms-hero,
.information-hero,
.membership-hero { padding-bottom: var(--section-space-hero); }

.final-cta { margin-top: var(--section-space-hero); background: var(--dark); color: #fff; }
.final-cta-inner { display: grid; min-height: 610px; grid-template-columns: .42fr 1fr; align-content: center; gap: 30px; }
.final-cta h2 { max-width: 9ch; font-size: clamp(58px, 8.4vw, 122px); line-height: .86; }
.final-cta p { max-width: 35ch; margin-top: 28px; color: #c8cdcb; font-size: 18px; }
.final-cta-inner h2 { grid-column: 1; grid-row: 1 / span 2; align-self: center; }
.final-cta-inner > p { grid-column: 2; grid-row: 1; }
.final-cta .hero-actions { grid-column: 2; grid-row: 2; margin-top: 0; }
.final-cta .button-light { border-color: #fff; background: #fff; color: var(--dark); }
.final-cta .button-light:hover { border-color: #fff; background: transparent; color: #fff; }
.final-cta .text-link-light { color: #dce7e9; }

.site-footer { position: relative; overflow: hidden; padding: clamp(18px, 3vw, 36px) 0 0; background: var(--paper); color: var(--ink); }
.site-footer::before { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--line); content: ""; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr)); gap: clamp(22px, 3vw, 42px); padding: clamp(42px, 6vw, 74px) var(--gutter) clamp(42px, 5vw, 64px); border: 1px solid rgba(22,23,26,.1); border-radius: 22px; background: rgba(255,253,249,.94); box-shadow: 0 10px 28px rgba(22,23,26,.06); }
.brand-light { color: #fff; }
.site-footer .brand-light { color: var(--ink); }
.footer-brand p { display: none; }
.footer-contact { display: grid; gap: 6px; margin-top: 24px; }
.footer-contact a { width: fit-content; color: var(--muted); font-size: 14px; line-height: 1.35; text-decoration: none; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.footer-brand .footer-tagline { margin-top: 5px; color: var(--ink); font-size: 19px; font-weight: 600; letter-spacing: -.04em; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.footer-socials a { color: var(--muted); font-size: 12px; font-weight: 600; }
.footer-socials a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.footer-column { display: grid; align-content: start; gap: 12px; }
.footer-column strong { margin-bottom: 8px; color: var(--ink); font-size: 15px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.footer-column a { width: fit-content; color: var(--muted); font-size: 15px; }
.footer-column a:hover, .footer-bottom a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; color: var(--quiet); font-size: 11px; }
.footer-bottom nav { display: flex; gap: 22px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --header-height: 64px; }
  .desktop-nav, .nav-login { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: flex; position: fixed; z-index: 90; top: calc(var(--header-height) + 14px); right: 0; bottom: 0; left: 0; flex-direction: column; justify-content: flex-start; gap: 24px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 28px var(--gutter) 28px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity var(--motion) var(--ease), transform var(--motion) var(--ease), visibility var(--motion); }
  .site-header.mobile-open .mobile-menu { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav > a, .mobile-menu-group > summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: clamp(30px, 7.5vw, 52px); font-weight: 600; letter-spacing: -.06em; line-height: 1; }
  .mobile-menu-group { border-bottom: 1px solid var(--line); }
  .mobile-menu-group > summary { border-bottom: 0; cursor: pointer; list-style: none; }
  .mobile-menu-group > summary::-webkit-details-marker { display: none; }
  .mobile-menu-group > summary::after { color: var(--quiet); content: "⌄"; font-size: 22px; font-weight: 400; letter-spacing: 0; transition: transform var(--motion) var(--ease); }
  .mobile-menu-group[open] > summary::after { transform: rotate(180deg); }
  .mobile-submenu { display: grid; gap: 0; padding: 0 0 12px 14px; }
  .mobile-submenu a { display: flex; min-height: 42px; align-items: center; color: var(--muted); font-size: 16px; font-weight: 500; letter-spacing: -.02em; line-height: 1.2; }
  .mobile-menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--quiet); font-size: 12px; }
  .mobile-menu-footer a { color: var(--blue); font-weight: 600; }
  .hero-ploy h1 { font-size: clamp(62px, 10vw, 102px); }
  .hero-main { grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr); gap: 42px; }
  .hero-motion-stage { min-height: 320px; }
  .hero-motion-stage::after { display: none; }
  .hero-paper.is-back { right: 20%; }
  .hero-paper.is-middle { right: 10%; }
  .hero-paper.is-front, .hero-paper.is-flying { right: -3%; }
  .hero-ploy-foot { width: 100%; }
  .section-intro { grid-template-columns: .32fr 1fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .how-heading { grid-template-columns: .32fr 1fr; }
  .how-heading .display-heading { grid-column: 2; }
  .how-story, .credibility-layout { grid-template-columns: 1fr; gap: 46px; }
  .final-cta-inner { grid-template-columns: .32fr 1fr; }
  .faq-hero-inner, .faq-layout { grid-template-columns: 1fr; row-gap: 28px; }
  .faq-hero .eyebrow, .faq-hero .display-heading, .faq-hero-lede, .faq-search { grid-column: auto; }
  .faq-hero .eyebrow { padding-top: 0; }
  .faq-hero-lede { margin-top: 20px; }
  .faq-search { margin-top: 34px; }
  .faq-index { position: static; display: flex; flex-wrap: wrap; gap: 10px 22px; }
  .faq-index .eyebrow { width: 100%; margin-bottom: 0; }
  .about-hero-inner, .about-mission-inner { grid-template-columns: 1fr; row-gap: 22px; }
  .about-page .about-hero-inner { grid-template-columns: 1fr; }
  .about-hero .eyebrow, .about-hero .display-heading, .about-hero-lede, .about-mission .eyebrow, .about-mission h2, .about-mission p:last-child { grid-column: auto; }
  .about-page .about-hero .display-heading, .about-page .about-hero-lede { grid-column: auto; }
  .about-hero .eyebrow { padding-top: 0; }
  .about-story-inner, .about-expertise-inner, .about-looking-ahead-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-story-copy, .about-looking-ahead-inner > div:last-child { padding-top: 0; }
  .about-mission, .about-story, .about-expertise, .about-looking-ahead { width: min(86vw, 960px); }
  .about-mission, .about-expertise { margin-left: 4vw; margin-right: auto; }
  .about-story, .about-looking-ahead { margin-left: auto; margin-right: 4vw; }
  .team-hero-inner { grid-template-columns: 1fr; row-gap: 22px; }
  .team-hero .eyebrow, .team-hero .display-heading, .team-hero-lede { grid-column: auto; }
  .team-hero .eyebrow { padding-top: 0; }
  .join-hero-inner, .join-intro-inner { grid-template-columns: 1fr; row-gap: 22px; }
  .join-hero .eyebrow, .join-hero .display-heading, .join-hero-lede, .join-intro .eyebrow, .join-intro-inner > div { grid-column: auto; }
  .join-hero .eyebrow { padding-top: 0; }
  .join-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-hero-inner, .contact-details-inner { grid-template-columns: 1fr; row-gap: 22px; }
  .contact-page .contact-hero-inner, .join-page .join-hero-inner { grid-template-columns: 1fr; row-gap: 22px; }
  .contact-hero .eyebrow, .contact-hero .display-heading, .contact-hero-lede, .contact-details .eyebrow, .contact-details-inner > div { grid-column: auto; }
  .contact-page .contact-hero .display-heading, .contact-page .contact-hero-lede, .join-page .join-hero .display-heading, .join-page .join-hero-lede { grid-column: auto; }
  .contact-hero .eyebrow { padding-top: 0; }
  .contact-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-details, .contact-form-section, .join-form-section { width: min(86vw, 960px); }
  .contact-details, .contact-form-section, .join-form-section { margin-inline: auto; }
  .contact-form-layout, .join-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .terms-hero-inner, .terms-layout { grid-template-columns: 1fr; row-gap: 28px; }
  .terms-hero .eyebrow, .terms-hero .display-heading, .terms-hero-lede { grid-column: auto; }
  .terms-hero .eyebrow { padding-top: 0; }
  .terms-contents { position: static; max-width: none; }
  .terms-contents ol { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
  .information-hero-inner, .information-layout { grid-template-columns: 1fr; row-gap: 28px; }
  .information-hero .eyebrow, .information-hero .display-heading, .information-hero-lede { grid-column: auto; }
  .information-hero .eyebrow { padding-top: 0; }
  .information-aside { position: static; max-width: none; }
  .information-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
  .membership-hero-inner, .membership-walkthrough-inner { grid-template-columns: 1fr; row-gap: 28px; }
  .membership-hero .eyebrow, .membership-hero .display-heading, .membership-hero-lede { grid-column: auto; }
  .membership-hero .eyebrow { padding-top: 0; }
  .membership-walkthrough-copy { max-width: 38ch; }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; --radius: 16px; }
  .about-page { --about-copy-size: 19px; }
  .section-pad { padding-block: var(--section-space); }
  .button { min-height: 48px; }
  .membership-home .membership-explore { width: 100%; }
  .nav-actions { gap: 7px; }
  .nav-actions .button-small { display: none; }
  .hero-ploy-panel { min-height: 720px; padding-block: 70px 28px; }
  .hero-main { display: flex; flex-direction: column; gap: 58px; align-items: stretch; }
  .hero-copy { align-items: center; text-align: center; }
  .hero-ploy h1 { max-width: 8.8ch; margin-top: 0; font-size: clamp(58px, 17vw, 84px); }
  .hero-ploy .hero-lede { max-width: 34ch; margin-top: 26px; font-size: 18px; }
  .hero-ploy .hero-actions { align-items: center; flex-direction: column; gap: 2px; }
  .hero-motion { max-width: none; }
  .hero-motion-stage { min-height: 300px; }
  .hero-paper { width: 76%; height: 210px; padding: 16px 18px; }
  .hero-paper::before { flex-basis: 54px; border-radius: 7px; }
  .hero-paper-title { font-size: 30px; }
  .hero-paper strong { font-size: 16px; }
  .hero-motion-stage::after { display: none; }
  .hero-paper-front { right: -2%; bottom: 36px; }
  .hero-paper-middle { right: 8%; bottom: 49px; }
  .hero-paper-back { right: 18%; bottom: 62px; }
  .hero-motion-caption { right: 0; left: 0; font-size: 13px; white-space: normal; }
  .hero-motion-caption span { text-align: center; text-align-last: center; white-space: normal; }
  .hero-note { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
  .coverage-lead { display: block; }
  .coverage-note { max-width: none; margin-top: 58px; }
  .hero-ploy-foot { align-items: center; flex-direction: column; gap: 8px; margin-top: 84px; text-align: center; }
  .intro-grid, .how-heading, .credibility-layout, .final-cta-inner { display: block; }
  .preparation-card, .membership-card { padding-inline: 28px; }
  .preparation-grid, .membership-heading { display: block; }
  .preparation-lead .display-heading, .membership-heading .display-heading { max-width: 11ch; }
  .preparation-lead > p:not(.card-kicker):not(.preparation-proof), .membership-intro { max-width: 31ch; font-size: 17px; }
  .preparation-proof { margin-top: 58px; }
  .preparation-routes { margin-top: 64px; }
  .preparation-row { grid-template-columns: 78px 1fr 20px; gap: 10px; min-height: 78px; }
  .preparation-row strong { font-size: 20px; }
  .preparation-footer { display: flex; justify-content: flex-start; margin-top: 64px; }
  .preparation-links { display: grid; gap: 8px; margin-top: 18px; }
  .preparation-process { margin-top: 64px; }
  .preparation-step { grid-template-columns: 1fr; gap: 10px; min-height: 110px; padding: 26px 0; }
  .preparation-step > span { font-size: 28px; }
  .preparation-step > strong { max-width: 29ch; font-size: 17px; }
  .preparation-footer .button { justify-self: start; margin-top: 22px; }
  .offers-card { padding-inline: 28px; }
  .offers-heading { display: block; }
  .offers-heading .display-heading { max-width: 10ch; }
  .offers-heading > p { display: none; }
  .offers-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .offer-link, .offer-link:nth-child(3n + 2), .offer-link:nth-child(3n + 3) { grid-template-columns: minmax(0,1fr) auto 22px; min-height: 136px; padding: 26px 0; border-left: 0; }
  .offer-cta { opacity: 1; transform: none; }
  .offer-copy strong { font-size: 28px; }
  .offer-copy small { max-width: 29ch; font-size: 17px; }
  .membership-heading .display-heading { max-width: 10ch; font-size: clamp(44px, 14vw, 72px); }
  .membership-home-shell { padding: 34px 28px 40px; }
  .membership-home .feature-first-head { display: block; }
  .preparation-lead .display-heading,
  .offers-heading .display-heading,
  .membership-home .feature-first-head .display-heading { font-size: clamp(44px, 14vw, 72px) !important; font-weight: var(--section-card-heading-weight) !important; letter-spacing: var(--section-card-heading-tracking) !important; line-height: var(--section-card-heading-leading) !important; }
  .membership-home .feature-first-head .display-heading { max-width: 10ch; }
  .membership-home .feature-first-13-intro { max-width: 31ch; font-size: 16px; }
  .membership-home .feature-first-head .billing-control { margin-top: 32px; text-align: left; }
  .membership-home .membership-explore { margin-top: 24px; white-space: normal; }
  .membership-home .feature-first-13-flow { grid-template-columns: 1fr; margin-top: 38px; }
  .membership-home .feature-first-13-flow > div, .membership-home .feature-first-13-flow > div + div { min-height: 0; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .membership-home .feature-first-13-flow > div:last-child { border-bottom: 0; }
  .membership-home .feature-first-13-plans { grid-template-columns: 1fr; }
  .membership-home .feature-first-13-plan { min-height: 0; padding: 26px 22px 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .membership-home .feature-first-13-plan:last-child { border-bottom: 0; }
  .membership-home .feature-first-13-plan .plan-name { font-size: 34px; }
  .membership-home .feature-first-13-plan .price strong { font-size: 76px; }
  .membership-home .feature-first-13-group { margin-top: 42px; }
  .membership-home .feature-first-13-group-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .membership-home .feature-first-13-row { grid-template-columns: 1.2fr .9fr .9fr; gap: 8px; min-height: 62px; font-size: 12px; }
  .membership-note { max-width: 31ch; margin: 32px auto 0; text-align: center; }
  .membership-note .text-link { justify-content: center; }
  .pricing-controls { display: block; margin-top: 54px; }
  .pricing-controls .billing-control { text-align: center; }
  .membership-card .plan-grid { margin-top: 48px; }
  .intro-copy { max-width: 33ch; }
  .intro-photo { max-width: 330px; margin: 60px auto 0; }
  .intro-photo img { height: 390px; }
  .service-list { grid-template-columns: 1fr; margin-top: 70px; }
  .service-item, .service-item + .service-item { grid-template-columns: 1fr; gap: 10px; padding: 22px 0; border-left: 0; }
  .service-item small { grid-column: 1; }
  .how-heading .display-heading { margin-top: 0; }
  .how-story { display: block; margin-top: 64px; }
  .how-statement p { max-width: 25ch; font-size: 28px; }
  .steps { margin-top: 48px; }
  .step { grid-template-columns: 54px 1fr; min-height: 0; padding-block: 20px; }
  .step h3 { font-size: 28px; }
  .step p { grid-column: 2; margin-top: 12px; }
  .credibility-heading .display-heading { margin-top: 0; }
  .credibility-proof { margin-top: 52px; }
  .credibility-proof > p { font-size: 34px; }
  .credibility-facts { display: grid; gap: 10px; margin-top: 38px; }
  .section-intro { display: block; }
  .section-intro > p:last-child { max-width: 33ch; margin-top: 28px; padding-top: 0; }
  .mock-list { margin-top: 64px; }
  .mock-row { grid-template-columns: 54px 1fr 24px; gap: 14px; padding: 24px 0; }
  .mock-row-copy strong { font-size: 24px; }
  .mock-row-copy small { font-size: 12px; line-height: 1.35; }
  .pricing-heading { display: block; }
  .membership-intro { max-width: 34ch; margin-top: 26px; }
  .billing-control { margin-top: 34px; text-align: center; }
  .plan-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .plan { min-height: 330px; padding: 28px 24px; }
  .plan-price { margin-top: 40px; }
  .plan-price strong { font-size: 74px; }
  .plan-features { margin: 28px 0 34px; padding-top: 18px; }
  .feature-detail summary { min-height: 54px; }
  .feature-detail p { padding-right: 22px; }
  .plan .button { margin-top: 30px; }
  .membership-support { display: grid; justify-items: start; gap: 10px; margin-top: 24px; }
  .comparison-wrap { margin-top: 74px; }
  .comparison-heading { display: block; padding-bottom: 18px; }
  .comparison-heading p { margin-top: 14px; }
  .comparison-wrap { margin-inline: var(--gutter); }
  .comparison-heading { padding: 20px; }
  .comparison-table { min-width: 560px; }
  .comparison-table th, .comparison-table td { padding: 14px 11px; font-size: 12px; }
  .comparison-table th:first-child { position: sticky; z-index: 1; left: 0; background: var(--white); }
  .comparison-table thead th:first-child { background: var(--ink); color: #fff; }
  .comparison-table .comparison-group th { position: static; background: var(--paper); }
  .resources-grid { display: block; }
  .resource-links { margin-top: 46px; }
  .faq { padding-top: var(--section-space-hero); }
  .final-cta { margin-top: var(--section-space-hero); }
  .final-cta-inner { min-height: 560px; padding: 82px 24px; }
  .final-cta-inner h2, .final-cta-inner > p, .final-cta .hero-actions { grid-column: auto; grid-row: auto; }
  .final-cta h2 { margin-top: 0; font-size: clamp(58px, 16vw, 86px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px 24px; padding-block: 58px 52px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
  .faq-hero { padding-top: var(--section-space); }
  .faq-hero .display-heading { max-width: 9ch; }
  .faq-hero-lede { max-width: 31ch; font-size: 18px; }
  .faq-search { margin-top: 34px; }
  .faq-search input { font-size: 16px; }
  .faq-index { flex-wrap: wrap; gap: 10px 16px; margin-inline: 0; padding: 0 0 4px; overflow: visible; white-space: normal; }
  .faq-index .eyebrow { display: none; }
  .faq-index a { flex: 0 0 auto; font-size: 13px; }
  .faq-group + .faq-group { margin-top: 76px; }
  .faq-group-heading { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding-bottom: 14px; }
  .faq-group-heading h2 { font-size: 36px; }
  .faq-item summary { min-height: 70px; gap: 16px; padding-block: 18px; font-size: 18px; }
  .faq-item summary::after { font-size: 25px; }
  .faq-answer { padding-right: 0; font-size: 16px; }
  .faq-alert { padding-inline: 16px; }
  .about-hero { padding-top: var(--section-space); }
  .about-hero .display-heading { max-width: 9ch; }
  .about-hero-lede { max-width: 31ch; font-size: 19px; }
  .about-mission h2 { max-width: 10ch; font-size: clamp(44px, 14vw, 72px); }
  .about-mission p:last-child, .about-story-copy, .about-expertise-copy > p:not(.eyebrow), .about-looking-ahead-inner > div:last-child { font-size: 17px; }
  .about-story-heading .display-heading, .about-expertise-copy .display-heading, .about-looking-ahead .display-heading { margin-top: 0; }
  .about-visual { max-width: 100%; }
  .about-visual img { height: auto; aspect-ratio: 1.12; }
  .about-mission, .about-story, .about-expertise, .about-looking-ahead { width: calc(100% - (2 * var(--gutter))); margin-inline: auto; transform: none; }
  .team-hero { padding-top: var(--section-space); }
  .team-hero .display-heading { max-width: 9ch; }
  .team-hero-lede { max-width: 26ch; font-size: 20px; }
  .team-grid { grid-template-columns: 1fr; row-gap: 72px; }
  .team-profile-lead .team-profile-copy h2 { white-space: normal; }
  .team-profile-copy h2, .team-profile-lead .team-profile-copy h2 { font-size: 38px; }
  .join-hero { padding-top: var(--section-space); }
  .join-hero .display-heading { max-width: 9ch; }
  .join-hero-lede { max-width: 26ch; font-size: 20px; }
  .join-intro .display-heading, .join-form-aside .display-heading { max-width: 10ch; margin-top: 0; font-size: clamp(44px, 14vw, 72px); }
  .join-intro-inner > div > p, .join-form-aside > p:last-child { font-size: 17px; }
  .join-form-grid { grid-template-columns: 1fr; gap: 24px; }
  .join-field-wide { grid-column: auto; }
  .join-form > .button { width: 100%; }
  .contact-hero { padding-top: var(--section-space); }
  .contact-hero .display-heading { max-width: 9ch; }
  .contact-hero-lede { max-width: 26ch; font-size: 20px; }
  .contact-details .display-heading, .contact-form-aside .display-heading { max-width: 10ch; margin-top: 0; font-size: clamp(44px, 14vw, 72px); }
  .contact-details, .contact-form-section, .join-form-section { width: calc(100% - (2 * var(--gutter))); margin-inline: auto; }
  .contact-detail-list { grid-template-columns: 1fr; gap: 24px; margin-top: 42px; }
  .contact-detail-list address, .contact-detail-list a, .contact-detail-list p { font-size: 17px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-field-wide { grid-column: auto; }
  .contact-form > .button { width: 100%; }
  .terms-hero { padding-top: var(--section-space); }
  .terms-hero .display-heading { max-width: 10ch; }
  .terms-hero-lede { max-width: 28ch; font-size: 20px; }
  .terms-contents ol { grid-template-columns: 1fr; gap: 12px; margin-top: 18px; }
  .legal-content { font-size: 16px; line-height: 1.58; }
  .legal-section + .legal-section { margin-top: 48px; padding-top: 48px; }
  .legal-content h2 { margin-bottom: 18px; font-size: 34px; }
  .information-hero { padding-top: var(--section-space); }
  .information-hero .display-heading { max-width: 10ch; }
  .information-hero-lede { max-width: 28ch; font-size: 20px; }
  .information-aside nav { grid-template-columns: 1fr; gap: 12px; margin-top: 18px; }
  .information-source { font-size: 16px; line-height: 1.58; }
  .information-source h2 { font-size: 34px; }
  .information-source form { padding: 22px 18px; }
  .mock-timeline-inner { grid-template-columns: 1fr; gap: 46px; }
  .mock-timeline-intro { max-width: 28ch; }
  .mock-timeline-intro .display-heading { max-width: 10ch; }
  .mock-timeline-item summary { grid-template-columns: 42px minmax(0, 1fr) 20px; gap: 14px; min-height: 82px; }
  .mock-timeline-marker { width: 42px; height: 42px; }
  .mock-timeline-item summary b { font-size: 21px; }
  .mock-timeline-item summary small { font-size: 12px; }
  .mock-timeline-copy { margin: -2px 34px 24px 56px; font-size: 16px; }
  .mock-day-schedule > div { grid-template-columns: 1fr; gap: 2px; padding: 11px 0; }
  .mock-day-schedule dd { font-size: 15px; }
  .membership-hero { padding-top: var(--section-space); }
  .membership-hero .display-heading { max-width: 10ch; }
  .membership-hero-lede { max-width: 28ch; font-size: 20px; }
  .membership-walkthrough-copy .display-heading { max-width: 10ch; margin-top: 0; font-size: clamp(44px, 14vw, 72px); }
  .membership-walkthrough-copy > p:last-child { font-size: 17px; }
  .membership-walkthrough-frame, .membership-walkthrough-frame iframe { min-height: 580px; }
}

/* CSSE 2025 calculator: a calm, purpose-built tool surface instead of plugin chrome. */
.calculator-hero { padding-top: var(--section-space-hero); }
.calculator-hero .information-hero-inner { padding: clamp(54px, 7vw, 96px) var(--gutter); border: 1px solid rgba(22,23,26,.12); border-radius: 18px; background: var(--pink); }
.calculator-hero .display-heading { max-width: 12ch; }
.calculator-hero .information-hero-lede { color: rgba(22,23,26,.72); }
.calculator-content { background: var(--paper); }
.calculator-layout { display: grid; grid-template-columns: minmax(190px, .65fr) minmax(320px, 1.1fr) minmax(250px, .75fr); gap: clamp(30px, 5vw, 76px); align-items: start; padding: clamp(38px, 5vw, 68px) var(--gutter); border: 1px solid rgba(22,23,26,.1); border-radius: 18px; background: var(--white); }
.calculator-intro { max-width: 27ch; }
.calculator-intro .display-heading { max-width: 9ch; margin-top: 18px; font-size: clamp(42px, 4.8vw, 70px); }
.calculator-intro > p:not(.eyebrow) { margin-top: 26px; font-size: 17px; line-height: 1.45; }
.calculator-intro .calculator-microcopy { margin-top: 18px; color: var(--quiet); font-size: 13px; line-height: 1.35; }
.calculator-form { display: grid; gap: 22px; }
.calculator-score-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; border: 0; }
.calculator-field { display: grid; gap: 8px; }
.calculator-field label { display: flex; justify-content: space-between; gap: 12px; color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: -.02em; }
.calculator-field label span { color: var(--quiet); font-size: 12px; font-weight: 400; }
.calculator-field input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid rgba(22,23,26,.24); border-radius: 10px; background: var(--white); color: var(--ink); font: inherit; font-size: 17px; transition: border-color var(--motion) var(--ease), box-shadow var(--motion) var(--ease), background var(--motion) var(--ease); }
.calculator-field input::placeholder { color: var(--quiet); }
.calculator-field input:focus { border-color: var(--ink); outline: 0; box-shadow: 0 0 0 3px rgba(255,183,213,.62); }
.calculator-field input[aria-invalid="true"] { border-color: #8d2f4d; }
.calculator-field-error { margin: -2px 0 0; color: #8d2f4d; font-size: 12px; line-height: 1.3; }
.calculator-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 4px; }
.calculator-actions .button { cursor: pointer; }
.calculator-reset { border: 0; background: transparent; cursor: pointer; }
.calculator-error { margin: 0; color: #8d2f4d; font-size: 14px; line-height: 1.35; }
.calculator-results { min-width: 0; padding-left: clamp(22px, 3vw, 42px); border-left: 1px solid var(--line); }
.calculator-results:not(.is-updated) .calculator-result-primary strong { color: var(--line); font-size: 44px; letter-spacing: 0; }
.calculator-results.is-updated .calculator-result-primary strong { animation: calculator-result-in 320ms var(--ease) both; }
@keyframes calculator-result-in { from { opacity: .25; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.calculator-result-primary { display: grid; gap: 10px; margin-top: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.calculator-result-primary span { color: var(--muted); font-size: 14px; }
.calculator-result-primary strong { color: var(--ink); font-size: clamp(52px, 5.2vw, 78px); font-weight: 600; letter-spacing: -.075em; line-height: .86; }
.calculator-result-context { margin-top: 2px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.calculator-result-list { display: grid; gap: 0; margin: 0; }
.calculator-result-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.calculator-result-list dt { color: var(--muted); font-size: 13px; line-height: 1.25; }
.calculator-result-list dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 600; text-align: right; }
.calculator-analysis { display: grid; grid-template-columns: minmax(180px, .62fr) minmax(0, 1.38fr); gap: clamp(34px, 7vw, 110px); align-items: center; margin-top: var(--section-space); padding: clamp(34px, 5vw, 66px) var(--gutter); border: 1px solid rgba(22,23,26,.1); border-radius: 18px; background: var(--white); }
.calculator-analysis[hidden] { display: none; }
.calculator-analysis.is-visible { animation: calculator-analysis-in 420ms var(--ease) both; }
@keyframes calculator-analysis-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.score-curve-copy { max-width: 30ch; }
.score-curve-copy .display-heading { max-width: 10ch; margin-top: 18px; font-size: clamp(38px, 4.3vw, 62px); }
.score-curve-copy > p:last-child { margin-top: 24px; font-size: 16px; line-height: 1.45; }
.score-curve-wrap { min-width: 0; }
.score-curve { position: relative; height: 176px; }
.score-curve svg { display: block; width: 100%; height: 176px; overflow: visible; }
.score-curve path { fill: none; stroke: rgba(22,23,26,.42); stroke-width: 2; }
.score-curve line { stroke: var(--line); stroke-width: 1; }
.score-curve .score-curve-guide { stroke: rgba(22,23,26,.12); stroke-dasharray: 3 5; }
.score-curve .score-curve-centre { stroke: rgba(22,23,26,.38); stroke-width: 1.5; stroke-dasharray: 3 5; }
.score-curve-average { position: absolute; top: 4px; left: 50%; padding: 2px 7px; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: -.01em; transform: translateX(-50%); }
.score-axis { display: flex; justify-content: space-between; margin-top: 4px; color: var(--quiet); font-size: 12px; }
.score-readout { display: grid; gap: 12px; margin-top: 24px; }
.score-readout-row { display: grid; grid-template-columns: 100px minmax(0, 1fr) 58px 88px; gap: 14px; align-items: center; }
.score-readout-label { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 600; }
.score-swatch { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--pink); }
.score-swatch-maths { background: var(--ink); }
.score-track { position: relative; height: 8px; border-radius: 999px; background: rgba(22,23,26,.1); }
.score-track::before { position: absolute; top: -4px; bottom: -4px; left: 50%; width: 1px; background: rgba(22,23,26,.22); content: ""; }
.score-track-marker { position: absolute; top: 50%; left: var(--position, 50%); display: block; width: 15px; height: 15px; border: 2px solid var(--white); border-radius: 50%; background: var(--pink); box-shadow: 0 1px 4px rgba(22,23,26,.2); transform: translate(-50%, -50%); transition: left 420ms var(--ease); }
.score-track-marker-maths { background: var(--ink); }
.score-readout-row strong { color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: -.02em; text-align: right; }
.score-readout-row small { color: var(--muted); font-size: 12px; line-height: 1.2; text-align: right; }
.score-delta { color: var(--quiet); }
.calculator-chart-note { margin-top: 18px; color: var(--quiet); font-size: 12px; }
.calculator-notes { margin-top: var(--section-space); padding: 0 var(--gutter); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calculator-notes summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.calculator-notes summary::-webkit-details-marker { display: none; }
.calculator-notes summary::after { color: var(--muted); content: "+"; font-size: 24px; font-weight: 300; }
.calculator-notes[open] summary::after { content: "−"; }
.calculator-notes > p { max-width: 65ch; padding: 0 0 26px; font-size: 16px; line-height: 1.5; }
.calculator-audit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; margin: 0; border-top: 1px solid var(--line); }
.calculator-audit > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.calculator-audit dt { color: var(--muted); font-size: 13px; line-height: 1.3; }
.calculator-audit dd { margin: 0; color: var(--ink); font-size: 13px; font-weight: 600; text-align: right; }
.calculator-links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 38px; }
.calculator-links .eyebrow { margin-right: 12px; }
.calculator-links a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-size: 13px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.calculator-links a:hover { color: var(--blue); }
.calculator-links a span { font-size: 16px; text-decoration: none; }

@media (max-width: 980px) {
  .calculator-layout { grid-template-columns: minmax(180px, .75fr) minmax(300px, 1.25fr); }
  .calculator-results { grid-column: 1 / -1; padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .calculator-result-primary { grid-template-columns: auto 1fr; align-items: center; gap: 24px; margin-top: 16px; padding-bottom: 18px; }
  .calculator-result-list { grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 18px; }
  .calculator-result-list > div { display: block; }
  .calculator-result-list dd { margin-top: 8px; text-align: left; }
  .calculator-analysis { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 680px) {
  .calculator-hero .information-hero-inner { padding-block: 48px; }
  .calculator-layout { grid-template-columns: 1fr; gap: 42px; padding: 34px 28px; }
  .calculator-intro .display-heading { font-size: clamp(44px, 14vw, 72px); }
  .calculator-form { gap: 20px; }
  .calculator-score-pair { grid-template-columns: 1fr 1fr; gap: 12px; }
  .calculator-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .calculator-actions .button { width: 100%; }
  .calculator-actions .calculator-reset { justify-content: center; }
  .calculator-results { padding-top: 30px; }
  .calculator-result-primary { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .calculator-result-primary strong { font-size: 68px; }
  .calculator-result-context { max-width: 28ch; }
  .calculator-result-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; }
  .calculator-result-list > div { min-height: 70px; }
  .calculator-analysis { margin-top: var(--section-space); padding: 34px 28px; }
  .score-curve { height: 194px; }
  .score-curve svg { height: 156px; }
  .score-readout-row { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; }
  .score-readout-row .score-track { grid-column: 1 / -1; grid-row: 2; }
  .score-readout-row strong { grid-column: 2; grid-row: 1; }
  .score-readout-row small { grid-column: 1; grid-row: 3; text-align: left; }
  .calculator-audit { grid-template-columns: 1fr; }
  .calculator-links { display: grid; gap: 10px; margin-top: 34px; }
  .calculator-links .eyebrow { margin: 0 0 6px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-motion { opacity: 1; transform: none; }
  .hero-paper-front, .hero-paper-middle, .hero-paper-back { animation: none; }
}

/* Phase: cross-page polish pass.
   These overrides make the existing public templates use one measurable
   spacing/surface system. Content and route structure remain unchanged. */
:root {
  --surface-radius: 18px;
  --surface-border: rgba(22,23,26,.12);
  --surface-gap: clamp(22px, 2.8vw, 36px);
  --surface-pad-y: clamp(46px, 5.8vw, 78px);
  --surface-pad-x: var(--gutter);
  --heading-measure: 13ch;
  --avatar-size: clamp(220px, 20vw, 286px);
}

/* One spacing owner between secondary-page surfaces prevents the old
   section-padding + panel-padding double stack. */
.specialist-page .specialist-hero,
.specialist-page .specialist-section,
.specialist-page .international-detail,
.faq-page .faq-hero,
.faq-page .faq-content,
.team-page .team-hero,
.team-page .team-grid-section,
.join-page .join-hero,
.join-page .join-form-section,
.contact-page .contact-hero,
.contact-page .contact-details,
.contact-page .contact-form-section,
.terms-page .terms-hero,
.terms-page .terms-content,
.information-page .information-hero,
.information-page .information-content {
  padding-block: clamp(30px, 4.2vw, 64px);
}

.specialist-hero-inner,
.specialist-surface,
.international-surface,
.international-detail-card,
.faq-page .faq-hero-inner,
.faq-page .faq-layout,
.team-page .team-hero-inner,
.join-page .join-hero-inner,
.contact-page .contact-hero-inner,
.contact-page .contact-details,
.contact-page .contact-form-section,
.terms-page .terms-hero-inner,
.terms-page .terms-layout,
.information-page .information-hero-inner,
.information-page .information-layout {
  border-radius: var(--surface-radius);
  border-color: var(--surface-border);
}

/* Specialist pages: a tighter, more intentional two-column lead. */
.specialist-hero-inner {
  gap: clamp(40px, 7vw, 108px);
  padding-block: var(--surface-pad-y);
}
.specialist-hero .display-heading { max-width: 12ch; }
.specialist-surface,
.international-surface {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 108px);
  padding-block: var(--surface-pad-y);
}
.specialist-heading .display-heading,
.specialist-copy .display-heading,
.international-copy .display-heading { max-width: var(--heading-measure); }
.specialist-copy > p { max-width: 52ch; }
.specialist-list article { grid-template-columns: minmax(150px, .38fr) minmax(0, 1fr); gap: 28px; padding-block: 18px; }

/* International membership: the image is a deliberate companion to the
   proposition, not a large empty column beside it. */
.international-surface { align-items: center; }
.international-copy > p { max-width: 39ch; margin-top: 24px; }
.international-copy .text-link { margin-top: 26px; }
.international-visuals {
  grid-template-columns: minmax(220px, 286px);
  justify-content: start;
  gap: 20px;
}
.international-visuals figure { width: 100%; }
.international-image-frame { border-color: var(--surface-border); }
.international-visuals figcaption { font-size: 12px; }
.international-detail-card {
  gap: clamp(38px, 7vw, 104px);
  padding-block: var(--surface-pad-y);
}
.international-detail-intro .display-heading { max-width: 13ch; }

/* About remains the only intentionally offset page. Its surfaces share one
   width, radius and vertical gap while retaining the alternating composition. */
.about-mission,
.about-story,
.about-expertise,
.about-looking-ahead {
  border-radius: var(--surface-radius);
  border-color: var(--surface-border);
}
.about-mission,
.about-story,
.about-expertise,
.about-looking-ahead { margin-top: var(--surface-gap); }
.about-mission { margin-top: 0; }

/* About expertise: use the same wide, calm composition as the homepage cards.
   The previous narrow copy measure forced a tall headline and left an
   unbalanced empty column beside the image. */
.about-expertise-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 108px);
}
.about-expertise-copy { max-width: 38ch; }
.about-expertise-copy .display-heading {
  max-width: 12ch;
  font-size: clamp(54px, 5.3vw, 84px);
  line-height: .88;
}

/* Team: equal optical avatar frames and calmer profile rhythm. */
.team-grid { row-gap: clamp(54px, 7vw, 102px); }
.team-profile img {
  width: var(--avatar-size);
  height: var(--avatar-size);
  object-position: center 38%;
}
.team-profile-copy h2 {
  max-width: none;
  text-wrap: balance;
}
.team-profile-copy > p:not(.eyebrow):not(.team-role):not(.team-meta) { max-width: 35ch; }

/* Forms: reduce the empty middle and keep both columns aligned to the same
   reading start. */
.contact-form-layout,
.join-form-layout {
  gap: clamp(42px, 8vw, 112px);
  align-items: start;
}
.contact-form-grid,
.join-form-grid { gap: 22px 20px; }
.contact-form,
.join-form { max-width: 640px; }

/* Reading pages: preserve the full source content but remove exaggerated
   gaps between groups and keep the reading measure stable. */
.faq-group + .faq-group { margin-top: clamp(54px, 7vw, 96px); }
.faq-page .faq-layout,
.terms-page .terms-layout,
.information-page .information-layout { padding-block: clamp(34px, 5vw, 64px); }
.legal-section + .legal-section { margin-top: 44px; padding-top: 44px; }
.information-source iframe { min-height: 640px; }

/* Footer aligns with the public navigation shell rather than using a second
   visual language. */
.footer-grid {
  border-radius: var(--surface-radius);
  border-color: var(--surface-border);
  box-shadow: 0 8px 22px rgba(22,23,26,.05);
}

@media (max-width: 980px) {
  .specialist-page .specialist-hero,
  .specialist-page .specialist-section,
  .specialist-page .international-detail,
  .faq-page .faq-hero,
  .faq-page .faq-content,
  .team-page .team-hero,
  .team-page .team-grid-section,
  .join-page .join-hero,
  .join-page .join-form-section,
  .contact-page .contact-hero,
  .contact-page .contact-details,
  .contact-page .contact-form-section,
  .terms-page .terms-hero,
  .terms-page .terms-content,
  .information-page .information-hero,
  .information-page .information-content { padding-block: 30px; }
  .international-visuals { grid-template-columns: minmax(220px, 300px); }
  .team-profile img { width: clamp(210px, 27vw, 270px); height: clamp(210px, 27vw, 270px); }
}

@media (max-width: 680px) {
  .specialist-page .specialist-hero,
  .specialist-page .specialist-section,
  .specialist-page .international-detail,
  .faq-page .faq-hero,
  .faq-page .faq-content,
  .team-page .team-hero,
  .team-page .team-grid-section,
  .join-page .join-hero,
  .join-page .join-form-section,
  .contact-page .contact-hero,
  .contact-page .contact-details,
  .contact-page .contact-form-section,
  .terms-page .terms-hero,
  .terms-page .terms-content,
  .information-page .information-hero,
  .information-page .information-content { padding-block: 22px; }
  .specialist-hero-inner,
  .specialist-surface,
  .international-surface,
  .international-detail-card { padding-block: 42px; }
  .international-visuals { grid-template-columns: minmax(0, 286px); justify-content: center; }
  .team-profile img { width: 236px; height: 236px; }
  .team-profile-copy h2 { max-width: 15ch; }
  .information-source iframe { min-height: 580px; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-grid,
  .specialist-hero-inner,
  .specialist-surface,
  .international-surface,
  .international-detail-card { transition: none; }
}

/* Menu and footer remodel: keep the static preview aligned with the shared
   WordPress shell and remove browser-default visited colour drift. */
.site-header .nav-actions { gap: clamp(10px, 1.8vw, 22px); }
.site-header .nav-actions .nav-login,
.site-header .desktop-nav .nav-login { min-height: 44px; color: var(--ink) !important; font-size: 14px !important; font-weight: 500 !important; }
.site-header .nav-actions .nav-login:visited,
.site-header .desktop-nav .nav-login:visited,
.site-header .nav-actions .nav-login:hover,
.site-header .desktop-nav .nav-login:hover,
.site-header .nav-actions .nav-login:focus-visible,
.site-header .desktop-nav .nav-login:focus-visible { color: var(--ink) !important; }
.site-header .menu-toggle { cursor: pointer; border-radius: 999px; transition: background-color var(--motion) var(--ease); }
.site-header .menu-toggle:hover,
.site-header .menu-toggle:focus-visible { background: rgba(22, 23, 26, .06); }

.site-footer .footer-grid {
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3.4vw, 52px);
  padding-block: clamp(44px, 5.5vw, 72px);
}
.site-footer .footer-column strong { font-size: 14px; line-height: 1.2; }
.site-footer .footer-column a,
.site-footer .footer-socials a,
.site-footer .footer-bottom a { transition: color var(--motion) var(--ease), text-decoration-color var(--motion) var(--ease); }
.site-footer .footer-column a:visited,
.site-footer .footer-socials a:visited,
.site-footer .footer-bottom a:visited { color: var(--muted) !important; }
body.menu-active { overflow: hidden !important; }

@media (max-width: 980px) {
  .site-header .mobile-menu {
    top: calc(var(--header-height) + 10px);
    right: max(12px, var(--gutter));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, var(--gutter));
    gap: 18px;
    padding: 20px clamp(18px, 4vw, 30px) 22px;
    border: 1px solid rgba(22, 23, 26, .12);
    border-radius: 26px;
    background: rgba(255, 253, 249, .985);
    box-shadow: 0 22px 60px rgba(22, 23, 26, .18);
  }
  .site-header .mobile-menu nav > a,
  .site-header .mobile-menu nav > a:visited,
  .site-header .mobile-menu-group > summary { color: var(--ink) !important; }
  .site-header .mobile-menu nav > a:hover,
  .site-header .mobile-menu nav > a:focus-visible,
  .site-header .mobile-menu nav > a:active,
  .site-header .mobile-menu-group > summary:hover,
  .site-header .mobile-menu-group > summary:focus-visible { color: var(--ink) !important; }
  .site-header .mobile-menu nav > a,
  .site-header .mobile-menu-group > summary { min-height: 64px; }
  .site-header .mobile-submenu { padding-left: 16px; }
  .site-header .mobile-submenu a,
  .site-header .mobile-submenu a:visited { color: var(--muted) !important; }
  .site-header .mobile-submenu a:hover,
  .site-header .mobile-submenu a:focus-visible,
  .site-header .mobile-submenu a:active { color: var(--ink) !important; }
  .site-header .mobile-menu-footer { padding-top: 18px; }
  .site-header .mobile-menu-footer a { color: var(--ink) !important; }
  .site-footer .footer-grid { gap: 42px 24px; }
}

@media (max-width: 680px) {
  .site-header .mobile-menu { right: 12px; left: 12px; padding-inline: 18px; }
  .site-header .mobile-menu nav > a,
  .site-header .mobile-menu-group > summary { font-size: clamp(29px, 8vw, 42px); }
  .site-header .mobile-submenu a { min-height: 44px; font-size: 16px; }
  .site-footer .footer-grid { padding-block: 42px; }
}

/* Approved package additions: the archive, membership film and consultancy
   path share the same quiet rules as the homepage rather than introducing a
   second component language. */
.csse-archive { background: var(--white); }
.csse-archive-panel { padding: clamp(34px, 5vw, 68px) var(--gutter); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.csse-archive-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--ink); }
.csse-archive-heading .display-heading { margin: 0; }
.csse-archive-heading p { max-width: 30ch; color: var(--muted); font-size: 16px; line-height: 1.4; }
.csse-paper-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.csse-paper { min-height: 178px; padding: 24px 22px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,249,.52); }
.csse-paper-year { color: var(--ink); font-size: clamp(36px, 4vw, 58px); font-weight: 600; letter-spacing: -.08em; line-height: .9; }
.csse-paper-label { margin-top: 18px; color: var(--muted); font-size: 14px; }
.csse-paper .text-link { display: inline-flex; margin-top: 28px; font-size: 14px; }
.membership-video { background: var(--paper); }
.membership-video-inner { display: grid; grid-template-columns: minmax(180px, .5fr) minmax(0, 1fr); gap: clamp(42px, 8vw, 120px); align-items: center; }
.membership-video-copy { max-width: 33ch; }
.membership-video-copy .display-heading { margin-top: 18px; }
.membership-video-copy > p:last-child { margin-top: 24px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.membership-video-frame { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #0e0e10; box-shadow: 0 16px 36px rgba(22,23,26,.09); }
.membership-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.consultancy-path { position: relative; }
.consultancy-path::before { position: absolute; top: 18px; bottom: 18px; left: 9px; width: 1px; background: var(--line); content: ""; transform: scaleY(0); transform-origin: top; transition: transform 700ms var(--ease); }
.consultancy-path.is-visible::before { transform: scaleY(1); }
.consultancy-path article { position: relative; }
.consultancy-path article::before { position: absolute; top: 28px; left: 5px; width: 9px; height: 9px; border: 1px solid var(--ink); border-radius: 50%; background: var(--white); content: ""; opacity: 0; transform: scale(.5); transition: opacity 280ms var(--ease) 180ms, transform 280ms var(--ease) 180ms; }
.consultancy-path.is-visible article::before { opacity: 1; transform: scale(1); }
.information-visualiser .information-source iframe { height: clamp(620px, 66vw, 980px); min-height: 0; }

@media (max-width: 980px) {
  .csse-paper-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .membership-video-inner { grid-template-columns: 1fr; align-items: start; }
  .membership-video-copy { max-width: 42ch; }
}

@media (max-width: 680px) {
  .csse-archive-heading { display: block; }
  .csse-archive-heading p { margin-top: 14px; }
  .csse-paper-grid { grid-template-columns: 1fr; }
  .csse-paper { min-height: 150px; }
  .csse-paper .text-link { margin-top: 22px; }
  .membership-video-copy .display-heading { max-width: 11ch; }
  .information-visualiser .information-source iframe { height: 580px; }
}

@media (prefers-reduced-motion: reduce) {
  .consultancy-path::before,
  .consultancy-path article::before { transition: none; }
}

/* Team lead profiles share one grid track. Keep the two names on the same
   typographic line at desktop widths so a long surname cannot wrap into the
   neighbouring track; mobile intentionally returns to normal wrapping. */
.team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.team-profile-lead .team-profile-copy h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(34px, 3vw, 52px);
  line-height: .94;
  text-wrap: nowrap;
}
@media (min-width: 981px) and (max-width: 1200px) {
  .team-profile-lead .team-profile-copy h2 { font-size: clamp(30px, 2.7vw, 40px); }
}
@media (max-width: 980px) {
  .team-profile-lead .team-profile-copy h2 {
    white-space: normal;
    text-wrap: balance;
  }
}
