:root {
  --rubber: #0b0d10;
  --rubber-soft: #171a20;
  --chalk: #f2f1ec;
  --paper: #fbfbf8;
  --white: #ffffff;
  --cobalt: #1646ff;
  --cobalt-dark: #0e35cf;
  --steel: #747b86;
  --line: #ccd0d5;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --sans: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, sans-serif;
  --shell: min(100% - 80px, 1560px);
}

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

html {
  background: var(--chalk);
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--rubber);
  background: var(--chalk);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select { font-family: var(--sans); }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p, ol, ul, dl, dd { margin: 0; }
button, input, select { font: inherit; }
button { color: inherit; }

::selection { color: var(--white); background: var(--cobalt); }
:focus-visible { outline: 3px solid #ffdb1f; outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--rubber);
  background: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.demo-disclosure {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 32px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--rubber);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.demo-disclosure strong { color: var(--white); letter-spacing: 0.16em; }

.site-header {
  position: sticky;
  z-index: 120;
  top: 0;
  display: grid;
  min-height: 72px;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 0 32px;
  color: var(--white);
  background: rgba(11, 13, 16, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.site-header.is-scrolled { background: rgba(11, 13, 16, 0.99); border-bottom-color: var(--cobalt); }

.brand { display: inline-flex; min-width: 0; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--cobalt); font-family: var(--display); font-size: 24px; font-weight: 900; font-style: italic; line-height: 1; }
.brand > span:last-child { display: grid; line-height: 1.08; }
.brand strong { font-size: 15px; font-weight: 900; }
.brand small { margin-top: 5px; color: rgba(255, 255, 255, 0.56); font-family: var(--display); font-size: 9px; font-weight: 800; letter-spacing: 0.16em; }

.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 46px); }
.primary-nav a { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 800; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { border-color: var(--cobalt); }

.header-action {
  justify-self: end;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--white);
  background: var(--cobalt);
  border: 1px solid var(--cobalt);
  font-size: 13px;
  font-weight: 900;
}

.menu-toggle { display: none; }

.eyebrow {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-blue { color: var(--cobalt); }
h1, h2, h3 { font-weight: 950; line-height: 0.98; letter-spacing: -0.065em; }

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 102px);
  grid-template-columns: 56% 44%;
  grid-template-rows: 1fr auto;
  grid-template-areas: "media copy" "media schedule";
  overflow: hidden;
  background: var(--paper);
}

.hero-media { position: relative; grid-area: media; min-height: 680px; overflow: hidden; background: #d9dbd8; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; animation: gym-release 14s ease-out both; }
.hero-media::after { position: absolute; inset: 0 0 auto; height: 7px; content: ""; background: var(--cobalt); }
.hero-rule { position: absolute; z-index: 3; top: 0; bottom: 0; left: 56%; width: 1px; background: var(--line); }

.hero-copy { position: relative; z-index: 2; grid-area: copy; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(52px, 6vw, 100px) clamp(34px, 5vw, 82px) 42px; }
.hero-copy .eyebrow { color: var(--cobalt); }
.hero h1 { max-width: 720px; font-size: clamp(58px, 6vw, 104px); }
.hero-copy > p:not(.eyebrow):not(.hero-note) { max-width: 560px; margin-top: 30px; color: #484e57; font-size: clamp(17px, 1.35vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 34px; }
.hero-note { margin-top: 24px; color: var(--steel); font-size: 11px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--cobalt); border-color: var(--cobalt); }
.button-light { color: var(--rubber); background: var(--white); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--rubber); border-color: var(--rubber); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 2px solid currentColor; font-size: 13px; font-weight: 900; }
.text-link-light { color: var(--white); }

