:root {
  --ink: #0b0c0b;
  --paper: #f4f4f1;
  --white: #ffffff;
  --mint: #0e7d71;
  --mint-bright: #3ecfbb;
  --muted: #666a66;
  --line: rgba(11, 12, 11, 0.2);
  --side: clamp(22px, 5vw, 86px);
  --section-space: clamp(108px, 11vw, 190px);
  --fs-body: clamp(14px, 0.25vw + 13px, 16px);
  --fs-card-title: clamp(20px, 1vw + 15px, 28px);
  --fs-section-title: clamp(40px, 4.4vw, 68px);
  --fs-hero-title: clamp(48px, 4.8vw, 82px);
  --fs-proof-title: clamp(34px, 2.8vw, 44px);
  --fs-final-title: clamp(42px, 5.6vw, 88px);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
summary { font-feature-settings: "palt" 1; }

:lang(ja) {
  line-break: strict;
  word-break: normal;
}

@supports (word-break: auto-phrase) {
  :lang(ja) :where(p, li, dd, summary) { word-break: auto-phrase; }
}

.display-copy { text-wrap: balance; }
.text-phrase {
  display: inline-block;
  white-space: nowrap;
}
.display-number { font-weight: 500; }

p, li, dd, summary { text-wrap: pretty; }

main {
  min-width: 0;
  overflow-x: clip;
  animation: page-in 700ms ease both;
}

img {
  max-width: 100%;
  height: auto;
}
a { color: inherit; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }

.section {
  padding: var(--section-space) var(--side);
  background: var(--paper);
}

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

.section-label,
.eyebrow {
  margin-bottom: 0;
  color: var(--mint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.5;
}

.section-heading {
  display: grid;
  grid-template-columns: clamp(52px, 7vw, 112px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  max-width: 1260px;
  margin: 0 auto clamp(72px, 8vw, 126px);
}

.section-heading__index {
  margin: 3px 0 0;
  color: var(--mint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.section-heading h2 {
  max-width: 950px;
  margin: 24px 0 0;
  font-size: var(--fs-section-title);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.14;
}

.section-heading__description {
  max-width: 610px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: 1.9;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  min-height: 98px;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: clamp(26px, 3.4vw, 62px);
  padding: 0 var(--side);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 12px 16px;
  color: var(--white);
  background: var(--ink);
  text-decoration: none;
  font-size: 12px;
  transform: translateY(-160%);
}

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

.hero[id],
.section[id] { scroll-margin-top: 98px; }

.wordmark {
  width: fit-content;
  color: var(--ink);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
}

.wordmark__sub {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.brand-logo {
  display: block;
  width: min(100%, 423px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 423 / 99;
  object-fit: contain;
  object-position: left center;
}

a.brand-logo {
  line-height: 0;
  text-decoration: none;
}

.brand-logo > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 423 / 99;
  object-fit: contain;
  object-position: inherit;
}

.brand-logo--header {
  width: clamp(165px, 16vw, 230px);
  min-width: 0;
}

.brand-logo--access {
  width: min(100%, 300px);
  margin: 0 0 50px;
}

.brand-logo--footer {
  width: min(100%, 240px);
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 38px);
}

.global-nav a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.global-nav a:hover,
.global-nav a:focus-visible { color: var(--mint); }

.booking-link {
  display: inline-flex;
  min-width: 246px;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.booking-link:hover {
  border-color: var(--mint);
  background: var(--mint);
}

.booking-link--mint {
  color: var(--ink);
  border-color: var(--mint-bright);
  background: var(--mint-bright);
}

.booking-link--mint:hover {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.header-cta {
  min-width: 176px;
  min-height: 50px;
  gap: 16px;
  padding: 0 20px;
}
.header-cta > span:first-child { white-space: nowrap; }

.hero {
  --hero-copy-width: max(390px, 31vw);
  position: relative;
  display: grid;
  min-height: calc(100svh - 98px);
  grid-template-columns: var(--hero-copy-width) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  padding-left: var(--side);
  background: var(--white);
  overflow: hidden;
}

.hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(66px, 8vh, 116px) 0 clamp(50px, 7vh, 90px);
}

.eyebrow { margin: 0 0 clamp(28px, 4vh, 48px); }

.hero h1 {
  width: max-content;
  max-width: 82vw;
  margin: 0;
  font-size: var(--fs-hero-title);
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--ink) 0 calc(var(--hero-copy-width) - 1px),
    var(--white) var(--hero-copy-width) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 1.12;
}

.hero h1 span { color: inherit; }
.hero-title__line { white-space: nowrap; }
.hero-title__number { font-weight: 500; }

.hero__lead {
  max-width: 462px;
  margin: clamp(34px, 5vh, 56px) 0 0;
  padding-right: 34px;
  font-size: var(--fs-body);
  line-height: 1.9;
}

.hero__actions {
  display: flex;
  align-items: flex-start;
  margin-top: 34px;
}

.hero__primary-action {
  display: grid;
  width: min(100%, 310px);
  gap: 12px;
}

.hero__best-rate {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.hero__best-rate span {
  color: var(--mint);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
}

.primary-cta { min-width: min(250px, 100%); }

.hero__booking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 11.5px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.hero__booking-meta li + li {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}

.hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #d9d9d5;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(72%, 720px);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.22) 70%, transparent 100%);
  pointer-events: none;
}

.hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center;
}

.hero__visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 1;
  color: var(--white);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.hero__facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 74px;
  padding-right: var(--side);
  border-top: 1px solid var(--line);
}

.hero__facts p {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0 24px;
  border-right: 1px solid var(--line);
  font-size: clamp(14px, 1.05vw, 15px);
  letter-spacing: 0.04em;
}

.hero__facts p:first-child { padding-left: 0; }
.hero__facts p:last-child { border-right: 0; }
.hero__facts span { color: var(--mint); font-size: 10px; font-weight: 600; }

.proof {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 1.35fr);
  gap: clamp(56px, 8vw, 120px);
  padding: clamp(110px, 11vw, 176px) var(--side);
  background: #eeeeeb;
}

.proof__heading h2 {
  margin: 24px 0 0;
  font-size: var(--fs-proof-title);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.proof .section-label,
.proof__list > p > span:first-child { color: #0c756a; }

.proof__list { border-top: 1px solid var(--ink); }

.proof__list p {
  display: grid;
  grid-template-columns: minmax(130px, 0.5fr) 1fr;
  gap: 26px;
  align-items: center;
  min-height: 106px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.6;
}

.proof__list > p > span:first-child {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(72px, 7vw, 112px) var(--side);
  color: var(--white);
  background: var(--ink);
}

.availability h2 {
  margin: 18px 0 12px;
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 300;
  letter-spacing: -0.045em;
}

.availability p:last-child {
  margin-bottom: 0;
  color: #a6aaa6;
  font-size: 12px;
}

.wide-visual {
  max-width: 1450px;
  margin: 0 auto;
}

.wide-visual img {
  display: block;
  width: 100%;
  height: min(65vw, 820px);
  object-fit: cover;
}

.wide-visual figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.reason-list {
  max-width: 1260px;
  margin: clamp(88px, 9vw, 146px) auto 0;
  border-top: 1px solid var(--ink);
}

.reason {
  display: grid;
  grid-template-columns: clamp(52px, 7vw, 112px) minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  padding: clamp(32px, 4vw, 58px) 0;
  border-bottom: 1px solid var(--line);
}

.reason__number {
  margin: 4px 0 0;
  color: var(--mint);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.reason h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.45;
}

.reason > p:last-child {
  max-width: 520px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: 1.9;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1580px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.use-scroll-guide { display: none; }

.use-card { background: var(--paper); }
.use-card figure { margin: 0; overflow: hidden; background: #d9d9d5; }

.use-card img {
  display: block;
  width: 100%;
  height: clamp(260px, 28vw, 460px);
  object-fit: cover;
  transition: transform 600ms ease;
}

.use-card:nth-child(4) img { object-position: center; }
.use-card:hover img { transform: scale(1.018); }

.use-card__copy { min-height: 232px; padding: 28px 26px 34px; }
.use-card__copy > p:first-child {
  margin-bottom: 32px;
  color: var(--mint);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.use-card h3 {
  min-height: 2.8em;
  margin-bottom: 18px;
  font-size: var(--fs-card-title);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.4;
}

.use-card__copy > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.section-cta {
  display: flex;
  max-width: 1260px;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 5vw, 80px);
  margin: clamp(58px, 6vw, 96px) auto 0;
}

.section-cta > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.gallery {
  display: grid;
  grid-template-columns:
    minmax(90px, 0.58fr)
    minmax(160px, 0.9fr)
    minmax(380px, 1.75fr)
    minmax(160px, 0.9fr)
    minmax(90px, 0.58fr);
  gap: clamp(10px, 1.3vw, 22px);
  align-items: center;
  margin: 0 calc(var(--side) * -1);
}

.gallery__guide { display: none; }

.gallery figure {
  margin: 0;
  overflow: hidden;
  background: #dbdcd8;
}

.gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__main { height: min(46vw, 700px); grid-column: 3; grid-row: 1; }
.gallery__side { height: min(38vw, 560px); grid-row: 1; }
.gallery__side--left { grid-column: 2; }
.gallery__side--right { grid-column: 4; }
.gallery__peek { height: min(31vw, 460px); grid-row: 1; }
.gallery__peek--left { grid-column: 1; }
.gallery__peek--right { grid-column: 5; }
.gallery__side--left img { object-position: 72% center; }
.gallery__side--right img { object-position: 30% center; }

.gallery__caption {
  display: flex;
  width: min(72vw, 1180px);
  justify-content: space-between;
  margin: 22px auto 0;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.gallery__caption p { margin: 0; }
.gallery__caption p:last-child { color: var(--muted); }

.space-specs {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.1fr) minmax(270px, 0.85fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
  max-width: 1360px;
  margin: clamp(110px, 12vw, 196px) auto 0;
}

.space-specs__lead h3 {
  margin: 24px 0 30px;
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.45;
}

.space-specs__lead > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: 1.9;
}

.floorplan {
  margin: 0;
  padding: clamp(18px, 2vw, 34px);
  border: 1px solid var(--line);
  background: var(--white);
}

.floorplan img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.space-metrics { margin: 0; border-top: 1px solid var(--ink); }
.space-metrics div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 18px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.space-metrics dt {
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.space-metrics dd {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.equipment {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 128px);
  max-width: 1260px;
  margin: clamp(108px, 11vw, 178px) auto 0;
}

.equipment__list { border-top: 1px solid var(--ink); }
.equipment__row {
  display: grid;
  grid-template-columns: minmax(160px, 0.6fr) 1fr;
  gap: 26px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid var(--line);
}

.equipment__row p { margin: 0; font-size: 13px; line-height: 1.6; }
.equipment__row p:first-child {
  color: var(--mint);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.free-rentals {
  max-width: 1450px;
  margin: clamp(88px, 9vw, 150px) auto 0;
  padding: clamp(42px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
}

.free-rentals__header {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
  padding-bottom: clamp(36px, 4vw, 58px);
  border-bottom: 1px solid #515451;
}

.free-rentals .section-label { color: var(--mint-bright); }

.free-rentals__header h3 {
  margin: -8px 0 18px;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.free-rentals__header > div > p {
  max-width: 620px;
  margin: 0;
  color: #b7bbb7;
  font-size: 13px;
  line-height: 1.85;
}

.free-rentals__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.free-rentals__list li {
  min-width: 0;
  min-height: 280px;
  padding: clamp(30px, 3.2vw, 50px) clamp(18px, 2.4vw, 36px) 34px;
  border-left: 1px solid #515451;
  border-bottom: 1px solid #515451;
  text-align: center;
}

.free-rentals__list li:nth-child(3n + 1) { border-left: 0; }
.free-rentals__list li:nth-last-child(-n + 3) { border-bottom: 0; }

.free-rentals__icon {
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  color: var(--white);
}

.free-rentals__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.free-rentals__list h4 {
  margin: 0 0 10px;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 400;
  line-height: 1.65;
}

.free-rentals__list p {
  margin: 0;
  color: #b7bbb7;
  font-size: 13px;
  line-height: 1.7;
}

.facility-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 52px);
  max-width: 1450px;
  margin: clamp(88px, 9vw, 150px) auto 0;
}

.facility-photos figure { margin: 0; }
.facility-photos img {
  display: block;
  width: 100%;
  height: min(42vw, 640px);
  object-fit: cover;
}

.facility-photos figcaption {
  margin-top: 16px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.booking-flow .section-label,
.final-cta .section-label { color: var(--mint-bright); }

.price-table {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  border-top: 1px solid var(--ink);
  border-collapse: collapse;
  table-layout: fixed;
}

.price-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.price-col--plan { width: 42%; }
.price-col--time { width: 23%; }
.price-col--amount { width: 35%; }

.price-table thead th {
  height: 48px;
  padding: 0;
  border-bottom: 1px solid var(--line);
  color: var(--mint);
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.price-table thead th:last-child { text-align: right; }
.price-row > * {
  height: 108px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  text-align: left;
}

.price-row th { font-size: clamp(19px, 1.7vw, 27px); font-weight: 400; }
.price-plan__name,
.price-plan__qualifier { display: inline-block; }
.price-plan__qualifier {
  margin-left: 0.45em;
  color: var(--muted);
  font-size: 0.64em;
  white-space: nowrap;
}
.price-row td:nth-child(2) { color: var(--muted); font-size: 13px; line-height: 1.6; }
.price-row td:last-child {
  text-align: right;
}

.price-row td:last-child strong {
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.price-row td:last-child small {
  margin-left: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.price-row td:last-child span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.price__note {
  display: flex;
  max-width: 1260px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 46px auto 0;
}

.price__note > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.official-rate {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr) minmax(220px, auto);
  column-gap: clamp(30px, 5vw, 84px);
  row-gap: 12px;
  max-width: 1260px;
  margin: 0 auto clamp(58px, 6vw, 88px);
  padding: clamp(32px, 3.5vw, 48px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.official-rate::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: clamp(48px, 6vw, 88px);
  height: 1px;
  background: var(--mint);
}

.official-rate > .section-label {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-width: 0;
  margin: 0;
  padding-top: 5px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.5;
}

.official-rate > h3 {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.official-rate__description {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

.official-rate__cta {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  min-width: 220px;
}

.official-rate h3 {
  margin: 0;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.official-rate p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.official-rate strong {
  display: inline-block;
  margin-left: 0.16em;
  border-bottom: 2px solid var(--mint);
  color: var(--mint);
  font-weight: 600;
  white-space: nowrap;
}

.booking-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1260px;
  margin: clamp(72px, 7vw, 110px) auto 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.booking-notes article {
  min-height: 290px;
  padding: 34px clamp(24px, 3vw, 44px) 42px;
  border-left: 1px solid var(--line);
}

.booking-notes article:first-child { border-left: 0; }
.booking-notes article > p:first-child {
  margin-bottom: 44px;
  color: var(--mint);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.booking-notes h3 {
  margin-bottom: 22px;
  font-size: clamp(21px, 1.7vw, 27px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.booking-notes article > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.regular-rental {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  column-gap: clamp(56px, 8vw, 132px);
  row-gap: clamp(42px, 5vw, 76px);
  padding: var(--section-space) max(var(--side), calc((100vw - 1450px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.regular-rental__intro {
  grid-row: 1 / span 2;
  align-self: start;
  max-width: 520px;
}

.regular-rental__intro h2 {
  margin: 24px 0 30px;
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1.14;
  text-wrap: balance;
}

.regular-rental__title-break { display: block; }

.regular-rental__intro > p:last-child {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: 1.9;
}

.regular-rental__use-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: start;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
  list-style: none;
}

.regular-rental__use-cases > * {
  min-width: 0;
  margin: 0;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.65;
}

.regular-rental__use-cases > li > span {
  display: block;
  margin-bottom: clamp(24px, 2.8vw, 38px);
  color: var(--mint);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
}

.regular-rental__use-cases :where(p, span, strong) {
  overflow-wrap: anywhere;
}

.regular-rental__action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid var(--ink);
}

.regular-rental__action > p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.regular-rental__link {
  display: inline-flex;
  width: min(100%, 300px);
  min-width: 260px;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.regular-rental__link:hover {
  border-color: var(--mint);
  background: var(--mint);
}

.booking-flow {
  display: grid;
  grid-template-columns: minmax(290px, 0.8fr) minmax(420px, 1.35fr) minmax(260px, 0.72fr);
  min-height: 680px;
  color: var(--white);
  background: var(--ink);
}

.booking-flow__intro {
  display: flex;
  justify-content: center;
  padding: clamp(86px, 9vw, 148px) clamp(28px, 3.6vw, 56px);
  flex-direction: column;
  border-right: 1px solid #3e403e;
}

.booking-flow__intro h2 {
  margin: 26px 0 38px;
  font-size: clamp(34px, 2.7vw, 44px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1.3;
}

.booking-flow__intro > p:last-child {
  max-width: 440px;
  margin-bottom: 0;
  color: #b7bbb7;
  font-size: 14px;
  line-height: 1.9;
}

.steps {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: clamp(70px, 7vw, 114px) clamp(36px, 5vw, 80px);
  flex-direction: column;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 44px minmax(160px, 0.75fr) 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 32px 0;
  border-top: 1px solid #414341;
}

.steps li:last-child { border-bottom: 1px solid #414341; }
.steps span { color: var(--mint-bright); font-size: 9px; font-weight: 600; letter-spacing: 0.16em; }
.steps h3 { margin: 0; font-size: 18px; font-weight: 400; }
.steps p { margin: 0; color: #aeb1ae; font-size: 13px; line-height: 1.75; }

.booking-flow__action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 28px;
  border-left: 1px solid #3e403e;
  flex-direction: column;
  text-align: center;
}

.booking-flow__action p {
  margin: 24px 0;
  color: #9fa39f;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.booking-flow__action .booking-link { width: 100%; min-width: 0; }

.faq-list {
  max-width: 1260px;
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  display: grid;
  min-height: 100px;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 26px;
  padding-right: 64px;
  cursor: pointer;
  font-size: clamp(16px, 1.55vw, 23px);
  font-weight: 400;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--mint); font-size: 9px; font-weight: 600; letter-spacing: 0.16em; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 12px;
  font-size: 28px;
  font-weight: 300;
}

.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p {
  max-width: 760px;
  margin: -8px 0 0 106px;
  padding: 0 64px 38px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.access__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  max-width: 1450px;
  margin: 0 auto;
  border: 1px solid var(--line);
}

.access__map {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: #e8e8e5;
}

.access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
  border: 0;
}

.access__map figcaption {
  position: static;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: right;
}

.access__details {
  display: flex;
  justify-content: center;
  padding: clamp(54px, 6vw, 96px);
  border-left: 0;
  flex-direction: column;
}

.access__brand {
  margin-bottom: 50px;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.access__brand span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.access address {
  margin-bottom: 46px;
  font-size: 15px;
  font-style: normal;
  line-height: 2;
}

.access dl { margin: 0 0 48px; border-top: 1px solid var(--ink); }
.access dl div {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) 1fr;
  gap: 20px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid var(--line);
}

.access dt { color: var(--mint); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; }
.access dd { margin: 0; font-size: 14px; line-height: 1.6; }
.access__actions { display: grid; gap: 12px; }
.access .booking-link { width: 100%; }

.map-link {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: color 180ms ease, background-color 180ms ease;
}

.map-link:hover { color: var(--white); background: var(--ink); }

.access-route {
  max-width: 1450px;
  margin: clamp(86px, 9vw, 142px) auto 0;
}

.access-subheading {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 84px);
  align-items: start;
  padding: 30px 0 clamp(46px, 6vw, 82px);
  border-top: 1px solid var(--ink);
}

.access-subheading h3 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1.15;
}

.access-route__steps {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.access-route__steps li {
  display: flex;
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
}

.access-route__steps li:nth-child(1) { grid-column: 1; grid-row: 1; }
.access-route__steps li:nth-child(2) { grid-column: 1; grid-row: 2; }
.access-route__steps li:nth-child(3) { grid-column: 2; grid-row: 1 / span 2; }

.access-route__visual {
  height: clamp(250px, 23vw, 340px);
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #eeeeeb;
}

.access-route__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-route__copy { flex: 1; padding: 28px 28px 36px; }
.access-route__step--text { background: #f3f3f0; }
.access-route__step--text .access-route__copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.access-route__copy > span {
  display: block;
  margin-bottom: 28px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.access-route__copy h4 {
  margin: 0 0 18px;
  font-size: clamp(19px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 1.45;
}
.access-route__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.access-logistics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1450px;
  margin: clamp(72px, 8vw, 120px) auto 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.access-logistics article {
  min-width: 0;
  padding: clamp(30px, 3.2vw, 48px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.access-logistics h3 {
  margin: 24px 0 18px;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 500;
  line-height: 1.45;
}

.access-logistics article > p:not(.section-label, .access-logistics__note) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.access-logistics article > a,
.access-logistics li a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.access-logistics ul { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.access-logistics li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.access-logistics li a { display: flex; justify-content: space-between; gap: 16px; }
.access-logistics li p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.access-logistics__note { margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.final-cta {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  padding: clamp(100px, 12vw, 190px) var(--side);
  color: var(--white);
  background: var(--ink);
  flex-direction: column;
  text-align: center;
}

.final-cta h2 {
  margin: 32px 0 42px;
  font-size: var(--fs-final-title);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 1.14;
}

.final-cta > p:nth-of-type(2) {
  margin-bottom: 46px;
  color: #bfc2bf;
  font-size: 14px;
  line-height: 1.9;
}

.final-cta__note {
  margin: 24px 0 0;
  color: #8e928e;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.site-footer {
  display: grid;
  min-height: 300px;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: start;
  gap: 70px;
  padding: 72px var(--side);
  border-top: 1px solid #444;
  color: var(--white);
  background: var(--ink);
}

.wordmark--footer { color: var(--white); }
.site-footer nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px 42px;
}

.site-footer nav a {
  color: #a8aba8;
  text-decoration: none;
  font-size: 11px;
}

.site-footer nav a:hover { color: var(--white); }
.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #777b77;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.site-footer__copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.site-footer__copyright a {
  color: #a8aba8;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-footer__copyright a:hover { color: var(--white); }

:where(.hero__facts, .reason__number, .use-card__copy, .space-metrics, .price-table) {
  font-variant-numeric: tabular-nums;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}

.booking-flow a:focus-visible,
.final-cta a:focus-visible,
.site-footer a:focus-visible { outline-color: var(--mint-bright); }

@keyframes page-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1240px) {
  .site-header { grid-template-columns: minmax(205px, 1fr) auto auto; }
  .global-nav a:nth-last-child(-n + 2) { display: none; }
  .use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .use-card img { height: min(48vw, 520px); }

  .space-specs {
    grid-template-columns: minmax(260px, 0.8fr) minmax(340px, 1.2fr);
  }
  .space-metrics { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .space-metrics div:nth-child(odd) { padding-right: 30px; }
  .space-metrics div:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line); }

  .booking-flow {
    grid-template-columns: minmax(290px, 0.8fr) minmax(430px, 1.2fr);
  }
  .booking-flow__action {
    grid-column: 1 / -1;
    min-height: 210px;
    padding: 40px var(--side);
    border-top: 1px solid #3e403e;
    border-left: 0;
    flex-direction: row;
    gap: 32px;
  }
  .booking-flow__action p { margin: 0; }
  .booking-flow__action .booking-link { width: min(300px, 100%); }
}

@media (max-width: 980px) {
  :root {
    --side: 20px;
    --section-space: 100px;
    --fs-hero-title: clamp(40px, 6.8vw, 56px);
    --fs-section-title: clamp(36px, 6.2vw, 52px);
    --fs-proof-title: clamp(34px, 5vw, 42px);
    --fs-final-title: clamp(40px, 7.5vw, 64px);
  }

  .site-header {
    min-height: 78px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
  .brand-logo--header { width: min(200px, 100%); }
  .global-nav { display: none; }
  .header-cta {
    min-width: 142px;
    min-height: 44px;
    padding: 0 15px;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(430px, 62svh) auto auto;
    padding-left: 0;
  }
  .hero__copy { grid-row: 2; padding: 58px var(--side) 62px; }
  .hero h1 {
    width: auto;
    max-width: none;
    color: var(--ink);
    background: none;
    -webkit-text-fill-color: currentColor;
    font-size: var(--fs-hero-title);
    line-height: 1.18;
  }
  .hero h1 span { color: inherit; }
  .hero__lead { max-width: 600px; padding-right: 0; }
  .hero__visual { grid-row: 1; }
  .hero__visual::after { display: none; }
  .hero__visual img { min-height: 0; object-position: center 68%; }
  .hero__facts {
    grid-row: 3;
    grid-template-columns: 1fr;
    padding: 0 var(--side);
  }
  .hero__facts p,
  .hero__facts p:first-child {
    min-height: 58px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hero__facts p:last-child { border-bottom: 0; }

  .proof { grid-template-columns: 1fr; gap: 64px; }
  .proof__heading h2 { max-width: 650px; }

  .reason {
    grid-template-columns: 52px minmax(260px, 0.8fr) minmax(260px, 1fr);
    gap: 24px;
  }

  .space-specs { grid-template-columns: 1fr 1.1fr; }
  .equipment { grid-template-columns: 1fr; gap: 34px; }
  .free-rentals__header { grid-template-columns: 1fr; gap: 24px; }
  .free-rentals__header h3 { margin-top: 0; }
  .free-rentals__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .free-rentals__list li {
    border-bottom: 1px solid #515451;
  }
  .free-rentals__list li:nth-child(3n + 1) { border-left: 1px solid #515451; }
  .free-rentals__list li:nth-child(odd) { border-left: 0; }
  .free-rentals__list li:nth-last-child(-n + 3) { border-bottom: 1px solid #515451; }
  .free-rentals__list li:nth-last-child(-n + 2) { border-bottom: 0; }

  .access__grid { grid-template-columns: 1fr; }
  .access__details { border-top: 0; border-left: 0; }
  .access__map { min-height: 520px; border-top: 1px solid var(--line); border-left: 0; }
  .access__map iframe { min-height: 520px; }
  .access-logistics { grid-template-columns: 1fr; }
  .access-logistics article { border-bottom: 1px solid var(--line); }

  .regular-rental {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
  .regular-rental__intro {
    grid-row: auto;
    max-width: 680px;
  }
  .regular-rental__title-break { display: none; }

  .gallery__guide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin: -34px 0 18px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .gallery__guide p { margin: 0; }
  .gallery__guide nav { display: flex; gap: 2px; }
  .gallery__guide a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    text-underline-offset: 4px;
  }
  .gallery__guide a:hover,
  .gallery__guide a:focus-visible { color: var(--mint); }
  .gallery {
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-columns: min(82vw, 560px);
    grid-auto-flow: column;
    gap: 12px;
    margin: 0 calc(var(--side) * -1) 0 0;
    padding-right: max(0px, calc(100vw - var(--side) - min(82vw, 560px)));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline-start: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery figure,
  .gallery__main,
  .gallery__side,
  .gallery__peek {
    height: min(68vw, 520px);
    grid-column: auto;
    grid-row: 1;
    scroll-margin-block-start: 142px;
    scroll-margin-inline-start: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .gallery__caption { width: 100%; padding: 0 var(--side); }
  .access__map iframe { pointer-events: none; }
}

@media (max-width: 760px) {
  :root {
    --fs-card-title: clamp(20px, 5.8vw, 24px);
    --fs-hero-title: clamp(28px, 8.75vw, 34px);
    --fs-section-title: clamp(31px, 8.5vw, 38px);
    --fs-proof-title: clamp(31px, 8vw, 36px);
    --fs-final-title: clamp(34px, 9.5vw, 44px);
  }

  .desktop-break { display: none; }

  .section-heading {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 64px;
  }
  .section-heading h2 { margin-top: 18px; font-size: var(--fs-section-title); }
  .section-heading__description { margin-top: 24px; }

  .proof { padding-top: 88px; padding-bottom: 88px; }
  .proof__list p { grid-template-columns: 1fr; gap: 10px; padding: 24px 0; }

  .availability {
    align-items: stretch;
    padding-top: 72px;
    padding-bottom: 72px;
    flex-direction: column;
  }
  .availability__cta { width: 100%; }

  .wide-visual { margin: 0 calc(var(--side) * -1); }
  .wide-visual img { height: min(78vw, 560px); }
  .wide-visual figcaption { padding: 0 var(--side); }

  .free-rentals {
    margin-right: calc(var(--side) * -1);
    margin-left: calc(var(--side) * -1);
    padding: 54px var(--side);
  }
  .free-rentals__header { padding-bottom: 34px; }
  .free-rentals__header h3 { font-size: clamp(28px, 8vw, 36px); }
  .free-rentals__list { grid-template-columns: 1fr; }
  .free-rentals__list li {
    display: grid;
    min-height: 0;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 2px 20px;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid #515451;
    border-left: 0;
    text-align: left;
  }
  .free-rentals__list li:nth-child(3n + 1),
  .free-rentals__list li:nth-child(odd) { border-left: 0; }
  .free-rentals__list li:nth-last-child(-n + 2) { border-bottom: 1px solid #515451; }
  .free-rentals__list li:last-child { border-bottom: 0; }
  .free-rentals__icon {
    width: 58px;
    height: 58px;
    grid-row: 1 / span 2;
    margin: 0;
  }
  .free-rentals__list h4,
  .free-rentals__list p { grid-column: 2; }
  .free-rentals__list h4 { margin-bottom: 0; }

  .reason {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }
  .reason h3 { font-size: 24px; }
  .reason > p:last-child { grid-column: 2; margin-top: 14px; }

  .use-scroll-guide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin: -34px 0 18px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .use-scroll-guide p { margin: 0; }
  .use-scroll-guide nav { display: flex; gap: 2px; }
  .use-scroll-guide a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    text-underline-offset: 4px;
  }
  .use-scroll-guide a:hover,
  .use-scroll-guide a:focus-visible { color: var(--mint); }
  .use-grid {
    grid-template-columns: none;
    grid-auto-columns: min(82vw, 540px);
    grid-auto-flow: column;
    margin-right: calc(var(--side) * -1);
    overflow-x: auto;
    border-right: 0;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .use-grid::-webkit-scrollbar { display: none; }
  .use-card { scroll-snap-align: start; scroll-snap-stop: always; }
  .use-card[id] { scroll-margin-inline-start: 0; }
  .use-card img { height: min(74vw, 460px); }
  .use-card__copy { min-height: 0; }
  .use-card h3 { min-height: 0; }

  .section-cta { align-items: stretch; flex-direction: column; }
  .section-cta .booking-link { width: 100%; }

  .space-specs { grid-template-columns: 1fr; gap: 44px; margin-top: 96px; }
  .space-metrics { grid-column: auto; grid-template-columns: 1fr; }
  .space-metrics div:nth-child(odd),
  .space-metrics div:nth-child(even) { padding-right: 0; padding-left: 0; border-left: 0; }

  .equipment__row { grid-template-columns: minmax(120px, 0.6fr) 1fr; }
  .facility-photos { grid-template-columns: 1fr; }
  .facility-photos img { height: min(78vw, 540px); }

  .price-col--plan { width: 39%; }
  .price-col--time { width: 20%; }
  .price-col--amount { width: 41%; }
  .price-table thead th { font-size: 11px; letter-spacing: 0.06em; }
  .price-row > * { height: 112px; padding: 20px 4px 20px 0; }
  .price-row th { font-size: 16px; line-height: 1.45; }
  .price-row td:nth-child(2) { font-size: 12px; line-height: 1.45; }
  .price-row td:last-child { padding-right: 0; }
  .price-row td:last-child strong { font-size: clamp(28px, 4.6vw, 38px); }
  .price-row td:last-child span { display: block; margin: 5px 0 0; font-size: 11px; }
  .price__note { align-items: stretch; flex-direction: column; }
  .price__note .booking-link { width: 100%; }

  .official-rate {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 auto 52px;
    padding: 30px 0;
  }
  .official-rate > .section-label,
  .official-rate > h3,
  .official-rate__description,
  .official-rate__cta {
    grid-column: 1;
    grid-row: auto;
  }
  .official-rate > .section-label { padding-top: 0; }
  .official-rate__cta {
    width: min(100%, 320px);
    margin-top: 8px;
  }

  .regular-rental { row-gap: 38px; }
  .regular-rental__intro h2 {
    margin-top: 20px;
    font-size: clamp(32px, 8.5vw, 42px);
  }
  .regular-rental__use-cases { grid-template-columns: 1fr; }
  .regular-rental__use-cases > * { padding: 26px 24px; }
  .regular-rental__action {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 28px;
  }
  .regular-rental__link {
    width: 100%;
    min-width: 0;
  }

  .booking-notes { grid-template-columns: 1fr; }
  .booking-notes article {
    min-height: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .booking-notes article:first-child { border-top: 0; }

  .booking-flow { grid-template-columns: 1fr; }
  .booking-flow__intro { border-right: 0; border-bottom: 1px solid #3e403e; }
  .steps { padding: 42px var(--side) 70px; }
  .booking-flow__action {
    grid-column: auto;
    min-height: 240px;
    padding: 50px var(--side);
    flex-direction: column;
  }
  .booking-flow__action .booking-link { width: 100%; }

  .faq-list summary {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding-right: 44px;
  }
  .faq-list details > p { margin-left: 44px; padding-right: 24px; }

  .access__map,
  .access__map iframe { min-height: 380px; }
  .access-subheading { grid-template-columns: 1fr; gap: 24px; }
  .access-route__steps { grid-template-columns: 1fr; grid-template-rows: auto; }
  .access-route__steps li:nth-child(1),
  .access-route__steps li:nth-child(2),
  .access-route__steps li:nth-child(3) { grid-column: 1; grid-row: auto; }
  .access-route__visual { height: min(66vw, 430px); }

  .final-cta { min-height: 680px; }
  .final-cta h2 { font-size: var(--fs-final-title); }
  .final-cta .booking-link { width: 100%; max-width: 360px; }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 48px;
    padding-bottom: 72px;
    text-align: center;
  }
  .site-footer > .wordmark--footer {
    display: flex;
    width: 100%;
    justify-content: center;
    justify-self: stretch;
  }
  .brand-logo--footer {
    width: min(100%, 220px);
    margin-inline: auto;
    object-position: center;
  }
  .site-footer nav {
    width: 100%;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }
  .site-footer > p {
    width: 100%;
    grid-column: auto;
    justify-content: center;
    line-height: 1.8;
    text-align: center;
    text-wrap: balance;
  }
  .site-footer__copyright > span { white-space: nowrap; }

}

@media (max-width: 680px) {
  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td { display: block; }
  .price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .price-table .price-row {
    display: grid;
    grid-template-areas:
      "plan amount"
      "condition amount";
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    border-bottom: 1px solid var(--line);
  }
  .price-row > * {
    height: auto;
    padding: 0;
    border-bottom: 0;
  }
  .price-row th {
    grid-area: plan;
    padding-top: 24px;
    font-size: 18px;
    line-height: 1.45;
  }
  .price-row td:nth-child(2) {
    grid-area: condition;
    padding: 6px 0 24px;
    font-size: 12px;
  }
  .price-row td:last-child {
    grid-area: amount;
    align-self: center;
    padding: 24px 0;
  }
  .price-row td:last-child strong { font-size: clamp(25px, 7.8vw, 34px); }
  .price-row td:last-child small { margin-left: 5px; font-size: 11px; }
  .price-row td:last-child span { margin-top: 5px; font-size: 11px; }
}

@media (max-width: 520px) {
  :root { --side: 18px; --section-space: 88px; }

  .site-header { padding: 0 12px; }
  .brand-logo--header { width: min(150px, 100%); }
  .wordmark { font-size: 13px; letter-spacing: 0.09em; }
  .wordmark__sub { margin-top: 6px; font-size: 9px; letter-spacing: 0.1em; }
  .header-cta { min-width: 118px; gap: 8px; padding: 0 8px; font-size: 11px; }

  .hero { grid-template-rows: minmax(350px, 55svh) auto auto; }
  .hero__copy { padding-top: 48px; padding-bottom: 52px; }
  .eyebrow { margin-bottom: 24px; }
  .hero h1 { font-size: var(--fs-hero-title); letter-spacing: -0.055em; }
  .hero__lead { margin-top: 28px; font-size: 14px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .booking-link { width: 100%; }
  .hero__booking-meta { flex-direction: column; gap: 3px; }
  .hero__booking-meta li + li { padding-left: 0; border-left: 0; }

  .section-heading { grid-template-columns: 1fr; }
  .section-heading__index { margin-bottom: 12px; }

  .proof__heading h2 { font-size: var(--fs-proof-title); }
  .availability h2 { font-size: 30px; line-height: 1.35; }
  .booking-link { min-width: 0; width: 100%; }

  .reason { grid-template-columns: 1fr; }
  .reason h3,
  .reason > p:last-child { grid-column: 1; }
  .reason > p:last-child { margin-top: 4px; }

  .use-card__copy { padding: 24px 20px 30px; }

  .space-specs__lead h3 { font-size: clamp(28px, 8.4vw, 34px); }
  .space-metrics div { grid-template-columns: 1fr; gap: 6px; }
  .equipment__row { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }

  .gallery__caption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .gallery__caption p:last-child { display: none; }

  .steps li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
  .steps p { grid-column: 2; }

  .faq-list summary { min-height: 90px; font-size: 15px; }
  .access__map,
  .access__map iframe { min-height: 310px; }
  .access__details { padding: 48px 22px; }
  .brand-logo--access {
    width: min(100%, 235px);
    margin-bottom: 38px;
  }
  .access__brand { margin-bottom: 38px; }
  .access address { margin-bottom: 34px; }
  .access dl { margin-bottom: 38px; }
  .access dl div { grid-template-columns: 1fr; gap: 6px; padding: 15px 0; }
  .access-route { margin-top: 82px; }
  .access-subheading { padding-bottom: 42px; }
  .access-subheading h3 { font-size: clamp(30px, 9vw, 38px); }
  .access-route__copy { padding: 24px 22px 30px; }
  .access-route__copy > span { margin-bottom: 20px; }
  .access-logistics { margin-top: 70px; }
  .access-logistics article { padding: 30px 22px; }

  .final-cta h2 { font-size: var(--fs-final-title); }
}

@media (max-width: 360px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 114px;
    gap: 8px;
  }
  .brand-logo--header { width: min(145px, 100%); }
  .wordmark { font-size: 12px; letter-spacing: 0.06em; }
  .wordmark__sub { display: block; font-size: 9px; }
  .header-cta {
    min-width: 114px;
    gap: 6px;
    padding: 0 6px;
    font-size: 10.5px;
  }

  .price-table .price-row {
    grid-template-areas:
      "plan"
      "condition"
      "amount";
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .price-row td:last-child {
    padding: 0 0 24px;
    text-align: left;
  }
}

@media (max-width: 760px) and (max-height: 680px) {
  .hero { grid-template-rows: minmax(230px, 42svh) auto auto; }
  .hero__copy { padding-top: 36px; padding-bottom: 46px; }
  .eyebrow { margin-bottom: 18px; }
}

@media (max-width: 360px) and (max-height: 600px) {
  .hero { grid-template-rows: minmax(190px, 35svh) auto auto; }
  .hero__copy { padding-top: 28px; }
  .eyebrow { margin-bottom: 14px; }
  .hero__lead { margin-top: 20px; }
}

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

@media (forced-colors: active) {
  .hero h1 {
    color: CanvasText;
    background: none;
    -webkit-text-fill-color: currentColor;
  }
}
