:root {
  --ink: #111111;
  --charcoal: #191919;
  --charcoal-soft: #272727;
  --muted: #66615b;
  --line: #ded8cf;
  --paper: #f7f4ee;
  --paper-strong: #eee6da;
  --white: #ffffff;
  --red: #e32925;
  --red-dark: #ad1c19;
  --wood: #c99a62;
  --wood-soft: #efe0cc;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.16);
}

@keyframes liquidGlassFlow {
  0% {
    transform: translate3d(-4%, -6%, 0) scale(1);
    opacity: 0.62;
  }

  50% {
    transform: translate3d(5%, 4%, 0) scale(1.08);
    opacity: 0.9;
  }

  100% {
    transform: translate3d(3%, -3%, 0) scale(1.03);
    opacity: 0.7;
  }
}

@keyframes liquidGlassSheen {
  0%,
  38% {
    transform: translateX(-140%) skewX(-18deg);
  }

  68%,
  100% {
    transform: translateX(145%) skewX(-18deg);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 50%;
  display: grid;
  width: min(1160px, calc(100% - 32px));
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: var(--white);
  background: rgba(10, 10, 10, 0.74);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.site-header.solid {
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-grid;
  align-items: center;
  min-width: 0;
  place-items: center;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.brand:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.42);
}

.brand-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 6px;
  background: #0d0d0d;
  box-shadow: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: fit-content;
  justify-self: end;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 750;
}

.nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
}

.btn,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  gap: 9px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.btn {
  padding: 0 22px;
}

.nav-cta {
  min-height: 50px;
  justify-self: end;
  padding: 0 20px;
  color: var(--white);
  background: var(--red);
}

.btn.primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 34px rgba(227, 41, 37, 0.28);
}

.btn.primary,
.nav-cta {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, rgba(227, 41, 37, 0.96), rgba(173, 28, 25, 0.96));
  box-shadow:
    0 18px 42px rgba(227, 41, 37, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -16px 24px rgba(95, 0, 0, 0.22),
    inset 0 0 16px rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 2px rgba(40, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(12px) saturate(1.35);
  backdrop-filter: blur(12px) saturate(1.35);
}

.btn.primary::before,
.nav-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -58%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.7) 0 7%, transparent 18%),
    radial-gradient(circle at 74% 32%, rgba(255, 122, 122, 0.42) 0 12%, transparent 28%),
    radial-gradient(circle at 55% 78%, rgba(112, 0, 0, 0.36) 0 13%, transparent 30%);
  filter: blur(12px);
  animation: liquidGlassFlow 5.8s ease-in-out infinite alternate;
  pointer-events: none;
}

.btn.primary::after,
.nav-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -45%;
  bottom: -45%;
  left: 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  filter: blur(7px);
  opacity: 0.5;
  animation: liquidGlassSheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.btn.primary > *,
.nav-cta > * {
  position: relative;
  z-index: 1;
}

.btn.primary:hover,
.nav-cta:hover {
  transform: translateY(-2px) scale(1.015);
  filter: brightness(1.08);
  box-shadow:
    0 22px 52px rgba(227, 41, 37, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -16px 24px rgba(95, 0, 0, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.15);
}

.btn.primary:active,
.nav-cta:active {
  transform: translateY(1px) scale(0.99);
  filter: brightness(0.96);
}

.btn.primary:disabled {
  transform: none;
  filter: none;
}

.btn.primary:disabled::before,
.btn.primary:disabled::after {
  animation: none;
  opacity: 0.22;
}

.btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.btn.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.btn.dark {
  color: var(--white);
  background: var(--charcoal);
}

.home-hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  padding: 108px clamp(20px, 5vw, 72px) 38px;
  color: var(--white);
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 42%, rgba(0, 0, 0, 0.5) 74%, rgba(0, 0, 0, 0.66) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.hero-inner,
.section-inner,
.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 780px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.76);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #f6d7d5;
  font-size: 0.92rem;
  font-weight: 900;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7.3vw, 6.15rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.proof-item {
  min-height: 86px;
  padding: 17px;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(10px);
}

