/* ==========================================================================
   AA Rajasthan — Website Stylesheet
   Theme: warm, organic, calm. Terracotta, not brown. No clinical imagery.
   Palette and type tokens are all declared once, below.
   ========================================================================== */

:root{
  /* --- Surfaces ------------------------------------------------------- */
  --cream:       #FBF7F4;   /* page background */
  --sand:        #F6EEE8;   /* alternating section */
  --clay:        #EFDCD1;   /* cards, chips */
  --clay-soft:   #F7E6DC;
  --sage-light:  #E6E9DE;

  /* --- Ink -------------------------------------------------------------
     Terracotta all the way down. The deep tone is a dark terracotta, not a
     brown: same hue as the mid tone, only lower in lightness. --ink and
     --body are near neutral so the terracotta stays the only warm colour
     doing any work. Every pair below is at least 4.5:1 on every surface. */
  --terra:       #B04E2C;   /* display headings, primary button */
  --terra-deep:  #8A3A20;   /* dark bands, footer */
  --terra-dark:  #6B2B17;   /* the darkest step, backgrounds only */
  --rust:        #A5502F;   /* accent, links */
  --sage:        #6C7A60;   /* secondary accent */
  --ink:         #241F1D;   /* strong body text */
  --body:        #4F4744;   /* body text */
  --muted:       #675C58;   /* captions, notes — WCAG AA on every surface used */
  --line:        rgba(176,78,44,.16);
  --line-soft:   rgba(176,78,44,.09);

  /* --- Type ----------------------------------------------------------- */
  --display: "Bricolage Grotesque", "Noto Sans Devanagari", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: "Inter", "Noto Sans Devanagari", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* --- Shape ---------------------------------------------------------- */
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;
  --r-pill: 999px;

  --shadow-soft: 0 1px 2px rgba(138,58,32,.05), 0 12px 32px -18px rgba(138,58,32,.26);
  --shadow-lift: 0 2px 4px rgba(138,58,32,.06), 0 24px 48px -24px rgba(138,58,32,.32);

  --wrap: 1180px;
  --gut: clamp(20px, 5vw, 64px);
}

/* ==========================================================================
   Fonts — self-hosted. Nothing on this site calls a third-party server, so a
   visitor's browser never announces itself to Google or a CDN. That matters
   for a fellowship built on anonymity.
   ========================================================================== */
