/* Generated by tools/build.js — edit the source files in assets/css/, not this one. */

/* ==== tokens.css ==== */
/* ============================================================
   Himdarsh Global — Design tokens
   Palette derived from the brand emblem: burnished gold,
   ruby, chrome-silver and warm ivory paper.
   ============================================================ */

:root {
  /* ---- Ruby (primary) ---- */
  --ruby-900: #4a0713;
  --ruby-800: #6d0d1d;
  --ruby-700: #8b1024;
  --ruby-600: #a8132b;  /* heritage red — unchanged core brand */
  --ruby-500: #c22740;
  --ruby-100: #f6e0e3;

  /* ---- Gold (accent) ---- */
  --gold-800: #8c6a2f;
  --gold-700: #b5842c;
  --gold-600: #d99a2b;  /* rich gold — unchanged core brand */
  --gold-500: #f0c24a;  /* warm yellow-gold */
  --gold-300: #efd9a8;  /* champagne */
  --gold-100: #f8eed6;

  /* ---- Chrome / silver (from the emblem's diamond points) ---- */
  --silver-600: #8d94a1;
  --silver-400: #cfd4dc;
  --silver-200: #e9ecf1;

  /* ---- Ink & paper ---- */
  --ink-900: #17090f;
  --ink-800: #25121a;   /* body ink — unchanged core brand */
  --ink-600: #4a2b35;
  --ink-400: #6a4750;
  --ink-300: #7f606c;   /* WCAG AA (>=4.5:1) on white, ivory and dim paper */

  --paper:     #ffffff;
  --paper-alt: #fdf8f0;  /* warm ivory — unchanged core brand */
  --paper-dim: #f6efe3;
  --line:      #ecdfcf;
  --line-soft: #f3e9db;

  /* ---- Semantic roles ---- */
  --bg:            var(--paper);
  --bg-alt:        var(--paper-alt);
  --text:          var(--ink-800);
  --text-soft:     var(--ink-400);
  --text-faint:    var(--ink-300);
  --brand:         var(--ruby-600);
  --brand-deep:    var(--ruby-800);
  --accent:        var(--gold-600);
  --accent-bright: var(--gold-500);
  --whatsapp:      #1faa53;
  --whatsapp-ink:  #0d7a38;

  /* Surfaces that sit on the dark ink sections */
  --on-dark-text:  #f4e9dc;
  --on-dark-soft:  #c9a98b;
  --on-dark-line:  rgba(217, 154, 43, 0.28);

  /* ---- Type ---- */
  --font-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --text-xs:   0.78rem;
  --text-sm:   0.875rem;
  --text-base: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  --text-lg:   clamp(1.08rem, 1rem + 0.4vw, 1.22rem);
  --text-xl:   clamp(1.35rem, 1.2rem + 0.7vw, 1.6rem);
  --text-2xl:  clamp(1.6rem, 1.35rem + 1.2vw, 2.2rem);
  --text-3xl:  clamp(2rem, 1.55rem + 2.1vw, 3.1rem);
  --text-4xl:  clamp(2.5rem, 1.7rem + 3.6vw, 4.6rem);

  --tracking-eyebrow: 0.18em;
  --tracking-tight: -0.02em;

  /* ---- Space & rhythm (intentionally uneven, not one uniform pad) ---- */
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.5rem;
  --space-6:  2rem;
  --space-7:  3rem;
  --space-8:  4rem;
  --space-section: clamp(3.75rem, 2.5rem + 5vw, 7.5rem);
  --space-gutter:  clamp(1.25rem, 0.6rem + 2.4vw, 2.5rem);

  /* ---- Shape ---- */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --maxw:      1200px;
  --maxw-prose: 68ch;

  /* ---- Elevation (warm, never neutral grey) ---- */
  --shadow-sm: 0 2px 8px -3px rgba(74, 7, 19, 0.16);
  --shadow:    0 14px 34px -18px rgba(74, 7, 19, 0.30);
  --shadow-lg: 0 32px 64px -30px rgba(74, 7, 19, 0.38);
  --shadow-gold: 0 18px 42px -22px rgba(181, 132, 44, 0.55);

  /* ---- Motion ---- */
  --dur-fast:   160ms;
  --dur:        280ms;
  --dur-slow:   520ms;
  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);

  /* ---- Signature gradients ---- */
  --grad-gold: linear-gradient(100deg, var(--gold-800) 0%, var(--gold-500) 32%, var(--gold-300) 50%, var(--gold-600) 72%, var(--gold-800) 100%);
  --grad-ruby: linear-gradient(135deg, var(--ruby-900) 0%, var(--ruby-700) 55%, var(--ruby-600) 100%);
  --grad-ink:  linear-gradient(155deg, #2a1119 0%, var(--ink-900) 52%, #3d1420 100%);

  /* Per-page accent — each business page overrides these two */
  --page-accent: var(--ruby-600);
  --page-accent-soft: rgba(168, 19, 43, 0.10);
}

