:root {
  --ink: #0b1219;
  --ink-2: #172330;
  --cream: #fffaf7;
  --blush: #fff3f1;
  --blush-2: #fbeae7;
  --coral: #ff6f7e;
  --coral-dark: #e84f63;
  --rose: #c93f66;
  --green: #2e7d55;
  --green-soft: #eaf7ef;
  --gold: #d8a44a;
  --lavender: #7b5cc6;
  --muted: #4f5660;
  --line: rgba(16, 26, 36, 0.11);
  --white: #ffffff;
  --shadow: 0 28px 90px rgba(56, 29, 34, 0.14);
  --shadow-soft: 0 18px 50px rgba(56, 29, 34, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1220px, calc(100vw - 48px));
  /* Balanced height: readable logo/nav without oversized bar on other PCs */
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 12px);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.is-locked {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open .site-header {
  z-index: 5200;
}
body.menu-open .menu-button,
body.menu-open .brand,
body.menu-open .header-cta {
  z-index: 5210;
}
body.menu-open .site-nav {
  z-index: 5150;
}
body.menu-open .sticky-cta,
body.menu-open .cursor-dot,
body.menu-open .cursor-ring {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
img {
  display: block;
  width: 100%;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}
.section {
  padding: 126px 0;
}

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 1800;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.83' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

/* Immersive portrait splash — full artwork, no circle crop */
.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #2a171c;
  background:
    radial-gradient(ellipse 100% 80% at 50% 30%, #fff4f1 0%, transparent 60%),
    linear-gradient(180deg, #fbe7e2 0%, #f3cfc8 55%, #ecc3bc 100%);
}
/* FAQs / section deep-links: never flash splash while waiting for JS */
html.skip-splash .loading-screen {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
/* Hide page until hash scroll settles — prevents home-top flash then jump to FAQs */
html.hash-pending,
html.hash-pending body {
  background: #fbe7e2;
}
html.hash-pending body {
  opacity: 0 !important;
}
html.is-hash-ready body {
  opacity: 1 !important;
}
.loader-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.loader-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
}
.loader-bloom-a {
  width: 55vw;
  height: 55vw;
  top: -18%;
  right: -10%;
  background: rgba(255, 170, 180, 0.35);
  animation: loaderDrift 11s ease-in-out infinite alternate;
}
.loader-bloom-b {
  width: 60vw;
  height: 60vw;
  bottom: -22%;
  left: -14%;
  background: rgba(255, 210, 170, 0.28);
  animation: loaderDrift 13s ease-in-out infinite alternate-reverse;
}
.loader-veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 45%, transparent 35%, rgba(90, 35, 45, 0.05) 100%);
}
.loader-inner {
  width: min(380px, calc(100vw - 40px));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.loader-splash {
  width: min(300px, 78vw);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
/* Frame clips the artwork — keep transforms on this wrapper, not only the img */
.loader-splash-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
  clip-path: inset(0 round 32px);
  -webkit-clip-path: inset(0 round 32px);
  background: #f6ddd8;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 0 0 1px rgba(201, 63, 102, 0.1),
    0 24px 60px rgba(90, 35, 45, 0.2);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  isolation: isolate;
}
.loader-shine {
  position: absolute;
  inset: -10% -30%;
  background: linear-gradient(
    105deg,
    transparent 42%,
    rgba(255, 255, 255, 0.38) 50%,
    transparent 58%
  );
  transform: translateX(-130%);
  pointer-events: none;
  z-index: 2;
}
.loader-logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(64vh, 540px);
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: #f6ddd8;
  will-change: opacity;
  box-shadow: none;
  filter: none;
  /* Avoid transform on the img — iOS skips border-radius clipping when img is transformed */
  transform: none !important;
}
.loader-status {
  width: min(240px, 70vw);
  margin-top: 28px;
  display: grid;
  gap: 12px;
  justify-items: center;
}
.loader-message {
  margin: 0;
  color: rgba(42, 23, 28, 0.55);
  font:
    600 11px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.loader-meter {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}
.loader-progress {
  width: 100%;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(42, 23, 28, 0.1);
}
.loader-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c93f66, #ff8a96, #ffd0d6);
  transform: translateX(-100%);
  box-shadow: 0 0 10px rgba(232, 79, 99, 0.35);
}
.loader-count {
  margin: 0;
  min-width: 2ch;
  font:
    700 13px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.06em;
  color: rgba(42, 23, 28, 0.65);
  font-variant-numeric: tabular-nums;
  display: inline-block;
  transform-origin: center;
}
@keyframes loaderDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(16px, -12px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loader-bloom-a,
  .loader-bloom-b {
    animation: none;
  }
  .menu-button::before {
    animation: none;
  }
  body.menu-open .menu-button {
    transform: none;
  }
}
@media (max-width: 680px) {
  .loader-splash {
    width: min(320px, 88vw);
  }
  .loader-splash-frame {
    border-radius: 32px;
    clip-path: inset(0 round 32px);
    -webkit-clip-path: inset(0 round 32px);
    overflow: hidden;
  }
  .loader-logo-img {
    width: 100%;
    max-height: min(62vh, 520px);
    border-radius: 0;
    transform: none !important;
  }
  .loader-status {
    margin-top: 22px;
  }
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--coral);
}
.cursor-ring {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(232, 79, 99, 0.75);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  min-height: var(--header-height);
  max-height: var(--header-height);
  padding: 0 clamp(18px, 2.4vw, 32px) !important;
  padding-block: 0 !important;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 16px;
  color: var(--ink);
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
/* Sitting over the dark hero (home page): start light-on-dark */
.site-header.is-over-dark {
  color: #fff;
  /* Thin defined bar so other PCs don’t read hero top as “huge navbar padding” */
  background: rgba(10, 8, 10, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
}
/* Inner pages (no dark hero): keep a solid header so logo + burger stay clear */
.site-header:not(.is-over-dark) {
  color: var(--ink);
  background: rgba(255, 250, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(1.2);
}
/* Same height when scrolled — only surface changes (avoids intermittent “extra padding”) */
.site-header.is-scrolled {
  height: var(--header-height);
  min-height: var(--header-height);
  max-height: var(--header-height);
  color: var(--ink);
  background: rgba(255, 250, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 12px 30px -22px rgba(40, 10, 30, 0.4);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 3;
  /* Avoid transform — subpixel translate blurs the logo wordmark on mobile */
  transform: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--coral), #ff5a78);
  font:
    600 24px/1 "Playfair Display",
    serif;
  box-shadow: 0 9px 24px rgba(255, 111, 126, 0.38);
}
.brand-text {
  display: grid;
  line-height: 1;
}
.brand-text strong {
  font:
    800 19px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.02em;
  color: inherit;
}
.brand-text small {
  margin-top: 6px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: inherit;
  opacity: 0.88;
}
.brand-logo {
  display: block;
  height: 52px;
  width: auto;
  max-width: 160px;
  max-height: 52px;
  object-fit: contain;
  object-position: center left;
  flex: 0 0 auto;
  background: transparent;
  filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.22));
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.brand-logo-light {
  display: none;
  height: 52px;
  max-height: 52px;
  max-width: 172px;
}
/* Dark hero: silver/rose logo; light header: ink logo */
.site-header.is-over-dark:not(.is-scrolled) .brand {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.site-header.is-over-dark:not(.is-scrolled) .brand-logo-ink {
  display: none;
}
.site-header.is-over-dark:not(.is-scrolled) .brand-logo-light {
  display: block;
}
.site-header:not(.is-over-dark) .brand,
.site-header.is-scrolled .brand {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
span.brand-logo {
  display: inline-flex;
  align-items: center;
}
.brand-logo > img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
.footer-brand .brand-logo {
  height: 96px;
  max-width: 168px;
}
.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(14px, 1.6vw, 24px);
  min-width: 0;
  height: 100%;
  max-height: var(--header-height);
  font:
    700 14px/1 "Manrope",
    sans-serif;
}
.site-nav > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.01em;
  opacity: 0.95;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    color 0.25s ease;
}
.site-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1.5px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.2, 0.75, 0.22, 1);
}
.site-nav > a:hover {
  transform: translateY(-1px);
  opacity: 1;
}
.site-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* Landing page only: hide login, bid modal, and Start a bid CTAs */
.nav-login,
.modal[data-modal],
.header-cta,
.nav-cta {
  display: none !important;
}
.nav-login {
  padding: 10px 0;
  margin-left: 4px;
  border: 0;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
  color: inherit;
  opacity: 0.92;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}
.nav-login:hover {
  transform: translateY(-1px);
  color: var(--coral);
  opacity: 1;
}
.nav-cta {
  margin-left: 6px;
}
/* Mobile-only Start a bid next to burger — never on desktop */
.header-cta {
  display: none !important;
}
/* Keep Start a bid as a real button even when it is an <a> inside .site-nav */
.site-nav > a.button.nav-cta,
.site-nav a.button.nav-cta,
.site-nav > button.button.nav-cta,
.site-nav button.nav-cta {
  opacity: 1 !important;
  padding: 0 20px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: var(--white) !important;
  background: linear-gradient(135deg, var(--coral), #ff5a78) !important;
  box-shadow: 0 10px 24px rgba(255, 111, 126, 0.32);
  font:
    700 13px/1 "Manrope",
    sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.site-nav > a.button.nav-cta::after,
.site-nav a.button.nav-cta::after {
  display: none !important;
}
.site-nav > a.button.nav-cta:hover,
.site-nav a.button.nav-cta:hover,
.site-nav > button.button.nav-cta:hover,
.site-nav button.nav-cta:hover {
  transform: translateY(-1px);
  opacity: 1 !important;
  color: var(--white) !important;
  background: var(--coral-dark) !important;
}
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.95), transparent 42%),
    linear-gradient(145deg, #fff7f4 0%, #ffe6e8 55%, #ffd4da 100%);
  color: var(--ink);
  box-shadow:
    0 0 0 1px rgba(232, 79, 99, 0.18),
    0 0 0 5px rgba(255, 111, 126, 0.1),
    0 12px 28px rgba(200, 60, 90, 0.22);
  position: relative;
  flex: 0 0 auto;
  z-index: 3;
  cursor: pointer;
  isolation: isolate;
  overflow: visible;
  transition:
    transform 0.28s cubic-bezier(0.2, 0.75, 0.22, 1),
    box-shadow 0.28s ease,
    background 0.28s ease;
}
.menu-button::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 1.5px dashed rgba(232, 79, 99, 0.35);
  opacity: 0.7;
  animation: menu-orbit 10s linear infinite;
  pointer-events: none;
}
.menu-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 70% 75%, rgba(232, 79, 99, 0.16), transparent 55%);
  pointer-events: none;
}
.menu-button:active {
  transform: scale(0.94);
}
.menu-button span:not(.sr-only) {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 2.5px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral-dark), var(--rose));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  z-index: 1;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.75, 0.22, 1),
    opacity 0.25s ease,
    top 0.35s cubic-bezier(0.2, 0.75, 0.22, 1),
    width 0.35s ease,
    left 0.35s ease,
    right 0.35s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}
.menu-button span:nth-child(1) { top: 15px; }
.menu-button span:nth-child(2) { top: 22px; width: 14px; left: 13px; right: auto; }
.menu-button span:nth-child(3) { top: 29px; }
@keyframes menu-orbit {
  to { transform: rotate(360deg); }
}

