@font-face {
  font-family: "Staatliches";
  src: url("/fonts/staatliches.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --red: #e94858;
  --ink: #0b0b0c;
  --ink-2: #141416;
  --paper: #f4f1ec;
  --paper-2: #ebe7e0;
  --muted: #a9a5a0;
  --line: rgba(255, 255, 255, .12);
  --line-dark: #cbc5bd;
  --white-line: rgba(255, 255, 255, .24);
  --display: "Staatliches", Impact, "Arial Narrow", sans-serif;
  --sans: Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, summary { font: inherit; }
section, footer { scroll-margin-top: 92px; }

.arrow-icon {
  --arrow-rotation: 0deg;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(var(--arrow-rotation));
  transform-origin: center;
}
.arrow-icon--up-right { --arrow-rotation: -45deg; }
.arrow-icon--down-right { --arrow-rotation: 45deg; }

.launch-strip {
  min-height: 32px;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--red);
  color: #fff;
  font: 10px/1.2 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.launch-strip strong { color: #fff; }

.site-header {
  min-height: 82px;
  padding: 0 clamp(22px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: rgba(11, 11, 12, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.wordmark {
  display: block;
  width: clamp(174px, 15vw, 218px);
}
.wordmark img { width: 100%; height: auto; }
.locations-lockup { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); text-transform: uppercase; font: 10px/1 var(--sans); letter-spacing: .11em; }
.locations-lockup i { color: var(--red); font-style: normal; }
.desktop-nav { justify-self: end; display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); font: 11px/1 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { padding: 12px 0 9px; border-bottom: 2px solid transparent; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.active { border-color: var(--red); }
.desktop-nav .nav-cta { padding: 12px 18px; border: 1px solid #fff; }
.desktop-nav .nav-cta:hover, .desktop-nav .nav-cta:focus-visible { color: #fff; background: var(--red); border-color: var(--red); }
.mobile-nav { display: none; justify-self: end; position: relative; }
.mobile-nav summary { width: 48px; height: 48px; border: 1px solid #fff; list-style: none; cursor: pointer; display: grid; place-content: center; gap: 7px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; width: 22px; height: 2px; background: #fff; }
.mobile-nav nav { position: absolute; top: 58px; right: 0; width: min(300px, 82vw); padding: 16px; display: grid; background: var(--ink); color: #fff; border: 1px solid #555; box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.mobile-nav nav a { padding: 15px 8px; border-bottom: 1px solid #333; text-transform: uppercase; letter-spacing: .1em; font: 12px/1 var(--sans); }
.mobile-nav nav a.active { color: var(--red); }

.hero { height: max(720px, calc(100vh - 114px)); min-height: 720px; position: relative; overflow: hidden; color: #fff; background: #080808; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.06); transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.38) 52%, rgba(0,0,0,.25) 100%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 48%); }
.hero-copy { position: relative; z-index: 2; height: 100%; padding: clamp(72px, 9vw, 130px) clamp(26px, 8vw, 120px) 56px; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow, .section-index { font: 11px/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 36px; height: 3px; margin: 0 12px 3px 0; background: var(--red); }
.light { color: rgba(255,255,255,.8); }
.hero h1 { margin: 0; max-width: 980px; font-family: var(--display); font-size: clamp(76px, 10.3vw, 164px); line-height: .84; letter-spacing: .015em; font-weight: 400; text-transform: uppercase; }
.hero h1 span { display: block; margin-bottom: .08em; }
.hero h1 .accent { color: var(--red); font-style: normal; font-weight: 400; letter-spacing: .015em; }
.hero-bottom { max-width: 1120px; display: flex; align-items: end; justify-content: space-between; gap: 36px; border-top: 1px solid rgba(255,255,255,.68); padding-top: 20px; }
.hero-bottom p { margin: 0; max-width: 540px; font-size: 16px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-width: 210px; padding: 11px 0; border-bottom: 1px solid currentColor; font: 11px/1.2 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.text-link .arrow-icon { width: 19px; height: 19px; transition: transform .2s ease; }
.text-link:hover .arrow-icon { transform: translate(4px, 2px) rotate(var(--arrow-rotation)); }
.light-link { color: #fff; }
.hero-rail { position: absolute; z-index: 2; right: 16px; top: 50%; display: flex; gap: 28px; transform: rotate(90deg) translateX(50%); transform-origin: right center; font: 9px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.76); }

.paper-section { background-color: var(--paper); background-image: linear-gradient(rgba(11,11,12,.055) 1px, transparent 1px); background-size: 100% 32px; }
.club-intro, .services { padding: 86px clamp(26px, 6vw, 96px); }
.section-index { margin-bottom: 62px; padding-bottom: 14px; border-bottom: 1px solid var(--line-dark); color: rgba(11,11,12,.64); }
.light-index { color: rgba(255,255,255,.58); border-color: var(--white-line); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(50px, 8vw, 140px); align-items: start; }
.intro-grid h2, .experience h2, .wiim-section h2, .classics h2, .services h2, .brands h2, .visit h2, .subpage-section h2, .contact-band h2, .location-detail h2, .rheda-focus h2, .wiim-deep-dive h2 { margin: 0; font-family: var(--display); font-size: clamp(54px, 7.1vw, 112px); line-height: .92; letter-spacing: .02em; font-weight: 400; text-transform: uppercase; text-wrap: balance; }
h2 em { color: var(--red); font-style: normal; }
.intro-copy { padding-top: 8px; max-width: 530px; }
.intro-copy p, .wiim-question .lead, .classics-copy > p:not(.old-soul), .brands-head p { margin: 0 0 24px; font-size: 17px; line-height: 1.7; }
.intro-copy .lead { font-size: 24px; line-height: 1.38; letter-spacing: -.025em; }
.ticker { margin: 100px calc(clamp(26px, 6vw, 96px) * -1) -86px; overflow: hidden; background: var(--red); color: #fff; }
.ticker-track { width: max-content; padding: 15px 0; display: flex; align-items: center; font: 12px/1 var(--sans); text-transform: uppercase; letter-spacing: .1em; animation: ticker-run 34s linear infinite; will-change: transform; }
.ticker-group { display: flex; align-items: center; gap: 26px; padding: 0 22px; flex-shrink: 0; }
.ticker-pair { display: flex; align-items: center; gap: 26px; white-space: nowrap; }
.ticker i { color: var(--paper); font-size: 8px; }

@keyframes ticker-run {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333333%); }
}

.experience { padding: 94px clamp(26px, 6vw, 96px) 110px; background: var(--ink); color: #fff; }
.experience-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); gap: 60px; align-items: end; margin-bottom: 62px; }
.experience-head h2 span, .experience-head h2 em { display: block; margin-bottom: .1em; }
.experience-head h2 em { color: var(--red); }
.experience-head p { margin: 0 0 8px; max-width: 370px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.7); }
.highend-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,.24); border: 1px solid var(--white-line); }
.highend-card { min-width: 0; background: var(--ink); transition: background .2s ease; }
.highend-card:hover { background: #1b1b18; }
.highend-card figure { margin: 0; position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #222; }
.highend-card figure img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .5s ease, filter .5s ease; }
.highend-card:nth-child(1) figure img { object-position: center; }
.highend-card:nth-child(3) figure img { object-fit: contain; padding: 9%; background: #dedcd4; }
.highend-card:hover figure img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.highend-card figcaption { position: absolute; inset: auto 0 0; padding: 20px; display: flex; justify-content: space-between; align-items: end; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.highend-card figcaption span { font: 10px/1 var(--sans); }
.highend-card figcaption strong { font-family: var(--display); font-size: clamp(23px, 3vw, 44px); line-height: .9; letter-spacing: .02em; font-weight: 400; }
.highend-meta { min-height: 108px; padding: 20px; display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.highend-meta p { margin: 0; max-width: 260px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.5; }
.highend-meta > .arrow-icon { width: 21px; height: 21px; color: var(--red); }

.wiim-section { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); color: var(--ink); border-top: 8px solid var(--red); }
.wiim-question { padding: 92px clamp(26px, 6vw, 96px); }
.wiim-kicker { display: inline-block; margin: 0 0 52px; padding: 8px 12px; color: #fff; background: var(--ink); font: 12px/1 var(--sans); letter-spacing: .08em; }
.wiim-section h2 { margin-bottom: 40px; }
.wiim-section h2 em { color: var(--red); font-size: .63em; line-height: 1.04; }
.wiim-question .lead { max-width: 680px; color: rgba(11,11,12,.72); }
.wiim-products { margin: 38px 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(11,11,12,.45); border-left: 1px solid rgba(11,11,12,.45); }
.wiim-products span { padding: 17px; border-right: 1px solid rgba(11,11,12,.45); border-bottom: 1px solid rgba(11,11,12,.45); font: 11px/1.2 var(--sans); text-transform: uppercase; }
.dark-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 280px; padding: 17px 19px; background: var(--ink); color: #fff; font: 11px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease; }
.dark-button:hover { transform: translateY(-3px); }
.dark-button .arrow-icon { width: 18px; height: 18px; }
.wiim-visual { margin: 0; min-height: 760px; padding: 60px clamp(24px, 4vw, 64px); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: var(--paper-2); color: var(--ink); }
.wiim-visual img { position: relative; z-index: 2; width: min(100%, 520px); height: auto; aspect-ratio: 612 / 414; object-fit: contain; filter: drop-shadow(0 36px 24px rgba(0,0,0,.26)); }
.wiim-orbit { position: absolute; width: min(38vw, 540px); aspect-ratio: 1; border: 1px solid rgba(11,11,12,.25); border-radius: 50%; }
.wiim-orbit::before, .wiim-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(11,11,12,.18); border-radius: 50%; }
.wiim-orbit::after { inset: 27%; background: var(--red); border: 0; }
.wiim-visual figcaption { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 3; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ink); padding-top: 12px; font: 10px/1.2 var(--sans); text-transform: uppercase; }

.classics { min-height: 840px; display: grid; grid-template-columns: .76fr 1.24fr; background: #0a0a09; color: #fff; }
.classics-copy { padding: 90px clamp(26px, 5vw, 80px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.classics-copy .section-index { width: 100%; }
.old-soul { margin: 0 0 36px; color: var(--red); font: 15px/1.25 var(--sans); letter-spacing: .15em; }
.classics h2 { font-size: clamp(48px, 5vw, 84px); margin-bottom: 38px; }
.classics-copy > p:not(.old-soul) { max-width: 560px; color: rgba(255,255,255,.72); }
.classics-gallery { display: grid; grid-template-columns: 1fr 1fr; min-width: 0; }
.classics-gallery figure { margin: 0; min-width: 0; position: relative; overflow: hidden; border-left: 1px solid #333; }
.classics-gallery img { height: 100%; min-height: 840px; object-fit: cover; filter: grayscale(1) contrast(1.08); transition: transform .55s ease; }
.classics-gallery figure:hover img { transform: scale(1.02); }
.classics-gallery figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.75); font: 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .08em; }

.services-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.services-head p { max-width: 360px; margin: 0 0 10px; font-size: 18px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-left: 1px solid var(--ink); }
.service-grid > a { min-height: 270px; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; transition: background .2s ease, color .2s ease; }
.service-grid > a > span { font: 10px/1 var(--sans); }
.service-grid h3 { margin: auto 0 16px; font-family: var(--display); font-size: clamp(24px, 2.4vw, 38px); line-height: 1; letter-spacing: .02em; font-weight: 400; text-transform: uppercase; }
.service-grid p { margin: 0; max-width: 330px; font-size: 14px; line-height: 1.55; color: rgba(11,11,12,.68); }
.service-grid > a:nth-child(3) { background: var(--ink); color: #fff; }
.service-grid > a:nth-child(3) p { color: rgba(255,255,255,.7); }
.service-grid > a:hover { background: var(--red); color: #fff; }
.service-grid > a:hover p { color: rgba(255,255,255,.82); }
.service-arrow { width: 21px; height: 21px; margin-top: 18px; align-self: flex-end; }

.brands { padding: 94px clamp(26px, 6vw, 96px) 110px; background: var(--ink); color: #fff; }
.brands-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.brands-head h2 em { color: var(--red); }
.brands-head > div { padding-bottom: 8px; }
.brands-head p { color: rgba(255,255,255,.67); }
.brand-list { border-top: 1px solid rgba(255,255,255,.6); }
.brand-list details { border-bottom: 1px solid rgba(255,255,255,.32); transition: background .2s ease; }
.brand-list details[open], .brand-list details:target { background: #1a1a17; }
.brand-list summary { min-height: 92px; display: grid; grid-template-columns: 60px 1fr 40px; align-items: center; gap: 24px; cursor: pointer; list-style: none; }
.brand-list summary::-webkit-details-marker { display: none; }
.brand-list summary span { font: 10px/1 var(--sans); color: rgba(255,255,255,.5); }
.brand-list summary strong { font-family: var(--display); font-size: clamp(27px, 4vw, 58px); line-height: 1; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.brand-list summary i { justify-self: end; font-style: normal; font-size: 25px; font-weight: 300; transition: transform .2s ease; }
.brand-list details[open] summary i { transform: rotate(45deg); }
.brand-list details > div { padding: 0 40px 30px 84px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.brand-list details:not([open]):not(:target) > div { display: none; }
.brand-list details > div p { margin: 0; max-width: 580px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.6; }
.brand-list details > div a { flex: 0 0 auto; padding-bottom: 6px; border-bottom: 1px solid var(--red); color: var(--red); font: 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .08em; }

.visit { padding: 110px clamp(26px, 6vw, 96px); background: var(--ink); color: #fff; border-top: 8px solid var(--red); }
.visit-title { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: start; }
.visit-title p { margin: 14px 0 0; color: var(--red); font: 11px/1.4 var(--sans); letter-spacing: .1em; }
.visit h2 { font-size: clamp(94px, 15vw, 230px); line-height: .72; }
.visit h2 em { color: var(--red); }
.location-grid { margin-top: 94px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.22); }
.location-card { min-height: 520px; padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column; align-items: flex-start; background: var(--paper); color: var(--ink); }
.location-card { transition: transform .25s ease, background .25s ease; }
.location-card:hover { transform: translateY(-5px); background: #fff; }
.location-card.club-card { background: var(--ink-2); color: #fff; }
.location-card.club-card:hover { background: #1d1d20; }
.location-label { margin-bottom: 68px; font: 10px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.location-card h3 { margin: 0 0 30px; font-family: var(--display); font-size: clamp(52px, 6vw, 94px); line-height: .86; letter-spacing: .02em; font-weight: 400; text-transform: uppercase; }
.location-address { margin: 0 0 26px; font-family: var(--display); font-size: 25px; line-height: 1.18; letter-spacing: .02em; text-transform: uppercase; }
.location-card > p:not(.location-address) { margin: 0; max-width: 540px; color: rgba(11,11,12,.68); font-size: 16px; line-height: 1.65; }
.club-card > p:not(.location-address) { color: rgba(255,255,255,.68); }
.location-focus, .club-statement { width: 100%; margin-top: auto; padding-top: 18px; border-top: 1px solid currentColor; }
.location-focus { display: flex; justify-content: space-between; gap: 20px; font: 10px/1.2 var(--sans); letter-spacing: .12em; }
.location-focus .arrow-icon { width: 15px; height: 15px; }
.club-statement { color: var(--red); font-family: var(--display); font-size: clamp(34px, 4vw, 58px); line-height: .95; letter-spacing: .02em; font-weight: 400; }
.club-statement .arrow-icon { width: .55em; height: .55em; margin-left: .18em; vertical-align: .04em; }
.visit-contact { margin-top: 58px; padding-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: start; border-top: 2px solid #fff; }
.visit-contact > p { margin: 0; max-width: 470px; font-size: 22px; line-height: 1.45; }
.visit-actions { display: flex; flex-direction: column; gap: 0; }
.visit-actions a { padding: 14px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.6); font: 11px/1 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.visit-actions a:first-child { border-top: 1px solid rgba(255,255,255,.6); }

.section-deep-link { margin-top: 48px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); font: 11px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .11em; }
.section-deep-link .arrow-icon { width: 21px; height: 21px; color: var(--red); }
.dark-deep-link { color: var(--ink); border-color: rgba(11,11,12,.42); }

.brand-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.22); }
.brand-teaser-grid a { min-height: 138px; padding: 18px; display: grid; grid-template-columns: 35px 1fr 22px; gap: 14px; align-items: end; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .2s ease; }
.brand-teaser-grid a:hover { background: var(--red); }
.brand-teaser-grid span { align-self: start; color: rgba(255,255,255,.45); font-size: 9px; }
.brand-teaser-grid strong { font-family: var(--display); font-size: clamp(26px, 2.8vw, 43px); line-height: .95; letter-spacing: .02em; font-weight: 400; text-transform: uppercase; overflow-wrap: anywhere; }
.brand-teaser-grid .arrow-icon { width: 19px; height: 19px; justify-self: end; color: var(--red); }
.brand-teaser-grid a:hover .arrow-icon { color: #fff; }

.subpage-hero { min-height: 670px; padding: 0 clamp(26px, 7vw, 112px); position: relative; overflow: hidden; display: flex; align-items: flex-end; color: #fff; background: var(--ink); isolation: isolate; }
.subpage-hero > img { position: absolute; inset: 0; z-index: -3; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.05); }
.subpage-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,5,6,.94), rgba(5,5,6,.68) 54%, rgba(5,5,6,.22)), linear-gradient(0deg, rgba(5,5,6,.72), transparent 54%); }
.subpage-graphic { position: absolute; z-index: -1; width: min(48vw, 680px); aspect-ratio: 1; right: -8%; top: 5%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.subpage-graphic::before, .subpage-graphic::after { content: ""; position: absolute; border-radius: 50%; }
.subpage-graphic::before { inset: 16%; border: 1px solid rgba(255,255,255,.12); }
.subpage-graphic::after { width: 32%; aspect-ratio: 1; right: 17%; bottom: 18%; background: var(--red); }
.subpage-hero-inner { width: min(1180px, 100%); padding: 92px 0 74px; position: relative; z-index: 2; }
.breadcrumb { margin-bottom: 68px; display: flex; gap: 10px; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumb strong { color: #fff; font-weight: 400; }
.subpage-hero h1 { margin: 0; max-width: 1080px; font-family: var(--display); font-size: clamp(74px, 10vw, 154px); line-height: .84; letter-spacing: .02em; font-weight: 400; text-transform: uppercase; }
.subpage-hero h1 em { color: var(--red); font-style: normal; }
.subpage-hero-inner > p { max-width: 720px; margin: 36px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.62); color: rgba(255,255,255,.8); font-size: clamp(17px, 1.7vw, 22px); line-height: 1.55; }

.subpage-section { padding: 110px clamp(26px, 7vw, 112px); }
.dark-section { background: var(--ink); color: #fff; }
.showroom-bridge { background: var(--paper); color: var(--ink); }
.section-kicker { display: block; margin-bottom: 24px; color: #6f6a65; font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .15em; }
.light-kicker { color: rgba(255,255,255,.54); }
.editorial-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(60px, 9vw, 150px); align-items: start; }
.editorial-split h2 { font-size: clamp(58px, 7vw, 108px); }
.long-copy { max-width: 640px; }
.long-copy p { margin: 0 0 24px; color: #514c47; font-size: 17px; line-height: 1.75; }
.long-copy .lead { color: var(--ink); font-size: clamp(22px, 2vw, 29px); line-height: 1.4; }
.subpage-heading { display: grid; grid-template-columns: 1fr minmax(260px, .42fr); gap: 50px; align-items: end; margin-bottom: 64px; }
.subpage-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -24px; }
.subpage-heading > p { margin: 0 0 7px; max-width: 520px; color: inherit; opacity: .68; font-size: 17px; line-height: 1.65; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.5); border-left: 1px solid rgba(255,255,255,.22); }
.process-grid article { min-height: 320px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.process-grid article > span { font-size: 10px; color: rgba(255,255,255,.45); }
.process-grid h3, .guide-grid h3 { margin: auto 0 18px; font-family: var(--display); font-size: 38px; line-height: 1; letter-spacing: .02em; font-weight: 400; text-transform: uppercase; }
.process-grid p, .guide-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; }
.showroom-bridge .location-grid { margin-top: 70px; }

.service-detail-list { padding-top: 86px; }
.detail-intro { margin-bottom: 68px; display: grid; grid-template-columns: .5fr 1fr; gap: 50px; }
.detail-intro p { margin: 0; max-width: 700px; font-size: 22px; line-height: 1.5; }
.service-detail-list > article { padding: 46px 0; display: grid; grid-template-columns: 90px .8fr 1.15fr; gap: clamp(28px, 5vw, 78px); align-items: start; border-top: 1px solid var(--line-dark); scroll-margin-top: 110px; }
.service-detail-list > article:last-child { border-bottom: 1px solid var(--line-dark); }
.detail-number { color: #817b75; font-size: 11px; letter-spacing: .12em; }
.detail-title h2 { margin-bottom: 16px; font-size: clamp(40px, 4vw, 62px); }
.detail-title p { margin: 0; color: #625d58; font-size: 15px; line-height: 1.6; }
.detail-copy > p { margin: 0 0 24px; font-size: 18px; line-height: 1.6; }
.detail-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.detail-copy li { position: relative; padding: 12px 0 12px 24px; border-bottom: 1px solid var(--line-dark); color: #5f5a55; font-size: 13px; }
.detail-copy li::before { content: ""; width: 8px; height: 8px; position: absolute; left: 2px; top: 50%; border-top: 1.5px solid var(--red); border-right: 1.5px solid var(--red); transform: translateY(-50%) rotate(45deg); }
.consultation-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 28px; align-items: center; }
.consultation-grid p { margin: 0; padding: 30px; border: 1px solid rgba(255,255,255,.25); font-size: 17px; line-height: 1.55; }
.consultation-grid > .arrow-icon { width: 24px; height: 24px; color: var(--red); }

.classic-feature-grid { display: grid; grid-template-columns: 1fr 1fr; background: #080809; }
.classic-feature-grid figure { min-height: 720px; margin: 0; position: relative; overflow: hidden; border-right: 1px solid #333; }
.classic-feature-grid img { height: 100%; min-height: 720px; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.classic-feature-grid figcaption { position: absolute; left: 28px; right: 28px; bottom: 25px; padding-top: 14px; border-top: 1px solid #fff; color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.featured-brands .subpage-heading { margin-bottom: 60px; }
.brand-catalog { padding: 110px clamp(26px, 7vw, 112px); }
.catalog-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 68px; }
.catalog-head .section-kicker { grid-column: 1 / -1; margin-bottom: -30px; }
.catalog-head h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 7vw, 108px); line-height: .9; letter-spacing: .02em; font-weight: 400; text-transform: uppercase; }
.catalog-head h2 em { color: var(--red); font-style: normal; }
.catalog-head > p { margin: 0 0 8px; max-width: 560px; font-size: 17px; line-height: 1.65; }
.brand-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.brand-detail-grid article { min-height: 330px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); scroll-margin-top: 110px; }
.brand-detail-meta { display: flex; justify-content: space-between; gap: 20px; color: #77716b; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.brand-detail-meta i { font-style: normal; }
.brand-detail-grid h3 { margin: auto 0 18px; font-family: var(--display); font-size: clamp(30px, 3.4vw, 50px); line-height: .92; font-weight: 400; text-transform: uppercase; letter-spacing: .02em; overflow-wrap: anywhere; }
.brand-detail-grid p { margin: 0 0 25px; color: #5e5954; font-size: 14px; line-height: 1.6; }
.brand-detail-grid a { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line-dark); color: var(--red); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.wiim-deep-dive { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper-2); }
.wiim-deep-copy { padding: 100px clamp(26px, 6vw, 96px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.wiim-deep-dive h2 { margin-bottom: 32px; font-size: clamp(52px, 6vw, 94px); }
.wiim-deep-copy > p { max-width: 650px; margin: 0 0 36px; color: #514c47; font-size: 17px; line-height: 1.7; }
.wiim-deep-dive figure { min-height: 760px; margin: 0; padding: 80px; display: grid; place-items: center; background: #dedbd3; }
.wiim-deep-dive figure img { width: min(100%, 620px); height: auto; aspect-ratio: 612 / 414; object-fit: contain; filter: drop-shadow(0 34px 28px rgba(0,0,0,.25)); }

.brand-page .subpage-hero > img { object-position: center 54%; filter: saturate(.35) contrast(1.08) brightness(.7); }
.brand-philosophy { border-top: 8px solid var(--red); }
.brand-signatures { display: grid; grid-template-columns: 1.25fr .85fr .9fr; background: #080809; border-top: 1px solid #333; }
.brand-signatures figure { min-width: 0; min-height: 660px; margin: 0; position: relative; overflow: hidden; border-right: 1px solid #333; }
.brand-signatures img { height: 100%; min-height: 660px; object-fit: cover; filter: saturate(.74) contrast(1.06); transition: transform .55s ease, filter .55s ease; }
.brand-signatures figure:nth-child(2) img { object-position: center 54%; }
.brand-signatures figure:nth-child(3) { background: #d9d6cf; }
.brand-signatures figure:nth-child(3) img { object-fit: contain; padding: 8%; }
.brand-signatures figure:hover img { transform: scale(1.02); filter: saturate(1) contrast(1.03); }
.brand-signatures figcaption { position: absolute; inset: auto 0 0; padding: 24px 26px; display: flex; align-items: end; justify-content: space-between; gap: 24px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.brand-signatures figcaption span { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.brand-signatures figcaption strong { font-family: var(--display); font-size: clamp(34px, 4vw, 62px); line-height: .9; font-weight: 400; letter-spacing: .02em; }
.brand-worlds { padding-top: 98px; }
.brand-world-list { border-top: 1px solid rgba(255,255,255,.58); }
.brand-world { padding: 58px 0 64px; border-bottom: 1px solid rgba(255,255,255,.32); }
.brand-world > header { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 30px; align-items: start; margin-bottom: 42px; }
.brand-world > header > span { padding-top: 12px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .12em; }
.brand-world > header h3 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(46px, 5vw, 74px); line-height: .92; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.brand-world > header p { max-width: 680px; margin: 0; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.65; }
.brand-world-items { margin-left: 102px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.18); }
.brand-world-item { min-height: 245px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); scroll-margin-top: 112px; }
.brand-world-item > span { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.brand-world-item h4 { margin: auto 0 16px; font-family: var(--display); font-size: clamp(28px, 3vw, 46px); line-height: .92; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; overflow-wrap: anywhere; }
.brand-world-item p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }

.about-page .subpage-hero > img { object-position: center 52%; }
.about-manifesto { border-top: 8px solid var(--red); }
.about-principles { padding: 108px clamp(26px, 7vw, 112px); display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); gap: clamp(60px, 8vw, 130px); }
.about-principles-head { display: flex; flex-direction: column; justify-content: space-between; }
.about-principles-head > p { margin: 90px 0 0; font-family: var(--display); font-size: clamp(62px, 7vw, 108px); line-height: .84; letter-spacing: .02em; }
.about-principles-head > p em { color: var(--red); font-style: normal; }
.principle-grid { border-top: 1px solid rgba(255,255,255,.56); }
.principle-grid article { min-height: 205px; padding: 30px 0; display: grid; grid-template-columns: 42px minmax(220px, .7fr) minmax(240px, 1fr); gap: 26px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.3); }
.principle-grid article > span { color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .12em; }
.principle-grid h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 4.3vw, 66px); line-height: .94; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.principle-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.65; }
.about-path { padding-top: 92px; }
.about-path-list { border-top: 1px solid var(--line-dark); }
.about-path-list article { min-height: 150px; padding: 32px 0; display: grid; grid-template-columns: 70px minmax(220px, .7fr) minmax(300px, 1fr); gap: clamp(28px, 5vw, 76px); align-items: center; border-bottom: 1px solid var(--line-dark); }
.about-path-list article > span { color: #817b75; font-size: 10px; letter-spacing: .12em; }
.about-path-list h2 { margin: 0; font-size: clamp(38px, 4.6vw, 66px); }
.about-path-list p { max-width: 650px; margin: 0; color: #5d5853; font-size: 16px; line-height: 1.65; }
.about-next-links { margin-top: 76px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.about-next-links a { min-height: 210px; padding: 24px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: background .2s ease, color .2s ease; }
.about-next-links a:hover { background: var(--red); color: #fff; }
.about-next-links span { grid-column: 1 / -1; color: #716b65; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.about-next-links a:hover span { color: rgba(255,255,255,.72); }
.about-next-links strong { align-self: end; font-family: var(--display); font-size: clamp(34px, 4vw, 56px); line-height: .95; font-weight: 400; text-transform: uppercase; }
.about-next-links .arrow-icon { width: 23px; height: 23px; align-self: end; color: var(--red); }
.about-next-links a:hover .arrow-icon { color: #fff; }

.showroom-overview .location-grid { margin-top: 0; }
.visit-guide { color: var(--ink); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.guide-grid article { min-height: 300px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.guide-grid article > span { font-size: 10px; color: #77716b; }
.guide-grid p { color: #625d58; }
.club-stage { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 150px); color: var(--ink); }
.stage-statement h2 { margin-bottom: 30px; }
.stage-statement > p { max-width: 620px; margin: 0; font-size: 18px; line-height: 1.7; }
.club-program-grid { border-top: 1px solid var(--ink); }
.club-program-grid article { padding: 26px 0; border-bottom: 1px solid var(--ink); }
.club-program-grid span { font-family: var(--display); font-size: 32px; line-height: 1; text-transform: uppercase; letter-spacing: .02em; }
.club-program-grid p { margin: 10px 0 0; color: #625d58; font-size: 14px; line-height: 1.6; }
.location-detail { padding: 100px clamp(26px, 7vw, 112px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.location-detail h2 { font-size: clamp(52px, 6vw, 92px); }
.opening-grid { display: grid; grid-template-columns: 100px 1fr; gap: 12px 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.45); }
.opening-grid span, .opening-grid small, .appointment-note > span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.opening-grid strong { font-family: var(--display); font-size: 28px; font-weight: 400; }
.opening-grid small { grid-column: 1 / -1; margin-top: 12px; color: rgba(255,255,255,.58); }
.appointment-note { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.45); }
.appointment-note strong { display: block; margin: 18px 0; font-family: var(--display); font-size: 36px; line-height: 1; font-weight: 400; text-transform: uppercase; }
.appointment-note p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }
.rheda-focus { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; }
.focus-image { min-height: 720px; padding: 70px; display: grid; place-items: center; background: #e0ddd5; }
.focus-image img { max-width: 650px; }
.focus-copy { padding: 90px clamp(26px, 6vw, 96px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.rheda-focus h2 { margin-bottom: 32px; font-size: clamp(52px, 6vw, 92px); }
.focus-copy > p { max-width: 630px; margin: 0 0 34px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }

.contact-band { padding: 82px clamp(26px, 7vw, 112px); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 9vw, 150px); align-items: end; color: #fff; background: var(--red); }
.contact-band > div > span { display: block; margin-bottom: 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.contact-band h2 { font-size: clamp(62px, 8vw, 124px); }
.contact-band p { max-width: 600px; margin: 26px 0 0; font-size: 18px; line-height: 1.6; }
.contact-band-actions { display: flex; flex-direction: column; }
.contact-band-actions a { padding: 17px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.72); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-band-actions a:first-child { border-top: 1px solid rgba(255,255,255,.72); }
.contact-band-actions .arrow-icon { width: 18px; height: 18px; }

footer { padding: 58px clamp(26px, 6vw, 96px) 32px; display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; gap: 38px; background: var(--ink); color: #fff; border-top: 1px solid #444; }
footer > div > span, .footer-brand span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.46); font: 9px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .1em; }
footer p { margin: 0; max-width: 270px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.footer-brand img { width: min(100%, 210px); margin-bottom: 18px; }
.footer-deep-link { margin-top: 10px; display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.footer-deep-link .arrow-icon { width: 13px; height: 13px; }
.footer-links { display: flex; gap: 16px; font: 10px/1 var(--sans); text-transform: uppercase; }
footer small { grid-column: 1 / -1; margin-top: 22px; padding-top: 20px; border-top: 1px solid #333; color: rgba(255,255,255,.35); font: 9px/1 var(--sans); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .locations-lockup { display: none; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .intro-grid, .experience-head, .services-head, .brands-head { grid-template-columns: 1fr; }
  .experience-head p, .services-head p, .brands-head > div { max-width: 620px; }
  .wiim-section { grid-template-columns: 1fr; }
  .wiim-visual { min-height: 620px; }
  .wiim-orbit { width: min(70vw, 520px); }
  .classics { grid-template-columns: 1fr; }
  .classics-gallery img { min-height: 650px; }
  .visit-title { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .brand-teaser-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-split, .subpage-heading, .catalog-head, .club-stage, .location-detail, .rheda-focus, .wiim-deep-dive, .contact-band { grid-template-columns: 1fr; }
  .subpage-heading .section-kicker, .catalog-head .section-kicker { margin-bottom: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-signatures { grid-template-columns: 1fr 1fr; }
  .brand-signatures figure:first-child { grid-column: 1 / -1; min-height: 520px; }
  .brand-signatures figure:first-child img { min-height: 520px; }
  .brand-world-items { margin-left: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-principles { grid-template-columns: 1fr; }
  .about-principles-head > p { margin-top: 30px; }
  .consultation-grid { grid-template-columns: 1fr; }
  .consultation-grid > .arrow-icon { --arrow-rotation: 90deg; justify-self: center; }
  .location-detail { align-items: start; }
  .rheda-focus .focus-image, .wiim-deep-dive figure { min-height: 560px; }
  .contact-band-actions { width: min(100%, 640px); }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .launch-strip { justify-content: flex-start; padding-inline: 16px; overflow: hidden; white-space: nowrap; }
  .site-header { min-height: 68px; padding-inline: 18px; }
  .wordmark { width: 180px; }
  .hero { height: 760px; min-height: 760px; }
  .hero-copy { padding: 78px 22px 30px; }
  .hero h1 { font-size: clamp(58px, 19vw, 90px); line-height: .91; letter-spacing: .015em; }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-rail { display: none; }
  .club-intro, .services, .experience, .brands, .visit { padding: 62px 22px 72px; }
  .section-index { margin-bottom: 40px; }
  .intro-grid h2, .experience h2, .wiim-section h2, .classics h2, .services h2, .brands h2, .subpage-section h2, .contact-band h2, .location-detail h2, .rheda-focus h2, .wiim-deep-dive h2 { font-size: clamp(44px, 13vw, 72px); line-height: .98; letter-spacing: .02em; }
  .intro-grid { gap: 40px; }
  .ticker { margin: 70px -22px -72px; }
  .highend-grid { grid-template-columns: 1fr; }
  .highend-card figure { aspect-ratio: 4 / 3; }
  .highend-card:nth-child(3) figure { aspect-ratio: 4 / 4.4; }
  .wiim-question { padding: 64px 22px 72px; }
  .wiim-kicker { margin-bottom: 36px; }
  .wiim-products { grid-template-columns: 1fr; }
  .wiim-visual { min-height: 520px; padding: 40px 24px; }
  .wiim-visual img { width: min(88vw, 380px); max-width: 100%; height: auto; aspect-ratio: 612 / 414; object-fit: contain; }
  .wiim-visual figcaption { flex-direction: column; }
  .classics-copy { padding: 64px 22px 70px; }
  .classics-gallery { grid-template-columns: 1fr; }
  .classics-gallery img { min-height: 580px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid > a { min-height: 220px; }
  .brand-list summary { min-height: 78px; grid-template-columns: 34px 1fr 26px; gap: 14px; }
  .brand-list summary strong { font-size: 28px; overflow-wrap: anywhere; }
  .brand-list details > div { padding: 0 12px 26px 48px; flex-direction: column; align-items: flex-start; }
  .visit h2 { font-size: clamp(82px, 25vw, 134px); line-height: .8; }
  .location-grid { margin-top: 70px; }
  .location-card { min-height: 480px; padding: 30px 24px; }
  .location-label { margin-bottom: 48px; }
  .location-card h3 { font-size: clamp(48px, 14vw, 72px); }
  .visit-contact { grid-template-columns: 1fr; gap: 38px; }
  .section-deep-link { margin-top: 38px; }
  .brand-teaser-grid { grid-template-columns: 1fr; }
  .brand-teaser-grid a { min-height: 112px; }
  .subpage-hero { min-height: 620px; padding-inline: 22px; }
  .subpage-graphic { width: 86vw; right: -38%; top: 12%; }
  .subpage-hero-inner { padding: 64px 0 52px; }
  .breadcrumb { margin-bottom: 48px; }
  .subpage-hero h1 { font-size: clamp(56px, 17vw, 88px); line-height: .9; }
  .subpage-hero-inner > p { margin-top: 28px; font-size: 17px; }
  .subpage-section, .brand-catalog, .location-detail, .contact-band { padding: 68px 22px 76px; }
  .editorial-split, .club-stage, .location-detail, .contact-band { gap: 48px; }
  .long-copy .lead { font-size: 22px; }
  .subpage-heading { margin-bottom: 44px; gap: 25px; }
  .process-grid, .brand-detail-grid, .guide-grid { grid-template-columns: 1fr; }
  .process-grid article, .guide-grid article { min-height: 245px; }
  .detail-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 45px; }
  .detail-intro p { font-size: 19px; }
  .service-detail-list > article { grid-template-columns: 1fr; gap: 24px; padding: 38px 0; }
  .detail-title h2 { font-size: 46px; }
  .classic-feature-grid { grid-template-columns: 1fr; }
  .classic-feature-grid figure, .classic-feature-grid img { min-height: 560px; }
  .catalog-head { gap: 28px; margin-bottom: 48px; }
  .catalog-head h2 { font-size: clamp(48px, 14vw, 76px); }
  .brand-detail-grid article { min-height: 285px; }
  .brand-signatures { grid-template-columns: 1fr; }
  .brand-signatures figure, .brand-signatures figure:first-child, .brand-signatures img, .brand-signatures figure:first-child img { min-height: 500px; }
  .brand-signatures figure:nth-child(3) img { padding: 12%; }
  .brand-worlds { padding-top: 68px; }
  .brand-world > header { grid-template-columns: 42px minmax(0, 1fr); gap: 16px; }
  .brand-world-items { grid-template-columns: 1fr; }
  .brand-world-item { min-height: 215px; }
  .about-principles { padding: 68px 22px 76px; gap: 50px; }
  .about-principles-head > p { margin-top: 22px; font-size: clamp(58px, 18vw, 84px); }
  .principle-grid article { min-height: 0; grid-template-columns: 36px 1fr; gap: 16px; }
  .principle-grid article > p { grid-column: 2; }
  .about-path-list article { grid-template-columns: 42px 1fr; gap: 16px; align-items: start; }
  .about-path-list article > p { grid-column: 2; }
  .about-next-links { grid-template-columns: 1fr; margin-top: 56px; }
  .about-next-links a { min-height: 180px; }
  .wiim-deep-dive figure, .rheda-focus .focus-image { min-height: 480px; padding: 38px 22px; }
  .wiim-deep-copy, .focus-copy { padding: 68px 22px 76px; }
  .club-program-grid span { font-size: 28px; }
  .opening-grid { grid-template-columns: 80px 1fr; }
  .contact-band p { font-size: 16px; }
  footer { padding: 44px 22px 28px; grid-template-columns: 1fr; }
}

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

.legal-content { max-width: 920px; margin: 0 auto; }
.legal-content h2 { margin: 0 0 38px; font-family: var(--display); font-size: clamp(54px, 7vw, 104px); line-height: .92; font-weight: 400; letter-spacing: .02em; }
.legal-content h3 { margin: 52px 0 14px; padding-top: 20px; border-top: 1px solid var(--line-dark); font-family: var(--display); font-size: clamp(30px, 4vw, 48px); line-height: 1; font-weight: 400; text-transform: uppercase; letter-spacing: .02em; }
.legal-content p { max-width: 780px; margin: 0 0 22px; color: #514c47; font-size: 16px; line-height: 1.75; }
.legal-content a:not(.dark-button) { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.legal-content .legal-note { margin-top: 58px; color: #77716b; font-size: 12px; }
.legal-content .dark-button { margin-top: 22px; }
@media (max-width: 720px) { .legal-content h3 { margin-top: 38px; } }
