:root {
  --brand: #7b594b;
  --brand-deep: #4a342c;
  --brand-soft: #9a7b6e;
  --brand-display: #7b594b;
  --sand: #efe7dc;
  --cream: #f8f5ef;
  --white: #fffdf9;
  --accent: #9a674e;
  --ink: #312b28;
  --line: rgba(49, 43, 40, .15);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 26px 70px rgba(63, 48, 42, .12);
  --page-pad: clamp(22px, 5vw, 80px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .04em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: 100%;
  height: 82px;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  background: linear-gradient(110deg, rgba(255, 253, 249, .64), rgba(248, 244, 241, .42) 52%, rgba(255, 253, 249, .58));
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .58);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 18px 50px rgba(55, 40, 34, .12), inset 0 -1px 0 rgba(255, 255, 255, .42);
  backdrop-filter: blur(26px) saturate(1.3);
  -webkit-backdrop-filter: blur(26px) saturate(1.3);
  transform: translate(-50%, -110%);
  transition: transform .78s var(--ease), background .35s ease;
}

.site-header.is-visible { transform: translate(-50%, 0); }
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(255,255,255,.34), transparent 28%, rgba(255,255,255,.12) 58%, transparent 78%);
  pointer-events: none;
}
.site-header::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -28px;
  width: 32%;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  filter: blur(18px);
  pointer-events: none;
}
.site-header > * { position: relative; z-index: 1; }
.site-header__brand { justify-self: start; display: flex; align-items: center; }
.site-header__brand img { width: clamp(132px, 13vw, 168px); height: auto; }
.site-header__nav { display: flex; gap: clamp(20px, 3vw, 42px); }
.site-header__nav a { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.site-header > .button { justify-self: end; }

.button {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.button:hover { transform: translateY(-2px); background: var(--brand-deep); }
.button--small { min-height: 46px; padding: 0 23px; font-size: 12px; }
.button--wide { width: 100%; }
.button--light { color: var(--brand); background: var(--white); border-color: var(--white); }
.button--bilingual { flex-direction: column; gap: 0; line-height: 1.3; }
.button--bilingual small { font-size: 8px; font-weight: 500; letter-spacing: .11em; opacity: .72; }
.button:disabled { color: rgba(255,255,255,.72); background: var(--brand-soft); border-color: var(--brand-soft); cursor: default; }
.button:disabled:hover { transform: none; }

.hero { height: 500svh; background: var(--brand-deep); }
.hero__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.is-line-webview .hero { height: var(--line-hero-height); }
.is-line-webview .hero__sticky { height: var(--line-viewport-height); }
.is-line-webview .hero__end-message { bottom: var(--line-hero-end-bottom); }
.hero__canvas, .hero__fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__privacy-haze {
  position: absolute;
  z-index: 1;
  top: -2%;
  right: -2%;
  bottom: 35%;
  left: -2%;
  background: rgba(248, 245, 239, .018);
  -webkit-backdrop-filter: blur(5px) saturate(.96);
  backdrop-filter: blur(5px) saturate(.96);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0,0,0,.82) 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0,0,0,.82) 78%, transparent 100%);
  pointer-events: none;
  transform: translateZ(0);
}
.hero__veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(41, 29, 25, .57) 0%, rgba(41, 29, 25, .17) 51%, rgba(41, 29, 25, .07) 100%),
    linear-gradient(0deg, rgba(35, 25, 21, .23), transparent 42%);
  pointer-events: none;
}

.hero__content {
  position: absolute;
  z-index: 2;
  left: var(--page-pad);
  top: 50%;
  width: min(720px, 78vw);
  color: var(--white);
  transform: translateY(-43%);
  will-change: transform, opacity;
}

.eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.eyebrow--brand { color: var(--brand); }
.section h2, .closing h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  letter-spacing: .055em;
}

