:root {
  --cocoa: #53291e;
  --cocoa-deep: #170b08;
  --cocoa-2: #2b1713;
  --rose: #c4908b;
  --coral: #d4857d;
  --cream: #f5ede8;
  --paper: #faf6f3;
  --sand: #e8d5ce;
  --sage: #8b6b5d;
  --muted: #8b6b5d;
  --line: rgba(83, 41, 30, 0.16);
  --line-light: rgba(250, 246, 243, 0.24);
  --shadow: 0 24px 70px rgba(33, 14, 9, 0.24);
  --glow: 0 0 54px rgba(212, 133, 125, 0.28);
  --display: "Playfair Display", Georgia, serif;
  --script: "Cormorant Garamond", Georgia, serif;
  --ui: "Raleway", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 40px));
  color-scheme: light;
}

/* Contact route: award-ready location module with a lazy, designed map. */
body[data-page="contacto"] .contact-section {
  overflow: hidden;
  padding-block: clamp(60px, 6vw, 92px);
  background:
    linear-gradient(115deg, rgba(250, 246, 243, 0.96), rgba(245, 237, 232, 0.88) 56%, rgba(250, 246, 243, 0.96)),
    var(--paper);
}

body[data-page="contacto"] .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.08fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

body[data-page="contacto"] .contact-copy {
  min-width: 0;
}

body[data-page="contacto"] .contact-copy h2 {
  max-width: 9.6ch;
  margin: 0;
  line-height: 0.92;
}

body[data-page="contacto"] .contact-lead {
  position: relative;
  max-width: 520px;
  margin: 22px 0 24px;
  color: rgba(83, 41, 30, 0.76);
  font-size: clamp(1.04rem, 1.55vw, 1.32rem);
  line-height: 1.55;
}

body[data-page="contacto"] .contact-lead::before {
  content: "";
  display: block;
  width: 78px;
  height: 2px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--coral), rgba(212, 133, 125, 0));
}

body[data-page="contacto"] .contact-methods {
  display: grid;
  gap: 12px;
}

body[data-page="contacto"] .contact-method {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(196, 144, 139, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(250, 246, 243, 0.92), rgba(245, 237, 232, 0.64)),
    rgba(250, 246, 243, 0.84);
  box-shadow: 0 18px 52px rgba(83, 41, 30, 0.08);
  padding: clamp(14px, 1.6vw, 18px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body[data-page="contacto"] .contact-method:hover,
body[data-page="contacto"] .contact-method:focus-within {
  border-color: rgba(212, 133, 125, 0.56);
  box-shadow: 0 24px 70px rgba(83, 41, 30, 0.13);
  transform: translateY(-3px);
}

body[data-page="contacto"] .contact-method-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 133, 125, 0.18);
  border-radius: 50%;
  background: rgba(232, 213, 206, 0.48);
  color: var(--coral);
}

body[data-page="contacto"] .contact-method-icon svg,
body[data-page="contacto"] .contact-map svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-page="contacto"] .contact-method span:not(.contact-method-icon) {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-page="contacto"] .contact-method h3 {
  margin: 5px 0 4px;
  color: var(--cocoa);
  font-size: clamp(1.1rem, 1.55vw, 1.5rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

body[data-page="contacto"] .contact-method p {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

body[data-page="contacto"] .contact-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  color: var(--cocoa);
  font-size: 0.78rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-page="contacto"] .contact-action::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  transition: width 160ms ease;
}

body[data-page="contacto"] .contact-action:hover::after,
body[data-page="contacto"] .contact-action:focus-visible::after {
  width: 44px;
}

body[data-page="contacto"] .contact-map {
  position: relative;
  isolation: isolate;
  min-height: clamp(460px, 40vw, 540px);
  overflow: hidden;
  border: 1px solid rgba(196, 144, 139, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(250, 246, 243, 0.96), rgba(237, 221, 214, 0.72)),
    var(--paper);
  box-shadow: 0 30px 84px rgba(83, 41, 30, 0.16);
  color: var(--cocoa);
}

body[data-page="contacto"] .contact-map-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  transition: opacity 420ms ease;
}

body[data-page="contacto"] .contact-map.is-map-loaded .contact-map-frame {
  opacity: 0.76;
}

body[data-page="contacto"] .contact-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.72) sepia(0.12) contrast(0.95);
}

body[data-page="contacto"] .contact-map-surface {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(83, 41, 30, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(83, 41, 30, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(250, 246, 243, 0.78), rgba(245, 237, 232, 0.86));
  background-size: 56px 56px, 56px 56px, auto;
  transition: opacity 420ms ease;
}

body[data-page="contacto"] .contact-map.is-map-loaded .contact-map-surface {
  opacity: 0.36;
}

body[data-page="contacto"] .contact-road {
  position: absolute;
  height: 13px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(212, 133, 125, 0.2), transparent),
    linear-gradient(90deg, rgba(212, 133, 125, 0.32), rgba(196, 144, 139, 0.58), rgba(212, 133, 125, 0.34));
  box-shadow: 0 0 0 12px rgba(212, 133, 125, 0.06);
}

body[data-page="contacto"] .contact-road-main {
  left: -12%;
  top: 56%;
  width: 76%;
  transform: rotate(-24deg);
}

body[data-page="contacto"] .contact-road-side-a {
  right: -5%;
  top: 24%;
  width: 52%;
  transform: rotate(126deg);
}

body[data-page="contacto"] .contact-road-side-b {
  left: 28%;
  top: 68%;
  width: 52%;
  transform: rotate(22deg);
}

body[data-page="contacto"] .contact-map-grid {
  position: absolute;
  inset: 36px;
  opacity: 0.38;
  background:
    repeating-linear-gradient(30deg, transparent 0 28px, rgba(83, 41, 30, 0.07) 29px 30px),
    repeating-linear-gradient(140deg, transparent 0 38px, rgba(83, 41, 30, 0.055) 39px 40px);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 86%, transparent);
}

body[data-page="contacto"] .contact-map-label {
  position: absolute;
  z-index: 1;
  color: rgba(83, 41, 30, 0.48);
  font-size: clamp(0.84rem, 1.4vw, 1.05rem);
}

body[data-page="contacto"] .contact-map-label-road {
  left: 43%;
  top: 40%;
  transform: rotate(62deg);
}

body[data-page="contacto"] .contact-map-label-zone {
  right: 11%;
  top: 20%;
  max-width: 10ch;
}

body[data-page="contacto"] .contact-map-label-city {
  left: 43%;
  bottom: 7%;
}

body[data-page="contacto"] .contact-map-chips {
  position: absolute;
  z-index: 4;
  top: clamp(18px, 2.4vw, 28px);
  left: clamp(18px, 2.4vw, 30px);
  right: clamp(18px, 2.4vw, 30px);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body[data-page="contacto"] .contact-map-chips a,
body[data-page="contacto"] .contact-map-chips span {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(196, 144, 139, 0.24);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.88);
  color: var(--cocoa);
  padding: 0 18px;
  font-size: 0.76rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(83, 41, 30, 0.08);
  backdrop-filter: blur(16px);
}

body[data-page="contacto"] .contact-map-chips svg {
  width: 21px;
  height: 21px;
  color: var(--coral);
}

body[data-page="contacto"] .contact-marker {
  position: absolute;
  z-index: 3;
  left: 52%;
  top: 56%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 12px;
  background: linear-gradient(135deg, var(--coral), var(--rose));
  box-shadow: 0 22px 44px rgba(83, 41, 30, 0.26);
}

body[data-page="contacto"] .contact-marker::before {
  content: "";
  position: absolute;
  inset: -26px;
  border: 1px solid rgba(212, 133, 125, 0.34);
  border-radius: 50%;
  animation: contact-marker-pulse 2400ms ease-out infinite;
}

body[data-page="contacto"] .contact-marker span {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(83, 41, 30, 0.08);
}

body[data-page="contacto"] .contact-marker-label {
  position: absolute;
  z-index: 3;
  left: 49%;
  top: calc(56% + 48px);
  color: var(--cocoa);
  font-family: var(--ui);
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  font-weight: 950;
}

body[data-page="contacto"] .contact-map-popup {
  position: absolute;
  z-index: 5;
  right: clamp(18px, 3vw, 34px);
  top: 28%;
  bottom: auto;
  transform: translateY(-12%);
  width: min(370px, calc(100% - 42px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  border: 1px solid rgba(196, 144, 139, 0.3);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.94);
  color: var(--cocoa);
  padding: clamp(18px, 2vw, 26px);
  box-shadow: 0 26px 70px rgba(83, 41, 30, 0.18);
  backdrop-filter: blur(18px);
}

body[data-page="contacto"] .contact-popup-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: rgba(232, 213, 206, 0.58);
  color: var(--coral);
}

body[data-page="contacto"] .contact-popup-icon svg {
  width: 34px;
  height: 34px;
}

body[data-page="contacto"] .contact-map-popup h3 {
  margin: 0 0 14px;
  color: var(--cocoa);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 0.98;
}

body[data-page="contacto"] .contact-map-popup p {
  margin: 9px 0;
  color: rgba(83, 41, 30, 0.76);
  line-height: 1.45;
}

body[data-page="contacto"] .contact-map-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: 10px;
  margin-top: 18px;
}

body[data-page="contacto"] .contact-map-actions .button {
  width: 100%;
  min-height: 50px;
  padding-inline: 14px;
  font-size: 0.72rem;
  white-space: normal;
}

body[data-page="contacto"] .contact-map-actions .button.secondary {
  background: rgba(250, 246, 243, 0.84);
}

body[data-page="contacto"] .contact-map.is-map-loaded [data-contact-map-load] {
  border-color: rgba(212, 133, 125, 0.36);
  background: rgba(250, 246, 243, 0.9);
}

@keyframes contact-marker-pulse {
  0% {
    opacity: 0.78;
    transform: scale(0.82);
  }
  100% {
    opacity: 0;
    transform: scale(1.48);
  }
}

@media (max-width: 1120px) {
  body[data-page="contacto"] .contact-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="contacto"] .contact-copy h2,
  body[data-page="contacto"] .contact-lead {
    max-width: 760px;
  }

  body[data-page="contacto"] .contact-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="contacto"] .contact-method {
    align-items: start;
  }
}

@media (max-width: 760px) {
  body[data-page="contacto"] .contact-section {
    padding-block: 68px 82px;
  }

  body[data-page="contacto"] .contact-copy h2 {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  body[data-page="contacto"] .contact-lead {
    margin-bottom: 24px;
  }

  body[data-page="contacto"] .contact-methods {
    grid-template-columns: 1fr;
  }

  body[data-page="contacto"] .contact-method {
    gap: 14px;
    padding: 18px;
  }

  body[data-page="contacto"] .contact-method h3 {
    font-size: clamp(1rem, 4.2vw, 1.28rem);
  }

  body[data-page="contacto"] .contact-map {
    min-height: 660px;
  }

  body[data-page="contacto"] .contact-map-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    right: 0;
    padding-right: 18px;
    scrollbar-width: none;
  }

  body[data-page="contacto"] .contact-map-chips::-webkit-scrollbar {
    display: none;
  }

  body[data-page="contacto"] .contact-marker {
    left: 47%;
    top: 44%;
  }

  body[data-page="contacto"] .contact-marker-label {
    left: 37%;
    top: calc(44% + 46px);
  }

  body[data-page="contacto"] .contact-map-popup {
    top: auto;
    right: 14px;
    bottom: 14px;
    transform: none;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  body[data-page="contacto"] .contact-map-actions {
    grid-template-columns: 1fr;
  }

  body[data-page="contacto"] .contact-popup-icon {
    width: 50px;
    height: 50px;
  }

  body[data-page="contacto"] .contact-map-label-zone,
  body[data-page="contacto"] .contact-map-label-city {
    display: none;
  }
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--cocoa-deep);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(196, 144, 139, 0.18), transparent 28rem),
    linear-gradient(180deg, var(--cocoa-deep), var(--cocoa-2) 760px, var(--cream) 760px);
  color: var(--cocoa);
  font-family: var(--ui);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

img,
video {
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
}

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

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--paper);
  color: var(--cocoa);
  padding: 10px 14px;
  font-weight: 850;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  z-index: 60;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, auto) 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1260px, calc(100vw - 36px));
  margin: 18px auto 0;
  padding: 12px;
  border: 1px solid rgba(250, 246, 243, 0.16);
  border-radius: 8px;
  background: rgba(23, 11, 8, 0.62);
  color: var(--paper);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(23, 11, 8, 0.88);
  border-color: rgba(196, 144, 139, 0.32);
  transform: translateY(-4px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--paper);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(250, 246, 243, 0.2);
}

.brand span {
  overflow: hidden;
  font-size: 0.82rem;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  color: rgba(250, 246, 243, 0.72);
  font-size: clamp(0.68rem, 0.85vw, 0.8rem);
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav a,
.nav-cta {
  text-decoration: none;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  transition: color 160ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--rose);
  transition: transform 160ms ease;
}

.site-nav a[aria-current="page"],
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--paper);
}

.site-nav a[aria-current="page"]::after,
.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rose), var(--coral));
  color: var(--paper);
  padding: 0 22px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: var(--glow);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.08);
  color: var(--paper);
}

.nav-toggle svg,
.icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(142px, 17svh, 190px) 0 clamp(210px, 22svh, 260px);
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(23, 11, 8, 0.9), rgba(23, 11, 8, 0.54) 45%, rgba(83, 41, 30, 0.2)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
  color: var(--paper);
}

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

.hero::before {
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 11, 8, 0.94), rgba(23, 11, 8, 0.5) 46%, rgba(23, 11, 8, 0.24)),
    radial-gradient(circle at var(--cursor-x, 62%) var(--cursor-y, 42%), rgba(212, 133, 125, 0.22), transparent 20rem),
    linear-gradient(180deg, rgba(23, 11, 8, 0.08), rgba(23, 11, 8, 0.86));
}

.hero::after {
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--cream));
}

.page-hero-video,
.page-hero-fallback {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-video {
  object-fit: cover;
  opacity: 0.74;
  filter: saturate(1.08) contrast(1.12) brightness(0.72);
  transform: scale(1.04);
}

.page-hero-fallback {
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero-content,
.section-inner {
  width: var(--container);
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.hero-content .eyebrow {
  order: 2;
  margin: 18px 0 0;
  color: var(--rose);
}

.hero-content h1 {
  order: 1;
}

.hero-content .hero-copy {
  order: 3;
}

.hero-content .hero-actions {
  order: 4;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.92;
}

h1 {
  max-width: 12ch;
  color: var(--paper);
  font-size: clamp(4.4rem, 9.2vw, 9rem);
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  max-width: 12ch;
  color: var(--cocoa);
  font-size: clamp(3rem, 6.2vw, 6rem);
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(250, 246, 243, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--cocoa);
  padding: 0 24px;
  font-size: 0.82rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.cine-dock a:hover,
.cine-chapter-rail button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--rose), var(--coral));
  color: var(--paper);
  box-shadow: var(--glow);
}

.button.secondary {
  border-color: rgba(250, 246, 243, 0.42);
  background: rgba(250, 246, 243, 0.12);
  color: var(--paper);
  backdrop-filter: blur(14px);
}

.button.light {
  background: var(--paper);
  color: var(--cocoa);
}

.cine-chapter-rail {
  position: absolute;
  z-index: 5;
  left: max(20px, calc((100vw - 1180px) / 2));
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 112px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(250, 246, 243, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(23, 11, 8, 0.68);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(20px);
}

.cine-chapter-rail button {
  position: relative;
  min-height: 82px;
  border: 0;
  background: rgba(250, 246, 243, 0.05);
  color: rgba(250, 246, 243, 0.72);
  padding: 14px;
  text-align: left;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.cine-chapter-rail button::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--rose), var(--coral));
  transition: transform 260ms ease;
}

