:root {
  --ink: #050506;
  --paper: #ffffff;
  --muted: #9e9587;
  --line: rgba(232, 206, 154, 0.2);
  --red: #9f1f28;
  --blue: #c9a968;
  --gold: #d8bd7a;
  --gold-soft: #f0dfad;
  --steel: #151313;
  --shadow: 0 30px 95px rgba(0, 0, 0, 0.48);
  --serif:
    "Iowan Old Style",
    "Baskerville",
    "Times New Roman",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    serif;
  --sans:
    "Avenir Next",
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: difference;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #6d1117, var(--gold), #f5e7b6);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  padding: 18px clamp(20px, 4vw, 64px);
  color: white;
  transition: background 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 12px;
  background: rgba(5, 5, 6, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: 112px;
  line-height: 1;
}

.brand-mark img {
  width: 100%;
  height: auto;
  filter: invert(1) contrast(1.18) brightness(1.12);
  opacity: 0.96;
}

.desktop-nav {
  display: flex;
  gap: 24px;
  color: rgba(244, 232, 205, 0.74);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.desktop-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: white;
}

.header-cta {
  padding: 10px 16px;
  border: 1px solid rgba(216, 189, 122, 0.44);
  background: linear-gradient(135deg, rgba(216, 189, 122, 0.15), rgba(255, 255, 255, 0.04));
  font-size: 0.85rem;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(216, 189, 122, 0.42);
  background: rgba(216, 189, 122, 0.08);
  color: white;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  top: 68px;
  right: 18px;
  z-index: 39;
  display: grid;
  min-width: 220px;
  padding: 12px;
  background: rgba(5, 5, 6, 0.96);
  border: 1px solid var(--line);
  color: white;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-nav a {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.section-invert {
  background: var(--ink);
  color: white;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 108svh;
  padding: 150px clamp(20px, 6vw, 88px) 52px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.14) 46%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.22), rgba(5, 5, 6, 0.16));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: -1;
  border: 1px solid rgba(216, 189, 122, 0.16);
  pointer-events: none;
}

.service-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 150px clamp(20px, 6vw, 88px) clamp(54px, 7vw, 96px);
  overflow: hidden;
  isolation: isolate;
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: -1;
  border: 1px solid rgba(216, 189, 122, 0.18);
  pointer-events: none;
}

.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.92) 0%, rgba(5, 5, 6, 0.68) 46%, rgba(5, 5, 6, 0.2) 100%),
    radial-gradient(circle at 82% 16%, rgba(216, 189, 122, 0.16), transparent 30%);
}

.service-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.12) brightness(0.72);
}

.service-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(760px, 100%);
}

.service-hero-copy h1 {
  margin: 0 0 28px;
  color: #fffaf0;
  font-size: clamp(5rem, 16vw, 13rem);
  line-height: 0.84;
}

.service-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 800;
  line-height: 2;
}

.service-hero-note {
  position: absolute;
  right: clamp(20px, 6vw, 88px);
  bottom: clamp(26px, 5vw, 70px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}

.service-hero-note span {
  padding: 10px 14px;
  border: 1px solid rgba(216, 189, 122, 0.24);
  background: rgba(5, 5, 6, 0.34);
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  backdrop-filter: blur(14px);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: scale(1.03);
}

.hero-img {
  position: absolute;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.12) brightness(0.9);
  transform-origin: center center;
  transition: transform 0.35s ease-out;
}

.hero-img-main {
  inset: 0 0 0 auto;
  width: 68%;
  height: 100%;
}

.scan-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 45%, rgba(240, 223, 173, 0.16) 50%, transparent 55% 100%);
  animation: scan 7s ease-in-out infinite;
  mix-blend-mode: screen;
}

.hero-content {
  position: absolute;
  top: 47%;
  right: clamp(24px, 5.8vw, 104px);
  z-index: 2;
  width: min(620px, 46vw);
  padding: 0;
  text-align: right;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease-out;
}

.hero-content.reveal {
  opacity: 1;
  transform: none;
}

