/* =========================================================
   White House Bansal PG: design tokens
   ========================================================= */
:root {
  --ink: #0B1B33;
  --ink-2: #1B2C47;
  --muted: #54627A;
  --paper: #F5F7FB;
  --paper-2: #EAF0F7;
  --surface: #FFFFFF;
  --line: #DCE3EE;

  --gold: #C9973B;
  --gold-deep: #8A6420;
  --gold-light: #E2B55A;
  --gold-soft: #F7ECD6;
  --win-dark: #22344F;
  --win-lit: #F6C667;

  --wa: #0F7A3F;
  --wa-hover: #0B5E30;
  --wa-bright: #25D366;
  --veg: #1E8A4C;
  --danger: #B42318;

  --on-ink: #F2F5FA;
  --on-ink-muted: #AEB8C6;

  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;

  --shadow-sm: 0 1px 2px rgba(14, 26, 43, .05), 0 2px 8px rgba(14, 26, 43, .04);
  --shadow: 0 2px 4px rgba(14, 26, 43, .04), 0 14px 34px -10px rgba(14, 26, 43, .14);
  --shadow-lg: 0 40px 80px -30px rgba(14, 26, 43, .35);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-fast: .2s;
  --dur: .4s;
  --dur-slow: .7s;

  --nav-h: 72px;
  --container: 1200px;

  --z-fab: 40;
  --z-nav: 50;
  --z-menu: 49;
  --z-progress: 60;
}

/* =========================================================
   Base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

/* Components set their own display (e.g. the mobile menu is display:flex), which
   would otherwise override the hidden attribute and leave them on screen. */
[hidden] { display: none !important; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--nav-h) + 16px);
}
@media (prefers-reduced-motion: no-preference) {
  html:not(.lenis) { scroll-behavior: smooth; }
}
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.no-scroll { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.08;
  text-wrap: balance;
}
h2 { font-size: clamp(2rem, 4.6vw, 3.35rem); }
h3 { font-size: 1.3rem; line-height: 1.25; letter-spacing: -.01em; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}

.ic {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.skip-link {
  position: fixed;
  top: 12px; left: 12px;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform var(--dur) var(--ease-out);
}
.skip-link:focus { transform: none; }

.progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: var(--z-progress);
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform-origin: 0 50%;
  transform: scaleX(0);
  pointer-events: none;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.section { padding-block: clamp(4.5rem, 10vw, 8rem); position: relative; }
.section-tint {
  background:
    radial-gradient(900px 420px at 100% 0%, rgba(201, 151, 59, .07), transparent 70%),
    linear-gradient(180deg, var(--paper-2), #F0F4F9);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: currentColor;
}

.section-head { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 1.0625rem; max-width: 56ch; }
.section-head-split { max-width: none; display: grid; gap: 1.25rem; align-items: end; }
@media (min-width: 900px) {
  .section-head-split { grid-template-columns: 1.3fr 1fr; gap: 4rem; }
}

/* Split-word reveal */
.w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .1em; margin-bottom: -.1em; }
.wi { display: inline-block; will-change: transform; }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  --bg: var(--ink);
  --fg: #fff;
  --fill: var(--gold);
  --fg-hover: var(--ink);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 52px;
  padding: .85rem 1.5rem;
  border: 1.5px solid transparent;
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg);
  font: 600 1rem/1.1 var(--font-body);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  transition: color var(--dur) var(--ease-out), border-color var(--dur), box-shadow var(--dur);
}
.btn::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: var(--fill);
  transform: translateY(102%);
  transition: transform .55s var(--ease-out);
}
.btn:hover { color: var(--fg-hover); }
.btn:hover::before { transform: translateY(0); }
.btn:active { box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .06); }
.btn .ic-arrow { transition: transform var(--dur) var(--ease-out); }
.btn:hover .ic-arrow { transform: translateX(4px); }

.btn-ghost {
  --bg: transparent;
  --fg: var(--ink);
  --fill: var(--ink);
  --fg-hover: #fff;
  border-color: #C9D3E1;
}
.btn-ghost:hover { border-color: var(--ink); }