/* Per-business accent themes. Same brand family, different variant —
   ruby and gold stay dominant, the hue only shifts the supporting tint. */
[data-theme="stays"]      { --page-accent: #b0402c; --page-accent-soft: rgba(176, 64, 44, 0.10); }
[data-theme="treks"]      { --page-accent: #1f6d5e; --page-accent-soft: rgba(31, 109, 94, 0.10); }
[data-theme="consult"]    { --page-accent: #2f4f7a; --page-accent-soft: rgba(47, 79, 122, 0.10); }
[data-theme="brand"]      { --page-accent: #8c2f6d; --page-accent-soft: rgba(140, 47, 109, 0.10); }
[data-theme="trade"]      { --page-accent: #a8132b; --page-accent-soft: rgba(168, 19, 43, 0.10); }
[data-theme="life"]       { --page-accent: #6b4a1f; --page-accent-soft: rgba(107, 74, 31, 0.10); }
[data-theme="retreats"]   { --page-accent: #4a6b2f; --page-accent-soft: rgba(74, 107, 47, 0.10); }


/* ==== base.css ==== */
/* ============================================================
   Himdarsh Global — Reset, typography, layout primitives
   ============================================================ */

/* Self-hosted fonts (latin subset only — the site ships English copy).
   Previously loaded from fonts.googleapis.com/fonts.gstatic.com: under
   PageSpeed's throttled-mobile test that stylesheet request alone cost
   ~750ms of render-blocking time before the gstatic woff2 fetch even
   started. Each family below is one variable-font file — matching what
   Google itself serves — instanced to a specific static weight per rule,
   so three/four @font-face blocks share a single request each. */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: var(--tracking-tight);
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

::selection { background: var(--gold-300); color: var(--ink-900); }

:focus-visible {
  outline: 2.5px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Layout primitives ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--space-gutter);
}
.container--narrow { max-width: 900px; }

.section { padding-block: var(--space-section); position: relative; }
.section--tight { padding-block: calc(var(--space-section) * 0.62); }

/* Warm ivory band with a hairline top edge */
.section--alt {
  background: var(--bg-alt);
  border-block: 1px solid var(--line-soft);
}

/* Deep ink band for contrast — used sparingly, as an anchor */
.section--ink {
  background: var(--grad-ink);
  color: var(--on-dark-text);
  border-block: 1px solid rgba(217, 154, 43, 0.18);
}
.section--ink h1, .section--ink h2, .section--ink h3 { color: var(--gold-300); }
.section--ink p { color: var(--on-dark-soft); }

.stack > * + * { margin-top: var(--space-4); }
.prose { max-width: var(--maxw-prose); }
.prose p { color: var(--text-soft); font-size: var(--text-lg); }

/* ---------- Type helpers ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin: 0 0 var(--space-4);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--page-accent);
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}
.section--ink .eyebrow { color: var(--gold-500); }

.section-title { font-size: var(--text-3xl); }
.section-sub {
  max-width: 62ch;
  margin-top: var(--space-4);
  color: var(--text-soft);
  font-size: var(--text-lg);
}
.section--ink .section-sub { color: var(--on-dark-soft); }

.section-head { margin-bottom: var(--space-7); max-width: 72ch; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

/* Gold foil text — mirrors the emblem's burnished metal */
.foil {
  background: var(--grad-gold);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Ruby underline flourish for a single emphasised word */
.underlined {
  position: relative;
  white-space: nowrap;
}
.underlined::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -0.08em;
  height: 0.14em;
  background: var(--grad-gold);
  border-radius: 2px;
  transform-origin: left center;
}

/* ---------- Rules & ornaments ---------- */
.hairline {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  color: var(--accent);
}
.ornament::before, .ornament::after {
  content: "";
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
  opacity: 0.5;
}
.ornament::after { background: linear-gradient(90deg, currentColor, transparent); }

/* ---------- Accessibility ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 20px;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 var(--radius-xs) 0;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ---------- Scroll reveal (JS adds .is-in) ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
[data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}


/* ==== components.css ==== */
/* ============================================================
   Himdarsh Global — Components
   ============================================================ */

/* ============ Buttons ============ */
.btn {
  --btn-bg: transparent;
  --btn-ink: var(--text);
  --btn-line: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  padding: 14px 30px;
  border: 1.5px solid var(--btn-line);
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-ink);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--dur) var(--ease-out),
              box-shadow var(--dur) var(--ease-out),
              color var(--dur) var(--ease-out),
              border-color var(--dur) var(--ease-out);
}
.btn svg { flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

/* Sheen sweep on hover — reads as polished metal, not a generic button */
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.42) 46%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 620ms var(--ease-out);
}
.btn:hover::after { transform: translateX(120%); }

.btn--gold {
  --btn-bg: var(--grad-gold);
  --btn-ink: #2a1c05;
  --btn-line: rgba(140, 106, 47, .55);
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover { box-shadow: 0 22px 48px -20px rgba(181, 132, 44, .72); }

.btn--ruby {
  --btn-bg: var(--grad-ruby);
  --btn-ink: #fff;
  --btn-line: transparent;
  box-shadow: var(--shadow);
}

.btn--outline {
  --btn-ink: var(--text);
  --btn-line: var(--line);
  background: var(--paper);
}
.btn--outline:hover { --btn-line: var(--accent); --btn-ink: var(--brand); }

.btn--ghost {
  --btn-ink: var(--on-dark-text);
  --btn-line: rgba(239, 217, 168, .45);
}
.btn--ghost:hover { --btn-line: var(--gold-500); --btn-ink: var(--gold-300); }

.btn--whatsapp {
  --btn-bg: var(--whatsapp);
  --btn-ink: #fff;
  --btn-line: var(--whatsapp);
  box-shadow: 0 14px 30px -16px rgba(31, 170, 83, .8);
}
.btn--whatsapp:hover { --btn-bg: var(--whatsapp-ink); --btn-line: var(--whatsapp-ink); }

.btn--sm { padding: 10px 20px; font-size: 0.875rem; }

/* Text link with a travelling arrow.
   padding-block + an equal negative margin-block enlarges the tappable box
   to the ~44px mobile minimum without shifting surrounding layout — the
   padding grows the box, the negative margin gives the extra space back. */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding-block: 10px;
  margin-block: -10px;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--page-accent);
}
.link-arrow svg { transition: transform var(--dur) var(--ease-out); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 28px -22px rgba(74, 7, 19, .5);
  background: rgba(255, 255, 255, 0.92);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  min-height: 86px;
}

.brand { display: inline-flex; align-items: center; flex: none; }
.brand-logo {
  height: 56px;
  width: auto;
  transition: transform var(--dur) var(--ease-out);
}
.brand:hover .brand-logo { transform: scale(1.03); }

/* ============ Navigation ============ */
.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 30px);
}
.nav-menu > li { position: relative; }

