@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #202020;
  --ink-2: #2d2d2d;
  --yellow: #ffd100;
  --yellow-soft: #fff3a8;
  --paper: #f7f5ef;
  --white: #fff;
  --muted: #716e68;
  --line: rgba(32, 32, 32, .14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(32, 32, 32, .12);
  --display: 'Space Grotesk', 'Arial Black', sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: block; width: 26px; height: 3px; background: var(--yellow); }
.section { padding: 110px 0; }
.section--tight { padding: 70px 0; }
.section--dark { color: var(--white); background: var(--ink); }
.section--yellow { background: var(--yellow); }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); line-height: 1.02; letter-spacing: -.045em; }
h1 { font-size: clamp(2.8rem, 5.2vw, 5.6rem); max-width: 720px; }
h2 { font-size: clamp(2rem, 3.7vw, 3.6rem); max-width: 720px; }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.25rem); }
.lead { color: #4f4c47; font-size: clamp(1.06rem, 1.5vw, 1.25rem); max-width: 630px; }
.section--dark .lead, .hero .lead { color: rgba(255, 255, 255, .74); }
.small { color: var(--muted); font-size: .92rem; }

.topbar { padding: 10px 0; color: rgba(255,255,255,.78); background: #131313; font-size: .78rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar strong { color: var(--yellow); }
.topbar a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); color: var(--ink); background: var(--paper); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 1.25rem; font-weight: 700; letter-spacing: -.06em; }
.brand img { width: 168px; height: 52px; object-fit: contain; padding: 0; border-radius: 0; background: transparent; }
.site-header .brand img { content: url("assets/actioncoach-logo-dark.png"); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .93rem; color: var(--muted); }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-size: 1.5rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; color: var(--ink); background: var(--yellow); font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: #ffe25b; }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: #3b3b3b; }
.button--ghost { border-color: rgba(255,255,255,.25); color: var(--white); background: transparent; }
.button--ghost:hover { border-color: var(--yellow); color: var(--ink); background: var(--yellow); }
.button--outline { border-color: var(--line); background: transparent; }

.hero { position: relative; overflow: hidden; padding: 92px 0 0; color: var(--white); background: var(--ink); }
.hero::after { content: ''; position: absolute; width: 620px; height: 620px; right: -210px; top: -170px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 94px; }
.hero-copy h1 { margin-top: 26px; font-size: clamp(3.1rem, 6.2vw, 6rem); }
.hero-copy h1 span { color: var(--yellow); }
.hero-copy .lead { margin: 30px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: rgba(255,255,255,.54); font-size: .82rem; }
.hero-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.hero-photo { position: relative; min-height: 560px; overflow: hidden; border-radius: 260px 260px 0 0; background: #292929; }
.hero-photo::after { content: ''; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(0,0,0,.46)); }
.hero-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center center; filter: saturate(.92) contrast(1.04); }
.hero-caption { position: absolute; z-index: 2; bottom: 28px; left: 30px; right: 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; color: var(--white); }
.hero-caption strong { display: block; color: var(--yellow); font-family: var(--display); font-size: 1.3rem; }
.hero-caption small { display: block; opacity: .7; }
.stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.16); }
.stat { padding: 25px 24px 30px 0; border-right: 1px solid rgba(255,255,255,.16); }
.stat + .stat { padding-left: 24px; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--yellow); font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.8rem); }
.stat span { color: rgba(255,255,255,.62); font-size: .85rem; }

.split { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: start; }
.split > div > .lead { margin-top: 25px; }
.split--reverse { grid-template-columns: 1.15fr .85fr; }
.sticky-title { position: sticky; top: 120px; }
.feature-list { display: grid; gap: 18px; }
.feature { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--line); }
.feature:last-child { border-bottom: 1px solid var(--line); }
.feature-index { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-family: var(--display); font-weight: 700; }
.feature h3 { margin-bottom: 7px; font-size: 1.35rem; letter-spacing: -.03em; }
.feature p { margin: 0; color: var(--muted); }

