:root {
  --background: #000000;
  --foreground: #ffffff;
  --muted: rgba(255, 255, 255, 0.62);
  --soft: rgba(255, 255, 255, 0.13);
  --paper: #f6f0e6;
  --paper-muted: #ddd4c6;
  --ink: #101010;
  --cover: #020202;
  --hero-logo-size: min(192px, 46vw);
  --hero-image-top: -7%;
  --hero-image-left: -10%;
  --hero-image-width: 120%;
  --hero-image-x: 7vw;
  --album-width: min(1080px, 70vw);
  --album-ratio: 1.56;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans), Arial, Helvetica, sans-serif;
}

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

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

a:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.74);
  outline-offset: 5px;
}

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

h1,
h2,
p,
figure {
  margin: 0;
}

h1,
h2 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 500;
}

main {
  min-height: 100vh;
  overflow-x: clip;
  background: #000000;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent);
}

.brand img {
  width: 58px;
  height: 58px;
  border: 1px solid var(--soft);
  border-radius: 50%;
  object-fit: cover;
}

.nav__links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.nav__links a {
  transition: color 200ms ease;
}

.nav__links a:hover {
  color: var(--foreground);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
  isolation: isolate;
  overflow: hidden;
}

.hero__image,
.hero__shade {
  position: absolute;
}

.hero__image {
  top: var(--hero-image-top);
  left: var(--hero-image-left);
  z-index: -3;
  width: var(--hero-image-width);
  height: 114%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
  opacity: 1;
  filter: grayscale(1) brightness(0.46) contrast(1.08);
  transform: translate3d(var(--hero-image-x), 0, 0) scale(1.02);
}

.hero__shade {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.94));
}

.hero__content {
  width: min(520px, 100%);
  text-align: center;
}

.hero__lens-stage {
  position: relative;
  display: grid;
  width: var(--hero-logo-size);
  aspect-ratio: 1;
  margin: 0 auto 34px;
  place-items: center;
  overflow: visible;
}

.hero__lens {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  opacity: 0.34;
  pointer-events: none;
  transform: translateZ(0) scale(0.98);
  transform-origin: center;
  will-change: opacity, transform;
}

.hero__lens-shadow,
.hero__lens-ring,
.hero__lens-depth,
.hero__lens-glass,
.hero__aperture,
.hero__aperture-world {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.hero__lens-shadow {
  inset: -16%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.9) 48%, transparent 70%);
  filter: blur(6px);
  opacity: 0.46;
}

.hero__lens-ring {
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.12;
}

.hero__lens-ring--outer {
  inset: -12%;
  background:
    radial-gradient(circle, transparent 58%, rgba(255, 255, 255, 0.08) 59%, transparent 61%),
    radial-gradient(circle, rgba(255, 255, 255, 0.03), transparent 64%);
}

.hero__lens-ring--edge {
  inset: -3%;
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle, transparent 56%, rgba(255, 255, 255, 0.12) 57%, transparent 59%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.72) 72%);
}

.hero__lens-ring--middle {
  inset: 8%;
  background:
    radial-gradient(circle, transparent 52%, rgba(255, 255, 255, 0.1) 53%, transparent 55%),
    radial-gradient(circle at 44% 38%, rgba(255, 255, 255, 0.05), transparent 45%);
}

.hero__lens-ring--inner {
  inset: 22%;
  border-color: rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.82));
}

.hero__lens-depth {
  inset: 13%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(0, 0, 0, 0.52) 70%),
    radial-gradient(circle at 38% 26%, rgba(255, 255, 255, 0.08), transparent 28%);
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.04),
    inset 0 0 84px rgba(0, 0, 0, 0.95);
  opacity: 0;
}

.hero__lens-glass {
  overflow: hidden;
  background:
    linear-gradient(125deg, transparent 18%, rgba(255, 255, 255, 0.12) 36%, transparent 54%),
    radial-gradient(ellipse at 35% 23%, rgba(255, 255, 255, 0.18), transparent 20%),
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.05), transparent 46%);
  opacity: 0;
}

.hero__aperture-world {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.16), transparent 15%),
    radial-gradient(circle at 50% 50%, #080808 0 34%, #010101 66%);
  clip-path: circle(4% at 50% 50%);
  opacity: 0;
  transform: scale(1.08);
}

.hero__aperture-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.56));
}

.hero__aperture-album {
  position: relative;
  display: grid;
  width: 74%;
  aspect-ratio: 1.48;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent 49.4%, rgba(255, 255, 255, 0.09) 50%, transparent 50.6%),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.045), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 5px),
    #020202;
  box-shadow: 0 26px 82px rgba(0, 0, 0, 0.72);
  opacity: 0;
  transform: translate3d(0, 8%, 0) scale(0.34);
}

