:root {
  color-scheme: light dark;
  --cor-marfim: #EFE3D0;
  --cor-espresso: #2A1C14;
  --cor-conhaque: #94512E;
  --cor-vinho: #571E2A;
  --cor-ouro: #A6823C;
  --ivory: #EFE3D0;
  --espresso: #2A1C14;
  --cognac: #94512E;
  --wine: #571E2A;
  --gold: #A6823C;
  --smoked-black: #171210;
  --paper: #F8F1E6;
  --light-text: #F8F1E6;
  --line: rgba(42, 28, 20, 0.22);
  --display: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--espresso);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

body.quiz-open {
  overflow: hidden;
}

body.age-gate-open { height: 100dvh; overflow: hidden; }
body.age-gate-open > [data-age-gated-content] { transform: perspective(1600px) translateZ(-180px) scale(.92); filter: brightness(.34) saturate(.72); pointer-events: none; }
body.age-gate-unlocking > [data-age-gated-content] { animation: age-site-forward 1.15s cubic-bezier(.22, 1, .36, 1) .16s both; }

.age-gate { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: end center; min-height: 100dvh; overflow: hidden; background: #0a0908; color: #f4ede0; isolation: isolate; perspective: 1800px; }
.age-gate[hidden] { display: none; }
.age-gate-door { position: absolute; inset-block: 0; z-index: -3; width: 50%; overflow: hidden; backface-visibility: hidden; transform-style: preserve-3d; will-change: transform; }
.age-gate-door::after { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.age-gate-door img { position: absolute; inset-block: 0; width: 200%; max-width: none; height: 100%; object-fit: cover; object-position: 50% 52%; }
.age-gate-door-left { left: 0; transform-origin: left center; }
.age-gate-door-left img { left: 0; }
.age-gate-door-left::after { background: linear-gradient(90deg, transparent 64%, rgba(0, 0, 0, .52)); }
.age-gate-door-right { right: 0; transform-origin: right center; }
.age-gate-door-right img { right: 0; }
.age-gate-door-right::after { background: linear-gradient(270deg, transparent 64%, rgba(0, 0, 0, .52)); }
.age-gate-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(10, 9, 8, .1) 0%, rgba(10, 9, 8, .12) 38%, rgba(10, 9, 8, .88) 100%), linear-gradient(90deg, rgba(10, 9, 8, .18), transparent 32%, transparent 68%, rgba(10, 9, 8, .18)); }
.age-gate-content { width: min(680px, calc(100% - 40px)); margin-bottom: clamp(40px, 8vh, 92px); text-align: center; }
.age-gate-eyebrow { margin: 0 0 14px; color: #d1af79; font-size: .72rem; font-weight: 700; letter-spacing: .23em; }
.age-gate h1 { margin: 0 auto; max-width: 620px; color: #faf7f2; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.4rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; text-wrap: balance; }
.age-gate-content > p:not(.age-gate-eyebrow) { margin: 20px auto 0; max-width: 430px; color: rgba(250, 247, 242, .82); font-size: clamp(.95rem, 1.35vw, 1.08rem); }
.age-gate-actions { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 30px; }
.age-gate-actions button, .age-gate-actions a { min-height: 48px; border-radius: 5px; font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.age-gate-actions button { padding: 0 26px; border: 1px solid #b08d57; background: #b08d57; color: #0f0d0b; cursor: pointer; }
.age-gate-actions a { display: inline-grid; place-items: center; padding: 0 12px; color: #f4ede0; text-underline-offset: 5px; }
.age-gate-actions button:hover, .age-gate-actions button:focus-visible { background: #c19e67; }
.age-gate-actions :focus-visible { outline: 2px solid #faf7f2; outline-offset: 4px; }
.age-gate.is-unlocking { pointer-events: none; animation: age-gate-release 1.32s linear both; }
.age-gate.is-unlocking .age-gate-content { animation: age-gate-copy-out .28s cubic-bezier(.22, 1, .36, 1) both; }
.age-gate.is-unlocking .age-gate-shade { animation: age-gate-shade-out .62s ease .12s both; }
.age-gate.is-unlocking .age-gate-door::after { animation: age-gate-hinge-shadow .72s ease .12s both; }
.age-gate.is-unlocking .age-gate-door-left { animation: age-gate-open-left 1.08s cubic-bezier(.65, 0, .35, 1) .14s both; }
.age-gate.is-unlocking .age-gate-door-right { animation: age-gate-open-right 1.08s cubic-bezier(.65, 0, .35, 1) .14s both; }

@keyframes age-gate-copy-out { to { opacity: 0; transform: translateY(-10px); } }
@keyframes age-gate-shade-out { to { opacity: 0; } }
@keyframes age-gate-hinge-shadow { 45% { opacity: 1; } to { opacity: .2; } }
@keyframes age-gate-open-left { to { transform: rotateY(-104deg); } }
@keyframes age-gate-open-right { to { transform: rotateY(104deg); } }
@keyframes age-site-forward { from { transform: perspective(1600px) translateZ(-180px) scale(.92); filter: brightness(.34) saturate(.72); } to { transform: perspective(1600px) translateZ(0) scale(1); filter: brightness(1) saturate(1); } }
@keyframes age-gate-release { 0%, 98% { visibility: visible; } 100% { visibility: hidden; } }

@media (max-width: 699px) {
  .age-gate { perspective: 900px; }
  .age-gate-door img { object-position: 50% center; }
  .age-gate-content { width: min(100% - 32px, 520px); margin-bottom: max(28px, env(safe-area-inset-bottom)); }
  .age-gate h1 { font-size: clamp(2.25rem, 12vw, 3.65rem); }
  .age-gate-actions { flex-direction: column; gap: 8px; margin-top: 24px; }
  .age-gate-actions button { width: min(100%, 340px); }
  @keyframes age-gate-open-left { to { transform: rotateY(-92deg); } }
  @keyframes age-gate-open-right { to { transform: rotateY(92deg); } }
}

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

a,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  transform: translateY(-150%);
  background: var(--paper);
  color: var(--espresso);
}

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

:focus-visible {
  outline: 3px solid #9C5A3D;
  outline-offset: 5px;
}

h1[tabindex="-1"]:focus {
  outline: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  min-height: 5rem;
  padding: 0 var(--gutter);
  border-bottom: 1px solid rgba(239, 227, 208, 0.26);
  color: var(--light-text);
  transition: background-color 350ms ease, color 350ms ease, border-color 350ms ease;
}

.header-menu {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  min-width: 0;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--line);
  background: rgba(239, 227, 208, 0.96);
  color: var(--espresso);
}

.monograma {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: -0.08em;
}

.site-nav {
  grid-column: 1;
  display: flex;
  justify-content: flex-end;
  gap: clamp(1rem, 2.7vw, 2.75rem);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.language-switcher {
  display: inline-flex;
  grid-column: 2;
  align-items: center;
  border: 1px solid currentColor;
  color: inherit;
}

.language-switcher button {
  min-width: 2rem;
  padding: 0.35rem 0.4rem 0.3rem;
  border: 0;
  border-right: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.48;
}

.language-switcher button:last-child {
  border-right: 0;
}

.language-switcher button[aria-pressed="true"] {
  box-shadow: inset 0 -2px currentColor;
  opacity: 1;
}

.site-nav a {
  position: relative;
  padding: 1.8rem 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1.35rem;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  justify-self: end;
  border: 0;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--smoked-black);
  color: var(--light-text);
}

.hero-image {
  position: absolute;
  inset: 0;
  object-position: 50% 24%;
  animation: hero-arrive 1.5s var(--ease) both;
}

.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(23, 18, 16, 0.35);
}

.hero-background-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  animation: hero-arrive 1.5s var(--ease) both;
}

.hero-meta {
  position: absolute;
  z-index: 2;
  top: 7.5rem;
  right: var(--gutter);
  left: var(--gutter);
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-title {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: clamp(5rem, 10vh, 8rem);
  left: var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 25rem);
  align-items: end;
  gap: 2rem;
}

.eyebrow {
  margin: 0 0 1.5rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-title .eyebrow {
  position: absolute;
  top: -1.5rem;
  left: 0.45rem;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.82;
  white-space: pre-line;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(6rem, 15.5vw, 15rem);
  text-wrap: balance;
}

h2 {
  margin-bottom: 2rem;
  font-size: clamp(4rem, 8vw, 8rem);
}

.hero-line {
  margin: 0 0 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(248, 241, 230, 0.55);
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.1;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: 2rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(2.5rem, 0.35fr) minmax(17rem, 0.8fr) minmax(20rem, 1.2fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: center;
  min-height: 100svh;
  padding: clamp(7rem, 12vw, 12rem) var(--gutter);
}

.section-number {
  align-self: start;
  padding-top: 0.4rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.manifesto-copy {
  max-width: 42rem;
}

.lead {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  line-height: 1.18;
}

.manifesto-copy > p:last-child,
.experience-copy > p:not(.eyebrow):not(.lead) {
  max-width: 30rem;
  color: rgba(42, 28, 20, 0.74);
}

.manifesto {
  position: relative;
  min-height: 100svh;
  padding: clamp(7rem, 10vw, 10rem) var(--gutter) clamp(9rem, 13vw, 13rem);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(70% 55% at 18% 12%, rgba(148, 81, 46, 0.22), transparent 68%),
    radial-gradient(55% 50% at 88% 78%, rgba(176, 141, 87, 0.16), transparent 72%),
    linear-gradient(145deg, #17100e 0%, #2a1915 54%, #120d0b 100%);
  color: var(--light-text);
}

.manifesto::before,
.manifesto::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.manifesto::before {
  inset: -30% -12%;
  background:
    repeating-linear-gradient(112deg, transparent 0 5rem, rgba(248, 241, 230, 0.018) 5.05rem 5.12rem),
    radial-gradient(circle at 50% 50%, rgba(248, 241, 230, 0.055), transparent 52%);
  transform: rotate(-4deg);
}

.manifesto::after {
  right: -18rem;
  bottom: -28rem;
  width: min(74rem, 76vw);
  aspect-ratio: 1;
  border: 1px solid rgba(176, 141, 87, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 8rem rgba(176, 141, 87, 0.018), 0 0 0 16rem rgba(148, 81, 46, 0.012);
}

.manifesto-heading {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(3rem, 0.16fr) minmax(20rem, 0.84fr) minmax(16rem, 0.55fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: end;
  width: min(100%, 96rem);
  margin: 0 auto clamp(4rem, 7vw, 7rem);
}

.manifesto-heading h2 {
  max-width: 9ch;
  margin-bottom: 1.6rem;
}

.manifesto-copy > p:last-child {
  color: rgba(239, 227, 208, 0.68);
}

.manifesto-intro {
  max-width: 28rem;
  margin: 0 0 0.35rem;
  color: rgba(239, 227, 208, 0.68);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  line-height: 1.7;
}

.journey-map {
  position: relative;
  width: min(100%, 100rem);
  min-height: clamp(44rem, 55vw, 58rem);
  margin: 0 auto;
  perspective: 1500px;
  transform-style: preserve-3d;
}

.journey-map-art {
  position: absolute;
  top: -2%;
  left: 50%;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2.8rem 5rem rgba(8, 5, 4, 0.38));
  overflow: visible;
  transform: translateX(-50%);
}

.journey-orbits {
  stroke: rgba(176, 141, 87, 0.22);
  stroke-dasharray: 2 12;
  stroke-linecap: round;
  stroke-width: 1.15;
  transform-box: fill-box;
  transform-origin: center;
  animation: journey-orbit-drift 18s linear infinite;
}

.journey-globe-aura {
  fill: rgba(176, 141, 87, 0.055);
  stroke: rgba(244, 237, 224, 0.08);
  stroke-width: 1;
}

.journey-globe-sphere {
  stroke: rgba(244, 237, 224, 0.12);
  stroke-width: 1.5;
}

.journey-globe-grid {
  stroke: rgba(239, 227, 208, 0.105);
  stroke-width: 0.9;
  vector-effect: non-scaling-stroke;
  animation: journey-grid-breathe 8s ease-in-out infinite;
}

.journey-globe-land {
  stroke: rgba(239, 227, 208, 0.2);
  stroke-linejoin: round;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.journey-globe-shine {
  fill: rgba(255, 248, 234, 0.075);
}

.journey-globe-rim {
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.journey-globe-route {
  stroke: #d4af78;
  stroke-dasharray: 7 13;
  stroke-linecap: round;
  stroke-width: 2.4;
  vector-effect: non-scaling-stroke;
  animation: journey-route-travel 6s linear infinite;
}

.journey-globe-route--two { animation-delay: -2s; }
.journey-globe-route--three { animation-delay: -4s; }

.journey-node-halo {
  fill: none;
  stroke: rgba(231, 201, 142, 0.42);
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  animation: journey-node-pulse 3.2s ease-out infinite;
}

.journey-node {
  stroke: rgba(255, 248, 234, 0.72);
  stroke-width: 1;
}

.journey-globe-nodes > g:nth-child(2) .journey-node-halo { animation-delay: -0.8s; }
.journey-globe-nodes > g:nth-child(3) .journey-node-halo { animation-delay: -1.6s; }
.journey-globe-nodes > g:nth-child(4) .journey-node-halo { animation-delay: -2.4s; }

@keyframes journey-orbit-drift {
  to { transform: rotate(360deg); }
}

@keyframes journey-route-travel {
  to { stroke-dashoffset: -80; }
}

@keyframes journey-grid-breathe {
  50% { opacity: 0.62; }
}

@keyframes journey-node-pulse {
  0% { opacity: 0.78; transform: scale(0.45); }
  70%, 100% { opacity: 0; transform: scale(1.45); }
}

.journey-stops {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
}

.journey-stop {
  position: absolute;
  width: clamp(12rem, 15vw, 16rem);
  opacity: 0;
  transform: translate3d(0, 2.5rem, -90px) rotateY(var(--journey-rotate, 0deg));
  transition: opacity 700ms var(--ease), transform 950ms var(--ease);
}

.journey-stop--brazil { top: 48%; left: 4%; --journey-rotate: 5deg; }
.journey-stop--uk { top: 0; left: 24%; width: clamp(13rem, 16vw, 17rem); --journey-rotate: -4deg; }
.journey-stop--europe { top: 4%; right: 22%; width: clamp(11rem, 13vw, 14rem); --journey-rotate: 4deg; }
.journey-stop--australia { top: 49%; right: 3%; width: clamp(13rem, 16vw, 17rem); --journey-rotate: -5deg; }

.manifesto.is-visible .journey-stop {
  opacity: 1;
  transform: translate3d(0, 0, var(--journey-z, 0px)) rotateY(var(--journey-rotate, 0deg));
}

.manifesto.is-visible .journey-stop:nth-child(2) { transition-delay: 120ms; --journey-z: 34px; }
.manifesto.is-visible .journey-stop:nth-child(3) { transition-delay: 240ms; --journey-z: -22px; }
.manifesto.is-visible .journey-stop:nth-child(4) { transition-delay: 360ms; --journey-z: 18px; }

.journey-stop figure {
  position: relative;
  margin: 0;
  padding: 0.42rem;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 230, 0.22);
  border-radius: clamp(1.5rem, 3vw, 3.5rem);
  background: rgba(248, 241, 230, 0.07);
  box-shadow: 0 2rem 5rem rgba(9, 5, 4, 0.35);
  transform-style: preserve-3d;
  transition: border-color 420ms ease, transform 650ms var(--ease);
}

.journey-stop figure::after {
  position: absolute;
  inset: 0.42rem;
  border: 1px solid rgba(248, 241, 230, 0.13);
  border-radius: calc(clamp(1.5rem, 3vw, 3.5rem) - 0.42rem);
  background: linear-gradient(180deg, transparent 58%, rgba(15, 10, 8, 0.76));
  content: "";
  pointer-events: none;
}

.journey-stop img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: calc(clamp(1.5rem, 3vw, 3.5rem) - 0.42rem);
  object-fit: cover;
  transition: filter 500ms ease, transform 750ms var(--ease);
}

.journey-stop--uk img { object-position: 50% 44%; }
.journey-stop--europe img { object-position: 50% 28%; }
.journey-stop--australia img { object-position: 50% 33%; }

.journey-stop figcaption {
  position: absolute;
  z-index: 2;
  right: 1.2rem;
  bottom: 1.05rem;
  left: 1.2rem;
  display: grid;
  gap: 0.28rem;
}

.journey-stop figcaption strong {
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: none;
}

.journey-stop figcaption span {
  color: rgba(248, 241, 230, 0.72);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journey-pin {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: -1.25rem;
  display: grid;
  place-items: center;
  width: 2.4rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 248, 234, 0.72);
  border-radius: 52% 52% 52% 0;
  background: radial-gradient(circle at 32% 24%, #fff8ea 0 8%, #d4ae70 25%, #9a703d 62%, #573719 100%);
  box-shadow: 0 0 0 0.36rem rgba(176, 141, 87, 0.08), 0 0.8rem 1.8rem rgba(9, 5, 4, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transform: translateX(50%) rotate(-45deg);
}

.journey-pin::before {
  position: absolute;
  inset: -0.68rem;
  border: 1px solid rgba(231, 201, 142, 0.38);
  border-radius: 50%;
  content: "";
  animation: journey-pin-halo 3.4s ease-out infinite;
}

.journey-pin::after {
  position: absolute;
  top: 0.28rem;
  right: 0.35rem;
  width: 0.34rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 248, 234, 0.92);
  box-shadow: 0 0 0.65rem rgba(255, 232, 190, 0.95);
  content: "";
}

.journey-pin i {
  width: 0.48rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #211815;
  box-shadow: 0 0 0 0.2rem rgba(33, 24, 21, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@keyframes journey-pin-halo {
  0% { opacity: 0.72; transform: scale(0.72); }
  72%, 100% { opacity: 0; transform: scale(1.18); }
}

.journey-stop:hover figure {
  border-color: rgba(248, 241, 230, 0.46);
  transform: translate3d(0, -0.55rem, 26px) scale(1.015);
}

.journey-stop:hover img {
  filter: brightness(1.05);
  transform: scale(1.025);
}

figcaption {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
  min-height: 100svh;
  background: var(--paper);
}

.experience-image {
  min-height: 100svh;
  overflow: hidden;
}

.experience-image img {
  object-position: 50% 35%;
}

.experience-copy {
  align-self: center;
  padding: 7rem var(--gutter);
}

.experience.experience-catalogue {
  display: block;
  min-height: 0;
  padding: clamp(7rem, 10vw, 10rem) max(var(--gutter), calc((100vw - 90rem) / 2)) clamp(8rem, 12vw, 12rem);
  background: var(--cor-espresso);
  color: var(--cor-marfim);
}

.experience-catalogue .experience-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  align-items: end;
  gap: 1rem clamp(2rem, 6vw, 7rem);
  max-width: 76rem;
  padding: 0;
}

.experience-catalogue .experience-copy .section-number,
.experience-catalogue .experience-copy .eyebrow {
  grid-column: 1;
}

.experience-catalogue .experience-copy .section-number {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.experience-catalogue .experience-copy h2,
.experience-catalogue .experience-copy .lead {
  grid-column: 2;
}

.experience-catalogue .experience-copy h2 {
  grid-row: 1 / span 3;
  align-self: end;
  max-width: 13ch;
  margin: 0;
}

.experience-catalogue .experience-copy .lead {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: rgba(239, 227, 208, 0.78);
}

.experience-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2.5rem);
  margin-top: clamp(4rem, 8vw, 8rem);
}

.experience-card {
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.experience-card:nth-child(even) {
  margin-top: clamp(2rem, 5vw, 5rem);
}

.experience.is-visible .experience-card {
  opacity: 1;
  transform: translateY(0);
}

.experience.is-visible .experience-card:nth-child(2) { transition-delay: 90ms; }
.experience.is-visible .experience-card:nth-child(3) { transition-delay: 180ms; }
.experience.is-visible .experience-card:nth-child(4) { transition-delay: 270ms; }

.experience-card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 0 2rem;
  overflow: hidden;
  border-radius: clamp(1.4rem, 2.4vw, 2.75rem);
  background: var(--cor-espresso);
}

.experience-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(28, 17, 13, 0.34));
  pointer-events: none;
}

.experience-card-media img {
  overflow: hidden;
  clip-path: inset(0 round clamp(1.4rem, 2.4vw, 2.75rem));
  object-position: center;
  transition: filter 0.55s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.experience-card-media span {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -1.25rem;
  display: grid;
  place-items: center;
  width: 2.75rem;
  aspect-ratio: 1;
  border: 1px solid rgba(176, 141, 87, 0.78);
  border-radius: 50%;
  background: var(--cor-espresso);
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.experience-card h3 {
  margin: 0 0 0.55rem;
  color: var(--cor-marfim);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transition: transform 0.45s ease;
}

.experience-card > p {
  max-width: 21rem;
  margin: 0 auto;
  color: rgba(239, 227, 208, 0.62);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

.experience-card:hover .experience-card-media img {
  filter: brightness(1.06);
  transform: scale(1.025);
}

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

.experience-catalogue > .text-link {
  margin-top: clamp(4rem, 7vw, 7rem);
}

@media (max-width: 1050px) {
  .experience-catalogue .experience-copy {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 1fr);
  }

  .experience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem clamp(1.5rem, 5vw, 4rem);
  }

  .experience-card:nth-child(even) {
    margin-top: 3.5rem;
  }
}

@media (max-width: 699px) {
  .experience.experience-catalogue {
    padding-block: 6rem 7rem;
  }

  .experience-catalogue .experience-copy {
    display: block;
  }

  .experience-catalogue .experience-copy .section-number {
    margin-bottom: 3rem;
  }

  .experience-catalogue .experience-copy h2 {
    max-width: 11ch;
  }

  .experience-list {
    grid-template-columns: 1fr;
    gap: 4.5rem;
    margin-top: 4.5rem;
  }

  .experience-card:nth-child(even) {
    margin-top: 0;
  }

  .experience.is-visible .experience-card {
    transition-delay: 0ms;
  }

  .experience-card-media {
    margin-bottom: 2.15rem;
  }
}

.experience-copy .section-number,
.london-copy .section-number,
.gallery-heading .section-number,
.motion-heading .section-number,
.contact-copy .section-number {
  display: block;
  margin-bottom: clamp(4rem, 9vw, 8rem);
}

.text-link {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.london {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  min-height: 100svh;
  padding: clamp(7rem, 10vw, 11rem) var(--gutter);
  gap: clamp(2rem, 6vw, 7rem);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 24%, rgba(176, 141, 87, 0.26), transparent 34%),
    linear-gradient(118deg, #241511 0%, #571e2a 54%, #17100e 100%);
  color: var(--light-text);
}

.london::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/cris-galera-preview-assets/assets/part2/london/london-02.webp") 45% 42% / cover;
  content: "";
  filter: saturate(0.68) contrast(1.08);
  opacity: 0.2;
  transform: scale(1.04);
}

.london::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 13, 11, 0.94) 0%, rgba(55, 23, 27, 0.72) 42%, rgba(13, 9, 8, 0.25) 100%);
  content: "";
}

.london-copy {
  align-self: end;
  padding-bottom: 5rem;
}

.london-image {
  position: relative;
  min-height: 72svh;
  margin: 0;
}

.london-image img {
  object-position: 50% 42%;
}

.london-image figcaption {
  position: absolute;
  right: 0;
  bottom: -2rem;
}

.london-mural {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(10, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.2vw, 1.25rem);
  align-self: center;
  min-height: 74svh;
  isolation: isolate;
}

.london-mural::before {
  content: "";
  position: absolute;
  inset: 4%;
  z-index: -1;
  border: 1px solid rgba(239, 227, 208, 0.14);
  border-radius: 14% 9% 16% 8% / 10% 15% 9% 14%;
  background: radial-gradient(circle at 50% 45%, rgba(239, 227, 208, 0.12), transparent 66%);
}

.london-mural-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 227, 208, 0.24);
  background: #2a1c14;
  border-radius: clamp(1.6rem, 3.2vw, 4rem);
  box-shadow: 0 1.4rem 3.4rem rgba(28, 12, 14, 0.22);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.london-mural-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.32rem solid rgba(248, 241, 230, 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.london-mural-photo img {
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.london-mural-photo--one { grid-column: 1 / 5; grid-row: 1 / 5; z-index: 2; transform: translateZ(-30px) rotateY(7deg); }
.london-mural-photo--two { grid-column: 1 / 5; grid-row: 6 / 10; z-index: 2; transform: translateZ(-20px) rotateY(5deg); }
.london-mural-photo--hero { grid-column: 5 / 9; grid-row: 1 / 11; z-index: 4; border-radius: clamp(2rem, 4vw, 5rem); }
.london-mural-photo--four { grid-column: 9 / 13; grid-row: 1 / 5; z-index: 2; transform: translateZ(-30px) rotateY(-7deg); }
.london-mural-photo--five { grid-column: 9 / 13; grid-row: 6 / 10; z-index: 2; transform: translateZ(-20px) rotateY(-5deg); }

.london-mural-photo:hover {
  z-index: 8;
  filter: brightness(1.05);
  transform: translateY(-0.35rem) rotate(0deg);
}

.london-mural-photo:hover img {
  transform: scale(1.025);
}

.london-mural-caption {
  position: absolute;
  right: 0;
  bottom: -2rem;
  margin: 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery {
  position: relative;
  isolation: isolate;
  background: #100B09;
  color: var(--light-text);
}

.gallery::before,
.gallery::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.gallery::before {
  z-index: -2;
  background-image: url("/cris-galera-preview-assets/assets/gallery-studio-background.webp");
  background-position: center;
  background-size: cover;
  opacity: 0.78;
  transform: scale(1.018);
}

.gallery::after {
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(16, 11, 9, 0.06) 18%, rgba(16, 11, 9, 0.7) 100%),
    linear-gradient(180deg, rgba(16, 11, 9, 0.84) 0%, rgba(16, 11, 9, 0.18) 29%, rgba(16, 11, 9, 0.14) 68%, rgba(16, 11, 9, 0.76) 100%);
}

.gallery > * {
  position: relative;
  z-index: 1;
}

.depth-section {
  min-width: 0;
  padding-block: clamp(5rem, 7vw, 7rem);
  overflow: hidden;
}

.depth-heading {
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin: 0 auto clamp(2.5rem, 4vw, 4rem);
  padding-inline: var(--gutter);
}

.depth-heading .section-number {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: start;
  margin: 0;
}

.depth-heading .eyebrow,
.depth-heading h2,
.depth-heading > p:last-child {
  grid-column: 2;
}

.depth-heading h2 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
}

.depth-heading > p:last-child {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.depth-carousel {
  min-width: 0;
  perspective: 1200px;
  perspective-origin: 50% 45%;
}

.depth-track {
  display: flex;
  gap: clamp(1rem, 2.4vw, 2.5rem);
  align-items: center;
  width: 100%;
  min-height: clamp(36rem, 68svh, 48rem);
  padding-inline: max(var(--gutter), calc(50vw - 11rem));
  padding-block: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(var(--gutter), calc(50vw - 11rem));
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  transform-style: preserve-3d;
}

.depth-track::-webkit-scrollbar {
  display: none;
}

.depth-experiences .depth-track {
  gap: 0;
}

.depth-slide {
  --depth-opacity: 0.72;
  --depth-rotate: 0deg;
  --depth-scale: 0.92;
  --depth-x: 0px;
  --depth-z: -96px;
  position: relative;
  flex: 0 0 clamp(22rem, 30vw, 30rem);
  aspect-ratio: 4 / 5;
  margin: 0;
  opacity: var(--depth-opacity);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transform: perspective(1200px) translate3d(var(--depth-x), 0, var(--depth-z)) rotateY(var(--depth-rotate)) scale(var(--depth-scale));
  transform-origin: center;
  transform-style: preserve-3d;
  transition: opacity 260ms var(--ease), transform 520ms var(--ease);
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 22rem 28rem;
}

.depth-experiences .depth-slide {
  margin-inline: clamp(-5rem, -4vw, -2.25rem);
}

.depth-slide.is-landscape {
  flex-basis: clamp(32rem, 48vw, 52rem);
  aspect-ratio: 16 / 10;
}

.depth-slide.is-current {
  z-index: 2;
  will-change: transform;
}

.depth-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.42rem;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 230, 0.18);
  border-radius: 6px;
  background: rgba(248, 241, 230, 0.06);
  box-shadow: 0 1.5rem 4rem rgba(15, 10, 8, 0.16);
  transition: transform 700ms var(--ease), border-color 700ms var(--ease);
}

.depth-card::after {
  position: absolute;
  inset: 0.42rem;
  border: 1px solid rgba(248, 241, 230, 0.14);
  border-radius: 3px;
  content: "";
  pointer-events: none;
}

.depth-card img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}

.depth-slide.is-current .depth-card:hover {
  border-color: rgba(248, 241, 230, 0.42);
  transform: translate3d(0, -0.5rem, 1rem) scale(1.012);
}

.depth-controls {
  display: grid;
  grid-template-columns: auto minmax(4rem, auto) auto;
  gap: 1rem;
  align-items: center;
  justify-content: end;
  margin-top: 0.75rem;
  padding-inline: var(--gutter);
}

.depth-control,
.motion-control {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.52), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06) 58%, rgba(166, 130, 60, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(42, 28, 20, 0.22),
    0 0.7rem 1.8rem rgba(15, 10, 8, 0.16),
    0 0.12rem 0.3rem rgba(15, 10, 8, 0.12);
  color: inherit;
  cursor: pointer;
  isolation: isolate;
  transform: perspective(240px) translate3d(0, 0, 0);
  transition: opacity 520ms cubic-bezier(0.32, 0.72, 0, 1), transform 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

.depth-control::before,
.motion-control::before {
  position: absolute;
  inset: -35%;
  z-index: 0;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.72) 48%, transparent 60%);
  content: "";
  pointer-events: none;
  transform: translate3d(-115%, 0, 0) rotate(12deg);
  transition: transform 760ms cubic-bezier(0.32, 0.72, 0, 1);
}

.depth-control::after,
.motion-control::after {
  position: absolute;
  inset: 0.22rem;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0.32rem 0.8rem rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}

.depth-control span,
.motion-control span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 -1px 0 rgba(15, 10, 8, 0.12);
  transition: transform 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

.depth-control:hover:not(:disabled),
.motion-control:hover:not(:disabled) {
  transform: perspective(240px) translate3d(0, -0.18rem, 0) rotateX(8deg) scale(1.045);
}

.depth-control:hover:not(:disabled)::before,
.motion-control:hover:not(:disabled)::before {
  transform: translate3d(115%, 0, 0) rotate(12deg);
}

[data-depth-prev]:hover span,
[data-motion-prev]:hover span {
  transform: translate3d(-0.12rem, -0.04rem, 0) scale(1.05);
}

[data-depth-next]:hover span,
[data-motion-next]:hover span {
  transform: translate3d(0.12rem, -0.04rem, 0) scale(1.05);
}

.depth-control:active:not(:disabled),
.motion-control:active:not(:disabled) {
  transform: perspective(240px) translate3d(0, 0.08rem, 0) rotateX(-5deg) scale(0.96);
}

.depth-control:disabled,
.motion-control:disabled {
  cursor: default;
  opacity: 0.25;
}

.depth-status {
  margin: 0;
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

.magazine-book {
  position: relative;
  overflow: visible;
  perspective: 1600px;
  transform-style: preserve-3d;
}

.magazine-pages {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.magazine-pages img,
.magazine-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.magazine-pages img {
  border: 1px solid rgba(248, 241, 230, 0.38);
  object-fit: cover;
  opacity: 0;
  transform: translate3d(0, 0, -1px) scale(0.96);
  transition: opacity 440ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 680ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.magazine-cover {
  z-index: 4;
  overflow: hidden;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transform-origin: left center;
  transition: transform 680ms cubic-bezier(0.22, 0.61, 0.36, 1), filter 420ms ease;
}

.magazine-cover::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.32rem;
  background: linear-gradient(90deg, rgba(20, 12, 9, 0.72), rgba(176, 141, 87, 0.68), transparent);
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.depth-covers .depth-slide.is-current .magazine-cover {
  filter: brightness(0.92);
  transform: translate3d(-22%, 0, 36px) rotateY(-18deg) scale(1.015);
}

.depth-covers .depth-slide.is-current .magazine-pages img {
  opacity: 1;
}

.depth-covers .depth-slide.is-current .magazine-pages img:nth-child(1) {
  transform: translate3d(20%, 0, -4px) rotate(0.7deg) scale(0.98);
}

.depth-covers .depth-slide.is-current .magazine-pages img:nth-child(2) {
  transform: translate3d(28%, 1.5%, -12px) rotate(2deg) scale(0.95);
}

.depth-covers .depth-slide.is-current .magazine-pages img:nth-child(3) {
  transform: translate3d(35%, 3%, -22px) rotate(3.4deg) scale(0.92);
}

.depth-covers .depth-slide.is-current .magazine-pages img:nth-child(4) {
  transform: translate3d(42%, 4.5%, -34px) rotate(4.8deg) scale(0.89);
}

.photo-story {
  position: relative;
  min-width: 0;
  padding-block: clamp(6rem, 10vw, 10rem);
  overflow: hidden;
  isolation: isolate;
  content-visibility: auto;
  contain-intrinsic-size: auto 58rem;
}

.photo-story-heading {
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 5vw, 5rem);
  padding-inline: var(--gutter);
}

.photo-story-heading .section-number {
  align-self: start;
}

.photo-story-heading h2 {
  max-width: 14ch;
  margin: 0;
}

.photo-story-heading p:last-child {
  max-width: 33ch;
  margin: 1.4rem 0 0;
  line-height: 1.65;
  opacity: 0.72;
}

.photo-story-stage {
  min-width: 0;
}

.photo-story-track {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  min-height: clamp(34rem, 64svh, 48rem);
  padding: 1.5rem max(var(--gutter), calc(50vw - clamp(9rem, 13.5vw, 13.5rem)));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(var(--gutter), calc(50vw - clamp(9rem, 13.5vw, 13.5rem)));
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.photo-story-track::-webkit-scrollbar {
  display: none;
}

.photo-story-item {
  --story-brightness: 0.72;
  --story-opacity: 0.5;
  --story-rotate: 0deg;
  --story-scale: 0.92;
  --story-x: 0px;
  --story-z: -70px;
  flex: 0 0 clamp(18rem, 27vw, 27rem);
  aspect-ratio: 2 / 3;
  margin: 0;
  overflow: hidden;
  background: rgba(16, 11, 9, 0.16);
  border: 1px solid rgba(248, 241, 230, 0.22);
  border-radius: clamp(1.5rem, 3vw, 3.75rem);
  filter: brightness(var(--story-brightness));
  opacity: var(--story-opacity);
  scroll-snap-align: center;
  transform: perspective(1200px) translate3d(var(--story-x), 0, var(--story-z)) rotateY(var(--story-rotate)) scale(var(--story-scale));
  transform-style: preserve-3d;
  transition: opacity 650ms cubic-bezier(0.32, 0.72, 0, 1), transform 780ms cubic-bezier(0.32, 0.72, 0, 1);
}

.photo-story-item.is-landscape {
  flex-basis: clamp(28rem, 48vw, 45rem);
  aspect-ratio: 3 / 2;
}

.photo-story-item.is-current {
  box-shadow: 0 2rem 5rem rgba(15, 10, 8, 0.32);
}

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

.photo-story-controls {
  display: grid;
  grid-template-columns: auto minmax(4rem, auto) auto;
  gap: 1rem;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  padding-inline: var(--gutter);
}

.photo-story-note {
  margin: 2.5rem var(--gutter) 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.62;
}

.photo-story--london {
  background: #17100e;
  color: var(--light-text);
}

.photo-story--london::before,
.photo-story--fetish::before,
.photo-story--portraits::before,
.press::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-position: center;
  background-size: cover;
  content: "";
  filter: saturate(0.7) contrast(1.06);
  opacity: 0.34;
  transform: scale(1.035);
}

.photo-story--london::before { background-image: url("/cris-galera-preview-assets/assets/part2/london/london-05.webp"); }
.photo-story--fetish::before { background-image: url("/cris-galera-preview-assets/assets/part2/fetish/fetish-18.webp"); }
.photo-story--portraits::before { background-image: url("/cris-galera-preview-assets/assets/gallery-studio-background.webp"); }

.press::before {
  background-image: url("/cris-galera-preview-assets/assets/press-paparazzi-background.webp");
  background-position: center 44%;
  filter: saturate(0.72) contrast(1.12) brightness(0.78);
  opacity: 0.88;
  animation: press-backdrop-drift 22s var(--ease) infinite alternate;
}

.photo-story::after,
.press::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(176, 141, 87, 0.19), transparent 35%),
    linear-gradient(180deg, rgba(18, 12, 10, 0.72), rgba(18, 12, 10, 0.93));
  content: "";
  pointer-events: none;
}

.photo-story--london .photo-story-item:nth-child(3n + 2) {
  transform-origin: 50% 100%;
}

.photo-story--fetish {
  background: #281216;
  color: var(--light-text);
}

.photo-story--fetish .photo-story-track {
  background: radial-gradient(circle at 50% 50%, rgba(176, 141, 87, 0.12), transparent 58%);
}

.photo-story--fetish .photo-story-item {
  border: 1px solid rgba(248, 241, 230, 0.2);
}

.photo-story--portraits {
  background: var(--smoked-black);
  color: var(--light-text);
}

.photo-story--portraits .photo-story-item.is-current {
  box-shadow: 0 1.6rem 4rem rgba(12, 7, 5, 0.28);
}

.press {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #201411;
  color: var(--light-text);
}

.press::after {
  background:
    linear-gradient(180deg, rgba(13, 8, 7, 0.78) 0%, rgba(20, 12, 10, 0.42) 24%, rgba(15, 9, 8, 0.3) 58%, rgba(12, 7, 6, 0.82) 100%),
    radial-gradient(ellipse at 50% 46%, rgba(176, 141, 87, 0.11), transparent 34%),
    radial-gradient(ellipse at center, transparent 34%, rgba(9, 5, 4, 0.72) 100%);
}

.press-heading,
.press .depth-carousel {
  position: relative;
  z-index: 2;
}

.press-heading {
  text-shadow: 0 0.15rem 1.4rem rgba(8, 4, 3, 0.72);
}

.press-atmosphere {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.press-atmosphere::before,
.press-atmosphere::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(23vw, 24rem);
  content: "";
  opacity: 0.42;
  filter: blur(1px);
}

.press-atmosphere::before {
  left: 0;
  background: linear-gradient(90deg, rgba(176, 141, 87, 0.1), transparent);
}

.press-atmosphere::after {
  right: 0;
  background: linear-gradient(270deg, rgba(148, 81, 46, 0.12), transparent);
}

.press-flash {
  position: absolute;
  width: clamp(8rem, 15vw, 18rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 250, 235, 0.98) 0 1.5%, rgba(255, 241, 205, 0.56) 2%, rgba(176, 141, 87, 0.14) 13%, transparent 45%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.72);
  will-change: opacity, transform;
  animation: press-camera-flash var(--flash-duration, 7s) linear infinite;
  animation-delay: var(--flash-delay, 0s);
}

