/* Jenna Taylor Fitness — "Iron Mom"
   Dark iron base, chalk white, hot-pink power accent (from Jenna's blush),
   massive condensed type. Loud where it counts, disciplined everywhere else. */

:root {
  --iron: #0e1a20;
  --iron-2: #15252d;
  --iron-3: #1d313b;
  --steel: #2b424d;
  --chalk: #eef2f4;
  --chalk-2: #dde5e9;
  --mute: #9db0b9;
  --pink: #ff2e6e;
  --pink-hot: #ff5a8e;
  --pink-deep: #d8124f;
  --blue: #4ea3d8;
  --white: #ffffff;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1200px;
  --header-h: 76px;
  --font-display: "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;
  --font-body: "Barlow", system-ui, sans-serif;
  --font-script: "Allison", cursive;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); overflow-x: clip; overflow-anchor: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
  }
  .hero-video { display: none; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--chalk);
  background: var(--iron) var(--grain);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; height: auto; }
a { color: var(--pink-hot); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--white); }
::selection { background: var(--pink); color: var(--white); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 0.35em;
}
h1 { font-size: clamp(3.2rem, 10vw, 8.5rem); }
h2 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); }
h3 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); line-height: 1; }
h4 { font-size: 1.1rem; }

p { max-width: 58ch; color: var(--mute); margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
strong { color: var(--white); }

.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--pink); color: var(--white); padding: 10px 14px; font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 26px;
  border: 2px solid transparent; border-radius: 0;
  font-family: var(--font-display); font-weight: 800; font-size: 1.15rem;
  letter-spacing: 0.04em; text-transform: uppercase; line-height: 1;
  cursor: pointer;
  transition: transform 0.15s var(--ease), box-shadow 0.15s var(--ease), background 0.15s, color 0.15s, border-color 0.15s;
}
.btn:active { transform: translate(3px, 3px); box-shadow: none !important; }

.btn-primary { background: var(--pink); color: var(--white); box-shadow: 5px 5px 0 var(--white); }
.btn-primary:hover { background: var(--pink-hot); color: var(--white); transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--white); }

.btn-ghost { background: transparent; color: var(--white); border-color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--iron); }

.btn-ink { background: var(--white); color: var(--iron); box-shadow: 5px 5px 0 var(--pink); }
.btn-ink:hover { color: var(--iron); transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--pink); }

.btn-ghost-ink { background: transparent; color: var(--chalk); border-color: var(--steel); }
.btn-ghost-ink:hover { border-color: var(--white); color: var(--white); }
.btn-block { width: 100%; margin-top: 22px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--header-h);
  background: transparent; border-bottom: 3px solid transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.site-header.is-solid { background: var(--iron); border-bottom-color: var(--pink); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: var(--header-h); }

.brand { display: flex; align-items: center; gap: 12px; color: var(--white); flex-shrink: 0; }
.brand:hover { color: var(--white); }
.brand img { width: 50px; height: 43px; object-fit: contain; }
.brand-text {
  font-family: var(--font-display); font-weight: 900; font-size: 1.25rem;
  text-transform: uppercase; line-height: 0.95; letter-spacing: 0.02em;
}
.brand-text small {
  display: block; margin-top: 3px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.66rem;
  text-transform: none; letter-spacing: 0.02em; color: var(--mute);
}

.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav a:not(.btn) {
  position: relative; padding: 6px 0;
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
.main-nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--pink); transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.main-nav a:not(.btn):hover,
.main-nav a[aria-current="page"] { color: var(--white); }
.main-nav a:not(.btn):hover::after,
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { min-height: 44px; padding: 8px 18px; font-size: 1rem; box-shadow: 4px 4px 0 var(--white); }

.nav-toggle {
  display: none; width: 48px; height: 48px; padding: 12px;
  background: var(--pink); border: 0; cursor: pointer;
}
.nav-toggle span { display: block; height: 3px; background: var(--white); margin: 4px 0; }