.cine-chapter-rail span {
  display: block;
  color: var(--rose);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cine-chapter-rail strong {
  display: block;
  margin-top: 5px;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(0.96rem, 1.24vw, 1.2rem);
  line-height: 1;
}

.cine-chapter-rail button.is-active,
.cine-chapter-rail button:hover,
.cine-chapter-rail button:focus-visible {
  background: rgba(250, 246, 243, 0.14);
  color: var(--paper);
}

.cine-chapter-rail button.is-active::after {
  transform: scaleX(1);
}

.cine-dock {
  position: fixed;
  z-index: 55;
  right: clamp(14px, 2.2vw, 34px);
  bottom: clamp(14px, 2.2vw, 30px);
  width: min(440px, calc(100vw - 28px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(250, 246, 243, 0.18);
  border-radius: 8px;
  background: rgba(23, 11, 8, 0.84);
  color: var(--paper);
  padding: 12px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.cine-dock-pulse {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, var(--rose), var(--coral), var(--sand), var(--rose));
  animation: cine-spin 8s linear infinite;
}

.cine-dock-pulse::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: inherit;
  background: var(--cocoa-deep);
}

.cine-dock span,
.cine-dock small {
  display: block;
  color: var(--rose);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cine-dock strong {
  display: block;
  overflow: hidden;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.46rem);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cine-dock small {
  overflow: hidden;
  color: rgba(250, 246, 243, 0.62);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cine-dock a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--paper);
  color: var(--cocoa);
  padding: 0 14px;
  font-size: 0.74rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease;
}

.band,
.split-band,
.dark-band {
  position: relative;
  padding: clamp(86px, 9vw, 130px) 0;
}

.band {
  background:
    linear-gradient(180deg, rgba(245, 237, 232, 0.96), rgba(250, 246, 243, 0.98)),
    var(--paper);
}

.split-band {
  background:
    radial-gradient(circle at 88% 12%, rgba(196, 144, 139, 0.18), transparent 24rem),
    #fff;
}

.dark-band {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(212, 133, 125, 0.22), transparent 24rem),
    linear-gradient(135deg, var(--cocoa-deep), var(--cocoa));
  color: var(--paper);
}

.dark-band h2,
.dark-band h3 {
  color: var(--paper);
}

.dark-band .lead,
.dark-band p,
.dark-band li {
  color: rgba(250, 246, 243, 0.74);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.6fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: end;
  margin-bottom: 34px;
}

.lead {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.product-grid,
.combo-grid,
.card-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-card,
.combo-card,
.info-card,
.gallery-card,
.map-card,
.media-frame,
.form-grid {
  border: 1px solid rgba(83, 41, 30, 0.12);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.78);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-card {
  display: grid;
  grid-template-rows: minmax(250px, 38svh) 1fr;
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover,
.gallery-card:hover,
.combo-card:hover,
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 90px rgba(83, 41, 30, 0.2);
}

.product-card img,
.gallery-card img,
.gallery-card video,
.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card > div,
.combo-card,
.info-card,
.map-card {
  padding: 24px;
}

.product-card span,
.combo-card span,
.info-card span,
.map-card span,
.price {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card h3,
.combo-card h3,
.info-card h3,
.map-card h3 {
  margin-top: 8px;
  color: var(--cocoa);
}

.product-card p,
.combo-card p,
.info-card p,
.map-card p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin: 8px 18px 0 0;
  color: var(--cocoa);
  font-size: 0.78rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  transition: width 160ms ease;
}

.text-link:hover::after {
  width: 44px;
}

.split-layout,
.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.media-frame {
  min-height: 380px;
  aspect-ratio: 4 / 5;
  background: var(--sand);
}

.media-frame.portrait {
  aspect-ratio: 3 / 4;
}

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

.spec-list li {
  position: relative;
  padding-left: 26px;
}

.spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 1px;
  background: var(--coral);
}

.history-story .split-layout {
  align-items: stretch;
}

.history-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.history-copy h2 {
  max-width: 10ch;
}

.history-copy p:not(.eyebrow) {
  max-width: 72ch;
  margin: 0;
  color: rgba(83, 41, 30, 0.76);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.78;
}

.history-copy .button {
  width: fit-content;
  margin-top: 10px;
}

.history-panel {
  display: grid;
  align-content: space-between;
  gap: 28px;
  border: 1px solid rgba(196, 144, 139, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 10%, rgba(212, 133, 125, 0.18), transparent 16rem),
    linear-gradient(145deg, rgba(250, 246, 243, 0.9), rgba(237, 221, 214, 0.58));
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 24px 70px rgba(83, 41, 30, 0.12);
}

.history-panel img {
  width: min(330px, 100%);
  mix-blend-mode: multiply;
}

.history-facts {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(83, 41, 30, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.history-facts span {
  display: grid;
  gap: 4px;
  min-height: 86px;
  align-content: center;
  background: rgba(250, 246, 243, 0.72);
  color: rgba(83, 41, 30, 0.68);
  padding: 16px 18px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.history-facts strong {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  font-weight: 600;
  line-height: 0.92;
  text-transform: none;
}

body[data-page="historia"] .cine-dock {
  display: none;
}

body[data-page="historia"] .hero-content h1 {
  max-width: 11ch;
  font-size: clamp(4.1rem, 7.6vw, 8rem);
  line-height: 0.94;
}

@media (max-width: 640px) {
  body[data-page="historia"] .hero-content h1 {
    max-width: 9.6ch;
    font-size: clamp(3.05rem, 14vw, 4.35rem);
    line-height: 0.98;
  }
}

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

.combo-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

.form-grid label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.form-grid label:has(textarea),
.form-grid .button,
.form-status {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(83, 41, 30, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--cocoa);
  padding: 13px 14px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--muted);
}

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

.gallery-card {
  min-height: 280px;
  aspect-ratio: 4 / 5;
  background: var(--sand);
}

.map-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(83, 41, 30, 0.92), rgba(43, 23, 19, 0.78)),
    url("/assets/images/restaurant-service-poster.webp") center / cover;
  color: var(--paper);
}

.map-card h3,
.map-card p {
  color: var(--paper);
}

.site-footer {
  background: var(--cocoa);
  color: var(--paper);
  padding: 46px 0;
}

.footer-inner {
  width: var(--container);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 0 auto;
}

.footer-inner > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  align-items: center;
}

.footer-inner img {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 6px;
}

.footer-inner p {
  margin: 0;
  color: rgba(250, 246, 243, 0.68);
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-inner a {
  color: rgba(250, 246, 243, 0.78);
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes cine-spin {
  to {
    transform: rotate(1turn);
  }
}

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

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: grid;
    order: 3;
  }

  .site-nav {
    position: fixed;
    inset: 82px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(250, 246, 243, 0.18);
    border-radius: 8px;
    background: rgba(23, 11, 8, 0.96);
    padding: 16px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px 8px;
  }

  .nav-cta {
    min-height: 44px;
    padding-inline: 16px;
  }

  .section-head,
  .split-layout,
  .form-shell {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .combo-grid,
  .card-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cine-chapter-rail {
    grid-template-columns: repeat(5, minmax(170px, 1fr));
    overflow-x: auto;
    right: 20px;
    left: 20px;
  }

  .cine-dock {
    left: 14px;
    right: 14px;
    width: auto;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 24% 8%, rgba(196, 144, 139, 0.18), transparent 18rem),
      linear-gradient(180deg, var(--cocoa-deep), var(--cocoa-2) 680px, var(--cream) 680px);
  }

  .site-header {
    width: calc(100vw - 24px);
    margin-top: 12px;
    gap: 10px;
  }

  .brand span {
    max-width: 132px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 136px;
    padding-bottom: 178px;
  }

  .hero-content,
  .section-inner,
  .footer-inner {
    width: min(100% - 28px, 1180px);
  }

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

  h2 {
    font-size: clamp(2.5rem, 14vw, 4.2rem);
  }

  .hero-actions,
  .button-row,
  .teaser-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .product-grid,
  .combo-grid,
  .card-grid,
  .gallery-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-rows: minmax(220px, 54svh) 1fr;
  }

  .cine-chapter-rail {
    display: none;
  }

  .cine-chapter-rail button {
    min-height: 64px;
    padding: 12px;
  }

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

  .cine-dock a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-inner {
    display: grid;
  }
}

/* Rose cinema correction: page videos stay alive, but the site reads pink, warm and soft-luxury. */
html {
  background: var(--cream);
}

body {
  background:
    radial-gradient(ellipse 46vw 34vw at -10% 8%, rgba(237, 221, 214, 0.78), transparent 70%),
    radial-gradient(ellipse 38vw 28vw at 108% 6%, rgba(212, 133, 125, 0.18), transparent 72%),
    linear-gradient(180deg, var(--paper), var(--cream) 58%, var(--paper));
  color: var(--cocoa);
}

.site-header,
.site-header.is-scrolled {
  border-color: rgba(196, 144, 139, 0.28);
  background: rgba(250, 246, 243, 0.86);
  color: var(--cocoa);
  box-shadow: 0 18px 64px rgba(83, 41, 30, 0.1);
}

.brand,
.site-nav a,
.site-header.is-scrolled .site-nav a,
.nav-toggle {
  color: var(--cocoa);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--coral);
}

.nav-toggle {
  border-color: rgba(196, 144, 139, 0.3);
  background: rgba(250, 246, 243, 0.72);
}

.nav-cta,
.button.primary {
  background: linear-gradient(135deg, var(--coral), var(--rose));
  color: var(--paper);
  box-shadow: 0 18px 50px rgba(212, 133, 125, 0.24);
}

.hero {
  background-image:
    linear-gradient(90deg, rgba(250, 246, 243, 0.94), rgba(250, 246, 243, 0.82) 52%, rgba(245, 237, 232, 0.66)),
    radial-gradient(ellipse 38vw 26vw at 84% 20%, rgba(212, 133, 125, 0.18), transparent 72%),
    var(--hero-image);
  color: var(--cocoa);
}

.hero::before {
  background:
    radial-gradient(circle at var(--cursor-x, 62%) var(--cursor-y, 42%), rgba(212, 133, 125, 0.18), transparent 22rem),
    radial-gradient(ellipse 42vw 30vw at 92% 16%, rgba(196, 144, 139, 0.14), transparent 72%),
    linear-gradient(90deg, rgba(250, 246, 243, 0.9), rgba(250, 246, 243, 0.64) 48%, rgba(245, 237, 232, 0.46)),
    linear-gradient(180deg, rgba(250, 246, 243, 0.2), rgba(250, 246, 243, 0.86));
}

.hero::after {
  background: linear-gradient(180deg, transparent, var(--cream));
}

.page-hero-video {
  opacity: 0.34;
  filter: saturate(1.02) contrast(1.08) brightness(1.07) sepia(0.08);
  mix-blend-mode: multiply;
}

.page-hero-fallback {
  opacity: 0.18;
  filter: saturate(0.96) contrast(1.04) brightness(1.08) sepia(0.08);
}

h1,
.hero-content h1 {
  color: var(--cocoa);
  text-shadow: 0 16px 58px rgba(212, 133, 125, 0.16);
}

.hero-copy {
  color: rgba(83, 41, 30, 0.72);
}

.hero-content .eyebrow,
.eyebrow,
.cine-chapter-rail span,
.cine-dock span {
  color: var(--coral);
}

.button.secondary {
  border-color: rgba(196, 144, 139, 0.34);
  background: rgba(250, 246, 243, 0.78);
  color: var(--cocoa);
  box-shadow: inset 0 0 0 4px rgba(196, 144, 139, 0.08);
}

.cine-chapter-rail,
.cine-dock {
  border-color: rgba(196, 144, 139, 0.26);
  background: rgba(250, 246, 243, 0.8);
  box-shadow: 0 18px 54px rgba(83, 41, 30, 0.1);
}

.cine-chapter-rail button {
  background: rgba(250, 246, 243, 0.36);
  color: rgba(83, 41, 30, 0.72);
}

.cine-chapter-rail button:hover,
.cine-chapter-rail button:focus-visible,
.cine-chapter-rail button.is-active {
  background: linear-gradient(135deg, rgba(250, 246, 243, 0.95), rgba(237, 221, 214, 0.78));
  color: var(--cocoa);
}

.cine-chapter-rail strong,
.cine-dock strong {
  color: var(--cocoa);
}

.cine-chapter-rail small,
.cine-dock small {
  color: rgba(83, 41, 30, 0.58);
}

.band,
.split-band {
  background:
    radial-gradient(ellipse 36vw 24vw at 104% 0%, rgba(212, 133, 125, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(250, 246, 243, 0.92), rgba(245, 237, 232, 0.96));
}

.product-card,
.feature-card,
.combo-card,
.gallery-card,
.form-grid,
.media-frame,
.teaser-card {
  border-color: rgba(196, 144, 139, 0.24);
  background: rgba(250, 246, 243, 0.72);
  box-shadow: 0 18px 52px rgba(83, 41, 30, 0.09);
}

.map-card,
.site-footer {
  background:
    radial-gradient(ellipse 40vw 26vw at 84% 0%, rgba(212, 133, 125, 0.22), transparent 72%),
    linear-gradient(135deg, #6a3329, var(--cocoa));
}

@media (max-width: 980px) {
  .site-nav {
    border-color: rgba(196, 144, 139, 0.28);
    background: rgba(250, 246, 243, 0.96);
    box-shadow: 0 22px 70px rgba(83, 41, 30, 0.16);
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 24% 8%, rgba(212, 133, 125, 0.2), transparent 18rem),
      linear-gradient(180deg, var(--paper), var(--cream) 70%, var(--paper));
  }

  .hero {
    background-image:
      linear-gradient(180deg, rgba(250, 246, 243, 0.9), rgba(250, 246, 243, 0.76) 52%, rgba(245, 237, 232, 0.92)),
      var(--hero-image);
  }

  .page-hero-video {
    opacity: 0.24;
    filter: saturate(0.96) contrast(1.04) brightness(1.12) sepia(0.08);
  }
}

/* Award cinema pass: keep the soft-luxury palette, but let every route feel alive. */
body.cine-route {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 42vw 30vw at 10% 5%, rgba(196, 144, 139, 0.18), transparent 72%),
    linear-gradient(180deg, var(--paper), var(--cream) 54%, var(--paper));
}