@font-face{
  font-family:"Bricolage Grotesque"; font-style:normal; font-weight:200 800;
  font-display:swap; src:url("../fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,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:100 900;
  font-display:swap; src:url("../fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:"Noto Sans Devanagari"; font-style:normal; font-weight:400;
  font-display:swap; src:url("../fonts/noto-sans-devanagari-devanagari-400-normal.woff2") format("woff2");
  unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FF;
}
@font-face{
  font-family:"Noto Sans Devanagari"; font-style:normal; font-weight:500 600;
  font-display:swap; src:url("../fonts/noto-sans-devanagari-devanagari-500-normal.woff2") format("woff2");
  unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FF;
}

/* ==========================================================================
   Reset & base
   ========================================================================== */
*,*::before,*::after{ box-sizing:border-box; }
/* the browser gives <figure> a default `margin: 1em 40px`, which quietly
   knocks every figure out of its grid column. Zero it once, here. */
figure, blockquote, dl, dd{ margin:0; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; overflow-x:hidden; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }

body{
  margin:0;
  background:var(--cream);
  color:var(--body);
  font-family:var(--sans);
  font-size:17px;
  line-height:1.68;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}

img,svg{ max-width:100%; display:block; }
a{ color:var(--rust); text-decoration:none; }
a:hover{ color:var(--terra); }

h1,h2,h3,h4{
  font-family:var(--display);
  font-weight:400;
  color:var(--terra);
  letter-spacing:-.015em;
  line-height:1.1;
  margin:0 0 .5em;
}
h1{ font-size:clamp(2.6rem, 6vw, 4.4rem); line-height:1.02; }
h2{ font-size:clamp(2rem, 4vw, 3rem); }
h3{ font-size:clamp(1.35rem, 2.2vw, 1.75rem); line-height:1.2; }
h4{ font-size:1.1rem; line-height:1.3; }
p{ margin:0 0 1.1em; }
p:last-child{ margin-bottom:0; }

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
.skip-link{
  position:absolute; left:-9999px; top:0; z-index:200;
  background:var(--terra); color:#fff; padding:12px 20px; border-radius:0 0 var(--r-sm) 0;
}
.skip-link:focus{ left:0; color:#fff; }

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

/* ==========================================================================
   Layout helpers
   ========================================================================== */
.wrap{ width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--gut); }
.wrap-narrow{ max-width:760px; }
.wrap-wide{ max-width:1340px; }

section{ position:relative; }
.sec{ padding-block:clamp(64px, 9vw, 128px); }
.sec-tight{ padding-block:clamp(48px, 6vw, 80px); }
.bg-sand{ background:var(--sand); }
.bg-clay{ background:var(--clay-soft); }
.bg-sage{ background:var(--sage-light); }
.bg-terra{ background:var(--terra); color:#F3E4DA; }
.bg-terra h1,.bg-terra h2,.bg-terra h3{ color:#FDF6F0; }

.grid{ display:grid; gap:clamp(20px,3vw,32px); }
.g-2{ grid-template-columns:repeat(2,1fr); }
.g-3{ grid-template-columns:repeat(3,1fr); }
.g-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:880px){ .g-3,.g-4{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .g-2,.g-3,.g-4{ grid-template-columns:1fr; } }

.split{
  display:grid; grid-template-columns:1fr 1fr;
  gap:clamp(32px,6vw,88px); align-items:center;
}
@media (max-width:900px){ .split{ grid-template-columns:1fr; } }
.split-reverse > *:first-child{ order:2; }
@media (max-width:900px){ .split-reverse > *:first-child{ order:0; } }

.center{ text-align:center; }
.center .lede{ margin-inline:auto; }
.stack-sm > * + *{ margin-top:12px; }

/* ==========================================================================
   Type components
   ========================================================================== */
.eyebrow{
  font-family:var(--sans);
  font-size:.72rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  color:var(--rust); margin:0 0 18px; display:flex; align-items:center; gap:12px;
}
.center .eyebrow{ justify-content:center; }
.eyebrow::before{ content:""; width:26px; height:1px; background:currentColor; opacity:.55; flex:none; }
.bg-terra .eyebrow{ color:#DBA98F; }

.lede{ font-size:clamp(1.08rem,1.6vw,1.28rem); line-height:1.6; color:var(--body); max-width:62ch; }
.bg-terra .lede{ color:#EBD5C7; }

.quote{
  font-family:var(--display); font-weight:400;
  font-size:clamp(1.6rem,3.2vw,2.5rem); line-height:1.22; letter-spacing:-.02em;
  color:var(--terra); margin:0 0 .6em;
}
.bg-terra .quote{ color:#FBEDE3; }
.quote-xl{ font-size:clamp(2.1rem,5vw,3.6rem); }

.note{
  font-size:.88rem; line-height:1.6; color:var(--muted);
}
.note-box{
  border-left:2px solid var(--clay); padding:2px 0 2px 18px;
  font-size:.9rem; color:var(--muted); max-width:60ch;
}

.small-caps{ font-size:.75rem; letter-spacing:.14em; text-transform:uppercase; font-weight:600; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--sans); font-size:.95rem; font-weight:500; letter-spacing:.01em;
  padding:15px 30px; border-radius:var(--r-pill);
  border:1px solid transparent; cursor:pointer;
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
  text-align:center; line-height:1.2;
}
.btn:hover{ transform:translateY(-1.5px); }
.btn svg{ width:17px; height:17px; flex:none; }

.btn-primary{ background:var(--terra); color:#FCF3EC; }
.btn-primary:hover{ background:var(--terra-deep); color:#fff; box-shadow:var(--shadow-soft); }

.btn-ghost{ background:transparent; color:var(--terra); border-color:var(--line); }
.btn-ghost:hover{ background:rgba(106,42,24,.05); border-color:rgba(106,42,24,.3); color:var(--terra); }

.btn-light{ background:#FCF3EC; color:var(--terra); }
.btn-light:hover{ background:#fff; color:var(--terra-deep); }

.btn-outline-light{ background:transparent; color:#F3E0D3; border-color:rgba(243,224,211,.4); }
.btn-outline-light:hover{ background:rgba(255,255,255,.09); color:#fff; }

.btn-sm{ padding:11px 22px; font-size:.87rem; }
.btn-row{ display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.center .btn-row{ justify-content:center; }

.link-arrow{
  display:inline-flex; align-items:center; gap:9px;
  font-weight:500; font-size:.95rem; color:var(--terra);
  border-bottom:1px solid var(--line); padding-bottom:4px;
  transition:gap .18s ease, border-color .18s ease;
}
.link-arrow:hover{ gap:14px; border-color:var(--terra); color:var(--terra); }
.link-arrow::after{ content:"→"; font-size:1.05em; line-height:1; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header{
  position:sticky; top:0; z-index:90;
  background:rgba(251,247,242,.86);
  backdrop-filter:saturate(150%) blur(14px);
  -webkit-backdrop-filter:saturate(150%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .25s ease, background .25s ease;
}
.site-header.is-stuck{ border-bottom-color:var(--line-soft); background:rgba(251,247,242,.95); }
.header-inner{
  display:flex; align-items:center; gap:24px;
  height:76px; max-width:1360px;
  transition:height .3s cubic-bezier(.16,1,.3,1);
}
.site-header.is-condensed .header-inner{ height:60px; }
.site-header.is-condensed .brand-mark{ transform:scale(.86); }
.site-header.is-condensed .brand-sub{ opacity:0; }
.brand-mark, .brand-sub{ transition:transform .3s cubic-bezier(.16,1,.3,1), opacity .25s ease; }
@media (max-width:1024px){ .header-inner{ height:68px; } }

.brand{ display:flex; align-items:center; gap:12px; flex:none; color:var(--terra); }
.brand:hover{ color:var(--terra-deep); }
.brand-mark{ width:40px; height:40px; flex:none; color:var(--terra); }
.brand-mark .mark-words{
  font-family:var(--sans); font-weight:700; font-size:15px;
}
/* on the banner the mark is knocked out white with the rest of the header */
body:has(.banner) .site-header:not(.is-stuck) .brand-mark{ color:#FFF6EC; }
.site-footer .brand-mark{ color:#F3DCCB; }
.brand-text{ display:flex; flex-direction:column; line-height:1.05; }
.brand-name{ font-family:var(--display); font-size:1.16rem; letter-spacing:-.01em; }
.brand-sub{ font-size:.6rem; letter-spacing:.17em; text-transform:uppercase; color:var(--muted); font-weight:600; margin-top:3px; }

.nav{ display:flex; align-items:center; gap:2px; margin-left:auto; }
.nav a{
  font-size:.86rem; font-weight:450; color:var(--body); padding:9px 12px; border-radius:var(--r-pill);
  transition:background .16s ease, color .16s ease; white-space:nowrap;
}
.nav a:hover{ background:rgba(106,42,24,.06); color:var(--terra); }
.nav a[aria-current="page"]{ color:var(--terra); font-weight:550; background:rgba(106,42,24,.07); }

.header-actions{ display:flex; align-items:center; gap:12px; flex:none; }
.lang-toggle{
  display:inline-flex; border:1px solid var(--line); border-radius:var(--r-pill); overflow:hidden; background:transparent;
}
.lang-toggle > *{
  font-family:var(--sans); font-size:.76rem; font-weight:600; letter-spacing:.04em;
  padding:7px 12px; border:0; background:transparent; color:var(--muted);
  line-height:1.35; display:inline-block;
  transition:background .16s ease, color .16s ease;
}
.lang-toggle a:hover{ background:rgba(106,42,24,.07); color:var(--terra); }
.lang-toggle [aria-current="true"]{ background:var(--terra); color:#FCF3EC; }
@media (max-width:1180px){ .lang-toggle{ margin-right:4px; } }

.nav-toggle{
  display:none; margin-left:auto;
  width:44px; height:44px; border:1px solid var(--line); background:transparent;
  border-radius:var(--r-pill); cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:5px;
}
.nav-toggle span{ display:block; width:17px; height:1.5px; background:var(--terra); transition:transform .22s ease, opacity .22s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform:translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform:translateY(-6.5px) rotate(-45deg); }

@media (max-width:1180px){
  .nav, .header-actions .btn{ display:none; }
  .nav-toggle{ display:flex; }
  .header-actions{ margin-left:auto; }
}

/* mobile drawer */
.mobile-nav{
  position:fixed; inset:0 0 0 auto; width:min(420px,88vw); z-index:95;
  background:var(--cream); border-left:1px solid var(--line);
  transform:translateX(100%); visibility:hidden;
  transition:transform .32s cubic-bezier(.4,0,.2,1), visibility .32s;
  padding:100px var(--gut) 40px; overflow-y:auto;
  display:flex; flex-direction:column; gap:4px;
}
.mobile-nav.is-open{ transform:translateX(0); visibility:visible; }
.mobile-nav a{
  font-family:var(--display); font-size:1.5rem; color:var(--terra);
  padding:11px 0; border-bottom:1px solid var(--line-soft);
}
.mobile-nav .btn{ margin-top:24px; }
.nav-scrim{
  position:fixed; inset:0; background:rgba(46,37,30,.35); z-index:94;
  opacity:0; pointer-events:none; transition:opacity .3s ease;
}
.nav-scrim.is-open{ opacity:1; pointer-events:auto; }
@media (min-width:1181px){ .mobile-nav, .nav-scrim{ display:none; } }

/* ==========================================================================
   Mobile permanent action bar  (brief: keep "Find a Meeting" + "Call" visible)
   ========================================================================== */
.action-bar{
  position:fixed; left:0; right:0; bottom:0; z-index:80;
  display:none; gap:10px; padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(251,247,242,.94);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-top:1px solid var(--line-soft);
}
.action-bar .btn{ flex:1; padding:14px 10px; font-size:.9rem; }
@media (max-width:768px){
  .action-bar{ display:flex; }
  body{ padding-bottom:74px; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{
  display:grid; grid-template-columns:1fr 1fr; align-items:stretch;
  min-height:min(78vh, 720px);
}
.hero-copy{
  display:flex; flex-direction:column; justify-content:center;
  padding:clamp(48px,7vw,96px) clamp(24px,5vw,80px) clamp(48px,7vw,96px) max(var(--gut), calc((100vw - var(--wrap))/2 + var(--gut)));
}
.hero-art{ position:relative; overflow:hidden; border-radius:var(--r-xl) 0 0 var(--r-xl); }
.hero-art > svg{ width:100%; height:100%; object-fit:cover; }
@media (max-width:900px){
  .hero{ grid-template-columns:1fr; min-height:0; }
  .hero-copy{ padding:56px var(--gut) 44px; }
  .hero-art{ border-radius:var(--r-lg); margin:0 var(--gut) 8px; aspect-ratio:16/11; }
}
.hero h1{ margin-bottom:.28em; }
.hero .lede{ max-width:44ch; }

.chip-row{ display:flex; flex-wrap:wrap; gap:9px; margin-top:26px; }
.chip{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--clay-soft); color:var(--terra);
  font-size:.82rem; font-weight:500; padding:8px 16px; border-radius:var(--r-pill);
}
.chip svg{ width:14px; height:14px; opacity:.7; }

/* page hero (interior pages) */
.page-hero{ padding-block:clamp(56px,7vw,104px) clamp(40px,5vw,72px); }
.page-hero .quote{ max-width:20ch; }
.page-hero.has-art{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(32px,6vw,72px); align-items:center; }
@media (max-width:900px){ .page-hero.has-art{ grid-template-columns:1fr; } }

/* ==========================================================================
   Cards
   ========================================================================== */
.card{
  background:#fff; border:1px solid var(--line-soft); border-radius:var(--r-lg);
  padding:clamp(24px,3vw,36px);
  transition:transform .2s ease, box-shadow .2s ease;
}
.card-soft{ background:var(--sand); border-color:transparent; }
.card-clay{ background:var(--clay-soft); border-color:transparent; }
.card-sage{ background:var(--sage-light); border-color:transparent; }
.card h3{ margin-bottom:.4em; }
.card p{ font-size:.98rem; }
a.card:hover{ transform:translateY(-3px); box-shadow:var(--shadow-soft); }

.step-num{
  font-family:var(--display); font-size:.9rem; font-weight:600; letter-spacing:.08em;
  color:var(--rust); display:block; margin-bottom:16px;
}

.numbered{ counter-reset:n; }
.numbered .card{ position:relative; }

/* two-column compare (AA is / AA is not) */
.compare{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(16px,2.5vw,28px); }
@media (max-width:760px){ .compare{ grid-template-columns:1fr; } }
.compare > div{ border-radius:var(--r-lg); padding:clamp(26px,3.4vw,42px); }
.compare .is{ background:var(--sage-light); }
.compare .isnt{ background:var(--clay-soft); }
.compare h3{ margin-bottom:22px; }

/* icon lists */
.ticks{ list-style:none; margin:0; padding:0; display:grid; gap:13px; }
.ticks li{ display:flex; gap:12px; align-items:flex-start; font-size:1rem; line-height:1.5; color:var(--ink); }
.ticks li::before{
  content:""; flex:none; width:20px; height:20px; margin-top:2px; border-radius:50%;
  background:var(--sage) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.ticks.crosses li::before{
  background:var(--rust) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center/11px no-repeat;
}
.ticks.dots li::before{
  background:transparent; border:1.5px solid var(--rust); width:8px; height:8px; margin-top:9px; margin-left:6px; margin-right:6px;
}

/* plain bullets */
.bullets{ list-style:none; margin:0; padding:0; display:grid; gap:11px; }
.bullets li{ position:relative; padding-left:22px; color:var(--body); }
.bullets li::before{
  content:""; position:absolute; left:0; top:.62em; width:7px; height:7px; border-radius:50%; background:var(--clay);
}

/* ==========================================================================
   Accordion (FAQ)
   ========================================================================== */
.accordion{ border-top:1px solid var(--line-soft); }
.acc-item{ border-bottom:1px solid var(--line-soft); }
.acc-btn{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:24px;
  background:none; border:0; cursor:pointer; text-align:left;
  padding:24px 0; font-family:var(--display); font-size:clamp(1.15rem,1.9vw,1.4rem);
  color:var(--terra); line-height:1.25;
}
.acc-icon{
  flex:none; width:30px; height:30px; border-radius:50%; border:1px solid var(--line);
  position:relative; transition:background .2s ease, border-color .2s ease, transform .25s ease;
}
.acc-icon::before,.acc-icon::after{
  content:""; position:absolute; left:50%; top:50%; background:var(--terra);
  transform:translate(-50%,-50%); transition:opacity .2s ease, background .2s ease;
}
.acc-icon::before{ width:11px; height:1.5px; }
.acc-icon::after{ width:1.5px; height:11px; }
.acc-btn[aria-expanded="true"] .acc-icon{ background:var(--terra); border-color:var(--terra); }
.acc-btn[aria-expanded="true"] .acc-icon::before,
.acc-btn[aria-expanded="true"] .acc-icon::after{ background:#FCF3EC; }
.acc-btn[aria-expanded="true"] .acc-icon::after{ opacity:0; }
.acc-panel{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
.acc-panel.is-open{ grid-template-rows:1fr; }
.acc-panel > div{ overflow:hidden; }
.acc-panel p{ padding-bottom:26px; max-width:66ch; }

/* ==========================================================================
   City chips / meeting finder
   ========================================================================== */
.city-grid{ display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.city-chip{
  display:inline-flex; align-items:center; gap:9px;
  background:#fff; border:1px solid var(--line-soft); color:var(--terra);
  padding:11px 20px; border-radius:var(--r-pill); font-size:.94rem; font-weight:450;
  transition:background .16s ease, border-color .16s ease, transform .16s ease;
}
.city-chip:hover{ background:var(--clay-soft); border-color:transparent; transform:translateY(-2px); color:var(--terra); }
.city-chip.is-more{ background:transparent; color:var(--muted); border-style:dashed; }

.finder{
  background:#fff; border:1px solid var(--line-soft); border-radius:var(--r-lg);
  padding:clamp(20px,3vw,32px); box-shadow:var(--shadow-soft);
}
.finder-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:14px; align-items:end; }
@media (max-width:1000px){ .finder-grid{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:520px){ .finder-grid{ grid-template-columns:1fr; } }
.field label{
  display:block; font-size:.72rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase;
  color:var(--muted); margin-bottom:8px;
}
.field select, .field input{
  width:100%; font-family:var(--sans); font-size:.95rem; color:var(--ink);
  padding:13px 15px; border:1px solid var(--line); border-radius:var(--r-sm);
  background:var(--cream); appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236A2A18' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 13px center; background-size:15px;
  padding-right:38px; cursor:pointer;
}
.field input{ background-image:none; padding-right:15px; cursor:text; }
.finder-actions{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-top:20px; }
.result-count{ font-size:.9rem; color:var(--muted); margin-left:auto; }

.meeting-list{ display:grid; gap:16px; margin-top:32px; }
.meeting-card{
  background:#fff; border:1px solid var(--line-soft); border-radius:var(--r-md);
  padding:clamp(20px,2.6vw,30px);
  display:grid; grid-template-columns:1fr auto; gap:24px; align-items:center;
}
@media (max-width:760px){ .meeting-card{ grid-template-columns:1fr; } }
.meeting-card h3{ font-size:1.3rem; margin-bottom:6px; }
.meeting-meta{ display:flex; flex-wrap:wrap; gap:8px 18px; font-size:.9rem; color:var(--body); margin-top:12px; }
.meeting-meta span{ display:inline-flex; align-items:center; gap:7px; }
.meeting-meta svg{ width:15px; height:15px; opacity:.55; flex:none; }
.tag{
  display:inline-block; font-size:.7rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase;
  padding:5px 11px; border-radius:var(--r-pill);
}
.tag-closed{ background:var(--clay); color:var(--terra); }
.tag-open{ background:var(--sage-light); color:#43503A; }
.meeting-card .btn-col{ display:flex; flex-direction:column; gap:9px; min-width:170px; }
@media (max-width:760px){ .meeting-card .btn-col{ flex-direction:row; min-width:0; } }

.empty-state{
  text-align:center; padding:56px 24px; background:var(--sand); border-radius:var(--r-lg);
}

/* ==========================================================================
   Pull-quote bands & misc
   ========================================================================== */
.band{ padding-block:clamp(64px,8vw,110px); }
.band-quote{ max-width:22ch; }

.helpline{
  font-family:var(--display); font-size:clamp(1.5rem,4.6vw,3.4rem); line-height:1.1;
  max-width:100%; overflow-wrap:anywhere;
  color:#FDF3EB; letter-spacing:-.02em;
  display:inline-block; margin:6px 0 8px;
}
.helpline-sub{ font-size:.8rem; letter-spacing:.14em; text-transform:uppercase; color:#D6A88F; font-weight:600; }

.rule{ height:1px; background:var(--line-soft); border:0; margin:0; }

.stat-row{ display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(16px,3vw,28px); }
@media (max-width:640px){ .stat-row{ grid-template-columns:1fr; } }
.stat{ background:var(--sand); border-radius:var(--r-lg); padding:clamp(26px,3vw,38px); }
.stat b{ font-family:var(--display); font-weight:400; font-size:clamp(1.8rem,3.4vw,2.6rem); color:var(--terra); display:block; line-height:1; margin-bottom:12px; }

.arch{
  border-radius:var(--r-xl) var(--r-xl) var(--r-lg) var(--r-lg);
  overflow:hidden;
}
.art-round{ border-radius:var(--r-lg); overflow:hidden; }
svg.art-fill{ width:100%; height:auto; }
.art-map{ width:100%; max-width:520px; margin-inline:auto; }
.art-blob{ border-radius:56% 44% 52% 48% / 48% 52% 48% 52%; overflow:hidden; }

/* definition rows (event/meeting template) */
.deflist{ display:grid; gap:0; border-top:1px solid var(--line-soft); }
.deflist > div{
  display:grid; grid-template-columns:180px 1fr; gap:20px;
  padding:15px 0; border-bottom:1px solid var(--line-soft);
}
@media (max-width:600px){ .deflist > div{ grid-template-columns:1fr; gap:2px; } }
.deflist dt{ font-size:.74rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); }
.deflist dd{ margin:0; color:var(--ink); }

/* placeholder marker for pre-launch fields */
.ph{
  background:rgba(165,80,47,.09); color:var(--rust); border:1px dashed rgba(165,80,47,.35);
  padding:1px 8px; border-radius:5px; font-size:.9em; font-weight:500;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{ background:var(--terra-deep); color:#D9C1B3; padding-block:clamp(56px,7vw,88px) 32px; }
.site-footer a{ color:#E7D0C2; }
.site-footer a:hover{ color:#fff; }
.footer-top{ display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:clamp(28px,5vw,64px); }
@media (max-width:860px){ .footer-top{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-top{ grid-template-columns:1fr; } }
.site-footer h3{ color:#FCEFE6; font-size:1.5rem; margin-bottom:14px; }
.footer-col h4{
  font-family:var(--sans); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase;
  color:#C08E75; font-weight:600; margin-bottom:16px;
}
.footer-col ul{ list-style:none; margin:0; padding:0; display:grid; gap:10px; font-size:.95rem; }
.footer-quote{ font-family:var(--display); font-size:1.28rem; line-height:1.35; color:#F0DACC; max-width:24ch; margin-bottom:22px; }
.footer-disclaimer{
  margin-top:clamp(40px,5vw,64px); padding-top:26px; border-top:1px solid rgba(217,193,179,.18);
  font-size:.82rem; line-height:1.65; color:#B49483; max-width:78ch;
}
.footer-legal{
  margin-top:22px; display:flex; flex-wrap:wrap; gap:8px 24px; justify-content:space-between;
  font-size:.8rem; color:#A88774;
}

/* ==========================================================================
   Motion
   ========================================================================== */
.reveal{ opacity:0; transform:translateY(22px); will-change:opacity, transform; }
.reveal-l{ transform:translateX(-26px); }
.reveal-r{ transform:translateX(26px); }
.reveal-s{ transform:scale(.96); }
.reveal.is-in{
  opacity:1; transform:none;
  transition:opacity .78s cubic-bezier(.16,1,.3,1), transform .78s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--d, 0ms);
}


/* Slim helpline bar above the main header */
.topbar{
  background:var(--terra-deep); color:#E2C4B3;
  font-size:.82rem; letter-spacing:.01em;
  overflow:hidden; transition:height .34s cubic-bezier(.16,1,.3,1), opacity .25s ease;
}
body.is-scrolled .topbar{ height:0 !important; opacity:0; }
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  min-height:42px; padding-block:8px; flex-wrap:wrap;
}
.topbar a{ color:#FBEADF; font-weight:500; }
.topbar a:hover{ color:#fff; text-decoration:underline; text-underline-offset:3px; }
.topbar-help{ display:inline-flex; align-items:center; gap:9px; }
.topbar-help svg{ width:15px; height:15px; flex:none; opacity:.8; }
@media (max-width:768px){ .topbar{ display:none; } }

/* Larger touch target sizes on coarse pointers */
@media (pointer:coarse){
  .nav a, .link-arrow{ padding-block:12px; }
}

/* ==========================================================================
   Two doors — "who are you here for?"
   The fork is the first real decision on the home page. Both doors are given
   identical weight; neither is styled as the default or the "right" one.
   ========================================================================== */
.doors{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(18px,2.6vw,30px); }
@media (max-width:820px){ .doors{ grid-template-columns:1fr; } }

.door{
  position:relative; display:flex; flex-direction:column;
  padding:clamp(28px,3.4vw,44px);
  border-radius:var(--r-xl) var(--r-xl) var(--r-lg) var(--r-lg);
  border:1px solid var(--line-soft); background:#fff; overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.door:hover{ transform:translateY(-4px); box-shadow:var(--shadow-lift); border-color:transparent; }
.door--self{ background:linear-gradient(180deg,#FDF4EC 0%, #F7E7D9 100%); }
.door--other{ background:linear-gradient(180deg,#F1F3EC 0%, #E4E8DC 100%); }

.door-arch{
  position:absolute; top:-28px; right:-14px; width:168px; height:232px;
  border-radius:90px 90px 14px 14px; opacity:.6; pointer-events:none;
}
.door--self .door-arch{
  background:linear-gradient(178deg, rgba(226,166,127,.9) 0%, rgba(226,166,127,.28) 55%, rgba(226,166,127,0) 100%);
}
.door--other .door-arch{
  background:linear-gradient(178deg, rgba(148,164,130,.85) 0%, rgba(148,164,130,.26) 55%, rgba(148,164,130,0) 100%);
}
@media (max-width:520px){ .door-arch{ width:120px; height:168px; top:-20px; right:-10px; } }

.door .eyebrow{ position:relative; }
.door h3{
  font-size:clamp(1.45rem,2.5vw,1.95rem); position:relative;
  max-width:15ch; margin-bottom:.5em; text-wrap:balance;
}
.door p{ position:relative; color:var(--body); font-size:1rem; max-width:34ch; }
.door .link-arrow{ position:relative; margin-top:auto; padding-top:26px; align-self:flex-start; }
.door--other .eyebrow{ color:#5B6850; }
.door--other .link-arrow{ color:#3F4A37; border-color:rgba(63,74,55,.2); }
.door--other .link-arrow:hover{ border-color:#3F4A37; }

/* the path pages share a "what you can do next" strip */
.next-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(16px,2.4vw,26px); }
@media (max-width:820px){ .next-steps{ grid-template-columns:1fr; } }

/* ==========================================================================
   Devanagari typography
   Latin habits do not transfer: letter-spacing pulls conjuncts apart,
   uppercasing does nothing, negative tracking crowds the matras, and tight
   leading clips the marks that sit above and below the line.
   ========================================================================== */
html[lang="hi"] h1,
html[lang="hi"] h2,
html[lang="hi"] h3,
html[lang="hi"] h4,
html[lang="hi"] .quote,
html[lang="hi"] .helpline,
html[lang="hi"] .brand-name,
html[lang="hi"] .footer-quote{ letter-spacing:0; }

html[lang="hi"] h1{ line-height:1.26; }
html[lang="hi"] h2{ line-height:1.3; }
html[lang="hi"] h3,
html[lang="hi"] h4{ line-height:1.4; }
html[lang="hi"] .quote{ line-height:1.42; }
html[lang="hi"] .helpline{ line-height:1.3; }
html[lang="hi"] .acc-btn{ line-height:1.45; }

html[lang="hi"] .eyebrow,
html[lang="hi"] .small-caps,
html[lang="hi"] .brand-sub,
html[lang="hi"] .footer-col h4,
html[lang="hi"] .helpline-sub,
html[lang="hi"] .field label,
html[lang="hi"] .deflist dt,
html[lang="hi"] .tag{ text-transform:none; letter-spacing:.02em; }

html[lang="hi"] .eyebrow,
html[lang="hi"] .footer-col h4,
html[lang="hi"] .helpline-sub,
html[lang="hi"] .field label,
html[lang="hi"] .deflist dt{ font-size:.8rem; }
html[lang="hi"] .tag{ font-size:.76rem; }
html[lang="hi"] .brand-sub{ font-size:.66rem; }

/* Devanagari needs a touch more room between lines of running text */
html[lang="hi"] body{ line-height:1.78; }
html[lang="hi"] .lede{ line-height:1.72; }
html[lang="hi"] .nav a{ font-size:.85rem; }

/* ==========================================================================
   Motion
   The subject sets the register: this is a page someone may open in distress,
   so nothing darts, bounces or demands attention. Long easings, small
   distances, one thing at a time. Every rule here is switched off under
   prefers-reduced-motion at the bottom of this block.
   ========================================================================== */

@keyframes rise      { from{ opacity:0; transform:translateY(26px); } to{ opacity:1; transform:none; } }
@keyframes riseArt   { from{ opacity:0; transform:scale(1.05); }      to{ opacity:1; transform:none; } }
@keyframes breathe   { 0%,100%{ opacity:.28; } 50%{ opacity:.55; } }
@keyframes fadeIn    { from{ opacity:0; } to{ opacity:1; } }
@keyframes cardIn    { from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:none; } }
@keyframes drawLine  { from{ width:0; } to{ width:26px; } }

/* --- hero: one unhurried entrance, top to bottom ------------------------ */
.hero-copy > *{ animation:rise .85s cubic-bezier(.16,1,.3,1) both; }
.hero-copy > *:nth-child(1){ animation-delay:.05s; }
.hero-copy > *:nth-child(2){ animation-delay:.15s; }
.hero-copy > *:nth-child(3){ animation-delay:.25s; }
.hero-copy > *:nth-child(4){ animation-delay:.33s; }
.hero-copy > *:nth-child(5){ animation-delay:.41s; }
.hero-copy > *:nth-child(6){ animation-delay:.49s; }
.hero-copy > *:nth-child(7){ animation-delay:.57s; }
.hero-art{ animation:riseArt 1.15s cubic-bezier(.16,1,.3,1) both; }

/* light in the doorway, breathing slowly */
.hero-art::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(58% 46% at 50% 62%, rgba(255,241,224,.85), rgba(255,241,224,0) 70%);
  animation:breathe 11s ease-in-out infinite; animation-delay:1.2s;
}
.hero-art > svg{ transform:translateY(var(--parallax, 0px)); will-change:transform; }

/* interior pages get a quieter version of the same entrance */
.page-hero > div > *{ animation:rise .8s cubic-bezier(.16,1,.3,1) both; }
.page-hero > div > *:nth-child(1){ animation-delay:.04s; }
.page-hero > div > *:nth-child(2){ animation-delay:.12s; }
.page-hero > div > *:nth-child(3){ animation-delay:.2s; }
.page-hero > div > *:nth-child(4){ animation-delay:.28s; }
.page-hero > .art-round{ animation:riseArt 1s cubic-bezier(.16,1,.3,1) both; animation-delay:.1s; }

/* --- micro-interactions ------------------------------------------------- */
.eyebrow::before{ animation:drawLine .7s cubic-bezier(.16,1,.3,1) both; animation-delay:.2s; }

.card-soft, .card-clay, .card-sage, .stat{
  transition:transform .28s cubic-bezier(.16,1,.3,1), box-shadow .28s ease;
}
.card-soft:hover, .card-clay:hover, .card-sage:hover{ transform:translateY(-2px); }

.city-chip{ transition:background .2s ease, border-color .2s ease, transform .2s cubic-bezier(.16,1,.3,1); }
.chip{ transition:transform .25s cubic-bezier(.16,1,.3,1); }
.chip:hover{ transform:translateY(-2px); }

.btn-primary::after{ content:none; }
.btn{ position:relative; overflow:hidden; }
.btn > *{ position:relative; z-index:1; }

/* the doors: light widens as you approach */
.door-arch{ transition:transform .5s cubic-bezier(.16,1,.3,1), opacity .4s ease; }
.door:hover .door-arch{ transform:scale(1.16) translate(-6px, 6px); opacity:.78; }
.door h3{ transition:transform .4s cubic-bezier(.16,1,.3,1); }
.door:hover h3{ transform:translateX(3px); }

/* accordion icon turns */
.acc-icon{ transition:background .2s ease, border-color .2s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.acc-btn[aria-expanded="true"] .acc-icon{ transform:rotate(90deg); }
.acc-panel{ transition:grid-template-rows .42s cubic-bezier(.16,1,.3,1); }
.acc-panel p{ opacity:0; transition:opacity .3s ease .1s; }
.acc-panel.is-open p{ opacity:1; }

/* ==========================================================================
   Meeting finder — quick filters, search, next meeting
   ========================================================================== */
.finder-top{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-bottom:18px; }
.search-field{ position:relative; flex:1 1 260px; min-width:0; }
.search-field svg{
  position:absolute; left:15px; top:50%; transform:translateY(-50%);
  width:17px; height:17px; color:var(--muted); pointer-events:none;
}
.search-field input{
  width:100%; font-family:var(--sans); font-size:.95rem; color:var(--ink);
  padding:13px 15px 13px 42px; border:1px solid var(--line); border-radius:var(--r-pill);
  background:var(--cream); transition:border-color .2s ease, background .2s ease;
}
.search-field input:focus{ background:#fff; border-color:var(--rust); outline:none; }

.quick-filters{ display:flex; flex-wrap:wrap; gap:8px; }
.qf{
  font-family:var(--sans); font-size:.85rem; font-weight:500;
  padding:10px 18px; border-radius:var(--r-pill);
  border:1px solid var(--line); background:transparent; color:var(--terra); cursor:pointer;
  transition:background .2s ease, color .2s ease, border-color .2s ease, transform .2s cubic-bezier(.16,1,.3,1);
}
.qf:hover{ background:rgba(106,42,24,.05); transform:translateY(-1px); }
.qf[aria-pressed="true"]{ background:var(--terra); border-color:var(--terra); color:#FCF3EC; }

.next-meeting{
  display:grid; grid-template-columns:auto 1fr auto; gap:clamp(16px,2.4vw,28px); align-items:center;
  background:linear-gradient(120deg, #F7E7D8 0%, #EFDCCB 100%);
  border-radius:var(--r-lg); padding:clamp(20px,2.6vw,28px); margin-bottom:28px;
  animation:cardIn .6s cubic-bezier(.16,1,.3,1) both;
}
@media (max-width:760px){ .next-meeting{ grid-template-columns:1fr; } }
.next-meeting .nm-dot{
  width:12px; height:12px; border-radius:50%; background:var(--sage); position:relative; flex:none;
}
.next-meeting .nm-dot::after{
  content:""; position:absolute; inset:-6px; border-radius:50%;
  border:1.5px solid var(--sage); opacity:.5; animation:pulse 2.6s ease-out infinite;
}
@keyframes pulse{ 0%{ transform:scale(.7); opacity:.6; } 100%{ transform:scale(1.5); opacity:0; } }
.next-meeting h3{ font-size:1.25rem; margin:6px 0 4px; }

.meeting-card{ animation:cardIn .5s cubic-bezier(.16,1,.3,1) both; animation-delay:var(--d,0ms); }
.meeting-card{ transition:border-color .2s ease, box-shadow .25s ease, transform .25s cubic-bezier(.16,1,.3,1); }
.meeting-card:hover{ border-color:var(--clay); box-shadow:var(--shadow-soft); transform:translateY(-2px); }

.copy-btn{
  background:none; border:0; padding:6px 0; cursor:pointer; font-family:var(--sans);
  font-size:.82rem; color:var(--muted); display:inline-flex; align-items:center; gap:7px;
  transition:color .2s ease;
}
.copy-btn:hover{ color:var(--terra); }
.copy-btn svg{ width:14px; height:14px; }
.copy-btn.is-done{ color:var(--sage); }

.empty-state{ animation:cardIn .5s cubic-bezier(.16,1,.3,1) both; }

/* ==========================================================================
   Self-check progress
   ========================================================================== */
.sc-progress{ margin-bottom:24px; }
.sc-bar{
  height:5px; border-radius:var(--r-pill); background:var(--clay); overflow:hidden;
}
.sc-bar span{
  display:block; height:100%; width:0; border-radius:var(--r-pill);
  background:linear-gradient(90deg, var(--rust), var(--terra));
  transition:width .45s cubic-bezier(.16,1,.3,1);
}
.sc-count{ font-size:.82rem; color:var(--muted); margin-top:10px; display:block; }
#selfcheck li{ transition:background .2s ease; border-radius:8px; padding-inline:8px !important; }
#selfcheck li:hover{ background:rgba(106,42,24,.035); }
#sc-out > div{ animation:rise .6s cubic-bezier(.16,1,.3,1) both; }

/* ==========================================================================
   Back to top
   ========================================================================== */
.to-top{
  position:fixed; right:clamp(16px,3vw,32px); bottom:clamp(16px,3vw,32px); z-index:70;
  width:48px; height:48px; border-radius:50%; border:1px solid var(--line-soft);
  background:rgba(251,247,242,.94); backdrop-filter:blur(10px);
  color:var(--terra); cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  opacity:0; transform:translateY(12px); pointer-events:none;
  transition:opacity .3s ease, transform .3s cubic-bezier(.16,1,.3,1), background .2s ease;
  box-shadow:var(--shadow-soft);
}
.to-top.is-visible{ opacity:1; transform:none; pointer-events:auto; }
.to-top:hover{ background:#fff; }
.to-top svg{ width:19px; height:19px; }
@media (max-width:768px){ .to-top{ bottom:calc(84px + env(safe-area-inset-bottom)); width:44px; height:44px; } }

/* ==========================================================================
   Mobile drawer polish
   ========================================================================== */
.mobile-nav a{ opacity:0; transform:translateX(16px); }
.mobile-nav.is-open a{
  opacity:1; transform:none;
  transition:opacity .4s ease var(--d,0ms), transform .45s cubic-bezier(.16,1,.3,1) var(--d,0ms);
}
.drawer-close{
  position:absolute; top:22px; right:22px; width:42px; height:42px; border-radius:50%;
  border:1px solid var(--line); background:transparent; color:var(--terra); cursor:pointer;
  display:flex; align-items:center; justify-content:center; transition:background .2s ease;
}
.drawer-close:hover{ background:rgba(106,42,24,.06); }
.drawer-close svg{ width:17px; height:17px; }

/* ==========================================================================
   Reduced motion — everything above stops here
   ========================================================================== */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration:.001ms !important; animation-iteration-count:1 !important;
    transition-duration:.001ms !important; scroll-behavior:auto !important;
  }
  .reveal{ opacity:1 !important; transform:none !important; }
  .mobile-nav a{ opacity:1; transform:none; }
  .hero-art > svg{ transform:none !important; }
  .btn:hover, a.card:hover, .door:hover .door-arch, .door:hover h3{ transform:none; }
}

/* ==========================================================================
   PAPER
   A single, very quiet grain over the whole page. It is the difference
   between "a screen" and "a printed thing", and it costs one element.
   ========================================================================== */
body::after{
  content:""; position:fixed; inset:0; z-index:1; pointer-events:none;
  opacity:.055; mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-header, .mobile-nav, .action-bar, .to-top, .nav-scrim{ z-index:90; }

/* ==========================================================================
   FIGURES — photography and art get a considered frame, not a bare rectangle
   ========================================================================== */
.fig{ position:relative; margin:0; }
.fig img, .fig svg{ display:block; width:100%; height:100%; object-fit:cover; }
.fig-arch img, .fig-arch svg{ border-radius:min(50%, 260px) min(50%, 260px) var(--r-md) var(--r-md); }
.fig-soft img, .fig-soft svg{ border-radius:var(--r-lg); }
.fig-tall{ aspect-ratio:4/5; }
.fig-wide{ aspect-ratio:3/2; }
.fig-square{ aspect-ratio:1/1; }

/* A hairline inside the image edge — a print habit that reads as care.
   It rides the picture itself, not the <figure>, so a caption underneath is
   never boxed in with it. */
.fig img, .fig svg{ box-shadow:inset 0 0 0 1px rgba(138,58,32,.10); }

.fig-cap{
  display:block; margin-top:14px; font-size:.8rem; line-height:1.5; color:var(--muted);
  padding-left:16px; border-left:1px solid var(--clay); max-width:34ch;
}

/* ==========================================================================
   EDITORIAL GRID — asymmetry, overlap and bleed, so no two sections share
   the same rhythm. This is the main cure for the "template" feeling.
   ========================================================================== */
.ed{
  display:grid; grid-template-columns:repeat(12, 1fr);
  gap:clamp(20px,3vw,44px); align-items:center;
}
@media (max-width:900px){
  .ed{ grid-template-columns:1fr; }
  .ed > *{ grid-column:1 / -1 !important; }
}
.c1-6{ grid-column:1 / span 6; }  .c1-5{ grid-column:1 / span 5; }
.c1-7{ grid-column:1 / span 7; }  .c2-5{ grid-column:2 / span 5; }
.c6-7{ grid-column:6 / span 7; }  .c7-6{ grid-column:7 / span 6; }
.c8-5{ grid-column:8 / span 5; }  .c4-8{ grid-column:4 / span 8; }
.c1-8{ grid-column:1 / span 8; }  .c3-8{ grid-column:3 / span 8; }

/* image escaping the container toward the viewport edge */
.bleed-l{ margin-left:calc(-1 * ((100vw - 100%) / 2)); }
.bleed-r{ margin-right:calc(-1 * ((100vw - 100%) / 2)); }
@media (max-width:900px){ .bleed-l, .bleed-r{ margin-left:0; margin-right:0; } }

/* a small inset picture that overlaps the big one */
.inset{
  position:absolute; width:42%; max-width:260px; z-index:2;
  box-shadow:0 24px 48px -28px rgba(74,32,18,.5);
}
.inset-br{ right:-8%; bottom:-10%; }
.inset-bl{ left:-8%; bottom:-10%; }
@media (max-width:900px){ .inset{ position:static; width:60%; margin:-40px auto 0; } }
.rel{ position:relative; }

/* ==========================================================================
   ICONS
   ========================================================================== */
.ico{ width:22px; height:22px; flex:none; }
.icon-badge{
  position:relative; width:64px; height:72px; flex:none;
  display:inline-flex; align-items:center; justify-content:center;
  color:var(--terra); isolation:isolate;
}
/* the arch itself, filled and carrying a faint jali texture */
.badge-arch{
  position:absolute; inset:0; width:100%; height:100%; z-index:-2;
  fill:var(--clay-soft);
  filter:drop-shadow(0 6px 14px rgba(106,42,24,.10));
  transition:fill .3s ease, transform .4s cubic-bezier(.16,1,.3,1);
}
/* an accent rule offset behind the arch — the thing that reads as drawn */
.badge-ring{
  position:absolute; inset:5px -5px -5px 5px; z-index:-3;
  border:1.4px solid var(--rust); opacity:.35;
  border-radius:28px 28px 4px 4px;
  transition:inset .4s cubic-bezier(.16,1,.3,1), opacity .3s ease;
}
.icon-badge .ico{ width:30px; height:30px; margin-top:6px; }
.ico-fill{ opacity:.2; }
.icon-badge.sage{ color:#46533C; }
.icon-badge.sage .badge-arch{ fill:var(--sage-light); }
.icon-badge.sage .badge-ring{ border-color:var(--sage); }
.icon-badge.deep{ color:#F3E0D3; }
.icon-badge.deep .badge-arch{ fill:rgba(255,255,255,.13); }
.icon-badge.deep .badge-ring{ border-color:rgba(255,255,255,.4); }

.card:hover .icon-badge .badge-arch,
.door:hover .icon-badge .badge-arch{ transform:translateY(-3px); }
.card:hover .badge-ring,
.door:hover .badge-ring{ inset:9px -9px -9px 9px; opacity:.6; }

/* ==========================================================================
   Section motif — a drawn divider rather than a rule
   ========================================================================== */
.motif{ display:flex; justify-content:center; padding:clamp(28px,5vw,56px) 0; }
.motif svg{ width:min(260px, 62%); height:auto; overflow:visible; }
.motif-rule{ stroke:var(--line); stroke-width:1; }
.motif-mark{ fill:none; stroke:var(--rust); stroke-width:1.5; stroke-linecap:round; opacity:.75; }
.motif-dot{ fill:var(--rust); }
.motif-dot-s{ fill:var(--clay); }
.motif-dot-s:nth-of-type(2){ transform-origin:100px 13px; }
.motif-dot-s:nth-of-type(3){ transform-origin:160px 13px; }
.motif.light .motif-rule{ stroke:rgba(255,255,255,.22); }
.motif.light .motif-mark{ stroke:#E3A87F; }
.motif.light .motif-dot{ fill:#E3A87F; }

.icon-list{ list-style:none; margin:0; padding:0; display:grid; gap:20px; }
.icon-list li{ display:grid; grid-template-columns:auto 1fr; gap:16px; align-items:start; }
.icon-list .ico{ color:var(--rust); margin-top:2px; }
.icon-list b{ display:block; font-weight:550; color:var(--ink); margin-bottom:2px; }

/* ==========================================================================
   VOICES — anonymous shared experience, never named testimonials.
   Deliberately varied in size so it reads as a wall of overheard lines
   rather than a row of identical cards.
   ========================================================================== */
.voices{
  display:grid; grid-template-columns:repeat(12,1fr);
  gap:clamp(16px,2vw,24px); align-items:stretch;
}
.voice{
  position:relative; border-radius:var(--r-lg); padding:clamp(26px,2.8vw,38px);
  background:#fff; border:1px solid var(--line-soft);
  display:flex; flex-direction:column; min-height:100%;
}
/* the composition: 7 + 5 on the first row, 4 + 4 + 4 on the second */
.voice-w7{ grid-column:span 7; background:var(--clay-soft); border-color:transparent; }
.voice-w5{ grid-column:span 5; }
.voice-w4{ grid-column:span 4; }
.voice-sage{ background:var(--sage-light); border-color:transparent; }
.voice-deep{ background:var(--terra); border-color:transparent; }

@media (max-width:1000px){
  .voices{ grid-template-columns:repeat(6,1fr); }
  .voice-w7, .voice-w5{ grid-column:span 6; }
  .voice-w4{ grid-column:span 3; }
  .voice-w4:last-child{ grid-column:span 6; }
}
@media (max-width:620px){
  .voices{ grid-template-columns:1fr; }
  .voice, .voice-w7, .voice-w5, .voice-w4, .voice-w4:last-child{ grid-column:1 / -1; }
}

.voice q{
  quotes:none; font-family:var(--display); font-weight:400;
  font-size:clamp(1.1rem,1.6vw,1.32rem); line-height:1.4; color:var(--terra);
}
.voice-w7 q{ font-size:clamp(1.3rem,2.1vw,1.75rem); line-height:1.34; }
.voice-deep q{ color:#FBEDE3; }
.voice-mark{ color:var(--clay); margin-bottom:14px; }
.voice-deep .voice-mark{ color:#DB9C79; }
.voice cite{
  margin-top:auto; padding-top:20px; font-style:normal;
  font-size:.78rem; letter-spacing:.12em; text-transform:uppercase;
  font-weight:600; color:var(--muted);
}
.voice-deep cite{ color:#EBBFA5; }
html[lang="hi"] .voice cite{ text-transform:none; letter-spacing:.02em; font-size:.85rem; }

/* ==========================================================================
   VIDEO — a click-to-play facade. YouTube is not contacted until someone
   actually presses play, which keeps the no-third-party promise intact
   for everyone who only reads the page.
   ========================================================================== */
.video-frame{
  position:relative; aspect-ratio:16/9; border-radius:var(--r-lg); overflow:hidden;
  background:linear-gradient(140deg,#7B3520,#4B1D10); cursor:pointer;
  border:0; padding:0; width:100%; display:block;
}
.video-frame img, .video-frame svg{ width:100%; height:100%; object-fit:cover; opacity:.72; }
.video-frame::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(to top, rgba(41,14,6,.72), rgba(41,14,6,.12) 60%);
}
.video-play{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:78px; height:78px; border-radius:50%; z-index:2;
  background:rgba(251,247,242,.94); color:var(--terra);
  display:grid; place-items:center;
  transition:transform .3s cubic-bezier(.16,1,.3,1), background .25s ease;
}
.video-play .ico{ width:28px; height:28px; margin-left:4px; fill:currentColor; }
.video-frame:hover .video-play{ transform:translate(-50%,-50%) scale(1.09); background:#fff; }
.video-meta{
  position:absolute; left:0; right:0; bottom:0; z-index:2; padding:clamp(20px,2.6vw,30px);
  text-align:left; color:#FBEDE3;
}
.video-meta h3{ color:#FDF6F0; margin:0 0 4px; font-size:clamp(1.1rem,1.8vw,1.45rem); }
.video-meta p{ margin:0; font-size:.86rem; color:#DFC0AE; }
.video-frame iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; z-index:3; }

.video-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(18px,2.4vw,28px); }
@media (max-width:900px){ .video-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .video-grid{ grid-template-columns:1fr; } }

/* ==========================================================================
   NUMBERED SEQUENCE — a real timeline, connected by a rule, because these
   steps genuinely happen in order
   ========================================================================== */
.seq{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(20px,3vw,40px); position:relative; }
@media (max-width:820px){ .seq{ grid-template-columns:1fr; gap:34px; } }
.seq::before{
  content:""; position:absolute; left:0; right:0; top:34px; height:1px;
  background:linear-gradient(90deg, var(--clay), var(--clay) 70%, transparent);
}
@media (max-width:820px){ .seq::before{ display:none; } }
.seq-item{ position:relative; padding-top:0; }
.seq-num{
  display:grid; place-items:center; width:68px; height:68px; border-radius:50%;
  background:var(--cream); border:1px solid var(--clay);
  font-family:var(--display); font-size:1.5rem; color:var(--terra);
  margin-bottom:24px; position:relative; z-index:1;
}
.bg-sand .seq-num{ background:var(--sand); }
.seq-item h3{ margin-bottom:.35em; }

/* ==========================================================================
   Display scale — one genuinely large size, used sparingly
   ========================================================================== */
.display-xl{
  font-family:var(--display); font-weight:400; color:var(--terra);
  font-size:clamp(2.6rem, 7vw, 5.4rem); line-height:.98; letter-spacing:-.035em;
  text-wrap:balance; margin:0 0 .3em;
}
html[lang="hi"] .display-xl{ letter-spacing:0; line-height:1.22; }
.rule-label{
  display:flex; align-items:center; gap:16px; margin-bottom:clamp(28px,4vw,48px);
  font-size:.72rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  color:var(--rust);
}
.rule-label::after{ content:""; flex:1; height:1px; background:var(--line); }
html[lang="hi"] .rule-label{ text-transform:none; letter-spacing:.02em; font-size:.8rem; }

/* placeholder chips have to stay legible on the dark surfaces too */
.bg-terra .ph, .video-meta .ph, .site-footer .ph{
  background:rgba(255,255,255,.14); color:#FBEDE3; border-color:rgba(251,237,227,.42);
}
.video-meta .ph{ font-size:1em; }

/* ==========================================================================
   Full-screen banner  —  home page
   One full-viewport stage. .banner-media holds the film; the drawn scene
   stands in behind it until a file is dropped in. Everything readable is
   layered above a warm scrim, never pure black.
   ========================================================================== */
.banner{
  position:relative; isolation:isolate;
  min-height:100svh; min-height:100vh;
  margin-top:calc(-1 * var(--head-h, 0px));
  padding-top:var(--head-h, 0px);
  display:grid; grid-template-rows:1fr auto;
  overflow:hidden; background:var(--terra-deep);
}
.banner-media{ position:absolute; inset:0; z-index:0; overflow:hidden; }
.banner-media > *{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
}
.banner-media picture{ position:absolute; inset:0; display:block; }
.banner-photo{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:72% 50%;
  transform:scale(1.06); transform-origin:72% 50%;
}
.banner-video{ opacity:0; transition:opacity .8s ease; z-index:1; }
.banner-video.is-playing{ opacity:1; }
@media (max-width:820px){ .banner-photo{ object-position:78% 50%; } }

/* The photograph is bright and open on the left, which is exactly where the
   headline sits. The scrim is therefore weighted to the left rather than the
   top: a deep terracotta wash across the copy, thinning to nothing over the
   colonnade so the arches, the jali shadow and the three figures stay visible. */
.banner-media::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    linear-gradient(100deg, rgba(80,30,16,.90) 0%, rgba(88,34,18,.78) 26%,
                    rgba(96,38,20,.46) 48%, rgba(104,42,22,.14) 68%, rgba(104,42,22,0) 84%),
    linear-gradient(180deg, rgba(60,22,11,.42) 0%, rgba(60,22,11,0) 30%,
                    rgba(60,22,11,0) 62%, rgba(60,22,11,.48) 100%);
}
/* the same paper grain as the rest of the site, so the banner belongs to it */
.banner-media::before{
  content:""; position:absolute; inset:0; z-index:2; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  opacity:.085; mix-blend-mode:overlay;
}

.banner-inner{
  position:relative; z-index:3; align-self:center;
  padding:clamp(56px,9vh,120px) 0 clamp(40px,6vh,72px);
}
.banner-h1{
  color:#FFF6EC; margin:0 0 .22em;
  font-size:clamp(2.9rem, 8.4vw, 7.4rem); line-height:.94;
  letter-spacing:-.028em; text-wrap:balance;
  text-shadow:0 2px 40px rgba(42,15,6,.45);
}
.banner-lede{
  color:#F3DCCB; max-width:34ch; margin:0;
  font-size:clamp(1.08rem,1.9vw,1.5rem); line-height:1.5;
}
.banner .btn-row{ margin-top:clamp(26px,4vh,40px); }
.eyebrow-light{ color:#E3A87F; }
.eyebrow-light::before{ background:#C0714A; }

/* watch-the-film control */
.banner-watch{
  display:inline-flex; align-items:center; gap:16px; margin-top:clamp(26px,4vh,42px);
  background:none; border:0; padding:6px; cursor:pointer; color:#F3DCCB;
  font:inherit; text-align:left; border-radius:var(--r-pill);
  transition:color .25s ease;
}
.banner-watch-ring{
  flex:none; width:56px; height:56px; border-radius:50%;
  display:grid; place-items:center; position:relative;
  border:1.5px solid rgba(243,220,203,.5); color:#FFF6EC;
  transition:background .3s ease, border-color .3s ease, transform .3s cubic-bezier(.16,1,.3,1);
}
.banner-watch-ring .ico{ width:20px; height:20px; margin-left:3px; fill:currentColor; }
.banner-watch-ring::after{
  content:""; position:absolute; inset:-1.5px; border-radius:50%;
  border:1.5px solid rgba(243,220,203,.55);
  animation:watchPulse 2.8s cubic-bezier(.16,1,.3,1) infinite;
}
@keyframes watchPulse{ 0%{ transform:scale(1); opacity:.7; } 70%,100%{ transform:scale(1.55); opacity:0; } }
.banner-watch:hover .banner-watch-ring{
  background:#FBF7F2; border-color:#FBF7F2; color:var(--terra-deep); transform:scale(1.06);
}
.banner-watch-txt{ display:flex; flex-direction:column; line-height:1.3; }
.banner-watch-txt strong{ font-weight:600; font-size:1rem; color:#FFF6EC; }
.banner-watch-txt em{ font-style:normal; font-size:.82rem; color:#D8AF95; letter-spacing:.01em; }

/* footer strip of the banner */
.banner-foot{
  position:relative; z-index:3;
  padding:0 0 clamp(22px,4vh,40px);
  border-top:1px solid rgba(243,220,203,.16); padding-top:clamp(16px,2.4vh,24px);
}
.banner-foot-row{ display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.banner-facts{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px 30px; }
.banner-facts li{
  color:#EAC9B2; font-size:.88rem; letter-spacing:.02em;
  display:flex; align-items:center; gap:9px;
}
.banner-facts li::before{
  content:""; width:5px; height:5px; border-radius:50%; background:#C0714A; flex:none;
}
.banner-scroll{
  display:inline-flex; align-items:center; gap:12px;
  color:#D8AF95; font-size:.74rem; letter-spacing:.16em; text-transform:uppercase;
}
.banner-scroll-line{
  width:1px; height:34px; background:linear-gradient(180deg,rgba(216,175,149,0),#D8AF95);
  animation:scrollLine 2.4s ease-in-out infinite;
}
@keyframes scrollLine{ 0%,100%{ transform:scaleY(.45); transform-origin:top; } 50%{ transform:scaleY(1); transform-origin:top; } }

/* first entrance */
.banner-el{ animation:rise 1s cubic-bezier(.16,1,.3,1) both; }
.banner-el:nth-child(1){ animation-delay:.12s; }
.banner-el:nth-child(2){ animation-delay:.24s; }
.banner-el:nth-child(3){ animation-delay:.38s; }
.banner-el:nth-child(4){ animation-delay:.5s; }
.banner-el:nth-child(5){ animation-delay:.62s; }
.banner-foot{ animation:fadeIn 1.2s ease both; animation-delay:.8s; }

.banner-under{ padding-top:clamp(40px,5.5vw,72px); padding-bottom:0; }
.banner-under .note-box{ align-self:start; }

@media (max-width:900px){
  .banner{ min-height:92svh; }
  .banner-h1{ font-size:clamp(2.6rem,11vw,4rem); }
  .banner-scroll{ display:none; }
  .banner-facts{ gap:8px 18px; }
  .banner-facts li{ font-size:.8rem; }
}
html[lang="hi"] .banner-h1{ line-height:1.14; letter-spacing:0; }
html[lang="hi"] .banner-scroll{ letter-spacing:0; text-transform:none; font-size:.82rem; }
html[lang="hi"] .banner-facts li{ letter-spacing:0; }

/* ==========================================================================
   Full-screen video lightbox
   ========================================================================== */
.vlight{
  position:fixed; inset:0; z-index:200; display:none;
  background:rgba(30,11,4,.94); backdrop-filter:blur(6px);
  align-items:center; justify-content:center; padding:clamp(12px,4vw,48px);
}
.vlight.is-open{ display:flex; animation:fadeIn .3s ease both; }
.vlight-stage{
  position:relative; width:min(100%, 1400px); aspect-ratio:16/9;
  background:#000; border-radius:var(--r-md); overflow:hidden;
  box-shadow:0 40px 120px rgba(0,0,0,.5);
  animation:cardIn .45s cubic-bezier(.16,1,.3,1) both;
}
.vlight-stage iframe, .vlight-stage video{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.vlight-close{
  position:absolute; top:clamp(10px,2.4vw,26px); right:clamp(10px,2.4vw,26px);
  width:46px; height:46px; border-radius:50%; border:1px solid rgba(243,220,203,.4);
  background:rgba(42,15,6,.6); color:#F3DCCB; font-size:1.5rem; line-height:1;
  cursor:pointer; display:grid; place-items:center;
  transition:background .25s ease, transform .25s ease;
}
.vlight-close:hover{ background:#FBF7F2; color:var(--terra-deep); transform:rotate(90deg); }
.vlight-note{
  position:absolute; left:0; right:0; bottom:clamp(10px,2.4vw,24px);
  text-align:center; color:#C79C82; font-size:.82rem;
}

@media (prefers-reduced-motion: reduce){
  .banner-photo, .banner-watch-ring::after, .banner-scroll-line,
  .banner-el, .banner-foot, .vlight, .vlight-stage{ animation:none !important; }
}

/* --- the header floats over the banner, then becomes solid on scroll ----- */
:root{ --head-h:76px; }
@media (max-width:1024px){ :root{ --head-h:68px; } }

body:has(.banner) .site-header{
  background:transparent; backdrop-filter:none; -webkit-backdrop-filter:none;
}
body:has(.banner) .site-header:not(.is-stuck) .brand,
body:has(.banner) .site-header:not(.is-stuck) .brand:hover{ color:#FFF6EC; }
body:has(.banner) .site-header:not(.is-stuck) .brand-sub{ color:#D8AF95; }
body:has(.banner) .site-header:not(.is-stuck) .nav a{ color:#F0DACC; }
body:has(.banner) .site-header:not(.is-stuck) .nav a:hover,
body:has(.banner) .site-header:not(.is-stuck) .nav a[aria-current="page"]{
  color:#fff; background:rgba(255,255,255,.12);
}
body:has(.banner) .site-header:not(.is-stuck) .lang-toggle{ border-color:rgba(255,255,255,.3); }
body:has(.banner) .site-header:not(.is-stuck) .lang-toggle a{ color:#F0DACC; }
body:has(.banner) .site-header:not(.is-stuck) .lang-toggle a[aria-current]{ background:#FBF7F2; color:var(--terra-deep); }
body:has(.banner) .site-header:not(.is-stuck) .nav-toggle{ color:#FFF6EC; border-color:rgba(255,255,255,.3); }
body:has(.banner) .site-header.is-stuck{
  background:rgba(251,247,242,.95);
  backdrop-filter:saturate(150%) blur(14px); -webkit-backdrop-filter:saturate(150%) blur(14px);
}

/* the banner runs from the very top of the page; the helpline bar and the
   header float on it rather than pushing it down */
:root{ --top-h:43px; }
@media (max-width:768px){ :root{ --top-h:0px; } }
.banner{
  margin-top:calc(-1 * (var(--head-h) + var(--top-h)));
  padding-top:calc(var(--head-h) + var(--top-h));
}
body:has(.banner) .topbar{
  position:relative; z-index:91; background:transparent;
  border-bottom:1px solid rgba(243,220,203,.14);
}
body:has(.banner).is-scrolled .topbar{ border-bottom-color:transparent; }

/* Devanagari sets taller than Latin, so the banner gives it a little less
   headline and a little more breathing room. */
html[lang="hi"] .banner-h1{ font-size:clamp(2.4rem, 6.6vw, 5.6rem); }
html[lang="hi"] .banner-lede{ max-width:38ch; font-size:clamp(1.02rem,1.6vw,1.3rem); }
html[lang="hi"] .banner-inner{ padding-block:clamp(40px,6vh,84px) clamp(32px,4vh,56px); }

@media (max-width:768px){
  /* the fixed action bar sits over the bottom of the banner */
  .banner{ padding-bottom:86px; }
  /* the sun sits behind the watch control at this width, so give the text
     its own footing rather than relying on the scene */
  .banner-watch{
    background:rgba(42,15,6,.42); padding:8px 18px 8px 8px;
    backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px);
  }
  .banner-watch-txt em{ color:#EAC9B2; }
  .banner-media::after{
    background:
      linear-gradient(180deg, rgba(34,13,4,.66) 0%, rgba(34,13,4,.22) 30%,
                      rgba(34,13,4,.10) 46%, rgba(34,13,4,.52) 78%, rgba(34,13,4,.76) 100%);
  }
}

/* the ghost CTA needs a footing of its own over a bright part of the scene */
.banner .btn-outline-light{
  background:rgba(42,15,6,.28); border-color:rgba(255,246,236,.62); color:#FFF6EC;
  backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px);
}
.banner .btn-outline-light:hover{ background:#FBF7F2; color:var(--terra-deep); border-color:#FBF7F2; }
.banner-foot{ background:linear-gradient(180deg, rgba(34,13,4,0), rgba(34,13,4,.5)); }
@media (max-width:768px){ .banner-facts li{ color:#F2D8C4; } }

/* --- step sequence: the arch is the marker, the number is a small tag ---- */
.seq::before{ top:36px; }
.seq-item{ display:flex; flex-direction:column; align-items:flex-start; }
.seq-num{
  width:auto; height:auto; border:0; background:none; border-radius:0;
  font-size:.72rem; letter-spacing:.18em; font-weight:600; font-family:var(--sans);
  color:var(--rust); margin:0 0 12px; display:block; position:relative; z-index:1;
}
.seq-num::before{ content:""; }
.seq-item .icon-badge{
  margin:0 0 22px; background:var(--cream); position:relative; z-index:1;
}
.seq-item .badge-arch{ fill:var(--clay-soft); }
.seq-item:hover .badge-arch{ transform:translateY(-4px); }
.seq-item:hover .badge-ring{ inset:9px -9px -9px 9px; opacity:.6; }

/* ==========================================================================
   MOTION — the parts that live in CSS
   ========================================================================== */

/* --- headlines arrive a line at a time, from under their own mask -------- */
.is-split .line{ display:block; overflow:hidden; padding-bottom:.06em; margin-bottom:-.06em; }
.is-split .line-i{
  display:block;
  transform:translateY(105%) rotate(1.4deg);
  opacity:0;
  transition:transform 1.05s cubic-bezier(.16,1,.3,1), opacity .7s ease;
  transition-delay:calc(var(--li) * 90ms);
}
.is-in .line-i,
.banner .is-split .line-i{ transform:none; opacity:1; }
/* a headline that is not inside a .reveal still needs to land */
.sec h2.is-split:not(.reveal) .line-i,
.band h2.is-split:not(.reveal) .line-i{ transform:none; opacity:1; }

/* --- reading progress ---------------------------------------------------- */
.read-progress{
  position:fixed; top:0; left:0; right:0; height:2px; z-index:120; pointer-events:none;
}
.read-progress span{
  display:block; height:100%; transform:scaleX(0); transform-origin:0 50%;
  background:linear-gradient(90deg, var(--rust), var(--terra));
  will-change:transform;
}
body:has(.banner) .read-progress span{ background:linear-gradient(90deg,#E3A87F,#FBF7F2); }

/* --- the banner falls away rather than scrolling off --------------------- */
.banner-photo, .banner-inner, .banner-foot{ will-change:transform, opacity; }

/* --- cards lean towards the cursor, with a light that follows ------------ */
.door, .voice, .video-frame{
  --rx:0deg; --ry:0deg; --mx:50%; --my:50%;
  transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transition:transform .5s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
  transform-style:preserve-3d;
}
.door::after, .voice::after{
  content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit;
  background:radial-gradient(220px circle at var(--mx) var(--my), rgba(255,255,255,.42), transparent 62%);
  opacity:0; transition:opacity .35s ease;
}
.door:hover::after, .voice:hover::after{ opacity:1; }
.voice{ position:relative; }

/* --- the motif draws itself in ------------------------------------------- */
.motif-rule, .motif-mark{
  stroke-dasharray:var(--len, 120); stroke-dashoffset:var(--len, 120);
  transition:stroke-dashoffset 1.1s cubic-bezier(.16,1,.3,1);
}
.motif-rule{ --len:90; }
.motif-mark{ --len:52; transition-delay:.25s; }
.motif-mark-2{ --len:34; transition-delay:.45s; }
.motif-dot{ transform:scale(0); transform-origin:130px 13px; transition:transform .5s cubic-bezier(.34,1.56,.64,1) .75s; }
.motif.is-drawn .motif-rule, .motif.is-drawn .motif-mark{ stroke-dashoffset:0; }
.motif.is-drawn .motif-dot{ transform:scale(1); }

/* --- buttons carry their own shine --------------------------------------- */
.btn-primary, .btn-light{ position:relative; overflow:hidden; transition:transform .35s cubic-bezier(.16,1,.3,1), background .25s ease, color .25s ease; }
.btn-primary::after, .btn-light::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(105deg, transparent 38%, rgba(255,255,255,.32) 50%, transparent 62%);
  transform:translateX(-120%);
}
.btn-primary:hover::after, .btn-light:hover::after{ animation:shine .8s cubic-bezier(.16,1,.3,1); }
@keyframes shine{ to{ transform:translateX(120%); } }

/* --- links draw their own underline -------------------------------------- */
.link-arrow{ position:relative; }
.link-arrow::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px; height:1px;
  background:currentColor; transform:scaleX(0); transform-origin:0 50%;
  transition:transform .45s cubic-bezier(.16,1,.3,1);
}
.link-arrow:hover::after{ transform:scaleX(1); }

/* --- the badge breathes when its section arrives -------------------------- */
.is-in .icon-badge .badge-arch{ animation:badgeIn .8s cubic-bezier(.34,1.4,.64,1) both; }
@keyframes badgeIn{ from{ transform:translateY(10px) scale(.9); opacity:0; } to{ transform:none; opacity:1; } }
.is-in .badge-ring{ animation:ringIn .9s cubic-bezier(.16,1,.3,1) .15s both; }
@keyframes ringIn{ from{ inset:0; opacity:0; } to{ inset:5px -5px -5px 5px; opacity:.35; } }

@media (prefers-reduced-motion: reduce){
  .is-split .line-i{ transform:none !important; opacity:1 !important; transition:none !important; }
  .read-progress{ display:none; }
  .door, .voice, .video-frame{ transform:none !important; }
  .motif-rule, .motif-mark{ stroke-dashoffset:0 !important; }
  .motif-dot{ transform:scale(1) !important; }
  .btn-primary::after, .btn-light::after{ display:none; }
  .is-in .icon-badge .badge-arch, .is-in .badge-ring{ animation:none !important; }
}

/* the full mark, words and all, gets one large outing in the footer */
.footer-mark{ margin-bottom:22px; }
.brand-mark-full{ width:96px; height:96px; display:block; color:#F0DACC; }
.brand-mark-full .mark-words{
  font-family:var(--sans); font-weight:700; letter-spacing:.12em;
}

/* --- helpline numbers ---------------------------------------------------- */
.helpline{ display:block; }
.helpline-alt{
  font-size:.62em; opacity:.82; margin-top:6px;
}
a.helpline:hover{ text-decoration:underline; text-underline-offset:6px; }
.helpline-stack{ margin:0 0 6px; display:flex; flex-direction:column; gap:4px; }
.helpline-stack a{
  font-family:var(--display); font-weight:500; color:var(--terra);
  font-size:clamp(1.4rem,3vw,2.1rem); letter-spacing:-.01em;
}
.helpline-stack a:hover{ color:var(--terra-deep); }
.footer-alt a{ font-size:.95rem; opacity:.85; }

/* ==========================================================================
   The map — the real outline of Rajasthan, dissolved from its 33 districts
   ========================================================================== */
.map-svg{ width:100%; height:auto; display:block; overflow:visible; }
.map-mesh{ fill:none; stroke:var(--terra); stroke-width:.8; opacity:.14; }
.map-edge{ fill:none; stroke:var(--terra-deep); stroke-width:2.2; stroke-linejoin:round; }
.map-dot{ fill:var(--rust); opacity:.55; }
.map-dot-lg{ fill:var(--terra-deep); opacity:1; }
.map-labels text{
  font-family:var(--sans); font-size:15px; font-weight:550;
  fill:var(--terra-deep); letter-spacing:.01em;
}
html[lang="hi"] .map-labels text{ letter-spacing:0; }
.art-map{ max-width:560px; margin-inline:auto; }

/* the outline draws itself in, then the cities light up one by one */
.map-edge{ stroke-dasharray:var(--len,4000); stroke-dashoffset:var(--len,4000); }
.is-in .map-edge{ transition:stroke-dashoffset 2.2s cubic-bezier(.16,1,.3,1); stroke-dashoffset:0; }
.map-dots circle{ transform:scale(0); transform-origin:center; }
.is-in .map-dots circle{
  animation:mapDot .5s cubic-bezier(.34,1.5,.64,1) both;
  animation-delay:calc(700ms + var(--i,0) * 90ms);
}
@keyframes mapDot{ to{ transform:scale(1); } }
.map-labels text{ opacity:0; }
.is-in .map-labels text{ transition:opacity .6s ease 1.5s; opacity:1; }

@media (prefers-reduced-motion: reduce){
  .map-edge{ stroke-dashoffset:0 !important; }
  .map-dots circle{ transform:scale(1) !important; animation:none !important; }
  .map-labels text{ opacity:1 !important; }
}

/* ==========================================================================
   Measure and rhythm
   Nothing here changes what the page says; it stops the text from running
   wider than the eye can track, and puts every block on the same baseline
   of spacing so the columns read as columns.
   ========================================================================== */

/* a comfortable measure by default, released where the layout needs it */
.sec p, .sec-tight p, .band p, .page-hero p{ max-width:66ch; }
.lede{ max-width:58ch; }
.note{ max-width:72ch; }
.center p, .center .lede, .center .note, .center .note-box,
.wrap-narrow p, .voice q, .card p, .door p, .seq-item p,
.acc-panel p, td p, li p, .video-meta p, .banner-lede{ max-width:none; }
.center .lede, .center .note-box{ margin-inline:auto; }
.center .note-box{ max-width:62ch; border-left:0; border-top:2px solid var(--clay);
  padding:16px 0 0; text-align:center; }

/* the badge is a block in a card, not an inline run beside the eyebrow */
/* a block in a card, not an inline run beside the eyebrow — but still
   centring its own icon, which `display:flex` alone would not do */
.door .icon-badge, .compare .icon-badge, .seq-item .icon-badge{ display:flex; margin-bottom:22px; }
.door .icon-badge{ margin-bottom:26px; }

/* two column rows share one top edge */
.split{ align-items:start; }
.ed{ align-items:start; }

/* consistent vertical rhythm: one scale, used everywhere */
.sec{ padding-block:clamp(64px,8vw,116px); }
.sec-tight{ padding-block:clamp(44px,5.5vw,76px); }
.band{ padding-block:clamp(56px,7vw,100px); }

/* the map gets the room it needs, and sits level with the copy beside it */
.art-map{ max-width:none; width:100%; margin:0; }
.map-svg{ max-width:600px; margin-inline:auto; }
@media (min-width:901px){
  .art-map{ align-self:center; }
}

/* headings never sit tighter to the block above than to their own body */
.sec h2, .band h2, .sec-tight h2{ margin-top:0; }
.eyebrow + h1, .eyebrow + h2, .eyebrow + h3{ margin-top:.24em; }

/* the play control sits above the title block, not through it */
.video-play{ top:42%; width:66px; height:66px; }
.video-frame::after{
  background:linear-gradient(to top, rgba(58,18,8,.86) 0%, rgba(58,18,8,.46) 32%,
                             rgba(58,18,8,.10) 62%, rgba(58,18,8,.22) 100%);
}
.video-meta{ padding:20px clamp(18px,2.2vw,26px) 22px; }
.video-meta h3{ font-size:clamp(1.02rem,1.4vw,1.22rem); line-height:1.25; }
.video-frame:hover .video-play{ transform:translate(-50%,-50%) scale(1.08); }

/* ==========================================================================
   Audio — AA India's own Hindi recordings
   ========================================================================== */
.tracks{ display:grid; gap:12px; }
.track{
  display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:20px;
  width:100%; text-align:left; cursor:pointer; font:inherit;
  background:#fff; border:1px solid var(--line-soft); border-radius:var(--r-md);
  padding:18px clamp(18px,2.2vw,26px);
  transition:border-color .25s ease, transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease;
}
.track:hover{ border-color:var(--terra); transform:translateY(-2px); box-shadow:var(--shadow-soft); }
.track-play{
  width:46px; height:46px; border-radius:50%; flex:none; display:grid; place-items:center;
  background:var(--clay-soft); color:var(--terra);
  transition:background .25s ease, color .25s ease, transform .3s cubic-bezier(.16,1,.3,1);
}
.track-play .ico{ width:18px; height:18px; margin-left:2px; fill:currentColor; }
.track:hover .track-play{ background:var(--terra); color:#FFF6EC; transform:scale(1.06); }
.track-txt{ display:flex; flex-direction:column; gap:3px; min-width:0; }
.track-txt strong{ font-family:var(--display); font-weight:500; font-size:1.08rem; color:var(--ink); }
.track-txt em{ font-style:normal; font-size:.88rem; color:var(--muted); }
.track-src{
  font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; font-weight:600;
  color:var(--rust); white-space:nowrap;
}
html[lang="hi"] .track-src{ letter-spacing:.02em; text-transform:none; font-size:.82rem; }
.track.is-playing{ border-color:var(--terra); background:var(--clay-soft); }
.track iframe{ grid-column:1 / -1; width:100%; aspect-ratio:16/9; border:0; border-radius:var(--r-sm); }
@media (max-width:600px){
  .track{ grid-template-columns:auto 1fr; gap:14px; }
  .track-src{ grid-column:2; font-size:.7rem; }
}

/* a credit line, set quietly — this is attribution, not a footnote to a reader */
.credit{
  font-size:.82rem; line-height:1.7; color:var(--muted); max-width:74ch;
  padding-top:18px; border-top:1px solid var(--line-soft); margin-top:34px;
}

/* ==========================================================================
   Helpline dock — the number never leaves the screen
   ========================================================================== */
.helpdock{
  position:fixed; z-index:95; left:clamp(16px,2.4vw,28px); bottom:clamp(16px,2.4vw,28px);
  display:flex; align-items:stretch; gap:1px; border-radius:var(--r-pill);
  background:var(--terra-deep); color:#FFF6EC; overflow:hidden;
  box-shadow:0 10px 34px -10px rgba(58,18,8,.55), 0 2px 6px rgba(58,18,8,.2);
  transform:translateY(140%); opacity:0;
  transition:transform .6s cubic-bezier(.16,1,.3,1), opacity .4s ease;
}
.helpdock.is-up{ transform:none; opacity:1; }
.helpdock.is-hidden{ transform:translateY(140%); opacity:0; pointer-events:none; }
.helpdock-main{
  display:flex; align-items:center; gap:13px; padding:11px 18px 11px 14px; color:inherit;
  transition:background .22s ease;
}
.helpdock-main:hover{ background:rgba(255,255,255,.1); }
.helpdock-ico{
  width:36px; height:36px; border-radius:50%; flex:none; display:grid; place-items:center;
  background:rgba(255,255,255,.14);
}
.helpdock-ico svg{ width:17px; height:17px; }
.helpdock-txt{ display:flex; flex-direction:column; line-height:1.25; }
.helpdock-txt em{ font-style:normal; font-size:.7rem; letter-spacing:.02em; color:#E8B08C; }
.helpdock-txt strong{ font-size:1rem; font-weight:600; font-variant-numeric:tabular-nums; }
.helpdock-alt{
  display:flex; align-items:center; padding:0 18px; color:#F0DACC;
  font-size:.86rem; font-variant-numeric:tabular-nums;
  border-left:1px solid rgba(255,246,236,.18); transition:background .22s ease, color .22s ease;
}
.helpdock-alt:hover{ background:rgba(255,255,255,.1); color:#fff; }
.helpdock-close{
  width:34px; border:0; background:rgba(255,255,255,.06); color:#E8B08C;
  font-size:1.15rem; line-height:1; cursor:pointer; transition:background .22s ease, color .22s ease;
}
.helpdock-close:hover{ background:rgba(255,255,255,.16); color:#fff; }
/* the ring pulses once when it first arrives, then stays quiet */
.helpdock.is-up .helpdock-ico::after{
  content:""; position:absolute; width:36px; height:36px; border-radius:50%;
  border:1.5px solid rgba(255,255,255,.5); animation:dockPing 2.4s cubic-bezier(.16,1,.3,1) 3;
}
@keyframes dockPing{ 0%{ transform:scale(1); opacity:.8; } 70%,100%{ transform:scale(1.9); opacity:0; } }
.helpdock-ico{ position:relative; }

@media (max-width:768px){
  .helpdock{
    left:10px; right:10px; bottom:82px;   /* clear of the action bar */
    justify-content:space-between;
  }
  .helpdock-alt{ display:none; }
  .helpdock-main{ flex:1; }
}
@media (max-width:360px){ .helpdock-txt em{ display:none; } }

/* ==========================================================================
   The song
   ========================================================================== */
.banner-controls{
  display:flex; align-items:center; gap:clamp(18px,3vw,38px); flex-wrap:wrap;
  margin-top:clamp(26px,4vh,42px);
}
.banner-controls .banner-watch{ margin-top:0; }
.song-btn{
  display:inline-flex; align-items:center; gap:14px; padding:8px 18px 8px 10px;
  background:rgba(255,246,236,.10); border:1px solid rgba(255,246,236,.26);
  border-radius:var(--r-pill); color:#F3DCCB; cursor:pointer; font:inherit; text-align:left;
  backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px);
  transition:background .25s ease, border-color .25s ease, transform .3s cubic-bezier(.16,1,.3,1);
}
.song-btn:hover{ background:rgba(255,246,236,.2); border-color:rgba(255,246,236,.5); }
.song-txt{ display:flex; flex-direction:column; line-height:1.25; }
.song-txt strong{ font-size:.9rem; font-weight:600; color:#FFF6EC; }
.song-txt em{ font-style:normal; font-size:.76rem; color:#D8AF95; }

/* four bars that move while the song plays and rest flat when it is paused */
.song-bars{
  width:34px; height:34px; border-radius:50%; flex:none;
  display:flex; align-items:center; justify-content:center; gap:2.5px;
  background:rgba(255,246,236,.16);
}
.song-bars i{
  display:block; width:2.5px; height:5px; border-radius:2px; background:#FFF6EC;
  transform-origin:center;
}
.song-btn[aria-pressed="true"] .song-bars i{ animation:eq .9s ease-in-out infinite; }
.song-btn[aria-pressed="true"] .song-bars i:nth-child(2){ animation-delay:.18s; }
.song-btn[aria-pressed="true"] .song-bars i:nth-child(3){ animation-delay:.36s; }
.song-btn[aria-pressed="true"] .song-bars i:nth-child(4){ animation-delay:.1s; }
@keyframes eq{ 0%,100%{ height:5px; } 50%{ height:15px; } }
.song-btn[aria-pressed="true"]{ background:rgba(255,246,236,.2); border-color:rgba(255,246,236,.46); }

@media (prefers-reduced-motion: reduce){
  .song-bars i{ animation:none !important; height:9px !important; }
  .helpdock.is-up .helpdock-ico::after{ animation:none; }
}

/* ==========================================================================
   MOTION, second pass
   ========================================================================== */

/* --- pictures wipe in from under their own edge -------------------------- */
.fig img, .fig svg, .art-round svg, .video-frame > svg{
  clip-path:inset(0 0 100% 0);
  transform:scale(1.06);
  transition:clip-path 1.2s cubic-bezier(.16,1,.3,1), transform 1.4s cubic-bezier(.16,1,.3,1);
}
.is-in .fig img, .is-in .fig svg, .is-in.fig img, .is-in.fig svg,
.is-in .art-round svg, .is-in.art-round svg, .is-in .video-frame > svg{
  clip-path:inset(0 0 0 0); transform:scale(1);
}

/* --- the three steps light up in turn as the section passes -------------- */
.seq-item{ transition:opacity .5s ease; }
.seq.is-tracking .seq-item{ opacity:.42; }
.seq.is-tracking .seq-item.is-current{ opacity:1; }
.seq-item .badge-arch{ transition:fill .45s ease, transform .4s cubic-bezier(.16,1,.3,1); }
.seq-item.is-current .badge-arch{ fill:var(--terra); }
.seq-item.is-current .ico{ color:#FFF6EC; }
.seq-item.is-current .seq-num{ color:var(--terra); }
.seq::after{
  content:""; position:absolute; left:0; top:36px; height:1px; width:var(--seq-p,0%);
  background:var(--terra); transition:width .5s cubic-bezier(.16,1,.3,1);
}
@media (max-width:820px){ .seq::after{ display:none; } }

/* --- a ribbon of city names, moving slowly ------------------------------- */
.ribbon{
  overflow:hidden; padding:clamp(18px,2.4vw,30px) 0; position:relative;
  border-block:1px solid var(--line-soft);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
}
.ribbon-track{ display:flex; width:max-content; animation:ribbon 46s linear infinite; }
.ribbon:hover .ribbon-track{ animation-play-state:paused; }
.ribbon-track span{
  display:inline-flex; align-items:center; gap:clamp(24px,3vw,44px);
  padding-right:clamp(24px,3vw,44px);
  font-family:var(--display); font-size:clamp(1.5rem,3.4vw,2.6rem); font-weight:400;
  color:var(--terra); letter-spacing:-.02em; white-space:nowrap;
}
.ribbon-track span::after{
  content:""; width:7px; height:7px; border-radius:50%; background:var(--rust); opacity:.55; flex:none;
}
@keyframes ribbon{ to{ transform:translateX(-50%); } }

/* --- dark bands carry a soft light that follows the cursor --------------- */
.band.bg-terra{ position:relative; overflow:hidden; }
.band.bg-terra::before{
  content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(420px circle at var(--bx,50%) var(--by,50%),
             rgba(255,214,178,.16), transparent 68%);
  opacity:0; transition:opacity .5s ease;
}
.band.bg-terra:hover::before{ opacity:1; }
.band.bg-terra > *{ position:relative; z-index:1; }

/* --- the eyebrow rule grows into place ----------------------------------- */
.eyebrow::before{ transition:width .7s cubic-bezier(.16,1,.3,1); }

@media (prefers-reduced-motion: reduce){
  .fig img, .fig svg, .art-round svg, .video-frame > svg{
    clip-path:none !important; transform:none !important; transition:none !important;
  }
  .ribbon-track{ animation:none; }
  .seq.is-tracking .seq-item{ opacity:1; }
  .band.bg-terra::before{ display:none; }
}

/* ==========================================================================
   Embed fallback
   A YouTube embed can fail for reasons the page cannot control: the uploader
   disabled embedding, a network blocks youtube-nocookie, or the page is being
   viewed somewhere with a strict frame policy. Every embed therefore carries a
   plain link to the same video, so it is never a dead end.
   ========================================================================== */
.video-wrap{ display:flex; flex-direction:column; gap:10px; }
.video-out{
  display:inline-flex; align-items:center; gap:8px; align-self:flex-start;
  font-size:.82rem; color:var(--muted);
}
.video-out::after{ content:"↗"; font-size:.9em; }
.video-out:hover{ color:var(--terra); text-decoration:underline; text-underline-offset:3px; }
.video-wrap-lg .video-frame{ aspect-ratio:16/9; }

/* the link is always there, so a refused embed is never a dead end */
.video-out{ font-weight:500; }