.eyebrow {
  margin: 0 0 18px;
  font:
    800 10px/1.2 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--coral-dark);
}
.mini-label {
  font:
    800 9px/1.2 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--coral-dark);
}
.section-title {
  margin: 0;
  max-width: 800px;
  font:
    700 clamp(44px, 5.4vw, 78px)/1.15 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
  padding-bottom: 0.05em;
  overflow: visible;
  color: var(--ink);
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}
.section-title em {
  color: var(--coral-dark);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  line-height: inherit;
  padding: 0;
  margin: 0;
  letter-spacing: -0.02em;
}
.light-title {
  color: var(--white);
}
.light-title em {
  color: #ffc3cb;
}
.section-copy {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 48px;
}
.section-side-copy {
  max-width: 420px;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}
.dark-copy {
  color: var(--muted);
}
.section-note {
  margin: 0 0 8px;
  font:
    700 10px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
/* Shared filter / tab chips */
.filter-chip,
.gallery-tab {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font:
    700 11px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.filter-chip:hover,
.gallery-tab:hover {
  border-color: rgba(255, 111, 126, 0.45);
  transform: translateY(-1px);
}
.filter-chip.is-active,
.gallery-tab.is-active {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

/* No overflow:hidden — that was cropping g/y/p/f and overlapping lines */
.word-mask,
.char-mask {
  display: inline-block;
  overflow: visible;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
}
.word,
.char {
  display: inline-block;
  /* No permanent will-change — keeps title text on a GPU layer and looks soft */
  padding: 0;
  margin: 0;
  backface-visibility: hidden;
}
em .word-mask,
em .char-mask {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.button {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font:
    800 12px/1 "Manrope",
    sans-serif;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-coral {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 15px 30px rgba(255, 111, 126, 0.22);
}
.button-coral:hover {
  background: var(--coral-dark);
}
.button-glass {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(14px);
}
.button-ink {
  color: var(--white);
  background: var(--ink);
}
.text-button {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font:
    800 12px/1 "Manrope",
    sans-serif;
  cursor: pointer;
}

.hero-section {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  color: var(--white);
  background: #120b0e;
}
.hero-media,
.hero-gradient,
.hero-vignette {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.02);
}
.hero-gradient {
  background:
    linear-gradient(
      105deg,
      rgba(12, 8, 10, 0.82) 0%,
      rgba(12, 8, 10, 0.62) 34%,
      rgba(12, 8, 10, 0.28) 62%,
      rgba(12, 8, 10, 0.45) 100%
    ),
    linear-gradient(180deg, rgba(12, 8, 10, 0.2) 0%, rgba(12, 8, 10, 0.55) 100%);
}
.hero-vignette {
  background: radial-gradient(
    100% 80% at 72% 30%,
    transparent 0%,
    rgba(12, 8, 10, 0.35) 100%
  );
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin-inline: auto;
  /* Sit close under the fixed navbar on desktop */
  padding: calc(var(--header-height) + 12px) 0 56px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  min-height: 0;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font:
    800 10px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
}
.hero-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255, 111, 126, 0.25);
}
.hero-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 8px;
  border-radius: 12px;
  background: rgba(8, 18, 14, 0.55);
  border: 1px solid rgba(61, 214, 140, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  font:
    600 12px/1.2 "DM Sans",
    sans-serif;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.92);
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
.hero-live i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dd68c;
  box-shadow: 0 0 0 3px rgba(61, 214, 140, 0.25);
  animation: livePulse 1.8s infinite ease-out;
}
.hero-live em {
  flex: 0 0 auto;
  margin: 0;
  padding: 4px 7px;
  border-radius: 7px;
  background: #1f9d57;
  color: #fff;
  font:
    800 9px/1 "Manrope",
    sans-serif;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-live > span {
  opacity: 0.92;
}
@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(86, 205, 132, 0.45);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(86, 205, 132, 0);
  }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 50px;
  align-items: start;
}
.hero-copy {
  padding-top: 4px;
}
.hero-grid .venue-stack {
  margin-top: 0;
  align-self: start;
}
.hero-eyebrow {
  color: var(--coral);
}
.hero-title,
.page-hero-title {
  margin: 10px 0 0;
  max-width: 100%;
  font:
    700 clamp(28px, 4.6vw, 64px)/1.2 "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
  color: var(--white);
  overflow: visible;
  padding-bottom: 0.08em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  -webkit-font-smoothing: antialiased;
}
.page-hero-title {
  margin: 0 auto;
  align-items: center;
  color: #1a1320;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-align: center;
}
/* Exactly two lines — each line stays on one row */
.hero-title-line {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0.04em 0 0.08em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: visible;
}
.hero-title em.hero-title-line,
.page-hero-title em.hero-title-line {
  color: var(--coral);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.25;
  padding-bottom: 0.12em;
}
.venues-head-left .section-title,
.stories-section .section-title {
  overflow: visible;
  line-height: 1.18;
}
.hero-description {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  min-height: 52px;
}
.hero-actions .play-badge,
.hero-actions .button-ghost {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.hero-actions .button-ghost {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 700;
}
.button-ghost {
  color: var(--white);
  background: rgba(10, 8, 10, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}
.button-ghost:hover {
  background: rgba(10, 8, 10, 0.62);
  border-color: rgba(255, 255, 255, 0.55);
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding: 18px 18px 16px;
  border-top: 0;
  border-radius: 18px;
  background: rgba(10, 8, 10, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.hero-proof div {
  padding: 4px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 6px;
  transition: transform 0.35s ease;
}
.hero-proof div:first-child {
  padding-left: 4px;
}
.hero-proof div:last-child {
  border-right: 0;
  padding-right: 4px;
}
.hero-proof div:hover {
  transform: translateY(-2px);
}
.hero-proof strong {
  font:
    700 clamp(28px, 3vw, 40px)/1 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.hero-proof div > span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.hero-proof strong .count-up {
  font: inherit;
  letter-spacing: -0.04em;
}
.booking-tabs,
.booking-tab,
.booking-tab.is-active,
.booking-tab-indicator,
.booking-tabs[data-active="destination"] .booking-tab-indicator {
  display: none;
}
.field {
  display: grid;
  gap: 9px;
}
.field-wide {
  grid-column: 1 / -1;
}
.field > span {
  font:
    700 9px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #5f666d;
}
.field-control {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.field-control:focus-within {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(255, 111, 126, 0.12);
}
.field-control svg, .field-control i {
  width: 17px;
  color: var(--coral-dark);
  flex: 0 0 auto;
}
.field-control input,
.field-control select {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
}
.field-control input::placeholder {
  color: #999da1;
}
.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.venue-stack {
  position: relative;
  width: min(100%, 320px);
  margin-inline: auto;
}
.venue-status {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #0f5c32;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 24px rgba(8, 14, 22, 0.22);
  font:
    800 10px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.venue-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2fba6f;
  box-shadow: 0 0 0 4px rgba(47, 186, 111, 0.2);
}
.heart-button,
.save-button {
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.heart-button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  width: 31px;
  height: 31px;
  color: #c93f66;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 26, 36, 0.1);
  box-shadow: 0 6px 16px rgba(8, 14, 22, 0.18);
  font-size: 17px;
  line-height: 1;
}
.heart-button:hover {
  color: var(--coral-dark);
  background: #fff;
  transform: scale(1.05);
}
.heart-button.is-saved,
.save-button.is-saved {
  color: var(--coral-dark);
  background: #fff;
}
.venue-stack-labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  margin-bottom: 14px;
}
.venue-stack-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 0 0 6px;
  border-radius: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 213, 106, 0.55);
  font:
    600 15px/1.1 "Playfair Display",
    serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.01em;
  box-shadow: none;
}
.venue-stack-badge-star {
  color: #ffd56a;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  transform: translateY(1px);
  text-shadow: 0 0 12px rgba(255, 213, 106, 0.45);
}
.venue-stack-badge-text {
  color: rgba(255, 255, 255, 0.95);
}
.venue-stack-deck {
  display: flex;
  width: 100%;
  height: 460px;
  will-change: transform;
}
.venue-stack-card {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  overflow: hidden;
  border-radius: 28px;
  color: var(--white);
  background: #1a1216;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 28px 64px rgba(8, 4, 8, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
.venue-stack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 8, 10, 0.05) 28%,
    rgba(12, 8, 10, 0.42) 58%,
    rgba(12, 8, 10, 0.92) 100%
  );
  pointer-events: none;
  transition: background 0.4s ease;
  z-index: 1;
}
.venue-stack-card:hover::after {
  background: linear-gradient(
    180deg,
    rgba(12, 8, 10, 0.12) 18%,
    rgba(12, 8, 10, 0.5) 55%,
    rgba(12, 8, 10, 0.94) 100%
  );
}
.venue-stack-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(8, 4, 8, 0.4);
}
.venue-stack-ctrl {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.venue-stack-ctrl button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.venue-stack-ctrl button:hover {
  background: var(--coral);
  border-color: var(--coral);
  transform: translateY(-2px);
}
.venue-stack-ctrl svg, .venue-stack-ctrl i {
  width: 16px;
}
.venue-stack-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.venue-stack-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.22, 1);
}
.venue-stack-card:hover .venue-stack-image img {
  transform: scale(1.08);
}
.venue-stack-rating {
  position: absolute;
  right: 12px;
  top: 52px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(18, 11, 14, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font:
    800 12px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.01em;
}
.venue-stack-rating::before {
  content: "★";
  color: #ffc83d;
  font-size: 13px;
  line-height: 1;
}
.venue-stack-body {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  padding: 14px 16px 15px;
  border-radius: 16px;
  background: rgba(12, 8, 10, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--white);
}
.venue-stack-body h3 {
  margin: 0;
  font:
    700 20px/1.1 "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
}
.venue-stack-body .venue-location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.venue-stack-body .venue-location svg, .venue-stack-body .venue-location i {
  width: 12px;
  color: var(--coral);
}
.venue-stack-meta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}
.venue-stack-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.venue-stack-meta svg {
  width: 12px;
  color: var(--coral);
}
.venue-stack-meta .venue-stack-price {
  color: var(--white);
  font:
    800 13px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.01em;
}
.venue-stack-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.venue-stack-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.venue-stack-dots span.is-active {
  background: var(--coral);
  transform: scale(1.25);
}
.hero-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hero-decor-ring {
  width: 560px;
  height: 560px;
  right: -240px;
  top: 6%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.hero-decor-blob {
  width: 380px;
  height: 380px;
  left: -160px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 111, 126, 0.22),
    transparent 70%
  );
  filter: blur(20px);
}
.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 34px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.7);
  font:
    700 8px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.hero-scroll i {
  width: 42px;
  height: 1px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}
.hero-scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--coral);
  animation: scrollLine 1.8s infinite ease-in-out;
}
@keyframes scrollLine {
  0% {
    transform: translateX(-100%);
  }
  65%,
  100% {
    transform: translateX(100%);
  }
}