.route-ambient {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.route-ambient-video,
.route-ambient-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-ambient-video {
  object-fit: cover;
  opacity: 0.2;
  filter: saturate(1.05) contrast(1.15) brightness(1.02) sepia(0.08);
  transform: scale(1.08);
}

.route-ambient-veil {
  background:
    radial-gradient(ellipse 45vw 30vw at 84% 14%, rgba(212, 133, 125, 0.18), transparent 72%),
    linear-gradient(180deg, rgba(250, 246, 243, 0.7), rgba(245, 237, 232, 0.88) 48%, rgba(250, 246, 243, 0.92));
  backdrop-filter: blur(1px);
}

.cine-route .site-header,
.cine-route main,
.cine-route .site-footer,
.cine-route .cine-dock,
.cine-route .route-motion-ribbon {
  position: relative;
  z-index: 1;
}

.cine-route .hero {
  min-height: 96svh;
  padding-bottom: clamp(190px, 24svh, 270px);
  background-image:
    linear-gradient(90deg, rgba(250, 246, 243, 0.9), rgba(250, 246, 243, 0.7) 44%, rgba(245, 237, 232, 0.34)),
    radial-gradient(ellipse 34vw 24vw at 78% 24%, rgba(212, 133, 125, 0.2), transparent 72%),
    var(--hero-image);
}

.cine-route .hero::before {
  background:
    linear-gradient(90deg, rgba(250, 246, 243, 0.88), rgba(250, 246, 243, 0.52) 52%, rgba(83, 41, 30, 0.16)),
    radial-gradient(circle at var(--cursor-x, 62%) var(--cursor-y, 42%), rgba(212, 133, 125, 0.18), transparent 22rem);
}

.cine-route .page-hero-video {
  opacity: 0.58;
  filter: saturate(1.18) contrast(1.18) brightness(0.98) sepia(0.05);
  mix-blend-mode: multiply;
  transform: scale(1.08);
}

.cine-route .page-hero-fallback {
  opacity: 0.1;
}

.cine-route .hero-content {
  max-width: 920px;
}

.cine-route .hero-content h1 {
  max-width: 11ch;
  font-size: clamp(4.8rem, 8.2vw, 9.4rem);
  letter-spacing: 0;
}

.cine-route .hero-copy {
  max-width: 610px;
  color: rgba(83, 41, 30, 0.78);
  font-size: clamp(1.06rem, 1.4vw, 1.24rem);
}

.cine-route .cine-chapter-rail {
  bottom: clamp(96px, 12svh, 128px);
  background: rgba(250, 246, 243, 0.82);
}

.cine-route .cine-chapter-rail button.is-active::after {
  animation: route-chapter-fill 5600ms linear both;
}

.route-motion-ribbon {
  overflow: hidden;
  border-block: 1px solid rgba(83, 41, 30, 0.1);
  background: rgba(250, 246, 243, 0.74);
  color: rgba(83, 41, 30, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.route-motion-ribbon div {
  display: flex;
  width: max-content;
  gap: clamp(28px, 4vw, 68px);
  padding: 12px 0;
  animation: route-ribbon-drift 34s linear infinite;
}

.route-motion-ribbon span {
  white-space: nowrap;
}

.cine-route .band,
.cine-route .split-band {
  background:
    radial-gradient(ellipse 32vw 22vw at 92% 8%, rgba(212, 133, 125, 0.11), transparent 72%),
    linear-gradient(180deg, rgba(250, 246, 243, 0.82), rgba(245, 237, 232, 0.9));
  backdrop-filter: blur(8px);
}

.cine-route .product-card,
.cine-route .combo-card,
.cine-route .info-card,
.cine-route .gallery-card,
.cine-route .form-grid,
.cine-route .media-frame,
.cine-route .map-card {
  background: rgba(250, 246, 243, 0.76);
  backdrop-filter: blur(18px);
}

@keyframes route-chapter-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes route-ribbon-drift {
  to {
    transform: translateX(-33.333%);
  }
}

@media (max-width: 980px) {
  .cine-route .hero {
    min-height: 94svh;
    padding-bottom: 190px;
  }

  .cine-route .cine-chapter-rail {
    bottom: 88px;
  }
}

@media (max-width: 640px) {
  .route-ambient-video {
    opacity: 0.16;
  }

  .cine-route .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 66px;
  }

  .cine-route .brand span {
    max-width: 180px;
  }

  .cine-route .nav-toggle,
  .cine-route [data-nav-toggle] {
    position: fixed;
    top: 25px;
    right: 24px;
    z-index: 90;
    display: grid !important;
    visibility: visible;
    opacity: 1;
    background: rgba(250, 246, 243, 0.92);
    box-shadow: 0 12px 34px rgba(83, 41, 30, 0.12);
  }

  .cine-route .nav-toggle svg,
  .cine-route [data-nav-toggle] svg {
    display: block;
    color: var(--cocoa);
  }

  .cine-route .hero {
    min-height: 92svh;
    padding-bottom: 118px;
  }

  .cine-route .hero-content {
    max-width: calc(100vw - 28px);
  }

  .cine-route .hero-content h1 {
    max-width: 9.8ch;
    font-size: clamp(3rem, 13vw, 4.35rem);
    line-height: 0.96;
    overflow-wrap: normal;
    word-break: normal;
  }

  body[data-page="reservas"] .hero-content h1,
  body[data-page="salon-vip"] .hero-content h1 {
    max-width: 10.6ch;
    font-size: clamp(2.7rem, 11.4vw, 3.8rem);
  }

  .cine-route .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .cine-route .button {
    width: 100%;
    min-width: 0;
    text-align: center;
    white-space: normal;
  }

  .cine-route .cine-chapter-rail {
    bottom: 18px;
    display: grid;
    grid-template-columns: repeat(5, minmax(128px, 1fr));
    overflow-x: auto;
    scrollbar-width: none;
  }

  .cine-route .cine-chapter-rail::-webkit-scrollbar {
    display: none;
  }

  .cine-route .cine-dock {
    display: none;
  }

  .route-motion-ribbon div {
    animation-duration: 24s;
  }
}

/* Final route QA: keep mobile navigation above cinematic heroes without adding a second menu button. */
@media (max-width: 980px) {
  .cine-route .site-header {
    z-index: 220;
  }

  .cine-route main,
  .cine-route .site-footer,
  .cine-route .cine-dock,
  .cine-route .route-motion-ribbon {
    z-index: 1;
  }

  .site-nav {
    z-index: 230;
    max-height: calc(100svh - 112px);
    overflow: auto;
    overscroll-behavior: contain;
  }

  .cine-route .nav-toggle,
  .cine-route [data-nav-toggle] {
    z-index: 240;
  }

}

@media (max-width: 700px) {
  .cine-route .hero {
    min-height: min(82svh, 720px);
    padding-bottom: 104px;
  }
}

/* Menu route: award-ready living menu with fast ordering. */
body[data-page="menu"] {
  --menu-green: #60745a;
  --menu-cream: #fbf6f2;
  --menu-glass: rgba(250, 246, 243, 0.82);
  --menu-line: rgba(83, 41, 30, 0.14);
  padding-bottom: 92px;
}

body[data-page="menu"] .cine-dock {
  display: none;
}

body[data-page="menu"] .hero {
  min-height: 88svh;
  padding-bottom: clamp(168px, 20svh, 230px);
}

body[data-page="menu"] .hero-content h1 {
  max-width: 10.4ch;
}

.menu-live-section {
  overflow: clip;
  padding-top: clamp(64px, 7vw, 96px);
}

.menu-section-head h2 {
  max-width: 10ch;
}

.menu-tab-rail {
  position: sticky;
  z-index: 18;
  top: 104px;
  display: grid;
  grid-template-columns: repeat(7, minmax(126px, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 0 0 clamp(22px, 3vw, 34px);
  border: 1px solid rgba(196, 144, 139, 0.22);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.88);
  box-shadow: 0 20px 60px rgba(83, 41, 30, 0.1);
  backdrop-filter: blur(18px);
}

.menu-tab-rail button {
  position: relative;
  min-height: 74px;
  border: 0;
  border-right: 1px solid rgba(83, 41, 30, 0.08);
  background: transparent;
  color: rgba(83, 41, 30, 0.64);
  padding: 13px 14px 16px;
  text-align: left;
  transition: color 160ms ease, background 160ms ease;
}

.menu-tab-rail button:last-of-type {
  border-right: 0;
}

.menu-tab-rail button span,
.menu-spotlight-copy > span,
.menu-side-note span,
.menu-dish-copy > span,
.menu-action-dock span {
  display: block;
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.menu-tab-rail button strong {
  display: block;
  margin-top: 6px;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1;
}

.menu-tab-rail button.is-active,
.menu-tab-rail button:hover,
.menu-tab-rail button:focus-visible {
  background: rgba(232, 213, 206, 0.42);
  color: var(--cocoa);
}

.menu-tab-indicator {
  position: absolute;
  inset: auto auto 0 0;
  width: var(--menu-tab-width, 14.285%);
  height: 3px;
  transform: translateX(var(--menu-tab-left, 0));
  transform-origin: left;
  background: linear-gradient(90deg, var(--coral), var(--rose), var(--menu-green));
  transition: transform 220ms ease, width 220ms ease;
}

.menu-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.72fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: stretch;
  margin-bottom: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(196, 144, 139, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(250, 246, 243, 0.92), rgba(245, 237, 232, 0.78)),
    var(--menu-cream);
  box-shadow: 0 30px 90px rgba(83, 41, 30, 0.14);
}

.menu-spotlight-media {
  position: relative;
  min-height: clamp(380px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  background: var(--sand);
}

.menu-spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 420ms ease, opacity 220ms ease;
}

.menu-spotlight.is-switching .menu-spotlight-media img {
  opacity: 0.62;
  transform: scale(1.04);
}

.menu-spotlight-media figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border: 1px solid rgba(250, 246, 243, 0.44);
  border-radius: 8px;
  background: rgba(23, 11, 8, 0.58);
  color: var(--paper);
  padding: 10px 13px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.menu-spotlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 4vw, 50px);
}

.menu-spotlight-copy h3 {
  margin-top: 12px;
  color: var(--cocoa);
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  line-height: 0.95;
}

.menu-spotlight-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(83, 41, 30, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.62;
}

.menu-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: baseline;
  margin-top: 24px;
}

.menu-spotlight-meta strong {
  color: var(--cocoa);
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1;
}

.menu-spotlight-meta small {
  color: var(--menu-green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.menu-spotlight-actions .button.secondary {
  border-color: rgba(83, 41, 30, 0.18);
  background: rgba(250, 246, 243, 0.72);
  color: var(--cocoa);
}

.menu-velocity {
  overflow: hidden;
  margin-bottom: clamp(22px, 3vw, 34px);
  border-block: 1px solid rgba(83, 41, 30, 0.1);
  color: rgba(83, 41, 30, 0.58);
}

.menu-velocity div {
  width: max-content;
  display: flex;
  gap: clamp(28px, 5vw, 72px);
  padding: 13px 0;
  animation: menu-velocity-drift 28s linear infinite;
}

.menu-velocity span {
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-live-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
}

.menu-side-note {
  position: sticky;
  top: 206px;
  border: 1px solid rgba(196, 144, 139, 0.2);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.72);
  padding: 20px;
  box-shadow: 0 18px 50px rgba(83, 41, 30, 0.09);
  backdrop-filter: blur(16px);
}

.menu-side-note p {
  margin: 10px 0 8px;
  color: rgba(83, 41, 30, 0.72);
  line-height: 1.55;
}

.menu-list {
  display: grid;
  gap: 12px;
}

.menu-dish {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
  min-height: 116px;
  border: 1px solid var(--menu-line);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.74);
  padding: clamp(12px, 1.6vw, 18px);
  box-shadow: 0 16px 48px rgba(83, 41, 30, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.menu-dish[hidden] {
  display: none !important;
}

.menu-dish:hover,
.menu-dish:focus-within,
.menu-dish.is-active {
  border-color: rgba(212, 133, 125, 0.42);
  background: rgba(250, 246, 243, 0.92);
  box-shadow: 0 24px 62px rgba(83, 41, 30, 0.12);
  transform: translateY(-2px);
}

.menu-dish-preview {
  display: none;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--sand);
  padding: 0;
}

.menu-dish.is-featured .menu-dish-preview,
.menu-dish.has-preview .menu-dish-preview {
  display: block;
}

.menu-dish-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.menu-dish-preview:hover img,
.menu-dish-preview:focus-visible img {
  transform: scale(1.06);
}

.menu-dish-copy {
  min-width: 0;
}

.menu-dish-copy h3 {
  margin-top: 6px;
  color: var(--cocoa);
  font-size: clamp(1.34rem, 2.2vw, 2rem);
  line-height: 1;
}

.menu-dish-copy p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(83, 41, 30, 0.68);
  line-height: 1.48;
}

.menu-dish-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.menu-dish-tags span {
  border: 1px solid rgba(96, 116, 90, 0.18);
  border-radius: 999px;
  background: rgba(96, 116, 90, 0.08);
  color: var(--menu-green);
  padding: 3px 8px;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-price {
  color: var(--cocoa);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  white-space: nowrap;
}

.menu-dish-order {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--cocoa);
  color: var(--paper);
  padding: 0 16px;
  font-size: 0.72rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}

.menu-dish-order:hover,
.menu-dish-order:focus-visible {
  background: var(--coral);
  transform: translateY(-2px);
}