.hero h1 {
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(64px, 7.2vw, 112px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: .015em;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .13);
}
.hero__japanese { margin: 25px 0 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(19px, 1.8vw, 27px); font-weight: 400; line-height: 1.5; letter-spacing: .13em; }
.hero__lead { margin: 23px 0 0; font-size: clamp(13px, 1.25vw, 17px); line-height: 1.9; letter-spacing: .08em; }
.hero__lead-en { max-width: 430px; margin: 7px 0 0; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.6; letter-spacing: .035em; }
.hero__end-message {
  position: absolute;
  z-index: 2;
  right: var(--page-pad);
  bottom: 12vh;
  max-width: calc(100% - (var(--page-pad) * 2));
  margin: 0;
  color: var(--white);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .045em;
  text-align: right;
  opacity: 0;
  text-shadow: 0 3px 28px rgba(0,0,0,.16);
  transform: translateY(20px);
  pointer-events: none;
  will-change: transform, opacity;
}
.hero__end-message span {
  display: block;
  margin-bottom: .42em;
  font-size: .36em;
  font-weight: 500;
  letter-spacing: .24em;
}
.hero__brand { position: absolute; z-index: 2; right: var(--page-pad); bottom: 46px; opacity: .95; }
.hero__brand img { width: clamp(160px, 18vw, 250px); height: auto; }

.scroll-guide {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: var(--white);
  transform: translateX(-50%);
}

.scroll-guide span { font-size: 9px; letter-spacing: .24em; writing-mode: vertical-rl; }
.scroll-guide i { width: 1px; height: 42px; background: rgba(255,255,255,.35); overflow: hidden; }
.scroll-guide i::after { content: ""; display: block; width: 100%; height: 55%; background: var(--white); animation: scrollLine 1.7s ease-in-out infinite; }

@keyframes scrollLine {
  0% { transform: translateY(-110%); }
  100% { transform: translateY(190%); }
}

.section { padding: clamp(100px, 12vw, 180px) var(--page-pad); }
.section h2 { font-size: clamp(32px, 3.8vw, 52px); line-height: 1.48; }
.section-heading { max-width: 760px; margin-bottom: clamp(55px, 8vw, 100px); }
.section-heading > p:last-child { margin: 22px 0 0; color: rgba(49,43,40,.7); }
.section-heading--center { margin-inline: auto; text-align: center; }
.translation { margin-top: 12px !important; color: rgba(49,43,40,.52) !important; font-size: 11px !important; line-height: 1.7 !important; letter-spacing: .025em !important; }
.translation--lead { margin-top: 15px !important; font-size: 12px !important; letter-spacing: .05em !important; }
.translation--light { color: rgba(255,255,255,.58) !important; }

.intro {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(55px, 9vw, 145px);
}

.intro__copy > p:last-child { max-width: 570px; margin: 38px 0 0; color: rgba(49,43,40,.72); }
.intro__copy h2 + .translation { margin-bottom: 32px !important; }
.intro__copy > p:not(.eyebrow):not(.translation) { margin: 0; }
.intro__copy > p:not(.eyebrow):not(.translation) + .translation { max-width: 570px; }
.intro__visual { margin: 0; position: relative; }
.intro__visual::before { content: ""; position: absolute; width: 46%; aspect-ratio: 1; left: -12%; bottom: -16%; z-index: -1; background: #e6d6c7; border-radius: 50%; }
.intro__visual img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 220px 220px var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow); }