.logo-marquee {
  overflow: hidden;
  color: var(--white);
  background: var(--coral);
}
.marquee-track {
  width: max-content;
  padding: 17px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  font:
    800 11px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  will-change: transform;
  animation: marquee-scroll 30s linear infinite;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-track b {
  opacity: 0.58;
}

.promise-section {
  background: var(--cream);
}
.promise-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 86px;
}
.sticky-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}
.comparison-stack {
  display: grid;
  gap: 22px;
}
.comparison-card {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.comparison-card h3 {
  max-width: 470px;
  margin: 16px 0 0;
  font:
    700 36px/1.06 "Manrope",
    sans-serif;
  letter-spacing: -0.055em;
}
.comparison-card ul {
  margin-top: 38px;
  display: grid;
  gap: 15px;
}
.comparison-card li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-size: 14px;
}
.comparison-card li svg, .comparison-card li i {
  width: 18px;
  flex: 0 0 auto;
}
.comparison-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 33px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--blush-2);
  color: var(--coral-dark);
}
.comparison-icon svg, .comparison-icon i {
  width: 23px;
}
.comparison-plain {
  background: #fffdfb;
}
.comparison-plain li svg, .comparison-plain li i {
  color: #b5b8bc;
}
.comparison-managed {
  color: var(--white);
  background: var(--ink);
  border-color: transparent;
}
.comparison-managed .mini-label {
  color: #ffc4cc;
}
.comparison-managed .comparison-icon {
  color: var(--white);
  background: var(--coral);
}
.comparison-managed li {
  color: rgba(255, 255, 255, 0.68);
}
.comparison-managed li svg, .comparison-managed li i {
  color: #75d5a0;
}
.comparison-orbit {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  right: -190px;
  top: -190px;
}

.venues-section {
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(ellipse 70% 50% at 8% 0%, rgba(255, 111, 126, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 45% at 92% 18%, rgba(216, 164, 74, 0.1), transparent 50%),
    linear-gradient(180deg, #fff7f4 0%, #fff0ec 48%, #ffe8e2 100%);
}
.venues-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(11, 18, 25, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 18, 25, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
}
.venue-filters,
.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.venues-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.venues-head-left {
  max-width: 620px;
}
.venues-head .section-title {
  margin-top: 0;
}
.venues-head-left .section-copy {
  margin-top: 18px;
}
.venues-sub {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.pill-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font:
    700 10px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.pill-ghost svg, .pill-ghost i {
  width: 15px;
  height: 15px;
  color: var(--coral-dark);
}
.venue-grid {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.venue-card {
  position: relative;
  grid-column: span 4;
  min-height: 320px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-xl);
  background: #1a1214;
  isolation: isolate;
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 18px 40px rgba(42, 18, 24, 0.14);
  transition:
    transform 0.55s cubic-bezier(0.2, 0.72, 0.22, 1),
    box-shadow 0.55s ease;
}
.venue-card:nth-child(1) {
  grid-column: span 8;
  min-height: 460px;
}
.venue-card:nth-child(2) {
  grid-column: span 4;
  min-height: 460px;
}
.venue-card:nth-child(3),
.venue-card:nth-child(4),
.venue-card:nth-child(5) {
  grid-column: span 4;
  min-height: 300px;
}
.venue-card.is-filtered {
  display: none;
}
.venue-grid.is-narrowed .venue-card:not(.is-filtered) {
  grid-column: span 6;
  min-height: 360px;
}
.venue-grid.is-narrowed .venue-card:not(.is-filtered):first-child {
  grid-column: span 12;
  min-height: 420px;
}
.venue-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  z-index: 3;
  opacity: 0;
  transform: scale(0.985);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  pointer-events: none;
}
.venue-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10, 8, 10, 0.05) 20%, rgba(10, 8, 10, 0.28) 55%, rgba(10, 8, 10, 0.82) 100%),
    linear-gradient(135deg, rgba(255, 111, 126, 0.16), transparent 42%);
  pointer-events: none;
}
.venue-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 36px 70px rgba(42, 18, 24, 0.28);
}
.venue-card:hover::before {
  opacity: 1;
  transform: scale(1);
}
.venue-card-image {
  position: absolute;
  inset: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.venue-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.2, 0.72, 0.22, 1);
  filter: saturate(1.05) contrast(1.04);
}
.venue-card:hover .venue-card-image img {
  transform: scale(1.12);
}
.venue-card-index {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 4;
  color: rgba(255, 255, 255, 0.72);
  font:
    600 13px/1 "Playfair Display",
    serif;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.venue-card-citychip {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(12, 10, 12, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font:
    700 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.venue-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.venue-card-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
}
.venue-card-name h3 {
  margin: 0;
  max-width: 14ch;
  color: #fff;
  font:
    600 clamp(24px, 2.2vw, 34px)/1.08 "Playfair Display",
    serif;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.venue-card-loc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font:
    600 11px/1.2 "Manrope",
    sans-serif;
  letter-spacing: 0.02em;
}
.venue-card-loc svg,
.venue-card-loc i {
  width: 12px;
  height: 12px;
  color: #ffb0b8;
}
.venue-card-cue {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateY(6px);
  opacity: 0;
  cursor: pointer;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    background 0.35s ease;
}
.venue-card-cue i {
  font-size: 13px;
  pointer-events: none;
}
.venue-card:hover .venue-card-cue,
.venue-card:focus-within .venue-card-cue {
  opacity: 1;
  transform: translateY(0);
  background: var(--coral);
  border-color: transparent;
}
.venue-card-cue:focus-visible {
  opacity: 1;
  transform: translateY(0);
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.venue-badge {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font:
    800 8px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.venue-card-stats {
  display: none;
}
.venue-stat {
  padding: 12px;
  border-radius: 14px;
  background: rgba(16, 26, 36, 0.04);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.venue-stat span {
  color: var(--muted);
  font:
    700 8px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.venue-stat strong {
  font:
    700 14px/1 "Manrope",
    sans-serif;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.venue-card-action {
  display: none;
}
.venue-foot {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}

.bid-system-section {
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}
.bid-heading {
  margin-bottom: 0;
}
.bid-engine {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}
.bid-engine-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bid-nav-row {
  display: grid;
  grid-template-columns: 44px 1fr 18px;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  color: var(--white);
  cursor: pointer;
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}
.bid-nav-row:hover {
  border-color: rgba(255, 111, 126, 0.4);
  transform: translateX(4px);
}
.bid-nav-row.is-active {
  border-color: var(--coral);
  background: linear-gradient(
    120deg,
    rgba(255, 111, 126, 0.18),
    rgba(255, 111, 126, 0.04)
  );
  box-shadow: 0 18px 44px rgba(255, 111, 126, 0.18);
}
.nav-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font:
    800 13px/1 "Manrope",
    sans-serif;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.35s ease;
}
.bid-nav-row.is-active .nav-num {
  color: var(--white);
  background: var(--coral);
}
.nav-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nav-label {
  font:
    800 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral-dark);
}
.nav-title {
  font:
    700 14px/1.25 "Manrope",
    sans-serif;
  letter-spacing: -0.02em;
}
.nav-arrow {
  width: 18px;
  color: rgba(255, 255, 255, 0.4);
  transition:
    color 0.35s ease,
    transform 0.35s ease;
}
.bid-nav-row.is-active .nav-arrow {
  color: var(--coral);
  transform: translateX(3px);
}

.bid-engine-board {
  position: relative;
  padding: 26px 28px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.bid-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bid-board-step {
  font:
    700 12px/1 "Manrope",
    sans-serif;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.01em;
}
.bid-board-step em {
  font-style: normal;
  color: var(--white);
  font-weight: 800;
}
.bid-board-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font:
    800 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #79dc9f;
}
.bid-board-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #56cd84;
  box-shadow: 0 0 0 4px rgba(86, 205, 132, 0.16);
  animation: livePulse 1.8s infinite ease-out;
}
@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(86, 205, 132, 0.4);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(86, 205, 132, 0);
  }
}

.bid-board-stage {
  position: relative;
  flex: 1;
  min-height: 280px;
  overflow: hidden;
  isolation: isolate;
}
.bid-ticket {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 22px 6px 6px;
  opacity: 0;
  visibility: hidden;
  transform: none;
  pointer-events: none;
  z-index: 0;
  /* Oppo / Android WebView: force-hide inactive slides so GSAP inline styles cannot ghost them */
  transition: none;
}
.bid-ticket:not(.is-active) {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
.bid-ticket.is-active {
  position: relative;
  inset: auto;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto;
  z-index: 2;
}
.ticket-watermark {
  position: absolute;
  right: -6px;
  top: -10px;
  font:
    800 130px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.ticket-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--coral-dark);
  background: rgba(255, 111, 126, 0.14);
  margin-bottom: 18px;
}
.ticket-icon.success {
  color: var(--green);
  background: rgba(86, 205, 132, 0.14);
}
.ticket-icon svg, .ticket-icon i {
  width: 26px;
}
.ticket-label {
  margin: 0 0 8px;
  font:
    800 10px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral-dark);
}
.bid-ticket h3 {
  margin: 0;
  font:
    700 clamp(24px, 3vw, 38px)/1.22 "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.ticket-desc {
  margin: 12px 0 0;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}
.ticket-metric {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255, 111, 126, 0.12);
  border: 1px solid rgba(255, 111, 126, 0.25);
}
.ticket-metric span {
  font:
    800 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffc1ca;
}
.ticket-metric strong {
  font:
    800 13px/1 "Manrope",
    sans-serif;
  color: var(--white);
}

.bid-board-foot {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.bid-progress {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  flex: 1;
}
.bid-progress span {
  height: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.4s ease;
}
.bid-progress span.is-complete {
  background: var(--coral);
}
.bid-board-nav {
  display: flex;
  gap: 8px;
}
.bid-board-nav button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  font:
    800 11px/1 "Manrope",
    sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}
.bid-board-nav button:hover {
  background: rgba(255, 111, 126, 0.18);
  border-color: var(--coral);
  transform: translateY(-2px);
}
.bid-board-nav button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}
.bid-board-nav svg, .bid-board-nav i {
  width: 14px;
}

.vendor-decision-card {
  margin-top: 28px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #202d38;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
}
.vendor-card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
}
.vendor-card-head > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  font:
    800 11px/1 "Manrope",
    sans-serif;
}
.vendor-card-head svg, .vendor-card-head i {
  width: 17px;
  color: #75d5a0;
}
.live-dot {
  color: #79dc9f;
  font:
    800 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.12em;
}
.live-dot::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #56cd84;
  box-shadow: 0 0 0 4px rgba(86, 205, 132, 0.1);
  margin-right: 5px;
}
.vendor-bid-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.vendor-bid-summary div {
  padding: 13px 16px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  gap: 5px;
}
.vendor-bid-summary small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.vendor-bid-summary strong {
  font-size: 16px;
}
.vendor-actions {
  display: flex;
  gap: 8px;
}
.vendor-actions button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font:
    800 10px/1 "Manrope",
    sans-serif;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.vendor-actions button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.vendor-actions svg, .vendor-actions i {
  width: 15px;
}
.accept-action {
  color: var(--green);
  background: var(--green-soft);
}
.reject-action {
  color: #d75f36;
  background: #fff0e8;
}
.expire-action {
  color: #a36e14;
  background: #fff5d9;
}