.menu-action-dock {
  position: fixed;
  z-index: 58;
  left: clamp(14px, 2.2vw, 34px);
  right: auto;
  bottom: clamp(14px, 2.2vw, 30px);
  width: min(460px, calc(100vw - 28px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(250, 246, 243, 0.2);
  border-radius: 8px;
  background: rgba(23, 11, 8, 0.88);
  color: var(--paper);
  padding: 12px;
  box-shadow: 0 24px 82px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}

.menu-action-dock strong,
.menu-action-dock small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-action-dock strong {
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  line-height: 1;
}

.menu-action-dock small {
  margin-top: 4px;
  color: rgba(250, 246, 243, 0.68);
  font-size: 0.76rem;
  font-weight: 850;
}

.menu-action-dock a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.12);
  color: var(--paper);
  padding: 0 14px;
  font-size: 0.72rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-action-dock a:last-child {
  background: linear-gradient(135deg, var(--rose), var(--coral));
}

@keyframes menu-velocity-drift {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-velocity div {
    animation: none;
  }

  .menu-spotlight-media img,
  .menu-dish,
  .menu-dish-preview img,
  .menu-tab-indicator {
    transition: none;
  }
}

@media (max-width: 1040px) {
  .menu-tab-rail {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .menu-tab-rail::-webkit-scrollbar {
    display: none;
  }

  .menu-tab-rail button {
    flex: 0 0 min(180px, 46vw);
  }

  .menu-spotlight,
  .menu-live-grid {
    grid-template-columns: 1fr;
  }

  .menu-side-note {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  body[data-page="menu"] {
    padding-bottom: 118px;
  }

  body[data-page="menu"] .hero {
    min-height: 84svh;
    padding-bottom: 110px;
  }

  body[data-page="menu"] .hero-content h1 {
    max-width: 9.2ch;
    font-size: clamp(3rem, 12.2vw, 4rem);
  }

  .menu-live-section {
    padding-top: 54px;
  }

  .menu-tab-rail {
    top: 92px;
    margin-inline: -14px;
    border-radius: 0;
    border-inline: 0;
  }

  .menu-tab-rail button {
    flex-basis: 152px;
    min-height: 68px;
  }

  .menu-spotlight-media {
    min-height: 330px;
  }

  .menu-spotlight-copy {
    padding: 22px;
  }

  .menu-spotlight-copy h3 {
    font-size: clamp(2.15rem, 10.8vw, 3.2rem);
  }

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

  .menu-dish {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .menu-dish.is-featured,
  .menu-dish.has-preview {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .menu-dish-preview {
    width: 82px;
    height: 82px;
  }

  .menu-dish-copy {
    grid-column: 1 / -1;
  }

  .menu-dish.is-featured .menu-dish-copy,
  .menu-dish.has-preview .menu-dish-copy {
    grid-column: auto;
  }

  .menu-price {
    grid-column: 1;
    font-size: 1.52rem;
  }

  .menu-dish-order {
    grid-column: 2;
    grid-row: auto;
    min-width: 94px;
  }

  .menu-action-dock {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    padding: 10px;
  }

  .menu-action-dock span,
  .menu-action-dock small {
    display: none;
  }

  .menu-action-dock strong {
    font-size: 1rem;
  }

  .menu-action-dock a {
    min-height: 42px;
    padding-inline: 12px;
  }
}

/* Premium dynamic gallery atlas */
body.gallery-lightbox-open {
  overflow: hidden;
}

body[data-page="galeria"] .gallery-hero {
  min-height: 78svh;
  padding-top: clamp(56px, 8svh, 88px);
  padding-bottom: clamp(14px, 3svh, 34px);
}

body[data-page="galeria"] .gallery-hero .hero-content {
  max-width: 980px;
}

body[data-page="galeria"] .gallery-hero .hero-content h1 {
  max-width: 12ch;
  font-size: clamp(4rem, 7.6vw, 8.6rem);
}

body[data-page="galeria"] .route-motion-ribbon {
  display: none;
}

.gallery-atlas-section {
  overflow: hidden;
  padding-top: clamp(10px, 2vw, 22px);
  background:
    radial-gradient(ellipse 34vw 24vw at 92% 8%, rgba(212, 133, 125, 0.13), transparent 72%),
    radial-gradient(ellipse 36vw 25vw at 0% 44%, rgba(139, 107, 93, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(250, 246, 243, 0.95), rgba(245, 237, 232, 0.98));
}

.gallery-atlas-head,
.gallery-mosaic-head,
.gallery-atlas-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.68fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
}

.gallery-atlas-head {
  margin-bottom: 24px;
}

.gallery-atlas-head h2,
.gallery-mosaic-head h2,
.gallery-atlas-cta h2 {
  max-width: 12ch;
}

.gallery-atlas-head p:not(.eyebrow),
.gallery-mosaic-head p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(83, 41, 30, 0.7);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.76;
}

.gallery-product-rail {
  display: grid;
  grid-auto-columns: minmax(174px, 0.82fr);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  margin: 0 calc((100vw - min(1180px, calc(100vw - 40px))) / -2) 18px;
  padding: 6px max(20px, calc((100vw - 1180px) / 2)) 18px;
  scrollbar-width: none;
  scroll-padding-inline: max(20px, calc((100vw - 1180px) / 2));
}

.gallery-product-rail::-webkit-scrollbar {
  display: none;
}

.gallery-filter {
  position: relative;
  min-height: 104px;
  display: grid;
  align-content: end;
  gap: 5px;
  border: 1px solid rgba(196, 144, 139, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(250, 246, 243, 0.88), rgba(237, 221, 214, 0.58));
  color: rgba(83, 41, 30, 0.72);
  padding: 14px;
  text-align: left;
  box-shadow: 0 18px 46px rgba(83, 41, 30, 0.08);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.gallery-filter::after {
  content: "";
  position: absolute;
  inset: auto 14px 11px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--coral), var(--rose));
  transition: transform 220ms ease;
}

.gallery-filter span {
  color: var(--coral);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-filter strong {
  color: inherit;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1;
}

.gallery-filter small {
  color: rgba(83, 41, 30, 0.56);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.gallery-filter:hover,
.gallery-filter:focus-visible,
.gallery-filter.is-active {
  transform: translateY(-3px);
  border-color: rgba(212, 133, 125, 0.58);
  background:
    radial-gradient(circle at 88% 16%, rgba(212, 133, 125, 0.22), transparent 10rem),
    linear-gradient(145deg, rgba(83, 41, 30, 0.96), rgba(43, 23, 19, 0.92));
  color: var(--paper);
}

.gallery-filter.is-active::after,
.gallery-filter:hover::after,
.gallery-filter:focus-visible::after {
  transform: scaleX(1);
}

.gallery-filter:hover small,
.gallery-filter:focus-visible small,
.gallery-filter.is-active small {
  color: rgba(250, 246, 243, 0.62);
}

.gallery-feature-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.62fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 14px;
  margin-bottom: clamp(58px, 8vw, 98px);
}

.gallery-feature-media,
.gallery-feature-copy,
.gallery-atlas-cta {
  border: 1px solid rgba(196, 144, 139, 0.24);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.74);
  box-shadow: 0 24px 70px rgba(83, 41, 30, 0.12);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.gallery-feature-media {
  position: relative;
  min-height: min(68svh, 680px);
  margin: 0;
  isolation: isolate;
}

.gallery-feature-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 640ms ease, filter 220ms ease;
}

.gallery-feature-media:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.gallery-feature-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4.2vw, 48px);
}

.gallery-feature-copy h3 {
  max-width: 10ch;
  color: var(--cocoa);
  font-size: clamp(2rem, 3.7vw, 4.1rem);
}

.gallery-feature-copy p {
  max-width: 46ch;
  margin: 0;
  color: rgba(83, 41, 30, 0.7);
  font-size: 1rem;
  line-height: 1.74;
}

.gallery-thumb-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.gallery-thumb {
  position: relative;
  min-height: 88px;
  border: 1px solid rgba(196, 144, 139, 0.26);
  border-radius: 8px;
  overflow: hidden;
  background: var(--sand);
  padding: 0;
  box-shadow: 0 12px 28px rgba(83, 41, 30, 0.09);
}

.gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  transition: border-color 160ms ease, background 160ms ease;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  min-height: 88px;
  object-fit: cover;
}

.gallery-thumb:hover::after,
.gallery-thumb:focus-visible::after,
.gallery-thumb.is-active::after {
  border-color: rgba(212, 133, 125, 0.82);
  background: rgba(250, 246, 243, 0.08);
}

.gallery-expand-button,
.gallery-card-icon,
.gallery-lightbox-close,
.gallery-lightbox-nav {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(250, 246, 243, 0.32);
  border-radius: 999px;
  background: rgba(23, 11, 8, 0.58);
  color: var(--paper);
  backdrop-filter: blur(14px);
}

.gallery-expand-button {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  transition: transform 160ms ease, background 160ms ease;
}

.gallery-expand-button:hover,
.gallery-expand-button:focus-visible,
.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:hover,
.gallery-lightbox-nav:focus-visible {
  transform: translateY(-2px);
  background: rgba(83, 41, 30, 0.86);
}

.gallery-expand-button svg,
.gallery-card-icon svg,
.gallery-lightbox-close svg,
.gallery-lightbox-nav svg,
.gallery-feature-copy .button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-mosaic-head {
  margin-bottom: 22px;
}

.gallery-atlas-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.gallery-atlas-card {
  grid-column: span 3;
  min-height: 260px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sand);
  box-shadow: 0 20px 54px rgba(83, 41, 30, 0.12);
}

.gallery-atlas-card.is-wide {
  grid-column: span 6;
}

.gallery-atlas-card.is-tall {
  grid-row: span 2;
  min-height: 534px;
}

.gallery-atlas-card button {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  overflow: hidden;
  text-align: left;
}

.gallery-atlas-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 520ms ease, filter 180ms ease;
}

.gallery-atlas-card button::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 11, 8, 0.02), rgba(23, 11, 8, 0.2)),
    radial-gradient(circle at 85% 12%, rgba(250, 246, 243, 0.2), transparent 10rem);
  opacity: 0.18;
  transition: opacity 180ms ease;
}

.gallery-atlas-card button:hover img,
.gallery-atlas-card button:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03);
}

.gallery-atlas-card button:hover::after,
.gallery-atlas-card button:focus-visible::after {
  opacity: 0.32;
}

.gallery-card-icon {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
}

.gallery-atlas-cta {
  align-items: center;
  margin-top: clamp(48px, 7vw, 88px);
  padding: clamp(24px, 4.6vw, 54px);
  background:
    radial-gradient(ellipse 32vw 22vw at 92% 8%, rgba(212, 133, 125, 0.28), transparent 72%),
    linear-gradient(135deg, rgba(83, 41, 30, 0.98), rgba(43, 23, 19, 0.94));
  color: var(--paper);
}

.gallery-atlas-cta h2 {
  color: var(--paper);
}

.gallery-atlas-cta .button-row {
  justify-content: end;
  margin: 0;
}

.gallery-atlas-cta .button.secondary {
  border-color: rgba(250, 246, 243, 0.3);
  background: rgba(250, 246, 243, 0.1);
  color: var(--paper);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 34px);
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(ellipse 42vw 28vw at 78% 12%, rgba(212, 133, 125, 0.22), transparent 72%),
    rgba(23, 11, 8, 0.84);
  backdrop-filter: blur(20px);
}

.gallery-lightbox-panel {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  max-height: min(88svh, 820px);
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  margin: 0;
  border: 1px solid rgba(250, 246, 243, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(250, 246, 243, 0.9);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.44);
}

.gallery-lightbox-panel img {
  width: 100%;
  height: 100%;
  max-height: 88svh;
  object-fit: contain;
  background: rgba(23, 11, 8, 0.94);
}

.gallery-lightbox-close {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
}

.gallery-lightbox-nav {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 48px;
  height: 48px;
}

.gallery-lightbox-prev {
  left: 14px;
}

.gallery-lightbox-next {
  right: 14px;
}

.gallery-lightbox-nav[disabled] {
  opacity: 0.36;
  pointer-events: none;
}