.proof-item strong {
  display: block;
  font-size: 1.18rem;
}

.proof-item span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.35;
}

.scroll-showcase {
  --scroll-progress: 0;
  --container-rotate: 20deg;
  --container-scale: 1.05;
  --container-y: -48px;
  --cover-y: 0%;
  --cover-scale: 1;
  --flip-shadow: 0.18;
  --scroll-title-y: 0px;
  --scroll-visual-scale: 1.03;
  position: relative;
  min-height: 80rem;
  padding: clamp(32px, 4vw, 58px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 16% 10%, rgba(227, 41, 37, 0.3), transparent 30%),
    linear-gradient(145deg, #070707 0%, #171717 54%, #2a0908 100%);
  overflow: hidden;
}

.scroll-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent);
}

.scroll-sticky {
  position: sticky;
  top: 74px;
  z-index: 1;
  display: grid;
  width: min(1180px, 100%);
  min-height: calc(100svh - 74px);
  align-content: center;
  align-items: center;
  justify-items: center;
  gap: 0;
  margin: 0 auto;
  perspective: 1000px;
}

.scroll-showcase-title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(var(--scroll-title-y));
  transition: transform 120ms linear;
}

.scroll-showcase-title h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.5rem, 5.8vw, 6rem);
  line-height: 0.98;
}

.scroll-showcase-title p:last-child {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.68;
}

.scroll-card {
  width: min(1040px, 100%);
  min-height: min(640px, 74svh);
  margin: 0 auto;
  padding: clamp(8px, 1.7vw, 24px);
  border: 4px solid #6c6c6c;
  border-radius: 30px;
  background: #222222;
  box-shadow:
    0 0 rgba(0, 0, 0, 0.3),
    0 calc(9px * var(--flip-shadow)) calc(20px * var(--flip-shadow)) rgba(0, 0, 0, 0.29),
    0 calc(37px * var(--flip-shadow)) calc(37px * var(--flip-shadow)) rgba(0, 0, 0, 0.26),
    0 calc(84px * var(--flip-shadow)) calc(50px * var(--flip-shadow)) rgba(0, 0, 0, 0.15),
    0 calc(149px * var(--flip-shadow)) calc(60px * var(--flip-shadow)) rgba(0, 0, 0, 0.04);
  transform: translateY(var(--container-y)) rotateX(var(--container-rotate)) scale(var(--container-scale));
  transform-origin: center center;
  transition: transform 120ms linear;
  will-change: transform;
}

.scroll-card-screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 0;
  min-height: min(592px, 68svh);
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: var(--paper);
}

.scroll-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--charcoal);
}

.scroll-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transform: scale(var(--scroll-visual-scale));
  transition: transform 120ms linear;
}

.scroll-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 22% 18%, rgba(227, 41, 37, 0.34), transparent 32%);
}

.scroll-visual-badge {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.58);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.scroll-visual-badge strong {
  font-size: 1rem;
}

.scroll-visual-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.scroll-info {
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: clamp(20px, 3vw, 34px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 238, 0.98)),
    var(--paper);
}

.scroll-label {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.scroll-info h3 {
  max-width: 430px;
  margin: 8px 0 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.02;
}

.scroll-sizes {
  display: grid;
  gap: 12px;
}

.scroll-sizes article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.07);
}

.scroll-sizes img {
  width: 74px;
  height: 64px;
  object-fit: contain;
  border-radius: 7px;
  background: var(--white);
}

.scroll-sizes strong {
  display: block;
  font-size: 1.12rem;
}

.scroll-sizes span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 850;
}

.scroll-sizes span s,
.flip-sizes span s,
.volume-option em s,
.price s {
  color: rgba(102, 97, 91, 0.72);
  font-weight: 850;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}

.scroll-sizes span em,
.flip-sizes span em {
  color: var(--ink);
  font-style: normal;
  font-weight: 950;
}

