:root {
  --ink: #102a2a;
  --ink-soft: #496060;
  --paper: #f6f8f4;
  --mist: #e5f1ef;
  --aqua: #a9ddd5;
  --aqua-deep: #2a726e;
  --navy: #123c49;
  --lime: #d9f15a;
  --coral: #ee806e;
  --line: rgba(16, 42, 42, 0.16);
  --content: min(1280px, calc(100vw - 80px));
  --font-sans: "DM Sans", "Noto Sans JP", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
[id] { scroll-margin-top: 105px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--content);
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  background: rgba(245, 249, 247, 0.76);
  box-shadow: 0 10px 40px rgba(16, 42, 42, 0.07);
  backdrop-filter: blur(18px) saturate(130%);
  transform: translateX(-50%);
  transition: width .35s ease, background .35s ease, top .35s ease;
}
.site-header.is-scrolled { top: 10px; width: min(1120px, calc(100vw - 40px)); background: rgba(248, 250, 247, 0.9); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 13px; font-weight: 600; letter-spacing: .09em; }
.brand svg { width: 27px; height: 27px; fill: var(--ink); }
.site-header nav { display: flex; gap: 32px; font-size: 12px; font-weight: 500; }
.site-header nav a { position: relative; }
.site-header nav a::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; padding: 10px 15px; border-radius: 8px; color: white; background: var(--ink); font-size: 12px; }
.header-cta span { margin-left: 8px; }
.menu-button { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; overflow: hidden; background: #d8e8e7; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(239, 247, 247, .96) 0%, rgba(239, 247, 247, .79) 30%, rgba(239, 247, 247, .10) 58%, rgba(7, 39, 44, .09) 100%); }
.hero-copy { position: absolute; top: 50%; left: max(40px, calc((100vw - 1280px) / 2)); width: 570px; transform: translateY(-46%); }
.eyebrow { margin: 0 0 24px; color: var(--aqua-deep); font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.eyebrow span { margin-right: 12px; padding: 5px 8px; border: 1px solid rgba(42, 114, 110, .35); border-radius: 99px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: 1.09; }
h1 { margin-bottom: 26px; font-size: clamp(58px, 6.3vw, 94px); font-weight: 500; }
h2 { font-size: clamp(43px, 5vw, 72px); font-weight: 500; }
.hero-lead { margin-bottom: 34px; color: #294747; font-size: 15px; line-height: 1.9; }
.hero-actions, .find-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 17px 19px; border-radius: 7px; font-size: 13px; font-weight: 600; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { background: var(--aqua-deep); }
.button span { font-size: 16px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }
.text-link span { margin-left: 10px; }
.hero-note { position: absolute; right: 4vw; bottom: 75px; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 8px; color: white; background: rgba(11, 49, 57, .43); backdrop-filter: blur(15px); font-size: 10px; line-height: 1.55; letter-spacing: .02em; }
.hero-note b { letter-spacing: .12em; }
.pulse-dot { width: 9px; height: 9px; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(217, 241, 90, .55); animation: pulse 2s infinite; }
.scroll-cue { position: absolute; bottom: 28px; left: max(40px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .18em; }
.scroll-cue i { display: block; width: 52px; height: 1px; overflow: hidden; background: rgba(16,42,42,.25); }
.scroll-cue i::after { display: block; width: 45%; height: 1px; background: var(--ink); content: ""; animation: scroll-line 2.2s infinite; }

.section { position: relative; width: var(--content); margin: 0 auto; padding: 150px 0; }
.section-number { position: absolute; top: 156px; left: 0; color: var(--aqua-deep); font-size: 11px; }
.intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.intro-heading { padding-left: 70px; }
.intro-body { padding-top: 40px; }
.intro-body p { max-width: 690px; color: var(--ink-soft); font-size: 15px; line-height: 2; }
.intro-body .large-copy { margin-bottom: 28px; color: var(--ink); font-size: clamp(23px, 2.2vw, 33px); line-height: 1.75; letter-spacing: -.025em; }
.intro-body strong { color: var(--aqua-deep); font-weight: 500; }
.facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { display: flex; flex-direction: column; gap: 14px; padding: 28px 24px; border-right: 1px solid var(--line); }
.fact dt { color: var(--aqua-deep); font-size: 9px; font-weight: 600; letter-spacing: .1em; }
.fact dd { display: flex; flex-direction: column; gap: 14px; margin: 0; }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact b { font-size: clamp(28px, 3vw, 42px); font-weight: 500; letter-spacing: -.04em; }
.fact span { color: var(--ink-soft); font-size: 10px; letter-spacing: .05em; }

.rules { width: 100%; padding: 140px max(40px, calc((100vw - 1280px) / 2)); color: white; background: var(--navy); }
.rules-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }
.rules-head h2 { margin-bottom: 0; }
.rules-head > p { max-width: 370px; margin: 0 0 8px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }
.eyebrow.light { color: var(--aqua); }
.rule-stage { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.court-wrap { position: relative; }
.court { width: 100%; overflow: visible; }
.court-surface { fill: #367b79; stroke: rgba(255,255,255,.75); stroke-width: 2; }
.court-line { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 2; }
.kitchen { fill: rgba(169,221,213,.25); transition: fill .45s ease; }
.net { fill: none; stroke: #eaf4f2; stroke-width: 5; stroke-dasharray: 3 6; }
.serve-path { fill: none; stroke: var(--lime); stroke-width: 3; stroke-dasharray: 8 11; opacity: 1; transition: opacity .3s; }
.court-ball circle:first-child { fill: var(--lime); }
.court-ball .hole { fill: #7a8a2b; }
.court text { fill: rgba(255,255,255,.58); font: 600 12px var(--font-sans); letter-spacing: .2em; }
.court-ball { transform-origin: 146px 383px; }
.court-wrap[data-mode="serve"] .court-ball { animation: serve 2.4s ease-in-out infinite; }
.court-wrap[data-mode="bounce"] .serve-path { opacity: .25; }
.court-wrap[data-mode="bounce"] .court-ball { animation: bounce 1.8s ease-in-out infinite; }
.court-wrap[data-mode="kitchen"] .serve-path { opacity: .15; }
.court-wrap[data-mode="kitchen"] .kitchen { fill: rgba(238,128,110,.65); animation: kitchen-pulse 1.8s ease-in-out infinite; }
.court-wrap[data-mode="kitchen"] .court-ball { animation: kitchen-ball 2.2s ease-in-out infinite; }
.court-caption { display: flex; align-items: center; gap: 8px; margin-top: 10px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .08em; }
.court-caption span { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.rule-list { border-top: 1px solid rgba(255,255,255,.19); }
.rule-item { display: grid; grid-template-columns: 42px 1fr 24px; gap: 12px; width: 100%; padding: 27px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.19); color: rgba(255,255,255,.44); background: transparent; text-align: left; cursor: pointer; transition: color .3s ease; }
.rule-item:hover, .rule-item.is-active { color: white; }
.rule-item > span:first-child { padding-top: 3px; color: var(--aqua); font-size: 10px; }
.rule-item > span:nth-child(2) { display: flex; flex-direction: column; gap: 8px; }
.rule-item b { font-size: 18px; font-weight: 500; }
.rule-item small { max-height: 0; overflow: hidden; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.7; opacity: 0; transition: max-height .35s ease, opacity .35s ease; }
.rule-item.is-active small { max-height: 50px; opacity: 1; }
.rule-item i { font-style: normal; font-size: 18px; }

.gear { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; min-height: 760px; }
.gear-copy > p:not(.eyebrow) { max-width: 430px; color: var(--ink-soft); font-size: 14px; line-height: 1.9; }
.gear-tip { max-width: 430px; margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; }
.gear-tip span { margin-right: 14px; color: var(--coral); font-weight: 600; letter-spacing: .15em; }
.gear-visual { position: relative; height: 520px; border-radius: 12px; background: #dfeeea; overflow: hidden; }
.gear-visual::before { position: absolute; inset: 50% auto auto 50%; width: 430px; height: 430px; border: 1px solid rgba(16,42,42,.1); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.paddle-object { position: absolute; top: 66px; left: 22%; transform: rotate(-19deg); filter: drop-shadow(0 20px 20px rgba(16,42,42,.16)); }
.paddle-face { position: relative; width: 210px; height: 275px; padding: 28px; border-radius: 48% 48% 34% 34% / 42% 42% 25% 25%; color: #edf7f4; background: var(--navy); }
.paddle-face::after { position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.23); border-radius: inherit; content: ""; }
.paddle-face span, .ball-object span, .shoes-label span { display: block; margin-bottom: 115px; font-size: 10px; }
.paddle-face b, .ball-object b, .shoes-label b { display: block; font-size: 15px; font-weight: 500; letter-spacing: .14em; }
.paddle-face small, .shoes-label small { display: block; margin-top: 5px; font-size: 9px; opacity: .58; }
.paddle-handle { width: 55px; height: 128px; margin: -5px auto 0; border-radius: 3px 3px 14px 14px; background: repeating-linear-gradient(0deg, #c88762 0, #c88762 6px, #ae7051 7px, #ae7051 9px); }
.ball-object { position: absolute; right: 11%; bottom: 64px; width: 145px; height: 145px; padding: 22px; border-radius: 50%; background: var(--lime); box-shadow: 0 23px 35px rgba(80,100,24,.15); animation: ball-float 4s ease-in-out infinite; }
.ball-object i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #97a936; }
.ball-object i:nth-child(1) { top: 22px; left: 60px; }.ball-object i:nth-child(2) { top: 48px; right: 24px; }.ball-object i:nth-child(3) { bottom: 34px; right: 36px; }.ball-object i:nth-child(4) { bottom: 21px; left: 52px; }.ball-object i:nth-child(5) { top: 69px; left: 24px; }.ball-object i:nth-child(6) { top: 64px; left: 66px; }
.ball-object span { margin-bottom: 55px; }
.ball-object b { color: #34420e; font-size: 11px; }
.shoes-label { position: absolute; top: 42px; right: 32px; max-width: 130px; }
.shoes-label span { margin-bottom: 8px; color: var(--coral); }
.shoes-label small { color: var(--ink-soft); line-height: 1.5; }

.first-hour { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; padding-top: 110px; }
.first-hour-head { position: sticky; top: 130px; align-self: start; }
.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline::before { position: absolute; top: 7px; bottom: 20px; left: 88px; width: 1px; background: var(--line); content: ""; }
.timeline li { display: grid; grid-template-columns: 70px 16px 1fr; gap: 11px; min-height: 138px; }
.timeline time { padding-top: 2px; color: var(--aqua-deep); font-size: 10px; letter-spacing: .1em; }
.timeline-dot { z-index: 1; width: 9px; height: 9px; margin: 3px auto 0; border: 2px solid var(--paper); border-radius: 50%; background: var(--aqua-deep); box-shadow: 0 0 0 1px var(--aqua-deep); }
.timeline b { font-size: 20px; font-weight: 500; }
.timeline p { max-width: 480px; margin-top: 10px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.timeline li:last-child .timeline-dot { width: 13px; height: 13px; margin-top: 1px; background: var(--coral); box-shadow: 0 0 0 1px var(--coral); }

.reasons { width: 100%; padding: 140px max(40px, calc((100vw - 1280px) / 2)); color: white; background: #1e6b67; }
.reasons-title { margin-bottom: 90px; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.reason-grid article { min-height: 250px; padding: 28px 35px 15px 0; border-right: 1px solid rgba(255,255,255,.25); }
.reason-grid article + article { padding-left: 35px; }
.reason-grid article:last-child { border-right: 0; }
.reason-grid span { color: var(--aqua); font-size: 10px; }
.reason-grid h3 { margin: 80px 0 14px; font-size: 24px; font-weight: 500; }
.reason-grid p { max-width: 310px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.8; }

.find { width: 100%; min-height: 710px; padding: 170px max(40px, calc((100vw - 1280px) / 2)); overflow: hidden; background: var(--aqua); }
.find-copy { position: relative; z-index: 2; max-width: 630px; }
.find-copy > p:not(.eyebrow) { max-width: 480px; color: #315454; font-size: 14px; line-height: 1.9; }
.find-actions { margin-top: 40px; }
.text-link.dark { color: var(--ink); }
.find-orbit { position: absolute; top: 50%; right: -5vw; width: min(48vw, 670px); aspect-ratio: 1; border: 1px solid rgba(16,42,42,.22); border-radius: 50%; transform: translateY(-50%); }
.find-orbit::before, .find-orbit::after { position: absolute; inset: 15%; border: 1px solid rgba(16,42,42,.16); border-radius: 50%; content: ""; }
.find-orbit::after { inset: 34%; background: rgba(246,248,244,.2); }
.find-orbit span { position: absolute; top: 15%; left: 12%; width: 72px; height: 72px; border-radius: 50%; background: var(--lime); box-shadow: inset -10px -8px 0 rgba(90,105,25,.13); animation: orbit 12s linear infinite; transform-origin: 290px 240px; }
.find-orbit span::after { position: absolute; inset: 14px; border: 6px dotted rgba(90,105,25,.45); border-radius: 50%; content: ""; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; font-size: 15px; font-weight: 500; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 20px; font-weight: 300; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 620px; padding: 0 50px 25px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.85; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 70px max(40px, calc((100vw - 1280px) / 2)) 25px; color: white; background: var(--ink); }
.footer-brand svg { fill: white; }
footer > p { justify-self: end; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-source { grid-column: 1 / -1; justify-self: start; max-width: 600px; margin: 35px 0 0; line-height: 1.8; }
.footer-source a { color: rgba(255,255,255,.85); border-bottom: 1px solid rgba(255,255,255,.35); }
.footer-source time { display: block; margin-top: 8px; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .08em; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 70px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; }

.error-page { min-height: 100vh; display: grid; place-items: center; background: var(--mist); }
.error-page main { width: min(620px, calc(100vw - 40px)); }
.error-page .code { color: var(--aqua-deep); font-size: 12px; letter-spacing: .18em; }
.error-page h1 { margin: 20px 0; font-size: clamp(48px, 9vw, 84px); }
.error-page p { color: var(--ink-soft); line-height: 1.8; }
.error-page .button { margin-top: 25px; }

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

@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(217,241,90,0); } 100% { box-shadow: 0 0 0 0 rgba(217,241,90,0); } }
@keyframes scroll-line { from { transform: translateX(-110%); } to { transform: translateX(230%); } }
@keyframes serve { 0%, 10% { transform: translate(0,0); } 50%, 60% { transform: translate(406px,-271px); } 100% { transform: translate(0,0); } }
@keyframes bounce { 0% { transform: translate(0, -170px); } 35% { transform: translate(200px, -20px); } 55% { transform: translate(285px, -145px); } 78% { transform: translate(365px, -30px); } 100% { transform: translate(500px, -175px); } }
@keyframes kitchen-ball { 0%,100% { transform: translate(210px,-184px); } 50% { transform: translate(340px,-203px); } }
@keyframes kitchen-pulse { 0%,100% { fill: rgba(238,128,110,.44); } 50% { fill: rgba(238,128,110,.72); } }
@keyframes ball-float { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-13px) rotate(3deg); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  :root { --content: calc(100vw - 40px); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 18px; border-radius: 10px; background: rgba(248,250,247,.96); box-shadow: 0 15px 30px rgba(16,42,42,.12); }
  .site-header.is-menu-open nav { display: flex; }
  .site-header nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .header-cta { display: none; }
  .menu-button { display: block; width: 38px; height: 36px; padding: 0; border: 0; background: transparent; }
  .menu-button span { display: block; width: 19px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .2s; }
  .site-header.is-menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .site-header.is-menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 760px; max-height: none; }
  .hero-image { object-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(239,247,247,.96) 0%, rgba(239,247,247,.8) 54%, rgba(239,247,247,.12) 100%); }
  .hero-copy { left: 30px; width: min(520px, calc(100vw - 60px)); }
  .hero-note { display: none; }
  .intro, .gear, .first-hour, .faq { grid-template-columns: 1fr; gap: 50px; }
  .intro-heading { padding-left: 55px; }
  .intro-body { padding-top: 0; }
  .rule-stage { grid-template-columns: 1fr; gap: 45px; }
  .gear-visual { order: -1; }
  .first-hour-head { position: static; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article, .reason-grid article + article { min-height: 190px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .reason-grid h3 { margin-top: 45px; }
}

@media (max-width: 620px) {
  :root { --content: calc(100vw - 32px); }
  .site-header { top: 10px; padding-left: 14px; }
  .brand { font-size: 11px; }
  .hero { min-height: 730px; height: 100svh; }
  .hero-image { object-position: 66% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(239,247,247,.88) 0%, rgba(239,247,247,.72) 55%, rgba(239,247,247,.3) 100%); }
  .hero-copy { top: 47%; left: 22px; width: calc(100vw - 44px); }
  h1 { font-size: clamp(49px, 15vw, 68px); }
  h2 { font-size: 42px; }
  .hero-lead { font-size: 13px; }
  .hero-lead br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .scroll-cue { bottom: 18px; left: 22px; }
  .section { padding: 100px 0; }
  .section-number { top: 105px; }
  .intro { gap: 32px; }
  .intro-heading { padding-left: 42px; }
  .intro-body .large-copy { font-size: 22px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact { padding: 22px 14px; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fact:first-child { padding-left: 14px; }
  .rules, .reasons, .find { padding: 100px 20px; }
  .rules-head { display: block; margin-bottom: 45px; }
  .rules-head > p { margin-top: 25px; }
  .rule-stage { gap: 25px; }
  .rule-item b { font-size: 15px; }
  .gear { gap: 38px; }
  .gear-visual { height: 450px; }
  .paddle-object { left: 13%; transform: scale(.8) rotate(-19deg); transform-origin: top left; }
  .ball-object { right: 7%; bottom: 45px; transform: scale(.8); }
  .shoes-label { top: 25px; right: 18px; }
  .timeline::before { left: 69px; }
  .timeline li { grid-template-columns: 53px 14px 1fr; gap: 9px; min-height: 155px; }
  .timeline b { font-size: 17px; }
  .reasons-title { margin-bottom: 55px; }
  .find { min-height: 650px; }
  .find-orbit { right: -45vw; width: 90vw; opacity: .7; }
  .find-orbit span { width: 54px; height: 54px; transform-origin: 190px 170px; }
  .find-actions { align-items: flex-start; flex-direction: column; }
  .faq { gap: 35px; }
  summary { font-size: 13px; }
  footer { grid-template-columns: 1fr; padding: 55px 20px 22px; }
  footer > p { justify-self: start; }
  .footer-source { grid-column: 1; margin-top: 15px; }
  .footer-meta { grid-column: 1; margin-top: 35px; }
}

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