.business-rules {
  margin-top: 30px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bid-extra-note {
  margin: 28px auto 0;
  max-width: 820px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}
.business-rules article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.35s ease,
    transform 0.35s ease,
    background 0.35s ease;
}
.business-rules article:hover {
  border-color: rgba(255, 111, 126, 0.35);
  transform: translateY(-4px);
  background: rgba(255, 111, 126, 0.06);
}
.rule-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--coral);
  background: rgba(255, 111, 126, 0.12);
  margin-bottom: 14px;
}
.rule-icon svg, .rule-icon i {
  width: 18px;
}
.rule-num {
  position: absolute;
  top: 18px;
  right: 20px;
  font:
    800 11px/1 "Manrope",
    sans-serif;
  color: rgba(255, 255, 255, 0.22);
}
.business-rules h3 {
  margin: 0 0 8px;
  font:
    700 17px/1.15 "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
  color: var(--white);
}
.business-rules p {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.55;
}

.destination-section {
  background: var(--cream);
}
.destination-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: start;
}
.destination-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.destination-card {
  min-height: 310px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: transparent;
}
.destination-card-large {
  min-height: 480px;
  grid-column: 1 / -1;
}
.destination-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.destination-card:hover img {
  transform: scale(1.06);
}
.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 10, 11, 0.68), transparent 62%);
}
.destination-overlay {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 24px;
  z-index: 2;
  color: var(--white);
}
.destination-overlay span {
  font:
    800 8px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.destination-overlay h3 {
  margin: 9px 0 0;
  font:
    700 25px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.destination-overlay p {
  max-width: 500px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.tech-section {
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255, 255, 255, 0.55), transparent 70%),
    var(--blush);
}
.tech-lead {
  margin: 14px 0 0;
  max-width: 52ch;
}
.tech-workspace {
  margin-top: 8px;
  position: relative;
  display: grid;
  gap: 0;
  padding: 0;
  overflow: visible;
}
.workspace-toolbar {
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.workspace-toolbar > div {
  display: flex;
  gap: 6px;
}
.workspace-toolbar > div span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e2d7d4;
}
.workspace-toolbar strong {
  font:
    800 11px/1 "Manrope",
    sans-serif;
}
.workspace-toolbar button {
  padding: 8px 11px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 8px;
}
.workspace-layout {
  min-height: 620px;
  display: grid;
  grid-template-columns: 190px 1fr;
  background: #fbf8f6;
}
.workspace-sidebar {
  padding: 24px 16px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.workspace-sidebar > strong {
  margin: 0 8px 18px;
  font:
    800 13px/1 "Manrope",
    sans-serif;
}
.workspace-sidebar button {
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  background: transparent;
  text-align: left;
  font-size: 10px;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.workspace-sidebar button:hover {
  background: rgba(16, 26, 36, 0.04);
  color: var(--ink);
}
.workspace-sidebar button.is-active {
  color: var(--coral-dark);
  background: var(--blush-2);
}
.workspace-sidebar svg, .workspace-sidebar i {
  width: 15px;
}
.workspace-main {
  padding: 28px;
}
.workspace-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.workspace-title span {
  color: var(--coral-dark);
  font:
    800 8px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.workspace-title h3 {
  margin: 6px 0 0;
  font:
    700 25px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.workspace-title button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  font-size: 9px;
}
.workspace-title svg, .workspace-title i {
  width: 14px;
}

.workspace-panel {
  display: none;
}
.workspace-panel.is-active {
  display: block;
}

.studio-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.studio-row {
  display: grid;
  grid-template-columns: 28px 1.4fr 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.studio-row:hover {
  border-color: rgba(255, 111, 126, 0.35);
  box-shadow: 0 12px 28px rgba(16, 26, 36, 0.06);
  transform: translateY(-2px);
}
.studio-check {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 1.5px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: all 0.25s ease;
}
.studio-check svg, .studio-check i {
  width: 13px;
  height: 13px;
}
.studio-row.is-selected .studio-check {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--white);
}
.studio-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
}
.studio-meta {
  font-size: 10px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.studio-row strong {
  font-size: 14px;
  color: var(--ink);
}
.studio-row strong span {
  font-size: 9px;
  color: var(--ink-soft);
  font-weight: 500;
}
.studio-summary {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.studio-summary > div {
  padding: 16px;
  border-radius: 14px;
  background: rgba(16, 26, 36, 0.04);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.studio-summary small {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}
.studio-summary strong {
  font-size: 16px;
  color: var(--ink);
}
.studio-total {
  background: var(--ink) !important;
}
.studio-total small,
.studio-total strong {
  color: var(--white) !important;
}

.decor-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.decor-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.decor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 111, 126, 0.4);
  box-shadow: 0 18px 40px rgba(16, 26, 36, 0.1);
}
.decor-card.is-shortlisted {
  border-color: rgba(255, 111, 126, 0.5);
  box-shadow: 0 12px 30px rgba(255, 111, 126, 0.12);
}
.decor-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--coral-dark);
  background: rgba(255, 111, 126, 0.12);
  padding: 5px 10px;
  border-radius: 999px;
}
.decor-card h4 {
  margin: 10px 0 6px;
  font-size: 15px;
  color: var(--ink);
}
.decor-card p {
  margin: 0;
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.decor-foot {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.decor-foot span {
  font-weight: 800;
  font-size: 12px;
  color: var(--ink);
}
.decor-foot button {
  min-height: 30px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
}
.decor-foot button:hover {
  background: var(--coral);
}

.pay-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pay-row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}
.pay-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--line);
}
.pay-row.is-done .pay-dot {
  background: #16a34a;
}
.pay-row.is-pending .pay-dot {
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255, 111, 126, 0.18);
}
.pay-row small {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}
.pay-row strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: var(--ink);
}
.pay-state {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(16, 26, 36, 0.05);
  color: var(--ink-soft);
}
.pay-row.is-done .pay-state {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}
.pay-row.is-pending .pay-state {
  background: rgba(255, 111, 126, 0.15);
  color: var(--coral-dark);
}

.timeline-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tl-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-left: 2px solid var(--line);
  margin-left: 6px;
  padding-left: 22px;
  position: relative;
}
.tl-row::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--coral);
}
.tl-time {
  font-weight: 800;
  font-size: 12px;
  color: var(--coral-dark);
  letter-spacing: 0.04em;
}
.tl-row strong {
  display: block;
  font-size: 13px;
  color: var(--ink);
}
.tl-row p {
  margin: 4px 0 0;
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.moodboard-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 190px;
  gap: 12px;
}
.moodboard-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.moodboard-item.tall {
  grid-row: span 2;
}
.moodboard-item.wide {
  grid-column: span 2;
}
.moodboard-item img {
  height: 100%;
  object-fit: cover;
}
.moodboard-item button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.workspace-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 9px solid var(--white);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow);
}
.tech-highlights {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -28px 22px 0;
}
.tech-float-card {
  position: relative;
  width: auto;
  min-height: 100%;
  padding: 18px 16px;
  border: 1px solid rgba(16, 26, 36, 0.07);
  border-radius: 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(43, 20, 25, 0.12);
}
.tech-float-a,
.tech-float-b,
.tech-float-c {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
}
.tech-float-card:hover {
  box-shadow: 0 22px 48px rgba(43, 20, 25, 0.16);
}
.tech-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #a36e14;
  background: #fff4d9;
}
.tech-icon.pink {
  color: var(--rose);
  background: #ffeaf3;
}
.tech-icon.green {
  color: var(--green);
  background: var(--green-soft);
}
.tech-icon svg,
.tech-icon i {
  width: 18px;
}
.tech-float-card div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.tech-float-card small {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tech-float-card strong {
  font:
    800 14px/1.2 "Manrope",
    sans-serif;
  color: var(--ink);
}
.tech-float-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.gallery-section {
  background: var(--cream);
}
.gallery-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gallery-tile {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 4 / 3;
  background: var(--ink);
}
.gallery-tile.is-filtered {
  display: none;
}
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.72, 0.22, 1);
}
.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 10, 12, 0.62), transparent 55%);
  transition: opacity 0.4s ease;
}
.gallery-tile figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  display: grid;
  gap: 4px;
}
.gallery-tile figcaption span {
  font:
    800 8px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.gallery-tile figcaption strong {
  font:
    700 20px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.03em;
}

.stories-section {
  overflow: hidden;
  position: relative;
  color: var(--white);
  background:
    radial-gradient(ellipse 55% 60% at 8% 10%, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(145deg, #e84f63 0%, #c93f66 52%, #a83252 100%);
}
.stories-section .section-title {
  color: #fff;
}
.stories-section .section-title em {
  color: #ffd0d6;
}
.stories-heading {
  align-items: flex-end;
}
.story-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.story-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 26px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: 0 22px 50px rgba(90, 20, 40, 0.22);
  transition:
    transform 0.45s cubic-bezier(0.2, 0.72, 0.22, 1),
    box-shadow 0.45s ease;
}
.story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 64px rgba(90, 20, 40, 0.3);
}
.story-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 8px 40px;
  padding: clamp(28px, 4vw, 40px);
  background:
    linear-gradient(165deg, #fff 0%, #fff7f5 100%);
}
.story-card-featured .story-mark {
  grid-column: 1;
}
.story-card-featured blockquote {
  grid-column: 1;
  max-width: 28ch;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.28;
}
.story-card-featured .story-person {
  grid-column: 1 / -1;
  margin-top: 18px;
}
.story-mark {
  display: block;
  margin-bottom: 6px;
  color: var(--coral);
  font:
    600 56px/0.7 "Playfair Display",
    serif;
}
.story-card blockquote {
  margin: 0;
  flex: 1;
  font:
    600 clamp(18px, 1.5vw, 22px)/1.4 "Playfair Display",
    serif;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.story-person {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 26, 36, 0.08);
}
.story-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  grid-row: 1;
  border: 2px solid rgba(255, 111, 126, 0.35);
  box-shadow: 0 8px 18px rgba(42, 18, 24, 0.12);
}
.story-person > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.story-person strong {
  font:
    700 14px/1.2 "Manrope",
    sans-serif;
  letter-spacing: -0.02em;
}
.story-person > div span {
  color: var(--muted);
  font-size: 12px;
}
.story-meta {
  grid-column: 1 / -1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.story-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16, 26, 36, 0.05);
  color: var(--muted);
  font:
    700 10px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.city-section {
  background: var(--cream);
}
.city-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.city-grid article {
  position: relative;
  overflow: hidden;
  min-height: 235px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.65);
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}
.city-grid article > *:not(.city-media) {
  position: relative;
  z-index: 2;
}
.city-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 0.45s ease,
    transform 0.6s ease;
}
.city-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 26, 36, 0.55) 0%,
    rgba(16, 26, 36, 0.82) 100%
  );
}
.city-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.city-grid article:hover .city-media {
  opacity: 1;
  transform: scale(1);
}
.city-grid article:hover {
  transform: translateY(-8px);
  color: var(--white);
  background: var(--ink);
  border-color: rgba(255, 111, 126, 0.4);
}
.city-grid article > span {
  font:
    800 9px/1 "Manrope",
    sans-serif;
  color: var(--coral-dark);
}
.city-grid h3 {
  margin: 35px 0 9px;
  font:
    700 27px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.city-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  transition: color 0.3s ease;
}
.city-grid article:hover p {
  color: rgba(255, 255, 255, 0.6);
}
.city-grid button {
  margin-top: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  font:
    800 10px/1 "Manrope",
    sans-serif;
  cursor: pointer;
}