.scroll-sizes b {
  width: max-content;
  max-width: 182px;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--white);
  background: #128447;
  font-size: 0.74rem;
  line-height: 1.1;
  text-align: center;
}

.scroll-sizes .is-featured {
  border-color: rgba(17, 17, 17, 0.38);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.14);
}

.scroll-sizes .is-featured b {
  background: var(--ink);
}

.scroll-sizes .is-unavailable {
  background: #fff1f0;
}

.scroll-sizes .is-unavailable img {
  opacity: 0.46;
  filter: grayscale(100%);
}

.scroll-sizes .is-unavailable strong,
.scroll-sizes .is-unavailable span {
  color: var(--red-dark);
  text-decoration: line-through;
}

.scroll-sizes .is-unavailable b {
  background: var(--red-dark);
}

.scroll-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
}

.scroll-card-footer span {
  max-width: 310px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.45;
}

.flip-book {
  position: relative;
  width: 100%;
  min-height: min(640px, 74svh);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 22px;
  background: var(--paper);
  perspective: 1500px;
}

.flip-book::before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -30px;
  left: 8%;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  filter: blur(22px);
  opacity: calc(0.48 + var(--flip-shadow) * 0.38);
  transform: scaleX(calc(0.78 + var(--scroll-progress) * 0.18));
}

.flip-base-page,
.flip-page {
  min-height: min(640px, 74svh);
  border-radius: 18px;
}

.flip-base-page {
  --flip-page-pad: clamp(20px, 3.4vw, 34px);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: 14px;
  padding: var(--flip-page-pad);
  color: var(--ink);
  border: 1px solid rgba(17, 17, 17, 0.12);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 5%, transparent 95%, rgba(0, 0, 0, 0.05)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 238, 0.98));
  box-shadow: inset 24px 0 38px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.flip-base-page::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52px;
  width: 1px;
  background: rgba(173, 28, 25, 0.18);
}

.flip-base-copy {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.flip-base-copy h3 {
  max-width: 620px;
  margin: 8px 0 0;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 0.98;
}

.flip-base-copy p {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.54;
}

.flip-sizes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.flip-sizes article {
  display: grid;
  grid-template-rows: 74px auto auto;
  gap: 8px;
  min-height: 158px;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.08);
}

.flip-sizes img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
}

.flip-sizes strong {
  display: block;
  font-size: 1.24rem;
}

.flip-sizes span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}

.flip-sizes b {
  align-self: end;
  justify-self: center;
  width: fit-content;
  max-width: 190px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--white);
  background: #128447;
  font-size: 0.76rem;
  line-height: 1.1;
}

.flip-sizes .is-featured {
  border-color: rgba(17, 17, 17, 0.5);
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.15);
}

.flip-sizes .is-featured b {
  background: var(--ink);
}

.flip-sizes .is-unavailable {
  background: #fff1f0;
}

.flip-sizes .is-unavailable img {
  opacity: 0.48;
  filter: grayscale(100%);
}

.flip-sizes .is-unavailable strong,
.flip-sizes .is-unavailable span {
  color: var(--red-dark);
  text-decoration: line-through;
}

.flip-sizes .is-unavailable b {
  background: var(--red-dark);
}

.flip-base-footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
  text-align: center;
}

.flip-base-footer span {
  max-width: 360px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.45;
}

.flip-page {
  position: absolute;
  z-index: 3;
  inset: 0;
  transform: translateY(var(--cover-y)) scale(var(--cover-scale));
  transform-origin: top center;
  transition: transform 120ms linear;
  pointer-events: none;
  will-change: transform;
}

.flip-page::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -18px;
  left: 2%;
  height: 48px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent);
  opacity: calc(0.18 + var(--scroll-progress) * 0.46);
  transform: translateZ(2px);
  pointer-events: none;
}

.flip-face {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  border-radius: 24px;
}

.flip-front {
  color: var(--white);
  background: var(--charcoal);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.flip-front img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transform: scale(var(--scroll-visual-scale));
  transition: transform 120ms linear;
}