.nav-link,
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
  background: none;
  border: 0;
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--text-soft);
  cursor: pointer;
  transition: color var(--dur) var(--ease-out);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 1.5px;
  background: var(--grad-gold);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform var(--dur) var(--ease-out);
}
.nav-link:hover, .nav-dropdown-toggle:hover { color: var(--brand); }
.nav-link:hover::after,
.nav-link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left center; }
.nav-link[aria-current="page"] { color: var(--brand); }
.nav-dropdown-toggle svg { transition: transform var(--dur) var(--ease-out); }
.nav-dropdown.is-open .nav-dropdown-toggle svg { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: -20px;
  width: 320px;
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), visibility var(--dur);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav-dropdown-menu a {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--text);
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.nav-dropdown-menu a:hover { background: var(--paper-alt); color: var(--brand); }
.nav-dropdown-menu a[aria-current="page"] { background: var(--page-accent-soft); color: var(--brand); }
.nav-dropdown-menu small {
  grid-column: 2;
  display: block;
  font-weight: 400;
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.01em;
}
.nav-dot {
  grid-row: span 2;
  width: 26px; height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--page-accent-soft);
  color: var(--page-accent);
}

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  padding: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 20px; height: 1.8px;
  margin: 4px auto;
  background: var(--brand);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.8px) rotate(-45deg); }

/* ============ Cards ============ */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out);
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 154, 43, .5);
  box-shadow: var(--shadow-lg);
}
/* Gold hairline that draws across the top edge on hover */
.card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--dur-slow) var(--ease-out);
  z-index: 2;
}
.card:hover::before { transform: scaleX(1); }

.card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  background: radial-gradient(120% 100% at 50% 0%, var(--paper-alt) 0%, var(--paper-dim) 100%);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}
.card-tag {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--page-accent);
}
.card-body { padding: var(--space-5) var(--space-5) var(--space-5); display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: var(--text-xl); margin-bottom: 0.55rem; }
.card-body p { color: var(--text-soft); font-size: 0.97rem; flex: 1; }
.card-body .link-arrow { margin-top: var(--space-4); }

.card--feature {
  background: var(--grad-ink);
  border-color: rgba(217, 154, 43, .3);
  color: var(--on-dark-text);
  justify-content: center;
}
.card--feature h3 { color: var(--gold-300); }
.card--feature p { color: var(--on-dark-soft); }
.card--feature .link-arrow { color: var(--gold-500); }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: var(--space-5);
}

/* ============ Offer / value tiles ============ */
.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(268px, 100%), 1fr));
  gap: var(--space-5);
}
.tile {
  position: relative;
  padding: var(--space-6) var(--space-5) var(--space-5);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out);
}
.tile:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 154, 43, .55);
  box-shadow: var(--shadow);
}
.tile h3 { font-size: 1.16rem; margin-bottom: 0.5rem; }
.tile p { color: var(--text-soft); font-size: 0.95rem; margin: 0; }
.tile-num {
  position: absolute;
  top: var(--space-4); right: var(--space-5);
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--page-accent);
  opacity: 0.16;
}
.tile-icon {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  margin-bottom: var(--space-4);
  border-radius: 13px;
  background: var(--page-accent-soft);
  color: var(--page-accent);
}
.section--alt .tile { background: var(--paper); }