.press-flash::before,
.press-flash::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 222, 0.5), transparent);
  content: "";
  transform: translate(-50%, -50%) rotate(12deg);
}

.press-flash::after {
  transform: translate(-50%, -50%) rotate(102deg);
}

.press-flash--one { top: 29%; left: 8%; --flash-duration: 6.7s; --flash-delay: -1.4s; }
.press-flash--two { top: 47%; left: 23%; --flash-duration: 8.6s; --flash-delay: -5.2s; }
.press-flash--three { top: 25%; left: 82%; --flash-duration: 7.9s; --flash-delay: -3.6s; }
.press-flash--four { top: 54%; left: 94%; --flash-duration: 9.3s; --flash-delay: -7.1s; }
.press-flash--five { top: 72%; left: 14%; --flash-duration: 10.4s; --flash-delay: -8.8s; }

@keyframes press-camera-flash {
  0%, 9%, 100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(0.72); }
  1.2% { opacity: 0.44; transform: translate3d(-50%, -50%, 0) scale(1); }
  2.3% { opacity: 0.08; transform: translate3d(-50%, -50%, 0) scale(1.12); }
  3.1% { opacity: 0.28; transform: translate3d(-50%, -50%, 0) scale(0.94); }
  5.2% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1.22); }
}

@keyframes press-backdrop-drift {
  from { transform: scale(1.035) translate3d(-0.35%, 0, 0); }
  to { transform: scale(1.07) translate3d(0.35%, -0.5%, 0); }
}

