
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400&display=swap');

html,body{margin:0;min-height:100%;background:#000;}
.hero{height:100vh;position:relative;overflow:hidden;}
.video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.warm-overlay{position:absolute;inset:0;background:linear-gradient(rgba(15,22,28,.42),rgba(15,22,28,.30));}
.grain{
position:absolute;inset:0;opacity:.10;
background-image:radial-gradient(rgba(255,255,255,.6) 0.8px, transparent 0.8px);
background-size:4px 4px;
mix-blend-mode:soft-light;
}
.nav-block{
position:absolute;
top:28px;
right:130px;
z-index:5;
text-align:right;
color:#F5E9D6;
font-family:Inter,sans-serif;
}
.demo,.lang{font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.lang{margin-top:6px;}
.hamburger{margin-top:18px;display:inline-flex;flex-direction:column;gap:8px;}
.hamburger span{width:34px;height:2px;background:white;}
.hero-content{
position:absolute;
left:50%;top:35%;
transform:translate(-50%,-50%);
text-align:center;
z-index:5;
width:min(90%,900px);
}
.logo{
width:min(272px,22.4vw);
animation:logoFocus 2.0s cubic-bezier(.22,.61,.36,1) forwards;
filter:blur(13px) drop-shadow(0 8px 25px rgba(0,0,0,.10));
}
h1{
color:#F5E9D6;

color:white;
font-family:'Cormorant Garamond',serif;
font-weight:500;
font-size:clamp(26px,2.3vw,42px);
margin-top:12px;
letter-spacing:.02em;
}
.scroll-indicator{
position:absolute;bottom:38px;left:50%;
transform:translateX(-50%);
color:white;font-size:34px;opacity:0;
animation:fadeIn 2s ease forwards 3s,floatArrow 2.8s ease-in-out infinite 5s;
}
@keyframes fadeIn{to{opacity:.8;}}
@keyframes floatArrow{
0%,100%{transform:translateX(-50%) translateY(0);}
50%{transform:translateX(-50%) translateY(10px);}
}

.hero::before{
content:'';
position:absolute;
left:50%;
top:35%;
transform:translate(-50%,-50%);
width:700px;
height:700px;
border-radius:50%;
background:radial-gradient(circle, rgba(255,244,225,0.22) 0%, rgba(255,244,225,0.10) 35%, rgba(255,244,225,0.00) 75%);
filter:blur(70px);
z-index:1;
pointer-events:none;
}

.hero::after{
content:'';
position:absolute;
inset:0;
background:radial-gradient(circle at center,
rgba(0,0,0,0.00) 25%,
rgba(0,0,0,0.08) 70%,
rgba(0,0,0,0.18) 100%);
pointer-events:none;
z-index:1;
}
.hero-content,.nav-block,.scroll-indicator{z-index:5;}

@keyframes logoFocus{
0%{
filter:blur(13px) drop-shadow(0 8px 25px rgba(0,0,0,.08));
}
45%{
filter:blur(7px) drop-shadow(0 8px 25px rgba(0,0,0,.10));
}
72%{
filter:blur(3px) drop-shadow(0 8px 25px rgba(0,0,0,.12));
}
100%{
filter:blur(0) drop-shadow(0 8px 25px rgba(0,0,0,.15));
}
}


/* V7: force headline to match navigation cream */
.hero-content h1,
h1 {
  color: #F5E9D6 !important;
}


html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.scroll-indicator {
  text-decoration: none;
}

/* MOMENT 2 — THE EXPERIENCE */
.moment-two {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #080604;
  display: flex;
  align-items: center;
}

.moment-two-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/moment2-beachclub.webp");
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.moment-two-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.22) 42%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, rgba(8,38,74,.12), rgba(8,38,74,.18));
}

.moment-two-grain {
  position: absolute;
  inset: 0;
  opacity: .10;
  background-image: radial-gradient(rgba(255,255,255,.58) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.moment-two-copy {
  position: relative;
  z-index: 3;
  margin-left: 7vw;
  max-width: 760px;
  color: #F5E9D6;
}

.chapter-label {
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  margin: 0 0 24px;
  color: #F5E9D6;
  opacity: .86;
}

.moment-two h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.035em;
  font-size: clamp(58px, 8.5vw, 138px);
  color: #F5E9D6;
  text-shadow: 0 8px 36px rgba(0,0,0,.18);
}

.moment-two h2 span,
.moment-two h2 em {
  display: block;
}

.moment-two h2 em {
  font-style: italic;
  color: rgba(245,233,214,.78);
  margin-top: .06em;
}

.moment-two-line {
  max-width: 520px;
  margin: 34px 0 0;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.55;
  color: rgba(245,233,214,.92);
}

@media (max-width: 900px) {
  .moment-two {
    align-items: flex-end;
  }
  .moment-two-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.62) 100%),
      linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.18));
  }
  .moment-two-copy {
    margin: 0 24px 80px;
  }
  .moment-two h2 {
    font-size: clamp(52px, 15vw, 92px);
  }
}

/* MOMENT 3 — MEET PORTOBELLO */
.moment-three {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #080604;
  display: flex;
  align-items: center;
}

.moment-three-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/moment3-portobello.png");
  background-size: cover;
  background-position: center center;
  transform: scale(1.015);
}

.moment-three-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.28) 40%, rgba(0,0,0,.02) 72%),
    linear-gradient(180deg, rgba(8,38,74,.10), rgba(8,38,74,.16));
}

.moment-three-grain {
  position: absolute;
  inset: 0;
  opacity: .10;
  background-image: radial-gradient(rgba(255,255,255,.58) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.moment-three-copy {
  position: relative;
  z-index: 3;
  margin-left: 7vw;
  max-width: 680px;
  color: #F5E9D6;
}

.moment-three h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.035em;
  font-size: clamp(62px, 8vw, 128px);
  color: #F5E9D6;
  text-shadow: 0 8px 36px rgba(0,0,0,.18);
}

.portobello-intro {
  max-width: 490px;
  margin: 28px 0 0;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
  color: rgba(245,233,214,.92);
}

.portobello-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 30px;
  margin-top: 44px;
  max-width: 650px;
}

.detail-block h3 {
  margin: 0 0 16px;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
  font-weight: 400;
  color: rgba(245,233,214,.68);
}

.detail-block p {
  margin: 0 0 8px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(245,233,214,.92);
}

.a4-sketch {
  width: 72px;
  height: 102px;
  margin: 18px 0 10px;
  border: 1px solid rgba(245,233,214,.34);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245,233,214,.42);
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  letter-spacing: .04em;
  position: relative;
}

.a4-sketch::before,
.a4-sketch::after {
  content: '';
  position: absolute;
  background: rgba(245,233,214,.28);
}

.a4-sketch::before {
  width: 36px;
  height: 1px;
  left: -48px;
  top: 50%;
}

.a4-sketch::after {
  width: 1px;
  height: 36px;
  left: 50%;
  top: -48px;
}

.footprint-block small {
  display: block;
  max-width: 190px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(245,233,214,.56);
}

.closing-line {
  margin: 42px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.05;
  color: rgba(245,233,214,.88);
  font-style: italic;
}

@media (max-width: 1100px) {
  .moment-three-overlay {
    background:
      linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 58%, rgba(0,0,0,.08) 100%),
      linear-gradient(180deg, rgba(8,38,74,.10), rgba(8,38,74,.16));
  }

  .moment-three-copy {
    max-width: 620px;
  }

  .portobello-details {
    grid-template-columns: 1fr 1fr;
  }

  .footprint-block {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .moment-three {
    align-items: flex-end;
  }

  .moment-three-bg {
    background-position: 68% center;
  }

  .moment-three-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.72) 100%),
      linear-gradient(90deg, rgba(0,0,0,.20), rgba(0,0,0,.20));
  }

  .moment-three-copy {
    margin: 0 24px 70px;
    max-width: none;
  }

  .moment-three h2 {
    font-size: clamp(54px, 15vw, 86px);
  }

  .portobello-details {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
  }

  .footprint-block {
    grid-column: auto;
  }

  .a4-sketch {
    width: 62px;
    height: 88px;
  }
}


/* FIXED TOP-RIGHT NAVIGATION */
.nav-block {
  position: fixed !important;
  top: 28px !important;
  right: 130px !important;
  z-index: 100 !important;
}

.nav-block .demo {
  animation: reserveBreath 14s ease-in-out infinite;
}

@keyframes reserveBreath {
  0%, 100% {
    text-shadow: 0 0 0 rgba(245,233,214,0);
    opacity: .86;
  }
  50% {
    text-shadow: 0 0 18px rgba(245,233,214,.42);
    opacity: 1;
  }
}

/* SHARED DOWN ARROW */
.section-down-arrow {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 25;
  color: #F5E9D6;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  line-height: 1;
  opacity: 0;
  animation: arrowAppear 1.8s ease 2.5s forwards, arrowBreathe 4.8s ease-in-out 4.2s infinite;
}

@keyframes arrowAppear {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to { opacity: .75; transform: translateX(-50%) translateY(0); }
}

@keyframes arrowBreathe {
  0%,100% { opacity: .45; transform: translateX(-50%) translateY(0); }
  50% { opacity: .9; transform: translateX(-50%) translateY(7px); }
}

/* MOMENT 4 — EDITORIAL VENUE CHAPTERS */
.moment-four {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #070604;
}

.scene-track,
.venue-scene {
  position: absolute;
  inset: 0;
}

.venue-scene {
  background-image: var(--scene-image);
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 900ms ease, transform 1400ms ease;
  pointer-events: none;
}

.venue-scene.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.scene-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.26) 38%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, rgba(8,38,74,.10), rgba(8,38,74,.16));
}

.scene-grain {
  position: absolute;
  inset: 0;
  opacity: .10;
  background-image: radial-gradient(rgba(255,255,255,.58) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.scene-copy {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 660px;
  color: #F5E9D6;
}

.scene-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.035em;
  font-size: clamp(62px, 8vw, 130px);
  color: #F5E9D6;
  text-shadow: 0 8px 36px rgba(0,0,0,.20);
}

.scene-copy p:not(.chapter-label) {
  margin: 28px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.05;
  font-style: italic;
  color: rgba(245,233,214,.88);
}

.scene-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(245,233,214,.35);
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  color: rgba(245,233,214,.88);
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: 48px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: background .25s ease, transform .25s ease;
}

.scene-arrow:hover {
  background: rgba(245,233,214,.10);
  transform: translateY(-50%) scale(1.04);
}

.scene-arrow-left { left: 36px; }
.scene-arrow-right { right: 36px; }

.scene-dots {
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 25;
}

.scene-dots button {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(245,233,214,.62);
  border-radius: 999px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: .75;
  transition: width .25s ease, background .25s ease, opacity .25s ease;
}

.scene-dots button.active {
  width: 28px;
  background: rgba(245,233,214,.76);
  opacity: 1;
}

.reserve-placeholder {
  min-height: 100vh;
  background: #0b0907;
  color: #F5E9D6;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10vw;
}

.reserve-placeholder h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(58px, 9vw, 130px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.reserve-placeholder p:not(.chapter-label) {
  font-family: Inter, sans-serif;
  font-size: 18px;
  opacity: .8;
}

@media (max-width: 900px) {
  .nav-block {
    right: 24px !important;
    top: 24px !important;
  }

  .scene-copy {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 140px;
    transform: none;
  }

  .scene-copy h2 {
    font-size: clamp(52px, 15vw, 92px);
  }

  .scene-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.70) 100%),
      linear-gradient(90deg, rgba(0,0,0,.16), rgba(0,0,0,.16));
  }

  .scene-arrow {
    width: 46px;
    height: 46px;
    font-size: 34px;
  }

  .scene-arrow-left { left: 18px; }
  .scene-arrow-right { right: 18px; }
}


