/* Tenacity Sports Performance - brand: navy #15223D + red #E61E18 from their logo. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

:root {
  --navy: #15223D;
  --navy-deep: #0E1729;
  --red: #E61E18;
  --red-dark: #BC1612;
  --paper: #FFFFFF;
  --tint: #F4F5F8;
  --line: rgba(21, 34, 61, 0.16);
  --line-soft: rgba(21, 34, 61, 0.09);
  --mute: #4B5366;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'Inter', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --page: 1180px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --nav-h: 74px;
}

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 1rem); }
body { background: var(--paper); color: var(--navy); font-family: var(--body); font-size: 16.5px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }

.container { max-width: var(--page); margin: 0 auto; padding: 0 var(--gutter); }
.eyebrow { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 0.9rem; }
.h2 { font-family: var(--display); font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.015em; line-height: 1.05; }
.lede { color: var(--mute); margin-top: 1rem; max-width: 64ch; }
.strongline { font-weight: 600; }
.section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.section--tint { background: var(--tint); }
.section--navy { background: var(--navy); color: #fff; }
.section--navy .h2 { color: #fff; }
.section--navy .lede { color: rgba(255,255,255,0.8); }
.section--navy .eyebrow { color: #fff; opacity: 0.9; }

/* Buttons: one fill (red), one ghost (navy outline / light on dark). */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.85rem 1.6rem; font-family: var(--body); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; border-radius: 2px; border: 1px solid transparent; transition: background 160ms ease, color 160ms ease, border-color 160ms ease; }
.btn-fill { background: var(--red); color: #fff; }
.btn-fill:hover { background: var(--red-dark); }
.btn-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy); color: #fff; }
.btn-ghost--light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-ghost--light:hover { background: #fff; color: var(--navy); }

/* ===== NAV ===== */
.nav { position: sticky; top: 0; z-index: 60; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--page); margin: 0 auto; padding: 0 var(--gutter); height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.nav-logo img { height: 44px; width: auto; }
.nav-links { display: none; align-items: center; gap: 1.15rem; font-size: 0.86rem; font-weight: 600; }
.nav-links > a:hover, .dd:hover > a { color: var(--red); }
.dd { position: relative; }
.dd > a { display: inline-flex; align-items: center; gap: 0.35rem; }
.dd-caret { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.dd-menu { position: absolute; top: 100%; left: -1rem; min-width: 240px; background: var(--paper); border: 1px solid var(--line); border-top: 2px solid var(--red); padding: 0.5rem 0; display: none; }
.dd-menu--programs { min-width: 340px; }
.dd:hover .dd-menu, .dd.is-open .dd-menu { display: block; }
.dd-menu a { display: block; padding: 0.6rem 1.25rem; font-size: 0.86rem; font-weight: 500; }
.dd-menu a:hover { background: var(--tint); color: var(--red); }
.nav-cta { display: none; }
@media (min-width: 1120px) { .nav-links { display: flex; } .nav-cta { display: inline-flex; } .nav-burger { display: none; } }
.nav-burger { background: none; border: 0; width: 42px; height: 42px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-burger span { display: block; width: 20px; height: 2px; background: var(--navy); }
.mobile-menu { display: none; background: var(--paper); border-bottom: 1px solid var(--line); padding: 0.75rem var(--gutter) 1.5rem; }
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: block; padding: 0.7rem 0; font-size: 1rem; font-weight: 600; border-bottom: 1px solid var(--line-soft); }
.mobile-menu .mm-sub { padding-left: 1rem; font-size: 0.92rem; font-weight: 500; color: var(--mute); }
.mobile-menu .btn { margin-top: 1rem; width: 100%; }
@media (min-width: 1120px) { .mobile-menu { display: none !important; } }
@media (min-width: 1120px) { .nav-burger { display: none; } }

/* ===== HERO ===== */
.hero { position: relative; background: var(--navy-deep); color: #fff; min-height: clamp(480px, 72vh, 640px); display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,23,41,0.45) 0%, rgba(14,23,41,0.2) 40%, rgba(14,23,41,0.88) 100%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding-top: 4rem; padding-bottom: clamp(3rem, 6vw, 4.5rem); }
.hero-tagline { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; }
.hero-tagline::after { content: ''; display: block; width: 44px; height: 3px; background: var(--red); margin-top: 0.7rem; }
.hero h1 { font-family: var(--display); font-size: clamp(2.6rem, 6.5vw, 4.4rem); font-weight: 700; text-transform: uppercase; line-height: 0.98; letter-spacing: 0.01em; max-width: 18ch; margin-top: 1.25rem; -webkit-text-stroke: 1px rgba(14, 23, 41, 0.65); text-shadow: 0 2px 0 rgba(14, 23, 41, 0.75), 0 0 18px rgba(14, 23, 41, 0.85); }
.hero-sub { margin-top: 1.1rem; max-width: 58ch; color: rgba(255,255,255,0.86); font-size: clamp(0.98rem, 1.2vw, 1.08rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.8rem; }
.hero-meta { margin-top: 1.75rem; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.65); }

/* ===== PAGE HERO ===== */
.page-hero { background: var(--navy); color: #fff; padding: clamp(3rem, 6vw, 4.5rem) 0; }
.page-hero h1 { font-family: var(--display); font-size: clamp(2.1rem, 4.8vw, 3.4rem); font-weight: 700; text-transform: uppercase; line-height: 1.02; max-width: 26ch; }
.page-hero .crumb { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-bottom: 1rem; }
.page-hero .crumb a:hover { color: #fff; }
.page-hero .lede { color: rgba(255,255,255,0.82); }
.page-hero .hero-tagline { margin-top: 1.25rem; }
.page-hero .btn-navy { color: #fff; border-color: rgba(255,255,255,0.7); }
.page-hero .btn-navy:hover { background: #fff; color: var(--navy); }

/* ===== WHY GRID ===== */
.why-grid { display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: 2.5rem; }
@media (min-width: 720px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-cell { padding: 1.75rem 1.5rem 1.75rem 0; border-bottom: 1px solid var(--line); }
@media (min-width: 1020px) { .why-cell { border-bottom: 0; padding-right: 2rem; } .why-cell + .why-cell { padding-left: 2rem; border-left: 1px solid var(--line); } }
.why-cell h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.why-cell p { color: var(--mute); font-size: 0.93rem; margin-top: 0.5rem; }
.why-grid--dark { border-color: rgba(255,255,255,0.2); }
.why-grid--dark .why-cell { border-color: rgba(255,255,255,0.16); }
.why-grid--dark .why-cell h3 { color: #fff; }
.why-grid--dark .why-cell p { color: rgba(255,255,255,0.72); }

/* ===== PROGRAM CARDS ===== */
.prog-grid { display: grid; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width: 680px) { .prog-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .prog-grid { grid-template-columns: repeat(3, 1fr); } }
.prog-card { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--red); padding: 1.9rem 1.75rem; display: flex; flex-direction: column; transition: border-color 160ms ease; }
.prog-card:hover { border-color: var(--navy); border-top-color: var(--red); }
.prog-card h3 { font-family: var(--display); font-size: 1.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.prog-card p { color: var(--mute); font-size: 0.94rem; margin-top: 0.6rem; }
.card-link { margin-top: auto; padding-top: 1.4rem; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); }
.prog-card--featured { background: linear-gradient(180deg, #fff 0%, #fff 58%, #fff5f4 100%); border-top-width: 5px; }
.program-fit { padding-top: 0.9rem; border-top: 1px solid var(--line-soft); }
.program-fit strong { color: var(--navy); }
.trust-grid { display: grid; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 820px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }
.trust-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--red); padding: 1.75rem; transition: border-color 160ms ease; }
.trust-card:hover { border-color: var(--navy); border-top-color: var(--red); }
.trust-card h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.trust-card p { color: var(--mute); font-size: 0.94rem; margin-top: 0.55rem; }
.priority-cell p { color: rgba(255,255,255,0.72); font-size: 0.93rem; margin-top: 0.55rem; max-width: 36ch; }

/* ===== SPLIT ===== */
.split { display: grid; gap: 2.5rem 4rem; align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; } .split--flip > .split-media { order: 2; } }
.split-media { overflow: hidden; }
.split-media img { width: 100%; height: auto; }
.split-media--wide img { aspect-ratio: 4 / 3; object-fit: cover; }
.coach-profile { display: grid; gap: 2rem 3rem; align-items: start; margin-top: 2.5rem; }
@media (min-width: 900px) { .coach-profile { grid-template-columns: minmax(260px, 0.8fr) 1.2fr; } }
.coach-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.coach-name { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; text-transform: uppercase; line-height: 1.02; }
.coach-title { color: var(--red); font-weight: 700; margin-top: 0.25rem; }
.proof-strip { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.35rem; }
.proof-strip span { border: 1px solid var(--line); padding: 0.45rem 0.7rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); background: #fff; }
.media-grid { display: grid; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width: 760px) { .media-grid { grid-template-columns: repeat(3, 1fr); } }
.media-grid figure { margin: 0; }
.media-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-grid figcaption { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); margin-top: 0.6rem; }
.price-note { font-family: var(--display); font-size: 1.45rem; font-weight: 700; color: var(--red); line-height: 1.05; }
.price-note small { display: block; font-family: var(--body); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); margin-top: 0.35rem; }

/* ===== SHOP ===== */
.shop-product { display: grid; gap: 2rem; align-items: start; margin-top: 2rem; }
@media (min-width: 960px) { .shop-product { grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); } }
.shop-gallery { display: grid; gap: 1rem; }
.shop-gallery-main,
.shop-thumbs img { width: 100%; border: 1px solid var(--line); background: #fff; object-fit: cover; }
.shop-gallery-main { aspect-ratio: 1 / 1; }
.shop-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.shop-thumbs img { aspect-ratio: 1 / 1; }
.shop-info { background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--red); padding: 1.75rem; }
.shop-info h3 { font-family: var(--display); font-size: 1.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.shop-info p { color: var(--mute); margin-top: 0.65rem; }
.shop-status { display: inline-flex; width: fit-content; margin-top: 0.65rem; padding: 0.4rem 0.65rem; border: 1px solid rgba(230, 30, 24, 0.35); background: #fff5f4; color: var(--red); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.shop-price-grid { display: grid; gap: 1rem; margin-top: 1.35rem; }
@media (min-width: 640px) { .shop-price-grid { grid-template-columns: 1fr 1fr; } }
.shop-price-grid--single { max-width: 420px; }
@media (min-width: 640px) { .shop-price-grid--single { grid-template-columns: 1fr; } }
.shop-price-card { border: 1px solid var(--line); padding: 1rem; background: #fff; }
.shop-price-card--featured { border-color: var(--red); background: #fff5f4; }

/* ===== TICKLIST ===== */
.ticklist { list-style: none; margin-top: 1.25rem; display: grid; gap: 0.5rem; }
.ticklist--cols { max-width: 620px; }
@media (min-width: 640px) { .ticklist--cols { grid-template-columns: 1fr 1fr; } }
.ticklist li { padding-left: 1.2rem; position: relative; font-size: 0.95rem; color: var(--mute); }
.ticklist li::before { content: ''; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; background: var(--red); }

/* ===== STILLS ROW ===== */
.stills-row { display: grid; gap: 1.25rem; grid-template-columns: 1fr 1fr; margin-top: 3rem; }
@media (min-width: 880px) { .stills-row { grid-template-columns: repeat(4, 1fr); } }
.stills-row figure { margin: 0; }
.stills-row img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.stills-row figcaption { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); margin-top: 0.6rem; }

/* ===== EVENTS ===== */
.event-list, .event-teaser { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.section--navy .event-teaser { border-color: rgba(255,255,255,0.2); }
.event-row { display: grid; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); align-items: center; }
.section--navy .event-row { border-color: rgba(255,255,255,0.16); }
@media (min-width: 760px) { .event-row { grid-template-columns: 1fr auto auto; gap: 2rem; } }
.event-row h3 { font-family: var(--display); font-size: 1.45rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.event-row p { color: var(--mute); font-size: 0.93rem; margin-top: 0.3rem; }
.section--navy .event-row p { color: rgba(255,255,255,0.72); }
.clinic-preview { display: grid; gap: 1rem; align-items: start; }
.clinic-preview img { width: 100%; max-width: 260px; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line); }
@media (min-width: 760px) { .clinic-preview { grid-template-columns: 190px 1fr; } .clinic-preview img { max-width: none; } }
.event-price { font-family: var(--display); font-size: 1.7rem; font-weight: 700; color: var(--red); display: flex; flex-direction: column; line-height: 1; }
.section--navy .event-price { color: #fff; }
.event-price small { font-family: var(--body); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); margin-top: 0.35rem; }
.section--navy .event-price small { color: rgba(255,255,255,0.6); }

/* ===== STEPS ===== */
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: 2.5rem; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { padding: 1.75rem 2rem 1.75rem 0; border-bottom: 1px solid var(--line); }
@media (min-width: 760px) { .step { border-bottom: 0; } .step + .step { padding-left: 2rem; border-left: 1px solid var(--line); } }
.step h3 { font-family: var(--display); font-size: 1.4rem; font-weight: 700; text-transform: uppercase; }
.step p { color: var(--mute); font-size: 0.94rem; margin-top: 0.5rem; }

/* ===== FAQ ===== */
.faq { display: grid; gap: 0; border-top: 1px solid var(--line); max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 2.5rem 1.1rem 0; font-weight: 600; font-size: 0.98rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 0.5rem; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: translateY(-70%) rotate(45deg); transition: transform 160ms ease; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details p { padding: 0 0 1.25rem; color: var(--mute); font-size: 0.95rem; max-width: 70ch; }

/* ===== FORM ===== */
.form { display: grid; gap: 1.1rem; max-width: 560px; }
.field { display: grid; gap: 0.35rem; }
.field label, .field-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); }
.field input, .field select, .field textarea { font: inherit; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: 2px; background: var(--paper); color: var(--navy); width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); }
.field-row { display: grid; gap: 1.1rem; }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.radio-row { display: flex; gap: 1.5rem; padding-top: 0.3rem; }
.radio-row label { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.95rem; }
.radio-row input { accent-color: var(--red); }
.privacy-line { font-size: 0.82rem; color: var(--mute); }
.form-status { display: none; padding: 0.9rem 1.1rem; border: 1px solid var(--red); font-size: 0.93rem; }
.form-status.is-visible { display: block; }

/* ===== LOC LIST ===== */
.loc-list { list-style: none; display: grid; gap: 0.5rem; font-size: 0.96rem; }
.loc-list a { border-bottom: 1px solid var(--line); }
.loc-list a:hover { color: var(--red); border-bottom-color: var(--red); }

/* ===== FOOTER ===== */
.footer { background: var(--navy-deep); color: #fff; padding: clamp(3rem, 6vw, 4rem) 0 2rem; }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 880px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr; gap: 3rem; } }
.footer-brand img { height: 44px; width: auto; margin-bottom: 1.1rem; }
.footer-brand p { color: rgba(255,255,255,0.75); font-size: 0.92rem; max-width: 32ch; }
.footer-brand .foot-area { margin-top: 0.6rem; font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.footer h4 { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.footer ul { list-style: none; display: grid; gap: 0.5rem; font-size: 0.9rem; }
.footer a:hover { color: var(--red); }
.foot-social { display: flex; gap: 0.9rem; margin-top: 0.5rem; }
.foot-social a { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; color: #fff; transition: border-color 150ms ease, color 150ms ease; }
.foot-social a:hover { border-color: var(--red); color: var(--red); }
.foot-social svg { width: 16px; height: 16px; }
.footer-bottom { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.14); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem; font-size: 0.8rem; color: rgba(255,255,255,0.45); }

/* ===== INTRO MODAL ===== */
.intro-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: var(--gutter); background: rgba(14, 23, 41, 0.72); }
.intro-modal[hidden] { display: none; }
.intro-modal__panel { position: relative; width: min(100%, 640px); background: var(--paper); border-top: 5px solid var(--red); padding: clamp(1.75rem, 4vw, 2.5rem); box-shadow: 0 24px 70px rgba(0,0,0,0.3); }
.intro-modal__panel h2 { font-family: var(--display); font-size: clamp(2rem, 5vw, 3rem); text-transform: uppercase; line-height: 1.02; letter-spacing: 0.015em; max-width: 13ch; }
.intro-modal__panel p { color: var(--mute); margin-top: 1rem; max-width: 58ch; }
.intro-modal__close { position: absolute; top: 0.85rem; right: 0.85rem; width: 36px; height: 36px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: 1.35rem; line-height: 1; }
.intro-modal__close:hover { border-color: var(--red); color: var(--red); }

/* ===== v2: owner-direction revision (age pathway + pillars) ===== */
[hidden] { display: none !important; }
.u-link { border-bottom: 1px solid rgba(255,255,255,0.5); }
.u-link:hover { color: var(--red); border-bottom-color: var(--red); }
.sub-h { font-family: var(--display); font-size: 1.35rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; margin-top: 2.25rem; }

/* Wide Programs dropdown (two groups) */
.dd-menu--wide { min-width: 560px; padding: 1rem 1.5rem 1.25rem; grid-template-columns: 1fr 1.1fr; gap: 0 2.25rem; }
.dd:hover .dd-menu--wide, .dd.is-open .dd-menu--wide { display: grid; }
.dd-group h5 { font-size: 0.64rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute); padding: 0.55rem 0 0.35rem; border-bottom: 1px solid var(--line-soft); margin-bottom: 0.35rem; }
.dd-menu--wide a { padding: 0.42rem 0; font-size: 0.86rem; }
.dd-menu--wide a:hover { background: none; color: var(--red); }
.mm-label { display: block; padding: 0.85rem 0 0.15rem; font-size: 0.64rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute); }

/* Pillars: flat editorial rows, no icon boxes */
.pillars { border-top: 1px solid var(--line); margin-top: 2.5rem; }
.pillar { display: grid; gap: 0.35rem 3rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
@media (min-width: 840px) { .pillar { grid-template-columns: 240px 1fr; } }
.pillar h3 { font-family: var(--display); font-size: 1.55rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.pillar p { color: var(--mute); font-size: 0.96rem; max-width: 64ch; }

/* Age cards */
.age-grid { display: grid; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width: 680px) { .age-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .age-grid { grid-template-columns: repeat(3, 1fr); } }
.age-card { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--navy); padding: 1.9rem 1.75rem; display: flex; flex-direction: column; transition: border-color 160ms ease; }
.age-card:hover { border-color: var(--red); }
.age-card .age-kicker { font-family: var(--display); font-size: 2.1rem; line-height: 1; font-weight: 700; text-transform: uppercase; color: var(--red); }
.age-card h3 { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); margin-top: 0.6rem; }
.age-card p { color: var(--mute); font-size: 0.93rem; margin-top: 0.7rem; }

/* Development pathway rows */
.path { border-top: 1px solid var(--line); margin-top: 2.5rem; }
.path-row { display: grid; gap: 0.5rem 2.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); align-items: center; }
@media (min-width: 880px) { .path-row { grid-template-columns: 180px 1fr auto; } }
.path-age { font-family: var(--display); font-size: 1.8rem; font-weight: 700; text-transform: uppercase; color: var(--red); line-height: 1; }
.path-row h3 { font-family: var(--display); font-size: 1.4rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.path-row p { color: var(--mute); font-size: 0.93rem; margin-top: 0.3rem; }
.path-row:hover h3 { color: var(--red); }

/* Priority strip (their verbatim Build Speed / Improve Mechanics / Train for Sport) */
.priority-row { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,0.2); margin-top: 2.5rem; }
@media (min-width: 760px) { .priority-row { grid-template-columns: repeat(3, 1fr); } }
.priority-cell { padding: 1.75rem 2rem 1.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.16); }
@media (min-width: 760px) { .priority-cell { border-bottom: 0; } .priority-cell + .priority-cell { padding-left: 2rem; border-left: 1px solid rgba(255,255,255,0.16); } }
.priority-cell h3 { font-family: var(--display); font-size: 1.6rem; font-weight: 700; text-transform: uppercase; color: #fff; }
.priority-cell .card-link { display: block; padding-top: 0.8rem; color: rgba(255,255,255,0.75); }
.priority-cell:hover .card-link { color: #fff; }

/* Offer rows (programs that apply on age pages) */
.offer-rows { border-top: 1px solid var(--line); margin-top: 2.25rem; }
.offer-row { display: grid; gap: 0.75rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); align-items: center; }
@media (min-width: 760px) { .offer-row { grid-template-columns: 1fr auto; } }
.offer-row h3 { font-family: var(--display); font-size: 1.4rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.offer-row p { color: var(--mute); font-size: 0.93rem; margin-top: 0.3rem; max-width: 62ch; }
.offer-row .card-link { padding-top: 0; white-space: nowrap; }

/* Tall portrait stills on age pages */
.split-media--tall img { aspect-ratio: 3 / 4; object-fit: cover; }