.hero__aperture-album img {
  width: min(42%, 116px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.92;
}

.hero__aperture {
  overflow: hidden;
  opacity: 0.95;
}

.hero__blade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  height: 58%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 16%),
    linear-gradient(135deg, #020202, #171717 52%, #000000);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: 0;
  transform: rotate(calc(var(--blade-index) * 45deg)) translate(-1%, -1%);
  transform-origin: 0 0;
}

.hero__logo {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  object-fit: cover;
  opacity: 1;
  transform-origin: center;
  will-change: opacity, transform;
}

.hero__copy {
  position: relative;
  z-index: 3;
  opacity: 1;
  will-change: opacity, transform;
}

.hero__copy h1 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.hero__copy p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero__copy span,
.contact-section p,
.album-page__photo strong,
.album-page__title p,
.album-cover span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__scroll-cue {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__scroll-cue::after {
  display: block;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.32);
  content: "";
}

.hero__skip {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 19;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.hero__skip:hover {
  color: rgba(255, 255, 255, 0.86);
}

.album-section {
  position: relative;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.08), transparent 34rem),
    linear-gradient(180deg, #000000 0%, #020202 42%, #000000 100%),
    #000000;
}

.album-stage {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 96px 24px 58px;
  opacity: 1;
  overflow: hidden;
}

.album-light {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 62%, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(ellipse at 50% 86%, rgba(255, 255, 255, 0.07), transparent 34%);
  opacity: 0.68;
  pointer-events: none;
}

.album-shell {
  position: relative;
  width: var(--album-width);
  aspect-ratio: var(--album-ratio);
  transform-style: preserve-3d;
  perspective: 1800px;
  isolation: isolate;
  filter: drop-shadow(0 44px 64px rgba(0, 0, 0, 0.72));
}

.album-shell::before,
.album-shell::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.album-shell::before {
  left: 2.2%;
  right: 2.2%;
  bottom: -2.4%;
  height: 3.8%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.12), transparent 68%);
  filter: blur(10px);
  opacity: 0.44;
}

.album-shell::after {
  inset: 1.4% -0.8% -1.4%;
  z-index: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 42%);
  opacity: 0.22;
}

.album-spine {
  position: absolute;
  top: 2.5%;
  bottom: 2.5%;
  left: 50%;
  z-index: 3;
  width: 10px;
  border-inline: 1px solid rgba(0, 0, 0, 0.08);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 38%, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.13)),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.16), transparent);
  transform: translateX(-50%);
}

.album-left-page,
.album-right-page,
.album-sheet,
.album-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--paper);
  transform-style: preserve-3d;
}

.album-left-page,
.album-right-page {
  z-index: 1;
  width: 50%;
  overflow: hidden;
  border: 1px solid rgba(37, 27, 18, 0.08);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 8%, transparent 92%, rgba(0, 0, 0, 0.03)),
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.62), transparent 24%),
    var(--paper);
  box-shadow:
    inset 0 0 22px rgba(62, 39, 18, 0.06),
    inset 0 0 1px rgba(255, 255, 255, 0.72);
}

.album-left-page {
  left: 0;
  display: grid;
  place-items: center;
  border-radius: 8px 0 0 8px;
  color: rgba(0, 0, 0, 0.36);
}

.album-left-page img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(1);
}

.album-left-page p {
  position: absolute;
  bottom: 38px;
  left: 38px;
  color: rgba(0, 0, 0, 0.32);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.album-right-page {
  right: 0;
  border-radius: 0 8px 8px 0;
}

.album-sheet {
  right: 0;
  z-index: var(--page-index);
  width: 50%;
  background: transparent;
  transform-origin: 0% 50%;
  will-change: transform;
}

.album-sheet__face,
.album-cover__front,
.album-cover__back {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  background: var(--paper);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.album-sheet__face--front {
  z-index: 2;
  color: var(--ink);
}

.album-sheet__face--back {
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 14%),
    radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.5), transparent 26%),
    var(--paper);
  transform: rotateY(180deg);
}

.album-sheet__face--back span {
  width: 82%;
  height: 82%;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.album-cover {
  inset: 0;
  z-index: 20;
  width: 100%;
  border-radius: 10px;
  background: transparent;
  transform-origin: 0% 50%;
  will-change: transform;
}

.album-cover__front,
.album-cover__back {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 7%, transparent 92%, rgba(255, 255, 255, 0.035)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 26%, rgba(0, 0, 0, 0.28)),
    radial-gradient(ellipse at 50% 34%, rgba(255, 255, 255, 0.05), transparent 40%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.01) 0 1px, transparent 1px 6px),
    var(--cover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 18px 0 26px rgba(255, 255, 255, 0.026),
    inset -22px 0 36px rgba(0, 0, 0, 0.72),
    0 36px 120px rgba(0, 0, 0, 0.76);
}