.btn-wa { --bg: var(--wa); --fill: var(--wa-hover); --fg-hover: #fff; }
.btn-sm { min-height: 44px; padding: .6rem 1.15rem; font-size: .9375rem; }
.btn-block { width: 100%; margin-top: 1.5rem; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

.ic-fill { fill: currentColor; stroke: none; }

/* =========================================================
   Nav
   ========================================================= */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-nav);
  height: var(--nav-h);
  border-bottom: 1px solid transparent;
  transition: transform .5s var(--ease-out), background-color var(--dur), border-color var(--dur), backdrop-filter var(--dur);
}
.nav.scrolled {
  background: rgba(245, 247, 251, .8);
  -webkit-backdrop-filter: saturate(1.6) blur(16px);
  backdrop-filter: saturate(1.6) blur(16px);
  border-color: rgba(196, 208, 224, .6);
}
.nav.hide { transform: translateY(-100%); }
.nav.menu-open { background: var(--paper); border-color: var(--line); transform: none; }

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--ink);
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--gold-light);
  transition: transform .6s var(--ease-out);
}
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.05); }
.brand-mark .ic { width: 22px; height: 22px; stroke-width: 2; }
.brand-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.01em;
}
.brand-text span {
  display: block;
  margin-top: 4px;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links { display: none; }
.nav-actions { display: flex; align-items: center; gap: .5rem; }
.nav-call { display: none; }
.nav-cta { display: none; }

.menu-btn {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  cursor: pointer;
}
.menu-btn .ic { width: 22px; height: 22px; grid-area: 1 / 1; transition: transform var(--dur) var(--ease-out), opacity var(--dur-fast); }
.menu-btn .ic-close { opacity: 0; transform: rotate(-90deg); }
.menu-btn[aria-expanded="true"] .ic-open { opacity: 0; transform: rotate(90deg); }
.menu-btn[aria-expanded="true"] .ic-close { opacity: 1; transform: none; }

@media (min-width: 640px) {
  .nav-cta { display: inline-flex; }
}
@media (min-width: 1080px) {
  .nav-links { display: flex; gap: .25rem; }
  .nav-links a {
    position: relative;
    padding: .6rem .8rem;
    font-size: .9375rem;
    font-weight: 500;
    color: var(--ink-2);
    text-decoration: none;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: .8rem; right: .8rem; bottom: .3rem;
    height: 1.5px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s var(--ease-out);
  }
  .nav-links a:hover::after,
  .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
  .nav-links a.active { color: var(--ink); }
  .nav-call {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 44px;
    padding: 0 .75rem;
    font-size: .9375rem;
    font-weight: 600;
    text-decoration: none;
  }
  .nav-call .ic { width: 18px; height: 18px; color: var(--gold-deep); }
  .menu-btn { display: none; }
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: var(--z-menu);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: calc(var(--nav-h) + 2rem) 1.25rem max(2rem, env(safe-area-inset-bottom));
  background:
    radial-gradient(500px 400px at 100% 0%, rgba(201, 151, 59, .12), transparent 70%),
    var(--paper);
  overflow-y: auto;
  /* opens as a circle growing out of the menu button */
  clip-path: circle(0% at calc(100% - 42px) 32px);
  transition: clip-path .7s var(--ease-in-out);
}
.mobile-menu.open { clip-path: circle(150% at calc(100% - 42px) 32px); }
.mobile-menu nav { display: flex; flex-direction: column; }
.m-link, .m-actions {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s var(--ease-out), transform .6s var(--ease-out);
  transition-delay: calc(var(--i) * 45ms + 60ms);
}
.m-link {
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 8vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -.02em;
  text-decoration: none;
}
.m-actions { display: grid; gap: .75rem; }
.mobile-menu.open .m-link,
.mobile-menu.open .m-actions { opacity: 1; transform: none; }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  overflow: clip;
  padding: calc(var(--nav-h) + clamp(2rem, 5vw, 4rem)) 0 clamp(3.5rem, 7vw, 6rem);
}
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 26, 43, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 26, 43, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}
/* Soft drifting colour fields (radial gradients instead of filter: blur, cheap on phones) */
.blob { position: absolute; border-radius: 50%; will-change: transform; }
.blob-a {
  width: min(680px, 120vw); aspect-ratio: 1; right: -18%; top: -22%;
  background: radial-gradient(circle, rgba(240, 206, 140, .55) 0%, rgba(240, 206, 140, 0) 65%);
  animation: aurora-a 18s ease-in-out infinite alternate;
}
.blob-b {
  width: min(620px, 110vw); aspect-ratio: 1; left: -22%; bottom: -30%;
  background: radial-gradient(circle, rgba(150, 186, 232, .45) 0%, rgba(150, 186, 232, 0) 65%);
  animation: aurora-b 22s ease-in-out infinite alternate;
}
.blob-c {
  width: min(460px, 90vw); aspect-ratio: 1; left: 38%; top: 10%;
  background: radial-gradient(circle, rgba(190, 214, 245, .4) 0%, rgba(190, 214, 245, 0) 65%);
  animation: aurora-c 26s ease-in-out infinite alternate;
}
@keyframes aurora-a { to { transform: translate(-12%, 14%) scale(1.12); } }
@keyframes aurora-b { to { transform: translate(16%, -12%) scale(1.08); } }
@keyframes aurora-c { to { transform: translate(-20%, 18%) scale(.9); } }

.hero-grid { display: grid; gap: clamp(3rem, 6vw, 4rem); align-items: center; }
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.08fr .92fr; }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .45rem .95rem .45rem .7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink-2);
}
.pill .dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--veg);
}
.pill .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--veg);
  animation: ping 2s var(--ease-out) infinite;
}
@keyframes ping { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(3); opacity: 0; } }

.hero h1 {
  margin: 1.5rem 0;
  font-size: clamp(2.65rem, 7vw, 5.1rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.accent {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-style: italic;
  font-weight: 500;
  color: var(--gold-deep);
}
.underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.12em;
  width: 100%;
  height: .28em;
  overflow: visible;
}
.underline path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 320;
  stroke-dashoffset: 0;
}
.js .underline path { stroke-dashoffset: 320; }
.underline.drawn path { stroke-dashoffset: 0; transition: stroke-dashoffset 1.1s var(--ease-in-out); }

.lead { max-width: 54ch; font-size: clamp(1.05rem, 1.5vw, 1.1875rem); color: var(--muted); }