.flip-front::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 18% 18%, rgba(227, 41, 37, 0.44), transparent 34%);
}

.flip-front-content {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 620px;
  padding: clamp(24px, 5vw, 54px);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}

.flip-front-content span,
.flip-front .scroll-label {
  color: #ff6f69;
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.flip-front-content strong {
  display: block;
  max-width: 560px;
  margin-top: 10px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.92;
}

.flip-front-content small {
  display: block;
  max-width: 480px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .scroll-showcase {
    min-height: 60rem;
  }

  .scroll-sticky {
    position: sticky;
    top: 70px;
    min-height: calc(100svh - 70px);
  }

  .scroll-card {
    min-height: min(540px, 72svh);
    transform: translateY(var(--container-y)) rotateX(var(--container-rotate)) scale(var(--container-scale));
  }

  .flip-book,
  .flip-base-page,
  .flip-page {
    min-height: min(500px, 68svh);
  }

  .scroll-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .scroll-card-footer .btn {
    width: 100%;
  }

  .flip-sizes {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flip-sizes article {
    grid-template-columns: 92px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    min-height: auto;
  }

  .flip-sizes img {
    width: 92px;
    height: 76px;
  }

  .flip-base-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .flip-base-footer .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .scroll-showcase {
    padding-right: 18px;
    padding-left: 18px;
  }

  .scroll-card {
    border-width: 3px;
    border-radius: 20px;
  }

  .flip-base-page {
    padding: 20px;
    border-radius: 16px;
  }

  .flip-base-page::before {
    display: none;
  }

  .scroll-card-screen {
    border-radius: 14px;
  }

  .flip-sizes article {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .flip-sizes b {
    grid-column: 2;
  }

  .flip-sizes img {
    width: 64px;
    height: 58px;
  }

  .scroll-sizes article {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .scroll-sizes b {
    grid-column: 2;
  }

  .scroll-sizes img {
    width: 58px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-showcase {
    --scroll-progress: 1;
    --container-rotate: 0deg;
    --container-scale: 1;
    --container-y: 48px;
    --cover-y: -112%;
    --cover-scale: 0.98;
    --flip-shadow: 1;
    --scroll-title-y: -100px;
    --scroll-visual-scale: 1.03;
  }

  .scroll-showcase-title,
  .scroll-card,
  .scroll-visual img,
  .flip-page,
  .flip-front img {
    transition: none;
  }

  .flip-page {
    display: none;
  }
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

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

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

.section-kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-weight: 950;
}

.section.dark .section-kicker {
  color: #ffb2ad;
}

.section-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-copy {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.section.dark .section-copy {
  color: rgba(255, 255, 255, 0.76);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
}

.booking-panel,
.story-panel,
.location-panel,
.article-card,
.size-card,
.feature-card,
.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.08);
}

.booking-panel {
  padding: 24px;
}

.booking-panel h2 {
  margin: 0;
  font-size: 1.45rem;
}

.booking-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.booking-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.field label,
.radio-label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  border: 1px solid #cfc7ba;
  border-radius: 8px;
  background: var(--white);
  outline-color: var(--red);
}

.field textarea {
  min-height: 104px;
  padding-top: 12px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.volume-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.volume-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.volume-option span {
  display: grid;
  min-height: 204px;
  grid-template-rows: 108px auto auto auto;
  align-content: start;
  gap: 5px;
  padding: 10px;
  border: 1px solid #cfc7ba;
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
  font-weight: 950;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.volume-option img {
  width: 100%;
  height: 108px;
  object-fit: contain;
  padding: 4px;
  border-radius: 7px;
  background: var(--white);
  transition: transform 220ms ease;
}

.volume-option strong {
  display: block;
  line-height: 1.05;
}

.volume-option small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.volume-option em {
  color: var(--ink);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 950;
}

.volume-option em s {
  margin-right: 5px;
}

.volume-option b {
  width: fit-content;
  min-height: 22px;
  padding: 3px 7px;
  border-radius: 6px;
  color: var(--white);
  background: var(--red);
  font-size: 0.7rem;
  line-height: 1.1;
}

.availability-pill.available {
  background: #128447;
}

.availability-pill.unavailable {
  background: var(--red-dark);
}

.volume-option.unavailable-option span {
  border-color: rgba(227, 41, 37, 0.55);
  background: #fff1f0;
  cursor: not-allowed;
}

.volume-option.unavailable-option img {
  opacity: 0.48;
  filter: grayscale(100%);
}

.volume-option.unavailable-option strong,
.volume-option.unavailable-option em {
  color: var(--red-dark);
  text-decoration: line-through;
}

.volume-option.unavailable-option small {
  color: var(--red-dark);
}

.volume-option:hover span {
  border-color: rgba(227, 41, 37, 0.42);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.1);
  transform: translateY(-2px);
}

.volume-option:hover img {
  transform: translateY(-4px) scale(1.04);
}

.volume-option.unavailable-option:hover span,
.volume-option.unavailable-option:hover img {
  border-color: rgba(227, 41, 37, 0.55);
  box-shadow: none;
  transform: none;
}

.volume-option input:checked + span {
  color: var(--ink);
  border-color: var(--red);
  background: #fff7f6;
  box-shadow: 0 0 0 3px rgba(227, 41, 37, 0.14), 0 16px 34px rgba(227, 41, 37, 0.16);
  transform: translateY(-3px);
}

.volume-option input:checked + span img {
  transform: translateY(-5px) scale(1.06);
}

.volume-option input:checked + span small {
  color: var(--red-dark);
}

.booking-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px;
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: var(--paper-strong);
}

.booking-summary > div {
  min-width: 0;
}

.booking-summary span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.booking-summary strong {
  display: block;
  margin-top: 2px;
  font-size: 1.25rem;
}

.booking-summary small {
  display: block;
  margin-top: 4px;
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

#summary-price {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
  white-space: nowrap;
}

.request-status {
  min-height: 22px;
  margin: -4px 0 0;
  color: #225c3b;
  font-size: 0.83rem;
  font-weight: 850;
  line-height: 1.45;
}

.request-status.error {
  color: var(--red-dark);
}

.steps-grid,
.sizes-grid,
.features-grid,
.blog-grid,
.story-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step {
  min-height: 236px;
  padding: 26px;
  border-top: 4px solid var(--red);
  border-radius: 8px;
  background: var(--white);
}

.step-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: var(--white);
  background: var(--charcoal);
  font-weight: 950;
}

.step h3,
.size-card h3,
.feature-card h3,
.blog-card h3,
.article-card h2,
.story-panel h3,
.location-panel h2 {
  margin: 0;
  font-size: 1.25rem;
}

.step p,
.size-card p,
.feature-card p,
.blog-card p,
.article-card p,
.story-panel p,
.location-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.sizes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.size-card {
  min-height: 330px;
  padding: 24px;
}

.size-illustration {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin: -4px 0 18px;
  border-radius: 8px;
  background: var(--white);
}

.size-card.featured {
  color: var(--white);
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.size-card.featured p,
.size-card.featured li,
.size-card.featured .volume small {
  color: rgba(255, 255, 255, 0.76);
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--red-dark);
  background: #ffe1df;
  font-size: 0.78rem;
  font-weight: 950;
}

.badge.unavailable {
  color: var(--white);
  background: var(--red-dark);
}

.size-card.featured .badge {
  color: var(--white);
  background: var(--red);
}

.availability {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  margin: 0 0 16px 8px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
}

.availability.available {
  background: #128447;
}

.availability.unavailable {
  background: var(--red-dark);
}

.size-card.unavailable-card {
  border-color: rgba(227, 41, 37, 0.38);
  background: #fff7f6;
}

.size-card.unavailable-card .size-illustration {
  opacity: 0.52;
  filter: grayscale(100%);
}

.size-card.unavailable-card h3,
.size-card.unavailable-card .volume,
.size-card.unavailable-card .price {
  color: var(--red-dark);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.size-card.unavailable-card p,
.size-card.unavailable-card li,
.size-card.unavailable-card .volume small,
.size-card.unavailable-card .price small {
  color: var(--red-dark);
}

.volume {
  margin: 20px 0 0;
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.volume small {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 850;
}

.price {
  margin-top: 12px;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.price s {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.18rem;
  vertical-align: 0.18em;
}

.price small {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 850;
}

.pricing-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.07);
}

.pricing-note strong {
  font-weight: 950;
}

.pricing-note span {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.size-card.featured .price {
  color: var(--white);
}

.size-card.featured .price s,
.size-card.featured .volume small {
  color: rgba(255, 255, 255, 0.64);
}

.size-card.featured .price small {
  color: rgba(255, 255, 255, 0.76);
}

.clean-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: var(--muted);
}

.clean-list li::before,
.feature-card p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--red);
}

.features-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  min-height: 190px;
  padding: 24px;
}

