:root {
  --ink: #0b263d;
  --ink-2: #123b5c;
  --blue: #0e92cd;
  --cyan: #25bed0;
  --orange: #f16137;
  --paper: #f6f5f1;
  --line: #d7e0e5;
  --muted: #6f7e8b;
  --white: #fff;
  --page: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.page-width { width: var(--page); margin: 0 auto; }
.section { padding: 136px 0; }
.section-label, .eyebrow { margin: 0; color: var(--orange); font: 700 11px/1.2 Georgia, serif; letter-spacing: .16em; }
.section-label.light, .eyebrow.light { color: var(--cyan); }
.section h2 { margin: 24px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5vw, 74px); line-height: .99; letter-spacing: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; height: 80px; padding: 0 max(32px, calc((100vw - 1180px) / 2)); color: var(--white); transition: background .25s, color .25s, height .25s; }
.site-header.scrolled { height: 68px; color: var(--ink); background: rgba(246,245,241,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,38,61,.08); }
.wordmark { display: inline-flex; flex-direction: column; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: .04em; line-height: .8; }
.wordmark span { font-size: 24px; }
.wordmark small { margin: 7px 0 0 1px; font: 700 7px/1 Arial, sans-serif; letter-spacing: .24em; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 34px; }
.desktop-nav a, .header-contact { font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.desktop-nav a { opacity: .82; }
.desktop-nav a:hover { opacity: 1; color: var(--cyan); }
.header-contact { padding-bottom: 4px; border-bottom: 2px solid var(--orange); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; display: flex; min-height: min(760px, 100svh); overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-shade { position: absolute; inset: 0; background: rgba(4,21,34,.24); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 26%; background: rgba(4,21,34,.28); }
.hero-content { position: relative; z-index: 1; align-self: center; padding-top: 100px; }
.hero h1 { margin: 16px 0 0; max-width: 780px; font: 700 clamp(70px, 10vw, 162px)/.78 Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.hero-japanese { margin: 25px 0 0 8px; font-size: 15px; font-weight: 700; letter-spacing: .24em; }
.hero-copy { margin: 30px 0 0; font-size: clamp(18px, 2vw, 26px); font-weight: 700; line-height: 1.55; letter-spacing: .06em; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--cyan); }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.7); background: rgba(11,38,61,.38); }
.hero-meta { position: absolute; z-index: 1; right: max(32px, calc((100vw - 1180px) / 2)); bottom: 28px; display: flex; gap: 22px; font: 700 10px/1 Arial, sans-serif; letter-spacing: .14em; }
.scroll-cue { position: absolute; z-index: 1; bottom: 28px; left: max(32px, calc((100vw - 1180px) / 2)); display: inline-flex; align-items: center; gap: 10px; font: 700 9px/1 Arial, sans-serif; letter-spacing: .18em; }
.scroll-cue span { display: block; width: 50px; height: 1px; background: var(--cyan); }