.depth-covers .depth-track {
  min-height: clamp(36rem, 68svh, 48rem);
  padding-inline: max(var(--gutter), calc(50vw - 14rem));
  scroll-padding-inline: max(var(--gutter), calc(50vw - 14rem));
}

.depth-covers .depth-slide {
  flex-basis: clamp(21rem, 27vw, 28rem);
  aspect-ratio: 3 / 4;
}

.depth-covers figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 1.1rem;
  padding: 0.35rem 0.45rem;
  background: rgba(15, 10, 8, 0.72);
  color: var(--light-text);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  writing-mode: initial;
}

.motion {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: clamp(7rem, 11vw, 11rem) var(--gutter);
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 18% -12%, rgba(166, 130, 60, 0.12), transparent 58%),
    radial-gradient(85% 70% at 105% 115%, rgba(148, 81, 46, 0.14), transparent 62%),
    linear-gradient(180deg, #1d1512 0%, var(--smoked-black) 100%);
  color: var(--light-text);
}

.motion::before,
.motion::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.motion::before {
  inset: 0;
  background:
    radial-gradient(58% 38% at 50% 0%, rgba(239, 227, 208, 0.09), transparent 72%),
    linear-gradient(112deg, transparent 12%, rgba(255, 244, 224, 0.025) 37%, transparent 57%);
  animation: motion-studio-light 2.4s var(--ease) both;
  mix-blend-mode: screen;
}