.location-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: stretch;
}

.map-panel {
  min-height: 360px;
  display: grid;
  align-content: end;
  padding: 28px;
  color: var(--white);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.68)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 22px),
    var(--charcoal);
}

.map-pin {
  width: 54px;
  height: 54px;
  margin-bottom: 78px;
  border: 10px solid var(--red);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--white);
}

.map-panel h3 {
  margin: 0;
  font-size: 1.7rem;
}

.map-panel p {
  max-width: 430px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.google-map {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.security-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(227, 41, 37, 0.24);
  border-radius: 8px;
  background: #fff7f6;
}

.security-highlight h3 {
  margin: 12px 0 0;
  font-size: 1.45rem;
}

.security-highlight p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.security-highlight .clean-list {
  margin: 0;
}

.request-lockup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.security-badge,
.review-mark {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  font-size: 0.8rem;
  font-weight: 950;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 0.75fr));
  gap: 18px;
  margin-top: 34px;
}

.review-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.08);
}

.review-card-main {
  color: var(--white);
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.review-card h3 {
  margin: 16px 0 0;
  font-size: 1.25rem;
}

.review-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.review-card-main p {
  color: rgba(255, 255, 255, 0.75);
}

.review-card .btn {
  width: fit-content;
  margin-top: 22px;
}

.cta-band {
  padding: clamp(48px, 7vw, 78px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--charcoal);
}

.cta-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-inner h2 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.cta-inner p {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.page-hero {
  padding: 142px clamp(20px, 5vw, 72px) 70px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.62)),
    url("keepbox-closed-doors-hero.png");
  background-position: center;
  background-size: cover;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 6vw, 5rem);
}