.hero:hover .hero-content {
  transform: translate3d(0, -2px, 0);
}

.hero-slide-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 32%;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, #000 11%, #000 89%, transparent);
}

.hero-slide-track {
  display: grid;
  gap: 0;
  animation: heroSlideVertical 28s linear infinite;
  will-change: transform;
}

.hero-slide-card {
  position: relative;
  height: clamp(220px, 25vh, 300px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #090807;
}

.hero-slide-card:nth-child(2n) {
  margin-left: 0;
}

.hero-slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.1) brightness(0.84);
  transform: scale(1.02);
}

.hero-slide-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.76)),
    linear-gradient(90deg, rgba(216, 189, 122, 0.16), transparent 48%);
}

.hero-slide-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff8ea;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
}

h1 {
  margin-bottom: 0;
  max-width: 940px;
  font-size: clamp(3.2rem, 8.8vw, 7.2rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.hero-content h1 {
  margin-left: auto;
  font-size: clamp(2.75rem, 3.55vw, 4.05rem);
  line-height: 1.22;
}

.hero-content .eyebrow {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 0 18px;
}

.headline-mobile {
  display: none;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -40%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-24deg) translateX(-180%);
  transition: transform 0.75s ease;
}

.btn:hover::after {
  transform: skewX(-24deg) translateX(420%);
}

.btn.primary {
  border-color: rgba(240, 223, 173, 0.58);
  background: linear-gradient(135deg, #6f1219, #b12832 52%, #d8bd7a 160%);
  color: #fffaf0;
}

.btn.ghost {
  border-color: rgba(216, 189, 122, 0.34);
  color: #fff7e7;
  background: rgba(255, 255, 255, 0.035);
}

.btn.dark,
.btn.outline {
  color: var(--ink);
}

.btn.outline {
  border-color: rgba(7, 9, 13, 0.24);
}

.ticker {
  overflow: hidden;
  background: linear-gradient(90deg, #070606, #7b171d 36%, #d8bd7a 100%);
  color: #fff8ea;
  border-block: 1px solid rgba(216, 189, 122, 0.28);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
  will-change: transform;
}

.ticker span {
  padding: 13px 24px;
  font-size: clamp(0.95rem, 1.8vw, 1.35rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.athlete,
.reservation {
  padding: clamp(78px, 10vw, 140px) clamp(20px, 6vw, 88px);
  position: relative;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 189, 122, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff, #ffffff);
}

.service-intro,
.service-fit {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  padding: clamp(78px, 10vw, 140px) clamp(20px, 6vw, 88px);
  background: #ffffff;
  color: #22262c;
}

.service-intro-copy h2,
.service-fit h2,
.service-cta h2 {
  margin-bottom: 22px;
  color: inherit;
  font-size: clamp(2.35rem, 5.2vw, 5.6rem);
  font-weight: 400;
  line-height: 1.12;
}

.service-intro-copy h2 {
  font-size: clamp(2.05rem, 4.2vw, 4.65rem);
  line-height: 1.22;
}

.service-intro-copy p:not(.eyebrow),
.service-cta p {
  max-width: 680px;
  color: rgba(34, 38, 44, 0.76);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  font-weight: 800;
  line-height: 2.05;
}

.service-intro-visual {
  min-height: clamp(360px, 48vw, 660px);
  margin: 0;
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(34, 38, 44, 0.16);
}

.service-intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.08) brightness(0.86);
}

.service-points,
.service-cta {
  padding: clamp(78px, 10vw, 140px) clamp(20px, 6vw, 88px);
  background:
    radial-gradient(circle at 10% 12%, rgba(216, 189, 122, 0.12), transparent 28%),
    linear-gradient(180deg, #070606, #050506);
}

.service-point-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.service-point {
  min-height: 360px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(216, 189, 122, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(216, 189, 122, 0.035)),
    #0b0a0a;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.service-point span {
  display: inline-block;
  margin-bottom: clamp(52px, 8vw, 96px);
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 950;
}

.service-point h3 {
  margin-bottom: 18px;
  color: #fffaf0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.18;
}

.service-point p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  line-height: 1.9;
}

.service-fit {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(216, 189, 122, 0.08), transparent 36%),
    #ffffff;
}

.service-fit-panel,
.service-flow {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(34, 38, 44, 0.14);
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(34, 38, 44, 0.08);
}

.service-fit-panel p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: clamp(26px, 4vw, 42px);
  color: rgba(34, 38, 44, 0.76);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  font-weight: 800;
  line-height: 2;
}

.service-fit ul,
.service-flow ol {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-fit li {
  padding: 18px 0;
  border-top: 1px solid rgba(34, 38, 44, 0.13);
  color: rgba(34, 38, 44, 0.82);
  font-weight: 900;
}

.service-flow h2 {
  margin-bottom: clamp(28px, 5vw, 54px);
}

.service-flow li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(34, 38, 44, 0.13);
  color: rgba(34, 38, 44, 0.82);
  font-weight: 900;
}

.service-flow span {
  color: #8c1d25;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.service-cta {
  display: grid;
  min-height: 62svh;
  align-items: center;
}

.service-cta-copy {
  max-width: 880px;
}

.service-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.concept {
  position: relative;
  padding: clamp(84px, 11vw, 150px) 0 0;
  background: #ffffff;
  color: #22262c;
  overflow: hidden;
}

.concept-shell {
  width: min(100%, 1800px);
  margin-inline: auto;
}

.concept-head {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 0 clamp(22px, 6vw, 90px) clamp(58px, 8vw, 130px);
  text-align: center;
}

.concept-kicker {
  margin-bottom: 34px;
  color: rgba(34, 38, 44, 0.72);
  font-family: var(--serif);
  font-size: clamp(0.9rem, 1.4vw, 1.18rem);
  font-style: italic;
  font-weight: 400;
}

.concept-head h2 {
  margin: 0;
  color: #22262c;
  font-size: clamp(2.8rem, 6.2vw, 6.6rem);
  font-weight: 400;
  line-height: 1.32;
  text-shadow: none;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-label::after {
  content: "";
  width: 56px;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  animation: labelLine 1.4s ease both;
}

.concept-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(360px, 0.78fr);
  align-items: stretch;
}

.athlete h2,
.reservation h2,
.access h2,
.section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

.concept-visual {
  min-height: clamp(360px, 46vw, 680px);
  margin: 0;
  overflow: hidden;
}

.concept-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
  transform: scale(1.02);
  transition: transform 1.2s ease, filter 1.2s ease;
}

