:root {
  --paper: #fffdf7;
  --cream: #f7f1e4;
  --ink: #352822;
  --muted: #74675f;
  --yellow: #e6d300;
  --green: #008f32;
  --orange: #ff5c18;
  --accent: var(--orange);
  --red: #e62108;
  --line: rgba(53, 40, 34, .18);/* Support illustration viewport correction v75. */
.support-v2 .program-flow .page-scatter--right-top { right: clamp(190px, 14vw, 250px) !important; }
@media (max-width: 680px) { .support-v2 .program-flow .page-scatter--right-top { right: 72px !important; } }

/* Support illustration viewport correction v74. */
.support-v2 .program-flow .page-scatter--right-top { right: clamp(190px, 14vw, 250px); }
@media (max-width: 680px) { .support-v2 .program-flow .page-scatter--right-top { right: 72px; } }

/* Support illustration: keep the full drawing inside the viewport. */
.support-v2 .program-flow .page-scatter--right-top { right: clamp(190px, 14vw, 250px); }
@media (max-width: 680px) { .support-v2 .program-flow .page-scatter--right-top { right: 72px; } }

  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; line-height: 1.9; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 16px; background: #fff; border: 2px solid var(--ink); }
.skip:focus { top: 12px; }
.header { position: sticky; top: 0; z-index: 50; height: 88px; background: rgba(255,253,247,.97); border-bottom: 1px solid var(--line); }
.header-inner { width: min(calc(100% - 48px), 1320px); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand strong { display: block; line-height: 1.2; }
.brand small { display: block; color: var(--muted); font-size: 10px; line-height: 1.4; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; }
.nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.nav a[aria-current="page"], .nav a:hover { border-color: var(--ink); }
.header-call, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 22px; border: 1px solid var(--orange); border-radius: 4px; background: var(--orange); color: #fff; font-weight: 800; transition: transform 220ms ease, background-color 220ms ease; }
.header-call:hover, .button:hover { transform: translateY(-2px); background: #d94a10; }
.button.outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button.outline:hover { color: #fff; background: var(--ink); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 4px; background: transparent; }
.mobile-menu { display: none; }
.hero { min-height: 700px; display: grid; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 46vw; aspect-ratio: 1; top: -13vw; right: -12vw; border: 44px solid var(--yellow); border-radius: 50%; opacity: .5; }
.hero::after { content: ""; position: absolute; width: 38vw; height: 130px; right: -6vw; bottom: 2vw; background: var(--green); border-radius: 50%; transform: rotate(-7deg); }
.hero-inner { position: relative; z-index: 1; padding: 90px 0 70px; }
.eyebrow, .kicker { color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
p, li, summary, address { text-wrap: pretty; }
h1 { max-width: 1080px; margin-bottom: 28px; font-size: clamp(42px, 4.5vw, 68px); line-height: 1.38; text-wrap: balance; }
h2 { max-width: 1020px; margin-bottom: 30px; font-size: clamp(34px, 4vw, 58px); line-height: 1.42; text-wrap: balance; }
h3 { font-size: 20px; line-height: 1.55; }
.headline-line { display: block; }
.mobile-break { display: none; }
.hero-copy, .lead { max-width: 700px; color: var(--muted); font-size: 17px; }
.actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { padding: 18px; border-right: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.fact:last-child { border: 0; }
.fact span { color: var(--orange); margin-right: 8px; }
.section { padding: 120px 0; }
.band-cream { background: var(--cream); }
.band-green { background: var(--green); color: #fff; }
.band-yellow { background: var(--yellow); }
.band-green .kicker, .band-green .lead { color: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.logo-stage { min-height: 390px; display: grid; place-items: center; position: relative; }
.logo-stage::before { content: ""; position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); opacity: .35; }
.logo-stage img { position: relative; width: min(340px, 76%); mix-blend-mode: multiply; }
.route-list, .line-list { margin-top: 54px; border-top: 1px solid currentColor; border-top-color: var(--line); }
.route { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 24px; min-height: 96px; border-bottom: 1px solid var(--line); }
.route span { color: var(--orange); font-weight: 800; }
.route strong { font-size: 20px; }
.route b { font-size: 22px; }
.band-green .route-list, .band-green .route { border-color: rgba(255,255,255,.42); }
.band-green .route span { color: var(--yellow); }
.page-hero { min-height: 480px; display: grid; align-items: end; padding: 110px 0 76px; position: relative; overflow: hidden; background: var(--cream); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 120px; right: -80px; bottom: 20px; border-radius: 50%; background: var(--yellow); transform: rotate(-8deg); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; margin-bottom: 16px; }
.page-hero p { max-width: 700px; color: var(--muted); }
.page-hero--illustrated .wrap { min-height: 294px; display: flex; align-items: flex-end; }
.page-hero__copy { width: min(72%, 820px); position: relative; z-index: 2; }
.page-hero__art { width: 290px; height: 310px; position: absolute; right: 2%; bottom: -18px; pointer-events: none; }
.page-hero__art::before { content: ""; position: absolute; inset: 32% -8% 0 12%; background: rgba(230, 211, 0, .72); clip-path: polygon(7% 8%, 100% 0, 90% 100%, 0 90%); }
.page-hero__person { width: 220px; height: 292px; position: absolute; left: 0; bottom: 0; z-index: 1; object-fit: contain; object-position: center bottom; }
.page-hero__art--scene { width: 360px; height: 300px; right: -1%; bottom: -8px; }
.page-hero__art--scene::before { inset: 45% -2% 2% 13%; opacity: .72; }
.page-hero__person--scene { width: 330px; height: 270px; left: 0; bottom: 0; }
.page-hero__doodle { width: 64px; position: absolute; right: 0; top: 48px; z-index: 2; }
.page-hero__art--day::before { background: rgba(0, 143, 50, .2); }
.page-hero__art--day .page-hero__doodle { transform: rotate(17deg); }
.page-hero__art--guide .page-hero__doodle { width: 60px; transform: rotate(-8deg); }
.page-hero__art--recruit::before { background: rgba(255, 92, 24, .18); }
.page-hero__art--recruit .page-hero__doodle { transform: rotate(12deg); }
.prose { max-width: 760px; }
.prose p { color: var(--muted); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); }
.principle:last-child { border: 0; }
.principle span { color: var(--orange); font-weight: 800; }
.principle h3 { margin-top: 44px; }
.principle p { color: var(--muted); font-size: 14px; }
.area-row { display: grid; grid-template-columns: 74px 240px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); align-items: start; }
.area-row:first-child { border-top: 1px solid var(--line); }
.area-row span { color: var(--orange); font-weight: 800; }
.area-row p { margin: 0; color: var(--muted); }
.timeline { max-width: 860px; border-top: 1px solid var(--line); }
.timeline-row { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.timeline-row span { color: var(--green); font-weight: 800; }
.timeline-row p { margin: 8px 0 0; color: var(--muted); }
.support-policy { display: grid; grid-template-columns: 260px 1fr; gap: 7vw; margin-bottom: 110px; }
.support-policy__head h2 { margin-bottom: 0; }
.support-policy ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.support-policy li { min-height: 132px; padding: 22px 20px; border-bottom: 1px solid var(--ink); }
.support-policy li span { display: block; margin-bottom: 22px; color: var(--orange); font-size: 11px; font-weight: 900; }
.support-policy li strong { font-size: 17px; }
.weekly-programs__head { max-width: 720px; }
.weekly-programs__head h2 { margin-bottom: 18px; }
.weekly-programs { margin-top: 58px; }
.weekly-transport { min-height: 92px; display: grid; grid-template-columns: 100px 170px 1fr; align-items: center; gap: 28px; padding: 20px 26px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.weekly-transport span { color: var(--orange); font-size: 11px; font-weight: 900; }
.weekly-transport strong { color: var(--green); font-size: 27px; }
.weekly-transport p { margin: 0; color: var(--muted); }
.weekly-list { margin: 18px 0; }
.weekly-day { --weekday: var(--green); min-height: 140px; display: grid; grid-template-columns: 160px minmax(0, 1fr) 480px; align-items: center; border-top: 1px solid var(--ink); }
.weekly-day:last-child { border-bottom: 1px solid var(--ink); }
.weekly-day:nth-child(2), .weekly-day:nth-child(5) { --weekday: var(--orange); }
.weekly-day:nth-child(3), .weekly-day:nth-child(6) { --weekday: #c8a800; }
.weekly-day header { padding: 24px; }
.weekly-day header span { color: var(--weekday); font-size: 11px; font-weight: 900; }
.weekly-day h3 { margin: 18px 0 0; font-size: 29px; }
.weekly-theme { min-width: 0; display: grid; grid-template-columns: minmax(180px, 1fr) 230px; align-items: center; gap: 22px; padding: 18px 24px 18px 30px; border-left: 1px solid var(--line); }
.weekly-theme strong { font-size: 20px; }
.weekly-theme p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.weekly-example { min-width: 0; display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 12px; margin: 0; }
.weekly-example img { width: 82px; height: 82px; object-fit: contain; }
.weekly-example small { display: block; color: var(--weekday); font-size: 9px; font-weight: 900; }
.weekly-example b { display: block; margin-top: 3px; font-size: 11px; line-height: 1.55; }
.weekly-hours { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-self: stretch; border-left: 1px solid var(--line); }
.weekly-hours > span { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 22px; }
.weekly-hours > span + span { border-left: 1px solid var(--line); }
.weekly-hours b { color: var(--weekday); font-size: 15px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.weekly-hours small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 800; }
.weekly-transport--after { border-top: 1px solid var(--ink); }
.data-list { border-top: 1px solid var(--line); }
.data-row { display: grid; grid-template-columns: 220px 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.data-row span { color: var(--muted); }
.notice { margin-top: 40px; padding: 24px 0; border-top: 2px solid var(--orange); border-bottom: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; cursor: pointer; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--orange); font-size: 25px; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; color: var(--muted); padding-bottom: 24px; }
.contact-band { padding: 90px 0; background: var(--orange); color: #fff; text-align: center; }
.contact-band h2 { margin-inline: auto; }
.contact-band p { max-width: 650px; margin: 0 auto 28px; }
.phone-number { display: inline-block; color: #fff; font-size: clamp(36px, 6vw, 72px); line-height: 1.2; font-weight: 800; border-bottom: 2px solid #fff; }
.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 150px 1fr auto; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.news-row time { color: var(--muted); }
.document-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr) auto; align-items: center; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.document-row:first-child { border-top: 1px solid var(--line); }
.document-row--link { color: inherit; transition: color 180ms ease-out, padding 180ms ease-out; }
.document-row--link > span:last-child { color: var(--orange); font-weight: 800; }
.document-row--link:hover { padding-left: 8px; color: var(--green); }
.status { color: var(--muted); font-size: 13px; }
.footer { padding: 70px 0 110px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 100px; background: #fff; border-radius: 4px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; font-size: 13px; }
.footer-meta { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.7); font-size: 12px; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: none; }
.hero .reveal, .page-hero .reveal { opacity: 1; transform: none; }

/* Small illustrated discoveries shared by lower pages. */
.has-page-scatter { position: relative; overflow: hidden; }
.has-page-scatter > .wrap { position: relative; z-index: 1; }
.page-scatter {
  width: clamp(112px, 11vw, 172px);
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transition-delay: var(--scatter-delay, 0ms);
}
.page-scatter img { width: 100%; height: auto; opacity: .72; }
.page-scatter--left-top { left: -48px; top: 12%; }
.page-scatter--right-top { right: -44px; top: 10%; }
.page-scatter--left-bottom { left: -42px; bottom: -12px; }
.page-scatter--right-bottom { right: -40px; bottom: -14px; }
.page-scatter--left-top img, .page-scatter--right-bottom img { transform: rotate(-7deg); }
.page-scatter--right-top img, .page-scatter--left-bottom img { transform: rotate(7deg); }

.illustration-reactive {
  pointer-events: auto;
  touch-action: manipulation;
  will-change: translate, scale;
  transition: translate 260ms cubic-bezier(.22,.72,.28,1), scale 260ms cubic-bezier(.22,.72,.28,1);
  cursor: pointer;
}
@keyframes illustration-play {
  0%, 100% { translate: 0 0; scale: 1; }
  36% { translate: 0 -14px; scale: 1.055; }
  66% { translate: 5px -4px; scale: 1.01; }
}
@media (hover: hover) {
  .illustration-reactive:hover {
    translate: 0 -10px;
    scale: 1.04;
  }
}
.illustration-reactive.is-playful { animation: illustration-play 700ms cubic-bezier(.22,.72,.28,1); }
@media (prefers-reduced-motion: reduce) {
  .illustration-reactive,
  .illustration-reactive:hover,
  .illustration-reactive.is-playful { animation: none; translate: none; scale: none; }
}

/* Illustration placement rules intentionally disable pointer events; reactive art opts back in. */
img.illustration-reactive {
  pointer-events: auto !important;
}
@media (max-width: 1050px) {
  .nav, .header-call { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .mobile-menu { position: fixed; inset: 88px 0 0; z-index: 45; padding: 30px 24px 120px; background: var(--paper); overflow: auto; }
  .mobile-menu.active { display: block; }
  .mobile-menu a { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 800; }
  .split { grid-template-columns: 1fr; }
  .logo-stage { min-height: 310px; order: -1; }
  .principles { grid-template-columns: 1fr; }
  .principle { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle:last-child { border-bottom: 0; }
}
@media (max-width: 680px) {
  .wrap, .header-inner { width: min(calc(100% - 40px), var(--max)); }
  .header { height: 72px; }
  .brand img { width: 52px; height: 52px; }
  .mobile-menu { inset-block-start: 72px; }
  .hero { min-height: auto; }
  .hero-inner { padding: 72px 0 58px; }
  .hero::before { width: 78vw; right: -38vw; top: -8vw; border-width: 24px; }
  .hero::after { width: 72vw; height: 74px; right: -24vw; bottom: 70px; }
  h1 { font-size: clamp(31px, 9.2vw, 40px); line-height: 1.48; }
  h2 { font-size: clamp(31px, 9.5vw, 42px); line-height: 1.5; }
  .mobile-break { display: inline; }
  .hero-copy, .lead { font-size: 15px; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 84px 0; }
  .page-hero { min-height: 400px; padding: 100px 0 64px; }
  .page-hero--illustrated { min-height: 460px; padding-top: 76px; }
  .page-hero--illustrated .wrap { min-height: 300px; align-items: flex-start; }
  .page-hero__copy { width: 76%; }
  .page-hero__art { width: 142px; height: 182px; right: -12px; bottom: -24px; }
  .page-hero__person { width: 118px; height: 174px; }
  .page-hero__doodle { width: 38px; top: 30px; }
  .page-hero__art--guide .page-hero__doodle { width: 38px; }
  .route { grid-template-columns: 50px 1fr auto; gap: 14px; }
  .route strong { font-size: 17px; }
  .area-row { grid-template-columns: 42px 1fr; gap: 12px; }
  .area-row p { grid-column: 2; }
  .timeline-row { grid-template-columns: 48px 1fr; gap: 16px; }
  .data-row { grid-template-columns: 1fr; gap: 4px; }
  .news-row, .document-row { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .footer { padding-bottom: 120px; }
  .mobile-call { display: flex; position: fixed; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 60; min-height: 54px; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 4px; background: var(--orange); color: #fff; font-weight: 800; box-shadow: 0 10px 30px rgba(53,40,34,.2); opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity 220ms ease, transform 220ms ease; }
  .mobile-call.active { opacity: 1; transform: none; pointer-events: auto; }
  .page-scatter { width: 88px; opacity: .86; }
  .page-scatter img { opacity: .62; }
  .page-scatter--left-top { left: -42px; top: 16px; }
  .page-scatter--right-top { right: -40px; top: 18px; }
  .page-scatter--left-bottom { left: -38px; bottom: -8px; }
  .page-scatter--right-bottom { right: -38px; bottom: -8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .header-call, .button, .mobile-call { transition: none; }
}

/* Home story */
.home-v2 { background: #fffdf7; }
.home-v2 .header { background: rgba(255, 253, 247, .94); backdrop-filter: blur(12px); }
.home-story { overflow: hidden; }
.story-hero { min-height: calc(100svh - 88px); position: relative; display: grid; align-items: center; background: var(--paper); }
.story-hero__background { width: 144%; height: 100%; position: absolute; inset: 0 0 0 auto; object-fit: cover; object-position: 50% 20%; opacity: .4; filter: saturate(.82) contrast(.94); -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%); mask-image: linear-gradient(to right, transparent 0%, #000 22%); pointer-events: none; }
.story-hero::after { content: ""; position: absolute; left: calc(50% - min(50% - 24px, 590px)); bottom: -110px; width: 2px; height: 190px; background: var(--green); }
.story-hero__inner { min-height: 690px; position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: 8vw; padding-block: 86px 132px; }
.story-hero__copy { position: relative; z-index: 2; }
.story-hero__copy h1 { max-width: 700px; margin: 0; font-size: clamp(38px, 4.7vw, 68px); line-height: 1.22; font-weight: 700; }
.story-hero__copy h1 span { display: block; }
.story-hero__focus { color: var(--accent); font-style: normal; }
.story-hero__next { margin: 36px 0 0; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.75; font-weight: 700; }
.story-link { width: min(100%, 390px); min-height: 68px; margin-top: 46px; padding: 0 0 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-weight: 800; }
.story-link b { width: 54px; height: 54px; display: grid; place-items: center; background: var(--green); color: #fff; font-size: 20px; transition: transform 260ms ease-out; }
.story-link:hover b { transform: translateX(5px); }
.story-hero__mark { position: relative; z-index: 1; align-self: center; }
.story-hero__mark::before { content: ""; position: absolute; inset: 10% -30% -5% 16%; z-index: -1; background: var(--yellow); clip-path: polygon(8% 0, 100% 10%, 88% 92%, 0 100%); }
.story-hero__visual { min-height: 430px; position: relative; }
.story-hero__logo { width: min(100%, 390px); height: 430px; display: block; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(53,40,34,.12)); }
.story-hero__mark p { margin: -18px 0 0 auto; width: max-content; font-size: 10px; line-height: 1.5; font-weight: 800; text-transform: uppercase; }
.story-doodle { display: block; position: absolute; pointer-events: none; }
.story-doodle--star { width: 56px; right: 3%; top: 24px; z-index: 3; transform: rotate(12deg); }
.story-hero__field { position: absolute; inset: 0; pointer-events: none; color: rgba(53, 40, 34, .055); font-size: clamp(90px, 16vw, 250px); line-height: .8; font-weight: 900; }
.story-hero__field span { position: absolute; writing-mode: vertical-rl; }
.story-hero__field span:nth-child(1) { top: 3%; right: 4%; }
.story-hero__field span:nth-child(2) { bottom: -8%; right: 28%; }
.story-facts { position: absolute; left: 0; right: 0; bottom: 32px; margin: 0; display: flex; gap: 0; border-top: 1px solid var(--line); }
.story-facts div { min-width: 150px; padding: 14px 28px 0 0; }
.story-facts dt { color: var(--muted); font-size: 10px; font-weight: 800; }
.story-facts dd { margin: 1px 0 0; font-size: 14px; font-weight: 800; }
.story-scroll { position: absolute; right: 24px; bottom: 34px; margin: 0; font-size: 9px; font-weight: 800; writing-mode: vertical-rl; }
.hero-enter { opacity: 0; transform: translateY(20px); transition: opacity 780ms cubic-bezier(.2,.7,.2,1), transform 780ms cubic-bezier(.2,.7,.2,1); }
.hero-enter.visible { opacity: 1; transform: none; }
.story-label { margin: 0 0 24px; color: var(--green); font-size: 11px; line-height: 1.4; font-weight: 900; text-transform: uppercase; }
.story-track { width: min(calc(100% - 48px), var(--max)); height: 0; position: relative; z-index: 3; margin-inline: auto; }
.story-track::before { content: ""; position: absolute; left: 0; top: 0; width: 2px; height: 120px; background: var(--green); }
.story-track span { position: absolute; left: 16px; top: 12px; color: var(--green); font-size: 11px; font-weight: 900; }
.story-track--light::before { background: rgba(255,255,255,.7); }
.story-track--light span { color: #fff; }
.story-intro { position: relative; padding: 190px 0 230px; background: var(--cream); }
.story-intro::after { content: ""; position: absolute; left: -3%; right: -3%; bottom: -78px; height: 160px; z-index: 2; background: var(--green); border-radius: 52% 52% 0 0 / 70% 70% 0 0; }
.story-doodle--pencil { width: 76px; right: 6vw; top: 145px; transform: rotate(18deg); }
.story-intro__inner { display: grid; grid-template-columns: minmax(140px, .38fr) minmax(0, 1fr) minmax(260px, .48fr); gap: 5vw; align-items: start; }
.story-intro__inner > .story-label,
.experience-head > .story-label,
.guide-runway__title > .story-label { padding-left: 24px; }
.story-intro__statement h2 { margin: 0; font-size: clamp(40px, 4.4vw, 66px); line-height: 1.34; }
.story-intro__statement p { max-width: 670px; margin: 52px 0 0; color: var(--muted); font-size: 18px; }
.story-intro__aside { min-width: 260px; align-self: end; padding-top: 180px; }
.story-intro__person { width: 118px; height: 210px; margin: 0 0 26px auto; display: block; object-fit: contain; object-position: center bottom; }
.story-intro__person.story-job-scene { width: 190px; height: 160px; margin-right: -10px; }
.story-intro__aside p { max-width: 230px; margin-bottom: 34px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.story-intro__aside .text-link { white-space: nowrap; }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 28px; border-bottom: 1px solid currentColor; font-weight: 800; }
.text-link span { transition: transform 240ms ease-out; }
.text-link:hover span { transform: translateX(5px); }
.experience-section { position: relative; z-index: 1; min-height: 980px; padding: 180px 0 210px; background: var(--green); color: #fff; }
.experience-head { display: grid; grid-template-columns: .45fr 1.05fr .55fr; gap: 6vw; align-items: start; }
.experience-head .story-label { color: var(--yellow); }
.experience-head h2 { margin: 0; font-size: clamp(39px, 3.2vw, 46px); line-height: 1.34; text-wrap: pretty; }
.experience-head > p:last-child { margin: 16px 0 0; color: rgba(255,255,255,.8); font-size: 14px; }
.section-job { position: absolute; z-index: 0; display: block; object-fit: contain; pointer-events: none; filter: drop-shadow(0 14px 12px rgba(53,40,34,.08)); }
.section-job--coffee { width: clamp(125px, 14vw, 205px); left: 2vw; top: 420px; transform: rotate(-7deg); }
.section-job--plant { width: clamp(120px, 13vw, 190px); right: 2vw; bottom: 95px; transform: rotate(6deg); }
.section-job--sport { width: clamp(105px, 12vw, 175px); right: 2vw; bottom: 70px; transform: rotate(8deg); }
.section-job--book { width: clamp(110px, 13vw, 185px); right: max(10px, calc((100vw - var(--max)) / 2 - 30px)); top: 8px; z-index: 2; transform: rotate(4deg); }
.experience-head, .experience-files, .guide-runway__inner { position: relative; z-index: 1; }
.experience-files { width: min(calc(100% - 48px), 1090px); height: 470px; position: relative; margin: 120px auto 0; }
.experience-file { width: min(360px, 31vw); min-height: 410px; position: absolute; top: 0; left: 50%; padding: 34px; display: flex; flex-direction: column; color: var(--ink); border: 1px solid rgba(53,40,34,.22); box-shadow: 0 24px 60px rgba(24,56,30,.16); transform-origin: bottom center; transition: transform 380ms cubic-bezier(.2,.7,.2,1), filter 300ms ease-out; }
.experience-file--one { z-index: 3; background: #fffdf7; transform: translateX(-150%) rotate(-4deg); }
.experience-file--two { z-index: 2; background: var(--yellow); transform: translateX(-50%) translateY(18px) rotate(2deg); }
.experience-file--three { z-index: 1; background: #f3d8c7; transform: translateX(50%) translateY(38px) rotate(5deg); }
.experience-files:hover .experience-file--one { transform: translateX(-154%) rotate(-6deg); }
.experience-files:hover .experience-file--two { transform: translateX(-50%) translateY(10px) rotate(0); }
.experience-files:hover .experience-file--three { transform: translateX(54%) translateY(28px) rotate(6deg); }
.experience-file:hover, .experience-file:focus-visible { z-index: 5; filter: brightness(1.03); }
.experience-file__no { font-size: 11px; font-weight: 900; }
.experience-file__tag { width: max-content; margin: 42px 0 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; }
.experience-file strong { font-size: clamp(28px, 2.4vw, 38px); line-height: 1.28; }
.experience-file p { margin: 25px 0; font-size: 13px; line-height: 1.9; }
.experience-file b { margin-top: auto; font-size: 13px; }
.guide-runway { position: relative; padding: 210px 0 180px; background: var(--yellow); }
.guide-runway::before { content: ""; position: absolute; left: -3%; right: -3%; top: -70px; height: 140px; background: var(--yellow); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.guide-runway__inner { display: grid; grid-template-columns: .75fr 1.35fr; gap: 10vw; }
.guide-runway__title h2 { margin: 0; font-size: clamp(48px, 5.8vw, 82px); line-height: 1.3; }
.guide-steps { margin: 5px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.guide-steps li { min-height: 112px; display: grid; grid-template-columns: 60px 1fr; align-content: center; column-gap: 20px; border-bottom: 1px solid var(--ink); }
.guide-steps li > span { grid-row: 1 / 3; align-self: center; color: var(--green); font-weight: 900; }
.guide-steps strong { font-size: 20px; }
.guide-steps small { color: rgba(53,40,34,.72); }
.story-link--dark { grid-column: 2; color: var(--ink); border-color: var(--ink); }
.story-link--dark b { background: var(--ink); }
.guide-illustration { grid-column: 1; width: 230px; height: 235px; position: relative; align-self: end; margin: -80px auto -90px 6%; }
.guide-illustration__person { width: 190px; height: 235px; position: absolute; left: 0; bottom: 0; object-fit: contain; object-position: center bottom; }
.guide-illustration__person.story-job-scene { width: 230px; height: 195px; left: -14px; }
.story-doodle--palette { width: 58px; right: 0; top: 4px; transform: rotate(-10deg); }
.place-section { position: relative; padding: 200px 0; overflow: hidden; background: var(--paper); }
.place-section__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: end; }
.place-job-accent { width: clamp(150px, 17vw, 240px); position: absolute; left: 43%; bottom: -12px; z-index: 0; opacity: .92; transform: rotate(-3deg); pointer-events: none; }
.place-section__inner { position: relative; z-index: 1; }
.place-section__lead h2 { margin: 0 0 54px; font-size: clamp(54px, 7vw, 100px); line-height: 1.22; }
.place-address { padding-left: 7vw; border-left: 1px solid var(--green); font-style: normal; }
.place-address > span { color: var(--green); font-size: 12px; font-weight: 900; }
.place-address > strong { display: block; margin: 20px 0 54px; font-size: clamp(20px, 2vw, 28px); line-height: 1.7; }
.place-address dl { margin: 0; }
.place-address dl div { display: grid; grid-template-columns: 110px 1fr; padding: 13px 0; border-top: 1px solid var(--line); }
.place-address dt { color: var(--muted); font-size: 12px; }
.place-address dd { margin: 0; font-weight: 800; }
.home-notice { padding: 140px 0; background: var(--cream); }
.home-notice__inner { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; }
.home-notice h2 { margin: 0; }
.home-notice__heading .text-link { margin-top: 28px; }
.notice-job-accent { width: 150px; height: 120px; margin: 24px 0 0 auto; object-fit: contain; transform: rotate(2deg); }
.home-notice .news-row { transition: padding 220ms ease-out, color 220ms ease-out; }
.home-notice .news-row:hover { padding-inline: 12px; color: var(--green); }
.home-disclosure { position: relative; padding: 70px 0 140px; overflow: hidden; background: var(--cream); }
.home-disclosure__inner { min-height: 390px; position: relative; display: grid; grid-template-columns: .58fr 1.05fr; grid-template-rows: 1fr auto; gap: 38px 8vw; padding: 62px 70px 56px; overflow: hidden; background: var(--green); color: #fff; }
.home-disclosure__inner::after { content: "D"; position: absolute; right: -18px; bottom: -86px; color: rgba(255,255,255,.08); font-size: 320px; line-height: 1; font-weight: 900; pointer-events: none; }
.home-disclosure__index { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.42); }
.home-disclosure__index span { color: var(--yellow); font-size: 11px; font-weight: 900; }
.home-disclosure__index strong { font-size: clamp(23px, 2.5vw, 34px); line-height: 1; letter-spacing: .04em; }
.home-disclosure__copy { position: relative; z-index: 1; }
.home-disclosure .story-label { color: var(--yellow); }
.home-disclosure h2 { margin: 0; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.38; }
.home-disclosure__copy > p:last-child { max-width: 630px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 14px; }
.home-disclosure__link { grid-column: 2; position: relative; z-index: 1; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.72); font-weight: 800; }
.home-disclosure__link b { width: 52px; height: 52px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); font-size: 20px; transition: transform 240ms ease-out; }
.home-disclosure__link:hover b { transform: translateX(5px); }
.story-contact { position: relative; padding: 180px 0; overflow: hidden; background: var(--orange); color: #fff; text-align: center; }
.story-contact::before { content: "CONTACT"; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.1); font-size: clamp(100px, 20vw, 320px); line-height: 1; font-weight: 900; transform: translate(-50%, -50%); }
.story-contact__inner { position: relative; z-index: 1; }
.contact-job-accent { width: clamp(170px, 20vw, 280px); position: absolute; left: -2vw; bottom: -42px; z-index: 0; opacity: .24; transform: rotate(7deg); pointer-events: none; }
.story-contact .story-label { color: #fff; }
.story-contact h2 { margin-inline: auto; font-size: clamp(54px, 8vw, 112px); }
.story-contact__inner > p:not(.story-label) { margin-bottom: 46px; }
.story-contact a { width: min(100%, 630px); min-height: 116px; margin-inline: auto; padding: 20px 28px; display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: left; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.story-contact a small { display: block; }
.story-contact a strong { display: block; font-size: clamp(30px, 4vw, 54px); line-height: 1.2; }
.story-contact a span { grid-column: 2; grid-row: 1 / 3; font-size: 24px; }

@media (max-width: 1050px) {
  .story-hero__inner { grid-template-columns: 1.25fr .75fr; gap: 4vw; }
  .story-hero__mark::before { right: -10%; }
  .story-hero__visual { min-height: 380px; }
  .story-intro__inner, .experience-head { grid-template-columns: .35fr 1.15fr; }
  .story-intro__aside, .experience-head > p:last-child { grid-column: 2; padding-top: 10px; }
  .experience-file { width: min(360px, 31vw); }
}

@media (max-width: 900px) {
  .experience-files { width: 100%; height: auto; margin-top: 70px; padding: 0 24px 24px; display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .experience-files::-webkit-scrollbar { display: none; }
  .experience-file { min-width: min(68vw, 340px); width: min(68vw, 340px); min-height: 430px; position: relative; inset: auto; padding: 30px; scroll-snap-align: center; transform: none; box-shadow: none; }
  .experience-file--two, .experience-file--three { transform: none; }
  .experience-files:hover .experience-file--one, .experience-files:hover .experience-file--two, .experience-files:hover .experience-file--three { transform: none; }
}

@media (max-width: 680px) {
  .story-hero__background { width: 120%; height: 58%; top: auto; right: 0; bottom: 0; opacity: .3; object-position: 50% center; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 36%); mask-image: linear-gradient(to bottom, transparent 0%, #000 36%); }
  .story-hero { min-height: auto; }
  .story-hero::after { left: 20px; bottom: -80px; height: 135px; }
  .story-hero__inner { min-height: 760px; display: block; padding: 66px 0 124px; }
  .story-hero__copy h1 { max-width: 320px; font-size: clamp(34px, 10vw, 42px); line-height: 1.24; }
  .story-hero__next { margin-top: 28px; font-size: 16px; }
  .story-link { width: calc(100% - 20px); min-height: 62px; margin-top: 32px; overflow: hidden; }
  .story-link b { flex: 0 0 54px; }
  .story-hero__mark { position: absolute; right: 0; bottom: 84px; width: 180px; opacity: .9; }
  .story-hero__mark::before { inset: 14% -15% -8% 10%; }
  .story-hero__visual { min-height: 215px; }
  .story-hero__logo { height: 215px; }
  .story-doodle--star { width: 34px; right: 5px; top: 12px; }
  .story-hero__mark p { display: none; }
  .story-hero__field { font-size: 112px; }
  .story-hero__field span:nth-child(1) { right: -1%; }
  .story-hero__field span:nth-child(2) { right: 31%; bottom: 3%; }
  .story-facts { right: auto; width: calc(100% - 170px); bottom: 26px; display: grid; grid-template-columns: 1fr 1fr; }
  .story-facts div { min-width: 0; padding: 8px 8px 5px 0; }
  .story-facts dd { font-size: 12px; }
  .story-scroll { display: none; }
  .story-track { width: min(calc(100% - 40px), var(--max)); }
  .story-track::before { height: 70px; }
  .story-intro { padding: 140px 0 170px; }
  .story-intro::after { bottom: -45px; height: 90px; }
  .story-doodle--pencil { width: 52px; right: 20px; top: 82px; }
  .story-intro__inner, .experience-head, .guide-runway__inner, .place-section__inner, .home-notice__inner { grid-template-columns: 1fr; gap: 42px; }
  .story-intro__statement h2 { font-size: clamp(32px, 9vw, 40px); }
  .experience-head h2, .guide-runway__title h2 { font-size: clamp(39px, 11vw, 50px); }
  .story-intro__statement p { margin-top: 36px; font-size: 16px; }
  .story-intro__aside, .experience-head > p:last-child { min-width: 0; grid-column: auto; padding-top: 0; }
  .story-intro__person { width: 88px; height: 150px; margin: -18px 18px -96px auto; }
  .story-intro__person.story-job-scene { width: 132px; height: 112px; margin: -8px 0 -74px auto; }
  .experience-section { min-height: 0; padding: 130px 0 120px; }
  .section-job--coffee { width: 102px; left: -26px; top: 350px; opacity: .76; }
  .section-job--plant { width: 94px; right: -22px; bottom: 250px; opacity: .7; }
  .section-job--sport { width: 82px; right: -18px; bottom: 210px; opacity: .74; }
  .section-job--book { width: 92px; right: 0; top: 8px; opacity: .9; }
  .experience-files { width: 100%; height: auto; margin-top: 70px; padding: 0 20px 20px; display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .experience-files::-webkit-scrollbar { display: none; }
  .experience-file { min-width: min(82vw, 340px); width: min(82vw, 340px); min-height: 430px; position: relative; inset: auto; padding: 30px; scroll-snap-align: center; transform: none; box-shadow: none; }
  .experience-file--two, .experience-file--three { transform: none; }
  .experience-files:hover .experience-file--one, .experience-files:hover .experience-file--two, .experience-files:hover .experience-file--three { transform: none; }
  .experience-file__tag { margin-top: 55px; }
  .guide-runway { padding: 140px 0 120px; }
  .guide-runway::before { top: -40px; height: 80px; }
  .guide-illustration { grid-column: auto; width: 190px; height: 190px; margin: -8px 0 -36px auto; }
  .guide-illustration__person { width: 150px; height: 190px; }
  .guide-illustration__person.story-job-scene { width: 182px; height: 150px; left: -2px; }
  .story-doodle--palette { width: 48px; }
  .story-link--dark { grid-column: auto; }
  .place-section { padding: 140px 0; }
  .place-job-accent { width: 122px; left: auto; right: -26px; bottom: -12px; opacity: .72; }
  .place-section__lead h2 { font-size: clamp(52px, 15vw, 68px); }
  .place-address { padding: 38px 0 0; border-left: 0; border-top: 1px solid var(--green); }
  .place-address > strong { margin-bottom: 40px; font-size: 18px; overflow-wrap: anywhere; }
  .home-notice { padding: 100px 0; }
  .home-notice__heading .text-link { margin-top: 26px; }
  .notice-job-accent { width: 112px; height: 90px; margin: -62px 0 4px auto; opacity: .92; }
  .home-notice .news-row { min-height: 86px; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding-block: 18px; }
  .home-notice .news-row time { font-size: 12px; }
  .home-notice .news-row strong { min-width: 0; font-size: 14px; line-height: 1.65; }
  .home-notice .news-row:hover { padding-inline: 0; }
  .home-disclosure { padding: 48px 0 100px; }
  .home-disclosure__inner { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; gap: 42px; padding: 44px 24px 38px; }
  .home-disclosure__inner::after { right: -12px; bottom: -48px; font-size: 190px; }
  .home-disclosure__index { min-width: 0; min-height: 74px; padding: 0 0 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.42); }
  .home-disclosure__index strong { font-size: 23px; }
  .home-disclosure h2 { font-size: clamp(32px, 9.4vw, 40px); }
  .home-disclosure__copy > p:last-child { font-size: 13px; }
  .home-disclosure__link { grid-column: auto; min-width: 0; }
  .home-disclosure__link span { min-width: 0; font-size: 14px; }
  .home-disclosure__link b { flex: 0 0 48px; width: 48px; height: 48px; }
  .story-contact { padding: 120px 0; }
  .contact-job-accent { width: 150px; left: -48px; bottom: -25px; opacity: .2; }
  .story-contact h2 { font-size: clamp(47px, 14vw, 66px); }
  .story-contact a { min-height: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-enter { opacity: 1; transform: none; transition: none; }
  .experience-file, .experience-files:hover .experience-file { transform: none; transition: none; }
}

/* Support story */
.support-v2 .header { background: rgba(255, 253, 247, .94); backdrop-filter: blur(12px); }
.support-story { overflow: hidden; }
.file-hero { min-height: 730px; display: grid; align-items: center; position: relative; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.support-job-accent { width: clamp(210px, 25vw, 360px); position: absolute; right: -28px; bottom: -42px; z-index: 0; opacity: .9; transform: rotate(3deg); pointer-events: none; }
.file-hero__grid { position: relative; z-index: 1; }
.file-hero__grid { min-height: 640px; display: grid; grid-template-columns: .42fr 1.18fr; grid-template-rows: 1fr auto; gap: 60px 8vw; align-items: center; padding-block: 86px 58px; }
.file-hero__index { align-self: stretch; padding-top: 40px; display: flex; flex-direction: column; border-right: 1px solid var(--green); }
.file-hero__index span { color: var(--green); font-size: 12px; font-weight: 900; }
.file-hero__index strong { margin-top: auto; color: var(--yellow); font-size: clamp(120px, 16vw, 230px); line-height: .78; }
.file-hero__index small { margin-top: 32px; font-size: 10px; line-height: 1.45; font-weight: 900; }
.file-hero__copy h1 { max-width: 900px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: 1.25; }
.file-hero__copy h1.line-set { font-size: clamp(48px, 4.8vw, 68px); }
.file-hero__copy h1.discovery-title { font-size: clamp(42px, 4.2vw, 60px); line-height: 1.3; }
.file-hero__copy > p:last-child { max-width: 610px; margin: 42px 0 0; color: var(--muted); font-size: 17px; }
.file-hero__note { grid-column: 2; margin: 0; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

.page-hero--with-accent .wrap { min-height: 250px; }
.page-hero--with-accent .wrap > :not(.simple-hero-accent) { position: relative; z-index: 2; }
.simple-hero-accent { width: clamp(190px, 23vw, 320px); height: 250px; position: absolute; right: 0; bottom: -70px; z-index: 1; object-fit: contain; pointer-events: none; }
.program-flow { padding: 180px 0 210px; background: var(--green); color: #fff; }
.program-flow__head { display: grid; grid-template-columns: minmax(140px, .34fr) minmax(0, 1fr); column-gap: 6vw; row-gap: 24px; align-items: start; }
.program-flow__head .story-label { color: var(--yellow); }
.program-flow__head h2 { min-width: 0; margin: 0; font-size: clamp(46px, 5.2vw, 76px); line-height: 1.33; }
.program-flow__head > p:last-child { grid-column: 2; max-width: 620px; margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.9; text-wrap: pretty; }
.program-definition { margin-top: 110px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 38px 0 0; border-top: 1px solid rgba(255,255,255,.52); }
.program-definition > div span { color: var(--yellow); font-size: 10px; font-weight: 900; }
.program-definition h3 { max-width: 470px; margin: 22px 0 0; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.65; }
.program-definition__art { width: clamp(135px, 14vw, 190px); height: 180px; margin: 38px 0 -50px auto; display: block; object-fit: contain; transform: rotate(-6deg); filter: drop-shadow(0 12px 10px rgba(24,56,30,.1)); }
.program-definition > p { max-width: 660px; margin: 0; color: rgba(255,255,255,.8); font-size: 15px; }
.program-definition ul { grid-column: 2; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.4); }
.program-definition li { min-height: 78px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.4); }
.program-definition li + li { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.4); }
.program-definition li b { color: var(--yellow); font-size: 10px; }
.program-definition li span { font-size: 13px; font-weight: 800; }
.program-sequence { margin-top: 130px; padding: 0; list-style: none; }
.program-sequence li { min-height: 290px; display: grid; grid-template-columns: .5fr 1.5fr; align-items: center; border-top: 1px solid rgba(255,255,255,.45); }
.program-sequence li:last-child { border-bottom: 1px solid rgba(255,255,255,.45); }
.program-sequence li > span { color: var(--yellow); font-size: clamp(88px, 11vw, 156px); line-height: 1; font-weight: 300; }
.program-sequence li > div { display: grid; grid-template-columns: 120px minmax(260px, .8fr) 1fr; gap: 30px; align-items: center; }
.program-sequence small { color: var(--yellow); font-weight: 900; }
.program-sequence strong { font-size: clamp(25px, 2.7vw, 38px); line-height: 1.42; }
.program-sequence p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.program-aims { margin-top: 140px; display: grid; grid-template-columns: .62fr 1.38fr; gap: 8vw; align-items: start; }
.program-aims__heading > span { color: var(--yellow); font-size: 10px; font-weight: 900; }
.program-aims__heading h3 { margin: 20px 0 0; font-size: clamp(26px, 2.7vw, 38px); }
.program-aims__heading p { max-width: 390px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 13px; }
.program-aims dl { margin: 0; border-top: 1px solid rgba(255,255,255,.5); }
.program-aims dl > div { min-height: 106px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.5); }
.program-aims dt { color: var(--yellow); font-size: 10px; font-weight: 900; }
.program-aims dd { margin: 0; display: grid; grid-template-columns: minmax(180px,.75fr) 1fr; gap: 24px; align-items: center; }
.program-aims dd strong { font-size: 17px; }
.program-aims dd span { color: rgba(255,255,255,.76); font-size: 12px; }
.five-fields { padding: 210px 0; background: var(--cream); }
.five-fields__intro { display: grid; grid-template-columns: .4fr 1.1fr .55fr; gap: 6vw; align-items: start; }
.five-fields__intro h2 { margin: 0; font-size: clamp(48px, 5.7vw, 82px); line-height: 1.3; }
.five-fields__intro > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.field-map { margin-top: 130px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; align-items: start; }
.field-map__core { aspect-ratio: 1; position: sticky; top: 130px; display: grid; place-items: center; align-content: center; background: var(--yellow); clip-path: polygon(9% 0, 100% 8%, 90% 100%, 0 88%); text-align: center; }
.field-map__core span { font-size: 10px; line-height: 1.5; font-weight: 900; }
.field-map__core strong { margin-top: 22px; font-size: clamp(30px, 3.5vw, 46px); }
.field-map__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.field-map__list li { min-height: 160px; display: grid; grid-template-columns: 55px minmax(230px, .7fr) 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--ink); }
.field-map__list li > span { color: var(--green); font-weight: 900; }
.field-map__list strong { font-size: 20px; }
.field-map__list p { margin: 0; color: var(--muted); font-size: 13px; }
.support-document { padding: 180px 0; background: var(--paper); }
.support-document__inner { max-width: 880px; margin-inline: auto; }
.support-document h2 { margin-bottom: 35px; font-size: clamp(48px, 6vw, 82px); }
.support-document h2.document-title { max-width: 760px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.4; }
.support-document__inner > p:not(.story-label) { max-width: 650px; color: var(--muted); }

.photo-band { position: relative; overflow: hidden; background: var(--paper); }
.photo-band figure { width: 100%; position: relative; margin: 0; }
.photo-band img { width: 100%; height: clamp(480px, 58vw, 760px); display: block; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.photo-band--support img { object-position: 50% 42%; }
.photo-band figcaption { position: absolute; right: 24px; bottom: 20px; padding: 6px 9px; background: rgba(255,253,247,.88); color: var(--ink); font-size: 9px; line-height: 1; font-weight: 900; text-transform: uppercase; }

.sensory-program { position: relative; padding: 190px 0 170px; overflow: hidden; background: #f3d8c7; }
.sensory-program::before { content: "SENSE"; position: absolute; right: -24px; top: 42px; color: rgba(255,255,255,.42); font-size: clamp(110px, 18vw, 250px); line-height: .8; font-weight: 900; }
.sensory-program__intro { position: relative; z-index: 1; display: grid; grid-template-columns: .38fr 1.2fr; gap: 7vw; align-items: start; }
.sensory-program__aside { min-width: 0; }
.sensory-program__art { width: clamp(145px, 17vw, 220px); height: 210px; margin: 54px auto -64px 0; display: block; object-fit: contain; transform: rotate(7deg); pointer-events: none; }
.sensory-program__intro h2 { margin: 0; font-size: clamp(44px, 5.2vw, 76px); line-height: 1.32; }
.sensory-program__intro div > p { max-width: 650px; margin: 42px 0 0; color: var(--muted); font-size: 16px; }
.sensory-program__list { position: relative; z-index: 1; margin-top: 100px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--ink); }
.sensory-program__list li { min-height: 190px; padding: 32px 40px 30px 0; display: grid; grid-template-columns: 120px 1fr; align-content: center; gap: 10px 24px; border-bottom: 1px solid var(--ink); }
.sensory-program__list li:nth-child(odd) { border-right: 1px solid var(--ink); }
.sensory-program__list li:nth-child(even) { padding-left: 40px; }
.sensory-program__list span { grid-column: 1; grid-row: 1 / 3; color: var(--accent); font-size: 10px; font-weight: 900; }
.sensory-program__list strong { font-size: 24px; line-height: 1.4; }
.sensory-program__list p { margin: 0; color: var(--muted); font-size: 13px; }
.sensory-aims { position: relative; z-index: 1; margin-top: 92px; display: grid; grid-template-columns: .62fr 1.38fr; gap: 8vw; padding-top: 34px; border-top: 1px solid var(--ink); }
.sensory-aims > div > span { color: var(--accent); font-size: 10px; font-weight: 900; }
.sensory-aims h3 { margin: 18px 0 0; font-size: clamp(25px, 2.5vw, 36px); }
.sensory-aims ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid rgba(53,40,34,.45); }
.sensory-aims li { min-height: 82px; display: flex; align-items: center; padding: 18px 20px 18px 0; border-bottom: 1px solid rgba(53,40,34,.45); font-size: 13px; font-weight: 800; }
.sensory-aims li:nth-child(odd) { border-right: 1px solid rgba(53,40,34,.45); }
.sensory-aims li:nth-child(even) { padding-left: 20px; }
.sensory-program__note { position: relative; z-index: 1; margin-top: 36px; padding-left: 18px; border-left: 3px solid var(--accent); color: var(--muted); font-size: 13px; }

@media (max-width: 1050px) {
  .program-flow__head, .five-fields__intro { grid-template-columns: .35fr 1.15fr; }
  .program-flow__head h2 { font-size: clamp(28px, 4vw, 46px); }
  .program-flow__head > p:last-child, .five-fields__intro > p:last-child { grid-column: 2; }
  .program-definition { grid-template-columns: minmax(285px, .9fr) minmax(0, 1fr); gap: 36px; }
  .program-definition h3 { font-size: 20px; }
  .program-sequence li > div { grid-template-columns: 90px 1fr; }
  .program-sequence li > div p { grid-column: 2; }
  .field-map__list li { grid-template-columns: 45px 1fr; padding-block: 28px; }
  .field-map__list p { grid-column: 2; }
  .sensory-program__list li { grid-template-columns: 90px 1fr; }
}

@media (max-width: 680px) {
  .file-hero { min-height: auto; }
  .file-hero__grid { min-height: 720px; grid-template-columns: 48px minmax(0, 1fr); grid-template-rows: 1fr auto; gap: 32px 14px; padding: 64px 0 42px; }
  .file-hero__index { padding-top: 6px; }
  .file-hero__index strong { margin: auto 0; font-size: 58px; writing-mode: vertical-rl; }
  .file-hero__index small { margin: 0 0 8px; font-size: 7px; }
  .file-hero__copy { min-width: 0; }
  .file-hero__copy h1 { font-size: clamp(39px, 11.2vw, 48px); line-height: 1.36; }
  .file-hero__copy h1.line-set { font-size: 22px; line-height: 1.55; }
  .file-hero__copy h1.discovery-title { font-size: 20px; line-height: 1.58; }
  .file-hero__copy > p:last-child { margin-top: 34px; font-size: 15px; }
  .file-hero__note { grid-column: 1 / -1; font-size: 12px; }
  .support-job-accent { width: 165px; right: -54px; bottom: -18px; opacity: .55; }
  .page-hero--with-accent .wrap { min-height: 220px; }
  .simple-hero-accent { width: 135px; height: 135px; right: -32px; bottom: -48px; opacity: .72; }
  .program-flow { padding: 130px 0 140px; }
  .program-flow__head, .five-fields__intro { grid-template-columns: 1fr; gap: 34px; }
  .program-flow__head h2, .five-fields__intro h2 { font-size: clamp(39px, 11vw, 50px); }
  .program-flow__head > p:last-child, .five-fields__intro > p:last-child { grid-column: auto; }
  .program-definition { margin-top: 70px; grid-template-columns: 1fr; gap: 32px; }
  .program-definition h3 { font-size: 22px; }
  .program-definition__art { width: 135px; height: 135px; margin: 12px 0 -10px auto; }
  .program-definition > p { font-size: 14px; }
  .program-definition ul { grid-column: auto; grid-template-columns: 1fr; }
  .program-definition li { min-height: 62px; }
  .program-definition li + li { padding-left: 0; border-left: 0; }
  .program-sequence { margin-top: 80px; }
  .program-aims { margin-top: 90px; grid-template-columns: 1fr; gap: 44px; }
  .program-aims__heading h3 { font-size: 27px; }
  .program-aims dl > div { min-height: 98px; }
  .program-aims dd { grid-template-columns: 1fr; gap: 4px; }
  .program-sequence li { min-height: 0; grid-template-columns: 64px 1fr; align-items: start; padding: 44px 0; }
  .program-sequence li > span { font-size: 54px; }
  .program-sequence li > div { grid-template-columns: 1fr; gap: 12px; }
  .program-sequence li > div p { grid-column: auto; margin-top: 12px; }
  .program-sequence strong { font-size: 24px; }
  .five-fields { padding: 140px 0; }
  .field-map { margin-top: 80px; grid-template-columns: 1fr; gap: 70px; }
  .field-map__core { width: 230px; position: relative; top: auto; margin-inline: auto; }
  .field-map__list li { grid-template-columns: 38px 1fr; gap: 12px; }
  .field-map__list p { margin-top: 8px; }
  .support-document { padding: 130px 0; }
  .support-document h2 { font-size: clamp(40px, 11vw, 52px); }
  .sensory-program { padding: 120px 0 110px; }
  .sensory-program::before { top: 30px; right: -12px; font-size: 86px; }
  .sensory-program__intro { grid-template-columns: 1fr; gap: 26px; }
  .sensory-program__intro h2 { font-size: clamp(28px, 8vw, 34px); }
  .sensory-program__intro div > p { margin-top: 28px; font-size: 15px; }
  .sensory-program__list { margin-top: 66px; grid-template-columns: 1fr; }
  .sensory-program__list li,
  .sensory-program__list li:nth-child(even) { min-height: 150px; padding: 26px 0; grid-template-columns: 82px 1fr; border-right: 0; }
  .sensory-program__list li:nth-child(odd) { border-right: 0; }
  .sensory-program__list strong { font-size: 21px; }
  .sensory-program__aside { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .sensory-program__art { width: 108px; height: 105px; margin: -20px 0 -12px; opacity: .78; }
  .sensory-aims { margin-top: 70px; grid-template-columns: 1fr; gap: 34px; }
  .sensory-aims h3 { font-size: 26px; }
  .sensory-aims ul { grid-template-columns: 1fr; }
  .sensory-aims li,
  .sensory-aims li:nth-child(even) { min-height: 66px; padding: 14px 0; border-right: 0; }
  .sensory-aims li:nth-child(odd) { border-right: 0; }
  .sensory-program__note { max-width: calc(100% - 80px); margin-left: 0; }
}

/* Editorial lower pages */
.editorial-page { --page-bg: var(--cream); --page-accent: var(--accent); --page-hero-ink: var(--ink); }
.about-page { --page-bg: var(--cream); --page-accent: var(--accent); }
.day-page { --page-bg: var(--green); --page-accent: var(--yellow); --page-hero-ink: #fff; }
.guide-page { --page-bg: var(--yellow); --page-accent: var(--accent); }
.access-page { --page-bg: var(--paper); --page-accent: var(--accent); }
.recruit-page { --page-bg: #f3d8c7; --page-accent: var(--accent); }
.news-page { --page-bg: var(--cream); --page-accent: var(--accent); }
.disclosure-page { --page-bg: #e5efe4; --page-accent: var(--accent); }
.privacy-page { --page-bg: var(--paper); --page-accent: var(--accent); }
.editorial-page .header { background: rgba(255,253,247,.94); backdrop-filter: blur(12px); }
.editorial-page main { overflow: hidden; }
.editorial-page .page-hero { min-height: 650px; padding: 132px 0 88px; align-items: center; background: var(--page-bg); color: var(--page-hero-ink); border-bottom: 1px solid rgba(53,40,34,.14); }
.editorial-page .page-hero::before { position: absolute; right: 4vw; bottom: -40px; z-index: 0; color: color-mix(in srgb, var(--page-accent) 72%, transparent); font-size: clamp(160px, 25vw, 360px); line-height: .8; font-weight: 900; }
.about-page .page-hero::before { content: "01"; }
.day-page .page-hero::before { content: "02"; color: rgba(230,211,0,.72); }
.guide-page .page-hero::before { content: "03"; }
.access-page .page-hero::before { content: "04"; }
.recruit-page .page-hero::before { content: "05"; }
.news-page .page-hero::before { content: "N"; }
.disclosure-page .page-hero::before { content: "D"; }
.privacy-page .page-hero::before { content: "P"; }
.editorial-page .page-hero::after { width: 34vw; height: 130px; right: -5vw; bottom: 11%; background: var(--page-accent); border-radius: 0; opacity: .92; clip-path: polygon(5% 12%, 100% 0, 94% 84%, 0 100%); transform: rotate(-5deg); }
.day-page .page-hero::after { background: var(--yellow); }
.editorial-page .page-hero .wrap { display: grid; grid-template-columns: .42fr 1.2fr; grid-template-areas: "label title" ". text"; gap: 24px 7vw; }
.editorial-page .page-hero .eyebrow { grid-area: label; align-self: start; margin-top: 17px; color: var(--page-accent); }
.day-page .page-hero .eyebrow { color: var(--yellow); }
.editorial-page .page-hero h1 { grid-area: title; max-width: 940px; margin: 0; font-size: clamp(56px, 6.8vw, 100px); line-height: 1.22; }
.about-page .page-hero .wrap, .recruit-page .page-hero .wrap { grid-template-columns: .28fr 1.4fr; }
.about-page .page-hero h1, .recruit-page .page-hero h1 { max-width: 960px; font-size: clamp(54px, 5.45vw, 78px); }
.recruit-page .page-hero h1, .day-page .page-hero + .section h2 { text-wrap: pretty; }
.editorial-page .page-hero .wrap > p:last-child { grid-area: text; max-width: 620px; margin: 24px 0 0; color: color-mix(in srgb, var(--page-hero-ink) 72%, transparent); }
.quiet-page .page-hero { min-height: 530px; }
.quiet-page .page-hero h1 { font-size: clamp(50px, 6vw, 84px); }
.editorial-page .section { position: relative; padding: 170px 0; }
.editorial-page .section + .section { border-top: 1px solid var(--line); }
.editorial-page .section .kicker { margin-bottom: 30px; }
.editorial-page .prose { max-width: 920px; margin-left: 17%; }
.editorial-page .prose h2 { font-size: clamp(48px, 5.4vw, 78px); }
.editorial-page .prose p { max-width: 690px; margin-left: auto; font-size: 17px; }
.editorial-page .principles { margin-top: 110px; border: 0; gap: 0; }
.editorial-page .principle { min-height: 340px; padding: 32px 36px; border-top: 1px solid var(--ink); border-right: 0; }
.editorial-page .principle:nth-child(2) { margin-top: 74px; }
.editorial-page .principle:nth-child(3) { margin-top: 148px; }
.editorial-page .principle span { color: var(--green); }
.recruit-page .principle span { color: var(--orange); }
.editorial-page .principle h3 { margin-top: 84px; font-size: 24px; }
.editorial-page .band-cream { background: var(--cream); }
.editorial-page .band-yellow { background: var(--yellow); }
.editorial-page .logo-stage { min-height: 520px; }
.editorial-page .logo-stage::before { width: 92%; background: var(--yellow); border-radius: 0; clip-path: polygon(9% 0, 100% 12%, 88% 100%, 0 84%); opacity: 1; }
.editorial-page .timeline { max-width: none; }
.day-page .page-hero + .section .split { grid-template-columns: 1fr; align-items: start; }
.day-page .page-hero + .section .split > div:first-child { max-width: 850px; }
.day-page .page-hero + .section .timeline { width: 72%; margin: 90px 0 0 auto; }
.day-page .timeline-row { min-height: 135px; grid-template-columns: 82px 1fr; align-items: center; padding: 25px 0; }
.day-page .timeline-row span { color: var(--green); font-size: 32px; }
.day-page .timeline-row strong { font-size: 21px; }
.editorial-page .data-list { border-color: var(--ink); }
.editorial-page .data-row { min-height: 76px; align-items: center; border-color: var(--line); }
.editorial-page .data-row strong { font-size: 13px; }
.editorial-page .route-list { margin-top: 80px; }
.guide-page .route { min-height: 120px; grid-template-columns: 90px 1fr auto; }
.guide-page .route span { color: var(--green); font-size: 32px; }
.editorial-page .faq-list { margin-top: 70px; }
.editorial-page summary { min-height: 96px; font-size: 18px; }
.access-page .section.band-yellow { padding-block: 190px; }
.access-page .section.band-yellow .split { align-items: start; }
.access-page .section.band-yellow h2 { font-size: clamp(58px, 7vw, 94px); }
.access-page .section:not(.band-yellow) .split { align-items: start; }
.editorial-page .document-list { margin-top: 70px; border-top: 1px solid var(--ink); }
.editorial-page .document-row { min-height: 92px; border-color: var(--line); }
.news-page main > .section { min-height: 620px; }
.news-page .news-row { min-height: 106px; align-items: center; }
.privacy-page .section .prose { max-width: 850px; margin-inline: auto; }
.privacy-page .prose h2 { margin-top: 90px; }
.privacy-page .prose h3 { margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.editorial-page .notice { margin-top: 70px; }
.editorial-page .contact-band { position: relative; padding: 150px 0; overflow: hidden; background: var(--orange); }
.editorial-page .contact-band::before { content: "VISIT"; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.11); font-size: clamp(140px, 24vw, 350px); line-height: .8; font-weight: 900; transform: translate(-50%,-50%); }
.editorial-page .contact-band .wrap { position: relative; z-index: 1; }
.editorial-page .contact-band h2 { max-width: 900px; font-size: clamp(48px, 6vw, 84px); }

@media (max-width: 1050px) {
  .editorial-page .page-hero .wrap { grid-template-columns: .3fr 1.2fr; }
  .editorial-page .prose { margin-left: 8%; }
  .day-page .page-hero + .section .split { grid-template-columns: 1fr; }
  .weekly-day { grid-template-columns: 150px 1fr; }
  .weekly-theme { grid-template-columns: minmax(150px, 1fr) minmax(190px, 220px); }
  .weekly-hours { grid-column: 1 / -1; min-height: 78px; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 680px) {
  .editorial-page .page-hero { min-height: 580px; padding: 92px 0 70px; }
  .quiet-page .page-hero { min-height: 470px; }
  .editorial-page .page-hero::before { right: -8vw; bottom: 4%; font-size: 142px; }
  .editorial-page .page-hero::after { width: 58vw; height: 80px; right: -18vw; bottom: 10%; }
  .editorial-page .page-hero .wrap { display: block; }
  .editorial-page .page-hero .eyebrow { margin: 0 0 34px; }
  .editorial-page .page-hero h1, .quiet-page .page-hero h1 { max-width: 350px; font-size: clamp(39px, 11vw, 50px); line-height: 1.36; }
  .about-page .page-hero h1, .recruit-page .page-hero h1 { font-size: clamp(39px, 11vw, 50px); }
  .recruit-page .page-hero h1 { font-size: 28px; }
  .editorial-page .page-hero .wrap > p:last-child { max-width: 290px; margin-top: 30px; }
  .editorial-page .section { padding: 120px 0; }
  .editorial-page .prose { margin-left: 0; }
  .editorial-page .prose h2 { font-size: clamp(39px, 11vw, 50px); }
  .editorial-page .prose p { font-size: 15px; }
  .editorial-page .principles { margin-top: 70px; }
  .editorial-page .principle, .editorial-page .principle:nth-child(2), .editorial-page .principle:nth-child(3) { min-height: 0; margin-top: 0; padding: 34px 0 44px; border-bottom: 1px solid var(--line); }
  .editorial-page .principle h3 { margin-top: 36px; }
  .editorial-page .logo-stage { min-height: 330px; }
  .day-page .timeline-row { grid-template-columns: 52px 1fr; min-height: 0; padding: 28px 0; }
  .day-page .page-hero + .section .timeline { width: 100%; margin-top: 60px; }
  .day-page .page-hero + .section h2 { font-size: 30px; }
  .experience-head h2 { font-size: 38px; }
  .day-page .timeline-row span { font-size: 23px; }
  .day-page .timeline-row strong { font-size: 17px; }
  .support-policy { display: block; margin-bottom: 82px; }
  .support-policy ol { grid-template-columns: 1fr; margin-top: 32px; }
  .support-policy li { min-height: 0; display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 18px 0; }
  .support-policy li span { margin: 0; }
  .weekly-programs { margin-top: 42px; }
  .weekly-transport { min-height: 0; grid-template-columns: 58px 72px 1fr; gap: 12px; padding: 20px 0; }
  .weekly-transport strong { font-size: 20px; }
  .weekly-transport p { font-size: 12px; }
  .weekly-day { min-height: 0; grid-template-columns: 1fr; }
  .weekly-day header { display: flex; align-items: baseline; gap: 18px; padding: 24px 0 14px; }
  .weekly-day h3 { margin: 0; font-size: 23px; }
  .weekly-theme { grid-template-columns: 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); border-left: 0; }
  .weekly-theme strong { font-size: 17px; }
  .weekly-theme p { font-size: 12px; }
  .weekly-example { width: min(100%, 246px); grid-template-columns: 74px 1fr; gap: 10px; }
  .weekly-example img { width: 74px; height: 66px; }
  .weekly-hours { min-height: 78px; border-top: 1px solid var(--line); border-left: 0; }
  .weekly-hours > span { padding: 14px 10px 18px 0; }
  .weekly-hours > span + span { padding-left: 14px; }
  .weekly-hours b { font-size: 12px; }
  .guide-page .route { min-height: 96px; grid-template-columns: 54px 1fr auto; }
  .guide-page .route span { font-size: 23px; }
  .editorial-page summary { min-height: 82px; font-size: 16px; }
  .access-page .section.band-yellow { padding-block: 120px; }
  .access-page .section.band-yellow h2 { font-size: clamp(48px, 14vw, 64px); }
  .editorial-page .document-row { min-height: 0; padding-block: 28px; }
  .privacy-page .prose h2 { margin-top: 70px; }
  .editorial-page .contact-band { padding: 110px 0; }
  .editorial-page .contact-band h2 { font-size: clamp(40px, 11vw, 54px); }
}

/* Page-specific editorial direction */
.contact-email,
.email-address {
  font-size: clamp(18px, 3vw, 36px) !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}
.contact-phone { margin-top: 24px; font-size: 13px; font-weight: 800; }

.editorial-page .page-hero::after { display: none; }
.editorial-page .page-hero::before {
  right: 3vw;
  bottom: 8%;
  font-size: clamp(72px, 13vw, 190px);
  line-height: .9;
  letter-spacing: 0;
  white-space: nowrap;
}
.about-page .page-hero::before { content: "SUNNY"; right: -1vw; color: rgba(31,142,95,.17); }
.day-page .page-hero::before { content: "PROGRAM TIME"; right: -2vw; bottom: 5%; color: rgba(230,211,0,.32); font-size: clamp(64px, 9vw, 138px); }
.guide-page .page-hero::before { content: "01 → 04"; right: 4vw; bottom: 10%; color: rgba(31,142,95,.32); font-size: clamp(72px, 12vw, 180px); }
.access-page .page-hero::before { content: "658-0084"; right: -1vw; color: rgba(245,192,0,.38); font-size: clamp(70px, 11vw, 165px); }
.recruit-page .page-hero::before { content: "WITH US"; right: -2vw; color: rgba(224,110,67,.2); font-size: clamp(74px, 12vw, 180px); }
.quiet-page .page-hero::before { display: none; }

.day-page .page-hero { min-height: 720px; }
.day-page .page-hero .wrap { align-self: end; padding-bottom: 60px; }
.day-page .page-hero h1 { max-width: 760px; }
.day-page .timeline-row:nth-child(even) { width: 88%; margin-left: auto; }

.guide-page .page-hero { min-height: 520px; }
.guide-page .page-hero .wrap { grid-template-columns: .28fr 1fr; }
.guide-page .page-hero::before {
  content: "01 / 02 / 03 / 04";
  display: block;
  right: 3vw;
  bottom: -7px;
  color: rgba(31,142,95,.2);
  font-size: clamp(62px, 9vw, 130px);
  letter-spacing: 0;
}
@media (min-width: 900px) {
  .guide-page .route-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
  .guide-page .route { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 30px 24px; border-right: 1px solid var(--ink); border-bottom: 0; }
  .guide-page .route:last-child { border-right: 0; }
  .guide-page .route b { transform: rotate(90deg); }
}

.access-page .page-hero { min-height: 500px; }
.access-page .access-pending { background: var(--green); color: #fff; }
.access-page .access-pending h2 { max-width: 760px; font-size: clamp(52px, 7vw, 96px); }
.access-url { margin-top: 80px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.5); }
.access-url small { display: block; color: var(--yellow); font-weight: 900; }
.access-url strong { display: block; margin-top: 18px; font-size: clamp(30px, 6vw, 80px); overflow-wrap: anywhere; }

/* Standard facility and access layout */
.access-page .page-hero { min-height: 430px; }
.access-page .page-hero .wrap { display: grid; grid-template-columns: .3fr 1fr; grid-template-areas: "label title" ". text"; padding-left: 0; }
.access-page .page-hero .eyebrow { position: static; grid-area: label; }
.access-page .access-overview { padding-block: 130px; background: var(--paper); }
.access-page .section-heading { margin-bottom: 64px; }
.access-page .section-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); }
.access-layout { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 7vw; align-items: start; }
.access-details h3 { margin: 0; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.45; }
.access-details address { margin-top: 32px; color: var(--muted); font-style: normal; line-height: 2; }
.access-details .button { margin-top: 34px; }
.access-details .data-list { margin-top: 60px; }
.access-map { min-height: 620px; background: var(--cream); border: 1px solid var(--line); }
.access-map iframe { display: block; width: 100%; height: 620px; border: 0; filter: saturate(.78) contrast(1.04); }
.access-visit { background: var(--cream); }
.access-visit__inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.access-visit__inner h2 { margin-top: 0; }
.access-visit__inner > div:last-child { padding-top: 42px; }
.access-visit__inner > div:last-child p:last-child { margin-top: 24px; color: var(--muted); }

.recruit-page .page-hero { min-height: 760px; }
.recruit-page .page-hero .wrap { align-self: end; padding-bottom: 70px; }
.recruit-page .principles { display: block; margin-left: 28%; }
.recruit-page .principle,
.recruit-page .principle:nth-child(2),
.recruit-page .principle:nth-child(3) {
  min-height: 0;
  margin: 0;
  padding: 34px 0;
  display: grid;
  grid-template-columns: 70px minmax(180px, .7fr) 1fr;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
}
.recruit-page .principle h3 { margin: 0; }
.recruit-page .principle p { margin: 0; }
.recruit-status { background: var(--orange) !important; color: #fff; }
.recruit-status__mark { margin: 56px 0 22px; color: rgba(255,255,255,.55); font-size: clamp(42px, 8vw, 120px); line-height: .9; font-weight: 900; }
.recruit-status h2 { max-width: 760px; font-size: clamp(52px, 7vw, 92px); }

.quiet-page .page-hero { min-height: 390px; padding-block: 110px 60px; }
.quiet-page .page-hero .wrap { grid-template-columns: .25fr 1fr; }
.quiet-page .page-hero h1 { font-size: clamp(45px, 5vw, 72px); }
.quiet-page .section { padding-block: 110px; }

@media (max-width: 680px) {
  .editorial-page .page-hero::before { right: 20px; bottom: 7%; font-size: 52px; }
  .day-page .page-hero::before { right: 20px; font-size: 30px; }
  .guide-page .page-hero::before { right: 20px; font-size: 26px; }
  .access-page .page-hero::before { right: 20px; font-size: 34px; }
  .recruit-page .page-hero::before { right: 20px; font-size: 42px; }
  .day-page .page-hero, .recruit-page .page-hero { min-height: 650px; }
  .guide-page .page-hero, .access-page .page-hero { min-height: 510px; }
  .day-page .timeline-row:nth-child(even) { width: 100%; }
  .recruit-page .principles { margin-left: 0; }
  .recruit-page .principle,
  .recruit-page .principle:nth-child(2),
  .recruit-page .principle:nth-child(3) { grid-template-columns: 48px 1fr; gap: 14px; }
  .recruit-page .principle p { grid-column: 2; }
  .recruit-status__mark { font-size: 42px; overflow-wrap: anywhere; }
  .quiet-page .page-hero { min-height: 380px; }
  .contact-email, .email-address { font-size: 17px !important; }
}

/* Shared illustration balance for narrative lower-page heroes */
.editorial-page .page-hero--illustrated .wrap,
.about-page .page-hero--illustrated .wrap,
.guide-page .page-hero--illustrated .wrap {
  display: block;
  grid-template-columns: none;
  grid-template-areas: none;
}
.editorial-page .page-hero--illustrated .page-hero__copy > p:last-child {
  max-width: 620px;
  margin: 24px 0 0;
  color: color-mix(in srgb, var(--page-hero-ink) 72%, transparent);
}
.editorial-page .page-hero--illustrated .page-hero__copy h1 {
  max-width: 820px;
}

@media (max-width: 680px) {
  .editorial-page .page-hero--illustrated .page-hero__copy { width: 78%; }
  .editorial-page .page-hero--illustrated .page-hero__copy > p:last-child { max-width: 245px; margin-top: 22px; }
  .editorial-page .page-hero--illustrated .page-hero__art { right: -8px; bottom: 0; }
}

/* Phase 6: intentional line breaks and page-specific composition */
.line-set > span { display: block; white-space: nowrap; }

.about-page .page-hero { min-height: 720px; }
.about-page .page-hero .wrap { display: block; padding-left: 8vw; }
.about-page .page-hero .eyebrow { position: absolute; left: -54px; top: 14px; writing-mode: vertical-rl; }
.about-page .page-hero h1 { max-width: 860px; }
.about-page .page-hero::before { content: ""; }
.about-page .page-hero::after {
  display: block;
  width: min(31vw, 390px);
  height: min(31vw, 390px);
  right: 1vw;
  bottom: -4vw;
  background: url("../assets/logo.png") center / contain no-repeat;
  opacity: .09;
  transform: rotate(8deg);
}
.about-page .page-hero + .section { background: var(--paper); }
.about-page .page-hero + .section::before {
  content: "OUR APPROACH";
  position: absolute;
  top: 65px;
  right: -1vw;
  color: rgba(31,142,95,.08);
  font-size: clamp(76px, 13vw, 180px);
  line-height: 1;
  font-weight: 900;
}
.about-page .band-cream { background: var(--green); color: #fff; }
.about-page .band-cream .data-row span { color: rgba(255,255,255,.8); }
.about-page .band-cream .data-list,
.about-page .band-cream .data-row { border-color: rgba(255,255,255,.35); }

.day-page .page-hero + .section {
  padding-top: 220px;
  background: var(--cream);
  clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
}
.day-page .page-hero + .section .split { display: grid; grid-template-columns: .52fr 1.48fr; gap: 8vw; }
.day-page .page-hero + .section .split > div:first-child { position: sticky; top: 140px; }
.day-page .page-hero + .section .timeline { width: 100%; margin: 0; }
.day-page .timeline-row:nth-child(even) { width: 88%; margin-left: auto; }
.day-page .band-cream { background: var(--yellow); }
.day-page .band-cream .data-list { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); }
.day-page .band-cream .data-row { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 26px; border-right: 1px solid var(--ink); border-bottom: 0; }
.day-page .band-cream .data-row:last-child { border-right: 0; }

.guide-page main > .section:first-of-type { position: relative; background: var(--paper); }
.guide-page main > .section:first-of-type::before {
  content: "";
  position: absolute;
  left: 7vw;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--green);
}
.guide-page .section.band-cream { background: var(--green); color: #fff; }
.guide-page .section.band-cream .kicker,
.guide-page .section.band-cream .route span { color: var(--yellow); }
.guide-page .section.band-cream .route-list,
.guide-page .section.band-cream .route,
.guide-page .section.band-cream .notice { border-color: rgba(255,255,255,.48); }
.guide-page .section.band-cream .notice { border-top-color: var(--yellow); }
.guide-page main > .section:nth-of-type(3) { background: var(--yellow); }
.guide-page main > .section:nth-of-type(3) details,
.guide-page main > .section:nth-of-type(3) .faq-list { border-color: var(--ink); }

.access-page .page-hero .wrap {
  display: grid;
  grid-template-columns: minmax(178px, .34fr) 1fr;
  grid-template-areas: "label title" ". text";
  column-gap: 44px;
  padding-left: 0;
}
.access-page .page-hero .eyebrow { position: static; grid-area: label; font-size: 10px; white-space: nowrap; }
.access-page .section.band-yellow .split { grid-template-columns: 1.25fr .75fr; }
.access-page .section.band-yellow .data-list { margin-top: 130px; }

.recruit-page .page-hero { border-bottom: 0; }
.recruit-page .page-hero--photo { min-height: 620px; padding: 0; overflow: hidden; }
.recruit-page .page-hero--photo::after { display: none; }
.recruit-page .page-hero--photo .wrap { min-height: 620px; align-items: center; }
.recruit-page .page-hero--photo .page-hero__copy { width: 54%; padding-right: 4vw; }
.recruit-page .page-hero--photo h1 { font-size: clamp(52px, 4.8vw, 68px); }
.recruit-page .page-hero__art--photo { width: 47%; height: 100%; right: 0; bottom: 0; margin: 0; overflow: hidden; }
.recruit-page .page-hero__art--photo::before { display: none; }
.recruit-page .page-hero__art--photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 48% 50%; filter: saturate(.84) contrast(1.04); }
.recruit-page .page-hero__art--photo figcaption { position: absolute; right: 16px; bottom: 14px; padding: 5px 7px; background: rgba(255,253,247,.86); color: var(--ink); font-size: 8px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.recruit-page .page-hero + .section {
  padding-top: 220px;
  background: var(--paper);
  clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 100%);
}
.recruit-page .page-hero + .section .prose { margin-left: 8%; }
.recruit-page .contact-band { background: var(--ink); }
.recruit-page .contact-band::before { content: "JOIN"; }

.about-page .contact-band { background: var(--yellow); color: var(--ink); }
.about-page .contact-band .phone-number { color: var(--ink); border-color: var(--ink); }
.about-page .contact-band::before { color: rgba(53,40,34,.08); }
.day-page .contact-band { background: var(--green); }
.day-page .contact-band::before { content: "A DAY"; }
.guide-page .contact-band::before { content: "HELLO"; }
.access-page .contact-band::before { content: "KONAN"; }

@media (max-width: 1050px) {
  .day-page .page-hero + .section .split { grid-template-columns: 1fr; }
  .day-page .page-hero + .section .split > div:first-child { position: static; }
  .day-page .page-hero + .section .timeline { margin-top: 70px; }
  .access-page .section.band-yellow .split { grid-template-columns: 1fr; }
  .access-page .section.band-yellow .data-list { margin-top: 50px; }
  .access-page .page-hero .wrap { display: block; }
  .access-page .access-overview { padding-block: 100px; }
  .access-page .section-heading { margin-bottom: 44px; }
  .access-layout, .access-visit__inner { grid-template-columns: 1fr; gap: 56px; }
  .access-details h3 { font-size: 28px; }
  .access-details address { font-size: 14px; }
  .access-map, .access-map iframe { min-height: 420px; height: 420px; }
  .access-visit__inner > div:last-child { padding-top: 0; }
}

@media (max-width: 900px) {
  .recruit-page .page-hero--photo { min-height: 760px; padding-top: 66px; }
  .recruit-page .page-hero--photo .wrap { min-height: 694px; display: block; }
  .recruit-page .page-hero--photo .page-hero__copy { width: 100%; padding-right: 0; }
  .recruit-page .page-hero--photo h1 { max-width: none; font-size: 40px; }
  .recruit-page .page-hero__art--photo { width: calc(100% + 80px); height: 390px; right: -40px; bottom: 0; }
}

@media (max-width: 680px) {
  .line-set > span { white-space: nowrap; }
  .editorial-page .page-hero h1.line-set { max-width: none; font-size: 31px; line-height: 1.48; }
  .recruit-page .page-hero h1.line-set { font-size: clamp(24px, 7.2vw, 29px); }
  .file-hero__copy h1.line-set { font-size: clamp(24px, 7vw, 27px); line-height: 1.5; }
  h2.line-set { font-size: clamp(25px, 7.7vw, 34px); line-height: 1.5; }
  .about-page h2.line-set { font-size: 26px; }
  .program-flow h2.line-set,
  .five-fields h2.line-set,
  .support-document h2.line-set { font-size: 27px; }
  .about-page .page-hero { min-height: 570px; }
  .about-page .page-hero .wrap,
  .access-page .page-hero .wrap { padding-left: 0; }
  .about-page .page-hero .eyebrow,
  .access-page .page-hero .eyebrow { position: static; writing-mode: initial; }
  .about-page .page-hero::after { width: 210px; height: 210px; right: -44px; bottom: -30px; }
  .about-page .page-hero + .section::before { top: 36px; font-size: 54px; }
  .day-page .page-hero + .section,
  .recruit-page .page-hero + .section { padding-top: 145px; clip-path: polygon(0 28px, 100% 0, 100% 100%, 0 100%); }
  .day-page .band-cream .data-list { grid-template-columns: 1fr 1fr; }
  .day-page .band-cream .data-row { min-height: 120px; padding: 20px 12px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .day-page .band-cream .data-row:nth-child(even) { border-right: 0; }
  .guide-page main > .section:first-of-type::before { left: 8px; }
  .day-page .page-hero::before { right: 20px; bottom: 7%; font-size: 24px; }
  .guide-page .page-hero::before { right: 20px; bottom: 8px; font-size: 20px; }
  .access-page .page-hero::before { right: 20px; bottom: 7%; font-size: 26px; }
  .recruit-page .page-hero::before { right: 20px; bottom: 7%; font-size: 34px; }
  .disclosure-page .page-hero h1 { font-size: 34px; line-height: 1.45; }
  .access-page .section.band-yellow .data-list { margin-top: 50px; }
  .recruit-page .page-hero + .section .prose { margin-left: 0; }
  .recruit-page .page-hero--photo { min-height: 650px; padding-top: 56px; }
  .recruit-page .page-hero--photo .wrap { min-height: 594px; display: block; }
  .recruit-page .page-hero--photo .page-hero__copy { width: 100%; padding-right: 0; }
  .recruit-page .page-hero__art--photo { width: calc(100% + 40px); height: 315px; right: -20px; bottom: 0; }
  .recruit-page .page-hero__art--photo img { object-position: 50% 50%; }
  .photo-band img { height: 520px; }
  .photo-band figcaption { right: 12px; bottom: 12px; }
}

/* Final lower-page illustration spacing */
.about-page .page-hero--illustrated::after { display: none; }

@media (max-width: 680px) {
  .about-page .page-hero--illustrated .page-hero__art { bottom: -100px; }
}

/* Contact routes */
.contact-page { overflow-x: clip; }
.contact-page .page-hero {
  min-height: 520px;
  background: var(--cream);
}
.contact-page .page-hero::before { content: "CONTACT"; }
.contact-page .contact-intro {
  padding-block: 120px 40px;
  background: var(--paper);
}
.contact-page .contact-intro__inner {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 8vw;
  align-items: start;
}
.contact-page .contact-intro__inner > *,
.inquiry-route > * { min-width: 0; }
.contact-page .contact-intro h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.25;
}
.contact-page .contact-intro p {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 2;
}
.contact-routes {
  padding-bottom: 140px;
  background: var(--paper);
}
.inquiry-route {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 4vw;
  align-items: center;
  padding: 44px 0;
  border-top: 1px solid var(--ink);
}
.inquiry-route:last-child { border-bottom: 1px solid var(--ink); }
.inquiry-route__number {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}
.inquiry-route h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
}
.inquiry-route p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.9;
}
.inquiry-route .button { margin: 0; white-space: nowrap; }
.contact-note {
  margin-top: 28px;
  padding-left: 18px;
  border-left: 3px solid var(--yellow);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.contact-fallback {
  padding-block: 90px;
  background: var(--green);
  color: #fff;
}
.contact-fallback__inner {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 8vw;
  align-items: end;
}
.contact-fallback h2 { margin: 0; }
.contact-fallback a {
  color: #fff;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.55);
}
.contact-fallback p { margin: 16px 0 0; color: rgba(255,255,255,.75); }
.contact-page .mobile-call { display: none !important; }

.contact-form-section { padding-block: 120px 150px; background: var(--paper); }
.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr);
  gap: 8vw;
  align-items: start;
}
.contact-form-guide { position: sticky; top: 130px; }
.contact-form-guide h2 { margin: 0; font-size: clamp(34px, 3vw, 42px); line-height: 1.45; }
.contact-form-title span { display: block; white-space: nowrap; }
.contact-form-guide > p:not(.kicker) { margin-top: 28px; color: var(--muted); }
.contact-form-guide dl { margin: 52px 0 0; border-top: 1px solid var(--line); }
.contact-form-guide dl div { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-form-guide dt { color: var(--muted); font-size: 13px; font-weight: 800; }
.contact-form-guide dd { margin: 0; overflow-wrap: anywhere; }
.contact-form { border-top: 1px solid var(--ink); }
.form-status { grid-column: 2; margin-bottom: 24px; padding: 18px 20px; border-left: 4px solid var(--green); background: rgba(0,143,50,.08); font-weight: 800; }
.form-status--error { border-left-color: var(--orange); background: rgba(255,92,24,.08); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form fieldset { margin: 0; padding: 42px 0 48px; border: 0; border-bottom: 1px solid var(--ink); }
.contact-form legend { width: 100%; margin: 0 0 30px; padding: 0; font-size: 24px; font-weight: 900; }
.contact-form legend > span { display: inline-block; min-width: 42px; color: var(--green); font-size: 13px; vertical-align: middle; }
.contact-form legend small { margin-left: 10px; color: var(--muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-field { display: grid; gap: 8px; min-width: 0; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > span,
.choice-grid > p { margin: 0; font-size: 14px; font-weight: 800; }
.form-field b,
.choice-grid b { margin-left: 6px; color: var(--orange); font-size: 11px; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 56px;
  padding: 13px 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
}
.form-field textarea { min-height: 180px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: 2px solid var(--green); outline-offset: 2px; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span {
  display: block;
  min-width: 116px;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
}
.choice-grid input:checked + span { color: #fff; background: var(--green); border-color: var(--green); }
.choice-grid input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.choice-grid--contact { margin-top: 28px; }
.choice-grid--contact > p { flex-basis: 100%; }
.form-submit { padding-top: 42px; }
.privacy-consent { display: flex; gap: 12px; align-items: flex-start; }
.privacy-consent input { width: 20px; height: 20px; margin-top: 5px; accent-color: var(--green); }
.privacy-consent a { text-decoration: underline; }
.form-submit .button { margin-top: 28px; border: 0; cursor: pointer; }
.form-submit > p { margin: 15px 0 0; color: var(--muted); font-size: 12px; }

@media (max-width: 820px) {
  .contact-page .page-hero { min-height: 430px; }
  .contact-page .page-hero::before { right: -38%; bottom: 6%; font-size: 112px; }
  .contact-page .page-hero .wrap > p:last-child { max-width: 310px; }
  .contact-page .contact-intro { padding-block: 84px 34px; }
  .contact-page .contact-intro__inner,
  .contact-fallback__inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-page .contact-intro h2 { font-size: 38px; }
  .contact-routes { padding-bottom: 90px; }
  .inquiry-route {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 34px 0;
  }
  .inquiry-route__content { grid-column: 2; }
  .inquiry-route .button { grid-column: 2; justify-self: start; margin-top: 8px; }
  .inquiry-route .button { max-width: 100%; white-space: normal; }
  .inquiry-route h3 { font-size: 28px; }
  .contact-fallback { padding-block: 70px; }
  .contact-fallback a { font-size: 30px; }
  .contact-form-section { padding-block: 80px 100px; }
  .contact-form-layout { grid-template-columns: 1fr; gap: 60px; }
  .form-status { grid-column: 1; margin-bottom: -36px; }
  .contact-form-guide { position: static; }
  .contact-form-guide h2 { font-size: 34px; }
  .contact-form-guide dl { margin-top: 36px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .form-field--wide { grid-column: auto; }
  .contact-form fieldset { padding: 34px 0 38px; }
  .contact-form legend { font-size: 21px; }
  .choice-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .choice-grid label > span { min-width: 0; padding-inline: 10px; }
  .choice-grid--contact > p { grid-column: 1 / -1; }
}

/* Brand emphasis: match the orange Sunny Kids wordmark. */
.eyebrow,
.kicker,
.story-hero__focus,
.story-label,
.story-track span,
.timeline-row span,
.place-address > span,
.file-hero__index span,
.file-hero__index strong,
.field-map__list li > span,
.editorial-page .principle span,
.guide-page .route span,
.inquiry-route__number,
.contact-form legend > span {
  color: var(--accent);
}
.story-track::before,
.story-link b {
  background: var(--accent);
}
.place-address,
.file-hero__index {
  border-color: var(--accent);
}
.home-notice .news-row:hover { color: var(--accent); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline-color: var(--accent); }
.choice-grid input:checked + span {
  background: var(--accent);
  border-color: var(--accent);
}
.privacy-consent input { accent-color: var(--accent); }

/* Yellow and white remain the legible emphasis colors on dark/green fields. */
.band-green .kicker,
.band-green .story-label { color: #fff; }
.band-green .route span,
.experience-head .story-label,
.program-flow__head .story-label,
.program-sequence li > span,
.program-sequence small,
.home-disclosure .story-label,
.day-page .page-hero .eyebrow { color: var(--yellow); }
.day-page .timeline-row span { color: var(--accent); }
.guide-steps li > span { color: var(--green); }

/* Keep the support-page illustration fully visible. */
.support-v2 .program-flow .page-scatter--right-top { right: 24px; }
@media (max-width: 680px) { .support-v2 .program-flow .page-scatter--right-top { right: 10px; } }

/* Final support illustration inset. */
.support-v2 .program-flow .page-scatter--right-top { right: clamp(72px, 8vw, 130px); }
@media (max-width: 680px) { .support-v2 .program-flow .page-scatter--right-top { right: 18px; } }