.intro-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 82px; margin-top: 18px; align-items: end; }
.lead { max-width: 690px; margin: 36px 0 0; font-size: 19px; line-height: 1.85; }
.intro-facts { border-top: 1px solid var(--line); }
.intro-facts p { display: grid; grid-template-columns: 100px 1fr; gap: 14px; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.intro-facts span { color: var(--muted); font: 700 9px/1.5 Arial, sans-serif; letter-spacing: .12em; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 68px; margin-top: 86px; align-items: center; }
.story-grid img { width: 100%; height: 530px; object-fit: cover; object-position: 52% center; }
.story-copy { max-width: 540px; font-size: 17px; line-height: 1.95; }
.story-copy p + p { margin-top: 24px; }

.results-section { color: var(--white); background: var(--ink); }
.section-topline { display: flex; align-items: center; justify-content: space-between; }
.section-topline > p { margin: 0; color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: .15em; }
.result-layout { display: grid; grid-template-columns: 1.12fr .94fr .94fr; margin-top: 62px; border-top: 1px solid rgba(255,255,255,.24); }
.result-column { min-height: 430px; padding: 30px 30px 20px; border-right: 1px solid rgba(255,255,255,.24); }
.result-column:first-child { padding-left: 0; }
.result-column:last-child { border-right: 0; }
.sport-name { margin: 0; color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: .15em; }
.result-number, .result-stat { margin: 32px 0 0; color: var(--orange); font: 700 clamp(68px, 7vw, 110px)/.76 Georgia, "Times New Roman", serif; }
.result-event { margin: 28px 0 0; font: 700 16px/1.45 Georgia, "Times New Roman", serif; }
.result-text { max-width: 390px; margin: 22px 0 0; color: #c9d5df; font-size: 14px; }
.result-column ul { margin: 28px 0 0; padding: 0; list-style: none; }
.result-column li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); color: #c9d5df; font-size: 13px; }
.tour-ranking { margin-top: 0; padding: 28px 0 2px; border-top: 1px solid rgba(255,255,255,.24); }
.tour-ranking-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tour-ranking-heading > p { margin: 0; color: #9ab4c6; font: 700 10px/1 Arial, sans-serif; letter-spacing: .08em; }
.tour-ranking-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.tour-ranking-grid article { display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; align-items: baseline; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.2); }
.tour-ranking-grid article:first-child { padding-left: 0; }
.tour-ranking-grid article:last-child { border-right: 0; }
.tour-ranking-grid span { color: #9ab4c6; font: 700 9px/1 Arial, sans-serif; letter-spacing: .1em; }
.tour-ranking-grid strong { color: var(--cyan); font: 700 48px/.85 Georgia, "Times New Roman", serif; }
.tour-ranking-grid small { grid-column: 1 / -1; color: #c9d5df; font: 12px/1.3 "Hiragino Sans", "Yu Gothic", sans-serif; }
.tour-ranking .text-link { margin-top: 20px; }
.results-note { margin: 28px 0 0; color: #8aa4b7; font-size: 11px; }
.results-footer { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.light-link { margin-top: 24px; color: var(--white); border-color: var(--cyan); }

.vision-section { padding: 138px 0; color: var(--white); background: var(--blue); }
.vision-grid { display: grid; grid-template-columns: .4fr 1.45fr .8fr; gap: 44px; align-items: start; }
.vision-section h2 { margin: 0; font: 700 clamp(48px, 5.3vw, 82px)/.88 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.vision-section h2 + p { max-width: 650px; margin: 34px 0 0; font-size: 16px; line-height: 2; }
.vision-points { margin-top: 8px; }
.vision-points p { display: flex; gap: 16px; margin: 0; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 700; }
.vision-points p:last-child { border-bottom: 1px solid rgba(255,255,255,.35); }
.vision-points span { color: var(--cyan); font: 700 11px/1.5 Arial, sans-serif; }

.schedule-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-top: 18px; }
.schedule-heading p { margin: 0 0 6px; color: var(--muted); font-size: 15px; }
.schedule-list { margin-top: 64px; border-top: 2px solid var(--ink); }
.schedule-row { display: grid; grid-template-columns: 128px 126px 1.35fr .8fr; gap: 18px; align-items: center; min-height: 69px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.schedule-row time { font: 700 17px/1 Georgia, "Times New Roman", serif; }
.schedule-sport { display: inline-flex; width: max-content; padding: 5px 7px; font: 700 8px/1 Arial, sans-serif; letter-spacing: .1em; }
.schedule-sport.pickleball { color: var(--ink); background: var(--cyan); }
.schedule-sport.padel { color: var(--white); background: var(--orange); }
.schedule-row strong { font-size: 15px; }
.schedule-row strong small { margin-left: 6px; color: var(--orange); font-size: 10px; font-weight: 700; }
.schedule-row > span:last-child { color: var(--muted); font-size: 13px; }
.schedule-row.accent { padding-left: 14px; background: #fff0e7; }

.partners-section { padding-bottom: 0; background: #e9f3f6; }
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; }
.partner-copy { max-width: 510px; padding-top: 43px; font-size: 17px; line-height: 1.9; }
.text-link { display: inline-flex; gap: 28px; margin-top: 30px; padding-bottom: 6px; border-bottom: 2px solid var(--orange); font-size: 13px; font-weight: 800; }
.partner-names { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid #b9d1d7; }
.partner-names span { padding: 28px 0; border-right: 1px solid #b9d1d7; font: 700 clamp(14px, 1.7vw, 22px)/1 Georgia, "Times New Roman", serif; letter-spacing: .06em; text-align: center; }
.partner-names span:first-child { border-left: 1px solid #b9d1d7; }

.contact-section { padding: 132px 0; color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.contact-section h2 { margin: 26px 0 0; font: 700 clamp(48px, 5vw, 76px)/.92 Georgia, "Times New Roman", serif; }
.contact-section h2 + p { max-width: 420px; margin-top: 31px; color: #cbdae4; font-size: 15px; }
.instagram-link { display: inline-flex; flex-direction: column; gap: 6px; margin-top: 40px; color: var(--cyan); font: 700 11px/1 Arial, sans-serif; letter-spacing: .12em; }
.instagram-link span { color: var(--white); font: 500 14px/1.2 "Hiragino Sans", "Yu Gothic", sans-serif; letter-spacing: 0; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 7px; color: #b8cbd7; font-size: 12px; }
.contact-form label:nth-child(3), .contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select, .fan-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.47); border-radius: 0; padding: 9px 0; color: var(--white); background: transparent; outline: none; }
.contact-form select { color: var(--white); }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--cyan); }
.contact-form textarea { resize: vertical; }
.form-submit { grid-column: 1 / -1; justify-self: start; margin-top: 8px; border: 0; }
.form-note { grid-column: 1 / -1; margin: 0; color: #90a7b7; font-size: 11px; }

.fan-section { padding: 112px 0; background: var(--orange); }
.fan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.fan-section h2 { margin: 18px 0 0; color: var(--white); font: 700 clamp(43px, 4.8vw, 70px)/.94 Georgia, "Times New Roman", serif; }
.fan-grid > div:last-child > p { margin: 0 0 20px; color: var(--white); font-size: 16px; }
.fan-form { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; }
.fan-form textarea { min-height: 98px; padding: 12px; border: 1px solid rgba(255,255,255,.72); background: rgba(11,38,61,.14); }
.fan-form textarea::placeholder { color: rgba(255,255,255,.8); }
.fan-form .button { min-width: 130px; color: var(--white); background: var(--ink); }

.site-footer { padding: 34px 0; color: var(--white); background: #071a2a; }
.footer-inner { display: flex; align-items: end; justify-content: space-between; }
.footer-inner p { margin: 0; color: #9bb0bf; font-size: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Results archive */
.inner-header { color: var(--white); background: var(--ink); }
.results-hero { position: relative; display: flex; min-height: 430px; overflow: hidden; color: var(--white); background: var(--ink); }
.results-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% 38%; filter: saturate(.75); }
.results-hero-overlay { position: absolute; inset: 0; background: rgba(4,21,34,.55); }
.results-hero-content { position: relative; z-index: 1; align-self: end; padding-bottom: 62px; }
.results-hero h1 { margin: 16px 0 0; font: 700 clamp(70px, 10vw, 144px)/.8 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.results-hero-content > p:last-child { margin: 18px 0 0; color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: .16em; }
.gallery-hero { display: flex; align-items: end; min-height: 430px; padding: 130px 0 62px; color: var(--white); background: linear-gradient(120deg, #071d30 0%, #0f4b64 58%, #e66c32 160%); }
.gallery-hero h1 { margin: 16px 0 0; font: 700 clamp(70px, 10vw, 144px)/.8 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.gallery-hero p:last-child { margin: 20px 0 0; color: #cceef5; font-size: 15px; }
.gallery-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.gallery-intro h2 { margin: 24px 0 0; font: 700 clamp(45px, 5.8vw, 82px)/.84 Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.gallery-intro > p { max-width: 450px; margin: 0; color: var(--muted); font-size: 15px; }
.gallery-section-tint { padding: 112px 0; background: #e9f3f6; }
.gallery-section-tint .gallery-intro > p { color: #466171; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 13px; margin-top: 70px; }
.gallery-item { position: relative; grid-column: span 4; display: block; min-height: 300px; overflow: hidden; color: var(--white); background: var(--ink); }
.gallery-item.portrait { grid-row: span 2; min-height: 613px; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, opacity .4s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(2,14,24,.76)); }
.gallery-item:hover img { transform: scale(1.04); opacity: .88; }
.gallery-item span { position: absolute; z-index: 1; right: 18px; bottom: 14px; display: flex; align-items: baseline; gap: 9px; }
.gallery-item strong { color: var(--cyan); font: 700 21px/1 Georgia, "Times New Roman", serif; }
.gallery-item small { font: 700 8px/1 Arial, sans-serif; letter-spacing: .12em; }
.gallery-grid-tour .gallery-item:first-child { min-height: 382px; }
.gallery-grid-community .gallery-item:first-child { min-height: 380px; }
.gallery-next { padding: 115px 0; color: var(--white); background: var(--ink); }
.gallery-next h2 { margin: 20px 0 0; font: 700 clamp(44px, 5.2vw, 76px)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.gallery-next-links { display: flex; flex-wrap: wrap; gap: 34px; }
.gallery-next-links .text-link { margin-top: 33px; }
.gallery-dialog { width: min(94vw, 1180px); max-width: none; padding: 0; border: 0; background: #06111b; color: var(--white); }
.gallery-dialog::backdrop { background: rgba(0, 0, 0, .82); }
.gallery-dialog img { display: block; width: 100%; max-height: 83svh; object-fit: contain; }
.gallery-dialog p { margin: 0; padding: 13px 52px 16px 18px; color: #c9d5df; font-size: 12px; }
.gallery-dialog-close { position: absolute; z-index: 1; top: 8px; right: 10px; width: 36px; height: 36px; border: 0; color: var(--white); background: rgba(3, 16, 26, .68); font-size: 27px; line-height: 1; }
.archive-top { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.archive-top p { max-width: 460px; margin: 0 0 8px; color: var(--muted); font-size: 15px; }
.result-filter { display: flex; width: max-content; max-width: 100%; margin-top: 62px; overflow: auto; border: 1px solid var(--ink); }
.result-filter button { flex: 0 0 auto; min-width: 126px; min-height: 44px; padding: 0 17px; border: 0; border-right: 1px solid var(--ink); color: var(--ink); background: transparent; font: 700 10px/1 Arial, sans-serif; letter-spacing: .1em; }
.result-filter button:last-child { border-right: 0; }
.result-filter button.active { color: var(--white); background: var(--ink); }
.archive-summary { display: grid; grid-template-columns: 160px 1.2fr .7fr; gap: 30px; align-items: center; margin: 52px 0 0; padding: 27px 0; border-top: 3px solid var(--orange); border-bottom: 1px solid var(--line); }
.archive-summary p { margin: 0; color: var(--orange); font: 700 10px/1.4 Arial, sans-serif; letter-spacing: .13em; }
.archive-summary strong { font: 700 25px/1.15 Georgia, "Times New Roman", serif; }
.archive-summary span { color: var(--muted); font-size: 13px; }
.ranking-panel { margin-top: 78px; padding: 36px 0; border-top: 3px solid var(--orange); border-bottom: 1px solid var(--line); }
.ranking-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.ranking-panel-heading h2 { margin: 11px 0 0; font: 700 36px/1 Georgia, "Times New Roman", serif; }
.ranking-panel-heading > p { margin: 0; color: var(--muted); font-size: 12px; }
.ranking-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ranking-cards article { padding: 22px 28px; border-right: 1px solid var(--line); }
.ranking-cards article:first-child { padding-left: 0; }
.ranking-cards article:last-child { border-right: 0; }
.ranking-cards span { color: var(--muted); font: 700 9px/1 Arial, sans-serif; letter-spacing: .1em; }
.ranking-cards strong { display: block; margin-top: 10px; color: var(--orange); font: 700 60px/.8 Georgia, "Times New Roman", serif; }
.ranking-cards strong span { margin-left: 3px; color: var(--orange); font-size: 15px; }
.ranking-cards p { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.ranking-panel .text-link { margin-top: 23px; }
.result-groups { margin-top: 84px; }
.result-group { margin-top: 90px; }
.result-group:first-child { margin-top: 0; }
.result-group-title { display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: end; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.result-group-title p { margin: 0; color: var(--orange); font: 700 11px/1 Arial, sans-serif; }
.result-group-title h2 { margin: 0; font: 700 clamp(36px, 4.3vw, 62px)/.82 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.result-group-title span { color: var(--muted); font: 700 10px/1 Arial, sans-serif; letter-spacing: .1em; }
.record-row { display: grid; grid-template-columns: 90px 1fr 150px; gap: 26px; align-items: center; min-height: 89px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.record-row time { color: var(--muted); font: 700 13px/1 Georgia, "Times New Roman", serif; }
.record-row h3 { margin: 0; font-size: 15px; line-height: 1.4; }
.record-row p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.record-row > strong { justify-self: end; color: var(--blue); font: 700 12px/1 Georgia, "Times New Roman", serif; letter-spacing: .04em; text-align: right; }
.record-row.award-row > strong { color: var(--orange); }
.archive-cta { padding: 92px 0; color: var(--white); background: var(--blue); }
.archive-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.archive-cta p { margin: 0 0 12px; color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: .16em; }
.archive-cta h2 { margin: 0; font: 700 clamp(40px, 5vw, 68px)/.9 Georgia, "Times New Roman", serif; }

[data-result-item][hidden] { display: none; }

@media (max-width: 800px) {
  :root { --page: min(100% - 40px, 1180px); }
  .section { padding: 86px 0; }
  .site-header { height: 65px; padding: 0 20px; }
  .site-header.scrolled { height: 60px; }
  .wordmark span { font-size: 21px; }
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; margin-right: -9px; border: 0; color: currentColor; background: transparent; }
  .menu-toggle span { display: block; width: 22px; height: 2px; margin-left: auto; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 9; top: 65px; right: 0; left: 0; display: grid; gap: 18px; padding: 28px 20px; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .24s; }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a { font: 700 16px/1 Georgia, "Times New Roman", serif; letter-spacing: .08em; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 56% center; }
  .hero-shade { background: rgba(4,21,34,.52); }
  .hero h1 { font-size: clamp(42px, 12.5vw, 50px); line-height: .81; letter-spacing: -.045em; }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-meta { right: 20px; bottom: 23px; left: 20px; flex-wrap: wrap; gap: 8px 17px; font-size: 8px; }
  .scroll-cue { display: none; }
  .intro-grid, .story-grid, .vision-grid, .schedule-heading, .partners-grid, .contact-grid, .fan-grid { grid-template-columns: 1fr; gap: 32px; }
  .lead { font-size: 17px; }
  .story-grid { margin-top: 58px; }
  .story-grid img { height: 430px; }
  .story-copy { font-size: 15px; }
  .section-topline > p { font-size: 8px; }
  .result-layout { grid-template-columns: 1fr; margin-top: 43px; }
  .result-column, .result-column:first-child { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .result-column:last-child { border-bottom: 0; }
  .tour-ranking { padding-top: 25px; }
  .tour-ranking-heading { align-items: start; flex-direction: column; }
  .tour-ranking-grid { grid-template-columns: 1fr; }
  .tour-ranking-grid article, .tour-ranking-grid article:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .tour-ranking-grid article:last-child { border-bottom: 0; }
  .results-footer { align-items: start; flex-direction: column; }
  .vision-section { padding: 90px 0; }
  .vision-section h2 { font-size: clamp(44px, 13vw, 64px); }
  .vision-section h2 + p { font-size: 15px; }
  .schedule-list { margin-top: 42px; }
  .schedule-row { grid-template-columns: 91px 1fr; gap: 9px 14px; padding: 15px 0; }
  .schedule-row time { font-size: 15px; }
  .schedule-row strong { grid-column: 2; font-size: 14px; }
  .schedule-row > span:last-child { grid-column: 2; }
  .schedule-row.accent { padding-left: 10px; }
  .partner-copy { padding-top: 0; font-size: 15px; }
  .partner-names { grid-template-columns: repeat(2, 1fr); margin-top: 62px; }
  .partner-names span { padding: 22px 8px; border-bottom: 1px solid #b9d1d7; font-size: 16px; }
  .partner-names span:nth-child(3) { border-left: 1px solid #b9d1d7; }
  .contact-section { padding: 88px 0; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-child(3), .contact-form label:nth-child(4) { grid-column: auto; }
  .form-submit, .form-note { grid-column: auto; }
  .fan-section { padding: 82px 0; }
  .fan-form { grid-template-columns: 1fr; }
  .fan-form .button { justify-self: start; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 19px; }
  .results-hero { min-height: 360px; }
  .results-hero img { object-position: 63% center; }
  .results-hero-content { padding-bottom: 46px; }
  .results-hero h1 { font-size: clamp(58px, 18vw, 76px); }
  .gallery-hero { min-height: 360px; padding: 110px 0 46px; }
  .gallery-hero h1 { font-size: clamp(58px, 18vw, 76px); }
  .gallery-intro { grid-template-columns: 1fr; gap: 24px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 45px; }
  .gallery-item, .gallery-item.wide { grid-column: span 1; min-height: 190px; }
  .gallery-item.portrait { grid-row: span 2; min-height: 388px; }
  .gallery-section-tint { padding: 86px 0; }
  .gallery-grid-tour .gallery-item:first-child, .gallery-grid-community .gallery-item:first-child { min-height: 190px; }
  .gallery-item span { right: 11px; bottom: 10px; }
  .gallery-next { padding: 84px 0; }
  .gallery-next-links { display: block; }
  .archive-top { grid-template-columns: 1fr; gap: 26px; }
  .archive-top p { margin-bottom: 0; }
  .result-filter { width: 100%; margin-top: 45px; }
  .result-filter button { flex: 1 1 0; min-width: 0; padding: 0 7px; font-size: 8px; }
  .archive-summary { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }
  .archive-summary strong { font-size: 21px; }
  .ranking-panel { margin-top: 62px; padding: 27px 0; }
  .ranking-panel-heading { align-items: start; flex-direction: column; gap: 12px; }
  .ranking-panel-heading h2 { font-size: 30px; }
  .ranking-cards { grid-template-columns: 1fr; }
  .ranking-cards article, .ranking-cards article:first-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .ranking-cards article:last-child { border-bottom: 0; }
  .result-groups { margin-top: 60px; }
  .result-group { margin-top: 66px; }
  .result-group-title { grid-template-columns: 34px 1fr; }
  .result-group-title span { display: none; }
  .record-row { grid-template-columns: 59px 1fr; gap: 8px 14px; min-height: 0; padding: 18px 0; }
  .record-row > strong { grid-column: 2; justify-self: start; margin-top: 4px; font-size: 12px; text-align: left; }
  .archive-cta { padding: 72px 0; }
  .archive-cta-inner { align-items: start; flex-direction: column; }
}