.hero-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem clamp(1.5rem, 4vw, 3rem);
  margin: 2.75rem 0 0;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.hero-stats dd { margin: 0; }
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.stat strong small { margin-left: 3px; font-size: .5em; font-weight: 500; color: var(--gold-deep); letter-spacing: 0; }
.stat > dd > span { display: block; margin-top: .45rem; font-size: .875rem; color: var(--muted); }

.hero-visual { position: relative; width: 100%; max-width: 540px; margin-inline: auto; }
.hero-art {
  position: relative;
  aspect-ratio: 480 / 520;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #DCE6F2;
  box-shadow: var(--shadow-lg);
  clip-path: inset(0% 0% 0% 0% round 28px);
}
.bld-svg { width: 100%; height: 100%; }
.win { fill: var(--win-dark); transition: fill .9s ease; }
.win.lit { fill: var(--win-lit); }
.lamp { animation: glow 3s ease-in-out infinite; }
@keyframes glow { 50% { opacity: .45; } }
.cloud { animation: drift 18s ease-in-out infinite alternate; }
.cloud.c2 { animation-duration: 24s; animation-direction: alternate-reverse; }
@keyframes drift { to { transform: translateX(34px); } }

.chip { position: absolute; z-index: 2; }
.chip-in {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .65rem 1rem .65rem .65rem;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  font-size: .8125rem;
  line-height: 1.3;
  color: var(--muted);
  white-space: nowrap;
  animation: float 6s ease-in-out infinite;
}
.chip-in strong { display: block; font-size: .9375rem; color: var(--ink); }
.chip-ic {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 11px;
  background: var(--gold-soft);
  color: var(--gold-deep);
}
.chip-ic-green { background: #DDF0E3; color: var(--veg); }
.chip-a { top: 30%; left: -6%; }
.chip-b { top: 56%; right: -5%; }
.chip-b .chip-in { animation-delay: -2s; }
.chip-c { bottom: 5%; left: 3%; }
.chip-c .chip-in { animation-delay: -4s; }
@keyframes float { 50% { transform: translateY(-9px); } }

@media (max-width: 639px) {
  .chip-in { padding: .5rem .75rem .5rem .5rem; font-size: .75rem; }
  .chip-in strong { font-size: .8125rem; }
  .chip-ic { width: 32px; height: 32px; }
  .chip-ic .ic { width: 17px; height: 17px; }
  .chip-a { left: 3%; top: 28%; }
  .chip-b { right: 3%; top: 54%; }
  .chip-c { left: 3%; bottom: 4%; }
}

/* =========================================================
   Marquee
   ========================================================= */
.marquee {
  overflow: hidden;
  padding: 1.05rem 0;
  background: linear-gradient(90deg, var(--ink), #15305A 50%, var(--ink));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-group { display: flex; align-items: center; }
.marquee-group li {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  padding-right: 2.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-style: italic;
  color: var(--on-ink);
  white-space: nowrap;
}
.marquee-group li::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--gold-light);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================
   Cards / bento
   ========================================================= */
.bento { display: grid; gap: 1rem; }
@media (min-width: 640px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .b-lg { grid-column: span 2; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .bento > .card:last-child { grid-column: span 2; } /* no lone card in the last row */
}
@media (min-width: 1024px) {
  .bento { grid-template-columns: repeat(4, 1fr); }
  .b-lg { grid-column: span 2; grid-row: span 2; }
  .b-wide { grid-column: span 2; }
}

.card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color var(--dur), box-shadow var(--dur);
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(380px circle at var(--mx, 50%) var(--my, 50%), rgba(201, 151, 59, .14), transparent 55%);
  opacity: 0;
  transition: opacity var(--dur);
  pointer-events: none;
}
.card:hover { border-color: #C6D2E2; box-shadow: var(--shadow); }
.card:hover::after { opacity: 1; }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--muted); }

.ic-tile {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: none;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  background: var(--paper-2);
  color: var(--ink);
  transition: rotate .6s var(--ease-out), scale .6s var(--ease-out), background-color var(--dur), color var(--dur);
}
.ic-tile .ic { width: 22px; height: 22px; }
.card:hover .ic-tile { rotate: -8deg; scale: 1.06; background: var(--ink); color: var(--gold-light); }

.card-dark {
  display: flex;
  flex-direction: column;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--on-ink);
}
.card-dark::after { background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(226, 181, 90, .18), transparent 55%); }
.card-dark:hover { border-color: var(--ink); }
.card-dark p { color: var(--on-ink-muted); max-width: 42ch; }
.card-dark .ic-tile { background: rgba(255, 255, 255, .08); color: var(--gold-light); }
.card-dark:hover .ic-tile { background: var(--gold); color: var(--ink); }
.big-num {
  margin-top: auto;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 11vw, 7.5rem);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.05em;
  color: #fff !important;
  font-variant-numeric: tabular-nums;
}
.big-num small { font-size: .35em; letter-spacing: 0; color: var(--gold-light); }
.card-dark h3 { margin: .5rem 0 .75rem; font-size: 1.5rem; color: #fff; }

.mini-route { display: flex; align-items: center; gap: .75rem; margin-top: 2rem; }
.mr-dot {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 700;
  color: #fff;
}
.mr-end { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.mr-line {
  position: relative;
  flex: 1;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .3) 0 6px, transparent 6px 12px);
}
.mr-line b { position: absolute; inset: 0; animation: walk 3.4s var(--ease-in-out) infinite; }
.mr-line b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 5px rgba(226, 181, 90, .22);
  transform: translate(-50%, -50%);
}
@keyframes walk {
  0% { transform: translateX(0); opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}

/* =========================================================
   Photo slots
   ========================================================= */
.ph {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  background:
    repeating-linear-gradient(45deg, rgba(14, 26, 43, .035) 0 2px, transparent 2px 14px),
    linear-gradient(135deg, #E6EDF6, #F3F0E8);
}
.ph img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* hover zoom uses the independent `scale` property so it combines with the GSAP parallax transform */
  transition: opacity var(--dur-slow), scale 1.2s var(--ease-out);
}
.ph[data-parallax] img { top: -8%; bottom: auto; height: 116%; }
.js .ph img { opacity: 0; }
.js .ph img.ok { opacity: 1; }
.ph-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: .5rem;
  padding: 1rem;
  font-size: .9375rem;
  font-weight: 600;
  color: #6B7686;
  text-align: center;
}
.ph-fallback .ic { width: 30px; height: 30px; stroke-width: 1.5; }