/* REPAIRED: FIXED TOP-RIGHT NAVIGATION */
.nav-block {
  position: fixed !important;
  top: 28px !important;
  right: 130px !important;
  z-index: 100 !important;
}

.nav-block .demo {
  animation: reserveBreath 14s ease-in-out infinite !important;
}

@keyframes reserveBreath {
  0%, 100% {
    text-shadow: 0 0 0 rgba(245,233,214,0);
    opacity: .86;
  }
  50% {
    text-shadow: 0 0 18px rgba(245,233,214,.42);
    opacity: 1;
  }
}

/* REPAIRED: SHARED DOWN ARROW */
.section-down-arrow {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 25;
  color: #F5E9D6;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  line-height: 1;
  opacity: 0;
  animation: arrowAppear 1.8s ease 2.5s forwards, arrowBreathe 4.8s ease-in-out 4.2s infinite;
}

@keyframes arrowAppear {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to { opacity: .75; transform: translateX(-50%) translateY(0); }
}

@keyframes arrowBreathe {
  0%,100% { opacity: .45; transform: translateX(-50%) translateY(0); }
  50% { opacity: .9; transform: translateX(-50%) translateY(7px); }
}

/* REPAIRED: MOMENT 4 — EDITORIAL VENUE CHAPTERS */
.moment-four {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #070604;
}

.scene-track,
.venue-scene {
  position: absolute;
  inset: 0;
}

.venue-scene {
  background-image: var(--scene-image);
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 900ms ease, transform 1400ms ease;
  pointer-events: none;
}

.venue-scene.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.scene-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.26) 38%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, rgba(8,38,74,.10), rgba(8,38,74,.16));
}

.scene-grain {
  position: absolute;
  inset: 0;
  opacity: .10;
  background-image: radial-gradient(rgba(255,255,255,.58) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.scene-copy {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 660px;
  color: #F5E9D6;
}

.scene-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.035em;
  font-size: clamp(62px, 8vw, 130px);
  color: #F5E9D6;
  text-shadow: 0 8px 36px rgba(0,0,0,.20);
}

.scene-copy p:not(.chapter-label) {
  margin: 28px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.05;
  font-style: italic;
  color: rgba(245,233,214,.88);
}

.scene-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(245,233,214,.35);
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  color: rgba(245,233,214,.88);
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: 48px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: background .25s ease, transform .25s ease;
}

.scene-arrow:hover {
  background: rgba(245,233,214,.10);
  transform: translateY(-50%) scale(1.04);
}

.scene-arrow-left { left: 36px; }
.scene-arrow-right { right: 36px; }

.scene-dots {
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 25;
}

.scene-dots button {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(245,233,214,.62);
  border-radius: 999px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: .75;
  transition: width .25s ease, background .25s ease, opacity .25s ease;
}

.scene-dots button.active {
  width: 28px;
  background: rgba(245,233,214,.76);
  opacity: 1;
}

.reserve-placeholder {
  min-height: 100vh;
  background: #0b0907;
  color: #F5E9D6;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10vw;
}

.reserve-placeholder h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(58px, 9vw, 130px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.reserve-placeholder p:not(.chapter-label) {
  font-family: Inter, sans-serif;
  font-size: 18px;
  opacity: .8;
}

@media (max-width: 900px) {
  .nav-block {
    right: 24px !important;
    top: 24px !important;
  }

  .scene-copy {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 140px;
    transform: none;
  }

  .scene-copy h2 {
    font-size: clamp(52px, 15vw, 92px);
  }

  .scene-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.70) 100%),
      linear-gradient(90deg, rgba(0,0,0,.16), rgba(0,0,0,.16));
  }

  .scene-arrow {
    width: 46px;
    height: 46px;
    font-size: 34px;
  }

  .scene-arrow-left { left: 18px; }
  .scene-arrow-right { right: 18px; }
}


/* V4 REFINEMENTS */

/* Gentle editorial scroll anchoring */
html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

.hero,
.moment-two,
.moment-three,
.moment-four {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

/* Fixed top-right navigation and subtle demo glow */
.nav-block {
  position: fixed !important;
  top: 28px !important;
  right: 130px !important;
  z-index: 100 !important;
}

.nav-block .demo {
  animation: reserveBreath 14s ease-in-out infinite !important;
}

@keyframes reserveBreath {
  0%, 100% { text-shadow: 0 0 0 rgba(245,233,214,0); opacity: .86; }
  50% { text-shadow: 0 0 18px rgba(245,233,214,.42); opacity: 1; }
}

/* Shared down arrows */
.section-down-arrow {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 25;
  color: #F5E9D6;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  line-height: 1;
  opacity: 0;
  animation: arrowAppear 1.8s ease 2.5s forwards, arrowBreathe 4.8s ease-in-out 4.2s infinite;
}

@keyframes arrowAppear {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to { opacity: .75; transform: translateX(-50%) translateY(0); }
}

@keyframes arrowBreathe {
  0%,100% { opacity: .45; transform: translateX(-50%) translateY(0); }
  50% { opacity: .9; transform: translateX(-50%) translateY(7px); }
}

/* Moment 4 — editorial venue chapters */
.moment-four {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #070604;
}

.scene-track,
.venue-scene {
  position: absolute;
  inset: 0;
}

.venue-scene {
  background-image: var(--scene-image);
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 900ms ease, transform 1400ms ease;
  pointer-events: none;
}

.venue-scene.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.scene-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.26) 38%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, rgba(8,38,74,.10), rgba(8,38,74,.16));
}

.scene-grain {
  position: absolute;
  inset: 0;
  opacity: .10;
  background-image: radial-gradient(rgba(255,255,255,.58) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.scene-copy {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 660px;
  color: #F5E9D6;
}

.scene-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.035em;
  font-size: clamp(62px, 8vw, 130px);
  color: #F5E9D6;
  text-shadow: 0 8px 36px rgba(0,0,0,.20);
}

.scene-copy p:not(.chapter-label) {
  margin: 28px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.05;
  font-style: italic;
  color: rgba(245,233,214,.88);
}

.scene-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(245,233,214,.35);
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  color: rgba(245,233,214,.88);
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: 48px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: background .25s ease, transform .25s ease;
}

.scene-arrow:hover {
  background: rgba(245,233,214,.10);
  transform: translateY(-50%) scale(1.04);
}

.scene-arrow-left { left: 36px; }
.scene-arrow-right { right: 36px; }

.scene-dots {
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 25;
}

.scene-dots button {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(245,233,214,.62);
  border-radius: 999px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: .75;
  transition: width .25s ease, background .25s ease, opacity .25s ease;
}

.scene-dots button.active {
  width: 28px;
  background: rgba(245,233,214,.76);
  opacity: 1;
}

@media (max-width: 900px) {
  html { scroll-snap-type: none; }
  .nav-block { right: 24px !important; top: 24px !important; }

  .scene-copy {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 140px;
    transform: none;
  }

  .scene-copy h2 { font-size: clamp(52px, 15vw, 92px); }

  .scene-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.70) 100%),
      linear-gradient(90deg, rgba(0,0,0,.16), rgba(0,0,0,.16));
  }

  .scene-arrow { width: 46px; height: 46px; font-size: 34px; }
  .scene-arrow-left { left: 18px; }
  .scene-arrow-right { right: 18px; }
}


/* Blueprint FWIP cup sketch under A4 footprint */
.cup-sketch {
  width: 70px;
  height: 78px;
  margin: 14px 0 8px;
  opacity: .42;
}

.cup-sketch svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cup-sketch path {
  fill: none;
  stroke: rgba(245,233,214,.62);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.cup-sketch .detail {
  stroke: rgba(245,233,214,.38);
  stroke-width: 1;
}

@media (max-width: 760px) {
  .cup-sketch {
    width: 62px;
    height: 70px;
  }
}


/* Option B — place blueprint FWIP cup under SERVES column */
.serves-cup-anchor {
  margin-top: 28px;
}

.serves-cup-anchor .cup-sketch {
  margin: 0;
  width: 78px;
  height: 86px;
  opacity: .38;
}

@media (max-width: 760px) {
  .serves-cup-anchor {
    margin-top: 18px;
  }

  .serves-cup-anchor .cup-sketch {
    width: 66px;
    height: 74px;
  }
}


/* MOMENT 5 — FLAVOURS */
.moment-five {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #071f28;
  color: #F5E9D6;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.flavour-water {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(1.04) brightness(.76);
  transform: scale(1.04);
}

.flavour-water-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 66% 50%, rgba(245,233,214,.10), transparent 33%),
    linear-gradient(90deg, rgba(2,15,20,.74) 0%, rgba(2,15,20,.44) 40%, rgba(2,15,20,.24) 100%),
    linear-gradient(180deg, rgba(0,42,58,.20), rgba(0,22,30,.48));
}

.flavour-water-grain {
  position: absolute;
  inset: 0;
  opacity: .10;
  background-image: radial-gradient(rgba(255,255,255,.55) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.flavour-intro {
  position: absolute;
  left: 7vw;
  top: 12vh;
  z-index: 5;
  max-width: 640px;
}

.flavour-intro h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.035em;
  font-size: clamp(58px, 7.4vw, 118px);
  color: #F5E9D6;
  text-shadow: 0 10px 38px rgba(0,0,0,.25);
}

.flavour-intro p:not(.chapter-label) {
  margin: 26px 0 0;
  max-width: 590px;
  font-family: Inter, sans-serif;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.65;
  color: rgba(245,233,214,.86);
  text-shadow: 0 4px 18px rgba(0,0,0,.20);
}

.flavour-cloud {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.flavour-card {
  position: absolute;
  width: clamp(135px, 15vw, 245px);
  animation: flavourFloat 8s ease-in-out infinite;
  pointer-events: auto;
}

.flavour-card img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 24px rgba(0,0,0,.28));
}

.flavour-label {
  margin-top: -4px;
  text-align: center;
  color: #F5E9D6;
  text-shadow: 0 4px 16px rgba(0,0,0,.36);
}

.flavour-label span {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(245,233,214,.62);
}

.flavour-label h3 {
  margin: 7px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1;
  color: rgba(245,233,214,.94);
}

.flavour-card.fy { right: 8vw; top: 12vh; width: clamp(130px, 13vw, 205px); animation-delay: -.8s; }
.flavour-card.vanilla { right: 25vw; top: 30vh; width: clamp(145px, 15vw, 235px); animation-delay: -2.2s; }
.flavour-card.mango { right: 6vw; bottom: 16vh; width: clamp(160px, 17vw, 285px); animation-delay: -1.4s; }
.flavour-card.caramel { left: 43vw; bottom: 8vh; width: clamp(140px, 14vw, 230px); animation-delay: -3.1s; }
.flavour-card.pistachio { left: 32vw; top: 54vh; width: clamp(140px, 14vw, 225px); animation-delay: -4.2s; }
.flavour-card.strawberry { left: 9vw; bottom: 7vh; width: clamp(155px, 16vw, 270px); animation-delay: -2.8s; }
.flavour-card.chocolate { right: 34vw; bottom: 28vh; width: clamp(140px, 14vw, 230px); animation-delay: -1.9s; }