.mobile-nav {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  padding: 12px 20px 24px; background: var(--iron); border-bottom: 3px solid var(--pink);
}
.mobile-nav.is-open { display: block; }
.mobile-nav a:not(.btn) {
  display: block; padding: 12px 0; border-bottom: 1px solid var(--steel);
  font-family: var(--font-display); font-weight: 900; font-size: 1.7rem;
  text-transform: uppercase; color: var(--white);
}
.mobile-nav a[aria-current="page"] { color: var(--pink); }
.mobile-nav .btn { width: 100%; margin-top: 18px; }

.nav-cart { display: inline-flex; align-items: center; gap: 6px; }
.cart-count {
  display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px;
  background: var(--pink); color: var(--white);
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 800; line-height: 1;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; display: grid; align-items: end;
  min-height: 100svh; overflow: hidden;
  background: var(--iron); color: var(--white);
}
.hero-media {
  position: absolute; inset: 0; overflow: hidden;
  background: var(--hero-image) center / cover no-repeat;
  filter: grayscale(0.55) contrast(1.15) brightness(0.9);
  transform: scale(1.06);
  animation: heroZoom 14s var(--ease) both;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(0deg, var(--iron) 0%, rgba(14, 26, 32, 0.55) 45%, rgba(14, 26, 32, 0.35) 100%),
    linear-gradient(90deg, rgba(14, 26, 32, 0.8) 0%, transparent 70%);
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-has-video .hero-media { animation: none; transform: none; }

/* Pink power slash */
.hero::after {
  content: ""; position: absolute; z-index: 1; pointer-events: none;
  right: -8%; top: 0; bottom: 0; width: 38%;
  background: linear-gradient(180deg, rgba(255, 46, 110, 0.0), rgba(255, 46, 110, 0.55));
  clip-path: polygon(38% 0, 52% 0, 14% 100%, 0 100%);
  opacity: 0.8;
}

@keyframes heroZoom { from { transform: scale(1.14); } to { transform: scale(1.06); } }

.hero-content { position: relative; z-index: 2; padding: calc(var(--header-h) + 56px) 0 64px; max-width: 100%; }

.hero-brand {
  margin: 0 0 4px;
  font-family: var(--font-script); font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: 1;
  color: var(--pink-hot); text-transform: none;
  animation: rise 0.7s 0.05s var(--ease) both;
}
.hero-brand span { color: var(--white); }

.hero h1 {
  max-width: 9ch; margin-bottom: 22px;
  font-size: clamp(4rem, 11vw, 8.6rem); line-height: 0.84;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.35);
  animation: slam 0.7s 0.12s var(--ease) both;
}
.hero .lead {
  max-width: 42ch; margin-bottom: 32px;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem); font-weight: 500;
  color: rgba(255, 255, 255, 0.86);
  animation: rise 0.7s 0.25s var(--ease) both;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; animation: rise 0.7s 0.32s var(--ease) both; }

@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes slam { from { opacity: 0; transform: scale(1.08); letter-spacing: 0.04em; } to { opacity: 1; transform: none; letter-spacing: 0; } }

.page-hero { min-height: 68svh; }
.page-hero .hero-content { padding: calc(var(--header-h) + 64px) 0 56px; }
.page-hero h1 { max-width: 13ch; font-size: clamp(3rem, 8.5vw, 7rem); }
.page-hero .hero-brand { font-size: clamp(2.2rem, 4.5vw, 3.4rem); }

/* ---------- Sections ---------- */
section { position: relative; padding: 110px 0; }