/* ============ Steps ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: var(--space-5);
  counter-reset: step;
}
.step {
  position: relative;
  padding-top: var(--space-6);
  border-top: 1px solid var(--line);
}
.step::before {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 46px; height: 2px;
  background: var(--grad-gold);
}
.step-num {
  display: block;
  margin-bottom: var(--space-3);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--page-accent);
}
.step h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.step p { color: var(--text-soft); font-size: 0.94rem; margin: 0; }

/* ============ FAQ ============ */
.faq { max-width: 860px; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-5);
  padding: var(--space-5) 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--brand); }
.faq-item summary::after {
  content: "";
  flex: none;
  width: 22px; height: 22px;
  margin-top: 3px;
  background: currentColor;
  opacity: .55;
  transition: transform var(--dur) var(--ease-out);
  -webkit-mask: no-repeat center / 22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  mask: no-repeat center / 22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}
.faq-item[open] summary::after { transform: rotate(135deg); }
.faq-item[open] summary { color: var(--brand); }
.faq-item > p {
  max-width: 72ch;
  padding-bottom: var(--space-5);
  color: var(--text-soft);
  margin: 0;
}

/* ============ CTA banner ============ */
.cta-banner {
  position: relative;
  padding: clamp(2.5rem, 1.5rem + 4vw, 4.5rem) var(--space-gutter);
  border-radius: var(--radius-xl);
  background: var(--grad-ink);
  border: 1px solid rgba(217, 154, 43, .28);
  text-align: center;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto -10%;
  height: 140%;
  background: radial-gradient(50% 50% at 50% 40%, rgba(217, 154, 43, .18), transparent 70%);
  pointer-events: none;
}
.cta-banner > * { position: relative; }
.cta-banner h2 { font-size: var(--text-2xl); color: var(--gold-300); }
.cta-banner p {
  max-width: 56ch;
  margin: var(--space-4) auto var(--space-6);
  color: var(--on-dark-soft);
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: center;
}

/* ============ Breadcrumb ============ */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: var(--space-5);
  font-size: 0.84rem;
  color: var(--text-faint);
}
.breadcrumb a { display: inline-block; padding-block: 11px; margin-block: -11px; }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb [aria-current] { color: var(--text); font-weight: 600; }

/* ============ Contact form ============ */
.contact-form {
  padding: var(--space-6);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.field { margin-bottom: var(--space-4); }
.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 13px 16px;
  font: inherit;
  font-size: 0.97rem;
  color: var(--text);
  background: var(--paper-alt);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.field textarea { resize: vertical; min-height: 118px; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  background: var(--paper);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--page-accent-soft);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-faint); opacity: .75; }
.contact-form .btn { width: 100%; margin-top: var(--space-2); }
.form-note {
  margin: var(--space-4) 0 0;
  font-size: 0.87rem;
  color: var(--text-soft);
  min-height: 1.2em;
}
.form-note[data-state="error"] { color: var(--ruby-600); font-weight: 600; }
.form-note[data-state="ok"] { color: var(--whatsapp-ink); font-weight: 600; }

/* Honeypot: kept in the tab/DOM flow but off-screen, so only automated
   fillers that ignore visibility end up populating it. */
.field--hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
}
.field--captcha .captcha-question {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text);
}

/* ============ Footer ============ */
.site-footer {
  background: var(--grad-ink);
  color: var(--on-dark-soft);
  border-top: 1px solid rgba(217, 154, 43, .25);
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(160px, 1fr));
  gap: var(--space-7) var(--space-6);
  padding-block: var(--space-8) var(--space-7);
}
.footer-logo { height: 62px; width: auto; margin-bottom: var(--space-5); }
.footer-brand p { max-width: 40ch; font-size: 0.94rem; }
.footer-col h3 {
  margin-bottom: var(--space-4);
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--gold-500);
}
.footer-nav { display: grid; gap: 11px; }
.footer-nav a {
  display: inline-block;
  padding-block: 10px;
  margin-block: -10px;
  font-size: 0.94rem;
  color: var(--on-dark-soft);
  transition: color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.footer-nav a:hover { color: var(--gold-300); transform: translateX(3px); }
.footer-contact { display: grid; gap: 12px; font-size: 0.94rem; }
.footer-contact a { display: inline-block; padding-block: 10px; margin-block: -10px; }
.footer-contact a:hover { color: var(--gold-300); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-5);
  border-top: 1px solid rgba(217, 154, 43, .18);
  font-size: 0.85rem;
}
.footer-bottom p { margin: 0; }
.back-top { display: inline-flex; align-items: center; gap: 8px; padding-block: 10px; margin-block: -10px; color: var(--gold-500); }
.back-top:hover { color: var(--gold-300); }

/* ============ Mobile call / WhatsApp bar ============ */
.mobile-actions {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  display: none;
  gap: 1px;
  background: var(--line);
  box-shadow: 0 -8px 26px -14px rgba(74, 7, 19, .5);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.mobile-actions a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}