@keyframes flavourFloat {
  0%, 100% { transform: translate3d(0,0,0) rotate(-.6deg); }
  50% { transform: translate3d(0,-12px,0) rotate(.7deg); }
}

@media (max-width: 980px) {
  .moment-five {
    min-height: 125vh;
  }

  .flavour-intro {
    left: 24px;
    right: 24px;
    top: 86px;
    max-width: none;
  }

  .flavour-intro h2 {
    font-size: clamp(48px, 14vw, 78px);
  }

  .flavour-intro p:not(.chapter-label) {
    font-size: 15px;
    line-height: 1.55;
  }

  .flavour-card {
    width: 150px;
  }

  .flavour-card.fy { right: 8vw; top: 38vh; }
  .flavour-card.vanilla { left: 6vw; top: 46vh; right: auto; }
  .flavour-card.mango { right: 4vw; top: 61vh; bottom: auto; }
  .flavour-card.caramel { left: 8vw; top: 72vh; bottom: auto; }
  .flavour-card.pistachio { right: 10vw; left: auto; top: 84vh; }
  .flavour-card.strawberry { left: 7vw; top: 96vh; bottom: auto; }
  .flavour-card.chocolate { right: 8vw; top: 107vh; bottom: auto; }
}


/* MOMENT 6 — HOW IT WORKS */
.moment-six {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #F5E9D6;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.operation-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #050505;
}

.operation-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.54) 36%, rgba(0,0,0,.10) 72%, rgba(0,0,0,.03) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.22));
  opacity: 0;
  animation: operationShadeIn 1.8s ease 3s forwards;
  pointer-events: none;
}

.operation-copy {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 610px;
  opacity: 0;
  animation: operationCopyIn 1.4s ease 3.8s forwards;
}

.operation-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.035em;
  font-size: clamp(62px, 8vw, 126px);
  color: #F5E9D6;
  text-shadow: 0 10px 38px rgba(0,0,0,.32);
}

.operation-steps {
  margin-top: 34px;
}

.operation-steps p {
  margin: 0 0 12px;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.35;
  color: rgba(245,233,214,.88);
}

.operation-steps span {
  display: inline-block;
  min-width: 42px;
  margin-right: 12px;
  font-size: 11px;
  letter-spacing: .22em;
  color: rgba(245,233,214,.52);
  vertical-align: middle;
}

.operation-line {
  margin: 34px 0 0;
  max-width: 470px;
  font-family: Inter, sans-serif;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.65;
  color: rgba(245,233,214,.72);
}

@keyframes operationShadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes operationCopyIn {
  from { opacity: 0; transform: translateY(calc(-50% + 12px)); }
  to { opacity: 1; transform: translateY(-50%); }
}

@media (max-width: 900px) {
  .operation-video {
    object-position: center center;
  }

  .operation-gradient {
    background:
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.74) 100%),
      linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,.10));
  }

  .operation-copy {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 116px;
    transform: none;
    max-width: none;
  }

  .operation-copy h2 {
    font-size: clamp(52px, 15vw, 90px);
  }

  @keyframes operationCopyIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }
}


/* FINAL OLIVE STAGGER — Moment 5 flavour cups
   Shared lower-third band, alternating low/high rhythm.
   Starts from clean V6, no Moment 7 included.
*/
.flavour-card {
  animation: flavourFloat 8s ease-in-out infinite;
}

/* override previous scattered positions */
.flavour-card.strawberry,
.flavour-card.pistachio,
.flavour-card.caramel,
.flavour-card.vanilla,
.flavour-card.fy,
.flavour-card.mango,
.flavour-card.chocolate {
  top: auto !important;
  right: auto !important;
  width: clamp(155px, 13.8vw, 245px) !important;
}

/* low / high / low / high / low / high / low */
.flavour-card.vanilla {
  left: 8vw !important;
  bottom: 9vh !important;
}

.flavour-card.pistachio {
  left: 20vw !important;
  bottom: 18vh !important;
}

.flavour-card.caramel {
  left: 32vw !important;
  bottom: 9vh !important;
}

.flavour-card.strawberry {
  left: 44vw !important;
  bottom: 18vh !important;
}

.flavour-card.fy {
  left: 56vw !important;
  bottom: 9vh !important;
  width: clamp(145px, 12.5vw, 225px) !important;
}

.flavour-card.mango {
  left: 68vw !important;
  bottom: 18vh !important;
}

.flavour-card.chocolate {
  left: 80vw !important;
  bottom: 9vh !important;
}

.flavour-label span {
  font-size: 9px;
  letter-spacing: .24em;
  opacity: .78;
}

.flavour-label h3 {
  font-size: clamp(21px, 2.05vw, 32px);
}

/* Mobile keeps the readable stacked rhythm */
@media (max-width: 980px) {
  .moment-five {
    min-height: 160vh;
  }

  .flavour-card.strawberry,
  .flavour-card.pistachio,
  .flavour-card.caramel,
  .flavour-card.vanilla,
  .flavour-card.fy,
  .flavour-card.mango,
  .flavour-card.chocolate {
    bottom: auto !important;
    width: 155px !important;
  }

  .flavour-card.vanilla { left: 7vw !important; top: 55vh !important; }
  .flavour-card.pistachio { right: 8vw !important; left: auto !important; top: 65vh !important; }
  .flavour-card.caramel { left: 8vw !important; top: 78vh !important; }
  .flavour-card.strawberry { right: 8vw !important; left: auto !important; top: 90vh !important; }
  .flavour-card.fy { left: 9vw !important; top: 103vh !important; }
  .flavour-card.mango { right: 8vw !important; left: auto !important; top: 115vh !important; }
  .flavour-card.chocolate { left: 10vw !important; top: 128vh !important; }
}


/* MOMENT 1 — ROUND 2 CLEAN EDITORIAL REFINEMENT
   Targeted to the existing hero structure only:
   .hero > .video-bg / .warm-overlay / .hero-content .logo / .hero-content h1
*/

/* Smaller Sol Serve mark — proportions preserved, no transform scaling */
.hero .hero-content .logo {
  width: min(232px, 19vw) !important;
}

/* Washed linen summer shirt treatment — softer contrast, lighter shadows, less saturated */
.hero > .video-bg {
  filter: brightness(1.08) contrast(.84) saturate(.84) !important;
}

/* Replace the heavier dark overlay with a lighter cream/blue wash */
.hero > .warm-overlay {
  background:
    linear-gradient(rgba(245,233,214,.105), rgba(245,233,214,.045)),
    linear-gradient(rgba(15,22,28,.22), rgba(15,22,28,.14)) !important;
}

/* Keep the editorial grain, but slightly quieter */
.hero > .grain {
  opacity: .085 !important;
}

/* Opening headline brought closer to the editorial rhythm used later */
.hero .hero-content h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500 !important;
  font-size: clamp(34px, 4.25vw, 70px) !important;
  line-height: .96 !important;
  letter-spacing: -.028em !important;
  margin-top: 22px !important;
  color: #F5E9D6 !important;
  text-wrap: balance;
}

/* Keep the hero composition stable after the larger editorial headline */
.hero .hero-content {
  top: 36% !important;
  width: min(92%, 980px) !important;
}

@media (max-width: 900px) {
  .hero .hero-content .logo {
    width: min(190px, 48vw) !important;
  }

  .hero .hero-content h1 {
    font-size: clamp(34px, 10.5vw, 58px) !important;
    line-height: .98 !important;
  }
}


/* MOMENT 5 — OLIVE CUP SIZE REFINEMENT
   Keep approved stagger layout, make cups approximately 20% larger.
   This starts from the approved Moment 1 Round 2 clean build.
*/

.flavour-card.vanilla,
.flavour-card.pistachio,
.flavour-card.caramel,
.flavour-card.strawberry,
.flavour-card.fy,
.flavour-card.mango,
.flavour-card.chocolate {
  width: clamp(186px, 16.6vw, 294px) !important;
}

/* Frozen yoghurt stays slightly more restrained so it does not overpower the row */
.flavour-card.fy {
  width: clamp(174px, 15vw, 270px) !important;
}

/* Mango can remain slightly fuller because the fruit silhouette reads best larger */
.flavour-card.mango {
  width: clamp(192px, 17.2vw, 306px) !important;
}

/* Preserve Olive's staggered low / high / low / high rhythm */
.flavour-card.vanilla { left: 8vw !important; bottom: 9vh !important; top: auto !important; right: auto !important; }
.flavour-card.pistachio { left: 20vw !important; bottom: 18vh !important; top: auto !important; right: auto !important; }
.flavour-card.caramel { left: 32vw !important; bottom: 9vh !important; top: auto !important; right: auto !important; }
.flavour-card.strawberry { left: 44vw !important; bottom: 18vh !important; top: auto !important; right: auto !important; }
.flavour-card.fy { left: 56vw !important; bottom: 9vh !important; top: auto !important; right: auto !important; }
.flavour-card.mango { left: 68vw !important; bottom: 18vh !important; top: auto !important; right: auto !important; }
.flavour-card.chocolate { left: 80vw !important; bottom: 9vh !important; top: auto !important; right: auto !important; }

/* Slightly tighten labels so the bigger cups still feel elegant */
.flavour-label {
  margin-top: -8px;
}

@media (max-width: 980px) {
  .flavour-card.vanilla,
  .flavour-card.pistachio,
  .flavour-card.caramel,
  .flavour-card.strawberry,
  .flavour-card.fy,
  .flavour-card.mango,
  .flavour-card.chocolate {
    width: 178px !important;
  }
}


/* MOMENT 7 — RESERVE A DEMO FINAL */
.moment-seven {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #090806;
  color: #F5E9D6;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.moment-seven-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/moment7-cta.webp");
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
  filter: brightness(.86) contrast(.88) saturate(.90);
}

.moment-seven-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 50%, rgba(245,233,214,.08), transparent 30%),
    linear-gradient(90deg, rgba(8,7,6,.82) 0%, rgba(8,7,6,.62) 34%, rgba(8,7,6,.24) 66%, rgba(8,7,6,.18) 100%),
    linear-gradient(180deg, rgba(8,7,6,.10), rgba(8,7,6,.30));
}

.moment-seven-grain {
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image: radial-gradient(rgba(245,233,214,.55) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.reserve-copy {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 650px;
}

.reserve-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.035em;
  font-size: clamp(62px, 8vw, 128px);
  color: #F5E9D6;
  text-shadow: 0 10px 38px rgba(0,0,0,.28);
}

.reserve-intro {
  margin: 30px 0 0;
  max-width: 520px;
  font-family: Inter, sans-serif;
  font-size: clamp(15px, 1.12vw, 19px);
  line-height: 1.68;
  color: rgba(245,233,214,.82);
}

.reserve-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 15px 28px;
  border: 1px solid rgba(245,233,214,.50);
  border-radius: 999px;
  color: #F5E9D6;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: .20em;
  text-transform: uppercase;
  background: rgba(245,233,214,.06);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.reserve-primary:hover {
  transform: translateY(-2px);
  background: rgba(245,233,214,.12);
  border-color: rgba(245,233,214,.78);
}

.reserve-location {
  margin: 26px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 2vw, 36px);
  font-style: italic;
  color: rgba(245,233,214,.72);
}