.page-hero p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.13rem;
  line-height: 1.65;
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  margin-bottom: 34px;
}

.founder-photo-link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.founder-photo-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(17, 17, 17, 0.16);
}

.founder-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 56% 30%;
}

.founder-copy .section-copy + .section-copy {
  margin-top: 12px;
}

.founder-copy .btn {
  margin-top: 24px;
}

.story-panel,
.location-panel,
.article-card,
.blog-card {
  padding: 24px;
}

.story-panel.accent {
  color: var(--white);
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.story-panel.accent p {
  color: rgba(255, 255, 255, 0.76);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
}

.info-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.info-list li {
  display: grid;
  gap: 3px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.info-list strong {
  color: var(--ink);
}

.info-list span {
  color: var(--muted);
  line-height: 1.45;
}

.legal-hero h1 {
  max-width: 820px;
}

.legal-layout {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.08);
}

.legal-card h2 {
  max-width: 780px;
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.08;
}

.legal-card p {
  max-width: 840px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.legal-card a {
  color: var(--red-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-rows {
  display: grid;
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.legal-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.legal-row span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
}

.legal-row strong {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
}

.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
  min-height: 280px;
}

.blog-card time,
.article-card time {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 950;
}

.blog-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--red-dark);
  font-weight: 950;
}

.article-card h2 a {
  color: inherit;
}

.article-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red-dark);
  font-weight: 950;
}