/* =========================================================
   Rooms
   ========================================================= */
.rooms { display: grid; gap: 1.5rem; perspective: 1200px; }
@media (min-width: 900px) { .rooms { grid-template-columns: repeat(2, 1fr); } }

.room {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .5s var(--ease-out);
}
.room:hover { box-shadow: var(--shadow-lg); }
.room .ph { aspect-ratio: 16 / 10; }
.room:hover .ph img { scale: 1.06; }
.room-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: .8125rem;
  font-weight: 600;
}
.room-tag .ic { width: 16px; height: 16px; color: var(--gold-deep); }
.room-body { flex: 1; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2rem); }
.room-body h3 { font-size: clamp(1.6rem, 2.6vw, 2rem); }
.room-desc { margin-top: .5rem; color: var(--muted); }
.room-feats { display: grid; gap: .65rem 1rem; margin: 1.5rem 0; }
@media (min-width: 420px) { .room-feats { grid-template-columns: 1fr 1fr; } }
.room-feats li { display: flex; align-items: center; gap: .6rem; font-size: .9375rem; }
.room-feats .ic {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: #DDF0E3;
  color: var(--veg);
  stroke-width: 3;
}
.room-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px dashed #CFD8E5;
}
.price small {
  display: block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.price strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; }

/* =========================================================
   Amenities
   ========================================================= */
.amen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}
@media (min-width: 1024px) { .amen-grid { grid-template-columns: repeat(5, 1fr); } }
.amen {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: var(--surface);
  transition: background-color var(--dur);
}
.amen:hover { background: #F8FAFD; }
.amen .ic-tile { margin-bottom: 1rem; }
.amen:hover .ic-tile { rotate: -8deg; scale: 1.06; background: var(--ink); color: var(--gold-light); }
.amen h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.amen p { margin-top: .3rem; font-size: .875rem; line-height: 1.5; color: var(--muted); }

/* =========================================================
   Food (dark)
   ========================================================= */
.section-dark {
  overflow: hidden;
  margin-inline: clamp(.5rem, 1.5vw, 1.25rem);
  border-radius: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(700px 500px at 0% 100%, rgba(66, 112, 178, .28), transparent 70%),
    linear-gradient(160deg, #0B1B33 0%, #10284A 55%, #0B1B33 100%);
  color: var(--on-ink);
}
.section-dark h2 { color: #fff; }
.section-dark .eyebrow { color: var(--gold-light); }
.section-dark .section-head p:not(.eyebrow) { color: var(--on-ink-muted); }
.food-glow {
  position: absolute;
  top: -220px;
  right: -160px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 181, 90, .28), transparent 65%);
  pointer-events: none;
}

.veg-badge {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.25rem;
  padding: .5rem 1rem .5rem .6rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: .9375rem;
  font-weight: 600;
  color: #fff !important;
}
.veg-mark {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid #3FB872;
  border-radius: 4px;
  background: #fff;
}
.veg-mark span { width: 10px; height: 10px; border-radius: 50%; background: #1E8A4C; }

.meals {
  --meal-pad: clamp(1.5rem, 2.5vw, 2rem);
  --meal-gap: 1rem;
  position: relative;
  display: grid;
  gap: var(--meal-gap);
}
@media (min-width: 768px) { .meals { grid-template-columns: repeat(3, 1fr); } }
/* Runs from the first meal icon's centre to the last one's */
.meals-line {
  display: none;
  position: absolute;
  top: calc(var(--meal-pad) + 28px);
  left: calc(var(--meal-pad) + 28px);
  right: calc((100% - 2 * var(--meal-gap)) / 3 - var(--meal-pad) - 28px);
  height: 2px;
  background: rgba(255, 255, 255, .1);
  pointer-events: none;
}
.meals-line span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform-origin: left;
}
@media (min-width: 768px) { .meals-line { display: block; } }

.meal {
  position: relative;
  padding: var(--meal-pad);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .035);
  transition: background-color var(--dur), border-color var(--dur);
}
.meal:hover { background: rgba(255, 255, 255, .07); border-color: rgba(226, 181, 90, .35); }
.meal-ic {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  border: 1.5px solid rgba(226, 181, 90, .55);
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-light);
  transition: background-color var(--dur), color var(--dur), scale .6s var(--ease-out);
}
.meal:hover .meal-ic { background: var(--gold); color: var(--ink); scale: 1.08; }
.meal-ic .ic { width: 24px; height: 24px; }
.meal h3 { font-size: 1.6rem; color: #fff; }
.meal p { margin-top: .5rem; color: var(--on-ink-muted); }
.meal-num {
  position: absolute;
  right: 1.5rem;
  bottom: .75rem;
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, .06);
}