.hero-schedule { position: relative; z-index: 2; grid-area: schedule; min-width: 0; margin: 0 clamp(34px, 5vw, 82px) clamp(42px, 4vw, 70px); color: var(--white); background: var(--rubber); border-top: 6px solid var(--cobalt); }
.hero-schedule > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.hero-schedule header span { color: #86a1ff; font-family: var(--display); font-size: 9px; font-weight: 900; letter-spacing: 0.12em; }
.hero-schedule header strong { font-size: 13px; }
.hero-schedule .operating-row { min-height: 72px; grid-template-columns: 82px minmax(0, 1fr) auto; padding-right: 16px; border-bottom-color: rgba(255, 255, 255, 0.16); }
.hero-schedule .operating-row time { color: var(--white); background: var(--cobalt); }
.hero-schedule .operating-row h3 { font-size: 18px; }
.hero-schedule .operating-row p { color: rgba(255, 255, 255, 0.55); }
.hero-schedule .operating-row > strong { color: rgba(255, 255, 255, 0.72); font-size: 11px; }
.hero-schedule .row-leader { display: none; }
.hero-schedule > p { padding: 11px 16px; color: rgba(255, 255, 255, 0.42); font-size: 10px; }
.hero-wordmark { position: absolute; z-index: 4; right: 22px; bottom: -0.08em; left: 22px; color: var(--cobalt); font-family: var(--display); font-size: clamp(90px, 15vw, 270px); font-weight: 950; line-height: 0.64; letter-spacing: -0.085em; pointer-events: none; mix-blend-mode: multiply; opacity: 0.86; }

.schedule { padding: clamp(100px, 11vw, 170px) max(40px, 6vw); background: var(--chalk); }
.schedule-heading { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(48px, 8vw, 120px); align-items: end; padding-bottom: 64px; border-bottom: 1px solid var(--rubber); }
.schedule h2, .programs h2, .space h2, .did-proof h2, .conversion h2, .visit h2 { font-size: clamp(48px, 6vw, 92px); }
.schedule-heading > p { max-width: 580px; color: #4f555e; }
.schedule-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.5fr); border-bottom: 1px solid var(--rubber); }
.schedule-list { border-right: 1px solid var(--line); }
.operating-row { display: grid; min-height: 108px; grid-template-columns: 126px minmax(0, 1fr) auto; align-items: center; border-bottom: 1px solid var(--line); }
.operating-row:last-child { border-bottom: 0; }
.operating-row time { display: grid; height: 100%; min-height: 108px; place-items: center; color: var(--white); background: var(--cobalt); font-family: var(--display); font-size: clamp(26px, 2.8vw, 44px); font-weight: 950; font-variant-numeric: tabular-nums; }
.operating-row > div { min-width: 0; padding: 18px 26px; }
.operating-row h3 { font-size: clamp(25px, 2.7vw, 42px); }
.operating-row h3 small, .status-badge { display: inline-flex; min-height: 28px; align-items: center; margin-left: 12px; padding: 0 9px; color: var(--white); background: var(--rubber); font-size: 10px; font-weight: 900; letter-spacing: 0; vertical-align: middle; }
.operating-row p { margin-top: 8px; color: var(--steel); font-size: 13px; }
.operating-row > strong { padding-right: 26px; color: var(--steel); font-family: var(--display); font-size: 13px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.operating-row .row-leader { display: none; }
.operating-row[data-status="sold-out"] time { background: var(--rubber-soft); }
.operating-row[data-status="sold-out"] h3 { color: var(--steel); text-decoration: line-through; text-decoration-thickness: 1px; }

.schedule-side { display: grid; align-content: start; }
.schedule-side > * { padding: 32px; border-bottom: 1px solid var(--line); }
.notice-panel > p { color: var(--cobalt); font-family: var(--display); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; }
.notice-panel h3 { margin-top: 16px; font-size: 27px; }
.notice-panel > span { display: block; margin-top: 14px; color: var(--steel); }
.hours-list { display: grid; gap: 14px; }
.hours-list div { display: flex; justify-content: space-between; gap: 18px; }
.hours-list dt { color: var(--steel); font-size: 13px; }
.hours-list dd { font-family: var(--display); font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; }
.schedule-qr { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 18px; border-bottom: 0 !important; }
.schedule-qr img { width: 100px; height: 100px; }
.schedule-qr span { display: grid; }
.schedule-qr strong { color: var(--cobalt); font-family: var(--display); letter-spacing: 0.08em; }
.schedule-qr small { margin-top: 5px; color: var(--steel); }
.demo-note { margin-top: 24px; color: var(--steel); font-size: 12px; }
.demo-note strong { margin-right: 10px; color: var(--cobalt); letter-spacing: 0.14em; }

.programs { display: grid; min-height: 820px; grid-template-columns: 1.1fr 0.9fr; color: var(--white); background: var(--rubber); }
.program-media { min-height: 700px; overflow: hidden; }
.program-media img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(0.82) contrast(1.05); }
.program-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 7vw, 112px); }
.program-copy > p:not(.eyebrow) { max-width: 590px; margin-top: 28px; color: rgba(255, 255, 255, 0.62); }
.program-list { list-style: none; padding: 0; margin: 42px 0 36px; border-top: 1px solid rgba(255, 255, 255, 0.22); }
.program-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.program-list > li > span { color: var(--cobalt); font-family: var(--display); font-weight: 900; }
.program-list li div { display: grid; }
.program-list strong { font-size: 19px; }
.program-list small { margin-top: 3px; color: rgba(255, 255, 255, 0.5); }
.program-copy .button { align-self: flex-start; }