.article-list {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.article-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
}

.article-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--white);
  background: var(--charcoal);
  font-size: 0.8rem;
  font-weight: 950;
}

.blog-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}

.blog-post-card,
.blog-post-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.blog-post-card {
  padding: clamp(26px, 5vw, 58px);
}

.blog-post-aside {
  position: sticky;
  top: 92px;
  padding: 22px;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.blog-post-content h2 {
  margin: 38px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.08;
}

.blog-post-content h3 {
  margin: 28px 0 10px;
  font-size: 1.18rem;
}

.blog-post-content p,
.blog-post-content li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.blog-post-content ul,
.blog-post-content ol {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 22px;
}

.blog-post-content table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  border-radius: 8px;
  font-size: 0.95rem;
}

.blog-post-content th,
.blog-post-content td {
  padding: 13px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.blog-post-content th {
  color: var(--ink);
  background: var(--paper-strong);
}

.blog-post-content blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: #fff7f6;
}

.blog-post-aside h2 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.blog-post-aside p {
  color: var(--muted);
  line-height: 1.6;
}

.request-shell {
  min-height: 100vh;
  padding: 0 clamp(18px, 4vw, 64px) 48px;
  background: #f6f7f8;
}

.request-heading {
  width: min(1420px, 100%);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
}

.request-heading h1 {
  margin: 0;
  color: #303030;
  font-size: clamp(2.25rem, 4.8vw, 4.1rem);
  line-height: 1;
}

.back-button {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.18);
}

.back-button span {
  width: 20px;
  height: 20px;
  border-bottom: 6px solid #2d2d2d;
  border-left: 6px solid #2d2d2d;
  transform: rotate(45deg) translate(3px, -3px);
}

.request-main {
  width: min(1420px, 100%);
  margin: 0 auto;
}

.contact-card {
  display: grid;
  gap: 30px;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid #e1e5e8;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.12);
}

.contact-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 16px 20px;
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: var(--paper);
}

.contact-selection div {
  display: grid;
  gap: 3px;
}

.contact-selection span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.contact-selection strong {
  font-size: 1.25rem;
}