.album-cover__front {
  color: rgba(255, 255, 255, 0.74);
}

.album-cover__front img {
  width: clamp(76px, 10vw, 122px);
  height: clamp(76px, 10vw, 122px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.78;
  filter: grayscale(1) contrast(1.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 0 18px rgba(255, 255, 255, 0.08);
}

.album-cover span {
  position: absolute;
  bottom: clamp(30px, 4.2vw, 48px);
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  letter-spacing: 0.42em;
}

.album-cover__back {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 10%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 5px),
    #090909;
  transform: rotateY(180deg);
}

.album-cover--closing {
  opacity: 0;
}

.album-page__photo {
  display: grid;
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(12px, 1.8vw, 18px);
  padding: clamp(22px, 3.5vw, 42px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.075), transparent 10%, transparent 94%, rgba(0, 0, 0, 0.035)),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.55), transparent 22%),
    var(--paper);
}

.album-page__photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(45, 28, 12, 0.1);
  object-fit: cover;
  object-position: var(--album-image-position);
  filter: grayscale(1) contrast(1.04);
  box-shadow:
    0 16px 30px rgba(47, 31, 16, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.6);
}

.album-page__photo figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: rgba(0, 0, 0, 0.58);
}

.album-page__photo strong {
  width: fit-content;
  color: rgba(0, 0, 0, 0.74);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.album-page__photo span,
.album-page__title span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

.album-page__title {
  display: grid;
  height: 100%;
  align-content: center;
  justify-items: start;
  gap: 16px;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.075), transparent 12%, transparent),
    radial-gradient(circle at 70% 32%, rgba(0, 0, 0, 0.04), transparent 34%),
    var(--paper);
  color: var(--ink);
}

.album-page__title img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.72;
}

.album-page__title p {
  color: rgba(0, 0, 0, 0.58);
  letter-spacing: 0.06em;
}

.album-page__title h2 {
  max-width: 9ch;
  color: var(--ink);
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 0.96;
}

.album-progress {
  position: absolute;
  right: max(22px, 5vw);
  bottom: max(26px, 7vh);
  z-index: 12;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 700;
}

.album-progress__line {
  display: block;
  width: 1px;
  height: 72px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.album-progress__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.62);
  transform: scaleY(0.04);
  transform-origin: 50% 0%;
}

.contact-section {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.contact-section {
  padding: 128px 0 max(82px, calc(62px + env(safe-area-inset-bottom)));
}

.contact-section img {
  width: 94px;
  height: 94px;
  margin: 0 auto 28px;
  border: 1px solid var(--soft);
  border-radius: 50%;
  object-fit: cover;
}

.contact-section p {
  margin-bottom: 16px;
}

.contact-section h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.95;
}

