:root {
  --ink: #121212;
  --ink-soft: #1d1d1d;
  --paper: #ffffff;
  --paper-warm: #f5f3ef;
  --muted: #6d6a66;
  --line: #dedbd5;
  --orange: #f26419;
  --orange-dark: #d94d06;
  --orange-soft: #fff0e7;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { margin-bottom: 1.4rem; font-size: clamp(2.8rem, 5.8vw, 5.6rem); }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.2rem, 4.1vw, 4.25rem); }
h3 { font-size: 1.45rem; }
p { color: var(--muted); }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.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;
}
.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.eyebrow,
.mini-label {
  margin-bottom: 1rem;
  color: var(--orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--orange);
  border-radius: 999px;
  padding: 0.8rem 1.35rem;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 28px rgba(242, 100, 25, 0.22);
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: 180ms ease;
}
.button:hover { border-color: var(--orange-dark); background: var(--orange-dark); transform: translateY(-2px); }
.button:focus-visible,
a:focus-visible,
summary:focus-visible,
.menu-toggle:focus-visible,
.modal-close:focus-visible { outline: 3px solid #ffb98f; outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0.65rem 1.05rem; font-size: 0.9rem; }
.button-full { width: 100%; }
.text-link,
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  text-underline-offset: 4px;
}
.text-link:hover,
.card-link:hover { color: var(--orange-dark); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}
.nav-wrap { display: flex; min-height: 86px; align-items: center; gap: 1.5rem; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 132px; height: 58px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.8rem); margin-left: auto; }
.site-nav a { font-size: 0.92rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover { color: var(--orange-dark); }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; border: 0; padding: 0.65rem; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { overflow: hidden; color: #fff; background: var(--ink); }
.hero-grid { display: grid; min-height: min(730px, calc(100vh - 86px)); grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.hero-copy { display: flex; max-width: 680px; flex-direction: column; justify-content: center; padding: clamp(4.5rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem) clamp(4.5rem, 8vw, 8rem) 0; }
.hero h1 { max-width: 780px; }
.hero .eyebrow { color: #ff9a61; }
.hero-lead { max-width: 620px; margin-bottom: 2rem; color: #d8d8d8; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; }
.hero .text-link { color: #fff; }
.hero .text-link:hover { color: #ff9a61; }
.reassurance-list { display: flex; flex-wrap: wrap; gap: 0.6rem 1.1rem; margin: 2rem 0 0; padding: 0; list-style: none; color: #bdbdbd; font-size: 0.91rem; }
.reassurance-list li { display: flex; align-items: center; gap: 0.45rem; }
.reassurance-list li::before { content: "✓"; color: #ff8a49; font-weight: 900; }
.hero-media { position: relative; min-height: 590px; margin: 0; }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.22), transparent 35%); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.hero-media figcaption { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; max-width: 400px; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(18, 18, 18, .78); backdrop-filter: blur(10px); }
.hero-media figcaption strong,
.hero-media figcaption span { display: block; }
.hero-media figcaption strong { color: #fff; font-size: 1.05rem; }
.hero-media figcaption span { color: #cfcfcf; font-size: .85rem; }
.proof-bar { color: var(--ink); background: var(--orange); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid span { padding: 1.05rem 1rem; text-align: center; font-size: .9rem; }
.proof-grid strong { font-weight: 900; }

.section-heading { margin-bottom: 3.2rem; }
.section-heading h2 { max-width: 800px; }
.section-heading > p { max-width: 540px; font-size: 1.08rem; }
.heading-split { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 4rem; }
.centre-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.centre-heading p { margin-inline: auto; }

.classes { background: var(--paper-warm); }
.class-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.class-card { display: flex; min-height: 330px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; background: #fff; transition: 180ms ease; }
.class-card:hover { border-color: #c5c0b8; box-shadow: 0 18px 42px rgba(0,0,0,.08); transform: translateY(-4px); }
.class-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2.6rem; }
.age-pill { border-radius: 999px; padding: .35rem .65rem; color: var(--orange-dark); background: var(--orange-soft); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.duration { color: #7d7a76; font-size: .8rem; font-weight: 700; }
.class-card h3 { margin-bottom: .85rem; font-size: 1.75rem; }
.class-card p { margin-bottom: 1.6rem; }
.class-card .card-link { margin-top: auto; }
.class-card-dark { border-color: #242424; color: #fff; background: var(--ink); }
.class-card-dark p { color: #c9c9c9; }
.class-card-dark .duration { color: #aaa; }
.class-card-dark .card-link { color: #fff; }

.approach { color: #fff; background: var(--ink); }
.approach-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.image-stack { position: relative; min-height: 620px; }
.image-stack img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.image-main { top: 0; left: 0; width: 78%; height: 78%; border-radius: 140px 20px 20px 20px; }
.image-secondary { right: 0; bottom: 0; width: 66%; height: 42%; border: 8px solid var(--ink); border-radius: 18px; }
.approach-copy > p:not(.eyebrow) { color: #c8c8c8; font-size: 1.05rem; }
.approach .eyebrow { color: #ff9a61; }
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin: 2rem 0; }
.principles span { border: 1px solid #3b3b3b; border-radius: 12px; padding: .8rem .9rem; color: #ededed; font-weight: 700; }
.principles span::before { content: "+"; margin-right: .5rem; color: var(--orange); }
.credential-line { border-top: 1px solid #363636; padding-top: 1.35rem; color: #a8a8a8; font-size: .83rem; font-weight: 700; letter-spacing: .025em; }
.coach-note { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.coach-note > span { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border: 2px solid var(--orange); border-radius: 50%; color: #fff; font-size: .8rem; font-weight: 900; }
.coach-note strong { display: block; color: #fff; }
.coach-note p { margin: .2rem 0 0; color: #a8a8a8; font-size: .84rem; line-height: 1.5; }

.timetable { background: #fff; }
.schedule { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.schedule-card { display: flex; min-height: 390px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; background: #fff; }
.schedule-head { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.4rem; }
.schedule-head > span { display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: .82rem; font-weight: 900; }
.schedule-head h3 { margin: 0 0 .2rem; font-size: 1.25rem; }
.schedule-head p { margin: 0; font-size: .8rem; }
.schedule dl { margin: 0 0 1.5rem; }
.schedule dl > div { display: flex; justify-content: space-between; gap: .75rem; border-top: 1px solid #ece9e4; padding: .85rem 0; }
.schedule dt { color: #6e6a65; }
.schedule dd { margin: 0; font-weight: 800; }
.schedule-card > a { margin-top: auto; color: var(--orange-dark); font-weight: 800; text-underline-offset: 4px; }

.membership { color: #fff; background: var(--orange); }
.membership-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(3rem, 7vw, 6rem); }
.membership .eyebrow { color: #4e1c03; }
.membership-intro p { color: #4f2008; }
.light-link { color: var(--ink); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: .85rem; }
.price-card { position: relative; border-radius: 18px; padding: 1.6rem; color: var(--ink); background: #fff; }
.price-card.recommended { color: #fff; background: var(--ink); transform: translateY(-12px); }
.price-card p { color: inherit; }
.plan-name { margin-bottom: 1.4rem; font-weight: 850; }
.price { margin-bottom: 1rem; font-size: 2.8rem; font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.price span { font-size: 1.1rem; vertical-align: top; }
.price small { font-size: .8rem; font-weight: 700; letter-spacing: 0; }
.price-card > p:last-child { margin-bottom: 0; font-size: .9rem; line-height: 1.5; }
.recommend-label { display: inline-block; margin: -2.2rem 0 1.2rem; border-radius: 999px; padding: .35rem .65rem; color: var(--ink) !important; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.18); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.price-note { margin-top: 1.8rem; }
.price-note p { margin: 0; color: #542104; font-size: .86rem; text-align: right; }

.first-visit { background: var(--paper-warm); }
.visit-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.visit-grid > div > p:not(.eyebrow) { max-width: 660px; font-size: 1.05rem; }
.steps { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 1.2rem; border-top: 1px solid var(--line); padding: 1.15rem 0; }
.steps li > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-weight: 900; }
.steps strong { font-size: 1.06rem; }
.steps p { margin: .1rem 0 0; }
.visit-card { border-radius: 28px; padding: clamp(1.8rem, 4vw, 3rem); color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.visit-card .mini-label { color: #ff9a61; }
.visit-card h3 { font-size: 2rem; }
.visit-card p { color: #c7c7c7; }
.tick-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.8rem 0 2rem; padding: 0; list-style: none; }
.tick-list li { display: flex; align-items: flex-start; gap: .45rem; color: #e7e7e7; font-size: .88rem; }
.tick-list li::before { content: "✓"; color: #ff8b4a; font-weight: 900; }

.reviews { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
blockquote { margin: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.stars { margin-bottom: 1rem; color: var(--orange); letter-spacing: .13em; }
blockquote p { color: #353330; font-size: 1.02rem; }
blockquote cite { display: flex; flex-direction: column; font-style: normal; font-weight: 850; }
blockquote cite span { color: var(--muted); font-size: .82rem; font-weight: 500; }

.faqs { background: var(--paper-warm); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:not(.eyebrow) { max-width: 430px; }
.accordion details { border-top: 1px solid #cbc7c0; }
.accordion details:last-child { border-bottom: 1px solid #cbc7c0; }
.accordion summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; cursor: pointer; font-size: 1.08rem; font-weight: 850; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 1.1rem; right: 0; color: var(--orange-dark); font-size: 1.55rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 680px; padding: 0 3rem 1.4rem 0; }

.contact { color: #fff; background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem, 9vw, 8rem); }
.contact .eyebrow { color: #ff9a61; }
.contact-copy p:not(.eyebrow) { max-width: 630px; color: #c8c8c8; font-size: 1.08rem; }
.contact-card { border: 1px solid #3a3a3a; border-radius: 22px; padding: 2rem; font-style: normal; background: #1a1a1a; }
.contact-card .mini-label { color: #ff9a61; }
.contact-card strong { display: block; margin-bottom: 1rem; font-size: 1.3rem; line-height: 1.55; }
.contact-card p { color: #bdbdbd; }
.contact-links { display: flex; flex-direction: column; gap: .45rem; border-top: 1px solid #353535; padding-top: 1rem; }
.contact-links a { color: #fff; font-weight: 800; text-underline-offset: 4px; }

.site-footer { padding: 2.4rem 0 6rem; border-top: 1px solid #303030; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 3rem; }
.footer-brand img { width: 130px; height: 72px; border-radius: 10px; padding: .2rem; object-fit: contain; object-position: left center; background: #fff; }
.footer-brand p { max-width: 320px; margin: .6rem 0 0; color: #989898; font-size: .86rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem 1.3rem; }
.site-footer nav a { color: #d7d7d7; font-size: .86rem; font-weight: 700; text-decoration: none; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem 1rem; text-align: right; }
.footer-legal p { width: 100%; margin: 0; color: #989898; font-size: .82rem; }
.footer-legal button { border: 0; padding: 0; color: #c7c7c7; background: transparent; cursor: pointer; font-size: .8rem; text-decoration: underline; text-underline-offset: 3px; }

.mobile-cta { display: none; }
.modal { width: min(680px, calc(100% - 24px)); max-height: min(760px, calc(100dvh - 28px)); border: 0; border-radius: 24px; padding: 0; color: var(--ink); background: transparent; box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
.modal-panel { position: relative; overflow-y: auto; max-height: min(760px, calc(100dvh - 28px)); border-radius: 24px; padding: clamp(1.5rem, 5vw, 3rem); background: #fff; }
.modal h2 { padding-right: 2rem; font-size: clamp(2rem, 5vw, 3.2rem); }
.modal-close { position: absolute; top: 1.1rem; right: 1.1rem; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 1.8rem; line-height: 1; }
.trial-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1.8rem; }
.trial-options a { position: relative; display: flex; min-height: 130px; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 16px; padding: 1.2rem; text-decoration: none; transition: 160ms ease; }
.trial-options a:hover { border-color: var(--orange); background: var(--orange-soft); transform: translateY(-2px); }
.trial-options span { color: var(--orange-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.trial-options strong { font-size: 1.2rem; }
.trial-options i { position: absolute; top: 1rem; right: 1rem; color: var(--orange-dark); font-size: 1.1rem; font-style: normal; }
.policy-modal .modal-panel { line-height: 1.6; }
.policy-modal h2 { margin-bottom: 2rem; }
.policy-modal h3 { margin-top: 1.6rem; margin-bottom: .5rem; font-size: 1.1rem; letter-spacing: -.015em; }
.policy-modal p { margin-bottom: 0; }

@media (max-width: 1060px) {
  .site-nav { display: none; position: absolute; top: 86px; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); padding: .6rem 20px 1.2rem; background: #fff; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .75rem 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-cta { margin-left: 0; }
  .class-grid,
  .schedule { grid-template-columns: 1fr 1fr; }
  .membership-layout { grid-template-columns: 1fr; }
  .price-note p { text-align: left; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 112px; height: 50px; }
  .site-nav { top: 76px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 0 3.5rem; }
  .hero-media { min-height: 520px; margin-inline: -16px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid span { border-bottom: 1px solid rgba(18,18,18,.14); }
  .heading-split,
  .approach-grid,
  .visit-grid,
  .faq-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .heading-split { align-items: start; }
  .image-stack { min-height: 560px; order: 2; }
  .approach-copy { order: 1; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; gap: 2rem; }
  .site-footer nav { justify-content: flex-start; }
  .footer-legal { justify-content: flex-start; text-align: left; }
  .mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; display: block; }
  .site-footer { padding-bottom: 8rem; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .section { padding: 4.5rem 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-media { min-height: 430px; }
  .hero-media figcaption { right: 1rem; bottom: 1rem; left: 1rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid span { padding: .8rem; }
  .class-grid,
  .schedule,
  .price-grid,
  .review-grid,
  .trial-options { grid-template-columns: 1fr; }
  .class-card { min-height: 275px; }
  .image-stack { min-height: 450px; }
  .image-main { width: 86%; height: 78%; border-radius: 90px 16px 16px 16px; }
  .image-secondary { width: 70%; height: 38%; }
  .principles,
  .tick-list { grid-template-columns: 1fr; }
  .price-card.recommended { transform: none; }
  .recommend-label { margin: -2.05rem 0 1.2rem; }
  .contact-links a:last-child { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Blog */
.blog-hero { padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 6rem); color: #fff; background: var(--ink); }
.blog-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(2.5rem, 7vw, 6rem); }
.blog-hero h1 { max-width: 780px; margin-bottom: 1rem; font-size: clamp(3rem, 6vw, 5.4rem); }
.blog-hero .eyebrow { color: #ff9a61; }
.blog-hero p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #c8c8c8; font-size: 1.1rem; }
.blog-promise { border-left: 3px solid var(--orange); padding-left: 1.4rem; }
.blog-promise strong { display: block; margin-bottom: .4rem; font-size: 1.12rem; }
.blog-promise span { color: #b8b8b8; font-size: .92rem; }
.blog-list { background: var(--paper-warm); }
.featured-post { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.08); }
.featured-post + .featured-post { margin-top: 2rem; }
.featured-post img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 4.5rem); }
.post-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-bottom: 1rem; color: var(--orange-dark); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.featured-copy h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.featured-copy > p { max-width: 650px; }
.editorial-note { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(2rem, 6vw, 5rem); border-top: 1px solid var(--line); margin-top: 4rem; padding-top: 3rem; }
.editorial-note h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.editorial-note p { margin-bottom: 0; }

.article-header { padding: clamp(4.5rem, 8vw, 7rem) 0 3rem; background: var(--paper-warm); }
.article-header .eyebrow a { color: inherit; text-underline-offset: 4px; }
.article-header h1 { max-width: 920px; font-size: clamp(2.8rem, 6.3vw, 5.4rem); }
.article-deck { max-width: 800px; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: .45rem 1rem; margin-top: 2rem; color: #595651; font-size: .9rem; }
.article-image { width: min(calc(100% - 40px), var(--max)); max-height: 670px; margin: 0 auto; object-fit: cover; object-position: center 35%; border-radius: 0 0 28px 28px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.article-body { font-size: 1.08rem; }
.article-body > p:first-child { color: #33302d; font-size: 1.22rem; }
.article-body h2 { margin-top: 3.2rem; margin-bottom: 1rem; font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.article-body h3 { margin-top: 2.2rem; margin-bottom: .7rem; font-size: 1.35rem; }
.article-body ul { margin: 1rem 0 1.6rem; padding-left: 1.25rem; }
.article-body li { margin-bottom: .6rem; }
.article-callout { margin: 2.3rem 0; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; padding: 1.3rem 1.5rem; background: var(--orange-soft); }
.article-callout p { margin: 0; color: #4b2c1a; font-weight: 700; }
.article-cta { margin-top: 3rem; border-radius: 22px; padding: clamp(1.6rem, 4vw, 2.8rem); color: #fff; background: var(--ink); }
.article-cta h2 { margin-top: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.article-cta p { color: #c8c8c8; }
.article-aside { position: sticky; top: 118px; border-top: 4px solid var(--orange); padding-top: 1.2rem; }
.article-aside strong { display: block; margin-bottom: .5rem; }
.article-aside p { font-size: .9rem; }
.article-aside a { font-weight: 800; text-underline-offset: 4px; }
.article-footer-nav { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); margin-top: 3.5rem; padding-top: 1.5rem; }

@media (max-width: 820px) {
  .blog-hero-grid,
  .featured-post,
  .editorial-note,
  .article-layout { grid-template-columns: 1fr; }
  .featured-post img { min-height: 360px; }
  .article-image { width: calc(100% - 32px); }
  .article-aside { position: static; }
}

@media (max-width: 620px) {
  .featured-post img { min-height: 300px; }
  .article-footer-nav { flex-direction: column; }
}