.lead-section {
  min-height: 900px;
  position: relative;
  color: var(--white);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.lead-background {
  position: absolute;
  inset: 0;
}
.lead-background img {
  height: 100%;
  object-fit: cover;
}
.lead-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 14, 17, 0.9),
    rgba(18, 14, 17, 0.67) 55%,
    rgba(18, 14, 17, 0.47)
  );
}
.lead-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  align-items: center;
}
.lead-copy .section-title {
  margin-top: 0;
}
.lead-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}
.lead-copy ul {
  margin-top: 30px;
  display: grid;
  gap: 11px;
}
.lead-copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.lead-copy li svg, .lead-copy li i {
  width: 17px;
  color: #82dda8;
}
.lead-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.lead-direct a {
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
.lead-direct svg, .lead-direct i {
  width: 16px;
}
.lead-form {
  padding: 30px;
  border-radius: 27px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
}
.lead-form-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
}
.lead-form-head h3 {
  margin: 7px 0 0;
  font:
    700 30px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.05em;
}
.lead-form-head > span {
  align-self: flex-start;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 8px;
}
.lead-form {
  display: grid;
  gap: 14px;
}
.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.consent {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
}
.consent input {
  accent-color: var(--coral);
}
.lead-submit {
  width: 100%;
}

.faq-section {
  background: var(--blush);
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
  align-items: start;
}
.faq-intro .section-title {
  margin-top: 0;
}
.faq-intro .section-copy {
  margin-top: 18px;
}
.faq-list {
  border-top: 1px solid rgba(16, 26, 36, 0.1);
}
.faq-item {
  border-bottom: 1px solid rgba(16, 26, 36, 0.1);
}
.faq-item > button {
  width: 100%;
  min-height: 84px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  background: transparent;
  color: var(--ink);
  font:
    700 17px/1.3 "Manrope",
    sans-serif;
  cursor: pointer;
  transition: color 0.25s ease;
}
.faq-item > button:hover {
  color: var(--coral-dark);
}
.faq-item > button i {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}
.faq-item > button i::before,
.faq-item > button i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.faq-item > button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item.is-open > button i::after {
  transform: translate(-50%, -50%) rotate(0);
}
.faq-answer {
  height: 0;
  overflow: hidden;
}
.faq-answer p {
  max-width: 650px;
  margin: 0;
  padding: 0 0 26px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.site-footer {
  position: relative;
  /* Extra bottom space so Privacy/Terms clear the sticky WhatsApp / Get the app bar */
  padding: 86px 0 calc(36px + 80px);
  color: var(--white);
  background: linear-gradient(180deg, #0c1620 0%, #0a1219 100%);
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--coral));
  opacity: 0.85;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.footer-brand {
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footer-brand .brand-logo {
  height: 96px;
  max-width: 168px;
  width: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
}
.footer-brand:hover .brand-logo {
  opacity: 1;
}
.footer-brand-block > p {
  max-width: 420px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.65;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}
.footer-contact a,
.footer-contact .footer-loc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-contact a:hover { color: var(--coral); }
.footer-contact svg, .footer-contact i { width: 15px; color: var(--coral); flex: 0 0 auto; }
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.footer-social a:hover {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--white);
  transform: translateY(-3px);
}
.footer-social svg,
.footer-social i {
  width: 16px;
  height: 16px;
  line-height: 1;
  display: block;
  text-align: center;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer-column strong {
  margin-bottom: 11px;
  color: var(--white);
  font:
    800 11px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.footer-column a,
.footer-column button,
.footer-column span {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.footer-column a:hover,
.footer-column button:hover {
  color: var(--coral);
  transform: translateX(3px);
}
.footer-newsletter strong {
  display: block;
  margin-bottom: 11px;
  color: var(--white);
  font:
    800 11px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.footer-newsletter p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.6;
}
.footer-form {
  display: flex;
  gap: 8px;
}
.footer-form input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  font: 600 12px/1 "Manrope", sans-serif;
}
.footer-form input::placeholder { color: rgba(255, 255, 255, 0.4); }
.footer-form input:focus { outline: none; border-color: var(--coral); }
.footer-form .button { min-height: 44px; padding: 0 18px; font-size: 12px; }
.footer-bottom {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}
.footer-bottom > span {
  flex: 1 1 auto;
  min-width: 0;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.footer-legal a,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}
.footer-legal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  font:
    700 11px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.footer-legal a:hover,
.footer-bottom a:hover {
  color: #fff;
  border-color: rgba(255, 111, 126, 0.55);
  background: rgba(255, 111, 126, 0.18);
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1700;
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(25px);
  pointer-events: none;
}
.sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.sticky-cta a,
.sticky-cta button {
  min-height: 47px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 16px 35px rgba(16, 26, 36, 0.25);
  font:
    800 10px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.sticky-cta a:first-child {
  background: #101a24;
  border-color: rgba(255, 255, 255, 0.08);
}
.sticky-cta a:first-child:hover {
  color: #e8fff4;
  background: #128c7e;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 36px rgba(18, 140, 126, 0.38);
  transform: translateY(-3px);
}
.sticky-cta a:last-child,
.sticky-cta button {
  background: var(--coral);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 35px rgba(255, 111, 126, 0.28);
}
.sticky-cta a:last-child:hover,
.sticky-cta button:hover {
  color: #fff;
  background: var(--coral-dark);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 40px rgba(232, 79, 99, 0.4);
  transform: translateY(-3px);
}
.sticky-cta a:active,
.sticky-cta button:active {
  transform: translateY(-1px);
}
.sticky-cta svg, .sticky-cta i {
  width: 16px;
  height: 16px;
  color: currentColor;
  stroke: currentColor;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}
.sticky-cta a:last-child:hover svg {
  transform: translate(1px, -1px);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 4500;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 17, 22, 0.72);
  backdrop-filter: blur(12px);
}
.modal-dialog {
  width: min(940px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.3);
}
.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  width: 39px;
  height: 39px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  cursor: pointer;
}
.modal-visual {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  border-radius: 28px 0 0 28px;
}
.modal-visual img {
  height: 100%;
  object-fit: cover;
}
.modal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 10, 13, 0.76), transparent 65%);
}
.modal-visual > div {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 30px;
  color: var(--white);
}
.modal-visual span {
  font:
    800 9px/1 "Manrope",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.modal-visual strong {
  display: block;
  margin-top: 10px;
  font:
    700 31px/1.05 "Manrope",
    sans-serif;
  letter-spacing: -0.05em;
}
.modal-visual p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}
.modal-form {
  padding: 44px;
  display: grid;
  gap: 14px;
}
.modal-form h2 {
  margin: -2px 0 10px;
  font:
    700 36px/1.05 "Manrope",
    sans-serif;
  letter-spacing: -0.055em;
}
.modal-submit {
  width: 100%;
}
.modal-note {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 9px;
}
.modal-note svg {
  width: 14px;
  color: var(--green);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 4800;
  width: min(520px, calc(100vw - 32px));
  padding: 14px 17px;
  border-radius: 13px;
  color: var(--white);
  background: var(--ink);
  text-align: center;
  font-size: 11px;
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 38px, 980px);
  }
  .site-nav {
    gap: 17px;
  }
  .site-nav > a:nth-child(4),
  .site-nav > a:nth-child(5) {
    display: none;
  }
  .hero-grid {
    gap: 30px;
  }
  .promise-grid,
  .destination-grid,
  .faq-layout {
    gap: 50px;
  }
  .bid-engine {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .vendor-decision-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vendor-card-head {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 14px;
    flex-direction: row;
    justify-content: space-between;
  }
  .business-rules {
    grid-template-columns: repeat(2, 1fr);
  }
  .tech-highlights {
    margin: -20px 12px 0;
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 100px 0;
  }
  .venue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .venue-card,
  .venue-card:nth-child(1),
  .venue-card:nth-child(2),
  .venue-card:nth-child(3),
  .venue-card:nth-child(4),
  .venue-card:nth-child(5) {
    grid-column: auto;
    min-height: 340px;
  }
  .venue-card:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 400px;
  }
  .venues-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .site-header {
    justify-content: space-between;
    padding-inline: 16px;
    gap: 10px;
    /* Must not trap the mobile drawer (backdrop-filter + overflow clip fixed children) */
    overflow: visible;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-header.is-over-dark,
  .site-header.is-scrolled,
  .site-header:not(.is-over-dark) {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .brand {
    z-index: 2100;
    min-width: 0;
    /* Only reserve space for the burger — old 168px left a large empty gap */
    max-width: calc(100% - 62px);
    flex: 1 1 auto;
  }
  .brand-logo,
  .brand-logo-light {
    height: 46px;
    max-height: 46px;
    max-width: 148px;
    width: auto;
    object-fit: contain;
  }
  /* Landing page: keep Start a bid header CTA hidden on mobile too */
  .header-cta {
    display: none !important;
  }
  /* One Start a bid only — hide the duplicate inside the open burger menu */
  .site-nav > a.button.nav-cta,
  .site-nav a.button.nav-cta,
  .site-nav > button.button.nav-cta,
  .site-nav button.nav-cta {
    display: none !important;
  }
  .menu-button {
    display: grid;
    place-items: center;
    z-index: 5220;
    margin-left: auto;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .site-header.is-over-dark .menu-button {
    background:
      radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.98), transparent 42%),
      linear-gradient(145deg, #fff 0%, #ffe8eb 60%, #ffd2d8 100%);
  }
  .site-header.is-over-dark .menu-button span:not(.sr-only) {
    background: linear-gradient(90deg, var(--coral-dark), var(--rose));
  }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 5150;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    max-height: none;
    padding: calc(var(--header-height) + 20px) 18px max(28px, env(safe-area-inset-bottom, 0px));
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    color: var(--ink);
    background:
      radial-gradient(ellipse 80% 40% at 100% 0%, rgba(255, 111, 126, 0.12), transparent 55%),
      radial-gradient(ellipse 60% 35% at 0% 100%, rgba(201, 63, 102, 0.08), transparent 50%),
      var(--cream);
    border-radius: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -12px, 0);
    transition:
      opacity 0.3s ease,
      transform 0.35s cubic-bezier(0.2, 0.75, 0.22, 1),
      visibility 0s linear 0.35s;
  }
  body.menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition:
      opacity 0.3s ease,
      transform 0.35s cubic-bezier(0.2, 0.75, 0.22, 1);
  }
  .site-nav > a:not(.button),
  .nav-login {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 14px 18px 14px 20px !important;
    border: 1px solid rgba(232, 79, 99, 0.14) !important;
    border-radius: 16px !important;
    text-align: left;
    white-space: normal;
    color: var(--ink) !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 243, 241, 0.95)) !important;
    box-shadow: 0 10px 28px rgba(56, 29, 34, 0.07);
    font:
      800 clamp(17px, 4.6vw, 20px)/1.2 "Manrope",
      sans-serif !important;
    letter-spacing: -0.02em;
    opacity: 1 !important;
    transform: none !important;
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      border-color 0.22s ease,
      background 0.22s ease,
      color 0.22s ease;
  }
  .site-nav > a:not(.button)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(180deg, var(--coral), var(--rose));
  }
  .site-nav > a:not(.button)::after {
    content: "→";
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    color: var(--coral-dark);
    background: rgba(255, 111, 126, 0.12);
    font:
      700 16px/1 "Manrope",
      sans-serif;
    letter-spacing: 0;
    transform: none !important;
    transition:
      transform 0.22s ease,
      background 0.22s ease,
      color 0.22s ease;
  }
  .site-nav > a:not(.button):hover,
  .site-nav > a:not(.button):active,
  .site-nav > a:not(.button):focus-visible {
    color: #fff !important;
    border-color: transparent !important;
    background: linear-gradient(135deg, var(--coral), var(--coral-dark) 55%, var(--rose)) !important;
    box-shadow: 0 14px 32px rgba(200, 50, 80, 0.28);
    transform: translateY(-1px) !important;
  }
  .site-nav > a:not(.button):hover::before,
  .site-nav > a:not(.button):active::before {
    background: rgba(255, 255, 255, 0.55);
  }
  .site-nav > a:not(.button):hover::after,
  .site-nav > a:not(.button):active::after {
    color: var(--coral-dark);
    background: #fff;
    transform: translateX(2px) !important;
  }
  body.menu-open .menu-button {
    background: linear-gradient(145deg, var(--coral) 0%, var(--coral-dark) 55%, var(--rose) 100%);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.35) inset,
      0 0 0 5px rgba(232, 79, 99, 0.16),
      0 14px 32px rgba(200, 50, 80, 0.35);
    transform: rotate(90deg);
  }
  body.menu-open .menu-button::before {
    border-color: rgba(255, 255, 255, 0.45);
    animation-duration: 6s;
  }
  body.menu-open .menu-button::after {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.28), transparent 55%);
  }
  body.menu-open .menu-button span:not(.sr-only) {
    background: #fff;
    box-shadow: 0 1px 2px rgba(80, 20, 40, 0.25);
    left: 14px;
    right: 14px;
    width: auto;
  }
  body.menu-open .menu-button span:nth-child(1) {
    top: 22.5px;
    transform: rotate(45deg);
  }
  body.menu-open .menu-button span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  body.menu-open .menu-button span:nth-child(3) {
    top: 22.5px;
    transform: rotate(-45deg);
  }
  body.menu-open .site-header,
  body.menu-open .site-header.is-over-dark {
    color: var(--ink);
    background: rgba(255, 250, 247, 0.98);
    border-bottom: 1px solid var(--line);
  }
  body.menu-open .site-header .brand {
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.menu-open .site-header .brand-logo-ink,
  body.menu-open .site-header.is-over-dark:not(.is-scrolled) .brand-logo-ink {
    display: block !important;
  }
  body.menu-open .site-header .brand-logo-light,
  body.menu-open .site-header.is-over-dark:not(.is-scrolled) .brand-logo-light {
    display: none !important;
  }
  body.menu-open .sticky-cta {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .venue-stack {
    margin-inline: auto;
  }
  .promise-grid,
  .destination-grid,
  .faq-layout,
  .lead-layout {
    grid-template-columns: 1fr;
  }
  .sticky-copy {
    position: static;
  }
  .bid-experience {
    grid-template-columns: 1fr;
  }
  .destination-copy {
    max-width: 700px;
  }
  .workspace-layout {
    grid-template-columns: 150px 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-card-featured {
    grid-column: 1 / -1;
  }
  .story-card-featured blockquote {
    max-width: none;
  }
  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lead-section {
    min-height: auto;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: min(100% - 28px, 620px);
    --header-height: 64px;
  }
  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
    min-height: var(--header-height);
    max-height: var(--header-height);
    padding: 0 14px !important;
    padding-block: 0 !important;
    justify-content: space-between;
    overflow: hidden;
  }
  .brand-text small {
    display: none;
  }
  .brand-logo,
  .brand-logo-light {
    height: 44px;
    max-height: 44px;
    max-width: 136px;
  }
  /* Mobile: keep body text crisp on light surfaces */
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hero-title,
  .page-hero-title,
  .section-title,
  .site-nav a,
  .button,
  p,
  li,
  label,
  input,
  .faq-question,
  .footer-bottom {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
  }
  .hero-section {
    min-height: auto;
    overflow-x: clip;
    overflow-y: visible;
    align-items: flex-start;
  }
  .hero-inner {
    padding: calc(var(--header-height) + 14px) 0 48px;
    gap: 6px;
  }
  .hero-title,
  .page-hero-title {
    font-size: clamp(22px, 6.2vw, 34px);
    letter-spacing: -0.035em;
    gap: 0.1em;
  }
  .hero-title-line {
    white-space: nowrap;
    line-height: 1.24;
    padding: 0.04em 0 0.08em;
  }
  .hero-title em.hero-title-line,
  .page-hero-title em.hero-title-line {
    line-height: 1.3;
    padding-bottom: 0.12em;
  }
  .section-title {
    line-height: 1.18;
  }
  .hero-description {
    margin-top: 16px;
    font-size: 15px;
  }
  .hero-actions {
    margin-top: 22px;
    width: 100%;
  }
  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }
  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-top: 18px;
  }
  .hero-proof div {
    padding: 6px 8px;
  }
  .hero-proof strong {
    font-size: clamp(18px, 5vw, 24px);
  }
  .hero-proof div > span {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .hero-top-row {
    gap: 8px;
  }
  .hero-chip {
    font-size: 9px;
    padding: 8px 12px;
  }
  .venue-stack-labels {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hero-live {
    font-size: 11px;
    padding: 5px 10px 5px 7px;
    white-space: normal;
  }
  .hero-live em {
    font-size: 8px;
    padding: 3px 6px;
  }
  .venue-stack-badge {
    font-size: 14px;
    padding: 9px 13px;
  }
  .venue-status {
    font-size: 9px;
    padding: 7px 10px;
  }
  .venue-stack {
    width: 100%;
    max-width: 280px;
  }
  .venue-stack-deck {
    height: 300px;
  }
  .hero-scroll {
    display: none;
  }
  .hero-decor {
    display: none;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .venue-filters,
  .gallery-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 4px;
  }
  .filter-chip,
  .gallery-tab {
    white-space: nowrap;
  }
  .comparison-card {
    padding: 28px;
  }
  .venue-card {
    width: 100%;
  }
  .venue-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .venue-card,
  .venue-card:nth-child(1),
  .venue-card:nth-child(2),
  .venue-card:nth-child(3),
  .venue-card:nth-child(4),
  .venue-card:nth-child(5) {
    grid-column: auto;
    min-height: 300px;
  }
  .venue-card:nth-child(1) {
    min-height: 360px;
  }
  .venue-card-body {
    padding: 18px 18px 20px;
  }
  .venue-card-name h3 {
    font-size: 26px;
  }
  .venue-card-cue {
    opacity: 1;
    transform: none;
  }
  .bid-heading {
    margin-bottom: 35px;
  }
  .bid-engine {
    grid-template-columns: 1fr;
  }
  .bid-engine-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
  }
  .bid-nav-row {
    flex: 0 0 auto;
    grid-template-columns: 36px 1fr;
    padding: 12px 14px;
  }
  .nav-arrow {
    display: none;
  }
  .nav-title {
    display: none;
  }
  .bid-engine-board {
    min-height: 0;
    padding: 22px 20px 18px;
  }
  .bid-board-stage {
    min-height: 0;
    overflow: hidden;
  }
  .bid-ticket.is-active {
    padding: 18px 2px 4px;
  }
  .bid-ticket h3 {
    font-size: clamp(22px, 6.2vw, 30px);
    line-height: 1.28;
  }
  .ticket-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .ticket-watermark {
    font-size: 84px;
    opacity: 0.9;
    z-index: 0;
  }
  .vendor-decision-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vendor-card-head {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 14px;
    flex-direction: row;
    justify-content: space-between;
  }
  .vendor-actions {
    flex-wrap: wrap;
  }
  .business-rules {
    grid-template-columns: 1fr;
  }
  .business-rules article {
    border-right: 0;
  }
  .destination-cards {
    grid-template-columns: 1fr;
  }
  .destination-card-large {
    grid-column: auto;
  }
  .destination-card {
    min-height: 370px;
  }
  .workspace-window {
    border-width: 5px;
  }
  .workspace-layout {
    grid-template-columns: 1fr;
  }
  .workspace-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow-x: auto;
  }
  .workspace-sidebar > strong {
    width: 100%;
  }
  .workspace-sidebar button {
    flex: 0 0 auto;
  }
  .workspace-main {
    padding: 15px;
  }
  .moodboard-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
  .moodboard-item.wide {
    grid-column: span 1;
  }
  .tech-highlights {
    margin: 14px 0 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .story-card {
    width: 100%;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .story-card-featured {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .stories-heading {
    align-items: flex-start;
  }
  .city-grid {
    grid-template-columns: 1fr;
  }
  .form-grid-two {
    grid-template-columns: 1fr;
  }
  .lead-form {
    padding: 23px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-brand-block {
    grid-column: auto;
  }
  .footer-form {
    flex-direction: column;
  }
  .site-footer {
    padding-bottom: calc(28px + 120px + env(safe-area-inset-bottom, 0px));
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .footer-legal {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }
  .footer-legal a {
    min-height: 40px;
    padding: 0 16px;
    font-size: 12px;
  }
  .sticky-cta {
    left: auto;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: min(180px, calc(100vw - 24px));
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .sticky-cta a,
  .sticky-cta button {
    flex: 0 0 auto;
    width: auto;
    min-width: 148px;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    font-size: 11px;
    box-shadow: 0 10px 28px rgba(16, 26, 36, 0.28);
  }
  main {
    padding-bottom: 120px;
  }
  .modal-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 32px);
    overflow: auto;
  }
  .modal-visual {
    display: none;
  }
  .modal-form {
    padding: 28px 22px;
  }
  .page-hero {
    padding: calc(var(--header-height) + 16px) 0 40px;
  }
  .page-hero h1,
  .legal-doc h1 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
    padding-inline: 4px;
  }
  .section-title {
    font-size: clamp(30px, 8vw, 48px);
    line-height: 1.18;
  }
}

@media (max-width: 420px) {
  .hero-proof {
    grid-template-columns: 1fr;
  }
  .venue-stack-deck {
    height: 380px;
  }
}

@media (hover: none), (pointer: coarse) {
  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  /* Keep loader visible — only tone down CSS keyframe loops */
  .marquee-track {
    animation-duration: 40s !important;
  }
  .bid-ticket {
    transition: none !important;
  }
  .bid-board-stage {
    min-height: 0;
  }
  .livePulse,
  .hero-live i {
    animation: none !important;
  }
}

/* ===== Polish pass: hover lift, refined shadows, micro-interactions ===== */
.venue-card-action {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.venue-card-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(255, 111, 126, 0.3);
}

.hero-proof div {
  transition: transform 0.35s ease;
}
.hero-proof div:hover {
  transform: translateY(-4px);
}
.hero-proof div:hover strong {
  color: var(--coral);
}
.hero-proof strong {
  transition: color 0.3s ease;
}

.comparison-card {
  transition:
    transform 0.5s cubic-bezier(0.2, 0.72, 0.22, 1),
    box-shadow 0.5s ease;
}
.comparison-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 90px rgba(56, 29, 34, 0.16);
}
.comparison-managed:hover {
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.4);
}