.reserve-contact-card {
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: min(390px, 30vw);
  padding: 34px 34px 32px;
  background: rgba(8,7,6,.36);
  border: 1px solid rgba(245,233,214,.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(0,0,0,.20);
}

.contact-eyebrow {
  margin: 0 0 26px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(245,233,214,.68);
}

.contact-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 20px;
}

.contact-icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  fill: none;
  stroke: rgba(245,233,214,.72);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-row span,
.message-form label span {
  display: block;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(245,233,214,.48);
}

.contact-row a {
  color: rgba(245,233,214,.92);
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.message-form {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(245,233,214,.16);
  display: grid;
  gap: 18px;
}

.message-form input,
.message-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid rgba(245,233,214,.28);
  background: transparent;
  color: #F5E9D6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  padding: 8px 0 10px;
  outline: none;
  border-radius: 0;
}

.message-form textarea {
  resize: vertical;
  min-height: 88px;
}

.message-form input:focus,
.message-form textarea:focus {
  border-bottom-color: rgba(245,233,214,.78);
}

.message-form button {
  justify-self: start;
  margin-top: 4px;
  border: 1px solid rgba(245,233,214,.46);
  background: rgba(245,233,214,.08);
  color: #F5E9D6;
  border-radius: 999px;
  padding: 13px 22px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.message-form button:hover {
  transform: translateY(-2px);
  background: rgba(245,233,214,.14);
}

@media (max-width: 980px) {
  .moment-seven {
    min-height: 145vh;
  }

  .moment-seven-bg {
    background-position: 62% center;
  }

  .moment-seven-overlay {
    background:
      linear-gradient(180deg, rgba(8,7,6,.76) 0%, rgba(8,7,6,.46) 45%, rgba(8,7,6,.82) 100%);
  }

  .reserve-copy {
    left: 24px;
    right: 24px;
    top: 92px;
    transform: none;
    max-width: none;
  }

  .reserve-copy h2 {
    font-size: clamp(52px, 14vw, 88px);
  }

  .reserve-contact-card {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 42px;
    transform: none;
    width: auto;
    padding: 28px 24px;
  }
}


/* NAV INTEGRATION — REFINED HAMBURGER MENU */
.nav-block .demo {
  color: #F5E9D6;
  text-decoration: none;
  display: block;
}

.hamburger {
  margin-top: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.hamburger span {
  width: 34px;
  height: 2px;
  background: #F5E9D6;
  display: block;
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
  background: transparent;
  backdrop-filter: none;
}

.site-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.site-menu-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(420px, 92vw);
  height: 100%;
  padding: 72px 48px 54px;
  box-sizing: border-box;
  background: rgba(8,7,6,.88);
  backdrop-filter: blur(18px);
  border-left: 1px solid rgba(245,233,214,.14);
  box-shadow: -40px 0 90px rgba(0,0,0,.34);
  transform: translateX(24px);
  opacity: 0;
  transition: transform .55s ease, opacity .55s ease;
}

.site-menu.open .site-menu-panel {
  transform: translateX(0);
  opacity: 1;
}

.menu-close {
  position: absolute;
  top: 24px;
  right: 30px;
  border: 0;
  background: transparent;
  color: rgba(245,233,214,.86);
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.menu-label {
  margin: 0 0 30px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(245,233,214,.58);
}

.site-menu a {
  display: block;
  color: #F5E9D6;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(25px, 2.25vw, 38px);
  line-height: 1.08;
  letter-spacing: -.025em;
  margin: 0;
  padding: 13px 0 15px;
  border-bottom: 1px solid rgba(245,233,214,.09);
  opacity: .88;
  transition: opacity .25s ease, transform .25s ease;
}

.site-menu a:last-child {
  border-bottom: 0;
}

.site-menu a:hover {
  opacity: 1;
  transform: translateX(-4px);
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .site-menu-panel {
    width: min(360px, 88vw);
    padding: 72px 30px 44px;
  }

  .site-menu a {
    font-size: clamp(25px, 8vw, 36px);
    padding: 13px 0 15px;
  }
}


/* LANGUAGE SWITCH */
.lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
}

.lang button {
  border: 0;
  background: transparent;
  color: rgba(245,233,214,.78);
  font: inherit;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 0;
  cursor: pointer;
}

.lang button.active {
  color: #F5E9D6;
}

.lang span {
  color: rgba(245,233,214,.45);
}


/* SPANISH LANGUAGE POLISH */
.lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
}

.lang button {
  border: 0;
  background: transparent;
  color: rgba(245,233,214,.78);
  font: inherit;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 0;
  cursor: pointer;
}

.lang button.active {
  color: #F5E9D6;
}

.lang span {
  color: rgba(245,233,214,.45);
}

/* Move the flavour row down in Spanish so the longer paragraph doesn't collide with cups */
body.lang-es .flavour-card.vanilla,
body.lang-es .flavour-card.caramel,
body.lang-es .flavour-card.fy,
body.lang-es .flavour-card.chocolate {
  bottom: 5vh !important;
}

body.lang-es .flavour-card.pistachio,
body.lang-es .flavour-card.strawberry,
body.lang-es .flavour-card.mango {
  bottom: 13.5vh !important;
}

body.lang-es .flavour-intro p:not(.chapter-label) {
  max-width: 560px;
}

/* Keep labels readable after translation */
body.lang-es .flavour-label h3 {
  font-size: clamp(20px, 1.9vw, 30px);
}

@media (max-width: 980px) {
  body.lang-es .flavour-card.vanilla,
  body.lang-es .flavour-card.caramel,
  body.lang-es .flavour-card.fy,
  body.lang-es .flavour-card.chocolate,
  body.lang-es .flavour-card.pistachio,
  body.lang-es .flavour-card.strawberry,
  body.lang-es .flavour-card.mango {
    bottom: auto !important;
  }
}


/* MOBILE COMPATIBILITY PASS — v1
   Desktop remains unchanged. These rules only apply to tablet/phone widths.
*/

* {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
}

@media (max-width: 980px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  /* Navigation */
  .nav-block {
    top: 22px !important;
    right: 22px !important;
    z-index: 60 !important;
  }

  .demo,
  .lang,
  .lang button {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }

  .hamburger {
    margin-top: 14px !important;
  }

  .hamburger span {
    width: 30px !important;
  }

  .site-menu-panel {
    width: min(360px, 88vw) !important;
    padding: 72px 30px 44px !important;
  }

  .site-menu a {
    font-size: clamp(25px, 8vw, 36px) !important;
    padding: 13px 0 15px !important;
  }

  /* Hero */
  .hero {
    min-height: 100svh !important;
    height: 100svh !important;
  }

  .video-bg {
    object-position: center center !important;
  }

  .hero-content {
    top: 43% !important;
    width: calc(100% - 42px) !important;
  }

  .hero .hero-content .logo,
  .logo {
    width: min(170px, 44vw) !important;
  }

  .hero .hero-content h1,
  .hero-content h1 {
    font-size: clamp(34px, 11vw, 58px) !important;
    line-height: .96 !important;
    letter-spacing: -.03em !important;
    margin-top: 18px !important;
  }

  .scroll-indicator,
  .section-down-arrow {
    bottom: 22px !important;
  }

  /* Moment 2 */
  .moment-two {
    min-height: 100svh !important;
    align-items: flex-end !important;
  }

  .moment-two-bg {
    background-position: center center !important;
  }

  .moment-two-copy {
    margin: 0 24px 96px !important;
    max-width: none !important;
  }

  .moment-two h2 {
    font-size: clamp(48px, 16vw, 86px) !important;
    line-height: .88 !important;
  }

  .moment-two-line {
    font-size: 16px !important;
    max-width: 88vw !important;
  }

  .chapter-label {
    font-size: 10px !important;
    margin-bottom: 16px !important;
  }

  /* Moment 3 */
  .moment-three {
    min-height: 118svh !important;
  }

  .moment-three-copy,
  .portobello-copy {
    left: 24px !important;
    right: 24px !important;
    top: 84px !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
  }

  .moment-three h2,
  .portobello-copy h2 {
    font-size: clamp(50px, 15vw, 86px) !important;
    line-height: .88 !important;
  }

  .moment-three p,
  .portobello-copy p {
    max-width: 88vw !important;
    font-size: 15px !important;
  }

  .portobello-specs,
  .stats-grid,
  .spec-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px 20px !important;
    max-width: 90vw !important;
  }

  /* Moment 4 carousel */
  .moment-four {
    min-height: 100svh !important;
  }

  .scene-content,
  .venue-copy,
  .moment-four-copy {
    left: 24px !important;
    right: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    max-width: 82vw !important;
  }

  .scene-content h2,
  .scene-title,
  .moment-four h2 {
    font-size: clamp(52px, 17vw, 90px) !important;
    line-height: .82 !important;
  }

  .scene-content p,
  .scene-subtitle,
  .moment-four p {
    font-size: clamp(22px, 7vw, 34px) !important;
  }

  .venue-arrow,
  .carousel-arrow,
  .scene-arrow {
    width: 44px !important;
    height: 44px !important;
  }

  .venue-arrow.prev,
  .carousel-arrow.prev,
  .scene-arrow.prev {
    left: 16px !important;
  }

  .venue-arrow.next,
  .carousel-arrow.next,
  .scene-arrow.next {
    right: 16px !important;
  }

  .venue-dots,
  .carousel-dots,
  .scene-dots {
    bottom: 58px !important;
  }

  /* Moment 5 flavours */
  .moment-five {
    min-height: 170svh !important;
    overflow: hidden !important;
  }

  .flavour-intro {
    left: 24px !important;
    right: 24px !important;
    top: 84px !important;
    max-width: none !important;
  }

  .flavour-intro h2 {
    font-size: clamp(52px, 15vw, 88px) !important;
    line-height: .88 !important;
  }

  .flavour-intro p:not(.chapter-label) {
    font-size: 15px !important;
    max-width: 88vw !important;
    line-height: 1.55 !important;
  }

  .flavour-card.vanilla,
  .flavour-card.pistachio,
  .flavour-card.caramel,
  .flavour-card.strawberry,
  .flavour-card.fy,
  .flavour-card.mango,
  .flavour-card.chocolate {
    width: 162px !important;
    bottom: auto !important;
    right: auto !important;
  }

  .flavour-card.vanilla { left: 8vw !important; top: 55vh !important; }
  .flavour-card.pistachio { right: 8vw !important; left: auto !important; top: 67vh !important; }
  .flavour-card.caramel { left: 8vw !important; top: 80vh !important; }
  .flavour-card.strawberry { right: 8vw !important; left: auto !important; top: 92vh !important; }
  .flavour-card.fy { left: 9vw !important; top: 105vh !important; }
  .flavour-card.mango { right: 8vw !important; left: auto !important; top: 118vh !important; }
  .flavour-card.chocolate { left: 10vw !important; top: 131vh !important; }

  .flavour-label h3 {
    font-size: 24px !important;
  }

  /* Moment 6 operation video */
  .moment-six {
    min-height: 100svh !important;
  }

  .operation-video {
    object-position: center center !important;
  }

  .operation-gradient {
    background:
      linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.76) 100%) !important,
      linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,.10)) !important;
  }

  .operation-copy {
    left: 24px !important;
    right: 24px !important;
    top: auto !important;
    bottom: 92px !important;
    transform: none !important;
    max-width: none !important;
  }

  .operation-copy h2 {
    font-size: clamp(48px, 14vw, 84px) !important;
    line-height: .88 !important;
  }

  .operation-steps {
    margin-top: 22px !important;
  }

  .operation-steps p {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }

  .operation-line {
    margin-top: 22px !important;
    font-size: 14px !important;
    max-width: 88vw !important;
  }

  /* Moment 7 */
  .moment-seven {
    min-height: 150svh !important;
  }

  .moment-seven-bg {
    background-position: 62% center !important;
  }

  .moment-seven-overlay {
    background:
      linear-gradient(180deg, rgba(8,7,6,.78) 0%, rgba(8,7,6,.46) 43%, rgba(8,7,6,.86) 100%) !important;
  }

  .reserve-copy {
    left: 24px !important;
    right: 24px !important;
    top: 92px !important;
    transform: none !important;
    max-width: none !important;
  }

  .reserve-copy h2 {
    font-size: clamp(50px, 14vw, 84px) !important;
    line-height: .88 !important;
  }

  .reserve-intro {
    font-size: 15px !important;
    line-height: 1.55 !important;
    max-width: 88vw !important;
  }

  .reserve-contact-card {
    left: 24px !important;
    right: 24px !important;
    top: auto !important;
    bottom: 42px !important;
    transform: none !important;
    width: auto !important;
    padding: 26px 22px !important;
  }

  .contact-row {
    gap: 12px !important;
    margin-bottom: 17px !important;
  }

  .message-form {
    gap: 15px !important;
  }
}