.concept-visual:hover img {
  filter: saturate(0.82) contrast(1.12) brightness(0.9);
  transform: scale(1.06);
}

.concept-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: clamp(42px, 5vw, 82px) clamp(26px, 5vw, 70px);
  border: 0;
  background: #ffffff;
}

.athlete-copy p,
.reservation-copy p {
  max-width: 760px;
  color: #433c31;
  font-size: 1.02rem;
  font-weight: 700;
}

.concept-definition {
  max-width: none;
  margin: 0 0 18px;
  color: #22262c;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  font-weight: 400;
  line-height: 1.5;
}

.concept-body {
  margin-top: clamp(34px, 4vw, 58px);
}

.concept-body p {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(34, 38, 44, 0.82);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 2.05;
}

.concept-body p:last-child {
  margin-bottom: 0;
}

.program,
.staff,
.menu-pricing,
.access {
  padding: clamp(78px, 10vw, 140px) clamp(20px, 6vw, 88px);
  background:
    radial-gradient(circle at 80% 8%, rgba(216, 189, 122, 0.12), transparent 24%),
    linear-gradient(180deg, #070606, #050506);
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(34px, 6vw, 80px);
  padding-top: 18px;
  border-top: 1px solid rgba(216, 189, 122, 0.26);
}

.program-list {
  display: grid;
  gap: 22px;
}

.program-item {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 58px);
  align-items: center;
  min-height: 260px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(216, 189, 122, 0.22);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.program-item > div {
  padding: 24px 26px;
  background:
    linear-gradient(135deg, rgba(5, 5, 6, 0.45), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(5, 5, 6, 0.18));
  border: 1px solid rgba(216, 189, 122, 0.16);
  backdrop-filter: blur(12px);
}

.program-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--program-bg);
  background-position: center;
  background-size: cover;
  filter: saturate(0.78) contrast(1.1) brightness(0.72);
  transform: scale(1.02);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.program-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.78) 0%, rgba(5, 5, 6, 0.52) 48%, rgba(5, 5, 6, 0.2) 100%),
    radial-gradient(circle at 88% 20%, rgba(216, 189, 122, 0.14), transparent 28%);
}