.section-tinted {
  background: var(--chalk);
  color: #34474f;
}
.section-tinted h2, .section-tinted h3, .section-tinted h4 { color: var(--iron); }
.section-tinted p { color: #4b5f68; }
.section-tinted strong { color: var(--iron); }
.section-tinted .btn-ink { background: var(--iron); color: var(--white); }
.section-tinted .btn-ink:hover { color: var(--white); }

.section-ink {
  background:
    radial-gradient(ellipse 50% 60% at 100% 0%, rgba(255, 46, 110, 0.22), transparent 60%),
    var(--iron-2) var(--grain);
  border-top: 3px solid var(--pink);
}

.kicker {
  display: inline-block; margin-bottom: 18px; padding: 5px 12px 4px;
  background: var(--pink); color: var(--white);
  font-family: var(--font-display); font-weight: 800; font-size: 1.2rem;
  letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.1;
}

.section-head { max-width: 760px; margin-bottom: 52px; }
.section-head p { font-size: 1.1rem; }

.script, .section-head .script {
  margin: 0 0 2px; max-width: none;
  font-family: var(--font-script); font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: 1;
  color: var(--pink);
}

.reveal { transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
html.js .reveal:not(.is-in) { opacity: 0; transform: translateY(18px); }
html.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- Caution-tape marquee ---------- */
.strip {
  position: relative; z-index: 3;
  margin: -34px -2% 0; padding: 18px 0;
  background: var(--pink);
  transform: rotate(-2deg);
  overflow: hidden;
  box-shadow: 0 10px 0 var(--iron);
}
.strip-track {
  display: flex; gap: 34px; width: max-content; white-space: nowrap;
  animation: marquee 22s linear infinite;
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1;
  text-transform: uppercase; color: var(--white);
}
.strip-track span:nth-child(even) { color: var(--iron); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Split story ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split > .reveal:has(> img) { position: relative; }
.split > .reveal:has(> img)::before {
  content: ""; position: absolute; inset: 22px -22px -22px 22px;
  border: 3px solid var(--pink); z-index: 0;
}
.split img {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  filter: contrast(1.08) saturate(0.95);
}
.split .btn { margin-top: 12px; }

/* ---------- Value grid ---------- */
.value-band { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; background: var(--iron); border: 3px solid var(--iron); }
.value-row { padding: 34px 32px; background: var(--chalk); }
.section-ink .value-row, section:not(.section-tinted) .value-row { background: var(--iron-2); }
.value-row h3 { margin: 0 0 10px; }
.value-row h3::before {
  content: ""; display: block; width: 44px; height: 6px; margin-bottom: 16px; background: var(--pink);
}
.value-row p { margin: 0; }

/* ---------- Programs: full-bleed panels ---------- */
.program-stack { display: grid; gap: 28px; }
.program-row {
  position: relative; display: grid; align-items: end;
  min-height: 520px; overflow: hidden; background: var(--iron-2);
}
.program-row img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.4) contrast(1.1);
  transition: transform 0.8s var(--ease);
}
@media (hover: hover) { .program-row:hover img { transform: scale(1.03); } }
.program-row::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(14, 26, 32, 0.95) 0%, rgba(14, 26, 32, 0.75) 45%, rgba(14, 26, 32, 0.1) 100%);
}
.program-row:nth-child(even)::after {
  background: linear-gradient(270deg, rgba(14, 26, 32, 0.95) 0%, rgba(14, 26, 32, 0.75) 45%, rgba(14, 26, 32, 0.1) 100%);
}
.program-copy { position: relative; z-index: 1; max-width: 560px; padding: 48px; }
.program-row:nth-child(even) .program-copy { justify-self: end; }
.program-copy h2, .program-copy h3 { font-size: clamp(2.2rem, 4.6vw, 3.8rem); }
.program-copy p { color: rgba(255, 255, 255, 0.82); }
.program-copy .btn { margin-top: 10px; }
.program-meta {
  display: inline-block; margin-bottom: 14px;
  font-family: var(--font-display); font-weight: 800; font-size: 1.15rem;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--pink-hot);
}

/* ---------- Before / after ---------- */
.transform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.transform { display: grid; gap: 18px; align-content: start; }
.transform-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.transform-pair figure { position: relative; margin: 0; overflow: hidden; background: var(--iron-3); }
.transform-pair img { width: 100%; aspect-ratio: 3 / 5; object-fit: cover; }
.transform-pair figcaption {
  position: absolute; left: 10px; bottom: 10px; padding: 4px 10px 3px;
  font-family: var(--font-display); font-weight: 900; font-size: 1rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  background: var(--iron); color: var(--white);
}
.transform-pair figure + figure figcaption { left: auto; right: 10px; background: var(--pink); }