/* =========================================================
   Gallery
   ========================================================= */
.visit-btn { margin-top: 1.25rem; }
.visit-btn .ic { width: 18px; height: 18px; }

/* Phones: two-column grid of cropped tiles */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.g-row { display: contents; }
.g-building { grid-column: span 2; }
/* Wider screens: justified rows. Each tile grows in proportion to its photo's
   aspect ratio (--r), so tiles in a row share one height and nothing is cropped. */
@media (min-width: 768px) {
  .gallery { display: flex; flex-direction: column; gap: 1rem; }
  .g-row { display: flex; gap: 1rem; }
}
.g-tile {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: none;
  text-align: left;
  cursor: zoom-in;
}
.g-festive, .g-balcony { aspect-ratio: 3 / 4; }
.g-wash { grid-column: span 2; aspect-ratio: 4 / 3; }
@media (min-width: 768px) {
  .g-tile, .g-festive, .g-balcony, .g-wash { flex: var(--r) 1 0; min-width: 0; aspect-ratio: var(--r); }
}
.g-tile .ph { position: absolute; inset: 0; }
.g-tile:hover .ph img { scale: 1.07; }
.g-tile:disabled { cursor: default; }
.g-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(14, 26, 43, .35), transparent 45%);
  opacity: 0;
  transition: opacity var(--dur);
  pointer-events: none;
}
.g-tile:not(:disabled):hover::after { opacity: 1; }
.g-label {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  z-index: 2;
  padding: .4rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  font-size: .8125rem;
  font-weight: 600;
  color: var(--ink);
}