.marquee { overflow: hidden; padding: 18px 0; border-block: 1px solid rgba(32,32,32,.18); background: var(--yellow); }
.marquee-track { display: flex; justify-content: space-around; gap: 40px; min-width: max-content; color: var(--ink); font-family: var(--display); font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.marquee-track span::after { content: '✦'; margin-left: 40px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card--dark { color: var(--white); border-color: rgba(255,255,255,.16); background: #2b2b2b; }
.card--yellow { background: var(--yellow); }
.card h3 { margin: 34px 0 12px; font-size: 1.5rem; }
.card p { margin: 0; color: var(--muted); }
.card--dark p { color: rgba(255,255,255,.66); }
.card--yellow p { color: rgba(32,32,32,.72); }
.icon-disc { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-family: var(--display); font-size: 1.25rem; font-weight: 700; }
.card--yellow .icon-disc { background: var(--ink); color: var(--yellow); }

.quote-section { position: relative; overflow: hidden; }
.quote-section::before { content: '“'; position: absolute; top: -85px; right: 4%; color: rgba(255,209,0,.18); font-family: Georgia, serif; font-size: 22rem; line-height: 1; }
.quote-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: center; }
.quote-photo { aspect-ratio: 1; overflow: hidden; border-radius: 50%; }
.quote-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
blockquote { margin: 25px 0; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1.08; letter-spacing: -.045em; }
.quote-author { display: flex; gap: 14px; align-items: center; }
.quote-author::before { content: ''; width: 32px; height: 3px; background: var(--yellow); }
.quote-author strong { display: block; font-family: var(--display); }
.quote-author span { display: block; color: var(--muted); font-size: .86rem; }

.report-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; padding: 45px; border-radius: var(--radius); color: var(--white); background: #2b2b2b; }
.report-cover { max-width: 340px; margin-inline: auto; transform: rotate(-3deg); box-shadow: 20px 25px 35px rgba(0,0,0,.25); }
.report-card h2 { font-size: clamp(2rem, 3.3vw, 3.2rem); }
.report-card .lead { margin: 22px 0 28px; }
.check-list { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; color: rgba(255,255,255,.74); }
.check-list li::before { content: '✓'; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: .75rem; font-weight: 700; }

.page-hero { position: relative; overflow: hidden; min-height: 355px; display: flex; align-items: center; padding: 88px 0 82px; color: var(--white); background: var(--ink); }
.page-hero::before { content: ''; position: absolute; width: 690px; height: 690px; top: -360px; right: -190px; border: 1px solid rgba(255,209,0,.24); border-radius: 50%; box-shadow: 0 0 0 62px rgba(255,209,0,.04), 0 0 0 150px rgba(255,255,255,.035), 0 0 0 238px rgba(255,255,255,.025); }
.page-hero::after { content: 'ACTIONCOACH'; position: absolute; right: 7%; bottom: 34px; color: rgba(255,255,255,.34); font-family: var(--display); font-size: .7rem; font-weight: 700; letter-spacing: .28em; writing-mode: vertical-rl; transform: rotate(180deg); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .container::after { content: ''; position: absolute; top: 12px; right: 5%; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(135deg, transparent 48%, rgba(255,209,0,.8) 49%, rgba(255,209,0,.8) 52%, transparent 53%); transform: rotate(45deg); opacity: .75; }
.page-modelos .page-hero { background: linear-gradient(132deg, var(--ink) 0 70%, #292929 70% 100%); }
.page-modelos .page-hero::before { width: 520px; height: 720px; top: -320px; right: -20px; border-radius: 38px; transform: rotate(22deg); border-color: rgba(255,209,0,.42); box-shadow: 42px 42px 0 rgba(255,209,0,.06), 84px 84px 0 rgba(255,255,255,.04); }
.page-modelos .page-hero .container::after { border-radius: 4px; transform: rotate(22deg); }
.page-modelos .page-hero::after { content: 'MODEL / SCALE'; }
.page-proceso .page-hero { background: linear-gradient(90deg, var(--ink) 0 74%, #252525 74% 100%); }
.page-proceso .page-hero::before { width: 420px; height: 660px; top: -220px; right: 60px; border-radius: 48% 48% 18px 18px; transform: rotate(14deg); border-color: rgba(255,209,0,.34); box-shadow: 24px 24px 0 rgba(255,255,255,.045), 48px 48px 0 rgba(255,209,0,.05); }
.page-proceso .page-hero .container::after { border-radius: 50%; background: radial-gradient(circle at center, var(--yellow) 0 6px, transparent 7px 20px, rgba(255,209,0,.32) 21px 22px, transparent 23px); transform: none; }
.page-proceso .page-hero::after { content: '01 — 04'; }
.page-historias .page-hero { background: radial-gradient(circle at 78% 30%, #353535 0 0, var(--ink) 48%); }
.page-historias .page-hero::before { width: 570px; height: 570px; top: -210px; right: -20px; border-style: dashed; border-width: 1px; transform: rotate(-18deg); border-color: rgba(255,209,0,.34); box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 92px rgba(255,209,0,.04); }
.page-historias .page-hero .container::after { content: '“'; top: 8px; right: 9%; width: auto; height: auto; border: 0; background: none; color: rgba(255,209,0,.7); font-family: Georgia, serif; font-size: 8rem; line-height: .8; transform: none; }
.page-historias .page-hero::after { content: 'VOICES / NETWORK'; }
.page-faq .page-hero { background: linear-gradient(145deg, var(--ink) 0 78%, #292929 78% 100%); }
.page-faq .page-hero::before { width: 500px; height: 500px; top: -180px; right: 40px; border-radius: 22px; transform: rotate(45deg); border-color: rgba(255,209,0,.32); box-shadow: 0 0 0 30px rgba(255,255,255,.03), 0 0 0 62px rgba(255,209,0,.035); }
.page-faq .page-hero .container::after { content: '?'; top: 15px; right: 9%; width: auto; height: auto; border: 0; background: none; color: rgba(255,209,0,.7); font-family: var(--display); font-size: 5rem; line-height: 1; transform: none; }
.page-faq .page-hero::after { content: 'QUESTIONS / CLARITY'; }
.page-contacto .page-hero { background: linear-gradient(120deg, var(--ink) 0 67%, #292929 67% 100%); }
.page-contacto .page-hero::before { width: 720px; height: 280px; top: 20px; right: -180px; border-radius: 50%; transform: rotate(-20deg); border-color: rgba(255,209,0,.36); box-shadow: 0 0 0 28px rgba(255,255,255,.035), 0 0 0 56px rgba(255,209,0,.04); }
.page-contacto .page-hero .container::after { border-radius: 50%; transform: rotate(-20deg); }
.page-contacto .page-hero::after { content: 'NEXT / STEP'; }
.page-kit-digital .page-hero { background: linear-gradient(135deg, var(--ink) 0 74%, #292929 74% 100%); }
.page-kit-digital .page-hero::before { width: 460px; height: 620px; top: -230px; right: 20px; border-radius: 20px; transform: rotate(12deg); border-color: rgba(255,209,0,.4); box-shadow: 22px 22px 0 rgba(255,255,255,.045), 44px 44px 0 rgba(255,209,0,.05); }
.page-kit-digital .page-hero .container::after { border-radius: 6px; transform: rotate(12deg); }
.page-kit-digital .page-hero::after { content: 'KIT / START'; }
.page-privacidad .page-hero { background: linear-gradient(145deg, var(--ink) 0 82%, #292929 82% 100%); }
.page-privacidad .page-hero::before { width: 360px; height: 360px; top: -110px; right: 110px; border-radius: 22px; transform: rotate(45deg); border-color: rgba(255,255,255,.22); box-shadow: 0 0 0 28px rgba(255,255,255,.03); }
.page-privacidad .page-hero .container::after { display: none; }
.page-privacidad .page-hero::after { content: 'LEGAL / NOTES'; }
.page-hero h1 { max-width: 760px; margin-top: 24px; font-size: clamp(2.8rem, 5.2vw, 5.2rem); }
.page-hero .lead { margin-top: 24px; color: rgba(255, 255, 255, .78); }
.breadcrumb { color: rgba(255,255,255,.55); font-size: .84rem; }
.breadcrumb a { color: var(--yellow); }
.model-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 48px; }
.model-card { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.model-card.recommended { border: 2px solid var(--yellow); }
.model-card .tag { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.model-card h3 { margin-bottom: 10px; }
.model-card .price { display: block; margin: 28px 0 26px; font-family: var(--display); font-size: 3rem; letter-spacing: -.06em; }
.model-card .price small { color: var(--muted); font-family: var(--body); font-size: .95rem; letter-spacing: 0; }

.timeline { display: grid; gap: 0; margin-top: 50px; }
.timeline-item { display: grid; grid-template-columns: 85px 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid var(--line); }
.timeline-number { font-family: var(--display); color: var(--yellow); font-size: 2rem; font-weight: 700; }
.timeline-item h3 { margin-bottom: 8px; }
.timeline-item p { margin: 0; max-width: 650px; color: var(--muted); }
.callout { margin-top: 50px; padding: 34px; border-radius: var(--radius); background: var(--yellow); }
.callout strong { display: block; margin-bottom: 10px; font-family: var(--display); font-size: 1.35rem; }

.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 52px; }
.story { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.story img { width: 110px; height: 110px; object-fit: cover; border-radius: 50%; }
.story blockquote { margin: 0 0 15px; font-size: 1.23rem; letter-spacing: -.025em; }
.story p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq-list { margin-top: 50px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 25px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-family: var(--display); font-size: 1.35rem; font-weight: 600; letter-spacing: -.03em; }
.faq-question span:last-child { color: var(--yellow); font-family: var(--body); font-size: 1.7rem; }
.faq-answer { display: none; max-width: 780px; padding: 0 50px 25px 0; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-points { display: grid; gap: 18px; margin-top: 35px; }
.contact-point { display: flex; gap: 15px; align-items: flex-start; }
.contact-point b { display: block; margin-bottom: 3px; font-family: var(--display); }
.contact-point span { color: var(--muted); font-size: .9rem; }
.form-card { padding: 35px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--paper); outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,209,0,.2); }
.form-card .button { width: 100%; margin-top: 20px; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.form-success { display: none; margin-top: 18px; padding: 14px; border-radius: 10px; color: #245d32; background: #e6f5e8; font-size: .9rem; }
.form-success.show { display: block; }
.form-privacy { margin: 14px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.kit-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.kit-points { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.kit-points li { display: flex; gap: 12px; align-items: flex-start; }
.kit-points li::before { content: '✓'; display: grid; flex: 0 0 23px; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: .75rem; font-weight: 700; }
.kit-card { padding: 32px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.kit-card h3 { margin-bottom: 8px; }
.kit-card p { margin: 0 0 22px; color: var(--muted); }

.footer { padding: 65px 0 25px; color: rgba(255,255,255,.7); background: #151515; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer .brand { color: var(--white); }
.footer .brand img { width: 190px; height: 68px; content: url("assets/actioncoach-logo-light.png"); }
.footer p { max-width: 340px; font-size: .9rem; }
.footer h4 { margin-bottom: 18px; color: var(--yellow); font-size: .92rem; letter-spacing: 0; }
.footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: .9rem; }
.footer li a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; inset: 84px 0 auto; padding: 25px 20px 30px; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .split--reverse, .quote-grid, .report-card, .contact-grid, .kit-intro { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { padding-bottom: 0; }
  .hero-photo { min-height: 440px; border-radius: 180px 180px 0 0; }
  .hero-photo img { min-height: 440px; }
  .stats { margin-top: 45px; }
  .sticky-title { position: static; }
  .quote-photo { max-width: 360px; }
  .report-card { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar { display: none; }
  .nav { min-height: 72px; }
  .nav-links { inset: 72px 0 auto; }
  .brand img { width: 144px; }
  .section { padding: 76px 0; }
  .hero { padding-top: 60px; }
  h1 { font-size: clamp(2.45rem, 10.5vw, 3.5rem); }
  .hero-copy h1, .page-hero h1 { font-size: clamp(2.45rem, 10.5vw, 3.7rem); }
  h2 { font-size: clamp(1.85rem, 8.2vw, 2.8rem); }
  .hero-photo { min-height: 360px; border-radius: 120px 120px 0 0; }
  .hero-photo img { min-height: 360px; }
  .page-hero { min-height: 300px; padding: 66px 0 58px; }
  .page-hero::before { width: 480px; height: 480px; top: -210px; right: -300px; }
  .page-hero::after, .page-hero .container::after { display: none; }
  .hero-caption { left: 20px; right: 20px; bottom: 20px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat, .stat + .stat { padding: 18px 12px 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .stat:nth-child(even) { padding-left: 12px; border-right: 0; }
  .stat:nth-last-child(-n + 2) { border-bottom: 0; }
  .card-grid, .model-grid, .story-grid { grid-template-columns: 1fr; }
  .card, .model-card { padding: 24px; }
  .story { grid-template-columns: 78px 1fr; gap: 15px; padding: 18px; }
  .story img { width: 78px; height: 78px; }
  .story blockquote { font-size: 1.05rem; }
  .form-card { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .kit-card { padding: 22px 18px; }
}

/* Blog migration templates */
.page-blog .site-header { position: relative; }
.blog-hero, .article-hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); padding: 88px 0 78px; }
.blog-hero::before, .article-hero::before { content: ''; position: absolute; width: 520px; height: 520px; right: -140px; top: -250px; border: 1px solid rgba(255,209,0,.42); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,209,0,.05), 0 0 0 88px rgba(255,255,255,.035); transform: rotate(22deg); }
.blog-hero .container, .article-hero .container { position: relative; z-index: 1; }
.blog-hero h1, .article-hero h1 { max-width: 860px; margin: 24px 0 18px; font-size: clamp(2.5rem, 6vw, 5.4rem); }
.blog-hero .lead { max-width: 720px; color: rgba(255,255,255,.78); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 32px rgba(32,32,32,.06); }
.blog-card > img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--soft); }
.blog-card__body { padding: 25px 24px 28px; }
.blog-card__body h2 { margin: 10px 0 12px; font-size: 1.42rem; line-height: 1.08; }
.blog-card__body h2 a { color: var(--ink); }
.blog-card__body p:not(.blog-card__date) { color: var(--muted); }
.blog-card__date, .article-meta { margin: 0; color: var(--muted); font-size: .84rem; }
.text-link { display: inline-block; margin-top: 12px; color: var(--ink); font-weight: 800; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 46px; }
.pagination__link { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); color: var(--ink); font-weight: 800; }
.pagination__link.is-current, .pagination__link:hover { border-color: var(--yellow); background: var(--yellow); }
.split--center { align-items: center; }
.article-hero h1 { max-width: 980px; }
.article-layout { padding-top: 70px; }
.article-container { max-width: 860px; }
.article-cover { margin: 0 0 42px; }
.article-cover img { display: block; width: 100%; max-height: 560px; object-fit: cover; }
.article-meta { color: rgba(255,255,255,.72); }
.article-content { font-size: 1.1rem; line-height: 1.78; }
.article-content h2 { margin-top: 48px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.article-content h3 { margin-top: 34px; font-size: 1.55rem; }
.article-content img { height: auto; max-width: 100%; }
.article-content a { color: #765e00; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.article-content blockquote { margin: 30px 0; padding: 22px 26px; border-left: 5px solid var(--yellow); background: var(--soft); font-size: 1.25rem; }
.article-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.article-content th, .article-content td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.article-cta { margin-top: 56px; padding: 32px; background: var(--ink); color: var(--white); }
.article-cta h2 { margin: 12px 0; color: var(--white); }
.article-cta p { color: rgba(255,255,255,.76); }

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .blog-hero, .article-hero { padding: 66px 0 58px; }
  .blog-hero::before, .article-hero::before { width: 420px; height: 420px; right: -260px; top: -190px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card__body { padding: 22px 20px 24px; }
  .article-content { font-size: 1rem; }
  .article-cta { padding: 24px; }
}