.motion::after {
  right: -12vw;
  bottom: -21rem;
  width: min(68rem, 72vw);
  aspect-ratio: 1;
  border: 1px solid rgba(166, 130, 60, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 7rem rgba(166, 130, 60, 0.018),
    0 0 0 14rem rgba(148, 81, 46, 0.012);
}

@keyframes motion-studio-light {
  from {
    opacity: 0;
    transform: translate3d(-2%, 0, 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.motion-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.motion-heading .section-number {
  grid-column: 1;
  grid-row: 1 / 3;
  margin: 0;
  align-self: start;
}

.motion-heading .eyebrow,
.motion-heading h2 {
  grid-column: 2;
}

.motion-heading h2 {
  max-width: 13ch;
  margin-bottom: 0;
}

.motion-carousel {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.motion-track {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  width: 100%;
  min-width: 0;
  padding-inline-end: var(--motion-trailing-space, 0px);
  padding-bottom: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.motion-track::-webkit-scrollbar {
  display: none;
}

.motion-slide {
  position: relative;
  isolation: isolate;
  flex: 0 0 clamp(18rem, 28vw, 27rem);
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(0.9rem, 1.35vw, 1.25rem);
  background: var(--espresso);
  box-shadow:
    inset 0 1px 0 rgba(239, 227, 208, 0.08),
    0 1.5rem 3rem -1.25rem rgba(0, 0, 0, 0.58),
    0 0.5rem 1rem -0.6rem rgba(0, 0, 0, 0.5);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transform: translateZ(0);
  transition: transform 500ms var(--ease), box-shadow 500ms var(--ease);
}

.motion-slide::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(166, 130, 60, 0.2);
  content: "";
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .motion-slide:hover {
    box-shadow:
      inset 0 1px 0 rgba(239, 227, 208, 0.1),
      0 2rem 3.75rem -1.35rem rgba(0, 0, 0, 0.64),
      0 0.65rem 1.25rem -0.6rem rgba(0, 0, 0, 0.52);
    transform: translate3d(0, -0.25rem, 0);
  }
}

.motion-slide img,
.motion-slide video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.motion-slide video {
  border-radius: inherit;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.motion-slide video::-webkit-media-controls,
.motion-slide video::-webkit-media-controls-enclosure,
.motion-slide video::-webkit-media-controls-panel {
  display: none !important;
}

.motion-slide:nth-child(1) img {
  object-position: 51% 42%;
}

.motion-slide:nth-child(2) img {
  object-position: 50% 34%;
}

.motion-slide:nth-child(3) img {
  object-position: 50% 38%;
}

.motion-slide:nth-child(4) img {
  object-position: 50% 32%;
}

.motion-controls {
  display: grid;
  grid-template-columns: auto minmax(4rem, auto) auto;
  gap: 1rem;
  align-items: center;
  justify-content: end;
  margin-top: 1.25rem;
}

.motion-status {
  margin: 0;
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--smoked-black);
  color: var(--light-text);
}

.contact::before,
.contact::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.contact::before {
  z-index: -2;
  background: url("/cris-galera-preview-assets/assets/editorial/experience-30.jpg") center 38% / cover no-repeat;
  filter: blur(18px) grayscale(1) contrast(1.08);
  opacity: 0.28;
  transform: scale(1.13);
}

.contact::after {
  z-index: -1;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(176, 141, 87, 0.16), transparent 31%),
    radial-gradient(ellipse at 79% 42%, rgba(148, 81, 46, 0.13), transparent 30%),
    linear-gradient(105deg, rgba(15, 10, 8, 0.38), rgba(20, 13, 11, 0.84) 54%, rgba(12, 8, 7, 0.94));
}

.contact-image {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  padding: 0.42rem;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 230, 0.2);
  border-radius: clamp(2.2rem, 4.8vw, 5.5rem) clamp(1rem, 2.2vw, 2.4rem) clamp(4rem, 7vw, 8rem) clamp(1.4rem, 3vw, 3.8rem);
  background: rgba(248, 241, 230, 0.055);
  box-shadow:
    0 2.4rem 7rem rgba(7, 4, 3, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: rotate(-0.7deg);
  transition: border-color 520ms ease, box-shadow 520ms ease, transform 700ms var(--ease);
}

.contact-image::after {
  position: absolute;
  inset: 0.42rem;
  border: 1px solid rgba(248, 241, 230, 0.13);
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 60%, rgba(12, 7, 6, 0.32));
  content: "";
  pointer-events: none;
}

.contact-image img {
  width: 100%;
  height: 100%;
  border-radius: calc(clamp(2.2rem, 4.8vw, 5.5rem) - 0.42rem) calc(clamp(1rem, 2.2vw, 2.4rem) - 0.42rem) calc(clamp(4rem, 7vw, 8rem) - 0.42rem) calc(clamp(1.4rem, 3vw, 3.8rem) - 0.42rem);
  object-fit: cover;
  object-position: 42% 40%;
  filter: contrast(1.04);
  transform: scale(1.015);
  transition: filter 520ms ease, transform 850ms var(--ease);
}

.contact-image:hover {
  border-color: rgba(176, 141, 87, 0.52);
  box-shadow:
    0 2.8rem 8rem rgba(7, 4, 3, 0.58),
    0 0 0 1px rgba(176, 141, 87, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: rotate(0deg) translate3d(0, -0.35rem, 0);
}

.contact-image:hover img {
  filter: contrast(1.07) brightness(1.03);
  transform: scale(1.035);
}

.contact-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 38rem;
  padding: 7rem var(--gutter);
}

.contact-copy::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 48%;
  width: clamp(23rem, 32vw, 34rem);
  aspect-ratio: 0.72;
  border: 1px solid rgba(176, 141, 87, 0.13);
  border-radius: 48% 52% 44% 56%;
  box-shadow: 0 0 0 4rem rgba(176, 141, 87, 0.018), 0 0 0 8rem rgba(148, 81, 46, 0.012);
  content: "";
  transform: translate(-50%, -50%) rotate(7deg);
}

.contact-copy h2 {
  text-wrap: balance;
  text-shadow: 0 0.2rem 1.6rem rgba(7, 4, 3, 0.55);
}

.contact-action {
  margin-top: 1.5rem;
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 260ms ease, border-color 260ms ease, transform 420ms var(--ease);
}

.contact-action:hover {
  border-color: var(--gold);
  color: #F4EDE0;
  transform: translate3d(0.35rem, 0, 0);
}

.platforms {
  padding: clamp(6rem, 9vw, 9.5rem) var(--gutter) clamp(7rem, 10vw, 10rem);
  overflow: hidden;
  background: var(--paper);
  color: var(--espresso);
}

.platforms-heading {
  display: grid;
  grid-template-columns: minmax(3rem, 0.18fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 5rem);
  max-width: 100rem;
  margin: 0 auto clamp(3.5rem, 5vw, 5.5rem);
}

.platforms-heading .section-number {
  align-self: start;
}

.platforms-heading > div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.26fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 5rem);
}