.ma-call { background: var(--grad-ruby); }
.ma-whatsapp { background: var(--whatsapp); }
.ma-call:active, .ma-whatsapp:active { filter: brightness(.92); }

/* ============ Responsive ============ */
@media (max-width: 1000px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .brand-logo { height: 44px; }
  .header-inner { min-height: 70px; }

  .nav-menu {
    position: fixed;
    inset: 70px 0 auto;
    z-index: 59;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100dvh - 70px);
    padding: var(--space-4) var(--space-gutter) var(--space-7);
    overflow-y: auto;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), visibility var(--dur);
  }
  .nav-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-menu > li { border-bottom: 1px solid var(--line-soft); }
  .nav-menu > li:last-child { border-bottom: 0; padding-top: var(--space-5); }
  .nav-link, .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 1.05rem;
  }
  .nav-link::after { display: none; }

  .nav-dropdown-menu {
    position: static;
    width: auto;
    padding: 0 0 var(--space-4);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-dropdown.is-open .nav-dropdown-menu { display: block; }
  .nav-dropdown:hover .nav-dropdown-menu { display: none; }
  .nav-dropdown.is-open:hover .nav-dropdown-menu { display: block; }
  .nav-dropdown-menu a { background: var(--paper-alt); margin-bottom: 6px; }

  .nav-cta-wrap .btn { width: 100%; }

  .mobile-actions { display: flex; }
  body { padding-bottom: 58px; }
}

@media (max-width: 560px) {
  .btn { padding: 13px 24px; }
  .cta-actions .btn { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
}


/* ==== sections.css ==== */
/* ============================================================
   Himdarsh Global — Section compositions & animated scenes
   ============================================================ */

/* ============ Hero ============ */
.hero {
  position: relative;
  padding-block: clamp(3rem, 1.5rem + 6vw, 6.5rem) clamp(3rem, 2rem + 5vw, 6rem);
  overflow: hidden;
  background: var(--paper-alt);
  border-bottom: 1px solid var(--line-soft);
}
/* Layered atmosphere: warm gold bloom + a faint ruby wash, never flat */
.hero::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto -20%;
  height: 150%;
  background:
    radial-gradient(42% 46% at 78% 22%, rgba(217, 154, 43, .22), transparent 68%),
    radial-gradient(46% 50% at 12% 84%, rgba(168, 19, 43, .10), transparent 70%);
  pointer-events: none;
}
/* Fine gold grid, barely there — texture instead of empty space */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(181, 132, 44, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 132, 44, .07) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(72% 62% at 50% 40%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(72% 62% at 50% 40%, #000 20%, transparent 78%);
  pointer-events: none;
}
.hero > .container { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 1rem + 4vw, 4.5rem);
}

/* Hero entrance is CSS, not JS: above-the-fold copy must never sit at
   opacity 0 waiting on a script or on requestAnimationFrame (a tab opened
   in the background pauses rAF entirely). The .js gate is set by an inline
   head script, so a no-JS visitor simply gets the finished state. */
@keyframes hg-rise {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
@keyframes hg-emblem-in {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: none; }
}

.js [data-hero-seq] > * {
  opacity: 0;
  animation: hg-rise 900ms var(--ease-out) both;
}
.js [data-hero-seq] > *:nth-child(1) { animation-delay:  60ms; }
.js [data-hero-seq] > *:nth-child(2) { animation-delay: 170ms; }
.js [data-hero-seq] > *:nth-child(3) { animation-delay: 280ms; }
.js [data-hero-seq] > *:nth-child(4) { animation-delay: 390ms; }
.js [data-hero-seq] > *:nth-child(5) { animation-delay: 500ms; }
.js [data-hero-seq] > *:nth-child(6) { animation-delay: 610ms; }

.js [data-hero-emblem] {
  opacity: 0;
  animation: hg-emblem-in 1200ms var(--ease-out) 180ms both;
}

.hero-title {
  font-size: var(--text-4xl);
  line-height: 1.03;
  margin-bottom: var(--space-5);
}
/* inline (not inline-block) so a gradient phrase wraps with the sentence
   instead of being pushed whole onto the next line on narrow screens */
.hero-title .foil {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero-lead {
  max-width: 54ch;
  font-size: var(--text-lg);
  color: var(--text-soft);
  margin-bottom: var(--space-6);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-7);
}

/* Grid, not flex-wrap: three stats must hold one row at every desktop
   width rather than orphaning the third onto a line of its own. */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 0.4rem + 1.4vw, 1.75rem);
  padding-top: var(--space-5);
  border-top: 1px solid var(--line);
}
.hero-stats li { display: grid; gap: 2px; min-width: 0; }
.hero-stats strong {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.9rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--brand);
  overflow-wrap: break-word;
}
.hero-stats span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--text-faint);
}

@media (max-width: 520px) {
  .hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-4); }
}