@media (max-width: 980px) {
  body[data-page="galeria"] .gallery-hero {
    min-height: 80svh;
    padding-bottom: 42px;
  }

  .gallery-atlas-head,
  .gallery-mosaic-head,
  .gallery-atlas-cta,
  .gallery-feature-shell {
    grid-template-columns: 1fr;
  }

  .gallery-product-rail {
    grid-auto-columns: minmax(160px, 42vw);
  }

  .gallery-feature-media {
    min-height: min(64svh, 620px);
  }

  .gallery-atlas-card,
  .gallery-atlas-card.is-wide {
    grid-column: span 6;
  }

  .gallery-atlas-card.is-tall {
    min-height: 430px;
  }

  .gallery-atlas-cta .button-row {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  body[data-page="galeria"] .gallery-hero {
    min-height: 80svh;
    padding-bottom: 34px;
  }

  body[data-page="galeria"] .gallery-hero .hero-content h1 {
    max-width: 9.8ch;
    font-size: clamp(2.86rem, 12.6vw, 4.2rem);
    line-height: 0.96;
  }

  body[data-page="galeria"] .gallery-hero .hero-copy {
    font-size: 0.98rem;
  }

  .gallery-atlas-section {
    padding-top: 14px;
  }

  .gallery-atlas-head,
  .gallery-mosaic-head {
    gap: 14px;
  }

  .gallery-product-rail {
    grid-auto-columns: minmax(142px, 68vw);
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .gallery-filter {
    min-height: 92px;
  }

  .gallery-feature-media {
    min-height: 430px;
  }

  .gallery-feature-copy {
    padding: 22px;
  }

  .gallery-feature-copy h3 {
    font-size: clamp(2rem, 12vw, 3.3rem);
  }

  .gallery-thumb-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-atlas-mosaic {
    grid-template-columns: 1fr;
  }

  .gallery-atlas-card,
  .gallery-atlas-card.is-wide,
  .gallery-atlas-card.is-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .gallery-atlas-cta {
    padding: 24px;
  }

  .gallery-lightbox {
    padding: 10px;
  }

  .gallery-lightbox-panel {
    max-height: 90svh;
  }

  .gallery-lightbox-panel img {
    max-height: 90svh;
  }

  .gallery-lightbox-nav {
    top: 50%;
    bottom: auto;
  }
}

/* Espresso portable launch: route-specific award landing. */
body[data-page="espresso-portable"] {
  --portable-paper: #fbf5f1;
  --portable-milk: #f4e8df;
  --portable-blush: #d9968c;
  --portable-copper: #a75f45;
  --portable-ink: #35150e;
  --portable-char: #190b07;
  --portable-sage: #6f5a50;
  background:
    linear-gradient(180deg, var(--portable-paper), var(--portable-milk) 54%, #fffaf7);
}

body[data-page="espresso-portable"] .portable-label {
  margin: 0 0 14px;
  color: var(--portable-copper);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-hero {
  min-height: 86svh;
  align-items: center;
  padding: clamp(104px, 11svh, 146px) 0 clamp(36px, 5svh, 70px);
  background-image:
    linear-gradient(90deg, rgba(251, 245, 241, 0.98), rgba(251, 245, 241, 0.82) 38%, rgba(251, 245, 241, 0.22) 68%, rgba(53, 21, 14, 0.1)),
    var(--hero-image);
  background-position: center right;
  background-size: cover;
  color: var(--portable-ink);
}

body[data-page="espresso-portable"] .portable-hero::before {
  background:
    linear-gradient(90deg, rgba(251, 245, 241, 0.94), rgba(251, 245, 241, 0.58) 50%, rgba(53, 21, 14, 0.08)),
    linear-gradient(180deg, rgba(251, 245, 241, 0.05), rgba(251, 245, 241, 0.52) 88%, var(--portable-paper));
}

body[data-page="espresso-portable"] .portable-hero::after {
  height: 20%;
  background: linear-gradient(180deg, transparent, var(--portable-paper));
}

body[data-page="espresso-portable"] .portable-hero .page-hero-video {
  opacity: 0.18;
  filter: saturate(1.08) contrast(1.04) brightness(1.08) sepia(0.08);
}

body[data-page="espresso-portable"] .portable-hero-shell {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(240px, 0.42fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
}

body[data-page="espresso-portable"] .portable-hero-copy {
  max-width: 680px;
}

body[data-page="espresso-portable"] .portable-hero h1 {
  max-width: 11ch;
  color: var(--portable-ink);
  font-size: clamp(4rem, 7.35vw, 7.4rem);
  letter-spacing: 0;
}

body[data-page="espresso-portable"] .portable-hero .hero-copy {
  max-width: 620px;
  color: rgba(53, 21, 14, 0.78);
}

body[data-page="espresso-portable"] .portable-signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body[data-page="espresso-portable"] .portable-signal-row li {
  min-height: 78px;
  border: 1px solid rgba(167, 95, 69, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.68);
  padding: 16px;
  box-shadow: 0 18px 50px rgba(53, 21, 14, 0.08);
  backdrop-filter: blur(14px);
}

body[data-page="espresso-portable"] .portable-signal-row strong,
body[data-page="espresso-portable"] .portable-signal-row span {
  display: block;
}

body[data-page="espresso-portable"] .portable-signal-row strong {
  color: var(--portable-ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-signal-row span {
  margin-top: 8px;
  color: rgba(53, 21, 14, 0.62);
  font-size: 0.82rem;
  line-height: 1.35;
}

body[data-page="espresso-portable"] .portable-hero-proof {
  align-self: end;
  border: 1px solid rgba(167, 95, 69, 0.22);
  border-radius: 8px;
  background: rgba(251, 245, 241, 0.78);
  box-shadow: 0 24px 70px rgba(53, 21, 14, 0.12);
  padding: clamp(18px, 2.5vw, 28px);
  backdrop-filter: blur(18px);
}

body[data-page="espresso-portable"] .portable-hero-proof span,
body[data-page="espresso-portable"] .portable-moment span,
body[data-page="espresso-portable"] .portable-spec-grid span {
  display: block;
  color: var(--portable-copper);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-hero-proof strong {
  display: block;
  margin-top: 10px;
  color: var(--portable-ink);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 0.95;
}

body[data-page="espresso-portable"] .portable-hero-proof small {
  display: block;
  margin-top: 12px;
  color: rgba(53, 21, 14, 0.68);
  line-height: 1.5;
}

body[data-page="espresso-portable"] .portable-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(83, 41, 30, 0.1);
  background: rgba(255, 250, 247, 0.82);
  color: rgba(53, 21, 14, 0.58);
}

body[data-page="espresso-portable"] .portable-marquee div {
  width: max-content;
  display: flex;
  gap: clamp(28px, 4vw, 68px);
  padding: 14px 0;
  animation: portable-marquee 34s linear infinite;
}

body[data-page="espresso-portable"] .portable-marquee span {
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="espresso-portable"] .portable-intro,
body[data-page="espresso-portable"] .portable-proof-band,
body[data-page="espresso-portable"] .portable-product-lab,
body[data-page="espresso-portable"] .portable-order {
  position: relative;
  padding: clamp(78px, 9vw, 128px) 0;
}

body[data-page="espresso-portable"] .portable-intro {
  background:
    linear-gradient(180deg, var(--portable-paper), rgba(244, 232, 223, 0.86));
}

body[data-page="espresso-portable"] .portable-intro-grid,
body[data-page="espresso-portable"] .portable-proof-grid,
body[data-page="espresso-portable"] .portable-product-lab-grid,
body[data-page="espresso-portable"] .portable-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
}

body[data-page="espresso-portable"] .portable-intro-copy h2,
body[data-page="espresso-portable"] .portable-ritual h2,
body[data-page="espresso-portable"] .portable-proof-copy h2,
body[data-page="espresso-portable"] .portable-product-lab-copy h2,
body[data-page="espresso-portable"] .portable-order h2 {
  max-width: 10.5ch;
  color: var(--portable-ink);
  font-size: clamp(3.2rem, 6.8vw, 7rem);
  letter-spacing: 0;
}

body[data-page="espresso-portable"] .portable-intro-copy p:not(.portable-label),
body[data-page="espresso-portable"] .portable-ritual-sticky p:not(.portable-label),
body[data-page="espresso-portable"] .portable-proof-copy p,
body[data-page="espresso-portable"] .portable-product-lab-copy p:not(.portable-label),
body[data-page="espresso-portable"] .portable-order p {
  max-width: 650px;
  color: rgba(53, 21, 14, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

body[data-page="espresso-portable"] .portable-product-card,
body[data-page="espresso-portable"] .portable-closeup,
body[data-page="espresso-portable"] .portable-lab-stage {
  overflow: hidden;
  border: 1px solid rgba(167, 95, 69, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.74);
  box-shadow: 0 28px 86px rgba(53, 21, 14, 0.13);
}

body[data-page="espresso-portable"] .portable-product-card {
  margin: 0;
  padding: clamp(14px, 2vw, 22px);
}

body[data-page="espresso-portable"] .portable-product-card img,
body[data-page="espresso-portable"] .portable-closeup img,
body[data-page="espresso-portable"] .portable-lab-stage img,
body[data-page="espresso-portable"] .portable-order picture img {
  display: block;
  width: 100%;
  height: auto;
}

body[data-page="espresso-portable"] .portable-product-card figcaption {
  margin-top: 12px;
  color: rgba(53, 21, 14, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-ritual {
  padding: clamp(84px, 10vw, 150px) 0;
  background:
    linear-gradient(135deg, var(--portable-char), #4b2015 58%, #6c3427);
  color: var(--portable-paper);
}

body[data-page="espresso-portable"] .portable-ritual-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.74fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

body[data-page="espresso-portable"] .portable-ritual h2 {
  color: var(--portable-paper);
}

body[data-page="espresso-portable"] .portable-ritual-sticky {
  position: sticky;
  top: 128px;
}

body[data-page="espresso-portable"] .portable-ritual-sticky p:not(.portable-label) {
  color: rgba(251, 245, 241, 0.76);
}

body[data-page="espresso-portable"] .portable-progress {
  height: 4px;
  overflow: hidden;
  margin: 28px 0 18px;
  border-radius: 999px;
  background: rgba(251, 245, 241, 0.18);
}

body[data-page="espresso-portable"] .portable-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--portable-blush), #f2c0a3);
  transform: scaleX(var(--portable-progress, 0));
  transform-origin: left;
  transition: transform 220ms ease;
}

body[data-page="espresso-portable"] .portable-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-page="espresso-portable"] .portable-tabs button {
  min-height: 42px;
  border: 1px solid rgba(251, 245, 241, 0.2);
  border-radius: 8px;
  background: rgba(251, 245, 241, 0.08);
  color: rgba(251, 245, 241, 0.72);
  padding: 0 14px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-tabs button.is-active,
body[data-page="espresso-portable"] .portable-tabs button:hover,
body[data-page="espresso-portable"] .portable-tabs button:focus-visible {
  border-color: rgba(251, 245, 241, 0.44);
  background: var(--portable-paper);
  color: var(--portable-ink);
}

body[data-page="espresso-portable"] .portable-moment-list {
  display: grid;
  gap: 16px;
}

body[data-page="espresso-portable"] .portable-moment {
  min-height: clamp(230px, 30svh, 340px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(251, 245, 241, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(251, 245, 241, 0.16), rgba(251, 245, 241, 0.05));
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.14);
  padding: clamp(22px, 3vw, 34px);
  opacity: 0.62;
  transform: translateY(10px);
  transition: opacity 240ms ease, transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

body[data-page="espresso-portable"] .portable-moment.is-active,
body[data-page="espresso-portable"] .portable-moment:hover,
body[data-page="espresso-portable"] .portable-moment:focus-within {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(251, 245, 241, 0.34);
  background:
    linear-gradient(145deg, rgba(251, 245, 241, 0.24), rgba(217, 150, 140, 0.12));
}

body[data-page="espresso-portable"] .portable-moment h3 {
  margin-top: 12px;
  color: var(--portable-paper);
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.94;
}

body[data-page="espresso-portable"] .portable-moment p {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(251, 245, 241, 0.72);
  line-height: 1.55;
}

body[data-page="espresso-portable"] .portable-proof-band {
  background:
    linear-gradient(180deg, rgba(244, 232, 223, 0.92), #fffaf7);
}

body[data-page="espresso-portable"] .portable-closeup {
  min-height: 620px;
  margin: 0;
  background: rgba(255, 250, 247, 0.74);
}

body[data-page="espresso-portable"] .portable-closeup img {
  height: 100%;
  object-fit: cover;
}

body[data-page="espresso-portable"] .portable-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

body[data-page="espresso-portable"] .portable-spec-grid article {
  min-height: 190px;
  border: 1px solid rgba(167, 95, 69, 0.18);
  border-radius: 8px;
  background: rgba(251, 245, 241, 0.72);
  padding: 20px;
}

body[data-page="espresso-portable"] .portable-spec-grid h3 {
  margin-top: 12px;
  color: var(--portable-ink);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1;
}

body[data-page="espresso-portable"] .portable-spec-grid p {
  margin: 12px 0 0;
  font-size: 0.96rem;
}

body[data-page="espresso-portable"] .portable-video-story {
  background:
    linear-gradient(180deg, #fffaf7, rgba(244, 232, 223, 0.9));
}

body[data-page="espresso-portable"] .portable-video-story-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.64fr) minmax(520px, 0.86fr);
  align-items: start;
  gap: clamp(28px, 5vw, 78px);
}

body[data-page="espresso-portable"] .portable-video-story-copy h2 {
  max-width: 10ch;
  margin-top: 12px;
  color: var(--portable-ink);
  font-size: clamp(3rem, 6.2vw, 7.4rem);
  line-height: 0.92;
}

body[data-page="espresso-portable"] .portable-video-story-copy p:not(.portable-label) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(53, 21, 14, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

body[data-page="espresso-portable"] .portable-video-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

body[data-page="espresso-portable"] .portable-video-signals span {
  border: 1px solid rgba(167, 95, 69, 0.18);
  border-radius: 999px;
  background: rgba(251, 245, 241, 0.76);
  color: var(--portable-copper);
  padding: 8px 11px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-video-proof-card {
  display: block;
  max-width: 430px;
  margin-top: clamp(46px, 9vw, 124px);
  border: 1px solid rgba(167, 95, 69, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(251, 245, 241, 0.92), rgba(244, 232, 223, 0.76));
  padding: clamp(18px, 2vw, 24px);
  box-shadow: 0 22px 70px rgba(53, 21, 14, 0.1);
}

body[data-page="espresso-portable"] .portable-video-proof-card span {
  color: var(--portable-copper);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-video-proof-card strong {
  display: block;
  margin-top: 12px;
  color: var(--portable-ink);
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.7vw, 2.8rem);
  line-height: 0.98;
}

body[data-page="espresso-portable"] .portable-video-proof-card p {
  margin: 14px 0 0;
  color: rgba(53, 21, 14, 0.66);
  line-height: 1.58;
}

body[data-page="espresso-portable"] .portable-video-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 660px);
  margin: 0;
  border: 1px solid rgba(167, 95, 69, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(53, 21, 14, 0.9), rgba(111, 119, 96, 0.28)),
    var(--portable-ink);
  box-shadow: 0 28px 90px rgba(53, 21, 14, 0.16);
  justify-self: end;
}

body[data-page="espresso-portable"] .portable-video-frame video {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  object-position: center;
}

body[data-page="espresso-portable"] .portable-video-frame figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border: 1px solid rgba(251, 245, 241, 0.28);
  border-radius: 8px;
  background: rgba(25, 11, 7, 0.62);
  color: rgba(251, 245, 241, 0.84);
  padding: 9px 12px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  pointer-events: none;
}

body[data-page="espresso-portable"] .portable-product-lab {
  scroll-margin-top: 112px;
  background:
    linear-gradient(125deg, #fffaf7, rgba(232, 213, 206, 0.82) 58%, rgba(111, 119, 96, 0.12)),
    var(--portable-paper);
}

body[data-page="espresso-portable"] .portable-product-lab-grid {
  align-items: stretch;
}

body[data-page="espresso-portable"] .portable-lab-controls {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-top: 30px;
}

body[data-page="espresso-portable"] .portable-lab-controls button {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num detail";
  column-gap: 14px;
  align-items: center;
  border: 1px solid rgba(167, 95, 69, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.72);
  color: rgba(53, 21, 14, 0.74);
  padding: 0 18px;
  text-align: left;
  box-shadow: 0 18px 46px rgba(53, 21, 14, 0.08);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body[data-page="espresso-portable"] .portable-lab-controls button span {
  grid-area: num;
  color: var(--portable-copper);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

body[data-page="espresso-portable"] .portable-lab-controls button strong,
body[data-page="espresso-portable"] .portable-lab-controls button small {
  display: block;
}

body[data-page="espresso-portable"] .portable-lab-controls button strong {
  grid-area: title;
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1;
}

body[data-page="espresso-portable"] .portable-lab-controls button small {
  grid-area: detail;
  color: rgba(53, 21, 14, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-lab-controls button:hover,
body[data-page="espresso-portable"] .portable-lab-controls button:focus-visible,
body[data-page="espresso-portable"] .portable-lab-controls button.is-active {
  border-color: rgba(167, 95, 69, 0.42);
  background: var(--portable-ink);
  color: var(--portable-paper);
  transform: translateY(-2px);
}

body[data-page="espresso-portable"] .portable-lab-controls button:hover span,
body[data-page="espresso-portable"] .portable-lab-controls button:focus-visible span,
body[data-page="espresso-portable"] .portable-lab-controls button.is-active span {
  color: #f2c0a3;
}

body[data-page="espresso-portable"] .portable-lab-controls button:hover small,
body[data-page="espresso-portable"] .portable-lab-controls button:focus-visible small,
body[data-page="espresso-portable"] .portable-lab-controls button.is-active small {
  color: rgba(251, 245, 241, 0.66);
}

body[data-page="espresso-portable"] .portable-lab-stage {
  position: relative;
  min-height: 620px;
  margin: 0;
  background: rgba(255, 250, 247, 0.74);
}

body[data-page="espresso-portable"] .portable-lab-stage img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: opacity 180ms ease, transform 420ms ease;
}

body[data-page="espresso-portable"] .portable-lab-stage.is-switching img {
  opacity: 0.62;
  transform: scale(1.018);
}

body[data-page="espresso-portable"] .portable-lab-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(25, 11, 7, 0.82));
  pointer-events: none;
}

body[data-page="espresso-portable"] .portable-lab-stage figcaption {
  position: absolute;
  z-index: 2;
  inset: auto clamp(18px, 3vw, 34px) clamp(18px, 3vw, 34px);
  color: var(--portable-paper);
}

body[data-page="espresso-portable"] .portable-lab-stage figcaption span {
  color: #f2c0a3;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="espresso-portable"] .portable-lab-stage figcaption strong {
  display: block;
  max-width: 12ch;
  margin-top: 8px;
  color: var(--portable-paper);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.94;
}

body[data-page="espresso-portable"] .portable-lab-stage figcaption p {
  max-width: 46ch;
  margin: 12px 0 0;
  color: rgba(251, 245, 241, 0.78);
  line-height: 1.55;
}

body[data-page="espresso-portable"] .portable-order {
  overflow: hidden;
  background:
    linear-gradient(90deg, #fffaf7, rgba(244, 232, 223, 0.72));
}

body[data-page="espresso-portable"] .portable-order-grid {
  grid-template-columns: minmax(320px, 0.55fr) minmax(520px, 0.95fr);
  align-items: center;
  gap: clamp(30px, 6vw, 92px);
}

body[data-page="espresso-portable"] .portable-order picture {
  display: block;
  width: 100%;
  max-width: 720px;
  justify-self: end;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(53, 21, 14, 0.18);
}

body[data-page="espresso-portable"] .portable-order picture img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body[data-page="espresso-portable"] .portable-order h2 {
  max-width: 9ch;
}

body[data-page="espresso-portable"] .portable-order .button.secondary {
  border-color: rgba(167, 95, 69, 0.3);
  background: rgba(251, 245, 241, 0.84);
  color: var(--portable-ink);
}

body[data-page="espresso-portable"] .reveal {
  opacity: 1;
  transform: none;
}

@keyframes portable-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="espresso-portable"] .portable-marquee div {
    animation: none;
  }

  body[data-page="espresso-portable"] .portable-moment,
  body[data-page="espresso-portable"] .portable-progress span {
    transition: none;
  }
}

@media (max-width: 980px) {
  body[data-page="espresso-portable"] .portable-hero-shell,
  body[data-page="espresso-portable"] .portable-intro-grid,
  body[data-page="espresso-portable"] .portable-proof-grid,
  body[data-page="espresso-portable"] .portable-video-story-grid,
  body[data-page="espresso-portable"] .portable-product-lab-grid,
  body[data-page="espresso-portable"] .portable-order-grid,
  body[data-page="espresso-portable"] .portable-ritual-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="espresso-portable"] .portable-hero {
    background-position: 64% center;
  }

  body[data-page="espresso-portable"] .portable-hero-proof,
  body[data-page="espresso-portable"] .portable-video-frame,
  body[data-page="espresso-portable"] .portable-lab-stage,
  body[data-page="espresso-portable"] .portable-order picture {
    justify-self: start;
    max-width: min(100%, 720px);
  }

  body[data-page="espresso-portable"] .portable-video-proof-card {
    margin-top: 28px;
  }

  body[data-page="espresso-portable"] .portable-ritual-sticky {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  body[data-page="espresso-portable"] .portable-hero {
    min-height: 80svh;
    padding: 96px 0 24px;
    background-image:
      linear-gradient(180deg, rgba(251, 245, 241, 0.92), rgba(251, 245, 241, 0.66) 42%, rgba(251, 245, 241, 0.3)),
      url("/assets/images/espresso-portable-hero-mobile.webp");
    background-position: center;
  }

  body[data-page="espresso-portable"] .portable-hero h1 {
    max-width: 9.8ch;
    font-size: clamp(2.95rem, 13vw, 4.25rem);
    line-height: 0.94;
  }

  body[data-page="espresso-portable"] .portable-hero .hero-copy {
    font-size: 1rem;
  }

  body[data-page="espresso-portable"] .portable-signal-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="espresso-portable"] .portable-signal-row li {
    min-height: 74px;
    padding: 12px;
  }

  body[data-page="espresso-portable"] .portable-signal-row strong {
    font-size: 0.68rem;
    overflow-wrap: anywhere;
  }

  body[data-page="espresso-portable"] .portable-signal-row span {
    font-size: 0.72rem;
  }

  body[data-page="espresso-portable"] .portable-hero-proof {
    width: 100%;
  }

  body[data-page="espresso-portable"] .portable-intro,
  body[data-page="espresso-portable"] .portable-proof-band,
  body[data-page="espresso-portable"] .portable-video-story,
  body[data-page="espresso-portable"] .portable-product-lab,
  body[data-page="espresso-portable"] .portable-order,
  body[data-page="espresso-portable"] .portable-ritual {
    padding-block: 64px;
  }

  body[data-page="espresso-portable"] .portable-intro-copy h2,
  body[data-page="espresso-portable"] .portable-ritual h2,
  body[data-page="espresso-portable"] .portable-proof-copy h2,
  body[data-page="espresso-portable"] .portable-video-story-copy h2,
  body[data-page="espresso-portable"] .portable-product-lab-copy h2,
  body[data-page="espresso-portable"] .portable-order h2 {
    max-width: 9.8ch;
    font-size: clamp(2.7rem, 12.5vw, 4.2rem);
  }

  body[data-page="espresso-portable"] .portable-video-frame video {
    aspect-ratio: 1 / 1;
  }

  body[data-page="espresso-portable"] .portable-spec-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="espresso-portable"] .portable-closeup,
  body[data-page="espresso-portable"] .portable-lab-stage,
  body[data-page="espresso-portable"] .portable-lab-stage img {
    min-height: 390px;
  }

  body[data-page="espresso-portable"] .portable-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="espresso-portable"] .portable-moment {
    min-height: 220px;
  }

  body[data-page="espresso-portable"] .portable-moment h3 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  body[data-page="espresso-portable"] .portable-lab-controls button {
    min-height: 78px;
  }

  body[data-page="espresso-portable"] .portable-lab-stage figcaption strong {
    font-size: clamp(1.75rem, 10vw, 3.15rem);
  }
}

/* Salon VIP premium award upgrade */
body[data-page="salon-vip"] {
  --vip-ink: #53291e;
  --vip-muted: #8b6b5d;
  --vip-paper: #faf6f3;
  --vip-cream: #f5ede8;
  --vip-blush: #edddd6;
  --vip-rose: #c4908b;
  --vip-coral: #d4857d;
  --vip-sage: #6f7760;
  --vip-char: #2b1713;
  --vip-shadow: 0 28px 90px rgba(83, 41, 30, 0.14);
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 38vw 28vw at 98% 4%, rgba(111, 119, 96, 0.11), transparent 70%),
    radial-gradient(ellipse 46vw 34vw at -8% 12%, rgba(237, 221, 214, 0.74), transparent 72%),
    linear-gradient(180deg, var(--vip-paper), var(--vip-cream) 54%, var(--vip-paper));
}

body[data-page="salon-vip"] .route-motion-ribbon {
  display: none;
}

body[data-page="salon-vip"] .vip-hero {
  min-height: 92svh;
  align-items: center;
  padding: clamp(128px, 15svh, 176px) 0 clamp(58px, 8svh, 92px);
  background-image:
    linear-gradient(90deg, rgba(250, 246, 243, 0.98), rgba(250, 246, 243, 0.86) 43%, rgba(245, 237, 232, 0.4) 74%, rgba(83, 41, 30, 0.1)),
    var(--hero-image);
  background-position: center right;
  background-size: cover;
  color: var(--vip-ink);
}

body[data-page="salon-vip"] .vip-hero::before {
  background:
    radial-gradient(ellipse 34vw 24vw at 83% 24%, rgba(111, 119, 96, 0.16), transparent 72%),
    radial-gradient(circle at var(--cursor-x, 62%) var(--cursor-y, 42%), rgba(212, 133, 125, 0.16), transparent 22rem),
    linear-gradient(90deg, rgba(250, 246, 243, 0.94), rgba(250, 246, 243, 0.58) 54%, rgba(245, 237, 232, 0.28));
}

body[data-page="salon-vip"] .vip-hero::after {
  height: 20%;
  background: linear-gradient(180deg, transparent, var(--vip-paper));
}

body[data-page="salon-vip"] .vip-hero .page-hero-video {
  opacity: 0.28;
  filter: saturate(1.06) contrast(1.06) brightness(1.1) sepia(0.1);
  mix-blend-mode: multiply;
}

body[data-page="salon-vip"] .vip-hero-shell {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
}

body[data-page="salon-vip"] .vip-hero-copy {
  max-width: 760px;
}

body[data-page="salon-vip"] .vip-hero h1 {
  max-width: 12.2ch;
  color: var(--vip-ink);
  font-size: clamp(4rem, 7.2vw, 8rem);
  letter-spacing: 0;
}

body[data-page="salon-vip"] .vip-hero .hero-copy {
  max-width: 680px;
  color: rgba(83, 41, 30, 0.78);
}

body[data-page="salon-vip"] .vip-hero .button.secondary,
body[data-page="salon-vip"] .vip-conversion .button.secondary {
  border-color: rgba(83, 41, 30, 0.18);
  background: rgba(250, 246, 243, 0.74);
  color: var(--vip-ink);
  box-shadow: 0 14px 42px rgba(83, 41, 30, 0.08);
}

body[data-page="salon-vip"] .vip-hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(196, 144, 139, 0.26);
  border-radius: 8px;
  background: rgba(83, 41, 30, 0.08);
  box-shadow: var(--vip-shadow);
  backdrop-filter: blur(18px);
}

body[data-page="salon-vip"] .vip-hero-proof article {
  min-height: 148px;
  display: grid;
  align-content: end;
  gap: 10px;
  background: rgba(250, 246, 243, 0.78);
  padding: clamp(16px, 2vw, 24px);
}

body[data-page="salon-vip"] .vip-hero-proof span,
body[data-page="salon-vip"] .vip-bento-card span,
body[data-page="salon-vip"] .vip-tour-card figcaption span,
body[data-page="salon-vip"] .vip-message-preview span,
body[data-page="salon-vip"] .vip-story-stage figcaption span,
body[data-page="salon-vip"] .vip-moment span {
  display: block;
  color: var(--vip-coral);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-page="salon-vip"] .vip-hero-proof strong {
  color: var(--vip-ink);
  font-family: var(--display);
  font-size: clamp(1.16rem, 1.7vw, 1.62rem);
  font-weight: 650;
  line-height: 1;
}

body[data-page="salon-vip"] .vip-experience,
body[data-page="salon-vip"] .vip-benefits,
body[data-page="salon-vip"] .vip-tour,
body[data-page="salon-vip"] .vip-conversion {
  position: relative;
  padding: clamp(82px, 9vw, 132px) 0;
}

body[data-page="salon-vip"] .vip-experience {
  background:
    radial-gradient(ellipse 34vw 24vw at 92% 12%, rgba(111, 119, 96, 0.12), transparent 72%),
    linear-gradient(180deg, var(--vip-paper), rgba(237, 221, 214, 0.84));
}

body[data-page="salon-vip"] .vip-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.62fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 44px);
}

body[data-page="salon-vip"] .vip-section-head.compact {
  align-items: start;
}

body[data-page="salon-vip"] .vip-section-head h2 {
  max-width: 11ch;
  color: var(--vip-ink);
}

body[data-page="salon-vip"] .vip-section-head p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(83, 41, 30, 0.72);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.74;
}

body[data-page="salon-vip"] .vip-studio-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.66fr);
  gap: 14px;
  align-items: stretch;
}

