:root {
  --paper: #f5f2ea;
  --ink: #101117;
  --muted: #686966;
  --line: rgba(16, 17, 23, 0.18);
  --coral: #ff4c3e;
  --blue: #2852ff;
  --lime: #dfff53;
  --sky: #c9f4ff;
  --section-pad: clamp(80px, 10vw, 150px) clamp(22px, 5vw, 72px);
  --sans: "DM Sans", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.section-pad { padding: var(--section-pad); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 88px; padding: 0 clamp(22px, 5vw, 72px);
  transition: background .3s, border-color .3s, height .3s;
}
.site-header.is-scrolled { height: 68px; background: rgba(245, 242, 234, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 16px; height: 26px; fill: var(--coral); }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); }
.desktop-nav a { font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.desktop-nav a:hover { color: var(--coral); }
.header-contact { justify-self: end; display: flex; align-items: center; gap: 26px; min-width: 128px; padding: 14px 18px; border: 1px solid var(--ink); border-radius: 999px; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.header-contact:hover { color: #fff; background: var(--ink); }
.menu-button, .mobile-menu { display: none; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 120; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--coral); transform: scaleX(0); transform-origin: left; }

.hero { position: relative; min-height: 100svh; padding: 120px clamp(22px, 5vw, 72px) 48px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 86% 11%, rgba(153, 232, 255, .72), transparent 31%), var(--paper); }
.hero-kicker { position: relative; z-index: 3; display: flex; justify-content: space-between; margin: 20px 0 0; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.hero-title { position: relative; z-index: 3; margin: auto 0; font-weight: 700; letter-spacing: -.085em; line-height: .82; }
.hero-line { display: block; }
.hero-brand { font-size: clamp(68px, 13.2vw, 198px); }
.hero-jp { margin-left: 7vw; font-family: "Noto Sans JP", sans-serif; font-size: clamp(48px, 9vw, 136px); font-weight: 800; }
.hero-final { display: flex; align-items: center; justify-content: flex-end; gap: 2.6vw; font-family: "Noto Sans JP", sans-serif; font-size: clamp(48px, 9vw, 136px); font-weight: 800; }
.hero-final em { color: var(--blue); font-style: normal; }
.hero-bottom { position: relative; z-index: 4; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.hero-bottom p { margin: 0; font-size: clamp(13px, 1.2vw, 18px); font-weight: 700; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.hero-actions > a:first-child { padding: 14px 20px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 700; }
.round-link { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); font-size: 24px; }
.hero-orbit { position: absolute; border: 1px solid rgba(16,17,23,.18); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; right: -60px; top: -70px; }
.orbit-two { width: 270px; height: 270px; right: 9vw; top: 7vh; }
.hero-route { position: absolute; inset: 15% -4% 0; z-index: 1; pointer-events: none; }
.hero-route svg { width: 100%; height: 100%; overflow: visible; }
.hero-route path { fill: none; stroke-width: 3; }
.route-shadow { stroke: rgba(16,17,23,.22); }
.route-path { stroke: var(--coral); stroke-dasharray: 12 12; }
.hero-riders { position: absolute; z-index: 2; left: 66%; top: 53%; width: clamp(170px, 20vw, 280px); max-width: none; filter: drop-shadow(0 15px 12px rgba(16,17,23,.2)); transform-origin: center bottom; animation: hero-riders-drive 8s linear infinite; }
@keyframes hero-riders-drive {
  0% { opacity: 0; transform: translate3d(0, -95%, 0) rotate(-4deg); }
  6% { opacity: 1; transform: translate3d(0, -95%, 0) rotate(-4deg); }
  94% { opacity: 1; transform: translate3d(12vw, -20vh, 0) rotate(-4deg); }
  100% { opacity: 0; transform: translate3d(12vw, -20vh, 0) rotate(-4deg); }
}
.route-node { position: absolute; width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--ink); }
.route-node-a { left: 12%; top: 35%; }.route-node-b { left: 57%; top: 59%; }.route-node-c { right: 9%; top: 12%; }

.kinetic-strip { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--coral); }
.kinetic-track { display: flex; align-items: center; width: max-content; gap: 32px; padding: 16px 0; animation: marquee 24s linear infinite; }
.kinetic-track span { font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.kinetic-track i { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-label { display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 20px; margin-bottom: clamp(58px, 8vw, 110px); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.section-label::after { content: ""; height: 1px; background: currentColor; opacity: .25; }
.section-label p { grid-column: 2; grid-row: 1; margin: 0; }
.section-label-light { color: #fff; }
.philosophy-grid { display: grid; grid-template-columns: minmax(220px, .8fr) 1.6fr; gap: 8vw; align-items: start; }
.editorial-note { margin: 0; color: var(--blue); font-size: clamp(20px, 2.4vw, 38px); font-weight: 700; line-height: 1.05; letter-spacing: -.04em; }
.statement h2, .team-heading h2, .mission-grid h2, .technology-head h2, .origin-copy h2 { margin: 0; font-family: "Noto Sans JP", sans-serif; font-size: clamp(44px, 6vw, 92px); line-height: 1.14; letter-spacing: -.07em; }
em { color: var(--coral); font-style: normal; }
.statement p { max-width: 680px; margin: 44px 0 0 auto; font-size: clamp(16px, 1.4vw, 21px); line-height: 2; }
.belief-manifesto { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.belief-manifesto article { min-height: 250px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.belief-manifesto article + article { border-left: 1px solid var(--ink); }
.belief-manifesto span { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.belief-manifesto p { margin: 0; font-family: "Noto Sans JP", sans-serif; font-size: clamp(24px, 2.5vw, 38px); font-weight: 700; line-height: 1.4; letter-spacing: -.05em; }

.team { background: var(--paper); }
.team-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-bottom: 74px; }
.team-heading p { max-width: 530px; margin: 0; font-size: 16px; line-height: 2; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rider-card { min-height: 560px; display: grid; grid-template-columns: minmax(180px, .9fr) minmax(0, 1.1fr); overflow: hidden; }
.rider-dark { background: var(--ink); color: #fff; }.rider-coral { background: var(--coral); }
.rider-image { position: relative; align-self: stretch; overflow: hidden; background: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 36px 36px; }
.rider-dark .rider-image { background-color: var(--blue); }
.rider-coral .rider-image { background-color: var(--lime); background-image: linear-gradient(rgba(16,17,23,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(16,17,23,.1) 1px, transparent 1px); }
.rider-image > span { position: absolute; z-index: 2; top: 24px; left: 24px; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.rider-image img { width: 100%; height: 100%; padding-top: 28px; object-fit: contain; object-position: center bottom; image-rendering: pixelated; filter: drop-shadow(18px 20px 0 rgba(16,17,23,.16)); }
.rider-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px clamp(24px, 3vw, 48px); }
.rider-copy small { margin-bottom: auto; font-size: 9px; letter-spacing: .13em; }
.rider-copy h3 { margin: 15px 0 6px; font-size: clamp(34px, 3.4vw, 54px); letter-spacing: -.06em; }
.rider-copy h4 { margin: 0 0 22px; font-size: clamp(20px, 2vw, 30px); line-height: 1.45; }
.rider-copy > p { max-width: 620px; margin: 0; line-height: 1.8; }
.rider-copy > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.rider-copy > div span { padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; letter-spacing: .08em; }

.product { color: #fff; background: var(--ink); }
.product-intro { padding-bottom: 80px; }
.product-tag { margin: 0 0 18px; color: var(--lime); font-size: 13px; font-weight: 700; letter-spacing: .22em; }
.product-name { display: flex; align-items: center; gap: 1vw; margin: 0; font-size: clamp(58px, 11vw, 164px); line-height: .85; letter-spacing: -.09em; }
.product-name svg { width: .42em; height: .72em; fill: var(--coral); }
.product-statement { margin: 48px 0 0 36%; font-family: "Noto Sans JP", sans-serif; font-size: clamp(36px, 5vw, 76px); line-height: 1.3; letter-spacing: -.06em; }
.product-stage { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; border-top: 1px solid rgba(255,255,255,.24); }
.product-visual { position: relative; margin: 0; overflow: hidden; background: #22252e; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.5); font-size: 10px; letter-spacing: .14em; }
.product-story { display: flex; flex-direction: column; padding: clamp(38px, 5vw, 76px); }
.product-description { margin: 0 0 56px; font-size: clamp(18px, 1.7vw, 26px); line-height: 1.9; }
.product-capabilities { margin: 0; padding: 0; list-style: none; }
.product-capabilities li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.25); }
.product-capabilities li > span { color: var(--coral); }
.product-capabilities small, .product-capabilities strong { display: block; }
.product-capabilities small { margin-bottom: 6px; color: #aeb2bd; font-size: 10px; letter-spacing: .15em; }
.product-capabilities strong { font-size: clamp(17px, 1.5vw, 23px); }
.pill-link { align-self: flex-start; margin-top: auto; padding: 16px 24px; border: 1px solid #fff; border-radius: 999px; font-size: 13px; font-weight: 700; }
.pill-link:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }

.direction-main { background: var(--paper); }
.mission-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.mission-grid small { display: block; margin-bottom: 18px; font-weight: 700; letter-spacing: .2em; }
.mission-grid > p { margin: 0 0 8px; font-size: 17px; line-height: 2; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.outcome-grid article { min-height: 270px; padding: 28px; }
.outcome-grid article + article { border-left: 1px solid var(--ink); }
.outcome-grid span { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.outcome-grid h3 { margin: 70px 0 12px; font-size: clamp(24px, 2.5vw, 38px); }
.outcome-grid p { margin: 0; line-height: 1.8; }
.vision-panel { padding: clamp(80px, 11vw, 170px) clamp(22px, 5vw, 72px); color: #fff; background: var(--blue); }
.vision-panel > span { display: block; margin-bottom: 70px; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.vision-panel h2 { max-width: 1100px; margin: 0; font-family: "Noto Sans JP", sans-serif; font-size: clamp(48px, 7.8vw, 118px); line-height: 1.16; letter-spacing: -.08em; }
.vision-panel h2 em { color: var(--lime); }
.vision-panel p { max-width: 650px; margin: 48px 0 0 auto; font-size: 17px; line-height: 2; }

.technology { background: #fffdf8; }
.technology-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.technology-head p { margin: 0; font-size: 17px; line-height: 2; }
.tech-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 90px; }
.tech-card { min-height: 520px; padding: 26px; display: flex; flex-direction: column; overflow: hidden; }
.tech-blue { color: #fff; background: var(--blue); }.tech-lime { background: var(--lime); }.tech-paper { border: 1px solid var(--ink); background: var(--paper); }
.tech-card > span { font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.tech-card h3 { margin: auto 0 18px; font-size: clamp(34px, 3.5vw, 56px); line-height: .98; letter-spacing: -.06em; }
.tech-card p { margin: 0; line-height: 1.7; }
.signal-art, .ring-art, .path-art { position: relative; height: 210px; margin-top: 34px; }
.signal-art i { position: absolute; left: 8%; right: 8%; height: 1px; background: rgba(255,255,255,.45); }
.signal-art i:nth-child(1){top:20%}.signal-art i:nth-child(2){top:42%}.signal-art i:nth-child(3){top:64%}
.signal-art b { position: absolute; width: 18px; height: 18px; right: 18%; top: 35%; border-radius: 50%; background: var(--lime); box-shadow: -140px 75px 0 var(--coral); }
.ring-art i { position: absolute; left: 50%; top: 50%; border: 1px solid var(--ink); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-art i:nth-child(1){width:190px;height:190px}.ring-art i:nth-child(2){width:125px;height:125px}.ring-art i:nth-child(3){width:58px;height:58px;background:var(--coral)}
.path-art svg { width: 100%; height: 100%; }.path-art path { fill: none; stroke: var(--coral); stroke-width: 3; stroke-dasharray: 8 8; }.path-art circle { fill: var(--blue); }
.origin { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); min-height: 860px; color: var(--ink); background: var(--coral); }
.origin-map { position: relative; min-height: 860px; overflow: hidden; background: var(--ink); }
.origin-map::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,17,23,.02), rgba(16,17,23,.62)); }
.origin-map img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 1.5s cubic-bezier(.2,.8,.2,1); }
.origin-map.is-visible img { transform: scale(1.035); }
.origin-map p, .origin-map span { position: absolute; left: 34px; z-index: 2; }
.origin-map p { bottom: 68px; margin: 0; color: #fff; font-size: clamp(45px, 5.5vw, 84px); font-weight: 600; line-height: .87; letter-spacing: -.075em; }.origin-map span { bottom: 30px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.origin-copy { display: flex; flex-direction: column; padding: clamp(80px, 9vw, 130px) clamp(34px, 7vw, 105px); }
.origin-overline { margin-top: clamp(70px, 9vw, 140px); font-size: 13px; font-weight: 700; letter-spacing: .08em; line-height: 1.25; }
.origin-copy h2 { margin-top: 24px; font-size: clamp(46px, 4.8vw, 76px); line-height: 1.25; }
.origin-copy h2 em { color: var(--lime); }
.origin-copy > p:last-child { max-width: 580px; margin: auto 0 0; padding-top: 60px; font-size: 15px; line-height: 2; }

.news-company { background: var(--paper); }
.company-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.company-copy > h2 { margin: 0; font-size: clamp(68px, 8vw, 120px); line-height: .86; letter-spacing: -.08em; }
.company-data { margin: 60px 0 0; }
.company-data div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.company-data div:last-child { border-bottom: 1px solid var(--line); }
.company-data dt { color: var(--coral); font-size: 11px; font-weight: 700; }.company-data dd { margin: 0; line-height: 1.7; }
.news-heading small { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.news-heading h2 { margin: 10px 0; font-size: clamp(44px, 5vw, 76px); letter-spacing: -.07em; }
.news-heading p { margin: 0 0 40px; color: var(--muted); }
.news-list { border-top: 1px solid var(--ink); }
.news-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 20px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.news-item time { color: var(--coral); font-size: 11px; font-weight: 700; }
.news-item h3 { margin: 0 0 7px; font-size: clamp(16px, 1.5vw, 21px); }
.news-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.news-item a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 50%; }
.news-item a:hover { color: #fff; background: var(--ink); }

.contact { padding: clamp(90px, 12vw, 180px) clamp(22px, 5vw, 72px) 70px; background: var(--coral); }
.contact-kicker { margin: 0 0 60px; font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.contact h2 { max-width: 1200px; margin: 0; font-family: "Noto Sans JP", sans-serif; font-size: clamp(50px, 8vw, 124px); line-height: 1.18; letter-spacing: -.08em; }
.contact h2 em { color: #fff; }
.contact-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 80px; padding-top: 30px; border-top: 1px solid var(--ink); }
.contact-bottom p { max-width: 560px; margin: 0; line-height: 1.8; }
.contact-bottom a { padding: 18px 28px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 700; }
.contact-bottom a:hover { color: #fff; background: var(--ink); }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 48px; padding: 30px clamp(22px, 5vw, 72px); color: #fff; background: var(--ink); }
footer nav { display: flex; gap: 22px; font-size: 11px; } footer p { margin: 0; font-size: 10px; } .brand-footer { color: #fff; }

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

@media (max-width: 1000px) {
  .desktop-nav, .header-contact { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { justify-self: end; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); }
  .menu-button > span:not(.sr-only) { position: absolute; width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button > span:last-child { transform: translateY(5px); }
  .menu-button[aria-expanded="true"] > span:nth-of-type(2) { transform: rotate(45deg); }.menu-button[aria-expanded="true"] > span:last-child { transform: rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: -1; padding: 120px 24px 36px; background: var(--lime); }
  .mobile-menu:not([hidden]) { display: flex; flex-direction: column; justify-content: space-between; }
  .mobile-menu nav { display: flex; flex-direction: column; }.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid var(--ink); font-size: clamp(30px, 8vw, 56px); font-weight: 700; letter-spacing: -.05em; }
  .philosophy-grid, .team-heading, .mission-grid, .technology-head, .company-grid { grid-template-columns: 1fr; }
  .editorial-note { margin-bottom: 30px; }
  .team-grid, .tech-feature-grid { grid-template-columns: 1fr; }
  .rider-card { min-height: 560px; }
  .product-stage, .origin { grid-template-columns: 1fr; }
  .product-visual { min-height: 660px; }
  .product-statement { margin-left: 15%; }
  .origin-map { min-height: 620px; }
  .company-grid { gap: 90px; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 20px; }.brand { font-size: 16px; }
  .hero { min-height: 100svh; padding: 96px 20px 30px; }
  .hero-kicker { align-items: start; flex-direction: column; gap: 7px; margin-top: 0; }
  .hero-title { margin-top: auto; margin-bottom: auto; line-height: .93; }
  .hero-brand { font-size: clamp(50px, 17vw, 72px); }
  .hero-jp { margin: 18px 0 0; font-size: clamp(42px, 13.5vw, 58px); }
  .hero-final { position: relative; display: block; margin-top: 12px; padding-bottom: 72px; font-size: clamp(40px, 12vw, 52px); }
  .hero-final em { display: block; white-space: nowrap; }
  .hero-bottom { align-items: flex-end; }.hero-bottom p { max-width: 235px; font-size: 12px; }.hero-actions > a:first-child { display: none; }.round-link { width: 54px; height: 54px; }
  .orbit-one { width: 290px; height: 290px; right: -120px; }.orbit-two { width: 200px; height: 200px; right: -25px; }
  .hero-route { inset: 27% -35% 8% -25%; }
  .hero-riders { left: 42%; top: 59%; width: clamp(140px, 40vw, 175px); animation-duration: 7s; }
  @keyframes hero-riders-drive {
    0% { opacity: 0; transform: translate3d(0, -92%, 0) rotate(-4deg); }
    6% { opacity: 1; transform: translate3d(0, -92%, 0) rotate(-4deg); }
    94% { opacity: 1; transform: translate3d(12vw, -15vh, 0) rotate(-4deg); }
    100% { opacity: 0; transform: translate3d(12vw, -15vh, 0) rotate(-4deg); }
  }
  .kinetic-track { padding: 12px 0; gap: 24px; }.kinetic-track span { font-size: 18px; }
  .section-label { grid-template-columns: 54px 1fr; margin-bottom: 54px; }
  .section-pad { padding: 78px 20px; }
  .statement h2, .team-heading h2, .mission-grid h2, .technology-head h2, .origin-copy h2 { font-size: clamp(39px, 12.5vw, 56px); }
  .statement p { margin-top: 28px; font-size: 15px; }
  .belief-manifesto { grid-template-columns: 1fr; margin-top: 60px; }.belief-manifesto article { min-height: 180px; padding: 24px; }.belief-manifesto article + article { border-top: 1px solid var(--ink); border-left: 0; }.belief-manifesto p { font-size: 28px; }
  .team-heading { gap: 28px; }.team-heading p { font-size: 14px; }
  .team-grid { gap: 10px; }.rider-card { min-height: 0; grid-template-columns: 1fr; }.rider-image { min-height: 390px; }.rider-copy { min-height: 330px; padding: 28px 24px; }.rider-copy h3 { font-size: 38px; }.rider-copy h4 { font-size: 18px; }.rider-copy > p { font-size: 13px; }
  .product-intro { padding-bottom: 54px; }.product-name { font-size: 18vw; }.product-statement { margin: 34px 0 0; font-size: 10vw; }
  .product-stage { min-height: auto; }.product-visual { min-height: 460px; }.product-story { padding: 42px 20px; }.product-description { margin-bottom: 34px; font-size: 16px; }.pill-link { margin-top: 36px; }
  .outcome-grid { grid-template-columns: 1fr; margin-top: 60px; }.outcome-grid article { min-height: 200px; }.outcome-grid article + article { border-left: 0; border-top: 1px solid var(--ink); }.outcome-grid h3 { margin-top: 48px; }
  .vision-panel { padding: 82px 20px; }.vision-panel > span { margin-bottom: 46px; }.vision-panel h2 { font-size: 12.5vw; }.vision-panel p { margin-top: 34px; font-size: 14px; }
  .technology-head { gap: 30px; }.technology-head p { font-size: 14px; }.tech-feature-grid { margin-top: 56px; }.tech-card { min-height: 460px; }
  .origin-map { min-height: 500px; }.origin-map p { left: 20px; bottom: 65px; font-size: 52px; }.origin-map span { left: 20px; }.origin-copy { min-height: 670px; padding: 70px 20px; }
  .company-grid { gap: 70px; }.company-copy > h2 { font-size: 20vw; }.company-data div { grid-template-columns: 70px 1fr; font-size: 13px; }.news-item { grid-template-columns: 82px 1fr 36px; gap: 10px; }.news-item p { display: none; }
  .contact { padding: 84px 20px 54px; }.contact-kicker { margin-bottom: 44px; }.contact h2 { font-size: 12vw; }.contact-bottom { align-items: stretch; flex-direction: column; margin-top: 52px; }.contact-bottom a { align-self: flex-start; }
  footer { grid-template-columns: 1fr; gap: 26px; padding: 34px 20px; } footer nav { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .kinetic-track { animation: none; }
  .hero-riders { animation: none; transform: translate3d(6vw, -13vh, 0) rotate(-4deg); }
  .motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
}
