:root {
  --black: #050607;
  --black-2: #090b0d;
  --navy: #071018;
  --paper: #f1ede4;
  --ink: #161616;
  --white: #f5f1e9;
  --muted: #9e9b94;
  --gold: #c79a53;
  --gold-bright: #e0b86f;
  --rule-dark: rgba(255, 255, 255, 0.15);
  --rule-light: rgba(20, 20, 20, 0.17);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif;
  --roman: Georgia, "Times New Roman", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--serif); }
body, a, button, summary { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { width: 100%; overflow: clip; background: var(--black); }
.section-inner { width: min(1200px, calc(100% - 64px)); margin-inline: auto; position: relative; z-index: 2; }
.story-section { background: var(--paper); color: var(--ink); }
.section-index, .overline { margin: 0; font-family: var(--sans); font-size: 11px; line-height: 1.4; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.section-index { color: #8c6a38; }
.section-index.gold { color: var(--gold-bright); }

.site-header {
  height: 76px;
  padding: 0 34px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 30px;
  background: rgba(4, 6, 8, .76);
  border-bottom: 1px solid rgba(199, 154, 83, .28);
  backdrop-filter: blur(14px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(4, 6, 8, .96); box-shadow: 0 10px 35px rgba(0,0,0,.28); }
.host-brand { width: max-content; display: grid; gap: 3px; }
.host-name { color: var(--white); font-family: var(--roman); font-size: 17px; font-weight: 700; letter-spacing: .15em; }
.host-role { color: var(--gold); font-family: var(--sans); font-size: 7px; font-weight: 600; letter-spacing: .21em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.2vw, 34px); font-family: var(--sans); font-size: 11px; letter-spacing: .07em; white-space: nowrap; }
.desktop-nav a { color: rgba(245,241,233,.74); transition: color .2s ease; }
.desktop-nav a:hover { color: var(--gold-bright); }
.header-cta { justify-self: end; min-height: 36px; display: inline-flex; align-items: center; gap: 9px; padding: 0 0 5px; color: var(--gold-bright); border-bottom: 1px solid var(--gold); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.mobile-nav { display: none; justify-self: end; position: relative; }
.mobile-nav summary { display: grid; place-items: center; list-style: none; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav-panel { position: fixed; top: 64px; right: 12px; left: 12px; padding: 22px; display: grid; background: rgba(5,7,9,.98); border: 1px solid rgba(199,154,83,.42); box-shadow: 0 25px 60px rgba(0,0,0,.5); font-family: var(--sans); }
.mobile-nav-panel a { padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.mobile-nav-panel .mobile-invite { margin-top: 12px; padding: 14px; color: #100e0a; background: var(--gold); text-align: center; border: 0; }

.hero { min-height: 790px; position: relative; display: flex; align-items: center; background: #050505; isolation: isolate; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 63% 48%; z-index: -2; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,4,5,.98) 0%, rgba(4,5,6,.93) 29%, rgba(4,5,6,.46) 57%, rgba(4,5,6,.14) 77%), linear-gradient(0deg, rgba(4,5,6,.78) 0%, transparent 36%, rgba(4,5,6,.24) 100%); }
.hero-content { width: min(1200px, calc(100% - 64px)); margin: 76px auto 0; padding: 80px 0 145px; position: relative; z-index: 2; }
.overline { color: var(--gold-bright); }
.hero h1 { width: min(720px, 58vw); margin: 24px 0 0; color: var(--white); font-family: var(--roman); font-weight: 400; line-height: .86; text-transform: uppercase; text-shadow: 0 4px 35px rgba(0,0,0,.8); }
.hero h1 span { display: block; }
.title-the { padding-left: 5px; color: var(--gold-bright); font-size: clamp(18px, 2vw, 27px); letter-spacing: .35em; }
.title-number { margin-top: 16px; font-size: clamp(56px, 7.4vw, 104px); letter-spacing: -.035em; }
.title-word { margin-top: 19px; font-size: clamp(37px, 4.85vw, 70px); letter-spacing: .055em; }
.hero-lead { width: min(580px, 48vw); margin: 39px 0 0; color: rgba(245,241,233,.9); font-size: clamp(14px, 1.28vw, 17px); line-height: 2; letter-spacing: .045em; text-shadow: 0 2px 12px #000; }
.hero-actions { margin-top: 31px; display: flex; align-items: center; gap: 28px; }
.hero-actions > span { color: rgba(245,241,233,.56); font-family: var(--sans); font-size: 8px; letter-spacing: .22em; }
.primary-button { min-height: 50px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; color: #14110c; background: linear-gradient(135deg, #d7ad68, #b8833c); border: 1px solid #e8c989; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .08em; transition: transform .2s ease, filter .2s ease; }
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.hero-facts { position: absolute; right: 0; bottom: 0; left: 0; min-height: 99px; padding-left: max(32px, calc((100vw - 1200px) / 2)); display: grid; grid-template-columns: repeat(3, minmax(190px, 250px)) 1fr; gap: 0; background: rgba(4,6,8,.9); border-top: 1px solid rgba(199,154,83,.36); backdrop-filter: blur(12px); }
.hero-facts div { padding: 22px 30px; display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.13); }
.hero-facts span { color: var(--gold); font-family: var(--sans); font-size: 8px; letter-spacing: .21em; }
.hero-facts strong { margin-top: 7px; color: var(--white); font-family: var(--roman); font-size: 16px; font-weight: 400; letter-spacing: .08em; }

.origin { padding: 112px 0 108px; }
.origin-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
.origin-copy h2 { margin: 17px 0 34px; font-size: clamp(41px, 4.2vw, 60px); line-height: 1.42; font-weight: 400; letter-spacing: .045em; }
.origin-copy > p:not(.section-index) { max-width: 500px; margin: 0 0 19px; font-family: var(--sans); font-size: 13px; line-height: 2.1; letter-spacing: .035em; }
.origin-copy .lead-copy { font-family: var(--serif); font-size: 15px; font-weight: 600; }
.origin-accordion { max-width: 500px; margin: 27px 0 22px; border-top: 1px solid var(--rule-light); }
.origin-accordion summary { position: relative; padding: 18px 30px 18px 0; color: #8c642c; border-bottom: 1px solid var(--rule-light); cursor: pointer; list-style: none; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.origin-accordion summary::-webkit-details-marker { display: none; }
.origin-accordion summary::after { content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); font-family: var(--roman); font-size: 20px; font-weight: 400; }
.origin-accordion[open] summary::after { content: "−"; }
.origin-accordion summary:hover { color: #624318; }
.origin-accordion .origin-expanded-story { padding: 22px 0 7px; border-bottom: 1px solid var(--rule-light); }
.origin-expanded-story p { margin: 0 0 15px; font-family: var(--sans); font-size: 12px; line-height: 2; letter-spacing: .025em; color: #4f4a42; }
.text-link { width: max-content; margin-top: 29px; padding-bottom: 7px; display: inline-flex; align-items: center; gap: 15px; color: #8b6028; border-bottom: 1px solid #9b6b2e; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .05em; }
.origin-visual { margin: 0; border: 1px solid rgba(22,22,22,.24); background: #e8e3da; box-shadow: 0 25px 55px rgba(41,31,20,.14); }
.origin-visual > img { width: 100%; aspect-ratio: 1.74 / 1; object-fit: cover; filter: grayscale(1) contrast(1.07); }
.origin-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule-light); }
.origin-stats div { min-width: 0; padding: 24px 12px 22px; display: grid; gap: 7px; text-align: center; border-right: 1px solid var(--rule-light); }
.origin-stats div:last-child { border-right: 0; }
.origin-stats strong { color: #8f6026; font-family: var(--roman); font-size: clamp(24px, 2.5vw, 34px); font-weight: 400; }
.origin-stats span { font-family: var(--sans); font-size: 7px; line-height: 1.5; letter-spacing: .12em; }
.origin-visual figcaption { padding: 11px 16px; color: #6d665d; background: #ded8ce; border-top: 1px solid var(--rule-light); font-family: var(--sans); font-size: 9px; line-height: 1.6; }

.meaning { padding: 95px 0 103px; border-top: 1px solid rgba(20,20,20,.14); background: #e8e2d8; }
.meaning-grid { display: grid; grid-template-columns: .82fr 1.18fr; column-gap: 86px; }
.meaning-title h2 { max-width: 430px; margin: 18px 0 0; font-size: clamp(32px, 3.3vw, 47px); line-height: 1.55; font-weight: 400; letter-spacing: .045em; }
.meaning-copy { max-width: 620px; }
.meaning-copy > p { margin: 0 0 20px; font-family: var(--sans); font-size: 14px; line-height: 2.1; }
.meaning-copy .meaning-emphasis { margin-top: 35px; color: #855a25; font-family: var(--serif); font-size: clamp(23px, 2.3vw, 32px); line-height: 1.7; }
.meaning-steps { grid-column: 1 / -1; margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); border: solid var(--rule-light); border-width: 1px 0 1px 1px; }
.meaning-steps article { min-height: 188px; padding: 30px 34px; border-right: 1px solid var(--rule-light); }
.meaning-steps span { color: #9b6a2e; font-family: var(--roman); font-size: 12px; }
.meaning-steps h3 { margin: 25px 0 13px; font-family: var(--roman); font-size: 20px; font-weight: 400; letter-spacing: .1em; }
.meaning-steps p { max-width: 280px; margin: 0; font-family: var(--sans); font-size: 11px; line-height: 1.9; }

.japan { min-height: 820px; padding: 112px 0; position: relative; display: flex; align-items: center; isolation: isolate; background: var(--navy); }
.japan-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% 50%; z-index: -2; filter: saturate(.64) brightness(.64); }
.japan-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,8,13,.96) 0%, rgba(4,10,16,.79) 45%, rgba(4,10,16,.34) 70%, rgba(4,10,16,.5) 100%), linear-gradient(0deg, rgba(3,7,11,.75), transparent 55%); }
.japan-grid { display: grid; grid-template-columns: 1fr 480px; gap: 78px; align-items: center; }
.japan-heading h2 { max-width: 650px; margin: 22px 0 0; color: var(--white); font-size: clamp(47px, 5.5vw, 78px); line-height: 1.4; font-weight: 400; letter-spacing: .055em; text-shadow: 0 4px 30px rgba(0,0,0,.55); }
.host-card { padding: 44px 42px 38px; background: rgba(4,7,10,.82); border: 1px solid rgba(202,159,88,.76); box-shadow: 0 25px 70px rgba(0,0,0,.35); backdrop-filter: blur(10px); }
.host-kicker { margin: 0; color: var(--gold); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .25em; }
.host-card h3 { margin: 9px 0 4px; color: var(--white); font-family: var(--roman); font-size: 34px; font-weight: 400; letter-spacing: .12em; }
.partner-line { margin: 0; color: var(--gold-bright); font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.host-rule { width: 100%; height: 1px; margin: 29px 0; background: linear-gradient(90deg, var(--gold), rgba(199,154,83,.1)); }
.host-card > p:not(.host-kicker):not(.partner-line):not(.clarification) { margin: 0 0 18px; color: rgba(245,241,233,.84); font-family: var(--sans); font-size: 12px; line-height: 2; }
.host-card .clarification { margin: 28px 0 0; padding-top: 18px; color: rgba(245,241,233,.5); border-top: 1px solid rgba(255,255,255,.13); font-family: var(--sans); font-size: 9px; line-height: 1.8; }

.experience { padding: 110px 0 112px; }
.section-heading { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: end; }
.section-heading h2 { margin: 17px 0 0; font-size: clamp(38px, 4.2vw, 59px); line-height: 1.45; font-weight: 400; letter-spacing: .045em; }
.section-heading > p { max-width: 600px; margin: 0 0 9px; font-family: var(--sans); font-size: 14px; line-height: 2.1; }
.experience-grid { margin-top: 67px; display: grid; grid-template-columns: repeat(5, 1fr); border: solid var(--rule-light); border-width: 1px 0 1px 1px; }
.experience-card { min-width: 0; min-height: 330px; padding: 28px 24px; border-right: 1px solid var(--rule-light); }
.experience-top { display: flex; align-items: center; justify-content: space-between; color: #97652b; }
.experience-top span { font-family: var(--roman); font-size: 12px; }
.experience-en { margin: 43px 0 8px !important; color: #8e6531; font-family: var(--roman) !important; font-size: 13px !important; letter-spacing: .03em; }
.experience-card h3 { min-height: 57px; margin: 0 0 20px; font-size: 17px; line-height: 1.65; font-weight: 400; }
.experience-card > p { margin: 0; font-family: var(--sans); font-size: 10px; line-height: 1.95; }
.event-details { margin-top: 35px; display: grid; grid-template-columns: repeat(4, 1fr); background: #111214; color: var(--white); border: 1px solid #2d2e30; }
.event-details div { min-height: 91px; padding: 19px 22px; display: grid; grid-template-columns: auto 1fr; gap: 3px 12px; align-content: center; border-right: 1px solid rgba(255,255,255,.13); }
.event-details div:nth-child(4) { border-right: 0; }
.event-details svg { grid-row: 1 / 3; align-self: center; color: var(--gold); }
.event-details span { color: var(--gold); font-family: var(--sans); font-size: 8px; letter-spacing: .12em; }
.event-details strong { font-size: 15px; font-weight: 400; }
.event-details > p { grid-column: 1 / -1; margin: 0; padding: 11px 20px; color: rgba(245,241,233,.57); background: #090a0b; border-top: 1px solid rgba(255,255,255,.11); font-family: var(--sans); font-size: 9px; line-height: 1.6; text-align: center; }

.selection { padding: 116px 0; color: var(--white); background: linear-gradient(125deg, #07090b, #0c1116 54%, #08090b); border-top: 1px solid rgba(199,154,83,.25); }
.selection-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; }
.selection-heading h2 { max-width: 520px; margin: 22px 0 26px; font-size: clamp(43px, 5vw, 69px); line-height: 1.43; font-weight: 400; letter-spacing: .055em; }
.selection-note { margin: 0; color: rgba(245,241,233,.6); font-family: var(--sans); font-size: 11px; letter-spacing: .06em; }
.selection-copy { padding-left: 50px; border-left: 1px solid rgba(199,154,83,.45); }
.selection-lead { margin: 0 0 34px !important; color: var(--white) !important; font-family: var(--serif) !important; font-size: clamp(20px, 2vw, 27px) !important; line-height: 1.85 !important; }
.selection-copy > p { margin: 30px 0 0; color: rgba(245,241,233,.7); font-family: var(--sans); font-size: 12px; line-height: 2; }
.selection-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.selection-copy li { min-height: 59px; display: flex; align-items: center; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--sans); font-size: 12px; }
.selection-copy li svg { flex: 0 0 auto; color: var(--gold); }

.invitation { min-height: 800px; padding: 120px 0; position: relative; display: flex; align-items: center; isolation: isolate; background: #040505; }
.invitation-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 59% 49%; z-index: -2; filter: saturate(.65) brightness(.69); }
.invitation-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,4,5,.98) 0%, rgba(3,4,5,.94) 33%, rgba(3,4,5,.45) 65%, rgba(3,4,5,.2)), linear-gradient(0deg, rgba(3,4,5,.78), transparent 45%); }
.invitation-content { padding-right: 49%; }
.invitation-content h2 { max-width: 690px; margin: 25px 0 28px; color: var(--white); font-size: clamp(39px, 4.4vw, 62px); line-height: 1.52; font-weight: 400; letter-spacing: .045em; }
.invitation-content > p:not(.section-index) { margin: 0; color: rgba(245,241,233,.78); font-family: var(--sans); font-size: 13px; line-height: 2; }
.invitation-button { margin-top: 35px; }
.closing-question { max-width: 620px; margin-top: 64px; padding-top: 29px; border-top: 1px solid rgba(199,154,83,.45); }
.closing-question span { color: var(--gold); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.closing-question p { margin: 15px 0 0; color: rgba(245,241,233,.88); font-size: clamp(18px, 1.8vw, 24px); line-height: 1.8; }

.faq { padding: 86px 0 90px; color: var(--ink); background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .58fr 1.42fr; gap: 86px; }
.faq h2 { margin: 16px 0 0; font-size: clamp(32px, 3.2vw, 44px); font-weight: 400; }
.faq-list { border-top: 1px solid var(--rule-light); }
.faq-list details { border-bottom: 1px solid var(--rule-light); }
.faq-list summary { padding: 23px 50px 23px 0; position: relative; list-style: none; cursor: pointer; font-size: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; top: 18px; right: 8px; color: #936127; font-family: var(--roman); font-size: 25px; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list p { margin: -3px 0 23px; padding-right: 45px; font-family: var(--sans); font-size: 12px; line-height: 1.9; }

footer { min-height: 110px; padding: 25px 36px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: rgba(245,241,233,.52); background: #040506; border-top: 1px solid rgba(199,154,83,.31); font-family: var(--sans); font-size: 8px; letter-spacing: .15em; }
.footer-brand { display: grid; gap: 4px; }
.footer-brand strong { color: var(--white); font-family: var(--roman); font-size: 14px; letter-spacing: .16em; }
.footer-brand span { color: var(--gold); font-size: 6px; }
footer p { margin: 0; text-align: center; }
footer > span { justify-self: end; }
.mobile-sticky-cta { display: none; }

a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: minmax(190px, 1fr) auto minmax(170px, 1fr); padding-inline: 24px; gap: 18px; }
  .desktop-nav { gap: 18px; font-size: 10px; }
  .origin-grid, .meaning-grid, .section-heading, .selection-grid { column-gap: 52px; }
  .japan-grid { grid-template-columns: 1fr 430px; gap: 45px; }
  .experience-card { padding-inline: 18px; }
  .experience-card h3 { font-size: 15px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 64px; }
  .section-inner { width: min(100% - 40px, 680px); }
  .site-header { height: 64px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .host-name { font-size: 15px; }
  .hero { min-height: 820px; align-items: end; }
  .hero-image { object-position: 65% 20%; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,4,5,.99) 0%, rgba(3,4,5,.92) 38%, rgba(3,4,5,.2) 72%), linear-gradient(90deg, rgba(3,4,5,.6), rgba(3,4,5,.05)); }
  .hero-content { width: calc(100% - 40px); margin-top: 64px; padding: 390px 0 155px; }
  .hero h1 { width: 100%; }
  .hero-lead { width: 100%; font-size: 14px; }
  .desktop-break { display: none; }
  .hero-facts { padding-left: 20px; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { padding: 20px 15px; }
  .hero-facts strong { font-size: 13px; }
  .origin, .experience, .selection { padding-block: 78px; }
  .origin-grid, .meaning-grid, .section-heading, .selection-grid { grid-template-columns: 1fr; gap: 50px; }
  .origin-visual { order: -1; }
  .meaning { padding-block: 74px; }
  .meaning-copy { max-width: 100%; }
  .meaning-steps { margin-top: 58px; grid-template-columns: 1fr; border-width: 1px 1px 0; }
  .meaning-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--rule-light); }
  .japan { min-height: 930px; padding-block: 80px; align-items: end; }
  .japan-image { object-position: 57% center; }
  .japan-overlay { background: linear-gradient(0deg, rgba(3,8,13,.98) 0%, rgba(3,8,13,.91) 55%, rgba(3,8,13,.24) 100%); }
  .japan-grid { grid-template-columns: 1fr; gap: 45px; }
  .japan-heading { padding-top: 260px; }
  .japan-heading h2 { font-size: clamp(43px, 9vw, 65px); }
  .host-card { width: min(100%, 560px); }
  .experience-grid { grid-template-columns: repeat(2, 1fr); border-bottom: 0; }
  .experience-card { min-height: 275px; border-bottom: 1px solid var(--rule-light); }
  .experience-card:nth-child(2n) { border-right: 0; }
  .experience-card:last-child { grid-column: 1 / -1; }
  .event-details { grid-template-columns: repeat(2, 1fr); }
  .event-details div:nth-child(2) { border-right: 0; }
  .event-details div { border-bottom: 1px solid rgba(255,255,255,.13); }
  .event-details div:nth-child(3), .event-details div:nth-child(4) { border-bottom: 0; }
  .selection-copy { padding-left: 0; border-left: 0; }
  .invitation { min-height: 900px; padding-block: 90px; align-items: end; }
  .invitation-image { object-position: 62% 15%; }
  .invitation-overlay { background: linear-gradient(0deg, rgba(3,4,5,.99) 0%, rgba(3,4,5,.94) 54%, rgba(3,4,5,.15) 100%); }
  .invitation-content { padding: 320px 0 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  footer { padding-bottom: 85px; grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-items: center; }
  footer > span { justify-self: center; }
  .mobile-sticky-cta { height: 52px; position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 90; display: flex; align-items: center; justify-content: center; gap: 13px; color: #15120d; background: linear-gradient(135deg, #ddb56f, #bc873e); border: 1px solid #efcf91; box-shadow: 0 10px 35px rgba(0,0,0,.42); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
}

@media (max-width: 540px) {
  .section-inner { width: calc(100% - 30px); }
  .site-header { padding-inline: 16px; }
  .host-role { font-size: 5.5px; }
  .hero { min-height: 760px; }
  .hero-content { width: calc(100% - 30px); padding: 340px 0 150px; }
  .overline, .section-index { font-size: 9px; }
  .title-number { font-size: 14.1vw; }
  .title-word { margin-top: 13px; font-size: 9.1vw; }
  .hero-lead { margin-top: 30px; font-size: 12px; line-height: 1.9; }
  .hero-actions { gap: 16px; }
  .hero-actions > span { display: none; }
  .primary-button { width: 100%; min-height: 50px; }
  .hero-facts { min-height: 93px; padding-left: 0; }
  .hero-facts div { padding: 16px 8px; text-align: center; }
  .hero-facts span { font-size: 6px; }
  .hero-facts strong { font-size: 10px; letter-spacing: .04em; }
  .origin-copy h2 { font-size: 38px; }
  .origin-copy > p:not(.section-index) { font-size: 12px; }
  .origin-stats { grid-template-columns: repeat(2, 1fr); }
  .origin-stats div:nth-child(2) { border-right: 0; }
  .origin-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--rule-light); }
  .meaning-title h2 { font-size: 31px; }
  .meaning-copy > p { font-size: 12px; }
  .meaning-copy .meaning-emphasis { font-size: 22px; }
  .japan { min-height: 900px; }
  .japan-heading { padding-top: 210px; }
  .japan-heading h2 { font-size: 38px; line-height: 1.48; }
  .host-card { padding: 33px 25px 29px; }
  .host-card h3 { font-size: 27px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading > p { font-size: 12px; }
  .experience-grid { grid-template-columns: 1fr; border-right: 1px solid var(--rule-light); }
  .experience-card, .experience-card:nth-child(2n) { min-height: 0; padding: 25px; border-right: 0; }
  .experience-card:last-child { grid-column: auto; }
  .experience-en { margin-top: 25px !important; }
  .experience-card h3 { min-height: 0; margin-bottom: 13px; }
  .event-details { grid-template-columns: 1fr; }
  .event-details div, .event-details div:nth-child(2), .event-details div:nth-child(3) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .event-details div:nth-child(4) { border-bottom: 0; }
  .selection-heading h2 { font-size: 39px; }
  .selection-lead { font-size: 19px !important; }
  .selection-copy li { align-items: flex-start; padding: 17px 0; font-size: 11px; line-height: 1.7; }
  .invitation { min-height: 850px; }
  .invitation-content { padding-top: 285px; }
  .invitation-content h2 { font-size: 34px; }
  .invitation-content > p:not(.section-index) { font-size: 11px; }
  .closing-question { margin-top: 50px; }
  .closing-question p { font-size: 17px; }
  .faq { padding-block: 64px; }
  .faq-list summary { font-size: 13px; }
  .faq-list p { padding-right: 0; font-size: 11px; }
}

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

/* Original 2012 video inside the expanded story. Closed-state layout is unchanged. */
.origin-video { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 2px 0 22px; overflow: hidden; background: #0a0a0a; }
.origin-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }


/* ===== Final readability pass =====
   Keeps the existing layout and visual system; only improves legibility.
*/
.origin-copy > p:not(.section-index) {
  font-size: 15px;
  line-height: 1.95;
}
.origin-copy .lead-copy {
  font-size: 17px;
}
.origin-accordion summary {
  font-size: 14px;
}
.origin-expanded-story p {
  font-size: 14px;
  line-height: 1.9;
}
.text-link {
  font-size: 14px;
}
.meaning-copy > p {
  font-size: 15px;
  line-height: 1.95;
}
.meaning-steps p {
  font-size: 13px;
  line-height: 1.85;
}
.host-card > p:not(.host-kicker):not(.partner-line):not(.clarification) {
  font-size: 13px;
  line-height: 1.9;
}
.host-card .clarification {
  font-size: 11px;
  line-height: 1.75;
}
.section-heading > p {
  font-size: 15px;
  line-height: 1.95;
}
.experience-card > p {
  font-size: 13px;
  line-height: 1.85;
}
.experience-en {
  font-size: 14px !important;
}
.event-details > p {
  font-size: 11px;
}
.selection-note {
  font-size: 13px;
}
.selection-copy > p {
  font-size: 13px;
  line-height: 1.9;
}
.selection-copy li {
  font-size: 13px;
}
.invitation-content > p:not(.section-index) {
  font-size: 14px;
  line-height: 1.9;
}
.faq-list p {
  font-size: 13px;
  line-height: 1.85;
}

@media (max-width: 720px) {
  .origin-copy > p:not(.section-index),
  .meaning-copy > p,
  .section-heading > p,
  .experience-card > p,
  .selection-copy > p,
  .invitation-content > p:not(.section-index),
  .faq-list p {
    font-size: 14px;
  }

  .origin-accordion summary,
  .text-link {
    font-size: 13px;
  }

  .origin-expanded-story p,
  .selection-copy li {
    font-size: 13px;
  }

  .meaning-steps p {
    font-size: 13px;
  }
}


/* ===== JP / EN language switch ===== */
.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-tools .header-cta { justify-self: auto; }
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--sans);
}
.language-option {
  appearance: none;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  color: rgba(245,241,233,.42);
  background: transparent;
  font: inherit;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
  cursor: pointer;
  transition: color .2s ease;
}
.language-option + .language-option::before {
  content: "|";
  display: inline-block;
  margin-right: 8px;
  color: rgba(199,154,83,.40);
  font-weight: 400;
}
.language-option:hover { color: var(--gold-bright); }
.language-option.is-active {
  color: var(--gold-bright);
  background: transparent;
}
.language-switch-mobile {
  width: max-content;
  margin: 0 0 16px auto;
}

/* English uses the same grid, spacing and component dimensions. */
body.lang-en .hero-lead,
body.lang-en .origin-copy > p,
body.lang-en .origin-expanded-story p,
body.lang-en .meaning-copy > p,
body.lang-en .meaning-steps p,
body.lang-en .host-card > p,
body.lang-en .section-heading > p,
body.lang-en .experience-card > p,
body.lang-en .selection-copy,
body.lang-en .invitation-content > p,
body.lang-en .faq-list p {
  letter-spacing: .015em;
}
body.lang-en .origin-copy h2,
body.lang-en .meaning-title h2,
body.lang-en .japan-heading h2,
body.lang-en .section-heading h2,
body.lang-en .selection-heading h2,
body.lang-en .invitation-content h2,
body.lang-en .faq h2 {
  letter-spacing: .01em;
}
body.lang-en .experience-card h3 { line-height: 1.45; }
body.lang-en .selection-copy li { line-height: 1.55; }

@media (max-width: 1080px) {
  .header-tools { gap: 18px; }
}
@media (max-width: 860px) {
  .header-tools { display: none; }
}

/* ===== Private review conversion layer ===== */
.private-review {
  padding: 118px 0;
  border-top: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
}
.review-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}
.review-copy h2 {
  margin: 24px 0 28px;
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: .035em;
}
.review-copy > p:not(.section-index) {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 2;
}
.review-copy .review-note {
  margin-top: 22px;
  color: #725834;
  font-size: 12px;
  font-weight: 600;
}
.review-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
}
.review-steps article {
  min-height: 260px;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--rule-light);
}
.review-steps article:last-child { border-right: 0; }
.review-steps span {
  color: #a77b3e;
  font-family: var(--roman);
  font-size: 40px;
  line-height: 1;
}
.review-steps h3 {
  margin: 25px 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}
.review-steps p {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.85;
}

.referral-close {
  padding: 74px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 25%, rgba(199,154,83,.13), transparent 24rem),
    linear-gradient(135deg, #071018, #030608);
  border-top: 1px solid rgba(199,154,83,.38);
  border-bottom: 1px solid rgba(199,154,83,.38);
}
.referral-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
}
.referral-copy h2 {
  max-width: 760px;
  margin: 20px 0 18px;
  color: var(--white);
  font-size: clamp(30px, 3.7vw, 50px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .035em;
}
.referral-copy > p:not(.section-index) {
  margin: 0;
  color: rgba(245,241,233,.78);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.9;
}
.referral-action {
  padding-left: clamp(24px, 4vw, 58px);
  border-left: 1px solid rgba(199,154,83,.34);
}
.referral-button { width: 100%; }
.referral-fine {
  margin: 18px 0 0;
  color: rgba(245,241,233,.55);
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.8;
}

body.lang-en .review-copy > p,
body.lang-en .review-steps p,
body.lang-en .referral-copy > p,
body.lang-en .referral-fine {
  letter-spacing: .015em;
}
body.lang-en .review-copy h2,
body.lang-en .referral-copy h2 {
  letter-spacing: .01em;
}

@media (max-width: 900px) {
  .review-grid,
  .referral-grid {
    grid-template-columns: 1fr;
  }
  .review-steps article { min-height: 220px; }
  .referral-action {
    padding: 34px 0 0;
    border-top: 1px solid rgba(199,154,83,.34);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .private-review { padding: 76px 0; }
  .review-steps { grid-template-columns: 1fr; }
  .review-steps article {
    min-height: 0;
    padding: 28px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--rule-light);
  }
  .review-steps article:last-child { border-bottom: 0; }
  .review-steps span { font-size: 32px; }
  .referral-close { padding: 58px 0; }
  .referral-copy h2 { font-size: 30px; }
}


/* Reliable fallback for the original 2012 YouTube video */
.origin-video-fallback {
  display: inline-block;
  margin: 10px 0 22px;
  color: var(--gold, #b08a52);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  border-bottom: 1px solid rgba(176,138,82,.45);
  padding-bottom: 2px;
}
.origin-video-fallback:hover { border-bottom-color: currentColor; }