body[data-page="salon-vip"] .vip-studio-media,
body[data-page="salon-vip"] .vip-studio-panel,
body[data-page="salon-vip"] .vip-bento-card,
body[data-page="salon-vip"] .vip-tour-card,
body[data-page="salon-vip"] .vip-form,
body[data-page="salon-vip"] .vip-message-preview {
  border: 1px solid rgba(196, 144, 139, 0.24);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.78);
  box-shadow: var(--vip-shadow);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

body[data-page="salon-vip"] .vip-studio-media {
  position: relative;
  min-height: min(68svh, 700px);
  margin: 0;
}

body[data-page="salon-vip"] .vip-studio-media img,
body[data-page="salon-vip"] .vip-story-stage img,
body[data-page="salon-vip"] .vip-tour-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="salon-vip"] .vip-studio-media img {
  transition: transform 520ms ease, filter 220ms ease, opacity 220ms ease;
}

body[data-page="salon-vip"] .vip-studio-media.is-switching img {
  opacity: 0.68;
  transform: scale(1.018);
}

body[data-page="salon-vip"] .vip-studio-media::after,
body[data-page="salon-vip"] .vip-tour-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(43, 23, 19, 0.78));
  pointer-events: none;
}

body[data-page="salon-vip"] .vip-studio-media figcaption,
body[data-page="salon-vip"] .vip-tour-card figcaption {
  position: absolute;
  z-index: 2;
  inset: auto clamp(18px, 3vw, 34px) clamp(18px, 3vw, 34px);
  color: var(--vip-paper);
}

body[data-page="salon-vip"] .vip-studio-media figcaption span,
body[data-page="salon-vip"] .vip-tour-card figcaption span {
  color: rgba(250, 246, 243, 0.78);
}

body[data-page="salon-vip"] .vip-studio-media figcaption strong,
body[data-page="salon-vip"] .vip-tour-card figcaption strong {
  display: block;
  max-width: 13ch;
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 4.8rem);
  font-weight: 650;
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-studio-panel {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: clamp(22px, 3.4vw, 42px);
}

body[data-page="salon-vip"] .vip-combo-tabs {
  display: grid;
  gap: 8px;
}

body[data-page="salon-vip"] .vip-combo-tabs button {
  min-height: 52px;
  border: 1px solid rgba(196, 144, 139, 0.24);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.74);
  color: rgba(83, 41, 30, 0.68);
  padding: 0 16px;
  font-size: 0.74rem;
  font-weight: 950;
  text-align: left;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

body[data-page="salon-vip"] .vip-combo-tabs button:hover,
body[data-page="salon-vip"] .vip-combo-tabs button:focus-visible,
body[data-page="salon-vip"] .vip-combo-tabs button.is-active {
  transform: translateY(-2px);
  border-color: rgba(212, 133, 125, 0.54);
  background: var(--vip-ink);
  color: var(--vip-paper);
}

body[data-page="salon-vip"] .vip-combo-live h3 {
  color: var(--vip-ink);
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-combo-live p:not(.eyebrow),
body[data-page="salon-vip"] .vip-story-copy p,
body[data-page="salon-vip"] .vip-bento-card p,
body[data-page="salon-vip"] .vip-conversion-copy p {
  color: rgba(83, 41, 30, 0.72);
  line-height: 1.68;
}

body[data-page="salon-vip"] .vip-combo-meta {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 24px 0;
  border: 1px solid rgba(83, 41, 30, 0.1);
  border-radius: 8px;
  background: rgba(83, 41, 30, 0.08);
}

body[data-page="salon-vip"] .vip-combo-meta div {
  background: rgba(250, 246, 243, 0.72);
  padding: 16px;
}

body[data-page="salon-vip"] .vip-combo-meta dt {
  color: var(--vip-coral);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-page="salon-vip"] .vip-combo-meta dd {
  margin: 8px 0 0;
  color: rgba(83, 41, 30, 0.72);
  line-height: 1.5;
}

body[data-page="salon-vip"] .vip-story {
  padding: clamp(84px, 10vw, 150px) 0;
  background:
    radial-gradient(ellipse 34vw 24vw at 88% 18%, rgba(196, 144, 139, 0.18), transparent 72%),
    linear-gradient(135deg, var(--vip-char), var(--vip-ink) 62%, #6c3a2d);
  color: var(--vip-paper);
}

body[data-page="salon-vip"] .vip-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.64fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}

body[data-page="salon-vip"] .vip-story-copy {
  position: sticky;
  top: 126px;
}

body[data-page="salon-vip"] .vip-story h2 {
  max-width: 10.8ch;
  color: var(--vip-paper);
}

body[data-page="salon-vip"] .vip-story-copy p {
  max-width: 650px;
  color: rgba(250, 246, 243, 0.74);
}

body[data-page="salon-vip"] .vip-story-stage {
  position: relative;
  min-height: min(62svh, 620px);
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(250, 246, 243, 0.18);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

body[data-page="salon-vip"] .vip-story-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, transparent, rgba(23, 11, 8, 0.86));
}

body[data-page="salon-vip"] .vip-story-stage figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 22px 22px;
}

body[data-page="salon-vip"] .vip-story-stage figcaption span {
  color: var(--vip-blush);
}

body[data-page="salon-vip"] .vip-story-stage figcaption strong {
  display: block;
  max-width: 14ch;
  margin-top: 8px;
  color: var(--vip-paper);
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 4rem);
  font-weight: 650;
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-story-stage figcaption small {
  display: block;
  max-width: 48ch;
  margin-top: 12px;
  color: rgba(250, 246, 243, 0.74);
  line-height: 1.5;
}

body[data-page="salon-vip"] .vip-moment-list {
  display: grid;
  gap: 14px;
}

body[data-page="salon-vip"] .vip-moment {
  min-height: clamp(190px, 24svh, 270px);
  display: grid;
  align-content: end;
  gap: 12px;
  border: 1px solid rgba(250, 246, 243, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(250, 246, 243, 0.16), rgba(250, 246, 243, 0.05));
  color: rgba(250, 246, 243, 0.72);
  padding: clamp(20px, 3vw, 30px);
  text-align: left;
  opacity: 0.72;
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

body[data-page="salon-vip"] .vip-moment:hover,
body[data-page="salon-vip"] .vip-moment:focus-visible,
body[data-page="salon-vip"] .vip-moment.is-active {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(250, 246, 243, 0.34);
  background: linear-gradient(145deg, rgba(250, 246, 243, 0.24), rgba(196, 144, 139, 0.14));
}

body[data-page="salon-vip"] .vip-moment strong {
  color: var(--vip-paper);
  font-family: var(--display);
  font-size: clamp(2rem, 4.3vw, 4.4rem);
  font-weight: 650;
  line-height: 0.92;
}

body[data-page="salon-vip"] .vip-moment small {
  max-width: 42ch;
  color: rgba(250, 246, 243, 0.72);
  font-size: 0.95rem;
  line-height: 1.48;
}

body[data-page="salon-vip"] .vip-benefits {
  background:
    radial-gradient(ellipse 32vw 24vw at 4% 26%, rgba(196, 144, 139, 0.13), transparent 72%),
    linear-gradient(180deg, rgba(250, 246, 243, 0.96), rgba(245, 237, 232, 0.92));
}

body[data-page="salon-vip"] .vip-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="salon-vip"] .vip-bento-card {
  grid-column: span 4;
  min-height: 260px;
  display: grid;
  align-content: end;
  padding: clamp(20px, 3vw, 30px);
}

body[data-page="salon-vip"] .vip-bento-card.is-large {
  grid-column: span 6;
  min-height: 380px;
  background:
    linear-gradient(145deg, rgba(250, 246, 243, 0.84), rgba(237, 221, 214, 0.72)),
    url("/assets/images/vip-meeting-mood.webp") center / cover;
  background-blend-mode: screen;
}

body[data-page="salon-vip"] .vip-bento-card.is-wide {
  grid-column: span 8;
}

body[data-page="salon-vip"] .vip-bento-card h3 {
  max-width: 12ch;
  margin-top: 12px;
  color: var(--vip-ink);
  font-size: clamp(1.65rem, 3vw, 3.2rem);
  line-height: 0.96;
}