@media (max-width: 430px) {
  .nav-block {
    right: 16px !important;
    top: 18px !important;
  }

  .hero-content {
    width: calc(100% - 32px) !important;
  }

  .moment-two-copy,
  .flavour-intro,
  .operation-copy,
  .reserve-copy {
    left: 18px !important;
    right: 18px !important;
  }

  .scene-content,
  .venue-copy,
  .moment-four-copy {
    left: 20px !important;
    right: 20px !important;
  }

  .reserve-contact-card {
    left: 18px !important;
    right: 18px !important;
  }

  .flavour-card.vanilla,
  .flavour-card.pistachio,
  .flavour-card.caramel,
  .flavour-card.strawberry,
  .flavour-card.fy,
  .flavour-card.mango,
  .flavour-card.chocolate {
    width: 148px !important;
  }
}


/* MOMENT 6 — MOBILE FULLSCREEN DEMO BUTTON */
.mobile-demo-fullscreen {
  display: none;
}

@media (max-width: 980px) {
  .mobile-demo-fullscreen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding: 13px 22px;
    border: 1px solid rgba(245,233,214,.48);
    border-radius: 999px;
    background: rgba(245,233,214,.07);
    color: #F5E9D6;
    font-family: Inter, sans-serif;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(8px);
  }

  .mobile-demo-fullscreen:active {
    transform: translateY(1px);
  }

  .moment-six .operation-copy {
    bottom: 72px !important;
  }
}


/* MOBILE FINAL FIX ATTEMPT
   Keeps the approved fullscreen/landscape Moment 6 button.
   Adds: Moment 4 mobile focus + centered arrows, Moment 6 better preview crop,
   Moment 7 mobile crop centered on FWIP cups.
*/

@media (max-width: 980px) {
  /* MOMENT 4 — make venue arrows visually centered */
  .venue-arrow,
  .carousel-arrow,
  .scene-arrow,
  .venue-nav,
  .carousel-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    padding: 0 !important;
  }

  .venue-arrow svg,
  .carousel-arrow svg,
  .scene-arrow svg {
    display: block !important;
    margin: auto !important;
  }

  .venue-arrow::before,
  .carousel-arrow::before,
  .scene-arrow::before {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 1 !important;
  }

  /* MOMENT 4 — mobile art direction.
     The machine tends to live right-side in most images, so crop right on phones.
  */
  .moment-four .venue-slide,
  .moment-four .carousel-slide,
  .moment-four .scene,
  .moment-four [class*="slide"],
  .moment-four [class*="scene"] {
    background-position: 68% center !important;
  }

  /* If the slide images are real img tags rather than background images */
  .moment-four img {
    object-fit: cover !important;
    object-position: 68% center !important;
  }

  /* Keep text a touch lower and narrower so the machine has more room */
  .scene-content,
  .venue-copy,
  .moment-four-copy {
    top: 56% !important;
    max-width: 78vw !important;
  }

  .scene-content h2,
  .scene-title,
  .moment-four h2 {
    font-size: clamp(46px, 15vw, 78px) !important;
  }

  /* MOMENT 6 — better mobile preview while fullscreen button handles the real viewing */
  .moment-six .operation-video {
    object-position: 62% center !important;
  }

  .moment-six .operation-copy {
    left: 20px !important;
    right: 20px !important;
    bottom: 54px !important;
  }

  .operation-copy h2 {
    font-size: clamp(42px, 12.5vw, 72px) !important;
    max-width: 88vw !important;
  }

  .operation-steps {
    margin-top: 18px !important;
  }

  .operation-steps p {
    display: grid !important;
    grid-template-columns: 38px 1fr !important;
    column-gap: 8px !important;
    align-items: baseline !important;
    font-size: 14px !important;
  }

  .operation-steps span {
    min-width: 0 !important;
    margin-right: 0 !important;
  }

  .operation-line {
    margin-top: 18px !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }

  .mobile-demo-fullscreen {
    margin-top: 16px !important;
  }

  /* MOMENT 7 — focus mobile crop on the two FWIP cups in the car */
  .moment-seven {
    min-height: 158svh !important;
  }

  .moment-seven-bg {
    background-size: auto 100% !important;
    background-position: 52% center !important;
  }

  .reserve-copy {
    top: 64px !important;
  }

  .reserve-copy h2 {
    font-size: clamp(44px, 12.8vw, 76px) !important;
  }

  .reserve-intro {
    max-width: 86vw !important;
  }

  .reserve-primary {
    margin-top: 28px !important;
  }

  .reserve-location {
    margin-top: 22px !important;
    font-size: clamp(22px, 6.5vw, 32px) !important;
  }

  .reserve-contact-card {
    bottom: 28px !important;
  }
}

@media (max-width: 430px) {
  /* Stronger phone-specific crop for Moment 4 */
  .moment-four .venue-slide,
  .moment-four .carousel-slide,
  .moment-four .scene,
  .moment-four [class*="slide"],
  .moment-four [class*="scene"] {
    background-position: 72% center !important;
  }

  .moment-four img {
    object-position: 72% center !important;
  }

  .scene-content,
  .venue-copy,
  .moment-four-copy {
    top: 58% !important;
  }

  /* Moment 7 cup-centred crop */
  .moment-seven-bg {
    background-size: auto 100% !important;
    background-position: 50% center !important;
  }

  .reserve-copy {
    top: 56px !important;
  }

  .reserve-contact-card {
    bottom: 24px !important;
  }
}


/* ROUND 1 LAUNCH FIXES */

/* iPhone/Safari logo white-square prevention: keep same logo, remove mobile-hostile compositing */
@media (max-width: 980px) {
  .logo,
  .hero .logo,
  .hero-content .logo {
    animation: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    will-change: auto !important;
  }
}

/* Moment 4 dots: prevent iPhone/Safari squashed/overlapping dot rendering */
.scene-dots,
.venue-dots,
.carousel-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  white-space: nowrap !important;
}

.scene-dots button,
.venue-dots button,
.carousel-dots button {
  flex: 0 0 auto !important;
  min-width: 7px !important;
  width: 7px !important;
  height: 7px !important;
  max-width: none !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
}

.scene-dots button.active,
.venue-dots button.active,
.carousel-dots button.active {
  width: 24px !important;
  min-width: 24px !important;
  aspect-ratio: auto !important;
}

/* Moment 6 mobile button copy is clearer for iPhone reality */
@media (max-width: 980px) {
  .mobile-demo-fullscreen {
    letter-spacing: .14em !important;
  }
}


/* ROUND 2 POLISH — flavour copy, Safari height, arrows, and phone slide text */

/* Safari/iPhone: stop Moment 5 from clipping the last flavour row */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 980px) {
    .moment-five {
      min-height: 190svh !important;
      height: auto !important;
      overflow: visible !important;
      padding-bottom: 120px !important;
    }

    .flavour-cloud {
      min-height: 155svh !important;
      overflow: visible !important;
    }
  }
}

/* General mobile safety: give flavour section enough vertical breathing room */
@media (max-width: 980px) {
  .moment-five {
    min-height: 185svh !important;
    height: auto !important;
    padding-bottom: 110px !important;
  }

  .flavour-cloud {
    overflow: visible !important;
  }

  .flavour-card.chocolate {
    top: 132vh !important;
  }
}

/* Center chevrons inside circular carousel buttons */
.scene-arrow,
.venue-arrow,
.carousel-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.scene-arrow svg,
.venue-arrow svg,
.carousel-arrow svg,
.scene-arrow span,
.venue-arrow span,
.carousel-arrow span {
  display: block !important;
  margin: 0 !important;
  transform: none !important;
  line-height: 1 !important;
}

/* Text shift only on phones, not tablets */
@media (max-width: 600px) {
  .moment-four .scene-golf .scene-copy,
  .moment-four .scene-beach .scene-copy,
  .moment-four .scene-family .scene-copy,
  .moment-four .scene-sky .scene-copy {
    left: 74px !important;
    right: 20px !important;
    max-width: calc(100vw - 104px) !important;
  }

  .moment-four .scene-golf .scene-copy h2,
  .moment-four .scene-beach .scene-copy h2,
  .moment-four .scene-family .scene-copy h2,
  .moment-four .scene-sky .scene-copy h2 {
    font-size: clamp(44px, 14vw, 76px) !important;
  }

  .moment-four .scene-golf .scene-copy .chapter-label,
  .moment-four .scene-beach .scene-copy .chapter-label,
  .moment-four .scene-family .scene-copy .chapter-label,
  .moment-four .scene-sky .scene-copy .chapter-label {
    letter-spacing: .18em !important;
  }
}


/* ROUND 2.1 — FIX ESCAPED IMAGE URLS + BULLETPROOF CHEVRON CENTERING */
.scene-arrow,
.venue-arrow,
.carousel-arrow {
  position: absolute;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
}

.scene-arrow::before,
.venue-arrow::before,
.carousel-arrow::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid rgba(245,233,214,.92);
  border-right: 2px solid rgba(245,233,214,.92);
  text-indent: 0;
}

.scene-arrow-left::before,
.venue-arrow.prev::before,
.carousel-arrow.prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.scene-arrow-right::before,
.venue-arrow.next::before,
.carousel-arrow.next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

/* If older button class names are used */
.scene-arrow.prev::before,
.scene-arrow-left::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.scene-arrow.next::before,
.scene-arrow-right::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

/* FINAL MOBILE ARROW POLISH — smaller chevrons on phone only */
@media (max-width: 768px) {
  .scene-arrow::before,
  .venue-arrow::before,
  .carousel-arrow::before {
    width: 8px !important;
    height: 8px !important;
    border-top-width: 1.5px !important;
    border-right-width: 1.5px !important;
  }

  .scene-arrow-left::before,
  .scene-arrow.prev::before,
  .venue-arrow.prev::before,
  .carousel-arrow.prev::before {
    margin-left: 2px !important;
    margin-right: 0 !important;
  }

  .scene-arrow-right::before,
  .scene-arrow.next::before,
  .venue-arrow.next::before,
  .carousel-arrow.next::before {
    margin-right: 2px !important;
    margin-left: 0 !important;
  }
}