/* JS-enhanced drag slider */
.transform-pair.is-compare { display: block; position: relative; aspect-ratio: 3 / 4.4; --pos: 50%; touch-action: pan-y; }
.transform-pair.is-compare figure { position: absolute; inset: 0; }
.transform-pair.is-compare img { height: 100%; aspect-ratio: auto; }
.transform-pair.is-compare figure + figure { clip-path: inset(0 0 0 var(--pos)); }
.compare-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); z-index: 2; width: 4px; margin-left: -2px;
  background: var(--white); pointer-events: none;
}
.compare-handle::after {
  content: "↔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: grid; place-items: center; width: 52px; height: 52px;
  background: var(--pink); color: var(--white); font-size: 1.7rem; font-weight: 700; line-height: 1;
  box-shadow: 4px 4px 0 var(--white);
}
.compare-range {
  position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0;
  opacity: 0; cursor: ew-resize;
}
.compare-range:focus-visible + .compare-handle::after { outline: 3px solid var(--white); outline-offset: 3px; }

.transform blockquote {
  margin: 0; padding-left: 18px; border-left: 4px solid var(--pink);
  font-size: 1.02rem; font-style: italic; color: var(--chalk-2);
}
.transform cite {
  display: block; margin-top: 10px; font-style: normal;
  font-family: var(--font-display); font-weight: 900; font-size: 1.4rem;
  text-transform: uppercase; color: var(--white);
}

/* ---------- Included list ---------- */
.audience-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px;
  list-style: none; margin: 0; padding: 0; counter-reset: none;
}
.audience-list li {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 0; border-bottom: 2px solid rgba(14, 26, 32, 0.14);
  font-family: var(--font-display); font-weight: 800; font-size: 1.6rem;
  text-transform: uppercase; line-height: 1; color: var(--iron);
}
section:not(.section-tinted) .audience-list li { color: var(--white); border-color: var(--steel); }
.audience-list li::before {
  content: ""; flex: 0 0 auto; width: 22px; height: 22px;
  background: var(--pink);
  clip-path: polygon(14% 44%, 0 58%, 38% 96%, 100% 22%, 86% 8%, 38% 66%);
}

/* ---------- CTA band ---------- */
.cta-band {
  padding: 120px 0 110px;
  background: var(--pink) var(--grain);
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  margin-top: -30px;
}
.cta-band .wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
.cta-band h2 { max-width: 12ch; margin-bottom: 14px; color: var(--iron); font-size: clamp(3rem, 7vw, 6rem); }
.cta-band p { margin: 0; font-size: 1.15rem; font-weight: 500; color: rgba(14, 26, 32, 0.85); }
.cta-band .btn-primary { background: var(--iron); color: var(--white); box-shadow: 6px 6px 0 var(--white); flex-shrink: 0; }
.cta-band .btn-primary:hover { background: var(--iron); color: var(--white); box-shadow: 9px 9px 0 var(--white); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.contact-list { list-style: none; margin: 8px 0 0; padding: 0; }
.contact-list li { padding: 18px 0; border-bottom: 1px solid var(--steel); color: var(--chalk-2); }
.contact-list strong {
  display: block; margin-bottom: 4px;
  font-family: var(--font-display); font-weight: 800; font-size: 1.1rem;
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--pink-hot);
}