.platforms-heading .eyebrow {
  margin: 0 0 0.7rem;
}

.platforms-heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(4.5rem, 7.25vw, 8.75rem);
  line-height: 0.84;
  white-space: nowrap;
}

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 100rem;
  margin-inline: auto;
  border-top: 1px solid rgba(42, 28, 20, 0.22);
  border-bottom: 1px solid rgba(42, 28, 20, 0.22);
}

.platform-group {
  display: flex;
  flex-direction: column;
  min-height: clamp(23rem, 27vw, 27rem);
  padding: clamp(2rem, 2.75vw, 3rem);
  border-right: 1px solid rgba(42, 28, 20, 0.18);
}

.platform-group:last-child {
  border-right: 0;
}

.platform-group--adult {
  background: var(--wine);
  color: var(--light-text);
}

.platform-group--mentoring {
  background: rgba(176, 141, 87, 0.1);
}

.platform-group-heading {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: start;
  gap: clamp(0.85rem, 1.5vw, 1.4rem);
}

.platform-group-heading > span {
  padding-top: 0.4rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.platform-group-heading .adult-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.32rem 0.48rem;
  border: 1px solid currentColor;
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.platform-group h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 3.25vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-wrap: balance;
}

.platform-group-heading p {
  max-width: 29ch;
  margin: 1.15rem 0 0;
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  line-height: 1.55;
  opacity: 0.74;
}