.section--brand { color: var(--white); background: var(--brand-display); }
.statement { overflow: hidden; text-align: center; }
.statement__inner { max-width: 1120px; margin: auto; }
.statement__mark { width: clamp(100px, 10vw, 140px); margin: 0 auto 36px; }
.statement h2 { font-size: clamp(34px, 4.2vw, 54px); }
.statement__inner h2 + .translation { margin-bottom: 0 !important; }
.statement-impact { margin-top: clamp(58px, 7vw, 96px); display: flex; flex-direction: column; align-items: center; gap: clamp(42px, 5vw, 70px); text-align: center; }
.statement-impact__number { margin: 0; color: #e9b59e; font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif; font-size: clamp(180px, 24vw, 340px); font-weight: 300; line-height: .72; letter-spacing: -.075em; white-space: nowrap; }
.statement-impact__number small { display: inline-block; margin-left: .02em; font-size: .36em; font-weight: 400; letter-spacing: 0; vertical-align: top; transform: translateY(.09em); }
.statement-impact__message { width: 100%; }
.statement-impact__message > p:first-child { margin: 0; color: var(--white); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(21px, 2vw, 29px); font-weight: 400; line-height: 1.7; letter-spacing: .07em; }
.statement-impact__message > p:last-child { margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 600; line-height: 1.5; letter-spacing: .22em; }
.statement-impact__line { display: block; white-space: nowrap; }
.statement-impact__mobile-break { display: none; }

.experience { max-width: 1480px; margin: auto; }
.experience__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.2vw, 34px); }
.experience-card { min-height: 360px; padding: clamp(30px, 4vw, 52px); display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 16px 45px rgba(63,48,42,.06); }
.experience-card__number { color: var(--accent); font-size: 12px; letter-spacing: .16em; }
.experience-card h3 { margin: auto 0 18px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(21px, 1.75vw, 25px); font-weight: 400; letter-spacing: .07em; }
.experience-card__en { display: block; margin: -10px 0 20px; color: var(--brand-soft); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.experience-card p { margin: 0; color: rgba(49,43,40,.67); font-size: 14px; }
.experience-card p.translation { margin-top: 10px !important; }

.gallery-break { position: relative; min-height: min(76vw, 860px); overflow: hidden; }
.gallery-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(41,32,28,.09), rgba(41,32,28,.46)); }
.gallery-break > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-break__copy { position: absolute; z-index: 2; right: var(--page-pad); top: 50%; margin: 0; color: var(--white); font-size: clamp(34px, 5.4vw, 80px); font-weight: 500; line-height: 1.1; letter-spacing: .04em; text-align: right; transform: translateY(-50%); }

