:root {
  --navy: #073d79;
  --blue: #169bd9;
  --sky: #76ddff;
  --sky-soft: #dff8ff;
  --pink: #ff4fb2;
  --yellow: #ffd52f;
  --green: #56cf46;
  --purple: #7559f7;
  --paper: #fffefb;
  --muted: #426c8d;
  --line: rgba(7, 61, 121, .14);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--sky-soft); }
body {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.85;
  overflow-x: hidden;
}
h1, h2, h3 {
  line-break: strict;
  word-break: auto-phrase;
  text-wrap: balance;
}
p { text-wrap: pretty; }
body.is-loading { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--navy); background: var(--yellow); }
.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; }
.eyebrow { margin: 0 0 1.4rem; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .2em; }

/* 空へ入るイントロ */
.intro { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 2rem; background: linear-gradient(160deg, #f7fdff 0%, #bcefff 52%, #72dcff 100%); transition: opacity .75s ease, visibility .75s; }
.intro::before, .intro::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.72); filter: blur(2px); }
.intro::before { width: 42vw; height: 42vw; left: -17vw; top: -21vw; box-shadow: 18vw 5vw 0 rgba(255,255,255,.35); }
.intro::after { width: 28vw; height: 28vw; right: -12vw; bottom: -14vw; box-shadow: -14vw -2vw 0 rgba(255,255,255,.3); }
.intro__noise { position: absolute; inset: 0; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.intro__content { position: relative; width: min(540px, 100%); text-align: center; }
.intro__logo { width: clamp(130px, 24vw, 210px); height: auto; margin: -1rem auto 1rem; filter: drop-shadow(0 18px 30px rgba(7,61,121,.16)); animation: float 3s ease-in-out infinite; }
.intro h1 { margin: 0 0 2.4rem; font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; line-height: 1.35; letter-spacing: .03em; text-shadow: 0 4px 0 white; }
.intro__meter { height: 10px; border: 3px solid white; border-radius: 99px; background: rgba(255,255,255,.55); box-shadow: 0 8px 24px rgba(7,61,121,.1); overflow: hidden; }
.intro__meter span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink)); }
.intro__meta { display: flex; justify-content: space-between; margin-top: .8rem; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.intro__meta b { font-weight: 900; }
.intro__skip { position: absolute; right: var(--pad); bottom: 2rem; color: var(--navy); background: rgba(255,255,255,.55); border: 2px solid white; border-radius: 99px; padding: .6rem 1rem; cursor: pointer; font-size: .72rem; font-weight: 800; }
.intro.is-finished { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }

.page-progress { position: fixed; left: 0; top: 0; right: 0; z-index: 100; height: 5px; pointer-events: none; background: rgba(255,255,255,.45); }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--yellow)); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem var(--pad); }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--navy); font-size: .8rem; font-weight: 900; line-height: 1; letter-spacing: .04em; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 5px 9px rgba(7,61,121,.13)); }
.brand small { color: var(--pink); font-size: .64rem; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.8rem); }
.site-nav a { color: var(--navy); text-decoration: none; font-size: .76rem; font-weight: 900; letter-spacing: .04em; }
.site-nav a:hover { color: var(--pink); }
.site-nav a span { margin-right: .45rem; color: var(--blue); font-size: .65rem; }
.site-nav .nav-join { padding: .75rem 1.2rem; border: 2px solid var(--navy); border-radius: 99px; background: white; box-shadow: 4px 4px 0 var(--navy); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 2px solid var(--navy); border-radius: 50%; background: white; color: var(--navy); box-shadow: 3px 3px 0 var(--navy); }
.nav-toggle span:not(.sr-only) { display: block; width: 17px; height: 2px; margin: 5px auto; border-radius: 99px; background: currentColor; }