.platform-links {
  margin: clamp(3rem, 5vw, 5rem) 0 0;
  padding: 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

.platform-links li {
  border-bottom: 1px solid currentColor;
}

.platform-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1.05rem 0;
  color: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 360ms var(--ease), transform 520ms var(--ease);
}

.platform-link:hover {
  opacity: 0.66;
  transform: translate3d(0.4rem, 0, 0);
}

.platform-link span:last-child {
  transition: transform 520ms var(--ease);
}

.platform-link:hover span:last-child {
  transform: translate3d(0.15rem, -0.15rem, 0);
}

.platform-adult-note {
  max-width: 28ch;
  margin: 1.5rem 0 0;
  font-size: 0.58rem;
  line-height: 1.55;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.66;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 2rem var(--gutter);
  border-top: 1px solid rgba(248, 241, 230, 0.16);
  background: var(--smoked-black);
  color: var(--light-text);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer p:last-child {
  justify-self: end;
}

.reveal {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 1000px) {
  h1 {
    font-size: clamp(5rem, 11.5vw, 11rem);
  }

  h2 {
    font-size: clamp(3.5rem, 6.5vw, 6.5rem);
  }

  .section-grid {
    grid-template-columns: minmax(2.5rem, 0.22fr) minmax(17rem, 0.72fr) minmax(20rem, 1fr);
    width: min(100%, 96rem);
    min-height: auto;
    margin-inline: auto;
    padding-block: clamp(7rem, 9vw, 9rem);
  }

  .experience,
  .contact {
    gap: clamp(3rem, 6vw, 7rem);
    align-items: center;
    min-height: auto;
    padding: clamp(7rem, 9vw, 9rem) max(var(--gutter), calc((100vw - 90rem) / 2));
  }

  .experience {
    grid-template-columns: minmax(28rem, 0.95fr) minmax(22rem, 0.75fr);
  }

  .experience-image,
  .contact-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    max-width: 35rem;
    min-height: 0;
  }

  .experience-image {
    justify-self: end;
  }

  .experience-copy,
  .contact-copy {
    padding: 0;
  }

  .experience-copy .section-number,
  .london-copy .section-number,
  .gallery-heading .section-number,
  .motion-heading .section-number,
  .contact-copy .section-number {
    margin-bottom: clamp(3.5rem, 6vw, 6rem);
  }

  .london {
    grid-template-columns: minmax(20rem, 0.75fr) minmax(24rem, 1fr);
    min-height: auto;
    padding: clamp(7rem, 9vw, 9rem) max(var(--gutter), calc((100vw - 90rem) / 2));
  }

  .london-copy {
    padding-bottom: 0;
  }

  .london-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    max-width: 35rem;
    min-height: 0;
    justify-self: end;
  }

  .depth-section {
    padding-block: clamp(5rem, 7vw, 7rem);
  }

  .depth-heading {
    width: min(100%, 90rem);
  }

  .motion {
    padding-block: clamp(7rem, 9vw, 9rem);
  }

  .motion-slide {
    flex-basis: clamp(16rem, 20vw, 21rem);
  }

  .contact {
    grid-template-columns: minmax(28rem, 0.95fr) minmax(22rem, 0.75fr);
  }

  .reveal {
    transform: translateY(1.5rem);
  }
}

@media (min-width: 801px) and (max-width: 1199px) {
  .manifesto-heading {
    grid-template-columns: minmax(3rem, 0.14fr) minmax(20rem, 0.9fr) minmax(15rem, 0.5fr);
    gap: 2.5rem;
  }

  .journey-stop--brazil { left: 2%; }
  .journey-stop--uk { left: 20%; }
  .journey-stop--europe { right: 18%; left: auto; }
  .journey-stop--australia { right: 1%; left: auto; }

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

  .platform-group--mentoring {
    grid-column: 1 / -1;
    min-height: 20rem;
    border-top: 1px solid rgba(42, 28, 20, 0.18);
  }

  .depth-track,
  .depth-covers .depth-track {
    min-height: clamp(34rem, 66svh, 42rem);
  }

  .depth-slide {
    flex-basis: clamp(21rem, 40vw, 27rem);
  }

  .depth-slide.is-landscape {
    flex-basis: clamp(30rem, 58vw, 42rem);
  }

  .depth-covers .depth-slide {
    flex-basis: clamp(20rem, 36vw, 25rem);
  }
}