/* ---------- Forms ---------- */
.enquiry { display: grid; gap: 18px; }
.enquiry > .enquiry, form.enquiry:not(.product-summary):not(.checkout-panel) {
  padding: 36px; background: var(--iron-2); border-top: 6px solid var(--pink);
}
.enquiry label {
  display: block; margin-bottom: 7px;
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--white);
}
.enquiry input, .enquiry select, .enquiry textarea {
  width: 100%; min-height: 52px; padding: 12px 14px;
  background: var(--iron); color: var(--white);
  border: 2px solid var(--steel); border-radius: 0; font: inherit;
  transition: border-color 0.15s;
}
.enquiry input::placeholder, .enquiry textarea::placeholder { color: #6f8590; }
.enquiry textarea { min-height: 140px; resize: vertical; }
.enquiry input:focus, .enquiry select:focus, .enquiry textarea:focus { outline: none; border-color: var(--pink); }
.enquiry .btn { justify-self: start; margin-top: 6px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.optional { font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--mute); }
.form-subhead { margin: 10px 0 0; font-size: 1.9rem; }

.notice {
  padding: 14px 18px; margin-bottom: 4px;
  background: var(--iron-3); border-left: 6px solid var(--blue);
  color: var(--white); font-weight: 600;
}
.notice-error { border-left-color: var(--pink); background: rgba(255, 46, 110, 0.14); }
.notice-success { border-left-color: var(--pink); }
.wrap > .notice, .shop-layout .notice { margin-bottom: 24px; }

.form-success { padding: 40px 36px; background: var(--iron-2); border-top: 6px solid var(--pink); }
.form-success h2 { font-size: clamp(2.4rem, 4vw, 3.4rem); }
.form-success .btn { margin-top: 18px; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.trust-note { margin-top: 14px; font-size: 0.9rem; color: var(--mute); }

/* ---------- Shop ---------- */
.shop-layout { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }
.shop-filters { display: grid; gap: 0; position: sticky; top: calc(var(--header-h) + 20px); }
.shop-filters a {
  padding: 12px 0; border-bottom: 1px solid var(--steel);
  font-family: var(--font-display); font-weight: 900; font-size: 1.5rem;
  text-transform: uppercase; color: var(--mute);
}
.shop-filters a:hover { color: var(--white); }
.shop-filters a[aria-current="page"] { color: var(--pink); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 26px; }
.product-tile { display: grid; gap: 12px; color: var(--white); }
.product-tile img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--iron-3);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.product-tile:hover { color: var(--white); }
@media (hover: hover) { .product-tile:hover img { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--pink); } }
.product-tile h3 { margin: 4px 0 0; font-size: 1.6rem; }

.price { font-family: var(--font-display); font-weight: 900; font-size: 1.6rem; color: var(--pink-hot); line-height: 1; }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.product-gallery { position: relative; }
.product-gallery::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; background: var(--pink); }
.product-gallery img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.product-summary.enquiry { gap: 0; }
.product-summary h2 { font-size: clamp(2.6rem, 5vw, 4.2rem); }
.product-summary .price { margin: 4px 0 18px; font-size: 2.6rem; }
.product-summary > p { margin-bottom: 24px; }
.product-summary .btn { margin-top: 8px; }
.qty-row { display: flex; align-items: center; gap: 16px; margin: 0 0 16px; }
.qty-row label { margin: 0; min-width: 48px; }
.qty-row input { width: 90px; text-align: center; }
.qty-row select { width: auto; min-width: 110px; }