.flow { max-width: 1480px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(55px, 9vw, 145px); }
.flow__visual img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg) 220px 220px var(--radius-lg); box-shadow: var(--shadow); }
.flow__content h2 { font-size: clamp(32px, 3.6vw, 46px); }
.flow-list { padding: 0; margin: 46px 0 0; list-style: none; }
.flow-list li { padding: 24px 0; display: grid; grid-template-columns: 38px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.flow-list li:last-child { border-bottom: 1px solid var(--line); }
.flow-list li > span { color: var(--accent); font-size: 12px; letter-spacing: .12em; }
.flow-list strong { display: block; margin-top: -7px; font-size: 16px; font-weight: 600; }
.flow-list small { display: block; margin-top: 1px; color: var(--brand-soft); font-size: 9px; line-height: 1.5; letter-spacing: .07em; }
.flow-list p { margin: 5px 0 0; color: rgba(49,43,40,.64); font-size: 13px; }

.section--sand { background: var(--sand); }
.schedule-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.schedule-card { min-height: 470px; padding: clamp(30px, 5vw, 58px); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.schedule-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.schedule-card__city { color: var(--brand); font-size: 11px; font-weight: 600; letter-spacing: .21em; }
.status-pill { padding: 7px 12px; color: var(--brand); background: rgba(123,89,75,.09); border-radius: 999px; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.schedule-card h3 { margin: 28px 0 38px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(26px, 2.9vw, 36px); font-weight: 400; }
.schedule-card h3 small { display: block; margin-top: 5px; color: rgba(49,43,40,.48); font-family: "Avenir Next", sans-serif; font-size: 10px; letter-spacing: .08em; }
.schedule-card dl { margin: 0 0 38px; }
.schedule-card dl > div { padding: 14px 0; display: grid; grid-template-columns: 90px 1fr; border-top: 1px solid var(--line); }
.schedule-card dl > div:last-child { border-bottom: 1px solid var(--line); }
.schedule-card dt { color: rgba(49,43,40,.55); font-size: 12px; }
.schedule-card dd { margin: 0; font-size: 13px; }
.schedule-card dt small, .schedule-card dd small { display: block; margin-top: 1px; font-size: 8px; line-height: 1.4; letter-spacing: .05em; opacity: .62; }
.schedule-card--next { display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--brand-display); }
.schedule-card--next span { font-size: 10px; letter-spacing: .19em; }
.schedule-card--next h3 { margin-top: 30px; font-size: clamp(25px, 2.5vw, 32px); line-height: 1.55; }
.schedule-card--next p { max-width: 300px; margin: -18px 0 0; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.6; letter-spacing: .04em; }
.schedule-card--next img { width: 150px; align-self: flex-end; }
.schedule__note { margin: 32px auto 0; color: rgba(49,43,40,.56); font-size: 11px; text-align: center; }
.schedule__note small { display: block; margin-top: 3px; font-size: 9px; line-height: 1.5; letter-spacing: .025em; }

.notes { max-width: 1480px; margin: auto; }
.notes__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.note-item { min-height: 180px; padding: 30px clamp(18px, 3vw, 44px); border-right: 1px solid var(--line); }
.note-item:last-child { border-right: 0; }
.note-item span { color: var(--accent); font-size: 11px; letter-spacing: .16em; }
.note-item p { margin: 36px 0 0; font-size: 14px; }
.note-item p + .translation { margin-top: 10px !important; }

.closing { position: relative; min-height: min(82vw, 900px); display: grid; place-items: center; overflow: hidden; }
.closing__image, .closing__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing__image { object-fit: cover; }
.closing__veil { background: rgba(46,34,29,.43); }
.closing__content { position: relative; z-index: 2; padding: 80px var(--page-pad); color: var(--white); text-align: center; }
.closing__content img { width: clamp(180px, 20vw, 260px); margin: 0 auto 38px; }
.closing h2 { margin-bottom: 44px; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.45; }
.closing__english { margin: -28px 0 38px; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .12em; }

.site-footer { min-height: 320px; padding: 70px var(--page-pad); display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; color: var(--white); background: var(--brand-deep); }
.site-footer__brand img { width: 110px; }
.site-footer__meta { text-align: right; }
.site-footer__meta p { margin: 0 0 7px; font-size: 13px; letter-spacing: .1em; }
.site-footer__meta small { color: rgba(255,255,255,.5); font-size: 10px; }
.mobile-booking { display: none; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .site-header { top: 0; width: 100%; height: 66px; padding: 0 20px; grid-template-columns: 1fr auto; border-radius: 0 0 22px 22px; }
  .site-header__nav, .site-header > .button { display: none; }
  .site-header__brand img { width: 142px; }
  .hero { height: 430svh; }
  .is-line-webview .hero { height: var(--line-hero-height); }
  .is-line-webview .hero__content { bottom: var(--line-hero-copy-bottom); }
  .is-line-webview .hero__end-message { bottom: var(--line-hero-end-bottom); }
  .hero__privacy-haze { top: -2%; bottom: 33%; }
  .hero__content { top: auto; bottom: 15svh; width: calc(100% - 44px); left: 22px; transform: none; }
  .hero h1 { font-size: clamp(48px, 14vw, 62px); line-height: .93; letter-spacing: .01em; }
  .hero__japanese { margin-top: 20px; font-size: clamp(18px, 5.2vw, 22px); }
  .hero__lead { margin-top: 18px; font-size: 12px; }
  .hero__lead-en { max-width: 290px; font-size: 9px; }
  .hero__end-message { right: 22px; bottom: 23svh; max-width: calc(100% - 44px); font-size: clamp(34px, 10.5vw, 46px); }
  .hero__brand { right: 20px; bottom: 24px; }
  .hero__brand img { width: 145px; }
  .scroll-guide { left: auto; right: 18px; bottom: 100px; transform: none; }
  .intro, .flow { grid-template-columns: 1fr; }
  .intro__copy { order: 1; }
  .intro__visual { order: 2; }
  .intro__visual img, .flow__visual img { aspect-ratio: 4 / 5; }
  .statement-impact { gap: 42px; }
  .statement-impact__number { font-size: clamp(150px, 39vw, 250px); }
  .experience__grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 290px; }
  .gallery-break { min-height: 110svh; }
  .gallery-break > img { object-position: 54% center; }
  .gallery-break__copy { right: 22px; top: auto; bottom: 10%; font-size: clamp(38px, 11vw, 58px); transform: none; }
  .flow { gap: 60px; }
  .flow__visual { order: 2; }
  .flow__content { order: 1; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card { min-height: auto; }
  .schedule-card--next { min-height: 390px; }
  .notes__grid { grid-template-columns: 1fr; border-bottom: 1px solid var(--line); }
  .note-item { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }
  .note-item:last-child { border-bottom: 0; }
  .note-item p { margin-top: 22px; }
  .closing { min-height: 100svh; }
  .closing__image { object-position: 52% center; }
  .site-footer { padding-bottom: 120px; }
  .mobile-booking {
    position: fixed;
    z-index: 60;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: rgba(123,89,75,.95);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    box-shadow: 0 12px 35px rgba(55,40,34,.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-direction: column;
    gap: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    transform: translateY(130%);
    transition: transform .55s var(--ease);
  }
  .mobile-booking small { font-size: 8px; line-height: 1.2; letter-spacing: .1em; opacity: .68; }
  .mobile-booking.is-visible { transform: none; }
}

@media (max-width: 520px) {
  :root { --radius-lg: 26px; }
  body { font-size: 15px; }
  .section { padding-block: 100px; }
  .section h2 { font-size: clamp(30px, 8.6vw, 38px); }
  .hero__veil { background: linear-gradient(0deg, rgba(41,29,25,.62) 0%, rgba(41,29,25,.13) 65%, rgba(41,29,25,.08) 100%); }
  .hero__content .eyebrow { font-size: 9px; }
  .intro__visual, .flow__visual { aspect-ratio: 1 / 1; }
  .intro__visual img, .flow__visual img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
  .intro__visual img { object-position: 45% center; }
  .flow__visual img { object-position: 62% center; }
  .intro__visual img { border-radius: 72px 72px 24px 24px; }
  .statement__mark { width: 96px; }
  .statement-impact { margin-top: 58px; gap: 34px; }
  .statement-impact__number { font-size: clamp(132px, 41vw, 174px); }
  .statement-impact__message > p:first-child { font-size: clamp(19px, 5.6vw, 24px); line-height: 1.75; }
  .statement-impact__message > p:last-child { margin-top: 16px; font-size: 9px; }
  .statement-impact__mobile-break { display: block; }
  .experience-card { padding: 30px; }
  .gallery-break { min-height: 0; aspect-ratio: 3 / 2; }
  .gallery-break::after { background: rgba(46,34,29,.25); }
  .gallery-break > img { object-position: center; }
  .gallery-break__copy { left: auto; right: 18px; top: auto; bottom: 9%; width: auto; max-width: calc(100% - 36px); font-size: clamp(22px, 6.8vw, 29px); line-height: 1.04; text-align: right; text-shadow: 0 2px 18px rgba(35,25,21,.28); }
  .gallery-break__copy.reveal { transform: translateY(18px); }
  .gallery-break__copy.reveal.is-visible { transform: none; }
  .flow__visual img { border-radius: 24px 72px 72px 24px; }
  .schedule-card { padding: 28px; }
  .schedule-card__top { align-items: flex-start; flex-direction: column; }
  .closing { min-height: 0; aspect-ratio: 5 / 4; }
  .closing__image { object-position: center; }
  .closing__content { width: 100%; padding: 24px 18px; }
  .closing__content img { width: clamp(112px, 31vw, 138px); margin-bottom: 12px; }
  .closing h2 { margin-bottom: 12px; font-size: clamp(22px, 6.6vw, 26px); line-height: 1.35; }
  .closing__english { margin: 0 0 15px; font-size: 8px; }
  .closing .button { min-height: 42px; padding-inline: 20px; font-size: 11px; }
  .site-footer { min-height: 280px; align-items: center; flex-direction: column; text-align: center; }
  .site-footer__meta { text-align: center; }
}

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