@media (max-width: 800px) {
  .london-mural {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5.4;
    margin-top: 1.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(14, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .london-mural-photo--hero { grid-column: 2 / 12; grid-row: 1 / 8; }
  .london-mural-photo--one { grid-column: 1 / 7; grid-row: 8 / 11; transform: rotateY(4deg); }
  .london-mural-photo--four { grid-column: 7 / 13; grid-row: 8 / 11; transform: rotateY(-4deg); }
  .london-mural-photo--two { grid-column: 1 / 7; grid-row: 11 / 15; transform: rotateY(4deg); }
  .london-mural-photo--five { grid-column: 7 / 13; grid-row: 11 / 15; transform: rotateY(-4deg); }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    gap: 0.65rem;
    align-items: center;
    padding: 1rem 0;
  }

  .menu-toggle i {
    width: 1.25rem;
    height: 1px;
    background: currentColor;
    box-shadow: 0 5px currentColor;
    transition: transform 250ms ease, box-shadow 250ms ease;
  }

  .menu-toggle[aria-expanded="true"] i {
    transform: translateY(2px) rotate(45deg);
    box-shadow: 0 0 currentColor;
  }

  .header-menu {
    position: fixed;
    inset: 5rem 0 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 1.5rem;
    padding: 2rem var(--gutter);
    background: var(--ivory);
    color: var(--espresso);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: opacity 250ms ease, transform 250ms ease;
  }

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

  .site-nav {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  .language-switcher {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .language-switcher button {
    min-width: 2.5rem;
    padding-block: 0.55rem;
  }

  .site-nav a {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: clamp(2.8rem, 12vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
    text-transform: none;
  }

  .site-nav a::after {
    display: none;
  }

  .hero-image {
    object-position: 57% 44%;
  }

  .hero-shade {
    background: rgba(23, 18, 16, 0.42);
  }

  .hero-background-video {
    object-position: 50% 50%;
  }

  .hero-meta p:last-child {
    display: none;
  }

  .hero-title {
    grid-template-columns: 1fr;
    gap: 1rem;
    bottom: 6rem;
  }

  .hero-title .eyebrow {
    top: -2rem;
  }

  h1 {
    font-size: clamp(5rem, 25vw, 8rem);
  }

  h2 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .hero-line {
    max-width: 16rem;
    margin-left: auto;
    font-size: 1.25rem;
  }

  .hero-scroll {
    left: var(--gutter);
  }

  .section-grid,
  .experience,
  .london,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-grid {
    gap: 2rem;
    min-height: auto;
    padding-top: 7rem;
  }

  .section-grid > .section-number {
    margin-bottom: 2rem;
  }

  .manifesto {
    min-height: auto;
    padding: 7rem var(--gutter) 9rem;
  }

  .manifesto-heading {
    display: block;
    margin-bottom: 3.5rem;
  }

  .manifesto-heading > .section-number {
    margin-bottom: 3rem;
  }

  .manifesto-heading h2 {
    max-width: 8ch;
  }

  .manifesto-intro {
    margin-top: 2rem;
  }

  .journey-map {
    min-height: 0;
    padding-top: 0;
  }

  .journey-map-art {
    top: -1rem;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 178%;
    opacity: 0.9;
    transform: translateX(-50%);
  }

  .journey-map-art .journey-routes {
    opacity: 0.74;
  }

  .journey-stops {
    position: relative;
    display: grid;
    gap: 2rem;
    padding: clamp(19rem, 82vw, 25rem) 0 2rem;
  }

  .journey-stops::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(176, 141, 87, 0.62) 12%, rgba(176, 141, 87, 0.34) 88%, transparent);
    content: "";
  }

  .journey-stop,
  .journey-stop--brazil,
  .journey-stop--uk,
  .journey-stop--europe,
  .journey-stop--australia {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(78vw, 21rem);
  }

  .journey-stop:nth-child(odd) {
    justify-self: start;
  }

  .journey-stop:nth-child(even) {
    justify-self: end;
  }

  .experience-image,
  .contact-image {
    min-height: 72svh;
  }

  .experience-copy,
  .contact-copy {
    padding: 6rem var(--gutter);
  }

  .experience-copy .section-number,
  .london-copy .section-number,
  .gallery-heading .section-number,
  .motion-heading .section-number,
  .contact-copy .section-number {
    margin-bottom: 4rem;
  }

  .london {
    padding-top: 7rem;
  }

  .london-copy {
    padding-bottom: 0;
  }

  .london-image {
    min-height: 70svh;
  }

  .depth-section {
    padding-block: clamp(4.5rem, 14vw, 6rem);
  }

  .photo-story {
    padding-block: clamp(5rem, 16vw, 7rem);
  }

  .photo-story-heading {
    display: block;
    margin-bottom: 2.75rem;
  }

  .photo-story-heading .section-number {
    display: block;
    margin-bottom: 2.75rem;
  }

  .photo-story-heading h2 {
    max-width: 10ch;
  }

  .photo-story-track {
    gap: 0.85rem;
    min-height: 31rem;
    padding: 1rem max(var(--gutter), calc(50vw - min(37vw, 11.5rem)));
    scroll-padding-inline: max(var(--gutter), calc(50vw - min(37vw, 11.5rem)));
  }

  .photo-story-item {
    flex-basis: min(74vw, 23rem);
  }

  .photo-story-item.is-landscape {
    flex-basis: min(88vw, 34rem);
  }

  .photo-story-controls {
    justify-content: center;
    margin-top: 0.5rem;
  }

  .depth-covers .depth-slide.is-current .magazine-cover {
    filter: brightness(0.9);
    transform: translate3d(-18%, 0, 28px) rotateY(-14deg) scale(1.01);
  }

  .depth-covers .depth-slide.is-current .magazine-pages img:nth-child(n + 2) {
    transform: translate3d(24%, 1%, -10px) rotate(1.5deg) scale(0.94);
  }

  .depth-heading {
    display: block;
    margin-bottom: 2.75rem;
  }

  .depth-heading .section-number {
    display: block;
    margin-bottom: 2.75rem;
  }

  .depth-heading h2 {
    max-width: 9ch;
  }

  .gallery::before {
    background-position: 18% center;
    opacity: 0.64;
  }

  .gallery::after {
    background:
      linear-gradient(180deg, rgba(16, 11, 9, 0.82) 0%, rgba(16, 11, 9, 0.28) 36%, rgba(16, 11, 9, 0.44) 75%, rgba(16, 11, 9, 0.82) 100%),
      linear-gradient(90deg, rgba(16, 11, 9, 0.12), rgba(16, 11, 9, 0.56));
  }

  .depth-track {
    min-height: 0;
    gap: 0.9rem;
    padding-inline: var(--gutter);
    padding-block: 0.75rem;
    scroll-padding-inline: var(--gutter);
  }

  .depth-slide,
  .depth-slide.is-landscape,
  .depth-covers .depth-slide {
    flex-basis: min(88vw, 28rem);
    aspect-ratio: 4 / 5;
  }

  .depth-experiences .depth-slide,
  .depth-experiences .depth-slide.is-landscape {
    margin-inline: -1.35rem;
    opacity: var(--depth-opacity);
    transform: perspective(900px) translate3d(var(--depth-x), 0, var(--depth-z)) rotateY(var(--depth-rotate)) scale(var(--depth-scale));
  }

  .depth-covers .depth-slide {
    margin-inline: 0;
    opacity: var(--depth-opacity);
    transform: perspective(900px) translate3d(var(--depth-x), 0, var(--depth-z)) rotateY(var(--depth-rotate)) scale(var(--depth-scale));
  }

  .depth-controls {
    justify-content: center;
    margin-top: 1rem;
    padding-inline: var(--gutter);
  }

  .motion {
    padding-right: 0;
  }

  .motion-heading {
    display: block;
    padding-right: var(--gutter);
  }

  .motion-heading .section-number {
    margin-bottom: 4rem;
  }

  .motion-heading h2 {
    max-width: 9ch;
  }

  .motion-track {
    gap: 0.9rem;
  }

  .motion-slide {
    flex-basis: min(76vw, 24rem);
  }

  .motion-controls {
    justify-content: start;
    padding-right: var(--gutter);
  }

  .contact-copy {
    order: -1;
  }

  .platforms {
    padding-block: clamp(5rem, 16vw, 7rem);
  }

  .platforms-heading {
    display: block;
    margin-bottom: 3rem;
  }

  .platforms-heading .section-number {
    display: block;
    margin-bottom: 3rem;
  }

  .platforms-heading > div {
    display: block;
  }

  .platforms-heading .eyebrow {
    margin-bottom: 1.25rem;
  }

  .platforms-heading h2 {
    max-width: 8ch;
    font-size: clamp(4rem, 18vw, 5.75rem);
    line-height: 0.84;
    white-space: normal;
  }

  .platforms-grid {
    grid-template-columns: 1fr;
  }

  .platform-group {
    min-height: 0;
    padding: 3rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(42, 28, 20, 0.18);
  }

  .platform-group--adult {
    margin: 0 calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
  }

  .platform-group--mentoring {
    border-bottom: 0;
  }

  .platform-links {
    margin-top: 2.75rem;
  }

  .site-footer {
    grid-template-columns: auto 1fr;
  }

  .site-footer p:first-of-type {
    justify-self: end;
  }

  .site-footer p:last-child {
    display: none;
  }
}

@media (max-width: 800px) and (orientation: landscape) {
  .depth-section {
    padding-block: 3.5rem;
  }

  .depth-track {
    min-height: 0;
  }

  .depth-slide,
  .depth-slide.is-landscape,
  .depth-covers .depth-slide {
    flex-basis: min(42vw, 20rem);
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --ivory: #211815;
    --paper: #2A201C;
    --espresso: #EFE3D0;
    --line: rgba(239, 227, 208, 0.2);
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    background: rgba(33, 24, 21, 0.97);
    color: var(--espresso);
  }

  .manifesto-copy > p:last-child,
  .experience-copy > p:not(.eyebrow):not(.lead) {
    color: rgba(239, 227, 208, 0.7);
  }

  .manifesto-portrait figcaption {
    color: var(--espresso);
  }
}

.quiz-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #FAF7F2;
  color: #0F0D0B;
}

.quiz-dialog::backdrop {
  background: rgba(15, 13, 11, 0.72);
}

.quiz-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 100svh;
}

.quiz-header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(8rem, 20rem) auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: 1rem var(--gutter);
  border-bottom: 1px solid rgba(15, 13, 11, 0.2);
  background: #FAF7F2;
}

.quiz-progress-wrap {
  width: 100%;
  justify-self: center;
}

.quiz-progress {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quiz-progress-line {
  height: 2px;
  overflow: hidden;
  background: rgba(15, 13, 11, 0.18);
}

.quiz-progress-line i {
  display: block;
  width: var(--quiz-progress, 12.5%);
  height: 100%;
  background: #B08D57;
  transition: width 220ms ease;
}

.quiz-close {
  min-height: 2.75rem;
  padding: 0.65rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quiz-form {
  display: grid;
  grid-template-columns: minmax(14rem, 0.65fr) minmax(18rem, 1fr);
  gap: clamp(2rem, 8vw, 9rem);
  width: min(100%, 82rem);
  margin: 0 auto;
  padding: clamp(3rem, 8vh, 7rem) var(--gutter) 8rem;
}

.quiz-intro {
  max-width: 30rem;
}

.quiz-context {
  align-self: start;
  min-width: 0;
}

.quiz-visual {
  position: relative;
  width: min(100%, 22rem);
  margin: clamp(2rem, 5vh, 4rem) 0 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: clamp(0.75rem, 1.2vw, 1.1rem);
  background: var(--sand);
  box-shadow: 0 1.4rem 3rem -1.6rem rgba(42, 28, 20, 0.42);
}

.quiz-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: var(--quiz-object-position, 50% 32%);
  transform: scale(1.045);
  visibility: hidden;
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms var(--ease),
    visibility 0s linear 420ms;
}

.quiz-visual img.is-active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.quiz-visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 64%, rgba(23, 18, 16, 0.14));
  box-shadow: inset 0 0 0 1px rgba(166, 130, 60, 0.2);
  content: "";
  pointer-events: none;
}