.gallery-tile img {
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.gallery-tile:hover img {
  transform: translateY(-7%) scale(1.08);
}
.gallery-tile figcaption {
  transition: transform 0.5s cubic-bezier(0.2, 0.72, 0.22, 1);
}
.gallery-tile:hover figcaption {
  transform: translateY(-6px);
}
.gallery-tile::after {
  transition: opacity 0.5s ease;
  background: linear-gradient(0deg, rgba(16, 10, 12, 0.68), transparent 60%);
}
.gallery-tile:hover::after {
  opacity: 0.9;
}

.destination-card {
  transition:
    transform 0.55s cubic-bezier(0.2, 0.72, 0.22, 1),
    box-shadow 0.55s ease;
}
.destination-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 90px rgba(18, 9, 12, 0.22);
}
.destination-overlay {
  transition: transform 0.5s cubic-bezier(0.2, 0.72, 0.22, 1);
}
.destination-card:hover .destination-overlay {
  transform: translateY(-4px);
}

.moodboard-item img {
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.moodboard-item:hover img {
  transform: scale(1.09);
}
.moodboard-item button {
  transition:
    transform 0.3s cubic-bezier(0.2, 0.72, 0.22, 1),
    background 0.3s ease,
    color 0.3s ease;
}
.moodboard-item button:hover {
  transform: scale(1.12);
}
.moodboard-item button.is-saved {
  color: var(--coral-dark);
}

.city-grid article {
  transition:
    transform 0.45s cubic-bezier(0.2, 0.72, 0.22, 1),
    background 0.45s ease,
    color 0.45s ease,
    box-shadow 0.45s ease;
}
.city-grid article:hover {
  box-shadow: 0 30px 70px rgba(16, 26, 36, 0.22);
}
.city-grid button {
  transition:
    gap 0.3s ease,
    color 0.3s ease;
}
.city-grid article:hover button {
  color: var(--coral);
}

.tech-float-card {
  transition: box-shadow 0.35s ease;
}

.filter-chip,
.gallery-tab {
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.filter-chip:hover,
.gallery-tab:hover {
  transform: translateY(-2px);
  border-color: var(--coral);
  color: var(--coral-dark);
}
.filter-chip.is-active:hover,
.gallery-tab.is-active:hover {
  color: var(--white);
  background: var(--coral-dark);
  border-color: var(--coral-dark);
}

.booking-tab {
  transition: color 0.25s ease;
}
.booking-tab:hover:not(.is-active) {
  color: var(--ink);
}

.button-coral {
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.button-coral:hover {
  box-shadow: 0 22px 44px rgba(255, 111, 126, 0.34);
}
.button-ink {
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.button-ink:hover {
  background: var(--ink-2);
}
.text-button {
  transition:
    gap 0.3s ease,
    color 0.3s ease;
}
.text-button:hover {
  gap: 18px;
}

.venue-stack-card {
  transition:
    box-shadow 0.5s ease,
    transform 0.5s ease;
}
.venue-stack-card:hover {
  box-shadow: 0 34px 80px rgba(18, 9, 12, 0.5);
  transform: translateY(-4px);
}

/* scroll-reveal helper (GSAP sets opacity/transform; this is the no-GSAP fallback state) */
.reveal-up {
  will-change: transform, opacity;
}

/* ===== bid-engine polish ===== */
.vendor-decision-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #232f3a, #1a2530);
  transition:
    transform 0.5s cubic-bezier(0.2, 0.72, 0.22, 1),
    box-shadow 0.5s ease,
    border-color 0.5s ease;
}
.vendor-decision-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 111, 126, 0.3);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.3);
}
.vendor-card-head {
  letter-spacing: 0.04em;
}
.vendor-bid-summary div {
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}
.vendor-bid-summary div:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}
.vendor-actions button {
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}
.accept-action {
  box-shadow: 0 8px 18px rgba(86, 205, 132, 0.18);
}
.reject-action {
  box-shadow: 0 8px 18px rgba(215, 95, 54, 0.16);
}
.expire-action {
  box-shadow: 0 8px 18px rgba(163, 110, 20, 0.14);
}