/* Hero brand plate — the emblem, framed like a seal */
.hero-emblem {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 1rem + 2vw, 2.75rem);
}
.hero-emblem img {
  width: min(100%, 420px);
  filter: drop-shadow(0 30px 50px rgba(74, 7, 19, .22));
}
.hero-emblem::before,
.hero-emblem::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(181, 132, 44, .32);
  pointer-events: none;
}
.hero-emblem::before { inset: 6%; }
.hero-emblem::after { inset: 15%; border-style: dashed; border-color: rgba(181, 132, 44, .22); }

/* ============ Animated scene frames ============ */
.scene {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(90% 80% at 50% 12%, rgba(255,255,255,.9), transparent 60%),
    linear-gradient(168deg, var(--paper-alt) 0%, var(--paper-dim) 100%);
  border: 1px solid var(--line);
}
.scene svg { width: 100%; height: 100%; display: block; }

/* Scene inside a card slot */
.card-media .scene {
  aspect-ratio: auto;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* The hero-scale scene on each business page */
.scene--feature {
  aspect-ratio: 5 / 4;
  box-shadow: var(--shadow-lg);
}
.scene--feature::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(181, 132, 44, .3);
  pointer-events: none;
}

/* Shared drawing conventions for every scene SVG */
.scene .s-line { fill: none; stroke: var(--gold-700); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.scene .s-line--soft { stroke: var(--silver-600); opacity: .55; stroke-width: 1.4; }
.scene .s-line--accent { stroke: var(--page-accent); }
.scene .s-fill { fill: var(--gold-500); opacity: .18; }
.scene .s-fill--accent { fill: var(--page-accent); opacity: .12; }
.scene .s-ruby { fill: var(--ruby-600); }
.scene .s-gold { fill: var(--gold-600); }
.scene .s-ink { fill: var(--ink-800); }
.scene .s-glow { filter: blur(6px); opacity: .5; }
.scene text { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: .12em; fill: var(--text-faint); text-transform: uppercase; }

/* Fallback if JS never runs — the scene must still look finished */
.no-js .scene .s-line,
.scene.is-static .s-line { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; }
.no-js .scene .r-node-bg,
.no-js .scene .r-ring,
.no-js .scene .r-core-ring,
.no-js .scene .m-ring,
.no-js .scene .m-progress,
.scene.is-static .r-node-bg,
.scene.is-static .r-ring,
.scene.is-static .r-core-ring,
.scene.is-static .m-ring,
.scene.is-static .m-progress { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; }

/* ============ Radar scanner (the "hub" scene) ============
   A dark instrument panel rather than the shared light scene surface —
   inspired by live process-monitoring dashboards, recoloured into our
   gold/ruby/ivory palette instead of a tech-teal. Every class here is
   scoped to .scene--radar so it never touches the other seven scenes. */
.scene--radar {
  background: radial-gradient(120% 120% at 50% 38%, #2b131c 0%, #170b11 55%, #0d060a 100%);
}
.scene--radar.scene--feature::after { box-shadow: inset 0 0 0 1px rgba(217, 154, 43, .32); }

.scene--radar .r-bezel { stroke: rgba(217, 154, 43, .32); stroke-width: 1.2; stroke-dasharray: 3 7; }
.scene--radar .r-ring { stroke: rgba(217, 154, 43, .5); stroke-width: 1.4; }
.scene--radar .r-axis { stroke: rgba(217, 154, 43, .14); stroke-width: 1; }
.scene--radar .r-tick { stroke: rgba(239, 217, 168, .3); stroke-width: 1; }
.scene--radar .r-tick--major { stroke: rgba(240, 194, 74, .65); stroke-width: 1.4; }

.scene--radar .r-sweep-line { stroke: #f0c24a; stroke-width: 1.6; stroke-linecap: round; }

.scene--radar .r-node-bg { fill: #170a10; stroke: rgba(217, 154, 43, .7); stroke-width: 1.6; }
.scene--radar .r-node-icon { fill: none; stroke: #f0c24a; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.scene--radar .r-node-glow { fill: #f0c24a; }
.scene--radar .r-label { font-family: var(--font-body); font-size: 8.6px; font-weight: 700; letter-spacing: .1em; fill: #efd9a8; opacity: .85; text-transform: uppercase; }

.scene--radar .r-core-bg { fill: #1c0e15; stroke: rgba(217, 154, 43, .55); stroke-width: 1.2; }
.scene--radar .r-core-ring { stroke: rgba(240, 194, 74, .8); stroke-width: 1.6; }
.scene--radar .r-mark-point { stroke: #f0c24a; stroke-width: 2; }
.scene--radar .r-gem { fill: #c22740; filter: drop-shadow(0 0 4px rgba(194, 39, 64, .7)); }

/* ============ Business medallion crests ============
   The shared coin-like emblem used by each of the seven business
   scenes (see medallion() in scenes.js) — a reeded bezel, an accent
   ring, a gold-line icon on a plate, and a ruby jewel at twelve
   o'clock, echoing the compass-and-gem mark in the real logo. */
.scene .m-bezel { stroke: var(--silver-600); stroke-width: 1.2; stroke-dasharray: 3 7; opacity: .5; }
.scene .m-tick { stroke: var(--silver-600); stroke-width: 1; opacity: .45; }
.scene .m-tick--major { stroke: var(--gold-700); stroke-width: 1.5; opacity: .85; }
.scene .m-ring { stroke: var(--page-accent); stroke-width: 1.6; opacity: .8; }
.scene .m-plate { fill: var(--paper-alt); stroke: none; }
.scene .m-plate-line { stroke: var(--line); stroke-width: 1; }
.scene .m-icon { fill: none; stroke: var(--gold-700); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.scene .m-gem { fill: var(--ruby-600); filter: drop-shadow(0 0 3px rgba(168, 19, 43, .5)); }
.scene .m-gem-glow { fill: var(--gold-500); filter: blur(4px); }
.scene .m-hearth { fill: var(--gold-500); filter: blur(10px); }
.scene .m-stars circle { fill: var(--gold-600); }
.scene .m-orbit-dot { fill: var(--gold-600); }
.scene .m-route-dest { fill: var(--gold-600); }

/* ============ Split feature (copy + scene) ============ */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  align-items: center;
  gap: clamp(2rem, 1rem + 4vw, 4.5rem);
}
.split--reverse > *:first-child { order: 2; }

/* ============ About ============ */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 1rem + 4vw, 4rem);
  align-items: start;
}
.about-copy p { color: var(--text-soft); font-size: var(--text-lg); }

.mv-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: var(--space-5);
  margin-block: var(--space-6);
}
.mv-card {
  padding: var(--space-5);
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.mv-card h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.mv-card p { font-size: 0.94rem; color: var(--text-soft); margin: 0; }
.mv-icon {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  margin-bottom: var(--space-3);
  border-radius: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--brand);
}

.check-list { display: grid; gap: 12px; margin-top: var(--space-5); }
.check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--text-soft);
}
.check-list li::before {
  content: "";
  width: 20px; height: 20px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--page-accent-soft);
  -webkit-mask: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a8132b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.values-card {
  position: sticky;
  top: 110px;
  padding: var(--space-6) var(--space-6) var(--space-5);
  background: var(--grad-ink);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(217, 154, 43, .3);
  color: var(--on-dark-soft);
  overflow: hidden;
}
/* Faint radial glow anchored top-right for depth against the flat ink gradient */
.values-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 220px at 100% 0%, rgba(240, 194, 74, .16), transparent 65%);
  pointer-events: none;
}
.values-eyebrow {
  position: relative;
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-600);
}
.values-card h3 {
  position: relative;
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  font-size: 1.3rem;
  color: var(--gold-300);
  border-bottom: 1px solid var(--on-dark-line);
}
.values-list { position: relative; display: grid; margin: 0; padding: 0; list-style: none; }
.values-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-4);
  align-items: start;
  padding-block: var(--space-4);
  transition: transform var(--dur) var(--ease-out);
}
.values-list li + li { border-top: 1px solid var(--on-dark-line); }
.values-list li:first-child { padding-top: 2px; }
.values-list li:last-child { padding-bottom: 2px; }
.values-list li:hover { transform: translateX(3px); }
.values-icon {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  flex: none;
  border-radius: 11px;
  background: rgba(240, 194, 74, .12);
  border: 1px solid rgba(217, 154, 43, .35);
  color: var(--gold-500);
  transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.values-list li:hover .values-icon { background: var(--gold-600); color: var(--ink-900); }
.values-text { display: grid; gap: 3px; }
.values-text strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold-500);
}
.values-text span { font-size: 0.92rem; line-height: 1.6; }