.contact-section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 13px 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.contact-section a:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.96);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__image,
  .hero__logo,
  .album-stage,
  .album-shell,
  .album-sheet,
  .album-cover,
  .contact-section > * {
    transform: none !important;
  }

  .hero__lens,
  .hero__aperture,
  .hero__aperture-world,
  .album-progress,
  .album-left-page,
  .album-right-page,
  .album-spine,
  .album-cover {
    display: none !important;
  }

  .album-stage {
    min-height: auto;
    padding-block: 80px 30px;
    opacity: 1 !important;
  }

  .album-shell {
    display: grid;
    width: min(720px, calc(100vw - 36px));
    aspect-ratio: auto;
    gap: 18px;
    perspective: none;
  }

  .album-sheet {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    transform: none !important;
  }

  .album-sheet__face--front {
    position: relative;
  }

  .album-sheet__face--back {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --album-width: min(680px, 88vw);
    --album-ratio: 0.78;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  :root {
    --hero-logo-size: min(132px, 26vw);
    --album-width: min(520px, 72vw);
    --album-ratio: 1.56;
  }

  .hero {
    padding-block: 18px;
  }

  .hero__lens-stage {
    margin-bottom: 16px;
  }

  .hero__copy h1 {
    font-size: clamp(26px, 5vw, 34px);
  }

  .hero__copy p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .hero__copy span,
  .hero__scroll-cue {
    font-size: 10px;
  }

  .hero__scroll-cue {
    margin-top: 12px;
  }

  .hero__scroll-cue::after {
    height: 18px;
  }

  .album-stage {
    padding: 62px 16px 22px;
  }

  .album-shell {
    max-height: calc(100dvh - 92px);
  }

  .album-page__photo {
    padding: 18px;
  }

  .album-cover__front img {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 560px) {
  :root {
    --hero-logo-size: min(164px, 43vw);
    --hero-image-top: -14%;
    --hero-image-left: 0;
    --hero-image-width: 100%;
    --hero-image-x: 0px;
    --album-width: min(92vw, 390px);
    --album-ratio: 0.7;
  }

  .nav {
    padding: max(14px, env(safe-area-inset-top)) 20px 14px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .nav__links {
    gap: 12px;
    font-size: 12px;
  }

  .hero {
    min-height: 100dvh;
    padding: 20px;
  }

  .hero__image {
    object-position: 30% 42%;
  }

  .hero__lens-stage {
    margin-bottom: 26px;
  }

  .hero__copy h1 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .hero__copy p {
    font-size: clamp(12px, 3.15vw, 13px);
    line-height: 1.6;
    white-space: nowrap;
  }

  .hero__copy span {
    font-size: 11px;
  }

  .hero__scroll-cue {
    margin-top: 22px;
    font-size: 10px;
  }

  .hero__skip {
    right: 20px;
    bottom: max(16px, env(safe-area-inset-bottom));
    font-size: 10px;
  }

  .album-stage {
    min-height: 100dvh;
    padding: max(82px, calc(64px + env(safe-area-inset-top))) 14px max(48px, calc(34px + env(safe-area-inset-bottom)));
  }

  .album-shell {
    max-height: 70dvh;
  }

  .album-left-page,
  .album-right-page,
  .album-spine {
    display: none;
  }

  .album-sheet {
    left: 0;
    right: auto;
    width: 100%;
  }

  .album-sheet__face,
  .album-cover__front,
  .album-cover__back {
    border-radius: 6px;
  }

  .album-page__photo {
    gap: 10px;
    padding: 18px;
  }

  .album-page__photo img {
    object-position: var(--album-mobile-position);
  }

  .album-page__title {
    padding: 30px;
  }

  .album-page__title h2 {
    max-width: 8ch;
    font-size: clamp(38px, 12vw, 54px);
  }

  .album-page__photo span,
  .album-page__title span {
    font-size: 12px;
  }

  .album-page__photo figcaption {
    display: grid;
    gap: 5px;
  }

  .album-page__photo span {
    text-align: left;
  }

  .album-progress {
    right: 18px;
    bottom: 18px;
    gap: 8px;
  }

  .album-progress__line {
    height: 46px;
  }

  .contact-section {
    width: min(100% - 34px, 480px);
  }

  .contact-section {
    padding: 86px 0 58px;
  }
}
.experience {
  --experience-ivory: #f4f0e9;
  --experience-paper: #ebe5dc;
  --experience-ink: #181714;
  --experience-muted: #6c675f;
  --experience-line: rgba(24, 23, 20, 0.16);
  --experience-dark: #171815;
  --experience-dark-soft: #24241f;
  --experience-bronze: #9a7651;
  min-height: 100vh;
  overflow: clip;
  background: var(--experience-ivory);
  color: var(--experience-ink);
  font-family: var(--font-sans), Arial, Helvetica, sans-serif;
}

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

.experience h1,
.experience h2,
.experience h3,
.experience p,
.experience figure,
.experience blockquote {
  margin: 0;
}

.experience h1,
.experience h2,
.experience h3 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 500;
  text-wrap: balance;
}

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

.experience a:focus-visible,
.experience button:focus-visible {
  outline: 2px solid var(--experience-bronze);
  outline-offset: 4px;
}

.experience-container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.experience-section {
  padding: clamp(88px, 11vw, 168px) 0;
}

.experience-eyebrow {
  color: var(--experience-bronze);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.experience-heading {
  width: min(760px, 100%);
  margin-bottom: clamp(42px, 6vw, 78px);
}

.experience-heading h2,
.experience-promise h2,
.experience-inclusions h2,
.experience-booking h2,
.experience-faq h2 {
  margin-top: 14px;
  font-size: clamp(2.65rem, 6.2vw, 5.75rem);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.experience-heading__intro {
  max-width: 610px;
  margin-top: 24px !important;
  color: var(--experience-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.7;
}

.experience-heading[data-tone="dark"] {
  color: var(--experience-ivory);
}

.experience-heading[data-tone="dark"] .experience-heading__intro {
  color: rgba(244, 240, 233, 0.66);
}

.experience-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px clamp(20px, 3vw, 46px);
  color: #fff;
}

.experience-nav::after {
  position: absolute;
  right: clamp(20px, 3vw, 46px);
  bottom: 0;
  left: clamp(20px, 3vw, 46px);
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
  content: "";
}

.experience-nav__brand {
  display: block;
  width: 54px;
  height: 54px;
}

.experience-nav__brand img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  object-fit: cover;
}

.experience-nav > p {
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.experience-nav > a:last-child {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-self: end;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.experience-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  align-items: end;
  padding: clamp(150px, 22vh, 240px) clamp(20px, 5vw, 76px)
    clamp(92px, 12vh, 132px);
  overflow: hidden;
  color: #fff;
}

.experience-hero__media,
.experience-hero__overlay {
  position: absolute;
  inset: 0;
}

.experience-hero__media {
  z-index: -2;
}

.experience-hero__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--image-position);
  animation: experience-hero-settle 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.experience-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 12, 10, 0.75) 0%, rgba(12, 12, 10, 0.32) 60%, rgba(12, 12, 10, 0.14)),
    linear-gradient(180deg, rgba(8, 8, 7, 0.22), transparent 35%, rgba(8, 8, 7, 0.72));
}