/* FINAL MOBILE PHOTO POSITIONING
   Phone only: keep tablet/desktop layout intact.
   - Moment 4: crop venue photos toward the right so FWIP machine stays visible.
   - Moment 7: center the CTA gelato cups in the mobile crop.
*/
@media (max-width: 600px) {
  /* Moment 4 — Where FWIP Fits */
  .moment-four .venue-scene {
    background-position: 82% center !important;
  }

  .moment-four .venue-scene.scene-sky {
    background-position: 76% center !important;
  }

  .moment-four .venue-scene.scene-golf,
  .moment-four .venue-scene.scene-beach,
  .moment-four .venue-scene.scene-family {
    background-position: 84% center !important;
  }

  /* If any venue scene is rendered through pseudo/background fallback */
  .moment-four .venue-scene::before {
    background-position: inherit !important;
  }

  /* Moment 7 — center the cups in the convertible image */
  .moment-seven-bg {
    background-size: auto 100% !important;
    background-position: 50% center !important;
  }
}

@media (max-width: 430px) {
  .moment-four .venue-scene {
    background-position: 86% center !important;
  }

  .moment-four .venue-scene.scene-sky {
    background-position: 78% center !important;
  }

  .moment-four .venue-scene.scene-golf,
  .moment-four .venue-scene.scene-beach,
  .moment-four .venue-scene.scene-family {
    background-position: 88% center !important;
  }

  .moment-seven-bg {
    background-position: 50% center !important;
  }
}



/* FINAL MOBILE MACHINE VISIBILITY PASS
   Beach Club: 5% left
   Sky Lounge: 10% left
   Hotel: 15% left
*/
@media (max-width: 600px) {

  .moment-four .venue-scene.scene-beach {
    background-position: 79% center !important;
  }

  .moment-four .venue-scene.scene-sky {
    background-position: 68% center !important;
  }

  .moment-four .venue-scene.scene-hotel {
    background-position: 65% center !important;
  }
}

@media (max-width: 430px) {

  .moment-four .venue-scene.scene-beach {
    background-position: 83% center !important;
  }

  .moment-four .venue-scene.scene-sky {
    background-position: 70% center !important;
  }

  .moment-four .venue-scene.scene-hotel {
    background-position: 60% center !important;
  }
}


/* FINAL MOBILE MACHINE VISIBILITY PASS */
@media (max-width: 600px){
  .scene-beach{background-position: 100% center !important;}
  .scene-sky{background-position: 100% center !important;}
  .scene-hotel{background-position: 100% center !important;}
}

@media (max-width: 430px){
  .scene-beach{background-position: 100% center !important;}
  .scene-sky{background-position: 100% center !important;}
  .scene-hotel{background-position: 100% center !important;}
}


/* FINAL MOBILE SCROLL REVEAL — real image layer, not background-position.
   Phone only. The visible photo starts with its left edge on the screen,
   slides all the way until its right edge meets the screen, then holds.
*/
@media (max-width: 600px) {
  .moment-four .venue-scene {
    overflow: hidden !important;
    background-image: none !important;
    background-color: #111 !important;
  }

  .moment-four .venue-scene .mobile-pan-img {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: auto !important;
    min-width: 100vw !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: left center !important;
    z-index: 0 !important;
    transform: translate3d(0,0,0);
    will-change: transform;
  }

  .moment-four .venue-scene.active .mobile-pan-img.is-revealing {
    animation: solserveImageEdgeToEdge 13s cubic-bezier(.45,0,.2,1) forwards !important;
  }

  .moment-four .venue-scene > :not(.mobile-pan-img) {
    position: relative !important;
    z-index: 2 !important;
  }

  .moment-four .venue-scene::before {
    display: none !important;
  }

  .moment-four .venue-scene::after {
    z-index: 1 !important;
  }

  @keyframes solserveImageEdgeToEdge {
    0% {
      transform: translate3d(0,0,0);
    }
    78% {
      transform: translate3d(calc(100vw - 100%),0,0);
    }
    100% {
      transform: translate3d(calc(100vw - 100%),0,0);
    }
  }

  .moment-seven img,
  .moment-seven picture img,
  .cta-image img,
  .reserve-visual img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .moment-seven,
  .moment-seven::before,
  .moment-seven .moment-bg,
  .moment-seven .moment-seven-bg,
  .moment-seven [style*="moment7"],
  .moment-seven [style*="cta"] {
    background-position: center center !important;
  }
}

@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .moment-four .venue-scene.active .mobile-pan-img.is-revealing {
    animation: none !important;
    transform: translate3d(calc(100vw - 100%),0,0) !important;
  }
}

/* MOBILE REVEAL CLEANUP — keep the reveal, restore site-consistent overlay */
@media (max-width: 600px) {
  /* The reveal image was too dark; keep it closer to the rest of the website. */
  .moment-four .venue-scene .mobile-pan-img {
    filter: brightness(.72) saturate(.96) contrast(1.02) !important;
  }

  /* Use a lighter, simpler overlay closer to the existing cinematic treatment. */
  .moment-four .venue-scene::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 1 !important;
    background:
      linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,.08) 48%, rgba(0,0,0,.20)),
      linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.12) 52%, rgba(0,0,0,.28)) !important;
  }

  /* Put text/controls back above overlay without moving them out of place. */
  .moment-four .venue-scene .scene-copy,
  .moment-four .venue-scene .venue-copy {
    position: absolute !important;
    z-index: 3 !important;
  }

  .moment-four .venue-scene .scene-arrow,
  .moment-four .venue-scene .venue-arrow,
  .moment-four .venue-scene .carousel-arrow,
  .moment-four .venue-scene .scene-dots,
  .moment-four .venue-scene .venue-dots,
  .moment-four .venue-scene .scroll-cue {
    z-index: 4 !important;
  }

  /* Remove the tiny clipped white artifacts at the very top of Moment 4. */
  .moment-four .venue-scene {
    clip-path: inset(1px 0 0 0) !important;
  }

  .moment-four .venue-scene .scene-copy {
    top: auto !important;
  }

  .moment-four {
    overflow: hidden !important;
  }
}


/* FINAL MOBILE REVEAL TYPOGRAPHY + TOP ARTIFACT CLEANUP
   Keep the reveal movement and overlay. Only fix mobile hierarchy/artifacts.
*/
@media (max-width: 600px) {
  /* Make "WHERE IT BELONGS" behave like the small eyebrow labels elsewhere */
  .moment-four .scene-copy .chapter-label,
  .moment-four .scene-copy .eyebrow,
  .moment-four .scene-copy > span:first-child,
  .moment-four .venue-copy .chapter-label,
  .moment-four .venue-copy .eyebrow,
  .moment-four .venue-copy > span:first-child {
    display: block !important;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
  }

  /* Keep the actual venue name clearly dominant */
  .moment-four .scene-copy h2,
  .moment-four .venue-copy h2 {
    font-size: clamp(48px, 14vw, 72px) !important;
    line-height: .88 !important;
    letter-spacing: -.035em !important;
    margin-top: 0 !important;
  }

  .moment-four .scene-copy p,
  .moment-four .venue-copy p {
    font-size: clamp(22px, 6vw, 30px) !important;
    line-height: 1.08 !important;
    margin-top: 18px !important;
  }

  /* Hide the tiny clipped white artifacts at the top edge of the moving section */
  .moment-four,
  .moment-four .venue-scene,
  .moment-four .venue-scene.active {
    overflow: hidden !important;
  }

  .moment-four .venue-scene {
    clip-path: inset(2px 0 0 0) !important;
  }

  /* If the top artifacts are clipped copies of old text layers, keep inactive scenes fully hidden */
  .moment-four .venue-scene:not(.active) {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .moment-four .venue-scene.active {
    visibility: visible !important;
  }
}


/* FINAL EYEBROW FIX - CSS ONLY */
@media (max-width: 600px){

  .moment-four .scene-label,
  .moment-four .venue-eyebrow,
  .moment-four .scene-copy .kicker,
  .moment-four .scene-copy .eyebrow{
      font-size:10px !important;
      letter-spacing:.28em !important;
      font-weight:600 !important;
      line-height:1 !important;
      text-transform:uppercase !important;
      margin-bottom:14px !important;
      opacity:.9 !important;
  }
}


/* =========================================================
   MOMENT 5 — CLEAN REBUILD
   Replaces old absolute-position spaghetti with a controlled responsive layout.
   Placement remains between Moment 4 and Moment 6.
   ========================================================= */

.moment-five.rebuilt-flavours {
  position: relative !important;
  min-height: 100vh !important;
  height: auto !important;
  overflow: hidden !important;
  background: #003f49 !important;
  color: #F5E9D6 !important;
  padding: clamp(80px, 10vh, 125px) 6.8vw 86px !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(560px, 1.25fr) !important;
  gap: clamp(34px, 5vw, 78px) !important;
  align-items: end !important;
}

.moment-five.rebuilt-flavours .flavour-video-bg,
.moment-five.rebuilt-flavours .flavour-video-bg video,
.moment-five.rebuilt-flavours .flavour-water-overlay,
.moment-five.rebuilt-flavours .flavour-water-grain {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

.moment-five.rebuilt-flavours .flavour-video-bg {
  z-index: 0 !important;
  overflow: hidden !important;
}

.moment-five.rebuilt-flavours .flavour-video-bg video {
  object-fit: cover !important;
  opacity: .56 !important;
  filter: saturate(.95) contrast(1.08) brightness(.72) !important;
}

.moment-five.rebuilt-flavours .flavour-water-overlay {
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(0,31,38,.72) 0%, rgba(0,43,50,.46) 44%, rgba(0,39,45,.62) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.18)) !important;
}

.moment-five.rebuilt-flavours .flavour-water-grain {
  z-index: 2 !important;
  opacity: .14 !important;
}

.moment-five.rebuilt-flavours .flavour-intro {
  position: relative !important;
  z-index: 5 !important;
  max-width: 720px !important;
  align-self: start !important;
  padding-top: 0 !important;
}

.moment-five.rebuilt-flavours .flavour-intro .chapter-label {
  margin: 0 0 22px !important;
}

.moment-five.rebuilt-flavours .flavour-intro h2 {
  margin: 0 !important;
  max-width: 680px !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(70px, 7.2vw, 132px) !important;
  line-height: .86 !important;
  font-weight: 500 !important;
  letter-spacing: -.04em !important;
  color: #F5E9D6 !important;
}

.moment-five.rebuilt-flavours .flavour-intro > p:not(.chapter-label) {
  margin: clamp(22px, 3vh, 36px) 0 0 !important;
  max-width: 690px !important;
  font-size: clamp(17px, 1.22vw, 22px) !important;
  line-height: 1.45 !important;
  color: rgba(245,233,214,.90) !important;
}

.moment-five.rebuilt-flavours .flavour-cloud.rebuilt-flavour-cloud {
  position: relative !important;
  z-index: 5 !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
  grid-template-areas:
    ". pistachio vanilla ."
    "strawberry caramel fy mango"
    ". chocolate chocolate ." !important;
  gap: clamp(16px, 2.3vw, 34px) clamp(18px, 2.4vw, 38px) !important;
  align-items: end !important;
  justify-items: center !important;
  width: min(840px, 100%) !important;
  margin-left: auto !important;
  pointer-events: auto !important;
}