/* ファーストビュー */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding: 9rem var(--pad) 5rem; isolation: isolate; overflow: hidden; background: linear-gradient(160deg, #effcff 0%, #a8ebff 50%, #68d9ff 100%); }
.hero__image { position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 14% 21%, rgba(255,255,255,.95) 0 5%, transparent 5.3%), radial-gradient(circle at 20% 17%, rgba(255,255,255,.82) 0 7%, transparent 7.3%), radial-gradient(circle at 85% 35%, rgba(255,255,255,.52) 0 8%, transparent 8.3%); transform: translateY(calc(var(--scroll-y, 0) * .03px)); }
.hero__veil { position: absolute; inset: auto 0 0; z-index: -3; height: 23%; background: linear-gradient(transparent, rgba(255,255,255,.65)); }
.hero__orb { position: absolute; z-index: -2; right: 9vw; top: 11vh; width: clamp(85px, 10vw, 150px); aspect-ratio: 1; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 18px rgba(255,255,255,.36), 0 20px 40px rgba(255,170,0,.25); }
.hero__content { width: min(1380px, 100%); margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.hero__copy { position: relative; z-index: 2; }
.hero__title { margin: 0 0 1.5rem; font-size: clamp(3.3rem, 7.1vw, 7.5rem); font-weight: 900; line-height: 1.08; letter-spacing: -.045em; color: var(--navy); }
.hero__title span { display: block; white-space: nowrap; }
.hero__title span:last-child { color: white; text-shadow: 4px 4px 0 var(--blue), 7px 7px 0 rgba(7,61,121,.14); }
.hero__lead { margin: 0 0 2rem; color: #245d88; font-size: clamp(.98rem, 1.4vw, 1.16rem); font-weight: 700; }
.text-link { display: inline-flex; gap: 2rem; align-items: center; padding: .85rem 1.2rem; border: 2px solid var(--navy); border-radius: 99px; background: var(--yellow); box-shadow: 5px 5px 0 var(--navy); text-decoration: none; font-size: .82rem; font-weight: 900; transition: transform .25s, box-shadow .25s; }
.text-link:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--navy); }
.hero__logo-stage { position: relative; display: grid; place-items: center; }
.hero__logo-stage::before { content: ""; position: absolute; width: 84%; aspect-ratio: 1; border-radius: 46% 54% 58% 42% / 55% 44% 56% 45%; background: rgba(255,255,255,.72); box-shadow: 0 30px 80px rgba(7,61,121,.12); animation: blob 9s ease-in-out infinite; }
.hero__logo-stage img { position: relative; width: min(100%, 650px); height: auto; filter: drop-shadow(0 28px 28px rgba(7,61,121,.19)); animation: float 5s ease-in-out infinite; }
.doodle { position: absolute; z-index: 2; color: var(--pink); font-size: clamp(2rem, 5vw, 5rem); font-weight: 900; transform: rotate(-12deg); }
.doodle--one { left: -2%; top: 12%; }
.doodle--two { right: 4%; bottom: 11%; color: var(--green); }
@keyframes blob { 0%,100% { border-radius: 46% 54% 58% 42% / 55% 44% 56% 45%; transform: rotate(0); } 50% { border-radius: 58% 42% 43% 57% / 42% 60% 40% 58%; transform: rotate(5deg); } }
.hero__coordinate { position: absolute; right: var(--pad); bottom: 2rem; display: flex; gap: 1.4rem; color: rgba(7,61,121,.55); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.hero__aside { position: absolute; top: 50%; right: calc(var(--pad) - .5rem); margin: 0; color: rgba(7,61,121,.45); font-size: .63rem; font-weight: 900; line-height: 1.5; letter-spacing: .13em; transform: rotate(90deg) translateX(50%); transform-origin: right center; }

/* 世界観 */
.section-index { position: absolute; left: var(--pad); top: 6rem; color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.prologue { position: relative; min-height: 105vh; display: grid; grid-template-columns: 1fr minmax(260px, 410px); align-content: center; gap: clamp(3rem, 8vw, 9rem); padding: 11rem var(--pad) 8rem; background: radial-gradient(circle at 18% 38%, rgba(113,220,255,.34), transparent 27%), linear-gradient(180deg, #fff 0%, #eefbff 100%); }
.prologue::after { content: "✦"; position: absolute; right: 9vw; top: 15%; color: var(--yellow); font-size: 4rem; transform: rotate(15deg); }
.prologue__copy { max-width: 1080px; }
.display-copy { margin: 0; font-size: clamp(2.6rem, 6vw, 6.7rem); font-weight: 900; line-height: 1.35; letter-spacing: -.035em; }
.display-copy > span { display: block; }
.accent { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(22,155,217,.18); text-decoration-thickness: .25em; text-underline-offset: -.08em; }
.accent--warm { color: var(--pink); text-decoration-color: rgba(255,79,178,.15); }
.prologue__note { align-self: end; display: grid; grid-template-columns: 50px 1fr; gap: 1.2rem; padding: 1.7rem; border: 2px solid var(--navy); border-radius: 28px 28px 28px 6px; background: white; box-shadow: 8px 8px 0 #a4e8fb; color: var(--muted); font-size: .95rem; }
.prologue__note p { margin: 0; }
.note-line { width: 50px; height: 5px; margin-top: .75rem; border-radius: 99px; background: linear-gradient(90deg,var(--blue),var(--pink)); }

.chapters { position: relative; background: white; }
.chapter { --tone: var(--blue); position: relative; min-height: 88vh; display: grid; grid-template-columns: .7fr 1.5fr; align-items: center; padding: 8rem var(--pad); border-top: 2px dashed rgba(7,61,121,.17); overflow: hidden; isolation: isolate; }
.chapter:nth-child(1) { background: #effbff; }
.chapter:nth-child(2) { --tone: #ef9d00; background: #fff9dc; }
.chapter:nth-child(3) { --tone: var(--pink); background: #fff0f8; }
.chapter::before { content: ""; position: absolute; z-index: -1; width: 42vw; aspect-ratio: 1; left: -17vw; top: 50%; border: 3px solid color-mix(in srgb, var(--tone) 22%, transparent); border-radius: 46% 54% 58% 42% / 55% 44% 56% 45%; background: color-mix(in srgb, var(--tone) 9%, white); transform: translateY(-50%) rotate(-12deg); }
.chapter--right::before { left: auto; right: -17vw; transform: translateY(-50%) rotate(12deg); }
.chapter__number { align-self: start; color: var(--tone); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.chapter__copy { position: relative; z-index: 2; max-width: 880px; }
.chapter__copy h2 { margin: 0 0 2rem; font-size: clamp(2.45rem, 5vw, 5.7rem); font-weight: 900; line-height: 1.3; letter-spacing: -.035em; }
.chapter__copy > p:last-child { max-width: 570px; margin: 0; color: var(--muted); font-size: 1rem; }
.chapter__word { position: absolute; right: -2vw; bottom: -7vw; z-index: -1; color: transparent; -webkit-text-stroke: 3px color-mix(in srgb, var(--tone) 18%, transparent); font: 900 clamp(8rem, 25vw, 28rem)/.8 "M PLUS Rounded 1c", sans-serif; letter-spacing: -.1em; user-select: none; }

/* 生き方 */
.lives { padding: 10rem var(--pad); background: linear-gradient(180deg, #fff 0%, #e8faff 100%); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; margin-bottom: 5rem; }
.section-heading h2 { margin: 0; font-size: clamp(3rem, 5.8vw, 6rem); font-weight: 900; line-height: 1.22; }
.section-heading > p { margin: 0 0 .8rem; color: var(--muted); }
.life-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.life-card { position: relative; min-height: 450px; padding: 2rem; border: 3px solid var(--navy); border-radius: 34px 34px 34px 10px; background: white; box-shadow: 9px 9px 0 #92e4fa; overflow: hidden; transition: transform .35s, box-shadow .35s; }
.life-card:nth-child(2) { box-shadow: 9px 9px 0 #ffd960; }
.life-card:nth-child(3) { box-shadow: 9px 9px 0 #ff9ed4; }
.life-card:hover { transform: translateY(-9px) rotate(-1deg); box-shadow: 13px 16px 0 #92e4fa; }
.life-card:nth-child(2):hover { box-shadow: 13px 16px 0 #ffd960; transform: translateY(-9px) rotate(1deg); }
.life-card:nth-child(3):hover { box-shadow: 13px 16px 0 #ff9ed4; }
.life-card__id { color: var(--blue); font-size: .72rem; font-weight: 900; }
.life-card__icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 4.5rem 0 2rem; border: 3px solid var(--navy); border-radius: 50%; color: white; background: var(--blue); box-shadow: 5px 5px 0 var(--navy); font-size: 1.4rem; }
.life-card:nth-child(2) .life-card__icon { background: var(--yellow); color: var(--navy); }
.life-card:nth-child(3) .life-card__icon { background: var(--pink); }
.life-card h3 { position: relative; margin: 0 0 1rem; font-size: 1.75rem; font-weight: 900; }
.life-card p { position: relative; max-width: 310px; margin: 0; color: var(--muted); font-size: .93rem; }
.life-card__en { position: absolute; right: 1.8rem; bottom: 1.15rem; color: rgba(7,61,121,.13); font-size: 1.25rem; font-weight: 900; letter-spacing: .08em; }

.promise { position: relative; min-height: 105vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 9rem var(--pad); text-align: center; overflow: hidden; background: linear-gradient(135deg, #7559f7 0%, #3889eb 55%, #28bde8 100%); color: white; }
.promise__halo { position: absolute; width: min(70vw, 850px); aspect-ratio: 1; border-radius: 50%; border: 4px solid rgba(255,255,255,.25); box-shadow: 0 0 0 35px rgba(255,255,255,.06), 0 0 0 75px rgba(255,255,255,.04); }
.promise__halo::before, .promise__halo::after { content: "✦"; position: absolute; color: var(--yellow); font-size: 4rem; }
.promise__halo::before { left: 6%; top: 10%; transform: rotate(-15deg); }
.promise__halo::after { content: "＋"; right: 4%; bottom: 14%; color: #ff8dcc; }
.promise > *:not(.promise__halo) { position: relative; z-index: 1; }
.promise .eyebrow { color: #dff8ff; }
.promise h2 { margin: 0 0 2rem; font-size: clamp(2.9rem, 6.7vw, 7.3rem); font-weight: 900; line-height: 1.3; text-shadow: 4px 5px 0 rgba(7,61,121,.25); }
.promise h2 span { color: var(--yellow); }
.promise__body { max-width: 680px; margin: 0 0 2.7rem; color: #effcff; }
.outline-link { display: inline-flex; justify-content: space-between; align-items: center; width: min(340px, 100%); padding: 1rem 1.35rem; border: 3px solid white; border-radius: 99px; background: white; color: var(--navy); box-shadow: 6px 6px 0 var(--navy); text-decoration: none; font-size: .82rem; font-weight: 900; transition: transform .25s, box-shadow .25s; }
.outline-link:hover { transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--navy); }

.join { position: relative; min-height: 100vh; display: grid; place-items: center; padding: 9rem var(--pad); overflow: hidden; background: linear-gradient(180deg, #dff9ff 0%, #7cddfb 100%); text-align: center; }
.join__sky { position: absolute; inset: 0; background: radial-gradient(circle at 12% 23%, white 0 1.5%, transparent 1.7%), radial-gradient(circle at 88% 20%, var(--yellow) 0 5%, transparent 5.2%), radial-gradient(circle at 80% 72%, rgba(255,255,255,.55) 0 9%, transparent 9.2%); }
.join__inner { position: relative; z-index: 2; max-width: 900px; }
.join h2 { margin: 0 0 1.7rem; font-size: clamp(3rem, 6.7vw, 7rem); font-weight: 900; line-height: 1.28; letter-spacing: -.04em; }
.join__inner > p:not(.eyebrow) { max-width: 590px; margin: 0 auto 2.8rem; color: var(--muted); }
.join__actions { display: flex; justify-content: center; align-items: center; gap: 1.25rem; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 4rem; min-width: 290px; padding: 1.15rem 1.35rem; border: 3px solid var(--navy); border-radius: 99px; color: white; background: var(--pink); box-shadow: 7px 7px 0 var(--navy); text-decoration: none; font-size: .84rem; font-weight: 900; transition: transform .25s, box-shadow .25s; }
.primary-button:hover { transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--navy); }
.quiet-button { color: var(--navy); font-size: .8rem; font-weight: 900; text-underline-offset: .35rem; }
.join__city-name { position: absolute; left: 50%; bottom: -3vw; color: rgba(255,255,255,.22); font: 900 clamp(6rem, 21vw, 22rem)/.75 "M PLUS Rounded 1c", sans-serif; letter-spacing: -.08em; transform: translateX(-50%); white-space: nowrap; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); padding: 2.5rem var(--pad); border-top: 3px solid var(--navy); background: white; color: var(--muted); }
.site-footer p { margin: 0; font-size: .82rem; font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: var(--navy); font-size: .7rem; font-weight: 800; text-underline-offset: .25rem; }
.site-footer small { color: var(--blue); font-size: .65rem; font-weight: 900; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(30px) scale(.985); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .12s; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; align-items: stretch; padding: 6rem 12vw; background: rgba(223,248,255,.98); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .3s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 1rem 0; border-bottom: 2px dashed var(--line); font-size: 1rem; }
  .site-nav .nav-join { margin-top: 1rem; text-align: center; }
  .nav-toggle { position: relative; z-index: 1; }
  .hero__content { grid-template-columns: 1fr .8fr; }
  .hero__title { font-size: clamp(2.7rem, 6.4vw, 4.8rem); }
  .hero__aside { display: none; }
  .prologue { grid-template-columns: 1fr; }
  .prologue__note { max-width: 580px; margin-left: auto; }
  .chapter { grid-template-columns: 1fr; align-content: center; gap: 3.5rem; }
  .section-heading { grid-template-columns: 1fr; }
  .life-grid { grid-template-columns: 1fr; }
  .life-card { min-height: 370px; }
  .life-card__icon { margin-top: 3rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-end; }
}

@media (max-width: 860px) {
  .hero { min-height: auto; padding-top: 7.5rem; padding-bottom: 6rem; }
  .hero__content { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero__copy { text-align: center; }
  .hero__logo-stage { grid-row: 1; width: min(54vw, 430px); margin: 0 auto; }
  .hero__title { font-size: clamp(2.8rem, 8.5vw, 4.7rem); }
  .hero__lead { max-width: 34rem; margin-left: auto; margin-right: auto; }
  .hero__coordinate { display: none; }
  .chapter__copy h2 { font-size: clamp(2.4rem, 7.5vw, 4.5rem); }
  .chapter__copy h2 br { display: none; }
  .promise h2 { font-size: clamp(2.8rem, 8.5vw, 5.6rem); }
  .join h2 { font-size: clamp(2.8rem, 8.5vw, 5.5rem); }
}

@media (max-width: 680px) {
  .intro__skip { right: 1.25rem; }
  .site-header { padding-top: .85rem; }
  .brand img { width: 50px; height: 50px; }
  .hero { padding-top: 6.7rem; padding-bottom: 4.5rem; align-items: center; }
  .hero__content { gap: .75rem; }
  .hero__title { font-size: clamp(2.2rem, 10vw, 3.4rem); letter-spacing: -.055em; }
  .hero__lead br { display: none; }
  .hero__logo-stage { width: min(72vw, 340px); }
  .hero__orb { right: 4vw; top: 13vh; }
  .hero__coordinate { display: none; }
  .doodle--one { left: -5%; }
  .doodle--two { right: -2%; }
  .section-index { top: 4rem; }
  .prologue { min-height: 100vh; padding-top: 9rem; }
  .display-copy { font-size: clamp(2rem, 8.8vw, 3.2rem); line-height: 1.42; }
  .display-copy > span { text-wrap: balance; }
  .prologue__note { grid-template-columns: 28px 1fr; padding: 1.25rem; }
  .note-line { width: 28px; }
  .chapter { min-height: 82vh; padding-top: 6rem; padding-bottom: 6rem; }
  .chapter__copy h2 { font-size: clamp(2rem, 8.4vw, 3rem); line-height: 1.4; }
  .section-heading h2 { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  .lives, .promise, .join { padding-top: 7rem; padding-bottom: 7rem; }
  .life-card { min-height: 350px; }
  .promise__halo { width: 120vw; }
  .promise h2 { font-size: clamp(2.3rem, 9.4vw, 3.4rem); line-height: 1.4; }
  .join h2 { font-size: clamp(2.35rem, 9.5vw, 3.5rem); line-height: 1.4; }
  .join__actions { flex-direction: column; }
  .primary-button { min-width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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