.business-rules article {
  transition:
    transform 0.4s ease,
    background 0.4s ease,
    border-color 0.4s ease;
}
.rule-icon {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.business-rules article:hover .rule-icon.fa-3d-wrap {
  transform: translateY(-3px) scale(1.04);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #fff8f6 0%, #f3e0dc 100%);
}

@media (max-width: 680px) {
  .studio-row {
    grid-template-columns: 24px 1fr auto;
  }
  .studio-meta {
    display: none;
  }
  .studio-summary {
    grid-template-columns: 1fr;
  }
  .decor-grid {
    grid-template-columns: 1fr;
  }
  .tl-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .pay-row {
    grid-template-columns: 16px 1fr;
  }
  .pay-state {
    grid-column: 2;
    justify-self: start;
  }
}

/* ---------- Static info pages (About / Privacy / Terms) ---------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 3000;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--coral), #ff9a6b);
  box-shadow: 0 0 10px rgba(255, 111, 126, 0.6);
}
.page-hero {
  position: relative;
  padding: 140px 0 56px;
  background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
  text-align: center;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(255, 90, 120, 0.12),
    transparent 70%
  );
  filter: blur(20px);
  pointer-events: none;
}
.page-hero-eyebrow {
  color: var(--coral, #ff5a78);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 14px;
}
.page-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1.2;
  margin: 0 auto;
  max-width: 900px;
  color: #1a1320;
  overflow: visible;
}
.page-hero h1:not(.page-hero-title),
.legal-doc h1 {
  max-width: none;
  white-space: normal;
}
.page-hero h1 em {
  display: block;
  color: var(--coral, #ff5a78);
  font-style: italic;
  line-height: 1.25;
  margin-top: 0.08em;
  overflow: visible;
}
.page-hero .page-hero-title {
  max-width: 100%;
}
.page-hero-media {
  margin: 40px auto 0;
  max-width: 1100px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px -28px rgba(40, 10, 30, 0.45);
  aspect-ratio: 21 / 9;
}
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-section {
  padding: 72px 0;
}
.page-section.alt {
  background: #fff5f3;
}
.page-section .shell {
  max-width: 880px;
}
.page-section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3.4vw, 40px);
  margin: 0 0 18px;
  color: #1a1320;
}
.page-section h2.center {
  text-align: center;
}
.page-section p {
  font-size: 17px;
  line-height: 1.75;
  color: #4a3f49;
  margin: 0 0 16px;
}
.page-section p.center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 16px;
}

.split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.split-row.reverse .split-media {
  order: 2;
}
.split-media {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 24px 48px -24px rgba(40, 10, 30, 0.4);
}
.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split-copy h2 {
  margin-top: 0;
}
.split-copy p:last-child {
  margin-bottom: 0;
}

/* About page: editorial split panels */
.about-page .page-section {
  padding: 88px 0;
  position: relative;
}
.about-page .page-section.alt {
  background:
    radial-gradient(ellipse 60% 50% at 90% 20%, rgba(255, 111, 126, 0.08), transparent 55%),
    linear-gradient(180deg, #fff8f6 0%, #fff3f0 100%);
}
.about-page .page-section .shell.split-row,
.about-page .page-section .shell {
  max-width: 1120px;
}
.about-page .split-row {
  gap: clamp(28px, 4vw, 64px);
  align-items: stretch;
}
.about-page .split-media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 6px 28px 6px 28px;
  box-shadow:
    0 28px 60px -28px rgba(16, 26, 36, 0.35),
    0 0 0 1px rgba(16, 26, 36, 0.05);
  overflow: hidden;
}
.about-page .split-row.reverse .split-media {
  border-radius: 28px 6px 28px 6px;
}
.about-page .split-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(16, 26, 36, 0.08) 0%,
    transparent 42%,
    rgba(255, 111, 126, 0.12) 100%
  );
  pointer-events: none;
}
.about-page .split-media img {
  transition: transform 0.8s cubic-bezier(0.2, 0.72, 0.22, 1);
}
.about-page .split-row:hover .split-media img {
  transform: scale(1.04);
}
.about-page .split-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 3.5vw, 40px);
  border-radius: 4px 24px 4px 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 26, 36, 0.08);
  box-shadow: 0 18px 50px -32px rgba(16, 26, 36, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}
.about-page .page-section.alt .split-copy {
  background: rgba(255, 255, 255, 0.92);
}
.about-page .split-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--coral), #ff9aa5 55%, transparent);
}
.about-page .split-row.reverse .split-copy {
  border-radius: 24px 4px 24px 4px;
}
.about-page .split-row.reverse .split-copy::before {
  left: auto;
  right: 0;
  background: linear-gradient(180deg, transparent, #ff9aa5 45%, var(--coral));
}
.about-page .split-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font:
    700 11px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
}
.about-page .split-kicker span {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 111, 126, 0.12);
  border: 1px solid rgba(255, 111, 126, 0.22);
  letter-spacing: 0.04em;
  font-size: 10px;
  color: var(--coral-dark);
}
.about-page .split-copy h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
}
.about-page .split-copy > p:not(.split-kicker) {
  margin: 0 0 14px;
  max-width: 38ch;
  font-size: 16px;
  line-height: 1.75;
  color: #4a5360;
}
.about-page .split-copy > p:not(.split-kicker):last-child {
  margin-bottom: 0;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 8px;
}
.value-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(16, 26, 36, 0.08);
  box-shadow: none;
}
.value-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.value-card .value-icon.fa-3d-wrap {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.value-card .value-icon.fa-3d-wrap i {
  font-size: 16px;
  color: var(--coral-dark);
}
.value-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin: 2px 0 6px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.value-card p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  color: #5a6470;
  max-width: none;
}

.legal-doc {
  padding: 110px 0 80px;
  background: #fff8f6;
}
.legal-doc .shell {
  max-width: 820px;
}
.legal-doc .page-hero-eyebrow {
  text-align: center;
}
.legal-doc h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4vw, 46px);
  text-align: center;
  margin: 0 0 8px;
  color: #1a1320;
}
.legal-doc .updated {
  text-align: center;
  color: #8a7a85;
  font-size: 14px;
  margin: 0 0 44px;
}
.legal-doc h2 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  margin: 36px 0 12px;
  color: #1a1320;
}
.legal-doc h2:first-of-type {
  margin-top: 0;
}
.legal-doc h3 {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  margin: 22px 0 10px;
  color: #1a1320;
}
.legal-doc p,
.legal-doc li,
.legal-doc td,
.legal-doc th {
  font-size: 16px;
  line-height: 1.75;
  color: #4a3f49;
}
.legal-doc p {
  margin: 0 0 14px;
}
.legal-doc ul,
.legal-doc ol {
  padding-left: 20px;
  margin: 0 0 18px;
}
.legal-doc li {
  margin-bottom: 8px;
}
.legal-doc a {
  color: var(--coral, #ff5a78);
}
.legal-doc .legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 20px;
  border: 1px solid rgba(16, 26, 36, 0.1);
  border-radius: 14px;
  background: #fff;
}
.legal-doc table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
}
.legal-doc th,
.legal-doc td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 26, 36, 0.08);
  vertical-align: top;
}
.legal-doc th {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1320;
  background: #fff3f1;
}
.legal-doc tr:last-child td {
  border-bottom: 0;
}
.legal-doc .legal-note {
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff3f1;
  border: 1px solid rgba(232, 79, 99, 0.14);
}