/* reset all legacy card positioning inside rebuilt section */
.moment-five.rebuilt-flavours .flavour-card,
.moment-five.rebuilt-flavours .flavour-card.strawberry,
.moment-five.rebuilt-flavours .flavour-card.pistachio,
.moment-five.rebuilt-flavours .flavour-card.caramel,
.moment-five.rebuilt-flavours .flavour-card.vanilla,
.moment-five.rebuilt-flavours .flavour-card.fy,
.moment-five.rebuilt-flavours .flavour-card.mango,
.moment-five.rebuilt-flavours .flavour-card.chocolate {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  animation: flavourFloat 7s ease-in-out infinite !important;
  width: min(100%, 174px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: center !important;
}

.moment-five.rebuilt-flavours .flavour-card.strawberry { grid-area: strawberry !important; }
.moment-five.rebuilt-flavours .flavour-card.pistachio  { grid-area: pistachio !important; transform: translateY(-10px) !important; }
.moment-five.rebuilt-flavours .flavour-card.caramel    { grid-area: caramel !important; }
.moment-five.rebuilt-flavours .flavour-card.vanilla    { grid-area: vanilla !important; transform: translateY(-8px) !important; }
.moment-five.rebuilt-flavours .flavour-card.fy         { grid-area: fy !important; width: min(100%, 154px) !important; }
.moment-five.rebuilt-flavours .flavour-card.mango      { grid-area: mango !important; }
.moment-five.rebuilt-flavours .flavour-card.chocolate  { grid-area: chocolate !important; width: min(100%, 168px) !important; }

.moment-five.rebuilt-flavours .flavour-card img {
  width: 100% !important;
  height: auto !important;
  max-height: 160px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.24)) !important;
}

.moment-five.rebuilt-flavours .flavour-label {
  margin-top: 8px !important;
}

.moment-five.rebuilt-flavours .flavour-label span {
  display: block !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: .32em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  color: rgba(245,233,214,.55) !important;
}

.moment-five.rebuilt-flavours .flavour-label h3 {
  margin: 5px 0 0 !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(27px, 2.15vw, 38px) !important;
  line-height: .95 !important;
  font-weight: 500 !important;
  color: #F5E9D6 !important;
  text-shadow: 0 8px 26px rgba(0,0,0,.22) !important;
  white-space: normal !important;
}

.moment-five.rebuilt-flavours .section-down-arrow {
  z-index: 8 !important;
}

/* Laptop / shorter desktop: no overlap possible because cards stay in right-side grid */
@media (min-width: 901px) and (max-height: 850px) {
  .moment-five.rebuilt-flavours {
    min-height: 100vh !important;
    padding-top: 82px !important;
    padding-bottom: 58px !important;
    grid-template-columns: minmax(350px, .88fr) minmax(560px, 1.2fr) !important;
    align-items: center !important;
  }

  .moment-five.rebuilt-flavours .flavour-intro h2 {
    font-size: clamp(64px, 6.2vw, 104px) !important;
  }

  .moment-five.rebuilt-flavours .flavour-intro > p:not(.chapter-label) {
    font-size: clamp(15px, 1.05vw, 18px) !important;
    line-height: 1.38 !important;
    max-width: 650px !important;
  }

  .moment-five.rebuilt-flavours .flavour-cloud.rebuilt-flavour-cloud {
    gap: 12px 22px !important;
  }

  .moment-five.rebuilt-flavours .flavour-card,
  .moment-five.rebuilt-flavours .flavour-card.strawberry,
  .moment-five.rebuilt-flavours .flavour-card.pistachio,
  .moment-five.rebuilt-flavours .flavour-card.caramel,
  .moment-five.rebuilt-flavours .flavour-card.vanilla,
  .moment-five.rebuilt-flavours .flavour-card.fy,
  .moment-five.rebuilt-flavours .flavour-card.mango,
  .moment-five.rebuilt-flavours .flavour-card.chocolate {
    width: min(100%, 142px) !important;
  }

  .moment-five.rebuilt-flavours .flavour-card.fy {
    width: min(100%, 126px) !important;
  }

  .moment-five.rebuilt-flavours .flavour-card img {
    max-height: 126px !important;
  }

  .moment-five.rebuilt-flavours .flavour-label h3 {
    font-size: clamp(22px, 1.8vw, 30px) !important;
  }
}

/* Tablet and medium screens */
@media (max-width: 1100px) {
  .moment-five.rebuilt-flavours {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    min-height: auto !important;
    padding: 92px 6.5vw 92px !important;
  }

  .moment-five.rebuilt-flavours .flavour-cloud.rebuilt-flavour-cloud {
    width: 100% !important;
    margin: 40px auto 0 !important;
    grid-template-columns: repeat(4, minmax(100px, 1fr)) !important;
  }

  .moment-five.rebuilt-flavours .flavour-card,
  .moment-five.rebuilt-flavours .flavour-card.strawberry,
  .moment-five.rebuilt-flavours .flavour-card.pistachio,
  .moment-five.rebuilt-flavours .flavour-card.caramel,
  .moment-five.rebuilt-flavours .flavour-card.vanilla,
  .moment-five.rebuilt-flavours .flavour-card.fy,
  .moment-five.rebuilt-flavours .flavour-card.mango,
  .moment-five.rebuilt-flavours .flavour-card.chocolate {
    width: min(100%, 150px) !important;
  }
}

/* Mobile: clean vertical staggered product scroll, no section boundary stripe */
@media (max-width: 600px) {
  .moment-five.rebuilt-flavours {
    min-height: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 88px 7vw 104px !important;
    display: block !important;
    overflow: hidden !important;
  }

  .moment-five.rebuilt-flavours .flavour-intro {
    max-width: 100% !important;
  }

  .moment-five.rebuilt-flavours .flavour-intro h2 {
    font-size: clamp(58px, 17vw, 82px) !important;
    line-height: .88 !important;
  }

  .moment-five.rebuilt-flavours .flavour-intro > p:not(.chapter-label) {
    font-size: 17px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
  }

  .moment-five.rebuilt-flavours .flavour-cloud.rebuilt-flavour-cloud {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
      "strawberry pistachio"
      "caramel vanilla"
      "fy mango"
      "chocolate chocolate" !important;
    gap: 34px 20px !important;
    margin: 54px auto 0 !important;
    width: 100% !important;
  }

  .moment-five.rebuilt-flavours .flavour-card,
  .moment-five.rebuilt-flavours .flavour-card.strawberry,
  .moment-five.rebuilt-flavours .flavour-card.pistachio,
  .moment-five.rebuilt-flavours .flavour-card.caramel,
  .moment-five.rebuilt-flavours .flavour-card.vanilla,
  .moment-five.rebuilt-flavours .flavour-card.fy,
  .moment-five.rebuilt-flavours .flavour-card.mango,
  .moment-five.rebuilt-flavours .flavour-card.chocolate {
    width: min(100%, 155px) !important;
    justify-self: center !important;
  }

  .moment-five.rebuilt-flavours .flavour-card img {
    max-height: 134px !important;
  }

  .moment-five.rebuilt-flavours .flavour-card.pistachio,
  .moment-five.rebuilt-flavours .flavour-card.vanilla,
  .moment-five.rebuilt-flavours .flavour-card.mango {
    transform: translateY(22px) !important;
  }

  .moment-five.rebuilt-flavours .flavour-card.chocolate {
    width: min(70%, 170px) !important;
    transform: none !important;
  }

  .moment-five.rebuilt-flavours .flavour-label h3 {
    font-size: 28px !important;
  }

  .moment-five.rebuilt-flavours .section-down-arrow {
    bottom: 28px !important;
  }
}


/* MOMENT 5 MOBILE SPACING FIX
   More breathing room after intro text and taller mobile flavour section.
*/
@media (max-width: 600px) {
  .moment-five.rebuilt-flavours {
    padding-top: 92px !important;
    padding-bottom: 150px !important;
  }

  .moment-five.rebuilt-flavours .flavour-cloud.rebuilt-flavour-cloud {
    margin-top: 86px !important;
    gap: 46px 22px !important;
  }

  .moment-five.rebuilt-flavours .flavour-card,
  .moment-five.rebuilt-flavours .flavour-card.strawberry,
  .moment-five.rebuilt-flavours .flavour-card.pistachio,
  .moment-five.rebuilt-flavours .flavour-card.caramel,
  .moment-five.rebuilt-flavours .flavour-card.vanilla,
  .moment-five.rebuilt-flavours .flavour-card.fy,
  .moment-five.rebuilt-flavours .flavour-card.mango,
  .moment-five.rebuilt-flavours .flavour-card.chocolate {
    width: min(100%, 142px) !important;
  }

  .moment-five.rebuilt-flavours .flavour-card img {
    max-height: 122px !important;
  }

  .moment-five.rebuilt-flavours .flavour-label h3 {
    font-size: 26px !important;
  }
}


.contact-actions{margin-top:24px;}
.contact-email-button{
display:inline-block;
padding:14px 28px;
border:1px solid rgba(245,233,214,.5);
border-radius:999px;
color:#F5E9D6;
text-decoration:none;
letter-spacing:.12em;
text-transform:uppercase;
}