.program-item:hover::before {
  filter: saturate(0.86) contrast(1.12) brightness(0.78);
  transform: scale(1.06);
}

.program-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  border-color: rgba(216, 189, 122, 0.34);
}

.program-number {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 950;
  align-self: start;
}

.program-item h3 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 1.02;
}

.program-item p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.program-item a {
  display: inline-grid;
  place-items: center;
  min-width: 120px;
  height: 52px;
  border: 1px solid rgba(216, 189, 122, 0.32);
  padding: 0 22px;
  color: white;
  font-weight: 950;
  transition: background 0.2s ease, transform 0.2s ease;
}

.program-item a:hover {
  background: linear-gradient(135deg, #7b171d, var(--gold));
  transform: scale(1.04);
}

.athlete {
  --athlete-card-height: clamp(420px, 45vw, 576px);
  --athlete-section-gap: clamp(72px, 10vw, 140px);
  position: relative;
  z-index: 1;
  padding-bottom: var(--athlete-section-gap);
  background: #ffffff;
  color: #22262c;
}

.athlete-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 96px);
  width: min(100%, 1800px);
  margin-inline: auto;
}

.athlete-copy {
  position: sticky;
  top: 16svh;
  align-self: start;
  min-height: 520px;
  padding-top: clamp(80px, 13vw, 180px);
}

.athlete-copy .eyebrow {
  display: block;
  margin-bottom: 24px;
  color: #22262c;
  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.athlete-copy .eyebrow::before {
  display: none;
}

.athlete-copy h2 {
  margin-bottom: 18px;
  color: #22262c;
  font-size: clamp(2.15rem, 3.4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.45;
}

.athlete-sub {
  margin: 0;
  color: #22262c;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.3;
}

.athlete-main {
  min-width: 0;
}

.athlete-services {
  display: grid;
  gap: clamp(72px, 11vw, 150px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.athlete-service {
  position: sticky;
  top: 20svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  height: var(--athlete-card-height);
  background: #22262c;
  color: #f6f4ee;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(34, 38, 44, 0.22);
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

.athlete-service:hover {
  transform: translateY(-8px);
  box-shadow: 0 44px 120px rgba(34, 38, 44, 0.28);
}

.athlete-service-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.athlete-service-number {
  position: absolute;
  top: clamp(30px, 4vw, 48px);
  left: clamp(28px, 4vw, 52px);
  width: 0;
  margin: 0;
  color: rgba(246, 244, 238, 0.92);
  font-family: var(--serif);
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.1;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: left top;
}

.athlete-service h3 {
  margin: 0 0 clamp(24px, 4vw, 42px);
  color: #f6f4ee;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.55;
}

.athlete-service-copy > p:not(.athlete-service-number) {
  max-width: 570px;
  margin: 0;
  color: rgba(246, 244, 238, 0.82);
  font-size: clamp(0.95rem, 1.16vw, 1.05rem);
  font-weight: 700;
  line-height: 2.05;
}

.athlete-service a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: clamp(44px, 6vw, 76px);
  color: #f6f4ee;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  font-style: italic;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.athlete-service a:hover {
  opacity: 0.72;
  transform: translateX(5px);
}

.athlete-service-visual {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.athlete-service-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.athlete-service:hover .athlete-service-visual img {
  transform: scale(1.045);
}

.athlete-service:nth-child(2) .athlete-service-visual img {
  object-position: center top;
  transform: scale(1.18);
}

.athlete-service:nth-child(2):hover .athlete-service-visual img {
  transform: scale(1.23);
}

.staff-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 42px);
}

.staff-card {
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  overflow: hidden;
  background: #111216;
  border: 1px solid rgba(216, 189, 122, 0.16);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.staff-card:hover {
  transform: translateY(-8px);
  border-color: rgba(216, 189, 122, 0.34);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.36);
}

.staff-card figure {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
}

.staff-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
  transition: transform 0.9s ease, filter 0.9s ease;
}

.staff-card:hover img {
  filter: saturate(0.86) contrast(1.12) brightness(0.9);
  transform: scale(1.045);
}

.staff-card > div {
  padding: clamp(22px, 3vw, 34px);
}

.staff-role {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.2;
}

.staff-card h3 {
  margin: 0 0 14px;
  color: #f6f4ee;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.staff-card p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  line-height: 1.75;
}

.pricing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 42px);
}