.checkout-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: start; }
.checkout-panel { padding: 32px; background: var(--iron-2); border-top: 6px solid var(--pink); }
.checkout-panel h2 { font-size: 2.2rem; margin-bottom: 20px; }
.cart-lines { display: grid; gap: 18px; margin-bottom: 22px; }
.cart-line {
  display: grid; grid-template-columns: 76px 1fr auto; gap: 16px; align-items: center;
  padding-bottom: 18px; border-bottom: 1px solid var(--steel); color: var(--mute);
}
.cart-line img { width: 76px; height: 76px; object-fit: cover; }
.cart-line strong { font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; }
.cart-line a { color: var(--white); }
.cart-line a:hover { color: var(--pink-hot); }
.line-controls { display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.qty-input { width: 76px; min-height: 44px; text-align: center; background: var(--iron); color: var(--white); border: 2px solid var(--steel); font: inherit; }
.qty-input:focus { outline: none; border-color: var(--pink); }
.link-btn {
  padding: 8px 0; background: none; border: 0; cursor: pointer;
  font: inherit; font-size: 0.95rem; font-weight: 700;
  color: var(--mute); text-decoration: underline; text-underline-offset: 3px;
}
.link-btn:hover { color: var(--pink-hot); }
.totals { display: grid; gap: 12px; }
.totals div { display: flex; justify-content: space-between; gap: 12px; font-weight: 700; color: var(--chalk-2); }
.totals .grand {
  padding-top: 14px; border-top: 2px solid var(--steel);
  font-family: var(--font-display); font-weight: 900; font-size: 2rem; text-transform: uppercase; color: var(--white);
}
.continue-link { display: block; margin-top: 16px; text-align: center; font-weight: 700; }
.empty-cart { max-width: 620px; }
.empty-cart .btn { margin-top: 16px; }

/* ---------- Footer ---------- */
.site-footer { padding: 72px 0 28px; background: #09131a; color: var(--mute); border-top: 3px solid var(--pink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand img { width: 84px; height: auto; margin-bottom: 16px; }
.site-footer h4 { margin-bottom: 14px; font-size: 1.4rem; color: var(--white); }
.site-footer a { display: block; padding: 5px 0; color: var(--mute); }
.site-footer a:hover { color: var(--pink-hot); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding-top: 20px; border-top: 1px solid var(--steel);
  font-size: 0.86rem; color: #6f8590;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .main-nav { gap: 14px; }
  .main-nav a:not(.btn) { font-size: 0.95rem; }
}

@media (max-width: 980px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .split, .contact-grid, .product-detail, .checkout-layout, .shop-layout, .footer-grid, .transform-grid { grid-template-columns: 1fr; }
  .split { gap: 56px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .value-band { grid-template-columns: 1fr; }
  .cta-band .wrap { flex-direction: column; align-items: flex-start; }
  .shop-filters { position: static; grid-auto-flow: column; justify-content: start; gap: 22px; overflow-x: auto; }
  .shop-filters a { border: 0; white-space: nowrap; }
  .transform-grid { max-width: 520px; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .wrap { width: min(100% - 28px, var(--max)); }
  section { padding: 76px 0; }
  .hero-content { padding: calc(var(--header-h) + 48px) 0 52px; }
  .hero h1 { font-size: clamp(3.6rem, 19vw, 5.5rem); }
  .page-hero { min-height: 60svh; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: calc(100% - 6px); }
  .brand-text { font-size: 1.05rem; }
  .brand-text small { display: none; }
  .split > .reveal:has(> img)::before { inset: 14px -10px -14px 10px; }
  .program-row { min-height: 480px; }
  .program-row::after, .program-row:nth-child(even)::after {
    background: linear-gradient(0deg, rgba(14, 26, 32, 0.97) 0%, rgba(14, 26, 32, 0.7) 55%, rgba(14, 26, 32, 0.1) 100%);
  }
  .program-copy { padding: 28px 22px; }
  .audience-list, .row-2, .product-grid { grid-template-columns: 1fr; }
  .audience-list li { font-size: 1.35rem; }
  .enquiry > .enquiry, form.enquiry:not(.product-summary):not(.checkout-panel), .checkout-panel, .form-success { padding: 24px 20px; }
  .cta-band { padding: 96px 0 84px; clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%); }
  .footer-bottom { flex-direction: column; }
  .product-gallery::before { inset: 12px -10px -12px 10px; }
}

/* ---------- Featured story (testimonials) ---------- */
.feature-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 80px; align-items: center; }
.feature-media { position: relative; }
.feature-media::before { content: ""; position: absolute; inset: 24px -24px 36px 24px; background: var(--pink); }
.feature-media .transform-pair { position: relative; z-index: 1; }
.feature-media .transform-pair img { object-position: center top; }
.feature-hint {
  position: relative; z-index: 1; margin: 14px 0 0;
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--iron);
}
.feature-copy h2 { font-size: clamp(3rem, 6.4vw, 5.6rem); max-width: 10ch; }
.feature-lead { font-size: 1.2rem; color: #34474f !important; margin-bottom: 28px; }
.feature-list { grid-template-columns: 1fr 1fr; gap: 0 32px; margin-bottom: 26px; }
.feature-list li { font-size: 1.35rem; padding: 14px 0; }
.feature-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.section-tinted .btn-ghost-ink { color: var(--iron); border-color: var(--iron); }
.section-tinted .btn-ghost-ink:hover { background: var(--iron); color: var(--white); }

@media (max-width: 980px) {
  .feature-grid { grid-template-columns: 1fr; gap: 64px; }
  .feature-media { max-width: 460px; }
}
@media (max-width: 640px) {
  .feature-list { grid-template-columns: 1fr; }
  .feature-media::before { inset: 14px -10px 30px 10px; }
  .feature-actions .btn { width: calc(100% - 6px); }
}
.section-tinted .script { color: var(--pink); }