/* MOMENT 4 DESKTOP FIX
   Hide the mobile reveal image layer on desktop/tablet.
   It should only exist for the mobile left-to-right reveal.
*/
@media (min-width: 601px) {
  .moment-four .venue-scene .mobile-pan-img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .moment-four .venue-scene {
    background-image: var(--scene-image) !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

@media (max-width: 600px) {
  .moment-four .venue-scene .mobile-pan-img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* MOMENT 5 — 3D FLAVOUR ORBIT CAROUSEL */
.moment-five.flavour-orbit-section{
  position:relative!important; min-height:100vh!important; height:auto!important; overflow:hidden!important;
  background:#030303!important; color:#F5E9D6!important;
  padding:clamp(92px,10vh,130px) 7vw clamp(80px,9vh,110px)!important;
  display:grid!important; grid-template-columns:minmax(330px,.82fr) minmax(520px,1.18fr)!important;
  gap:clamp(32px,5vw,86px)!important; align-items:center!important;
}
.moment-five.flavour-orbit-section::before{
  content:""!important; position:absolute!important; inset:0!important; pointer-events:none!important;
  background:radial-gradient(circle at 68% 42%, rgba(212,162,58,.14), transparent 34%),
             linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.25))!important;
}
.moment-five .flavour-orbit-copy{position:relative!important;z-index:4!important;max-width:710px!important;}
.moment-five.flavour-orbit-section .chapter-label{
  margin:0 0 24px!important;font-family:Inter,Arial,sans-serif!important;font-size:13px!important;letter-spacing:.34em!important;text-transform:uppercase!important;color:rgba(245,233,214,.82)!important;
}
.moment-five.flavour-orbit-section h2{
  margin:0!important;font-family:'Cormorant Garamond',serif!important;font-size:clamp(76px,7.3vw,138px)!important;line-height:.86!important;letter-spacing:-.045em!important;font-weight:500!important;color:#F5E9D6!important;
}
.moment-five.flavour-orbit-section .flavour-orbit-intro{
  margin:clamp(24px,3vh,38px) 0 0!important;max-width:690px!important;font-size:clamp(17px,1.18vw,21px)!important;line-height:1.48!important;color:rgba(245,233,214,.88)!important;
}
.flavour-orbit-stage{position:relative!important;z-index:4!important;min-height:min(620px,72vh)!important;display:flex!important;align-items:center!important;justify-content:center!important;perspective:1100px!important;}
.flavour-orbit{position:relative!important;width:min(680px,100%)!important;height:min(520px,62vh)!important;transform-style:preserve-3d!important;user-select:none!important;touch-action:pan-y!important;}
.orbit-card{
  position:absolute!important;left:50%!important;top:50%!important;width:clamp(145px,16vw,255px)!important;transform-style:preserve-3d!important;
  transition:transform .75s cubic-bezier(.2,.82,.2,1),opacity .75s ease,filter .75s ease!important;
  opacity:.34!important;filter:blur(.2px) saturate(.82) brightness(.74) drop-shadow(0 20px 34px rgba(0,0,0,.28))!important;pointer-events:auto!important;will-change:transform,opacity,filter!important;
}
.orbit-card img{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;}
.orbit-card[data-offset="0"]{transform:translate(-50%,-54%) translate3d(0,0,220px) scale(1.42)!important;z-index:10!important;opacity:1!important;filter:drop-shadow(0 34px 46px rgba(0,0,0,.45))!important;}
.orbit-card[data-offset="1"]{transform:translate(-50%,-50%) translate3d(235px,18px,70px) rotateY(-24deg) scale(.78)!important;z-index:7!important;opacity:.78!important;}
.orbit-card[data-offset="-1"]{transform:translate(-50%,-50%) translate3d(-235px,18px,70px) rotateY(24deg) scale(.78)!important;z-index:7!important;opacity:.78!important;}
.orbit-card[data-offset="2"]{transform:translate(-50%,-50%) translate3d(325px,58px,-110px) rotateY(-38deg) scale(.54)!important;z-index:4!important;opacity:.36!important;}
.orbit-card[data-offset="-2"]{transform:translate(-50%,-50%) translate3d(-325px,58px,-110px) rotateY(38deg) scale(.54)!important;z-index:4!important;opacity:.36!important;}
.orbit-card[data-offset="3"],.orbit-card[data-offset="-3"]{transform:translate(-50%,-50%) translate3d(0,86px,-230px) scale(.42)!important;z-index:1!important;opacity:.16!important;filter:blur(1.6px) saturate(.65) brightness(.55)!important;}
.orbit-caption{position:absolute!important;left:50%!important;bottom:18px!important;transform:translateX(-50%)!important;text-align:center!important;z-index:12!important;min-width:300px!important;pointer-events:none!important;}
.orbit-caption .orbit-type{display:block!important;font-family:Inter,Arial,sans-serif!important;font-size:11px!important;letter-spacing:.34em!important;line-height:1!important;text-transform:uppercase!important;color:rgba(245,233,214,.58)!important;}
.orbit-caption h3{margin:8px 0 0!important;font-family:'Cormorant Garamond',serif!important;font-size:clamp(40px,4vw,68px)!important;line-height:.9!important;font-weight:500!important;color:#F5E9D6!important;}
.flavour-orbit-btn{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important;width:54px!important;height:54px!important;border:1px solid rgba(245,233,214,.38)!important;border-radius:999px!important;background:rgba(255,255,255,.045)!important;color:#F5E9D6!important;font-size:42px!important;line-height:45px!important;font-family:Georgia,serif!important;cursor:pointer!important;}
.flavour-prev{left:0!important}.flavour-next{right:0!important}
.orbit-dots{position:absolute!important;left:50%!important;bottom:-24px!important;transform:translateX(-50%)!important;z-index:14!important;display:flex!important;gap:11px!important;}
.orbit-dots button{width:7px!important;height:7px!important;padding:0!important;border:1px solid rgba(245,233,214,.58)!important;border-radius:99px!important;background:transparent!important;cursor:pointer!important;}
.orbit-dots button.is-active{width:28px!important;background:#F5E9D6!important;border-color:#F5E9D6!important;}
.moment-five.flavour-orbit-section .section-down-arrow{z-index:22!important;bottom:28px!important;}

@media(max-width:1100px){
  .moment-five.flavour-orbit-section{grid-template-columns:1fr!important;min-height:auto!important;gap:46px!important;padding:92px 7vw 110px!important;}
  .flavour-orbit-stage{min-height:520px!important;}
}
@media(max-width:600px){
  .moment-five.flavour-orbit-section{display:block!important;padding:86px 7vw 112px!important;}
  .moment-five.flavour-orbit-section h2{font-size:clamp(58px,16.5vw,82px)!important;line-height:.88!important;}
  .moment-five.flavour-orbit-section .flavour-orbit-intro{font-size:17px!important;line-height:1.46!important;}
  .flavour-orbit-stage{min-height:470px!important;margin-top:36px!important;}
  .flavour-orbit{height:390px!important;width:100%!important;}
  .orbit-card{width:clamp(112px,38vw,168px)!important;}
  .orbit-card[data-offset="0"]{transform:translate(-50%,-58%) translate3d(0,0,180px) scale(1.32)!important;}
  .orbit-card[data-offset="1"]{transform:translate(-50%,-50%) translate3d(115px,18px,25px) rotateY(-20deg) scale(.68)!important;opacity:.68!important;}
  .orbit-card[data-offset="-1"]{transform:translate(-50%,-50%) translate3d(-115px,18px,25px) rotateY(20deg) scale(.68)!important;opacity:.68!important;}
  .orbit-card[data-offset="2"],.orbit-card[data-offset="-2"],.orbit-card[data-offset="3"],.orbit-card[data-offset="-3"]{transform:translate(-50%,-50%) translate3d(0,68px,-170px) scale(.38)!important;opacity:0!important;pointer-events:none!important;}
  .flavour-orbit-btn{width:46px!important;height:46px!important;font-size:34px!important;line-height:38px!important;}
  .flavour-prev{left:-6px!important}.flavour-next{right:-6px!important}
  .orbit-caption{bottom:4px!important}.orbit-caption h3{font-size:42px!important}.orbit-dots{bottom:-28px!important;}
}


/* MOMENT 5 BACKGROUND — CONTINUITY MATCH
   Full-bleed Costa del Sol image with the same cinematic treatment style
   as the other photographic sections. Carousel/layout untouched.
*/
.moment-five.flavour-orbit-section{
  background:#050403 !important;
}

.moment-five.flavour-orbit-section::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background-image:url('assets/moment5-costa-del-sol.webp') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  opacity:1 !important;
  filter:none !important;
  z-index:0 !important;
  pointer-events:none !important;
}

.moment-five.flavour-orbit-section::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.38) 42%, rgba(0,0,0,.58) 100%),
    linear-gradient(180deg, rgba(0,0,0,.40) 0%, rgba(0,0,0,.34) 45%, rgba(0,0,0,.50) 100%),
    radial-gradient(circle at 70% 44%, rgba(212,162,58,.12), transparent 36%) !important;
  z-index:1 !important;
  pointer-events:none !important;
}

.moment-five.flavour-orbit-section > *{
  position:relative !important;
  z-index:2 !important;
}

.moment-five.flavour-orbit-section .flavour-orbit-stage,
.moment-five.flavour-orbit-section .flavour-orbit-copy,
.moment-five.flavour-orbit-section .section-down-arrow{
  position:relative !important;
  z-index:5 !important;
}

@media (max-width: 600px){
  .moment-five.flavour-orbit-section::after{
    background-position:62% center !important;
  }
  .moment-five.flavour-orbit-section::before{
    background:
      linear-gradient(180deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.36) 45%, rgba(0,0,0,.54) 100%),
      linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.34), rgba(0,0,0,.50)) !important;
  }
}


/* =========================================================
   MOMENT 5 — TABLET LANDSCAPE FIX
   Keeps PC and mobile unchanged.
   Targets tablet landscape where the desktop carousel was too large
   and pushed the text out of view.
   ========================================================= */

@media (min-width: 601px) and (max-width: 1180px) and (orientation: landscape) {
  .moment-five.flavour-orbit-section {
    min-height: 100vh !important;
    grid-template-columns: minmax(270px, .78fr) minmax(390px, 1.22fr) !important;
    gap: 24px !important;
    padding: 62px 5.5vw 58px !important;
    align-items: center !important;
  }

  .moment-five.flavour-orbit-section .flavour-orbit-copy {
    max-width: 410px !important;
  }

  .moment-five.flavour-orbit-section .chapter-label {
    margin-bottom: 14px !important;
    font-size: 11px !important;
    letter-spacing: .28em !important;
  }

  .moment-five.flavour-orbit-section h2 {
    font-size: clamp(48px, 6vw, 74px) !important;
    line-height: .88 !important;
    letter-spacing: -.04em !important;
  }

  .moment-five.flavour-orbit-section .flavour-orbit-intro {
    margin-top: 18px !important;
    max-width: 390px !important;
    font-size: clamp(13px, 1.55vw, 16px) !important;
    line-height: 1.38 !important;
  }

  .flavour-orbit-stage {
    min-height: 420px !important;
  }

  .flavour-orbit {
    width: min(520px, 100%) !important;
    height: 370px !important;
  }

  .orbit-card {
    width: clamp(105px, 13vw, 170px) !important;
  }

  .orbit-card[data-offset="0"] {
    transform: translate(-50%, -56%) translate3d(0,0,165px) scale(1.18) !important;
  }

  .orbit-card[data-offset="1"] {
    transform: translate(-50%, -50%) translate3d(165px, 12px, 45px) rotateY(-22deg) scale(.68) !important;
  }

  .orbit-card[data-offset="-1"] {
    transform: translate(-50%, -50%) translate3d(-165px, 12px, 45px) rotateY(22deg) scale(.68) !important;
  }

  .orbit-card[data-offset="2"] {
    transform: translate(-50%, -50%) translate3d(225px, 42px, -90px) rotateY(-34deg) scale(.46) !important;
    opacity: .28 !important;
  }

  .orbit-card[data-offset="-2"] {
    transform: translate(-50%, -50%) translate3d(-225px, 42px, -90px) rotateY(34deg) scale(.46) !important;
    opacity: .28 !important;
  }

  .orbit-card[data-offset="3"],
  .orbit-card[data-offset="-3"] {
    transform: translate(-50%, -50%) translate3d(0, 72px, -200px) scale(.34) !important;
    opacity: .10 !important;
  }

  .orbit-caption {
    bottom: 0 !important;
  }

  .orbit-caption .orbit-type {
    font-size: 10px !important;
    letter-spacing: .28em !important;
  }

  .orbit-caption h3 {
    font-size: clamp(34px, 4.4vw, 48px) !important;
  }

  .flavour-orbit-btn {
    width: 44px !important;
    height: 44px !important;
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .flavour-prev {
    left: -6px !important;
  }

  .flavour-next {
    right: -6px !important;
  }

  .orbit-dots {
    bottom: -20px !important;
  }

  .moment-five.flavour-orbit-section .section-down-arrow {
    bottom: 18px !important;
  }
}

/* Extra protection for shorter tablet landscape screens */
@media (min-width: 601px) and (max-width: 1180px) and (orientation: landscape) and (max-height: 760px) {
  .moment-five.flavour-orbit-section {
    padding-top: 52px !important;
    padding-bottom: 48px !important;
  }

  .flavour-orbit-stage {
    min-height: 360px !important;
  }

  .flavour-orbit {
    height: 330px !important;
  }

  .orbit-card {
    width: clamp(96px, 12vw, 152px) !important;
  }

  .orbit-card[data-offset="0"] {
    transform: translate(-50%, -56%) translate3d(0,0,145px) scale(1.10) !important;
  }

  .orbit-caption h3 {
    font-size: clamp(30px, 4vw, 42px) !important;
  }
}