body[data-page="salon-vip"] .vip-bento-card p {
  max-width: 54ch;
  margin: 16px 0 0;
}

body[data-page="salon-vip"] .vip-tour {
  background: linear-gradient(180deg, var(--vip-paper), #fff);
}

body[data-page="salon-vip"] .vip-tour-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

body[data-page="salon-vip"] .vip-tour-card {
  position: relative;
  grid-column: span 4;
  min-height: 330px;
  margin: 0;
  background: var(--vip-blush);
}

body[data-page="salon-vip"] .vip-tour-card.is-wide {
  grid-column: span 8;
}

body[data-page="salon-vip"] .vip-tour-card.is-tall {
  grid-row: span 2;
  min-height: 674px;
}

body[data-page="salon-vip"] .vip-tour-card img {
  display: block;
  transition: transform 520ms ease, filter 200ms ease;
}

body[data-page="salon-vip"] .vip-tour-card:hover img,
body[data-page="salon-vip"] .vip-tour-card:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

body[data-page="salon-vip"] .vip-tour-card figcaption strong {
  font-size: clamp(1.42rem, 2.8vw, 3rem);
}

body[data-page="salon-vip"] .vip-conversion {
  background:
    radial-gradient(ellipse 34vw 24vw at 92% 8%, rgba(111, 119, 96, 0.14), transparent 72%),
    linear-gradient(135deg, rgba(237, 221, 214, 0.82), var(--vip-paper));
}

body[data-page="salon-vip"] .vip-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

body[data-page="salon-vip"] .vip-conversion-copy {
  position: sticky;
  top: 126px;
}

body[data-page="salon-vip"] .vip-conversion h2 {
  max-width: 11ch;
  color: var(--vip-ink);
  font-size: clamp(3rem, 6.4vw, 6.8rem);
}

body[data-page="salon-vip"] .vip-message-preview {
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
}

body[data-page="salon-vip"] .vip-message-preview p {
  margin: 10px 0 0;
  color: rgba(83, 41, 30, 0.7);
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: pre-line;
}

body[data-page="salon-vip"] .vip-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 30px);
}

body[data-page="salon-vip"] .vip-form label {
  display: grid;
  gap: 8px;
  color: var(--vip-ink);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-page="salon-vip"] .vip-form input,
body[data-page="salon-vip"] .vip-form select,
body[data-page="salon-vip"] .vip-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(83, 41, 30, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--vip-ink);
  padding: 0 13px;
  font: 800 0.95rem/1.4 var(--sans);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body[data-page="salon-vip"] .vip-form textarea {
  min-height: 122px;
  resize: vertical;
  padding-top: 13px;
}

body[data-page="salon-vip"] .vip-form input:focus,
body[data-page="salon-vip"] .vip-form select:focus,
body[data-page="salon-vip"] .vip-form textarea:focus {
  border-color: rgba(212, 133, 125, 0.72);
  background: var(--vip-paper);
  box-shadow: 0 0 0 4px rgba(212, 133, 125, 0.14);
}

body[data-page="salon-vip"] .vip-form-full,
body[data-page="salon-vip"] .vip-form .button,
body[data-page="salon-vip"] .vip-reserve-alt,
body[data-page="salon-vip"] .vip-form .form-status {
  grid-column: 1 / -1;
}

body[data-page="salon-vip"] .vip-form .button {
  width: 100%;
}

body[data-page="salon-vip"] .vip-reserve-alt {
  justify-self: center;
  color: rgba(83, 41, 30, 0.7);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-underline-offset: 0.22em;
}

body[data-page="salon-vip"] .vip-form .form-status {
  min-height: 20px;
  margin: 0;
  color: rgba(83, 41, 30, 0.68);
  font-size: 0.85rem;
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="salon-vip"] .vip-studio-media img,
  body[data-page="salon-vip"] .vip-tour-card img,
  body[data-page="salon-vip"] .vip-combo-tabs button,
  body[data-page="salon-vip"] .vip-moment {
    transition: none;
  }
}

@media (max-width: 980px) {
  body[data-page="salon-vip"] .vip-hero-shell,
  body[data-page="salon-vip"] .vip-section-head,
  body[data-page="salon-vip"] .vip-studio-shell,
  body[data-page="salon-vip"] .vip-story-grid,
  body[data-page="salon-vip"] .vip-conversion-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="salon-vip"] .vip-hero {
    min-height: auto;
    padding-bottom: 52px;
    background-position: 68% center;
  }

  body[data-page="salon-vip"] .vip-hero-proof {
    max-width: 680px;
  }

  body[data-page="salon-vip"] .vip-story-copy,
  body[data-page="salon-vip"] .vip-conversion-copy {
    position: relative;
    top: auto;
  }

  body[data-page="salon-vip"] .vip-bento-card,
  body[data-page="salon-vip"] .vip-bento-card.is-large,
  body[data-page="salon-vip"] .vip-bento-card.is-wide,
  body[data-page="salon-vip"] .vip-tour-card,
  body[data-page="salon-vip"] .vip-tour-card.is-wide {
    grid-column: span 6;
  }

  body[data-page="salon-vip"] .vip-tour-card.is-tall {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  body[data-page="salon-vip"] .vip-hero {
    padding-top: 112px;
    padding-bottom: 44px;
    background-image:
      linear-gradient(180deg, rgba(250, 246, 243, 0.95), rgba(250, 246, 243, 0.78) 44%, rgba(245, 237, 232, 0.46)),
      var(--hero-image);
    background-position: 58% center;
  }

  body[data-page="salon-vip"] .vip-hero h1 {
    max-width: 10.4ch;
    font-size: clamp(2.85rem, 12.4vw, 4.2rem);
    line-height: 0.96;
  }

  body[data-page="salon-vip"] .vip-hero .hero-copy {
    font-size: 1rem;
  }

  body[data-page="salon-vip"] .vip-hero-proof,
  body[data-page="salon-vip"] .vip-form {
    grid-template-columns: 1fr;
  }

  body[data-page="salon-vip"] .vip-hero-proof article {
    min-height: 112px;
  }

  body[data-page="salon-vip"] .vip-experience,
  body[data-page="salon-vip"] .vip-benefits,
  body[data-page="salon-vip"] .vip-tour,
  body[data-page="salon-vip"] .vip-conversion,
  body[data-page="salon-vip"] .vip-story {
    padding-block: 64px;
  }

  body[data-page="salon-vip"] .vip-section-head {
    gap: 12px;
  }

  body[data-page="salon-vip"] .vip-section-head h2,
  body[data-page="salon-vip"] .vip-story h2,
  body[data-page="salon-vip"] .vip-conversion h2 {
    max-width: 9.8ch;
    font-size: clamp(2.45rem, 12vw, 4rem);
    line-height: 0.96;
  }

  body[data-page="salon-vip"] .vip-studio-media,
  body[data-page="salon-vip"] .vip-story-stage {
    min-height: 430px;
  }

  body[data-page="salon-vip"] .vip-studio-panel {
    padding: 18px;
  }

  body[data-page="salon-vip"] .vip-combo-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 1fr);
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    scroll-padding-inline: 18px;
  }

  body[data-page="salon-vip"] .vip-combo-tabs::-webkit-scrollbar {
    display: none;
  }

  body[data-page="salon-vip"] .vip-combo-live h3 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  body[data-page="salon-vip"] .vip-moment {
    min-height: 174px;
  }

  body[data-page="salon-vip"] .vip-bento-grid,
  body[data-page="salon-vip"] .vip-tour-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="salon-vip"] .vip-bento-card,
  body[data-page="salon-vip"] .vip-bento-card.is-large,
  body[data-page="salon-vip"] .vip-bento-card.is-wide,
  body[data-page="salon-vip"] .vip-tour-card,
  body[data-page="salon-vip"] .vip-tour-card.is-wide,
  body[data-page="salon-vip"] .vip-tour-card.is-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
  }

  body[data-page="salon-vip"] .vip-form {
    padding: 18px;
  }
}

/* Salon VIP rental visual show upgrade */
body[data-page="salon-vip"] {
  --vip-ink: #53291e;
  --vip-muted: #8b6b5d;
  --vip-paper: #faf6f3;
  --vip-cream: #f5ede8;
  --vip-blush: #edddd6;
  --vip-rose: #c4908b;
  --vip-coral: #d4857d;
  --vip-sage: #6f7760;
  --vip-char: #2b1713;
  --vip-line: rgba(83, 41, 30, 0.14);
  --vip-shadow: 0 28px 90px rgba(83, 41, 30, 0.15);
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 38vw 24vw at 98% 8%, rgba(111, 119, 96, 0.15), transparent 70%),
    radial-gradient(ellipse 36vw 30vw at 0% 20%, rgba(212, 133, 125, 0.13), transparent 72%),
    linear-gradient(180deg, var(--vip-paper), var(--vip-cream) 54%, var(--vip-paper));
}

body[data-page="salon-vip"] .vip-rental-hero {
  position: relative;
  min-height: min(860px, 100svh);
  padding: clamp(118px, 14svh, 164px) 0 clamp(58px, 7svh, 88px);
  overflow: hidden;
  isolation: isolate;
  color: var(--vip-ink);
  background-image:
    linear-gradient(90deg, rgba(250, 246, 243, 0.96), rgba(250, 246, 243, 0.84) 42%, rgba(245, 237, 232, 0.36) 74%, rgba(43, 23, 19, 0.26)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
}

body[data-page="salon-vip"] .vip-rental-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--cursor-x, 58%) var(--cursor-y, 45%), rgba(212, 133, 125, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(250, 246, 243, 0.18), rgba(245, 237, 232, 0.82));
}

body[data-page="salon-vip"] .vip-rental-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--vip-paper));
}

body[data-page="salon-vip"] .vip-rental-ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: sepia(0.16) saturate(0.86) contrast(1.08);
  mix-blend-mode: multiply;
}

body[data-page="salon-vip"] .vip-rental-hero-shell {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.54fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: end;
}

body[data-page="salon-vip"] .vip-rental-copy {
  max-width: 780px;
}

body[data-page="salon-vip"] .vip-rental-copy .eyebrow,
body[data-page="salon-vip"] .vip-rental-head .eyebrow,
body[data-page="salon-vip"] .vip-rental-story-copy .eyebrow,
body[data-page="salon-vip"] .vip-rental-conversion-copy .eyebrow,
body[data-page="salon-vip"] .vip-use-case-live .eyebrow {
  letter-spacing: 0;
}

body[data-page="salon-vip"] .vip-rental-hero h1 {
  max-width: 12.8ch;
  color: var(--vip-ink);
  font-size: clamp(4rem, 7vw, 7.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

body[data-page="salon-vip"] .vip-rental-hero .hero-copy {
  max-width: 720px;
  color: rgba(83, 41, 30, 0.78);
  font-size: clamp(1.02rem, 1.34vw, 1.28rem);
}

body[data-page="salon-vip"] .vip-rental-hero .button.secondary,
body[data-page="salon-vip"] .vip-rental-conversion .button.secondary {
  border-color: rgba(83, 41, 30, 0.18);
  background: rgba(250, 246, 243, 0.72);
  color: var(--vip-ink);
  box-shadow: 0 14px 42px rgba(83, 41, 30, 0.08);
}

body[data-page="salon-vip"] .vip-rental-hero-panel {
  min-height: 400px;
  display: grid;
  align-content: end;
  gap: 20px;
  border: 1px solid rgba(250, 246, 243, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(43, 23, 19, 0.1), rgba(43, 23, 19, 0.52)),
    url("/assets/images/vip-rental-private-corner-mood.webp") center / cover;
  color: var(--vip-paper);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: var(--vip-shadow);
  overflow: hidden;
}

body[data-page="salon-vip"] .vip-rental-hero-panel span,
body[data-page="salon-vip"] .vip-rental-proof-strip b,
body[data-page="salon-vip"] .vip-use-case-detail span,
body[data-page="salon-vip"] .vip-editorial-card figcaption span,
body[data-page="salon-vip"] .vip-rental-benefit-grid span,
body[data-page="salon-vip"] .vip-rental-stage figcaption span,
body[data-page="salon-vip"] .vip-tour-step span {
  color: var(--vip-coral);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-page="salon-vip"] .vip-rental-hero-panel strong {
  max-width: 10ch;
  color: var(--vip-paper);
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 650;
  line-height: 0.92;
}

body[data-page="salon-vip"] .vip-rental-proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(250, 246, 243, 0.18);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.16);
}

body[data-page="salon-vip"] .vip-rental-proof-strip p {
  margin: 0;
  display: grid;
  gap: 7px;
  background: rgba(43, 23, 19, 0.42);
  padding: 14px;
  color: rgba(250, 246, 243, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
}

body[data-page="salon-vip"] .vip-rental-config,
body[data-page="salon-vip"] .vip-rental-gallery,
body[data-page="salon-vip"] .vip-rental-benefits,
body[data-page="salon-vip"] .vip-rental-conversion {
  position: relative;
  padding: clamp(78px, 9vw, 132px) 0;
}

body[data-page="salon-vip"] .vip-rental-config {
  background:
    radial-gradient(ellipse 34vw 24vw at 92% 12%, rgba(111, 119, 96, 0.13), transparent 72%),
    linear-gradient(180deg, var(--vip-paper), rgba(237, 221, 214, 0.78));
}

body[data-page="salon-vip"] .vip-rental-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.62fr);
  gap: clamp(22px, 5vw, 74px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 44px);
}

body[data-page="salon-vip"] .vip-rental-head h2 {
  max-width: 11.5ch;
  color: var(--vip-ink);
  font-size: clamp(3rem, 6vw, 6.3rem);
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-rental-head p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(83, 41, 30, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.74;
}

body[data-page="salon-vip"] .vip-use-case-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.66fr);
  gap: 14px;
  align-items: stretch;
}

body[data-page="salon-vip"] .vip-use-case-media,
body[data-page="salon-vip"] .vip-use-case-panel,
body[data-page="salon-vip"] .vip-rental-stage,
body[data-page="salon-vip"] .vip-editorial-card,
body[data-page="salon-vip"] .vip-rental-benefit-grid article {
  border: 1px solid rgba(196, 144, 139, 0.24);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.78);
  box-shadow: var(--vip-shadow);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

body[data-page="salon-vip"] .vip-use-case-media {
  position: relative;
  min-height: min(68svh, 700px);
  margin: 0;
}

body[data-page="salon-vip"] .vip-use-case-media img,
body[data-page="salon-vip"] .vip-rental-stage img,
body[data-page="salon-vip"] .vip-editorial-card img,
body[data-page="salon-vip"] .vip-editorial-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="salon-vip"] .vip-use-case-media img,
body[data-page="salon-vip"] .vip-rental-stage img,
body[data-page="salon-vip"] .vip-editorial-card img,
body[data-page="salon-vip"] .vip-editorial-card video {
  display: block;
  transition: transform 580ms ease, filter 220ms ease, opacity 220ms ease;
}

body[data-page="salon-vip"] .vip-use-case-media.is-switching img,
body[data-page="salon-vip"] .vip-rental-stage.is-switching img {
  opacity: 0.72;
  transform: scale(1.018);
}

body[data-page="salon-vip"] .vip-use-case-media::after,
body[data-page="salon-vip"] .vip-rental-stage::after,
body[data-page="salon-vip"] .vip-editorial-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(43, 23, 19, 0.78));
  pointer-events: none;
}