.experience-hero__content {
  width: min(820px, 100%);
  animation: experience-content-in 1s 140ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.experience-hero .experience-eyebrow {
  color: rgba(255, 255, 255, 0.77);
}

.experience-hero h1 {
  max-width: 800px;
  margin-top: 18px;
  font-size: clamp(3rem, 7.2vw, 7.4rem);
  hyphens: auto;
  letter-spacing: -0.052em;
  line-height: 0.91;
  overflow-wrap: anywhere;
}

.experience-hero__tagline {
  margin-top: 27px !important;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: 0.04em;
}

.experience-hero__detail {
  max-width: 550px;
  margin-top: 14px !important;
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.94rem;
  line-height: 1.65;
}

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

.experience-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.experience-button--solid {
  background: #f7f3ec;
  color: var(--experience-ink) !important;
}

.experience-button--ghost {
  border-color: rgba(255, 255, 255, 0.56);
  color: #fff !important;
}

.experience-button--light {
  background: var(--experience-ivory);
  color: var(--experience-ink) !important;
}

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

.experience-button--solid:hover,
.experience-button--light:hover {
  background: #fff;
}

.experience-button--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.experience-hero__scroll {
  position: absolute;
  right: clamp(20px, 4vw, 58px);
  bottom: clamp(30px, 6vh, 54px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.experience-hero__scroll span {
  width: 1px;
  height: 54px;
  background: rgba(255, 255, 255, 0.45);
}

.experience-promise {
  background: var(--experience-ivory);
}

.experience-promise .experience-container {
  display: grid;
  grid-template-columns: minmax(250px, 0.74fr) minmax(0, 1.6fr);
  gap: clamp(55px, 9vw, 140px);
}

.experience-promise__intro > p:last-child {
  max-width: 400px;
  margin-top: 26px !important;
  color: var(--experience-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.experience-promise__points {
  padding: 0;
  margin: 0;
  list-style: none;
}

.experience-promise__points li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(180px, 0.9fr) minmax(200px, 1fr);
  gap: 24px;
  padding: 30px 0 34px;
  border-top: 1px solid var(--experience-line);
}

.experience-promise__points li:last-child {
  border-bottom: 1px solid var(--experience-line);
}

.experience-promise__points span {
  color: var(--experience-bronze);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.experience-promise__points h3 {
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  line-height: 1.05;
}

.experience-promise__points p {
  color: var(--experience-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.experience-story-image {
  position: relative;
  margin: 0;
  background: var(--experience-dark);
}

.experience-story-image picture {
  display: block;
  height: min(78vw, 860px);
  min-height: 480px;
  overflow: hidden;
}

.experience-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position);
}

.experience-story-image::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(180deg, transparent, rgba(12, 12, 10, 0.66));
  content: "";
  pointer-events: none;
}

.experience-story-image figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(20px, 5vw, 76px);
  bottom: clamp(24px, 5vw, 66px);
  left: clamp(20px, 5vw, 76px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.experience-story-image figcaption span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.experience-story-image figcaption p {
  max-width: 540px;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 3.3rem);
  line-height: 1.02;
  text-align: right;
  text-wrap: balance;
}

.experience-collections-section {
  background: var(--experience-paper);
}

.experience-collections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.experience-collection {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(27px, 3.2vw, 42px);
  border: 1px solid var(--experience-line);
  background: rgba(255, 255, 255, 0.38);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.experience-collection[data-featured="true"] {
  border-color: rgba(154, 118, 81, 0.62);
  background: var(--experience-ivory);
  box-shadow: 0 28px 80px rgba(66, 54, 40, 0.09);
  transform: translateY(-14px);
}

.experience-collection:hover {
  border-color: rgba(154, 118, 81, 0.6);
  box-shadow: 0 26px 70px rgba(66, 54, 40, 0.1);
}

.experience-collection[data-featured="true"]:hover {
  transform: translateY(-18px);
}

.experience-collection__topline {
  display: flex;
  min-height: 24px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: var(--experience-bronze);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.experience-collection__topline strong {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: inherit;
}

.experience-collection h3 {
  margin-top: 25px;
  font-size: clamp(2.1rem, 3.2vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.experience-collection__subtitle {
  min-height: 42px;
  margin-top: 13px !important;
  color: var(--experience-muted);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.5;
}

.experience-collection__description {
  min-height: 112px;
  margin-top: 25px !important;
  padding-top: 23px;
  border-top: 1px solid var(--experience-line);
  color: var(--experience-muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.experience-collection__price {
  margin-top: 27px !important;
  color: var(--experience-ink);
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.28rem;
}

.experience-collection ul {
  display: grid;
  gap: 12px;
  padding: 27px 0 0;
  margin: 27px 0 0;
  border-top: 1px solid var(--experience-line);
  list-style: none;
}

.experience-collection li {
  position: relative;
  padding-left: 19px;
  color: #3e3a35;
  font-size: 0.82rem;
  line-height: 1.5;
}

.experience-collection li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--experience-bronze);
  border-radius: 50%;
  content: "";
}

.experience-collection__suitable,
.experience-collection__note {
  margin-top: 24px !important;
  padding-top: 21px;
  border-top: 1px solid var(--experience-line);
  color: var(--experience-muted);
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.6;
}

.experience-collection__cta {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 30px;
  color: var(--experience-ink) !important;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.experience-collection__cta span {
  color: var(--experience-bronze);
  font-size: 1.15rem;
  transition: transform 220ms ease;
}

.experience-collection__cta:hover span {
  transform: translate(3px, 3px);
}

.experience-inclusions {
  background: var(--experience-ivory);
}

.experience-inclusions__layout,
.experience-booking__layout,
.experience-faq__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.76fr) minmax(0, 1.4fr);
  gap: clamp(56px, 10vw, 150px);
}

.experience-inclusions__retouch {
  max-width: 440px;
  margin-top: 30px !important;
  color: var(--experience-muted);
  font-size: 0.91rem;
  line-height: 1.7;
}

.experience-inclusions ul,
.experience-booking ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.experience-inclusions li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--experience-line);
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.45;
}

.experience-inclusions li:last-child {
  border-bottom: 1px solid var(--experience-line);
}

.experience-inclusions li span {
  color: var(--experience-bronze);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.experience-addons {
  border-top: 1px solid var(--experience-line);
  background: var(--experience-ivory);
}

.experience-addons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--experience-line);
  border-left: 1px solid var(--experience-line);
}

.experience-addons__grid article {
  position: relative;
  min-height: 310px;
  padding: clamp(28px, 4vw, 52px);
  border-right: 1px solid var(--experience-line);
  border-bottom: 1px solid var(--experience-line);
}

.experience-addons__grid article > span {
  color: var(--experience-bronze);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.experience-addons__grid h3 {
  max-width: 420px;
  margin-top: 44px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.02;
}

.experience-addons__grid p {
  max-width: 500px;
  margin-top: 18px !important;
  color: var(--experience-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.experience-addons__grid strong {
  display: block;
  margin-top: 28px;
  color: var(--experience-bronze);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.experience-journey {
  background: var(--experience-dark);
  color: var(--experience-ivory);
}

.experience-journey__timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(244, 240, 233, 0.2);
  border-left: 1px solid rgba(244, 240, 233, 0.2);
  list-style: none;
}

.experience-journey__timeline li {
  min-height: 290px;
  padding: clamp(28px, 3vw, 42px);
  border-right: 1px solid rgba(244, 240, 233, 0.2);
  border-bottom: 1px solid rgba(244, 240, 233, 0.2);
}

.experience-journey__number {
  display: block;
  color: #b18a62;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.experience-journey__timeline h3 {
  margin-top: 58px;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.04;
}

.experience-journey__timeline p {
  margin-top: 17px !important;
  color: rgba(244, 240, 233, 0.65);
  font-size: 0.88rem;
  line-height: 1.65;
}

.experience-booking {
  background: var(--experience-paper);
}

.experience-booking header > p:last-child,
.experience-faq header > p:last-child {
  max-width: 430px;
  margin-top: 28px !important;
  color: var(--experience-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.experience-booking li {
  position: relative;
  padding: 18px 0 18px 30px;
  border-top: 1px solid var(--experience-line);
  color: #3e3a35;
  font-size: 0.93rem;
  line-height: 1.55;
}

.experience-booking li:last-child {
  border-bottom: 1px solid var(--experience-line);
}

.experience-booking li::before {
  position: absolute;
  top: 25px;
  left: 2px;
  width: 11px;
  height: 1px;
  background: var(--experience-bronze);
  content: "";
}

.experience-faq {
  background: var(--experience-ivory);
}

.experience-faq__list {
  border-top: 1px solid var(--experience-line);
}

.experience-faq__item {
  border-bottom: 1px solid var(--experience-line);
}

.experience-faq__item h3 {
  margin: 0;
  font-family: var(--font-sans), Arial, sans-serif;
}

.experience-faq__item button {
  display: grid;
  width: 100%;
  min-height: 68px;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 22px;
  padding: 21px 2px;
  border: 0;
  background: transparent;
  color: var(--experience-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.experience-faq__mark {
  position: relative;
  width: 20px;
  height: 20px;
}

.experience-faq__mark::before,
.experience-faq__mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--experience-bronze);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 260ms ease;
}

.experience-faq__mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.experience-faq__item button[aria-expanded="true"] .experience-faq__mark::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.experience-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition:
    grid-template-rows 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 320ms;
}

.experience-faq__answer[data-open="true"] {
  grid-template-rows: 1fr;
  visibility: visible;
}

.experience-faq__answer > div {
  min-height: 0;
  overflow: hidden;
}

.experience-faq__answer p {
  max-width: 690px;
  padding: 0 40px 28px 2px;
  color: var(--experience-muted);
  font-size: 0.91rem;
  line-height: 1.7;
}

.experience-contact {
  position: relative;
  display: grid;
  min-height: 88vh;
  min-height: 88svh;
  align-content: center;
  justify-items: center;
  padding: clamp(96px, 14vw, 180px) 20px 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(168, 132, 91, 0.12), transparent 32rem),
    #10110f;
  color: var(--experience-ivory);
  text-align: center;
}

.experience-contact__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72vw, 760px);
  height: min(72vw, 760px);
  border-radius: 50%;
  filter: grayscale(1);
  object-fit: cover;
  opacity: 0.045;
  transform: translate(-50%, -50%);
}

.experience-contact__content {
  position: relative;
  z-index: 1;
  width: min(800px, 100%);
}

.experience-contact h2 {
  margin-top: 17px;
  font-size: clamp(3.1rem, 7.6vw, 7rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.experience-contact__content > p:nth-of-type(2) {
  max-width: 560px;
  margin: 28px auto 0 !important;
  color: rgba(244, 240, 233, 0.66);
  font-size: 1rem;
  line-height: 1.7;
}

.experience-contact .experience-actions {
  justify-content: center;
}

.experience-contact__email {
  display: inline-block;
  min-height: 44px;
  margin-top: 23px;
  padding: 12px 0;
  color: rgba(244, 240, 233, 0.64) !important;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.experience-contact__footer {
  position: absolute;
  right: clamp(20px, 4vw, 54px);
  bottom: 26px;
  left: clamp(20px, 4vw, 54px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  color: rgba(244, 240, 233, 0.42);
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: left;
}

.experience-contact__footer p:first-child {
  max-width: 340px;
}

.experience-contact__footer p:nth-child(2) {
  text-align: center;
}

.experience-contact__footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-self: end;
}

.experience-mobile-bar {
  display: none;
}

@keyframes experience-hero-settle {
  from {
    opacity: 0.72;
    transform: scale(1.045);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes experience-content-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .experience-promise .experience-container,
  .experience-inclusions__layout,
  .experience-booking__layout,
  .experience-faq__layout {
    grid-template-columns: 1fr;
  }

  .experience-promise__intro,
  .experience-inclusions__layout > header,
  .experience-booking__layout > header,
  .experience-faq__layout > header {
    max-width: 650px;
  }

  .experience-collections {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .experience-collection {
    display: grid;
    grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.3fr);
    column-gap: 42px;
  }

  .experience-collection[data-featured="true"],
  .experience-collection[data-featured="true"]:hover {
    transform: none;
  }

  .experience-collection__topline,
  .experience-collection h3,
  .experience-collection__subtitle,
  .experience-collection__description,
  .experience-collection__price {
    grid-column: 1;
  }

  .experience-collection ul {
    grid-row: 1 / span 5;
    grid-column: 2;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .experience-collection__suitable,
  .experience-collection__note,
  .experience-collection__cta {
    grid-column: 1 / -1;
  }

  .experience-collection__description {
    min-height: 0;
  }

  .experience-journey__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .experience-container {
    width: min(100% - 32px, 680px);
  }

  .experience-nav {
    grid-template-columns: 1fr 1fr;
    padding: 15px 16px;
  }

  .experience-nav::after {
    right: 16px;
    left: 16px;
  }

  .experience-nav__brand {
    width: 48px;
    height: 48px;
  }

  .experience-nav > p {
    display: none;
  }

  .experience-hero {
    min-height: 100svh;
    padding: 132px 20px 78px;
  }

  .experience-hero__overlay {
    background:
      linear-gradient(180deg, rgba(10, 10, 8, 0.22) 0%, rgba(10, 10, 8, 0.08) 27%, rgba(10, 10, 8, 0.78) 73%, rgba(10, 10, 8, 0.92) 100%),
      linear-gradient(90deg, rgba(12, 12, 10, 0.22), transparent);
  }

  .experience-hero h1 {
    max-width: 580px;
    font-size: clamp(2.8rem, 11.7vw, 5.7rem);
    line-height: 0.94;
  }

  .experience-hero__tagline {
    margin-top: 22px !important;
  }

  .experience-hero__detail {
    font-size: 0.87rem;
  }

  .experience-hero__scroll {
    display: none;
  }

  .experience-section {
    padding: 88px 0;
  }

  .experience-heading h2,
  .experience-promise h2,
  .experience-inclusions h2,
  .experience-booking h2,
  .experience-faq h2 {
    font-size: clamp(2.7rem, 11.5vw, 4.8rem);
  }

  .experience-promise .experience-container {
    gap: 48px;
  }

  .experience-promise__points li {
    grid-template-columns: 38px 1fr;
    gap: 13px;
    padding: 25px 0 28px;
  }

  .experience-promise__points p {
    grid-column: 2;
  }

  .experience-story-image picture {
    height: 78vh;
    height: 78svh;
    min-height: 550px;
  }

  .experience-story-image img {
    object-position: 60% center;
  }

  .experience-story-image figcaption {
    display: block;
  }

  .experience-story-image figcaption p {
    max-width: 430px;
    margin-top: 15px !important;
    text-align: left;
  }

  .experience-collection {
    display: flex;
    padding: 28px 24px;
  }

  .experience-collection__subtitle,
  .experience-collection__description {
    min-height: 0;
  }

  .experience-collection ul {
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid var(--experience-line);
  }

  .experience-addons__grid,
  .experience-journey__timeline {
    grid-template-columns: 1fr;
  }

  .experience-addons__grid article {
    min-height: 0;
  }

  .experience-addons__grid h3 {
    margin-top: 34px;
  }

  .experience-journey__timeline li {
    display: grid;
    min-height: 0;
    grid-template-columns: 46px 1fr;
    gap: 18px;
    padding: 30px 24px;
  }

  .experience-journey__timeline h3 {
    margin-top: 0;
  }

  .experience-inclusions__layout,
  .experience-booking__layout,
  .experience-faq__layout {
    gap: 48px;
  }

  .experience-contact {
    min-height: 92svh;
    align-content: start;
    padding-top: 110px;
    padding-bottom: 170px;
  }

  .experience-contact h2 {
    font-size: clamp(3.15rem, 15vw, 5.8rem);
  }

  .experience-contact__footer {
    grid-template-columns: 1fr;
    gap: 9px;
    text-align: center;
  }

  .experience-contact__footer p:first-child {
    max-width: 560px;
    margin-inline: auto;
  }

  .experience-contact__footer a {
    justify-self: center;
  }

  .experience-mobile-bar {
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 1px;
    border: 1px solid rgba(244, 240, 233, 0.18);
    background: rgba(20, 20, 18, 0.94);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition:
      opacity 240ms ease,
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .experience-mobile-bar[data-visible="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .experience-mobile-bar a {
    display: grid;
    min-height: 50px;
    place-items: center;
    color: var(--experience-ivory) !important;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .experience-mobile-bar a:first-child {
    background: rgba(255, 255, 255, 0.09);
  }
}

@media (max-width: 430px) {
  .experience-hero__content {
    align-self: end;
  }

  .experience-hero h1 {
    font-size: clamp(2.55rem, 11.2vw, 2.85rem);
    letter-spacing: -0.045em;
  }

  .experience-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .experience-hero .experience-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .experience-hero .experience-button {
    padding-inline: 12px;
    font-size: 0.63rem;
  }

  .experience-story-image picture {
    min-height: 520px;
  }

  .experience-inclusions li {
    grid-template-columns: 35px 1fr;
  }

  .experience-faq__item button {
    font-size: 0.9rem;
  }

  .experience-contact .experience-button {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .experience-container {
    width: min(100% - 24px, 680px);
  }

  .experience-hero {
    padding-right: 14px;
    padding-left: 14px;
  }

  .experience-hero h1 {
    font-size: 2.25rem;
  }

  .experience-hero__detail {
    display: none;
  }

  .experience-hero .experience-actions {
    grid-template-columns: 1fr;
  }
}

@media (hover: none) {
  .experience-collection:hover,
  .experience-collection[data-featured="true"]:hover,
  .experience-button:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience {
    scroll-behavior: auto;
  }

  .experience *,
  .experience *::before,
  .experience *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .experience-hero__media img,
  .experience-hero__content {
    animation: none;
  }
}