.menu-pricing {
  background: #ffffff;
  color: #22262c;
}

.menu-pricing .section-heading {
  border-top-color: rgba(34, 38, 44, 0.18);
}

.menu-pricing .eyebrow {
  color: #22262c;
}

.pricing-card {
  padding: clamp(28px, 5vw, 54px);
  background: #ffffff;
  border: 1px solid rgba(34, 38, 44, 0.14);
  box-shadow: 0 26px 70px rgba(34, 38, 44, 0.08);
}

.pricing-card h3 {
  margin: 0 0 clamp(24px, 4vw, 42px);
  color: #22262c;
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  font-weight: 400;
  line-height: 1.25;
}

.pricing-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.pricing-card dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(34, 38, 44, 0.16);
}

.pricing-card dl > div:last-child {
  border-bottom: 1px solid rgba(34, 38, 44, 0.16);
}

.pricing-card dt {
  color: rgba(34, 38, 44, 0.72);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.pricing-card dd {
  margin: 0;
  color: #22262c;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (min-width: 961px) {
  .staff {
    min-height: 100svh;
    padding-top: clamp(52px, 7vh, 82px);
    padding-bottom: clamp(42px, 6vh, 72px);
  }

  .staff .section-heading {
    margin-bottom: clamp(24px, 4vh, 42px);
  }
}

.reservation {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 0.74fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}

.reservation-copy {
  padding-top: 18px;
  border-top: 1px solid rgba(216, 189, 122, 0.28);
}

.reserve-form {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 40px);
  background: #ffffff;
  border: 1px solid rgba(151, 113, 45, 0.2);
  box-shadow: 0 24px 80px rgba(50, 37, 17, 0.16);
  outline: 1px solid rgba(216, 189, 122, 0.14);
  outline-offset: -8px;
}

.reserve-form label {
  display: grid;
  gap: 7px;
  color: #343941;
  font-size: 0.86rem;
  font-weight: 900;
}

.reserve-form input,
.reserve-form select,
.reserve-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 9, 13, 0.16);
  border-radius: 0;
  background: #ffffff;
  padding: 13px 14px;
  color: var(--ink);
}

.reserve-form textarea {
  resize: vertical;
}

.reserve-form button {
  min-height: 54px;
  border: 0;
  background: var(--ink);
  color: white;
  font-weight: 950;
  cursor: pointer;
}

.access-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.access-grid > div:first-child {
  padding: 28px 28px 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(216, 189, 122, 0.06));
  border: 1px solid rgba(216, 189, 122, 0.12);
}

address {
  margin: 26px 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-weight: 800;
}

.phone {
  color: white;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  font-weight: 950;
}