.space { padding: clamp(100px, 11vw, 170px) max(40px, 6vw); background: var(--paper); }
.space > header { display: grid; grid-template-columns: 1fr 1.1fr 0.8fr; gap: clamp(32px, 5vw, 72px); align-items: end; margin-bottom: 58px; }
.space > header .eyebrow { align-self: start; }
.space > header > p:last-child { max-width: 520px; color: var(--steel); }
.space-grid { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 18px; }
.space-grid figure { position: relative; overflow: hidden; background: #d8dbd8; }
.space-main { min-height: 650px; }
.space-detail { min-height: 650px; }
.space-grid img { width: 100%; height: 100%; object-fit: cover; }
.space-main img { object-position: center; }
.space-detail img { object-position: 58% center; }
.space-grid figcaption { position: absolute; inset: auto 0 0; padding: 18px; color: var(--white); background: rgba(11, 13, 16, 0.8); font-size: 11px; }

.did-proof { display: grid; min-height: 560px; grid-template-columns: 1fr auto; gap: 80px; align-items: center; padding: clamp(80px, 9vw, 140px) max(40px, 7vw); color: var(--white); background: var(--cobalt); }
.did-proof-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 28px; color: rgba(255, 255, 255, 0.72); }
.did-proof-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; }
.did-proof .button-primary { color: var(--rubber); background: var(--white); border-color: var(--white); }
.did-proof-qr { display: grid; width: 210px; gap: 12px; justify-items: center; color: var(--white); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.did-proof-qr img { width: 180px; height: 180px; background: var(--white); border: 8px solid var(--white); }

.conversion { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.conversion > * { padding: clamp(80px, 9vw, 140px) max(40px, 7vw); }
.booking-panel { color: var(--white); background: var(--rubber); }
.booking-panel > p:not(.eyebrow), .inquiry-panel > p:not(.eyebrow) { max-width: 600px; margin-top: 28px; color: rgba(255, 255, 255, 0.62); }
.inquiry-panel > p:not(.eyebrow) { color: var(--steel); }
.booking-panel ol { display: grid; gap: 12px; padding: 0; margin: 36px 0; list-style: none; }
.booking-panel li { display: flex; align-items: center; gap: 14px; min-height: 52px; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.booking-panel li span { display: grid; width: 28px; height: 28px; place-items: center; color: var(--white); background: var(--cobalt); font-family: var(--display); font-size: 11px; }
.inquiry-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
.inquiry-fields label { display: grid; gap: 8px; color: var(--steel); font-size: 12px; font-weight: 800; }
input, select { width: 100%; min-height: 52px; padding: 0 14px; color: var(--rubber); background: var(--white); border: 1px solid var(--line); border-radius: 0; outline: none; }
input:focus, select:focus { border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(22, 70, 255, 0.14); }
.privacy-field { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: var(--steel); font-size: 12px; }
.privacy-field input { width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; }
.form-feedback { min-height: 24px; margin-top: 8px; color: var(--cobalt); font-size: 12px; }

.visit { display: grid; grid-template-columns: 1.2fr 0.8fr auto; gap: clamp(36px, 6vw, 96px); align-items: end; padding: clamp(90px, 10vw, 150px) max(40px, 6vw); border-top: 1px solid var(--line); }
.visit > p { max-width: 620px; color: var(--steel); }
.visit-facts { display: grid; min-width: 260px; gap: 10px; padding: 16px 18px; color: var(--cobalt); border: 1px solid var(--cobalt); }
.visit-facts div { display: grid; grid-template-columns: 60px 1fr; gap: 12px; }
.visit-facts dt { font-size: 11px; font-weight: 900; }
.visit-facts dd { color: var(--rubber); font-size: 12px; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: start; padding: 56px max(32px, 6vw) 86px; color: var(--white); background: var(--rubber); }
.site-footer > div { display: grid; }
.site-footer strong { font-size: 24px; font-weight: 950; }
.site-footer span { margin-top: 4px; color: rgba(255, 255, 255, 0.46); font-family: var(--display); font-size: 9px; letter-spacing: 0.14em; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-size: 13px; }
.site-footer > p { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.42); font-size: 11px; }
.mobile-command { display: none; }

.js .reveal { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity 500ms ease, transform 500ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes gym-release {
  from { transform: scale(1.025); }
  to { transform: scale(1.005); }
}

/* 16:9 store operating display */
body[data-page="did"] { min-height: 100svh; overflow: hidden; color: var(--white); background: #080a0d; }
body[data-page="did"] .did-stage { display: grid; width: 100vw; min-height: 100svh; grid-template-columns: minmax(0, 78%) minmax(300px, 22%); background: #080a0d; }
body[data-page="did"] .did-main { display: grid; min-width: 0; grid-template-rows: auto 1fr auto; padding: clamp(28px, 3.1vw, 60px); }
body[data-page="did"] .did-heading { display: grid; grid-template-columns: 0.8fr 1.3fr 0.8fr; gap: 2.4vw; align-items: center; padding-bottom: 2.4vh; border-bottom: clamp(3px, 0.35vw, 7px) solid var(--cobalt); }
body[data-page="did"] .did-brand { display: flex; align-items: center; gap: 1vw; }
body[data-page="did"] .did-brand .brand-mark { width: clamp(38px, 3.2vw, 62px); height: clamp(38px, 3.2vw, 62px); font-size: clamp(22px, 2vw, 38px); }
body[data-page="did"] .did-brand p { display: grid; }
body[data-page="did"] .did-brand strong { font-size: clamp(16px, 1.5vw, 29px); }
body[data-page="did"] .did-brand small { color: rgba(255, 255, 255, 0.48); font-family: var(--display); font-size: clamp(8px, 0.65vw, 12px); letter-spacing: 0.12em; }
body[data-page="did"] .did-title p { color: var(--cobalt); font-family: var(--display); font-size: clamp(12px, 1vw, 19px); font-weight: 900; }
body[data-page="did"] .did-title h1 { margin-top: 0.6vh; font-size: clamp(46px, 4.7vw, 90px); white-space: nowrap; }
body[data-page="did"] .did-state { display: flex; min-height: clamp(62px, 6.2vw, 118px); align-items: center; gap: 1vw; padding: 1.1vw; color: var(--white); background: var(--cobalt); }
body[data-page="did"] .did-state > span { display: grid; width: clamp(32px, 2.7vw, 52px); height: clamp(32px, 2.7vw, 52px); place-items: center; color: var(--cobalt); background: var(--white); border-radius: 50%; font-size: 0; }
body[data-page="did"] .did-state > span::after { content: "✓"; font-size: clamp(18px, 1.6vw, 31px); font-weight: 900; }
body[data-page="did"] .did-state p { display: grid; }
body[data-page="did"] .did-state strong { font-size: clamp(13px, 1.15vw, 22px); }
body[data-page="did"] .did-state small { color: rgba(255, 255, 255, 0.7); font-size: clamp(8px, 0.65vw, 13px); }

body[data-page="did"] .did-list { display: grid; align-content: center; }
body[data-page="did"] .did-row { display: grid; min-height: clamp(82px, 12.4vh, 142px); grid-template-columns: clamp(130px, 13vw, 250px) minmax(0, 1fr) auto; align-items: center; color: var(--rubber); background: var(--white); border-bottom: 1px solid #aeb3ba; }
body[data-page="did"] .did-row time { display: grid; height: 100%; place-items: center; color: var(--white); background: var(--cobalt); font-family: var(--display); font-size: clamp(34px, 3.8vw, 74px); font-weight: 950; font-variant-numeric: tabular-nums; }
body[data-page="did"] .did-row > div { min-width: 0; padding: 1.2vh clamp(24px, 2.2vw, 42px); }
body[data-page="did"] .did-row h2 { font-size: clamp(30px, 3.2vw, 62px); white-space: nowrap; }
body[data-page="did"] .did-row h2 small { display: inline-flex; min-height: clamp(24px, 2vw, 38px); align-items: center; margin-left: 1vw; padding: 0 0.7vw; color: var(--white); background: var(--rubber); font-size: clamp(10px, 0.8vw, 15px); vertical-align: middle; }
body[data-page="did"] .did-row p { margin-top: 0.8vh; color: #626872; font-size: clamp(10px, 0.82vw, 16px); }
body[data-page="did"] .did-row > strong { padding-right: clamp(18px, 2vw, 38px); color: #626872; font-family: var(--display); font-size: clamp(11px, 0.9vw, 17px); white-space: nowrap; }
body[data-page="did"] .did-row .row-leader { display: none; }
body[data-page="did"] .did-row[data-status="sold-out"] time { background: #353a43; }
body[data-page="did"] .did-row[data-status="sold-out"] h2 { color: #777d86; text-decoration: line-through; text-decoration-thickness: 2px; }
body[data-page="did"] .did-source { padding-top: 1.3vh; color: rgba(255, 255, 255, 0.4); font-size: clamp(8px, 0.6vw, 12px); letter-spacing: 0.06em; }

body[data-page="did"] .did-side { display: grid; min-width: 0; grid-template-rows: 44% auto 1fr; border-left: 1px solid rgba(255, 255, 255, 0.22); }
body[data-page="did"] .did-side figure { position: relative; overflow: hidden; }
body[data-page="did"] .did-side figure img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(0.5) contrast(1.12); }
body[data-page="did"] .did-side figcaption { position: absolute; inset: auto 0 0; padding: 1vh 1.2vw; color: rgba(255, 255, 255, 0.68); background: rgba(8, 10, 13, 0.86); font-size: clamp(7px, 0.52vw, 10px); letter-spacing: 0.1em; }
body[data-page="did"] .did-notice { padding: clamp(18px, 1.7vw, 32px); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
body[data-page="did"] .did-notice > p { color: var(--cobalt); font-family: var(--display); font-size: clamp(8px, 0.62vw, 12px); font-weight: 900; letter-spacing: 0.13em; }
body[data-page="did"] .did-notice h2 { margin-top: 1vh; font-size: clamp(23px, 2vw, 39px); }
body[data-page="did"] .did-notice > strong { display: block; margin-top: 1.2vh; color: rgba(255, 255, 255, 0.62); font-size: clamp(10px, 0.78vw, 15px); font-weight: 500; }
body[data-page="did"] .did-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1.2vw; padding: clamp(18px, 1.7vw, 32px); }
body[data-page="did"] .did-hours-wrap { display: grid; align-self: start; gap: 0.8vh; }
body[data-page="did"] .did-section-label { color: var(--cobalt); font-size: clamp(8px, 0.62vw, 12px); font-weight: 900; letter-spacing: 0.12em; }
body[data-page="did"] .did-hours { display: grid; gap: 1.1vh; }
body[data-page="did"] .did-hours p { display: grid; }
body[data-page="did"] .did-hours span { color: var(--cobalt); font-size: clamp(8px, 0.62vw, 12px); font-weight: 900; }
body[data-page="did"] .did-hours strong { font-family: var(--display); font-size: clamp(14px, 1.2vw, 23px); font-variant-numeric: tabular-nums; }
body[data-page="did"] .did-qr { display: grid; justify-items: center; gap: 0.7vh; color: var(--white); text-align: center; }
body[data-page="did"] .did-qr img { width: clamp(96px, 7.4vw, 142px); height: clamp(96px, 7.4vw, 142px); background: var(--white); border: 5px solid var(--white); }
body[data-page="did"] .did-qr span { max-width: 170px; font-size: clamp(8px, 0.58vw, 11px); line-height: 1.3; }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .header-action { grid-column: 2; grid-row: 1; margin-right: 54px; }
  .menu-toggle { position: absolute; right: 22px; display: grid; width: 46px; height: 46px; place-content: center; gap: 6px; padding: 0; background: transparent; border: 0; }
  .menu-toggle span { width: 22px; border-top: 1px solid currentColor; transition: transform 160ms ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .menu-open .primary-nav { position: fixed; z-index: -1; inset: 0; display: grid; min-height: 100svh; align-content: center; gap: 8px; padding: 110px 8vw 90px; color: var(--white); background: var(--rubber); }
  .menu-open .primary-nav a { min-height: 64px; border-bottom: 1px solid rgba(255, 255, 255, 0.18); font-size: 28px; }
  .hero { grid-template-columns: 50% 50%; }
  .hero-rule { left: 50%; }
  .schedule-layout { grid-template-columns: 1.3fr 0.7fr; }
  .program-copy { padding: 60px 46px; }
  .space > header { grid-template-columns: 1fr 1fr; }
  .space > header .eyebrow { grid-column: 1 / -1; }
  .visit { grid-template-columns: 1fr 1fr; }
  .visit-facts { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  body[data-page="home"] { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .demo-disclosure { justify-content: center; padding-inline: 14px; text-align: center; }
  .demo-disclosure span { display: none; }
  .site-header { min-height: 64px; padding: 0 14px; }
  .brand-mark { width: 38px; height: 38px; font-size: 21px; }
  .brand small { display: none; }
  .header-action { display: none; }
  .menu-toggle { right: 10px; }

  .hero { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto auto auto; grid-template-areas: "copy" "schedule" "media"; }
  .hero-rule, .hero-wordmark { display: none; }
  .hero-copy { padding: 74px 22px 42px; background: var(--paper); }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-copy > p:not(.eyebrow):not(.hero-note) { font-size: 16px; }
  .hero-actions { gap: 20px; }
  .hero-schedule { margin: 0 22px 44px; }
  .hero-media { min-height: 58svh; }
  .hero-media img { object-position: 48% center; }

  .schedule, .space { padding: 90px 22px; }
  .schedule-heading { grid-template-columns: 1fr; gap: 30px; padding-bottom: 44px; }
  .schedule h2, .programs h2, .space h2, .did-proof h2, .conversion h2, .visit h2 { font-size: clamp(44px, 13vw, 62px); }
  .schedule-layout { grid-template-columns: 1fr; }
  .schedule-list { border-right: 0; }
  .operating-row { min-height: 88px; grid-template-columns: 86px minmax(0, 1fr) auto; }
  .operating-row time { min-height: 88px; font-size: 26px; }
  .operating-row > div { padding: 14px 16px; }
  .operating-row h3 { font-size: 22px; }
  .operating-row p { font-size: 11px; }
  .operating-row > strong { padding-right: 14px; font-size: 10px; }
  .schedule-side { border-top: 1px solid var(--rubber); }
  .schedule-side > * { padding: 26px 0; }
  .schedule-qr { grid-template-columns: 88px 1fr; }
  .schedule-qr img { width: 88px; height: 88px; }

  .programs { min-height: 0; grid-template-columns: 1fr; }
  .program-media { min-height: 58svh; order: 2; }
  .program-copy { padding: 82px 22px; }
  .space > header { grid-template-columns: 1fr; gap: 24px; }
  .space > header .eyebrow { grid-column: auto; }
  .space-grid { grid-template-columns: 1fr; }
  .space-main { min-height: 54svh; }
  .space-detail { min-height: 42svh; }

  .did-proof { min-height: 0; grid-template-columns: 1fr; gap: 48px; padding: 82px 22px; }
  .did-proof-qr { width: 180px; justify-self: start; }
  .did-proof-qr img { width: 150px; height: 150px; }
  .conversion { grid-template-columns: 1fr; }
  .conversion > * { padding: 82px 22px; }
  .inquiry-fields { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; gap: 28px; padding: 82px 22px; }
  .visit-facts { grid-column: auto; justify-self: start; }

  .site-footer { grid-template-columns: 1fr; padding: 46px 22px 110px; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer > p { grid-column: auto; }
  .mobile-command {
    position: fixed;
    z-index: 125;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    min-height: 60px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 0 18px calc(env(safe-area-inset-bottom) / 2);
    color: var(--white);
    background: var(--cobalt);
    box-shadow: 0 14px 38px rgba(11, 13, 16, 0.28);
  }
  .mobile-command > span:first-child { font-family: var(--display); font-size: 9px; font-weight: 900; letter-spacing: 0.1em; }
  .mobile-command strong { justify-self: center; font-size: 14px; }
  .mobile-command > span:last-child { font-size: 20px; }
}

@media (max-width: 900px) and (orientation: portrait) {
  body[data-page="did"] { overflow: auto; }
  body[data-page="did"] .did-stage { grid-template-columns: 1fr; }
  body[data-page="did"] .did-main { min-height: 100svh; }
  body[data-page="did"] .did-heading { grid-template-columns: 1fr; }
  body[data-page="did"] .did-title h1 { white-space: normal; }
  body[data-page="did"] .did-state { max-width: 320px; }
  body[data-page="did"] .did-row { grid-template-columns: 94px minmax(0, 1fr) auto; }
  body[data-page="did"] .did-row h2 { white-space: normal; }
  body[data-page="did"] .did-side { min-height: 100svh; grid-template-rows: 48svh auto 1fr; border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.22); }
}

@media (max-width: 430px) {
  body { font-size: 15px; }
  .brand strong { font-size: 13px; }
  .hero-copy, .schedule, .space, .program-copy, .did-proof, .conversion > *, .visit { padding-inline: 20px; }
  .hero-schedule { margin-inline: 20px; }
  .operating-row { grid-template-columns: 78px minmax(0, 1fr); }
  .operating-row time { min-height: 84px; }
  .operating-row > strong { display: none; }
  .operating-row h3 small, .status-badge { min-height: 23px; margin-left: 7px; padding-inline: 6px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media img { animation: none; transform: scale(1.005); }
  .site-header, .button, .menu-toggle span, .js .reveal { transition: none; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Fail-closed location scaffold: provider routes remain absent until coordinates match the address. */
.location-kit {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  margin-top: 18px;
  border: 2px solid var(--rubber);
}
.location-tools { display: flex; flex-direction: column; justify-content: flex-end; gap: 18px; padding: clamp(28px, 4vw, 58px); background: var(--paper); border-right: 2px solid var(--rubber); }
.location-tools [hidden] { display: none !important; }
.navigation-actions > p { margin-bottom: 9px; color: var(--cobalt); font-family: var(--display); font-size: 12px; font-weight: 950; letter-spacing: .13em; }
.navigation-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.navigation-rail a,
.map-search-link { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border: 2px solid var(--rubber); font-size: 12px; font-weight: 900; }
.navigation-rail a { color: var(--white); background: var(--rubber); }
.map-search-link { color: var(--white); background: var(--cobalt); border-color: var(--cobalt); }
.navigation-rail a:focus-visible,
.map-search-link:focus-visible { outline: 3px solid #ffdb1f; outline-offset: 3px; }
.location-note { color: var(--steel); font-size: 12px; line-height: 1.55; }
.visit-map { position: relative; min-height: 390px; overflow: hidden; background: var(--rubber); }
.visit-map-fallback { position: absolute; inset: 0; overflow: hidden; padding: clamp(28px, 4vw, 58px); color: var(--white); background: repeating-linear-gradient(90deg, transparent 0 47px, rgba(255,255,255,.08) 48px), repeating-linear-gradient(0deg, transparent 0 47px, rgba(255,255,255,.08) 48px), var(--rubber); }
.visit-map-fallback p,
.visit-map-fallback strong,
.visit-map-fallback small { position: relative; z-index: 2; display: block; }
.visit-map-fallback p { color: #7d9aff; font-family: var(--display); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.visit-map-fallback strong { margin-top: 18px; font-family: var(--display); font-size: clamp(52px, 7vw, 98px); font-weight: 950; line-height: .82; letter-spacing: -.045em; }
.visit-map-fallback small { position: absolute; right: 28px; bottom: 24px; color: rgba(255,255,255,.62); font-size: 11px; }
.map-axis { position: absolute; z-index: 1; background: var(--cobalt); }
.map-axis-x { right: 0; bottom: 32%; left: 0; height: 3px; }
.map-axis-y { top: 0; right: 26%; bottom: 0; width: 3px; }
.map-target { position: absolute; z-index: 2; right: calc(26% - 18px); bottom: calc(32% - 18px); width: 38px; height: 38px; background: var(--white); border: 10px solid var(--cobalt); border-radius: 50%; box-shadow: 0 0 0 8px rgba(22,70,255,.24); }

@media (max-width: 820px) {
  .location-kit { grid-template-columns: 1fr; }
  .location-tools { border-right: 0; border-bottom: 2px solid var(--rubber); }
  .visit-map { min-height: 310px; }
}
@media (max-width: 430px) {
  .location-tools { padding: 24px 20px; }
  .navigation-rail { grid-template-columns: 1fr; }
  .navigation-rail a,
  .map-search-link { min-height: 48px; }
  .visit-map { min-height: 280px; }
  .visit-map-fallback strong { font-size: 54px; }
}