.values-card.is-in .values-list li {
  animation: values-in var(--dur-slow) var(--ease-out) both;
  animation-delay: calc(var(--i, 0) * 70ms);
}
@keyframes values-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .values-card.is-in .values-list li { animation: none; }
}

/* ============ Vision pillars ============ */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: var(--space-6);
  margin-top: var(--space-7);
}
.pillar { padding-top: var(--space-5); border-top: 1px solid var(--on-dark-line); }
.pillar h3 { font-size: 1.18rem; margin-bottom: 0.5rem; color: var(--gold-300); }
.pillar p { font-size: 0.95rem; margin: 0; }

/* ============ Marquee ("local to global" ticker) ============ */
.marquee {
  position: relative;
  overflow: hidden;
  padding-block: var(--space-5);
  /* Lighter than the near-black --ink-900 used elsewhere — still a dark
     band, but a soft wine gradient instead of a flat near-black one. */
  background: linear-gradient(90deg, #33191f 0%, #422129 50%, #33191f 100%);
  border-block: 1px solid rgba(217, 154, 43, .25);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: var(--space-6);
  width: max-content;
  will-change: transform;
}
/* Scoped to .marquee (the ticker's own wrapper) so this styling — meant for
   gold text on the dark ticker band — never leaks onto another element that
   only reuses .marquee-track for its identical seamless-scroll JS hook
   (e.g. .trust-track, which supplies its own card styling instead). */
.marquee .marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: var(--space-6);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.5rem);
  letter-spacing: 0.02em;
  color: var(--gold-300);
  white-space: nowrap;
}
.marquee .marquee-track span::after {
  content: "◆";
  font-size: 0.55em;
  color: var(--ruby-500);
}