.sns-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sns-links a {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.map-panel {
  min-height: 440px;
  border: 1px solid rgba(216, 189, 122, 0.22);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.map-panel iframe {
  width: 100%;
  height: 440px;
  border: 0;
  filter: grayscale(1) contrast(1.08);
}

.map-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.3);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 6vw, 88px);
  background: #020305;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes labelLine {
  from {
    opacity: 0;
    transform: scaleX(0.25);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes scan {
  0%,
  45% {
    transform: translateX(-100%);
  }
  75%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes heroSlideVertical {
  to {
    transform: translateY(-50%);
  }
}

@keyframes heroSlideHorizontal {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: 96svh;
    padding-top: 120px;
    align-content: center;
    gap: 28px;
  }

  .hero-img-main {
    width: 100%;
    opacity: 0.75;
  }

  .hero-content {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    max-width: 720px;
    text-align: left;
  }

  .hero-content h1 {
    margin-left: 0;
    font-size: clamp(3.2rem, 8.8vw, 5.8rem);
    line-height: 0.98;
  }

  .hero-content .eyebrow {
    position: static;
    margin: 0 0 16px;
  }

  .hero-slide-rail {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: calc(100% + 40px);
    height: 176px;
    margin: 0 -20px;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .hero-slide-track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: heroSlideHorizontal 30s linear infinite;
  }

  .hero-slide-card,
  .hero-slide-card:nth-child(2n) {
    flex: 0 0 min(54vw, 260px);
    height: 176px;
    min-height: 0;
    margin: 0;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
      linear-gradient(180deg, rgba(7, 9, 13, 0.28), rgba(7, 9, 13, 0.18));
  }

  .concept-grid,
  .athlete-shell,
  .staff-list,
  .pricing-list,
  .reservation,
  .access-grid,
  .service-intro,
  .service-fit,
  .service-point-grid {
    grid-template-columns: 1fr;
  }

  .service-hero {
    min-height: 94svh;
    padding-top: 126px;
  }

  .service-hero::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.88) 0%, rgba(5, 5, 6, 0.62) 56%, rgba(5, 5, 6, 0.38) 100%),
      radial-gradient(circle at 78% 18%, rgba(216, 189, 122, 0.14), transparent 32%);
  }

  .service-hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: end;
    margin-top: 42px;
  }

  .athlete-copy {
    position: static;
    min-height: 0;
    padding-top: 0;
  }

  .athlete-service {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .athlete-service-visual {
    min-height: 320px;
    order: -1;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-bottom: 30px;
    gap: 22px;
  }

  h1 {
    font-size: clamp(2.15rem, 8vw, 3rem);
    line-height: 0.98;
  }

  .hero-content {
    padding: 20px 18px;
  }

  .hero-slide-rail {
    height: 142px;
  }

  .hero-slide-card,
  .hero-slide-card:nth-child(2n) {
    flex-basis: 72vw;
    height: 142px;
    min-height: 0;
  }

  .headline-desktop {
    display: none;
  }

  .headline-mobile {
    display: inline;
  }

  .contact-actions,
  .site-footer {
    flex-direction: column;
  }

  .program-item {
    grid-template-columns: 1fr;
  }

  .service-hero {
    padding-bottom: 34px;
  }

  .service-hero::before {
    inset: 14px;
  }

  .service-hero-copy h1 {
    font-size: clamp(4.4rem, 28vw, 8.4rem);
  }

  .service-hero-note {
    display: grid;
  }

  .service-point {
    min-height: 0;
  }

  .service-point span {
    margin-bottom: 44px;
  }

  .service-flow li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .program-item > div {
    padding: 18px;
  }

  .program-item a {
    width: 100%;
    height: 52px;
    min-width: 0;
  }

  .athlete-services {
    gap: 28px;
  }

  .athlete-service-copy {
    padding: 42px 24px 34px;
  }

  .athlete-service-number {
    position: static;
    width: auto;
    margin-bottom: 18px;
    transform: none;
  }

  .athlete-service h3 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    line-height: 1.32;
  }

  .athlete-service-visual {
    min-height: 300px;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 330px;
    height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
