:root {
  --aqua: #dff6f7;
  --aqua-strong: #a8e4e8;
  --aqua-pale: #f2fbfb;
  --purple: #3711c8;
  --purple-deep: #26058e;
  --purple-soft: #9a74f2;
  --lilac: #ded2ff;
  --yellow: #ffd83d;
  --pink: #f328bd;
  --rose: #ffd5ea;
  --ink: #1e1640;
  --ink-soft: #625c78;
  --white: #ffffff;
  --line: rgba(55, 17, 200, .16);
  --shadow: 0 28px 80px rgba(40, 24, 93, .12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { color: white; background: var(--purple); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 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; top: 12px; left: 12px; z-index: 999; transform: translateY(-160%); padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--purple); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(40,24,93,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo-link { flex: 0 0 auto; }
.site-logo { display: block; width: 92px; height: 92px; object-fit: contain; filter: drop-shadow(0 8px 13px rgba(26,20,52,.18)); transition: width .25s ease, height .25s ease, transform .25s ease; }
.brand-logo-link:hover .site-logo { transform: translateY(-1px); }
.site-header.is-scrolled .site-logo { width: 70px; height: 70px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--purple); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: white; background: var(--purple); box-shadow: 0 10px 24px rgba(55,17,200,.22); }
.menu-button { display: none; width: 45px; height: 45px; border: 0; border-radius: 13px; background: var(--purple); padding: 12px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 148px 0 86px; background: var(--aqua); }
.hero::before { content: ""; position: absolute; inset: auto -8% -42% 45%; height: 620px; border-radius: 50%; background: rgba(255,255,255,.56); filter: blur(1px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr); align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; border-radius: 99px; background: var(--yellow); }
.hero h1 { max-width: 660px; margin: 0; font-family: var(--serif); font-size: clamp(60px, 6.3vw, 92px); line-height: .92; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--purple); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: #4b4660; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 16px 34px rgba(55,17,200,.24); }
.text-link { color: var(--purple); font-size: 14px; font-weight: 900; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 48px; color: #59536c; font-size: 13px; line-height: 1.45; }
.hero-note svg { width: 42px; fill: none; stroke: var(--purple); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-note strong { color: var(--ink); }

.hero-stage { position: relative; min-height: 575px; }
.stage-card { position: absolute; box-shadow: var(--shadow); }
.stage-main { inset: 36px 25px 26px 0; overflow: hidden; padding: 38px 42px; border-radius: 38px; color: white; background: var(--purple); transform: rotate(-1.2deg); }
.stage-main::before { content: ""; position: absolute; right: -92px; top: -92px; width: 235px; height: 235px; border: 20px solid var(--purple-soft); border-radius: 50%; }
.stage-main::after { content: ""; position: absolute; left: -58px; bottom: -68px; width: 190px; height: 190px; border: 18px solid var(--aqua-strong); border-radius: 50%; opacity: .95; }
.stage-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #dcd3ff; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stage-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 18px 0 0 var(--pink), 36px 0 0 var(--aqua-strong); }
.stage-kicker { position: relative; z-index: 2; margin: 46px 0 12px; color: var(--aqua-strong); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.stage-main h2 { position: relative; z-index: 2; width: 78%; margin: 0; font-family: var(--serif); font-size: 42px; line-height: 1.04; letter-spacing: -.035em; }
.stage-path { position: relative; z-index: 2; display: grid; grid-template-columns: 48px 1fr 48px 1fr 48px; align-items: center; margin: 88px 0 12px; }
.path-node { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--purple); background: white; font-size: 12px; font-weight: 900; }
.path-node.node-b { color: var(--ink); background: var(--yellow); }
.path-node.node-c { color: white; background: var(--pink); }
.path-line { height: 3px; background: rgba(255,255,255,.42); }
.stage-labels { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr 1fr; color: #dbd5f4; font-size: 11px; font-weight: 800; text-align: center; }
.doodle-book { position: absolute; right: 38px; bottom: 110px; width: 102px; fill: none; stroke: var(--yellow); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; transform: rotate(8deg); }
.stage-small { z-index: 3; display: grid; gap: 2px; width: 180px; padding: 22px 20px; border-radius: 24px; }
.stage-small strong { font-family: var(--serif); font-size: 21px; letter-spacing: -.02em; }
.stage-small small { font-size: 11px; font-weight: 700; }
.stage-yellow { right: 0; top: 0; color: var(--ink); background: var(--yellow); transform: rotate(5deg); }
.stage-white { right: 0; bottom: 0; background: white; transform: rotate(-4deg); }
.stage-white svg { width: 40px; margin-bottom: 4px; fill: none; stroke: var(--purple); stroke-width: 3; stroke-linecap: round; }
.mini-symbol { position: absolute; right: 18px; top: 11px; color: var(--purple); font-size: 26px; }
.scribble { position: absolute; z-index: 4; width: 90px; height: 42px; border-top: 6px solid var(--pink); border-radius: 50%; transform: rotate(18deg); }
.scribble::before, .scribble::after { content: ""; position: absolute; width: 76px; height: 35px; border-top: 6px solid var(--pink); border-radius: 50%; }
.scribble::before { left: 9px; top: 8px; }
.scribble::after { left: 17px; top: 17px; }
.scribble-one { left: -35px; top: 2px; }
.flower { position: absolute; z-index: 5; width: 60px; height: 60px; }
.flower i { position: absolute; inset: 0; margin: auto; width: 27px; height: 27px; border-radius: 50%; background: var(--pink); transform-origin: 30px 30px; }
.flower i:nth-child(1) { transform: translateY(-17px); }
.flower i:nth-child(2) { transform: translateX(17px); }
.flower i:nth-child(3) { transform: translateY(17px); }
.flower i:nth-child(4) { transform: translateX(-17px); }
.flower b { position: absolute; left: 22px; top: 22px; width: 16px; height: 16px; border-radius: 50%; background: var(--yellow); }
.flower-one { left: -16px; bottom: 26px; }
.star { position: absolute; z-index: 6; color: var(--yellow); font-size: 48px; line-height: 1; }
.star-one { right: 182px; bottom: 8px; transform: rotate(15deg); }
.hero-orbit { position: absolute; border: 10px solid var(--purple-soft); border-radius: 50%; opacity: .55; }
.hero-orbit-one { width: 160px; height: 160px; left: -58px; top: 160px; }
.hero-orbit-two { width: 100px; height: 100px; right: 7%; bottom: -35px; }

.section-heading h2, .method-copy > h2, .contact-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 69px); line-height: 1.03; letter-spacing: -.045em; }
.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.intro-copy { padding-top: 54px; }
.large-copy { margin: 0; color: #403a55; font-family: var(--serif); font-size: 28px; line-height: 1.45; letter-spacing: -.02em; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 54px; }
.principles article { padding-top: 20px; border-top: 2px solid var(--line); }
.principles span { color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.principles h3 { margin: 12px 0 8px; font-family: var(--serif); font-size: 26px; }
.principles p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.experiences { background: var(--aqua-pale); }
.section-heading-row { display: flex; justify-content: space-between; gap: 80px; align-items: end; }
.heading-side { max-width: 370px; margin: 0 0 6px; color: var(--ink-soft); font-size: 15px; }
.experience-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; margin-top: 66px; }
.experience-card { position: relative; min-height: 430px; overflow: hidden; padding: 28px; border: 1px solid rgba(55,17,200,.12); border-radius: 30px; transition: transform .28s ease, box-shadow .28s ease; }
.experience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.experience-card:nth-child(1), .experience-card:nth-child(2) { grid-column: span 6; min-height: 500px; }
.experience-card:nth-child(n+3) { grid-column: span 4; }
.experience-card:nth-child(6), .experience-card:nth-child(7) { grid-column: span 6; }
.card-number { position: relative; z-index: 2; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.card-art { position: relative; z-index: 1; height: 210px; margin: 12px 0 12px; }
.card-copy { position: relative; z-index: 2; max-width: 92%; }
.card-tag { margin: 0 0 7px; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; opacity: .76; }
.card-copy h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 35px; line-height: 1.03; letter-spacing: -.035em; }
.card-copy p:last-child { margin: 0; font-size: 14px; line-height: 1.6; opacity: .86; }
.card-arrow { position: absolute; top: 22px; right: 24px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; font-size: 22px; transition: transform .2s ease; }
.experience-card:hover .card-arrow { transform: rotate(8deg) translate(2px,-2px); }
.card-aqua { background: var(--aqua-strong); }
.card-aqua .card-arrow, .card-yellow .card-arrow, .card-white .card-arrow, .card-lilac .card-arrow { color: white; background: var(--purple); }
.card-purple { color: white; background: var(--purple); }
.card-purple .card-arrow { color: var(--purple); background: var(--yellow); }
.card-white { background: white; }
.card-yellow { background: var(--yellow); }
.card-lilac { background: var(--lilac); }
.card-rose { background: var(--rose); }
.card-rose .card-arrow { color: white; background: var(--purple); }
.card-dark { color: white; background: var(--ink); }
.card-dark .card-arrow { color: var(--ink); background: var(--aqua-strong); }
.art-letter { display: flex; align-items: center; justify-content: center; gap: 9px; }
.art-letter span { display: grid; place-items: center; width: 76px; height: 88px; border-radius: 23px; color: white; background: var(--purple); font-family: var(--serif); font-size: 48px; font-weight: 800; box-shadow: 0 13px 0 rgba(255,255,255,.45); transform: rotate(-8deg); }
.art-letter span:nth-child(2) { color: var(--ink); background: var(--yellow); transform: rotate(5deg) translateY(-12px); }
.art-letter span:nth-child(3) { background: var(--pink); transform: rotate(-2deg); }
.art-letter svg { position: absolute; inset: auto 0 -20px; fill: none; stroke: rgba(55,17,200,.38); stroke-width: 4; stroke-linecap: round; }
.art-tools svg, .art-key svg, .art-map svg, .art-check svg, .art-shield svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; opacity: .88; }
.art-tools svg { color: var(--yellow); }
.art-key svg { color: var(--purple); }
.art-map svg { color: var(--purple); }
.art-check svg { color: var(--aqua-strong); }
.art-shield svg { color: var(--purple); width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; opacity: .9; }
.art-orbit { display: grid; place-items: center; }
.art-orbit span { position: absolute; width: 145px; height: 70px; border: 3px solid var(--purple); border-radius: 50%; }
.art-orbit span:nth-child(2) { transform: rotate(60deg); }
.art-orbit span:nth-child(3) { transform: rotate(-60deg); }
.art-orbit b { width: 32px; height: 32px; border-radius: 50%; background: var(--yellow); box-shadow: 77px 3px 0 var(--pink), -63px 49px 0 var(--purple-soft); }

.method { background: white; }
.method-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 92px; align-items: center; }
.method-visual { position: relative; min-height: 640px; }
.method-card-main { position: absolute; inset: 38px 40px 50px 0; padding: 54px; border-radius: 38px; color: white; background: var(--purple); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.method-card-main > p { margin: 0 0 24px; color: var(--aqua-strong); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.method-card-main h2 { max-width: 520px; margin: 0; font-family: var(--serif); font-size: 54px; line-height: 1.03; letter-spacing: -.045em; }
.method-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 66px; }
.method-steps div { min-height: 112px; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(255,255,255,.08); }
.method-steps span { color: var(--yellow); font-size: 10px; font-weight: 900; }
.method-steps strong { display: block; margin-top: 10px; font-family: var(--serif); font-size: 23px; }
.method-steps small { color: #d8d1f1; }
.method-sticker { position: absolute; z-index: 3; padding: 15px 20px; border-radius: 999px; font-size: 12px; font-weight: 900; box-shadow: 0 14px 30px rgba(40,24,93,.15); }
.sticker-one { right: 0; top: 0; color: var(--ink); background: var(--yellow); transform: rotate(5deg); }
.sticker-two { left: 48px; bottom: 0; color: var(--purple); background: var(--aqua-strong); transform: rotate(-4deg); }
.method-spark { position: absolute; right: 6px; bottom: 54px; width: 72px; fill: none; stroke: var(--pink); stroke-width: 5; stroke-linecap: round; }
.method-copy > p:not(.eyebrow) { margin: 27px 0 0; color: var(--ink-soft); font-size: 18px; }
.method-list { display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.method-list li:last-child { border-bottom: 1px solid var(--line); }
.method-list li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: white; background: var(--purple); font-size: 10px; font-weight: 900; }
.method-list strong { font-family: var(--serif); font-size: 23px; }
.method-list p { margin: 3px 0 0; color: var(--ink-soft); font-size: 14px; }

.manifesto { position: relative; overflow: hidden; color: white; background: var(--purple); }
.manifesto::before, .manifesto::after { content: ""; position: absolute; border: 18px solid var(--purple-soft); border-radius: 50%; }
.manifesto::before { width: 240px; height: 240px; left: -100px; top: -100px; }
.manifesto::after { width: 180px; height: 180px; right: -70px; bottom: -100px; }
.manifesto-inner { position: relative; z-index: 2; text-align: center; }
.manifesto-star { display: inline-block; margin-bottom: 24px; color: var(--yellow); font-size: 42px; }
.manifesto p { margin: 0 0 18px; color: var(--aqua-strong); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.manifesto h2 { max-width: 980px; margin: 0 auto; font-family: var(--serif); font-size: clamp(42px,5.5vw,76px); line-height: 1.06; letter-spacing: -.045em; }
.manifesto-signature { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 36px; }
.manifesto-signature span { width: 48px; height: 2px; background: var(--yellow); }
.manifesto-signature small { color: #d9d2f1; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.contact { background: var(--aqua-pale); }
.contact-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; overflow: hidden; padding: 70px; border-radius: 40px; color: white; background: var(--ink); }
.contact-card h2 { max-width: 850px; font-size: clamp(43px,5vw,64px); }
.eyebrow-light { color: var(--aqua-strong); }
.button-light { color: var(--purple); background: white; white-space: nowrap; }
.contact-doodles span { position: absolute; }
.contact-ring { right: -80px; top: -95px; width: 260px; height: 260px; border: 22px solid var(--purple-soft); border-radius: 50%; }
.contact-flower { right: 35%; top: 34px; color: var(--pink); font-size: 54px; }
.contact-star { right: 30%; bottom: 15px; color: var(--yellow); font-size: 40px; }

.site-footer { padding: 40px 0; background: white; }
.footer-grid { display: grid; grid-template-columns: auto minmax(320px, 1fr) auto; align-items: center; gap: 24px; }
.footer-brand { display: flex; align-items: center; justify-content: center; }
.footer-grid > p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.footer-grid > p:not(.copyright) { max-width: 620px; }
.footer-site-logo { width: 96px; height: 96px; filter: drop-shadow(0 8px 13px rgba(26,20,52,.12)); }
.copyright { text-align: right; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-stage { min-height: 620px; }
  .intro-grid, .method-grid { grid-template-columns: 1fr; gap: 60px; }
  .intro-copy { padding-top: 0; }
  .section-heading-row { align-items: start; flex-direction: column; gap: 24px; }
  .heading-side { max-width: 620px; }
  .experience-card:nth-child(n) { grid-column: span 6; }
  .contact-card { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .copyright { text-align: left; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 82px 0; }
  .site-header { padding: 12px 0; }
  .menu-button { display: block; }
  .site-nav { position: fixed; left: 15px; right: 15px; top: 74px; display: grid; gap: 6px; padding: 14px; border-radius: 20px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 12px 14px; border-radius: 12px; }
  .site-nav a:hover { background: var(--aqua-pale); }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 120px 0 70px; }
  .hero-grid { gap: 46px; }
  .hero h1 { font-size: clamp(49px,15vw,70px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { align-items: flex-start; }
  .hero-stage { min-height: 540px; }
  .stage-main { inset: 28px 18px 40px 0; padding: 30px 25px; border-radius: 28px; }
  .stage-main h2 { width: 95%; font-size: 34px; }
  .stage-path { margin-top: 75px; grid-template-columns: 42px 1fr 42px 1fr 42px; }
  .path-node { width: 42px; height: 42px; }
  .stage-labels { font-size: 9px; }
  .doodle-book { display: none; }
  .stage-small { width: 145px; padding: 16px; }
  .stage-small strong { font-size: 17px; }
  .stage-yellow { right: -6px; }
  .stage-white { right: -2px; }
  .intro-grid { gap: 38px; }
  .large-copy { font-size: 23px; }
  .principles { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card:nth-child(n) { grid-column: auto; min-height: 430px; }
  .experience-card:nth-child(1), .experience-card:nth-child(2) { min-height: 470px; }
  .card-copy h3 { font-size: 31px; }
  .method-visual { min-height: 640px; }
  .method-card-main { inset: 35px 8px 50px 0; padding: 34px 24px; }
  .method-card-main h2 { font-size: 40px; }
  .method-steps { margin-top: 44px; }
  .method-sticker { font-size: 10px; }
  .sticker-one { right: 0; }
  .sticker-two { left: 20px; }
  .contact-card { padding: 48px 28px; border-radius: 30px; }
  .contact-card h2 { font-size: 42px; }
  .contact-doodles { opacity: .65; }
}

@media (max-width: 430px) {
  .site-logo { width: 72px; height: 72px; }
  .site-header.is-scrolled .site-logo { width: 60px; height: 60px; }
  .footer-site-logo { width: 82px; height: 82px; }
  .hero-stage { min-height: 500px; }
  .stage-main { inset: 30px 6px 35px 0; }
  .stage-small { width: 130px; }
  .stage-labels span { overflow: hidden; text-overflow: ellipsis; }
  .method-steps { grid-template-columns: 1fr 1fr; gap: 10px; }
  .method-steps div { min-height: 104px; padding: 14px; }
  .method-steps strong { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