.lightbox {
  max-width: min(94vw, 1100px);
  max-height: 92vh;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.lightbox::backdrop { background: rgba(14, 26, 43, .86); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lightbox[open] { animation: lb-in .45s var(--ease-out); }
@keyframes lb-in { from { opacity: 0; transform: scale(.94) translateY(12px); } }
.lightbox figure { margin: 0; }
.lightbox img { max-height: 80vh; width: auto; margin-inline: auto; border-radius: 16px; }
.lightbox figcaption { margin-top: .75rem; text-align: center; font-weight: 600; color: #fff; }
.lb-close {
  position: absolute;
  top: -56px;
  right: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

/* =========================================================
   Location
   ========================================================= */
.loc-grid { display: grid; gap: 1.5rem; }
@media (min-width: 1024px) { .loc-grid { grid-template-columns: 1fr 1.05fr; } }

.route-card {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}
.route-svg { width: 100%; height: auto; border-radius: 18px; }
.addr { display: flex; gap: 1rem; align-items: flex-start; margin-top: 1.5rem; }
.addr .ic-tile { margin: 0; }
.addr address { font-style: normal; color: var(--muted); }
.addr strong { display: block; margin-bottom: .15rem; color: var(--ink); }
.loc-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

.map-frame {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
}
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* Shown underneath until Google's map has loaded (slow on mobile data) */
.map-frame::before {
  content: "Loading map…";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(11, 27, 51, .04) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(rgba(11, 27, 51, .04) 1px, transparent 1px) 0 0 / 32px 32px,
    var(--paper-2);
  font-size: .875rem;
  color: var(--muted);
}

/* =========================================================
   Rules + FAQ
   ========================================================= */
.info-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .info-grid { grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; } }
.info-grid .section-head { margin-bottom: 2rem; }

.rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.rule {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.rule .ic-tile { width: 42px; height: 42px; margin-bottom: 1rem; }
.rule .ic-tile .ic { width: 20px; height: 20px; }
.rule strong { display: block; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; line-height: 1.15; }
.rule span:not(.ic-tile) { display: block; margin-top: .3rem; font-size: .875rem; color: var(--muted); }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { font: inherit; }
.faq-q {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border: 0;
  background: none;
  font-size: clamp(1rem, 1.5vw, 1.0875rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.faq-q:hover { color: var(--gold-deep); }
.pm {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  transition: transform .5s var(--ease-out), background-color var(--dur), border-color var(--dur), color var(--dur);
}
.pm .ic { width: 18px; height: 18px; }
.faq-item.open .pm { transform: rotate(135deg); background: var(--ink); border-color: var(--ink); color: #fff; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease-out); }
.faq-a > div { overflow: hidden; visibility: hidden; transition: visibility 0s .5s; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-item.open .faq-a > div { visibility: visible; transition-delay: 0s; }
.faq-a p { max-width: 62ch; padding-bottom: 1.4rem; color: var(--muted); }
.faq-a a { color: var(--gold-deep); font-weight: 600; }

/* =========================================================
   Enquire
   ========================================================= */
.enq { display: grid; gap: 1.5rem; }
@media (min-width: 1024px) { .enq { grid-template-columns: .85fr 1.15fr; align-items: start; } }

.owner {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--on-ink);
}
.owner-glow {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 181, 90, .25), transparent 65%);
  pointer-events: none;
}
.owner-head { display: flex; align-items: center; gap: 1rem; }
.avatar {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
}
.owner-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: #fff; }
.owner-role { font-size: .875rem; color: var(--on-ink-muted); }
.owner-quote {
  position: relative;
  margin: 1.75rem 0;
  padding-left: 1.1rem;
  border-left: 2px solid var(--gold);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.5;
  color: #E4E9F2;
}
.owner-links { position: relative; display: grid; gap: .5rem; }
.owner-links a {
  display: flex;
  align-items: center;
  gap: .9rem;
  min-height: 64px;
  padding: .7rem .9rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .03);
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: background-color var(--dur), border-color var(--dur);
}
.owner-links a:hover { background: rgba(255, 255, 255, .08); border-color: rgba(226, 181, 90, .4); }
.owner-links small { display: block; font-size: .75rem; font-weight: 500; color: var(--on-ink-muted); }
.ol-ic {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: var(--gold-light);
}
.ol-wa { background: var(--wa); color: #fff; }
.ol-arrow { margin-left: auto; color: var(--on-ink-muted); transition: transform var(--dur) var(--ease-out), color var(--dur); }
.owner-links a:hover .ol-arrow { transform: translate(3px, -3px); color: var(--gold-light); }

.form-card {
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.form-grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) {
  .form-grid { grid-template-columns: 1fr 1fr; }
  .full { grid-column: 1 / -1; }
}
.field { display: grid; gap: .45rem; align-content: start; min-width: 0; }
.field > label, .seg legend { font-size: .9375rem; font-weight: 600; }
.req { color: var(--danger); }
.opt { font-weight: 400; color: var(--muted); }

.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: .8rem 1rem;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast), background-color var(--dur-fast);
}
.field textarea { resize: vertical; min-height: 104px; }
.field select {
  appearance: none;
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E1A2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px;
}
.field input::placeholder, .field textarea::placeholder { color: #8A94A3; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #C3CEDD; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--ink);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(201, 151, 59, .25);
}
.help { font-size: .8125rem; color: var(--muted); }
.err { display: flex; align-items: center; gap: .35rem; font-size: .875rem; font-weight: 500; color: var(--danger); }
.err:empty { display: none; }
.field.invalid input { border-color: var(--danger); }
.field.invalid input:focus { box-shadow: 0 0 0 4px rgba(180, 35, 24, .15); }

.seg { margin: 0; padding: 0; border: 0; }
.seg legend { margin-bottom: .45rem; padding: 0; }
.seg-opts { display: flex; flex-wrap: wrap; gap: .5rem; }
.seg-opts label { position: relative; cursor: pointer; }
.seg-opts input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.seg-opts span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .55rem 1.15rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: .9375rem;
  font-weight: 500;
  transition: background-color var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);
}
.seg-opts label:hover span { border-color: #C3CEDD; }
.seg-opts input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.seg-opts input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }

.form-note { margin-top: .85rem; font-size: .875rem; color: var(--muted); text-align: center; }
.form-status {
  margin-top: 1rem;
  padding: .9rem 1rem;
  border-radius: 14px;
  background: #E5F4EA;
  font-size: .9375rem;
  font-weight: 500;
  color: var(--wa-hover);
}
.form-status a { font-weight: 700; }

/* =========================================================
   Footer
   ========================================================= */
.footer {
  margin-top: clamp(.5rem, 1.5vw, 1.25rem);
  padding: clamp(3.5rem, 7vw, 5rem) 0 2rem;
  overflow: hidden;
  background: var(--ink);
  color: var(--on-ink-muted);
}
.footer-top { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .footer-top { grid-template-columns: 1.6fr repeat(3, 1fr); } }
.brand-light { color: #fff; }
.brand-light .brand-mark { background: var(--gold); color: var(--ink); }
.brand-light .brand-text span { color: var(--on-ink-muted); }
.footer-brand p { max-width: 36ch; margin-top: 1.25rem; font-size: .9375rem; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: .15rem; font-size: .9375rem; }
.footer-col h2 {
  margin-bottom: .6rem;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
}
.footer-col a { padding: .35rem 0; text-decoration: none; transition: color var(--dur-fast); }
.footer-col a:hover { color: var(--gold-light); }
.footer-word {
  margin: clamp(2.5rem, 6vw, 4rem) 0 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 17vw, 15rem);
  font-weight: 600;
  font-style: italic;
  line-height: .85;
  letter-spacing: -.05em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(226, 181, 90, .35);
  user-select: none;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .875rem;
}
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-light); }

/* =========================================================
   Floating WhatsApp
   ========================================================= */
.fab {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: var(--z-fab);
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.fab-btn {
  position: relative;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  box-shadow: 0 12px 30px -8px rgba(15, 122, 63, .6);
  transition: transform .5s var(--ease-out), background-color var(--dur);
}
.fab-btn .ic { width: 30px; height: 30px; }
.fab-btn::before, .fab-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--wa-bright);
  border-radius: 50%;
  animation: ring 2.6s var(--ease-out) infinite;
  pointer-events: none;
}
.fab-btn::after { animation-delay: 1.3s; }
@keyframes ring { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.75); opacity: 0; } }
.fab:hover .fab-btn { transform: scale(1.08) rotate(-6deg); background: var(--wa-hover); }
.fab-bubble {
  padding: .6rem 1rem;
  border-radius: 16px 16px 4px 16px;
  background: var(--surface);
  box-shadow: var(--shadow);
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(12px) scale(.92);
  transform-origin: right center;
  transition: opacity var(--dur) var(--ease-out), transform .5s var(--ease-out);
  pointer-events: none;
}
.fab:hover .fab-bubble,
.fab:focus-visible .fab-bubble,
.fab.show-bubble .fab-bubble { opacity: 1; transform: none; }