/* ============ Trust strip (who we work with) ============
   A slow-scrolling row of real client segments — same seamless duplicate-
   track technique as .marquee, styled as cards instead of ticker text. */
.trust-strip {
  overflow: hidden;
  margin-top: var(--space-7);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.trust-track { gap: var(--space-5); padding-block: 4px; }
.trust-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
.trust-icon {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--page-accent-soft);
  color: var(--page-accent);
}

/* ============ Testimonials ============ */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: var(--space-5);
  margin-top: var(--space-7);
}
.testimonial-card {
  position: relative;
  margin: 0;
  padding: var(--space-6);
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.testimonial-mark { color: var(--page-accent-soft); display: block; margin-bottom: var(--space-3); }
.testimonial-card blockquote {
  margin: 0 0 var(--space-5);
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text);
}
.testimonial-card figcaption { display: grid; gap: 2px; }
.testimonial-card figcaption strong { font-size: 0.95rem; }
.testimonial-card figcaption span { font-size: 0.84rem; color: var(--text-faint); }

/* ============ Contact ============ */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(2rem, 1rem + 4vw, 4rem);
  align-items: start;
}
.contact-list { display: grid; gap: var(--space-4); margin-top: var(--space-6); }
.contact-list li {
  display: grid;
  gap: 3px;
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--line);
}
.contact-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--text-faint);
}
.contact-list a, .contact-list span:not(.contact-label) { font-size: 1.05rem; font-weight: 500; }
/* padding-block + equal negative margin-block: grows the tap target to the
   mobile-friendly ~44px minimum without shifting the label above or the
   divider below. */
.contact-list a { display: inline-block; padding-block: 10px; margin-block: -10px; }
.contact-list a:hover { color: var(--brand); }

/* ============ Property listing (Himdarsh Stays network) ============ */
.property-list { display: grid; gap: var(--space-5); }

.property {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.6fr);
  gap: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out);
}
.property:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 154, 43, .55);
  box-shadow: var(--shadow-lg);
}
.property-visual {
  position: relative;
  border-right: 1px solid var(--line-soft);
  background: linear-gradient(168deg, var(--paper-alt), var(--paper-dim));
  min-height: 240px;
}
.property-visual .scene { position: absolute; inset: 0; aspect-ratio: auto; border: 0; border-radius: 0; background: transparent; }

.property-body { padding: var(--space-6); }
.property-flag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: var(--space-3);
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--page-accent-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--page-accent);
}
.property-body h3 { font-size: var(--text-xl); margin-bottom: 6px; }
.property-where {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: var(--space-4);
  font-size: 0.9rem;
  color: var(--text-faint);
}
.property-body > p { color: var(--text-soft); font-size: 0.97rem; }

.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  margin-block: var(--space-5);
  padding-block: var(--space-4);
  border-block: 1px solid var(--line-soft);
}
.property-meta div { display: grid; gap: 1px; }
.property-meta dt,
.property-meta .m-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.property-meta dd,
.property-meta .m-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
}

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--space-5); }
.chip {
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper-alt);
  font-size: 0.82rem;
  color: var(--text-soft);
}
.property-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); }

/* Rating stars */
.stars { display: inline-flex; gap: 2px; color: var(--gold-600); }
.stars svg { width: 15px; height: 15px; }

/* ============ Coming-soon / roadmap rows ============ */
.roadmap { display: grid; gap: var(--space-4); }
.roadmap li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  background: var(--paper);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--text-soft);
  font-size: 0.95rem;
}
.roadmap strong { font-family: var(--font-display); color: var(--text); font-weight: 600; }
.roadmap .badge {
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--paper-alt);
  border: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* ============ Cross-sell strip ============ */
.crosssell {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
  gap: var(--space-4);
}
.crosssell a {
  display: grid;
  gap: 6px;
  padding: var(--space-5);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.crosssell a:hover { transform: translateY(-4px); border-color: rgba(217, 154, 43, .55); box-shadow: var(--shadow); }
.crosssell strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }
.crosssell span { font-size: 0.86rem; color: var(--text-faint); }

/* ============ Responsive ============ */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-emblem { order: -1; padding: 0 0 var(--space-5); }
  .hero-emblem img { width: min(72%, 300px); }
  .hero-emblem::before, .hero-emblem::after { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .values-card { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .split--reverse > *:first-child { order: 0; }
}

@media (max-width: 700px) {
  .property { grid-template-columns: 1fr; }
  .property-visual { min-height: 200px; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .property-body { padding: var(--space-5); }
  .roadmap li { grid-template-columns: 1fr; gap: var(--space-2); }
}