.page-cta {
  background: var(--coral, #ff5a78);
  color: #fff;
  padding: 48px 0;
}
.page-cta .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.page-cta strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.85;
}
.page-cta p {
  margin: 4px 0 0;
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
.page-cta .button {
  background: #fff;
  color: var(--coral, #ff5a78);
  border: none;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 13px;
  font:
    800 13px/1 "Manrope",
    sans-serif;
  box-shadow: 0 12px 28px rgba(40, 10, 30, 0.18);
  gap: 10px;
}
.page-cta .button:hover {
  background: #fff8f6;
  color: var(--coral-dark);
}

@media (max-width: 880px) {
  .split-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .split-row.reverse .split-media {
    order: 0;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .page-hero-media {
    aspect-ratio: 16 / 9;
  }
  .about-page .page-section {
    padding: 56px 0;
  }
  .about-page .split-media,
  .about-page .split-row.reverse .split-media {
    aspect-ratio: 16 / 11;
    border-radius: 18px;
  }
  .about-page .split-copy {
    padding: 24px 22px 24px 26px;
    border-radius: 18px;
  }
  .about-page .split-copy > p:not(.split-kicker) {
    max-width: none;
  }
}


/* Google Play badge — no extra black wrapper around the artwork */
.play-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: visible;
  background: transparent;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.play-badge img {
  display: block;
  height: 50px;
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  object-fit: contain;
  background: transparent;
}
.hero-actions .play-badge {
  background: transparent;
  border: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
.hero-actions .play-badge img {
  height: 50px;
  width: auto;
  max-width: none;
  object-fit: contain;
  padding: 0;
}
.play-badge:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}
.play-badge-inline {
  margin-top: 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.play-badge-inline img {
  height: 50px;
  width: auto;
  object-fit: contain;
  padding: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}
.page-cta .play-badge-inline {
  margin-top: 0;
}
.eyebrow.hero-eyebrow {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.venue-card.is-simple .venue-card-title,
.venue-card .venue-card-title {
  margin-bottom: 0;
}
.venue-card .venue-card-stats,
.venue-card .venue-card-action {
  display: none !important;
}
.venue-stack-meta,
.venue-stack-rating,
.heart-button {
  display: none !important;
}
.hero-scroll {
  display: none !important;
}
.hero-top-row {
  display: none !important;
}
.venue-stack-labels,
.hero-live,
.venue-stack-badge {
  display: none !important;
}
.eyebrow.hero-eyebrow {
  color: #ff8a96;
  font-weight: 700;
  letter-spacing: 0.16em;
}
/* Bid tickets: never stack inactive titles on mobile */
.bid-board-stage {
  position: relative;
}
.bid-ticket:not(.is-active) {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.bid-ticket.is-active {
  position: relative !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
}


/* ===== Place-related Font Awesome icons — embossed 3D tiles (not AI sparkle style) ===== */
.fa-3d-wrap {
  position: relative;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #fff8f6 0%, #f3e0dc 100%);
  border: 1px solid rgba(42, 23, 28, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 -3px 0 rgba(42, 23, 28, 0.08) inset,
    0 10px 0 rgba(42, 23, 28, 0.06),
    0 14px 28px rgba(42, 23, 28, 0.14);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fa-3d-wrap:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 -3px 0 rgba(42, 23, 28, 0.08) inset,
    0 12px 0 rgba(42, 23, 28, 0.07),
    0 18px 32px rgba(42, 23, 28, 0.16);
}
.fa-3d-wrap i.fa-3d,
.comparison-icon i,
.ticket-icon i,
.rule-icon i,
.tech-icon i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.15em;
  color: var(--coral-dark);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    0 2px 0 rgba(42, 23, 28, 0.12),
    0 6px 10px rgba(42, 23, 28, 0.18);
}
.comparison-icon.fa-3d-wrap {
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  border-radius: 18px;
}
.comparison-icon i {
  font-size: 22px;
}
.comparison-managed .comparison-icon.fa-3d-wrap {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #ff8a96 0%, #e84f63 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 -3px 0 rgba(120, 20, 40, 0.25) inset,
    0 10px 0 rgba(120, 20, 40, 0.18),
    0 16px 30px rgba(120, 20, 40, 0.28);
}
.comparison-managed .comparison-icon i {
  color: #fff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25),
    0 3px 0 rgba(90, 15, 30, 0.25),
    0 8px 14px rgba(0, 0, 0, 0.28);
}
.ticket-icon.fa-3d-wrap {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin-bottom: 18px;
}
.rule-icon.fa-3d-wrap {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 14px;
}
.tech-icon.fa-3d-wrap {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.rule-icon.fa-3d-wrap i,
.tech-icon.fa-3d-wrap i {
  font-size: 16px;
}
.ticket-icon.success.fa-3d-wrap {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #eaf7ef 0%, #cfe9d8 100%);
}
.ticket-icon.success i {
  color: var(--green);
}
.tech-icon.pink.fa-3d-wrap {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #fff0f3 0%, #f8d4db 100%);
}
.tech-icon.green.fa-3d-wrap {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #eaf7ef 0%, #cfe9d8 100%);
}
.tech-icon.green i {
  color: var(--green);
}
.ticket-icon.fa-3d-wrap i {
  font-size: 20px;
}
.comparison-card li i,
.lead-copy li i {
  width: 16px;
  text-align: center;
  font-size: 13px;
}
.pill-ghost i,
.venue-card-loc i,
.venue-location i,
.field-control i,
.footer-contact i,
.footer-social i,
.sticky-cta i,
.workspace-sidebar i,
.workspace-title i,
.bid-board-nav i,
.venue-stack-ctrl i,
.nav-arrow {
  font-size: 14px;
  line-height: 1;
}
.venue-stack-ctrl i,
.bid-board-nav i {
  font-size: 15px;
}
.studio-check i {
  font-size: 12px;
}
.fa-brands.fa-whatsapp {
  color: #25d366;
}
.sticky-cta a:first-child i.fa-whatsapp {
  color: #fff;
}

/* ===== Venue detail modal — dossier style ===== */
.venue-modal {
  position: fixed;
  inset: 0;
  z-index: 5200;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 28px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.venue-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.venue-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(201, 63, 102, 0.18), transparent 70%),
    rgba(8, 10, 14, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}
.venue-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-height: min(860px, calc(100vh - 32px));
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border-radius: 30px;
  background: #141014;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 40px 120px rgba(0, 0, 0, 0.55);
  transform: translateY(28px) scale(0.97);
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.72, 0.22, 1),
    opacity 0.4s ease;
}
.venue-modal.is-open .venue-modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.venue-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(20, 16, 20, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.venue-modal-close:hover {
  background: var(--coral);
  border-color: transparent;
  transform: rotate(90deg);
}
.venue-modal-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.venue-modal-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
}
.venue-modal-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 8, 10, 0.2) 0%, transparent 35%, rgba(10, 8, 10, 0.88) 100%),
    linear-gradient(115deg, rgba(255, 111, 126, 0.2), transparent 45%);
  pointer-events: none;
}
.venue-modal-media-top {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 70px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.venue-modal-index {
  color: rgba(255, 255, 255, 0.75);
  font:
    600 14px/1 "Playfair Display",
    serif;
  letter-spacing: 0.12em;
}
.venue-modal-chip {
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(12, 10, 12, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  font:
    700 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.venue-modal-media-foot {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
}
.venue-modal-media-foot span {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffb0b8;
  font:
    700 10px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.venue-modal-media-foot strong {
  display: block;
  font:
    600 clamp(28px, 3.2vw, 42px)/1.05 "Playfair Display",
    serif;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.venue-modal-panel {
  position: relative;
  overflow: auto;
  padding: clamp(28px, 4vw, 42px);
  color: #f7f1ef;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.04), transparent 40%),
    linear-gradient(180deg, #1c1618 0%, #121014 100%);
}
.venue-modal-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--coral), #d8a44a 55%, transparent);
}
.venue-modal-kicker {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffb0b8;
  font:
    700 10px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.venue-modal-loc {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font:
    600 13px/1.3 "Manrope",
    sans-serif;
}
.venue-modal-loc i {
  color: var(--coral);
}
.venue-modal-about {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}
.venue-modal-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}
.venue-modal-spec {
  padding: 14px 14px 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.venue-modal-spec span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.5);
  font:
    700 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.venue-modal-spec span i {
  color: #ffb0b8;
  font-size: 11px;
}
.venue-modal-spec strong {
  display: block;
  color: #fff;
  font:
    600 14px/1.25 "Manrope",
    sans-serif;
  letter-spacing: -0.01em;
}
.venue-modal-block h4 {
  margin: 0 0 12px;
  color: #fff;
  font:
    700 12px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.venue-modal-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.venue-modal-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
  line-height: 1.4;
}
.venue-modal-list li i {
  margin-top: 2px;
  color: #75d5a0;
  font-size: 12px;
}
.venue-modal-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}
.venue-modal-actions .button {
  justify-content: center;
  gap: 8px;
  min-height: 48px;
}
.venue-modal-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  font:
    700 13px/1 "Manrope",
    sans-serif;
  background: rgba(255, 255, 255, 0.04);
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}
.venue-modal-wa:hover {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.45);
}
.venue-modal-wa i {
  color: #25d366;
  font-size: 16px;
}
.venue-modal-note {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11.5px;
  line-height: 1.45;
}
.venue-modal-note i {
  margin-top: 2px;
  color: #d8a44a;
}

@media (max-width: 860px) {
  .venue-modal-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 24px);
    overflow: auto;
  }
  .venue-modal-media {
    min-height: 240px;
  }
  .venue-modal-media img {
    min-height: 240px;
    max-height: 280px;
  }
  .venue-modal-close {
    top: 12px;
    right: 12px;
  }
  .venue-modal-panel {
    padding: 24px 20px 28px;
  }
  .venue-modal-specs {
    grid-template-columns: 1fr;
  }
}

/* ===== Global section consistency polish ===== */
.section-copy {
  line-height: 1.65;
}
.section-intro .section-title,
.destination-copy .section-title,
.venues-head-left .section-title {
  margin-top: 0;
}
.section-intro .text-button {
  margin-top: 28px;
}
.promise-section,
.venues-section,
.destination-section,
.tech-section,
.gallery-section,
.faq-section {
  position: relative;
}
.business-rules {
  margin-top: 36px;
}
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-social {
  margin-top: 6px;
}
@media (max-width: 900px) {
  .footer-brand-block {
    align-items: center;
    text-align: center;
  }
  .footer-brand-block > p {
    margin-inline: auto;
  }
  .footer-contact {
    align-items: center;
  }
  .footer-social {
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .section-heading-row {
    margin-bottom: 32px;
    align-items: flex-start;
  }
  .venues-head {
    gap: 20px;
  }
}