/* =========================================================
   Reduced motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    transition-delay: 0s !important;
  }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; }
  .marquee-group[aria-hidden="true"] { display: none; }
  .marquee-group { flex-wrap: wrap; justify-content: center; row-gap: .5rem; }
  .fab-btn::before, .fab-btn::after, .mr-line b { display: none; }
  .js .underline path { stroke-dashoffset: 0; }
}

/* =========================================================
   Phones (under 768px): most visitors
   ========================================================= */
.dock { display: none; }

@media (max-width: 767px) {
  :root { --nav-h: 64px; }
  .container { width: min(100% - 2.25rem, var(--container)); }
  .section { padding-block: clamp(3.5rem, 13vw, 4.5rem); }
  .section-head { margin-bottom: 2rem; }
  h2 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
  .section-head p:not(.eyebrow) { font-size: 1rem; }

  .brand-mark { width: 38px; height: 38px; }
  .brand-text strong { font-size: 1.1rem; }

  /* Hero */
  .hero { padding-top: calc(var(--nav-h) + 1.5rem); padding-bottom: 2.5rem; }
  .hero-grid { gap: 2rem; }
  .hero h1 { margin: 1.1rem 0 1rem; font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .lead { font-size: 1rem; }
  .hero-cta { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: 1.6rem; }
  .hero-cta .btn { padding-inline: .9rem; }
  .hero-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem;
    margin-top: 1.75rem; padding: 1rem .25rem;
    border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .72);
  }
  .stat { text-align: center; }
  .stat strong { font-size: 1.65rem; }
  .stat > dd > span { margin-top: .3rem; font-size: .75rem; line-height: 1.35; }

  .marquee { padding: .8rem 0; }
  .marquee-group li { gap: 1.5rem; padding-right: 1.5rem; font-size: 1.05rem; }

  /* Why us: icon beside the heading keeps cards short */
  .bento { gap: .75rem; }
  .card { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; align-items: start; padding: 1.25rem; }
  .card > :not(.ic-tile) { grid-column: 2; }
  .card .ic-tile { grid-row: span 2; width: 44px; height: 44px; margin: 0; }
  .card h3 { margin: .1rem 0 .3rem; font-size: 1.15rem; }
  .card p { font-size: .9375rem; }
  .card-dark { display: flex; align-items: stretch; padding: 1.5rem; }
  .card-dark .ic-tile { margin-bottom: 1rem; }
  .card-dark h3 { font-size: 1.3rem; }
  .card .big-num { font-size: 4.25rem; }
  .mini-route { margin-top: 1.25rem; }

  /* Rooms: features as wrapping chips, full-width price button */
  .rooms { gap: 1rem; }
  .room .ph { aspect-ratio: 4 / 3; }
  .room-body { padding: 1.25rem; }
  .room-body h3 { font-size: 1.5rem; }
  .room-desc { font-size: .9375rem; }
  .room-feats { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0 1.25rem; }
  .room-feats li {
    gap: .35rem; padding: .35rem .75rem .35rem .4rem;
    border: 1px solid var(--line); border-radius: 999px; background: var(--paper);
    font-size: .8125rem; white-space: nowrap;
  }
  .room-feats .ic { width: 18px; height: 18px; padding: 3px; }
  .room-foot { padding-top: 1rem; }
  .room-foot .btn { flex: 1 1 100%; }

  /* Amenities */
  .amen { padding: 1rem .9rem; }
  .amen .ic-tile { width: 40px; height: 40px; margin-bottom: .7rem; border-radius: 12px; }
  .amen .ic-tile .ic { width: 20px; height: 20px; }
  .amen h3 { font-size: .9375rem; line-height: 1.3; }
  .amen p { font-size: .8125rem; }

  /* Food: meals as compact rows */
  .section-dark { margin-inline: .5rem; border-radius: 24px; }
  .meals { gap: .75rem; }
  .meal { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 1rem; padding: 1.1rem 1.25rem; }
  .meal-ic { grid-row: span 2; width: 50px; height: 50px; margin: 0; }
  .meal h3 { font-size: 1.25rem; }
  .meal p { margin-top: .15rem; font-size: .9375rem; }
  .veg-badge { margin-top: 1rem; }

  .gallery { gap: .6rem; }
  .g-label { left: .5rem; bottom: .5rem; padding: .3rem .65rem; font-size: .75rem; }

  /* Location */
  .route-card { padding: 1rem; }
  .loc-actions { display: grid; }
  .map-frame { min-height: 300px; }
  .addr br { display: none; }

  /* Rules & FAQ */
  .info-grid { gap: 2rem; }
  .rules { gap: .6rem; }
  .rule { padding: 1rem; }
  .rule .ic-tile { width: 38px; height: 38px; margin-bottom: .7rem; }
  .rule strong { font-size: 1.1rem; }
  .rule span:not(.ic-tile) { font-size: .8125rem; }
  .faq-q { padding: 1.1rem 0; font-size: 1rem; }
  .pm { width: 34px; height: 34px; }

  /* Enquire */
  .owner { padding: 1.5rem; }
  .owner-quote { margin: 1.25rem 0; font-size: 1.05rem; }
  .owner-links a { min-height: 58px; }
  .form-card { padding: 1.25rem; }
  .seg-opts span { padding: .5rem .95rem; font-size: .875rem; }

  /* Footer (leaves room for the bottom bar) */
  .footer { padding-bottom: calc(5.5rem + env(safe-area-inset-bottom)); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .footer-brand, .footer-top > .footer-col:last-child { grid-column: 1 / -1; }
  .footer-word { margin-top: 2rem; font-size: 16vw; }

  /* Floating button becomes a bottom quick-contact bar */
  .fab { display: none; }
  .dock {
    position: fixed; left: .75rem; right: .75rem; bottom: max(.75rem, env(safe-area-inset-bottom));
    z-index: var(--z-fab);
    display: grid; grid-template-columns: 1fr 1.2fr; gap: .45rem; padding: .4rem;
    border-radius: 999px;
    background: rgba(11, 27, 51, .92);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px -12px rgba(11, 27, 51, .55);
    transition: transform .6s var(--ease-out);
  }
  .js .dock { transform: translateY(160%); }
  .js .dock.show { transform: none; }
  .dock-btn {
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    min-height: 48px; border-radius: 999px;
    font-size: .9375rem; font-weight: 700; color: #fff; text-decoration: none;
    touch-action: manipulation;
    transition: transform .2s var(--ease-out), background-color .2s;
  }
  .dock-btn:active { transform: scale(.96); }
  .dock-call { background: rgba(255, 255, 255, .1); }
  .dock-wa { background: var(--wa); }
  .dock-wa .ic { width: 22px; height: 22px; animation: wiggle 4s ease-in-out infinite; }
}
@keyframes wiggle {
  0%, 84%, 100% { transform: rotate(0); }
  88% { transform: rotate(-14deg); }
  92% { transform: rotate(12deg); }
  96% { transform: rotate(-6deg); }
}