.quiz-visual img:nth-child(1) { --quiz-object-position: 50% 48%; --quiz-object-position-mobile: 50% 45%; }
.quiz-visual img:nth-child(2) { --quiz-object-position: 50% 20%; --quiz-object-position-mobile: 50% 15%; }
.quiz-visual img:nth-child(3) { --quiz-object-position: 55% 25%; --quiz-object-position-mobile: 60% 20%; }
.quiz-visual img:nth-child(4) { --quiz-object-position: 35% 15%; --quiz-object-position-mobile: 40% 10%; }
.quiz-visual img:nth-child(5) { --quiz-object-position: 50% 32%; --quiz-object-position-mobile: 50% 25%; }
.quiz-visual img:nth-child(6) { --quiz-object-position: 50% 25%; --quiz-object-position-mobile: 50% 20%; }
.quiz-visual img:nth-child(7) { --quiz-object-position: 50% 48%; --quiz-object-position-mobile: 50% 45%; }
.quiz-visual img:nth-child(8) { --quiz-object-position: 50% 32%; --quiz-object-position-mobile: 50% 25%; }
}

.quiz-intro h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(3.5rem, 7vw, 7rem);
}

.quiz-step {
  align-self: start;
  min-width: 0;
}

.quiz-step[hidden],
.quiz-complete[hidden],
.quiz-nav[hidden],
.quiz-error[hidden],
.booking-request[hidden],
.booking-summary[hidden],
.booking-second-fields[hidden] {
  display: none;
}

.quiz-step h3,
.quiz-complete h3 {
  margin: 0 0 2rem;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.quiz-step fieldset {
  min-width: 0;
  margin: 0 0 2rem;
  padding: 0;
  border: 0;
}

.quiz-step legend,
.quiz-step label > span:first-child {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quiz-choice-grid,
.quiz-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.quiz-choice {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  min-height: 3.25rem;
  margin: 0 0 0.6rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(15, 13, 11, 0.28);
  cursor: pointer;
}

.quiz-choice:has(input:checked) {
  border-color: #B08D57;
  box-shadow: inset 3px 0 #B08D57;
}

.quiz-choice input,
.quiz-consent input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #0F0D0B;
}

.quiz-choice span:first-child,
.quiz-consent span:first-child {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.quiz-step input:not([type="radio"]):not([type="checkbox"]),
.quiz-step select,
.quiz-step textarea {
  width: 100%;
  min-height: 3.25rem;
  margin-bottom: 1.25rem;
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 13, 11, 0.45);
  border-radius: 0;
  background: transparent;
  color: #0F0D0B;
  font: inherit;
}

.quiz-step textarea {
  resize: vertical;
}

.quiz-step [aria-invalid="true"] {
  border-color: #9C5A3D;
  outline: 2px solid #9C5A3D;
  outline-offset: 3px;
}

.quiz-consent {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  min-height: 3rem;
  padding-top: 0.5rem;
}

.quiz-privacy,
.quiz-error {
  font-size: 0.78rem;
}

.quiz-error {
  grid-column: 2;
  min-height: 1.5rem;
  margin: 0;
  color: #9C5A3D;
  font-weight: 700;
}

.quiz-nav {
  position: sticky;
  z-index: 1;
  bottom: 0;
  grid-column: 2;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 1rem 0;
  background: #FAF7F2;
}

.quiz-nav button {
  min-width: 8rem;
  min-height: 3.25rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid #0F0D0B;
  background: #0F0D0B;
  color: #FAF7F2;
  cursor: pointer;
  font-weight: 700;
}

.quiz-nav [data-quiz-back] {
  background: transparent;
  color: #0F0D0B;
}

.quiz-complete {
  grid-column: 2;
  align-self: start;
  padding: 2rem 0;
}

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

.booking-panel .eyebrow {
  margin-bottom: 1rem;
}

.booking-note {
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  border-left: 3px solid #B08D57;
  background: rgba(176, 141, 87, 0.1);
  font-weight: 600;
  line-height: 1.55;
}

.booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  min-width: 0;
}

.booking-fields label,
.booking-fields input,
.booking-fields select {
  min-width: 0;
}

.booking-fields label > span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-fields input,
.booking-fields select {
  width: 100%;
  min-height: 3.25rem;
  margin-bottom: 1.25rem;
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 13, 11, 0.45);
  border-radius: 0;
  background: transparent;
  color: #0F0D0B;
  font: inherit;
}

.booking-fields [aria-invalid="true"] {
  border-color: #9C5A3D;
  outline: 2px solid #9C5A3D;
  outline-offset: 3px;
}

.booking-toggle {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 1rem 0 1.5rem;
  cursor: pointer;
  font-weight: 600;
}

.booking-toggle input {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #0F0D0B;
}

.booking-second-fields {
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 13, 11, 0.18);
}

.booking-help,
.booking-error {
  font-size: 0.78rem;
  line-height: 1.55;
}

.booking-help {
  color: rgba(15, 13, 11, 0.68);
}

.booking-error {
  min-height: 1.5rem;
  margin: 0;
  color: #9C5A3D;
  font-weight: 700;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
}

.booking-actions button,
.booking-actions a {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border: 1px solid #0F0D0B;
  background: #0F0D0B;
  color: #FAF7F2;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: center;
}

.booking-actions .booking-edit,
.booking-actions a {
  background: transparent;
  color: #0F0D0B;
}

[data-booking-live][hidden] {
  display: none;
}

.booking-summary-copy {
  max-width: 100%;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border: 1px solid rgba(15, 13, 11, 0.22);
  background: #F4EDE0;
  font-size: 0.84rem;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .quiz-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.75rem 1.25rem;
  }

  .quiz-header .monograma {
    display: none;
  }

  .quiz-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    padding: 3rem 1.25rem 6rem;
  }

  .quiz-intro h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .quiz-visual {
    display: block;
    width: 100%;
    margin: 1.5rem 0 2rem;
    aspect-ratio: 16 / 7;
    border-radius: 0.75rem;
  }

  .quiz-visual img {
    object-position: var(--quiz-object-position-mobile, 50% 25%);
  }

  .quiz-choice-grid,
  .quiz-fields,
  .booking-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .quiz-error,
  .quiz-nav,
  .quiz-complete {
    grid-column: 1;
  }

  .quiz-nav {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    padding: 0.75rem 1.25rem;
  }

  .quiz-nav button {
    min-width: 0;
    flex: 1;
  }

  .booking-actions {
    align-items: stretch;
  }

  .booking-actions button,
  .booking-actions a {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 800px) and (prefers-color-scheme: dark) {
  .header-menu {
    background: rgba(33, 24, 21, 0.99);
    color: var(--espresso);
  }
}

@media (max-width: 800px) {
  .contact {
    gap: 0;
    padding-top: 5rem;
  }

  .contact::before {
    background-position: 39% 24%;
    filter: blur(14px) grayscale(1) contrast(1.08);
    opacity: 0.22;
  }

  .contact-image {
    width: calc(100% - (2 * var(--gutter)));
    min-height: 64svh;
    margin-inline: var(--gutter);
    border-radius: 2.5rem 1.1rem 4.5rem 1.6rem;
    transform: none;
  }

  .contact-image img {
    border-radius: 2.08rem 0.68rem 4.08rem 1.18rem;
  }

  .contact-copy {
    max-width: none;
    padding: 5rem var(--gutter) 7rem;
  }

  .contact-copy::before {
    left: 72%;
    width: 21rem;
    opacity: 0.72;
  }

  .press::before {
    background-image: url("/cris-galera-preview-assets/assets/press-paparazzi-background-mobile.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.96;
    animation: none;
    transform: scale(1.035);
  }

  .press-flash--two,
  .press-flash--five {
    display: none;
  }

  .press-flash {
    width: clamp(7rem, 32vw, 11rem);
  }
}

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

  .age-gate.is-unlocking {
    animation: age-gate-reduced-release 0.38s linear both !important;
  }

  .age-gate.is-unlocking .age-gate-door,
  .age-gate.is-unlocking .age-gate-content,
  .age-gate.is-unlocking .age-gate-shade,
  body.age-gate-unlocking > [data-age-gated-content] {
    animation: none !important;
  }

  @keyframes age-gate-reduced-release {
    to { opacity: 0; visibility: hidden; }
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-background-video {
    display: none;
  }

  .depth-slide,
  .depth-card {
    opacity: 1 !important;
    transform: none !important;
  }

  .photo-story-item {
    opacity: 1;
    transform: none !important;
  }

  .journey-stop {
    opacity: 1;
    transform: none !important;
  }

  .journey-route--active {
    stroke-dasharray: none;
  }

  .press::before {
    animation: none;
    transform: scale(1.035);
  }

  .press-atmosphere {
    display: none;
  }

  .contact-image,
  .contact-image:hover,
  .contact-image img,
  .contact-image:hover img {
    transform: none !important;
  }

  .depth-covers .depth-slide.is-current .magazine-cover {
    opacity: 0.08;
    transform: translate3d(-10%, 0, 0) rotateY(0deg) !important;
  }

  .depth-covers .depth-slide.is-current .magazine-pages img {
    opacity: 1;
    transform: none !important;
  }
}