.contact-selection a {
  color: var(--red-dark);
  font-weight: 950;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 58px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field.full {
  grid-column: 1 / -1;
}

.contact-field label {
  color: #5d5d5d;
  font-size: 1.2rem;
  font-weight: 500;
}

.contact-field input,
.contact-field select,
.phone-field,
.country-field {
  width: 100%;
  min-height: 78px;
  color: #313131;
  border: 1.5px solid #8f8f8f;
  border-radius: 7px;
  background: var(--white);
  outline-color: var(--red);
}

.contact-field input,
.contact-field select {
  padding: 0 24px;
  font-size: 1.35rem;
}

.contact-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #2d2d2d 50%),
    linear-gradient(135deg, #2d2d2d 50%, transparent 50%);
  background-position:
    calc(100% - 28px) 50%,
    calc(100% - 18px) 50%;
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
}

.phone-field,
.country-field {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.phone-field input,
.country-field input {
  min-height: 76px;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.belgium-flag {
  display: inline-grid;
  grid-template-columns: repeat(3, 16px);
  width: 48px;
  height: 30px;
  flex: 0 0 auto;
  margin-left: 24px;
}

.belgium-flag span:nth-child(1) {
  background: #000000;
}

.belgium-flag span:nth-child(2) {
  background: #ffe100;
}

.belgium-flag span:nth-child(3) {
  background: #ed2939;
}

.phone-prefix {
  margin-left: 16px;
  color: #555555;
  font-size: 1.45rem;
}

.country-field button {
  display: grid;
  width: 64px;
  height: 76px;
  flex: 0 0 auto;
  place-items: center;
  color: #333333;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1;
}

.legal-checks {
  display: grid;
  gap: 24px;
  margin-top: 12px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #303030;
  font-size: 1.35rem;
  line-height: 1.35;
}

.check-row input {
  appearance: none;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 4px solid #d40000;
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
}

.check-row input:checked {
  background: var(--red);
  box-shadow: inset 0 0 0 5px var(--white);
}

.check-row a {
  color: #d40000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.btn.dark-outline {
  color: var(--charcoal);
  border: 1px solid #cfc7ba;
  background: var(--white);
}

footer {
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.56);
  background: #080808;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.92rem;
}

.footer-inner a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 850;
}

@media (max-width: 1020px) {
  .nav {
    display: flex;
  }

	  .booking-layout,
	  .location-teaser,
	  .location-layout,
	  .security-highlight,
	  .article-card,
	  .blog-post-layout,
	  .founder-profile,
	  .contact-grid {
	    grid-template-columns: 1fr;
	  }

  .blog-post-aside {
    position: static;
  }

  .founder-photo-link {
    max-width: 320px;
  }

  .sizes-grid,
  .features-grid,
  .reviews-grid,
  .blog-grid,
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    justify-self: stretch;
    gap: 0;
    font-size: 0.68rem;
  }

  .nav a {
    justify-content: center;
    min-width: 0;
    min-height: 42px;
    padding: 5px 3px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .brand {
    min-width: 0;
    padding: 3px;
    border-radius: 10px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .nav-cta {
    min-height: 44px;
    max-width: 100%;
    padding: 0 13px;
    font-size: 0.82rem;
  }

  .home-hero {
    min-height: 82svh;
    padding: 86px 18px 24px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .hero-lede {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.52;
  }

  .hero-actions,
  .proof-strip,
  .form-row,
  .volume-options,
  .steps-grid,
  .sizes-grid,
  .features-grid,
  .reviews-grid,
  .blog-grid,
  .story-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .footer-inner {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .proof-strip {
    display: none;
  }

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .booking-panel {
    padding: 18px;
  }

  .step,
  .size-card,
  .feature-card,
  .review-card,
  .blog-card {
    min-height: auto;
  }

  .security-highlight {
    padding: 20px;
  }

  .review-card .btn {
    width: 100%;
  }

  .cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

	  .page-hero {
	    padding: 112px 18px 54px;
	  }

	  .request-shell {
	    padding: 0 14px 32px;
	  }

	  .request-heading {
	    gap: 12px;
	    margin-bottom: 16px;
	    padding-top: 12px;
	  }

	  .request-heading h1 {
	    font-size: clamp(2rem, 10vw, 3rem);
	  }

	  .back-button {
	    width: 56px;
	    height: 56px;
	  }

	  .back-button span {
	    width: 16px;
	    height: 16px;
	    border-bottom-width: 5px;
	    border-left-width: 5px;
	  }

	  .contact-card {
	    gap: 22px;
	    padding: 22px;
	    border-radius: 16px;
	  }

	  .contact-grid {
	    gap: 22px;
	  }

	  .contact-field label {
	    font-size: 1rem;
	  }

	  .contact-field input,
	  .contact-field select,
	  .phone-field,
	  .country-field {
	    min-height: 58px;
	  }

	  .contact-field input,
	  .contact-field select {
	    padding: 0 14px;
	    font-size: 1rem;
	  }

	  .phone-field input,
	  .country-field input,
	  .country-field button {
	    min-height: 56px;
	    height: 56px;
	  }

	  .belgium-flag {
	    grid-template-columns: repeat(3, 12px);
	    width: 36px;
	    height: 24px;
	    margin-left: 14px;
	  }

	  .phone-prefix {
	    margin-left: 10px;
	    font-size: 1.05rem;
	  }

	  .check-row {
	    gap: 14px;
	    font-size: 1rem;
	  }

	  .check-row input {
	    width: 28px;
	    height: 28px;
	    border-width: 3px;
	  }

	  .contact-actions {
	    flex-direction: column;
	  }
	}