body[data-page="salon-vip"] .vip-use-case-media figcaption,
body[data-page="salon-vip"] .vip-editorial-card figcaption,
body[data-page="salon-vip"] .vip-rental-stage figcaption {
  position: absolute;
  z-index: 2;
  inset: auto clamp(18px, 3vw, 34px) clamp(18px, 3vw, 34px);
  color: var(--vip-paper);
}

body[data-page="salon-vip"] .vip-use-case-media figcaption span,
body[data-page="salon-vip"] .vip-editorial-card figcaption span,
body[data-page="salon-vip"] .vip-rental-stage figcaption span {
  color: rgba(250, 246, 243, 0.78);
}

body[data-page="salon-vip"] .vip-use-case-media figcaption strong,
body[data-page="salon-vip"] .vip-editorial-card figcaption strong,
body[data-page="salon-vip"] .vip-rental-stage figcaption strong {
  display: block;
  max-width: 13ch;
  margin-top: 8px;
  color: var(--vip-paper);
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.7vw, 4.4rem);
  font-weight: 650;
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-editorial-card figcaption {
  inset: auto clamp(16px, 2.2vw, 26px) clamp(16px, 2.2vw, 26px);
}

body[data-page="salon-vip"] .vip-editorial-card figcaption span {
  color: rgba(250, 246, 243, 0.72);
  font-size: 0.62rem;
}

body[data-page="salon-vip"] .vip-editorial-card figcaption strong {
  max-width: min(18ch, 100%);
  font-size: clamp(1.35rem, 2.15vw, 2.85rem);
  line-height: 1.02;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(43, 23, 19, 0.42);
}

body[data-page="salon-vip"] .vip-use-case-panel {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: clamp(22px, 3.4vw, 42px);
}

body[data-page="salon-vip"] .vip-use-case-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(196, 144, 139, 0.18);
  border-radius: 8px;
  background: rgba(255, 251, 248, 0.58);
  padding: 8px;
}

body[data-page="salon-vip"] .vip-use-case-tabs button {
  min-height: 44px;
  border: 1px solid rgba(196, 144, 139, 0.24);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.74);
  color: rgba(83, 41, 30, 0.68);
  padding: 0 14px;
  font-size: 0.68rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

body[data-page="salon-vip"] .vip-use-case-tabs button:hover,
body[data-page="salon-vip"] .vip-use-case-tabs button:focus-visible,
body[data-page="salon-vip"] .vip-use-case-tabs button.is-active {
  transform: translateY(-2px);
  border-color: rgba(212, 133, 125, 0.54);
  background: var(--vip-ink);
  color: var(--vip-paper);
}

body[data-page="salon-vip"] .vip-use-case-live h3 {
  max-width: 10ch;
  color: var(--vip-ink);
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-use-case-live p:not(.eyebrow),
body[data-page="salon-vip"] .vip-rental-story-copy p,
body[data-page="salon-vip"] .vip-rental-benefit-grid strong,
body[data-page="salon-vip"] .vip-rental-conversion-copy p {
  color: rgba(83, 41, 30, 0.72);
  line-height: 1.68;
}

body[data-page="salon-vip"] .vip-use-case-detail {
  margin: 24px 0;
  border: 1px solid rgba(83, 41, 30, 0.1);
  border-radius: 8px;
  background: rgba(250, 246, 243, 0.72);
  padding: 18px;
}

body[data-page="salon-vip"] .vip-use-case-detail p {
  margin: 8px 0 0;
}

body[data-page="salon-vip"] .vip-rental-story {
  padding: clamp(84px, 10vw, 150px) 0;
  background:
    radial-gradient(ellipse 34vw 24vw at 88% 18%, rgba(196, 144, 139, 0.18), transparent 72%),
    linear-gradient(135deg, var(--vip-char), var(--vip-ink) 62%, #6c3a2d);
  color: var(--vip-paper);
}

body[data-page="salon-vip"] .vip-rental-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.64fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}

body[data-page="salon-vip"] .vip-rental-story-copy {
  position: sticky;
  top: 126px;
}

body[data-page="salon-vip"] .vip-rental-story h2 {
  max-width: 11.4ch;
  color: var(--vip-paper);
  font-size: clamp(3rem, 6.2vw, 6.4rem);
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-rental-story-copy p {
  max-width: 650px;
  color: rgba(250, 246, 243, 0.74);
}

body[data-page="salon-vip"] .vip-rental-stage {
  position: relative;
  min-height: min(62svh, 620px);
  margin: 34px 0 0;
  background: rgba(250, 246, 243, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

body[data-page="salon-vip"] .vip-rental-stage figcaption small {
  display: block;
  max-width: 48ch;
  margin-top: 12px;
  color: rgba(250, 246, 243, 0.74);
  line-height: 1.5;
}

body[data-page="salon-vip"] .vip-tour-step-list {
  display: grid;
  gap: 14px;
}

body[data-page="salon-vip"] .vip-tour-step {
  min-height: clamp(156px, 20svh, 235px);
  display: grid;
  align-content: end;
  gap: 12px;
  border: 1px solid rgba(250, 246, 243, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(250, 246, 243, 0.16), rgba(250, 246, 243, 0.05));
  color: rgba(250, 246, 243, 0.72);
  padding: clamp(20px, 3vw, 30px);
  text-align: left;
  opacity: 0.72;
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

body[data-page="salon-vip"] .vip-tour-step:hover,
body[data-page="salon-vip"] .vip-tour-step:focus-visible,
body[data-page="salon-vip"] .vip-tour-step.is-active {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(250, 246, 243, 0.34);
  background: linear-gradient(145deg, rgba(250, 246, 243, 0.24), rgba(196, 144, 139, 0.14));
}

body[data-page="salon-vip"] .vip-tour-step strong {
  color: var(--vip-paper);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 650;
  line-height: 0.92;
}

body[data-page="salon-vip"] .vip-tour-step small {
  max-width: 42ch;
  color: rgba(250, 246, 243, 0.72);
  font-size: 0.95rem;
  line-height: 1.48;
}

body[data-page="salon-vip"] .vip-rental-gallery {
  background:
    radial-gradient(ellipse 30vw 20vw at 0% 30%, rgba(196, 144, 139, 0.13), transparent 72%),
    linear-gradient(180deg, var(--vip-paper), #fff);
}

body[data-page="salon-vip"] .vip-editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

body[data-page="salon-vip"] .vip-editorial-card {
  position: relative;
  grid-column: span 4;
  min-height: 350px;
  margin: 0;
  background: var(--vip-blush);
}

body[data-page="salon-vip"] .vip-editorial-card.is-large {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 724px;
}

body[data-page="salon-vip"] .vip-editorial-card.is-wide {
  grid-column: span 8;
}

body[data-page="salon-vip"] .vip-editorial-card:hover img,
body[data-page="salon-vip"] .vip-editorial-card:focus-within img,
body[data-page="salon-vip"] .vip-editorial-card:hover video,
body[data-page="salon-vip"] .vip-editorial-card:focus-within video {
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.03);
}

body[data-page="salon-vip"] .vip-rental-benefits {
  background:
    radial-gradient(ellipse 34vw 22vw at 92% 10%, rgba(111, 119, 96, 0.13), transparent 72%),
    linear-gradient(180deg, #fff, rgba(245, 237, 232, 0.92));
}

body[data-page="salon-vip"] .vip-rental-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="salon-vip"] .vip-rental-benefit-grid article {
  position: relative;
  min-height: 212px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num label"
    "num title"
    "num detail";
  align-content: start;
  column-gap: 14px;
  row-gap: 8px;
  padding: clamp(18px, 2.4vw, 26px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body[data-page="salon-vip"] .vip-rental-benefit-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 133, 125, 0.42);
  box-shadow: 0 22px 60px rgba(83, 41, 30, 0.14);
}

body[data-page="salon-vip"] .vip-rental-benefit-grid b {
  grid-area: num;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(196, 144, 139, 0.34);
  border-radius: 999px;
  background: rgba(212, 133, 125, 0.12);
  color: var(--vip-ink);
  font-size: 0.72rem;
  font-weight: 950;
}

body[data-page="salon-vip"] .vip-rental-benefit-grid span {
  grid-area: label;
  align-self: center;
}

body[data-page="salon-vip"] .vip-rental-benefit-grid strong {
  grid-area: title;
  max-width: none;
  color: var(--vip-ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  font-weight: 650;
  line-height: 1.04;
  text-wrap: balance;
}

body[data-page="salon-vip"] .vip-rental-benefit-grid small {
  grid-area: detail;
  max-width: 28ch;
  color: rgba(83, 41, 30, 0.64);
  font-size: 0.9rem;
  line-height: 1.5;
}

body[data-page="salon-vip"] .vip-rental-conversion {
  background:
    radial-gradient(ellipse 34vw 24vw at 92% 8%, rgba(111, 119, 96, 0.14), transparent 72%),
    linear-gradient(135deg, rgba(237, 221, 214, 0.82), var(--vip-paper));
}

body[data-page="salon-vip"] .vip-rental-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

body[data-page="salon-vip"] .vip-rental-conversion-copy {
  position: sticky;
  top: 126px;
}

body[data-page="salon-vip"] .vip-rental-conversion h2 {
  max-width: 11ch;
  color: var(--vip-ink);
  font-size: clamp(3rem, 6.4vw, 6.8rem);
  line-height: 0.94;
}

body[data-page="salon-vip"] .vip-sticky-cta {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  display: none;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--vip-ink);
  color: var(--vip-paper);
  padding: 0 22px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 18px 50px rgba(43, 23, 19, 0.22);
  transform: translate(-50%, 130%);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

body[data-page="salon-vip"] .vip-sticky-cta.is-visible:not(.is-docked-away) {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="salon-vip"] .vip-rental-ambient,
  body[data-page="salon-vip"] .vip-editorial-card video {
    display: none;
  }

  body[data-page="salon-vip"] .vip-use-case-media img,
  body[data-page="salon-vip"] .vip-rental-stage img,
  body[data-page="salon-vip"] .vip-editorial-card img,
  body[data-page="salon-vip"] .vip-use-case-tabs button,
  body[data-page="salon-vip"] .vip-tour-step,
  body[data-page="salon-vip"] .vip-sticky-cta {
    transition: none;
  }
}

@media (max-width: 980px) {
  body[data-page="salon-vip"] .vip-rental-hero-shell,
  body[data-page="salon-vip"] .vip-rental-head,
  body[data-page="salon-vip"] .vip-use-case-shell,
  body[data-page="salon-vip"] .vip-rental-story-grid,
  body[data-page="salon-vip"] .vip-rental-conversion-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="salon-vip"] .vip-rental-hero {
    min-height: auto;
    background-position: 58% center;
  }

  body[data-page="salon-vip"] .vip-rental-hero-panel {
    min-height: 300px;
  }

  body[data-page="salon-vip"] .vip-rental-story-copy,
  body[data-page="salon-vip"] .vip-rental-conversion-copy {
    position: relative;
    top: auto;
  }

  body[data-page="salon-vip"] .vip-editorial-card,
  body[data-page="salon-vip"] .vip-editorial-card.is-wide {
    grid-column: span 6;
  }

  body[data-page="salon-vip"] .vip-editorial-card.is-large {
    grid-column: span 12;
    min-height: 560px;
  }

  body[data-page="salon-vip"] .vip-rental-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="salon-vip"] .vip-sticky-cta {
    display: inline-flex;
    left: auto;
    right: 12px;
    min-height: 44px;
    padding-inline: 18px;
    transform: translateY(130%);
  }

  body[data-page="salon-vip"] .vip-sticky-cta.is-visible:not(.is-docked-away) {
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  body[data-page="salon-vip"] .vip-rental-hero {
    min-height: 100svh;
    padding-top: 92px;
    padding-bottom: 32px;
    background-image:
      linear-gradient(180deg, rgba(250, 246, 243, 0.94), rgba(250, 246, 243, 0.8) 50%, rgba(245, 237, 232, 0.5)),
      var(--hero-image);
    background-position: 55% center;
  }

  body[data-page="salon-vip"] .vip-rental-ambient {
    opacity: 0.1;
  }

  body[data-page="salon-vip"] .vip-rental-hero-shell {
    gap: 18px;
    align-items: start;
  }

  body[data-page="salon-vip"] .vip-rental-copy .eyebrow {
    margin-bottom: 10px;
  }

  body[data-page="salon-vip"] .vip-rental-hero h1 {
    max-width: 11.2ch;
    font-size: clamp(2.42rem, 10.8vw, 3.65rem);
    line-height: 0.92;
  }

  body[data-page="salon-vip"] .vip-rental-hero .hero-copy {
    max-width: 36ch;
    margin-top: 12px;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  body[data-page="salon-vip"] .vip-rental-hero .hero-actions {
    gap: 10px;
    margin-top: 16px;
  }

  body[data-page="salon-vip"] .vip-rental-hero .hero-actions .button {
    min-height: 46px;
    width: 100%;
    padding-inline: 14px;
    font-size: 0.72rem;
  }

  body[data-page="salon-vip"] .vip-rental-hero-panel {
    min-height: auto;
    background-image: none;
    padding: 14px;
  }

  body[data-page="salon-vip"] .vip-rental-hero-panel > span,
  body[data-page="salon-vip"] .vip-rental-hero-panel > strong {
    display: none;
  }

  body[data-page="salon-vip"] .vip-rental-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="salon-vip"] .vip-rental-proof-strip p {
    padding: 10px;
    font-size: 0.75rem;
  }

  body[data-page="salon-vip"] .vip-rental-config,
  body[data-page="salon-vip"] .vip-rental-gallery,
  body[data-page="salon-vip"] .vip-rental-benefits,
  body[data-page="salon-vip"] .vip-rental-conversion,
  body[data-page="salon-vip"] .vip-rental-story {
    padding-block: 64px;
  }

  body[data-page="salon-vip"] .vip-rental-head {
    gap: 12px;
  }

  body[data-page="salon-vip"] .vip-rental-head h2,
  body[data-page="salon-vip"] .vip-rental-story h2,
  body[data-page="salon-vip"] .vip-rental-conversion h2 {
    max-width: 10ch;
    font-size: clamp(2.35rem, 11.4vw, 3.75rem);
    line-height: 0.96;
  }

  body[data-page="salon-vip"] .vip-use-case-media,
  body[data-page="salon-vip"] .vip-rental-stage {
    min-height: 410px;
  }

  body[data-page="salon-vip"] .vip-use-case-panel {
    padding: 18px;
  }

  body[data-page="salon-vip"] .vip-use-case-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding: 8px;
  }

  body[data-page="salon-vip"] .vip-use-case-tabs::-webkit-scrollbar {
    display: none;
  }

  body[data-page="salon-vip"] .vip-use-case-live h3 {
    font-size: clamp(2.18rem, 10.5vw, 3.4rem);
  }

  body[data-page="salon-vip"] .vip-tour-step {
    min-height: 148px;
  }

  body[data-page="salon-vip"] .vip-editorial-grid,
  body[data-page="salon-vip"] .vip-rental-benefit-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="salon-vip"] .vip-editorial-card,
  body[data-page="salon-vip"] .vip-editorial-card.is-large,
  body[data-page="salon-vip"] .vip-editorial-card.is-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
  }

  body[data-page="salon-vip"] .vip-rental-benefit-grid article {
    min-height: auto;
  }

  body[data-page="salon-vip"] .vip-rental-conversion {
    padding-bottom: 86px;
  }
}

@media (max-width: 410px) {
  body[data-page="salon-vip"] .vip-rental-hero h1 {
    font-size: clamp(2.24rem, 10.3vw, 3rem);
  }

  body[data-page="salon-vip"] .vip-rental-hero .hero-copy {
    font-size: 0.94rem;
  }
}