@media (max-width: 359px) {
  .hero-cta, .amen-grid, .rules { grid-template-columns: 1fr; }
}

/* Touch screens: no sticky hover fills after a tap, show the fill while pressing instead */
@media (hover: none) {
  .btn:hover { color: var(--fg); }
  .btn:hover::before { transform: translateY(102%); }
  .btn:active { color: var(--fg-hover); }
  .btn:active::before { transform: translateY(0); transition-duration: .2s; }
  .card:hover::after { opacity: 0; }
}

/* =========================================================
   Motion extras
   ========================================================= */
/* Intro screen: first visit per session only. CSS draws it; JS lifts it away.
   The fail-safe fade hides it even if the animation library never loads. */
.preloader { display: none; }
@media (prefers-reduced-motion: no-preference) {
  .js:not(.intro-seen) .preloader {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    background:
      radial-gradient(600px 400px at 50% 110%, rgba(201, 151, 59, .22), transparent 70%),
      var(--ink);
    color: #fff;
    animation: pl-failsafe .6s ease 3.4s forwards;
  }
}
.pl-inner { text-align: center; }
.pl-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.1rem;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: pl-draw 1.1s var(--ease-in-out) .1s forwards;
}
.pl-word {
  overflow: hidden;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 7vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.pl-word span { display: inline-block; transform: translateY(110%); animation: pl-up .9s var(--ease-out) .35s forwards; }
.pl-sub {
  margin-top: .4rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--on-ink-muted);
  opacity: 0;
  animation: pl-fade .8s ease .75s forwards;
}
.pl-bar {
  position: absolute;
  left: 50%;
  bottom: 14%;
  width: 120px;
  height: 2px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, .12);
  transform: translateX(-50%);
}
.pl-bar span {
  position: absolute;
  inset: 0;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left;
  animation: pl-load 1.15s var(--ease-in-out) .15s forwards;
}
@keyframes pl-draw { to { stroke-dashoffset: 0; } }
@keyframes pl-up { to { transform: none; } }
@keyframes pl-fade { to { opacity: 1; } }
@keyframes pl-load { to { transform: scaleX(1); } }
@keyframes pl-failsafe { to { opacity: 0; visibility: hidden; } }

/* Light sweep across the main call-to-action buttons */
.btn-shine::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .38), transparent);
  transform: translateX(-160%) skewX(-20deg);
  animation: shine 5.5s var(--ease-in-out) 3s infinite;
  pointer-events: none;
}
@keyframes shine {
  0% { transform: translateX(-160%) skewX(-20deg); }
  22%, 100% { transform: translateX(330%) skewX(-20deg); }
}

/* Eyebrow rule grows in when its section arrives */
.js .eyebrow::before { transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease-out) .15s; }
.js .eyebrow.in::before { transform: none; }

/* Footer wordmark letters */
.footer-word .ch { display: inline-block; }

@media (prefers-reduced-motion: reduce) {
  .blob, .btn-shine::after, .dock-wa .ic { animation: none !important; }
  .js .eyebrow::before { transform: none; }
  .mobile-menu { clip-path: none; }
}
