/* ==========================================================================
   Rajpath Navratri 2026 — rajpathnavratri.com

   Look: an old Gujarati Navratri poster from the eighties — night-sky indigo,
   marigold and magenta, sunburst rays, garland borders and mirror-work dots.
   Loud on purpose. The header is dark so BOTH logos read: the Ratladi mark is
   gold line-art and disappears on anything pale.
   ========================================================================== */

:root {
  /* night sky — matches the indigo core of the Rajpath logo and the app */
  --night: #131b3a;
  --night-deep: #0b1026;
  --night-soft: #1e2a55;
  --night-lift: #27356a;

  /* festival colours */
  --marigold: #f7a223;
  --marigold-deep: #e07b10;
  --magenta: #e02a6b;
  --magenta-deep: #b81a54;
  --turquoise: #17b3a3;
  --gold: #f2c14e;
  --gold-pale: #ffe6a8;
  --gold-deep: #c68f1c;
  --oxblood: #7a1a16;

  --cream: #fff7e8;
  --cream-warm: #fdecd0;
  --ink: #241a2e;
  --ink-soft: #6a5a70;
  --line: rgba(36, 26, 46, 0.14);

  --shell: min(1180px, 92vw);
  --display: "Rozha One", "Cinzel", Georgia, serif;
  --gujarati: "Baloo Bhai 2", "Noto Serif Gujarati", serif;
  --body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --r: 16px;
  --shadow: 0 20px 54px rgba(11, 16, 38, 0.2);
  --shadow-sm: 0 8px 22px rgba(11, 16, 38, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--body);
  font-weight: 300;
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--cream);
  /* bandhani — the tie-dye dot grid on a Navratri chaniya */
  background-image:
    radial-gradient(rgba(224, 42, 107, 0.07) 1.6px, transparent 1.7px),
    radial-gradient(rgba(247, 162, 35, 0.09) 1.6px, transparent 1.7px);
  background-size: 26px 26px, 26px 26px;
  background-position: 0 0, 13px 13px;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--magenta-deep); text-underline-offset: 3px; }
a:hover { color: var(--marigold-deep); }

.wrap { width: var(--shell); margin-inline: auto; }

.skip { position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--magenta); color: #fff; padding: 12px 20px; }
.skip:focus { left: 12px; top: 12px; }
:focus-visible { outline: 3px solid var(--marigold); outline-offset: 3px; }

/* --- Type ---------------------------------------------------------------- */

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.1;
  color: var(--oxblood);
  margin: 0 0 .5em;
  letter-spacing: .005em;
}
h1 { font-size: clamp(2.5rem, 6.4vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 2.1vw, 1.5rem); }
p { margin: 0 0 1.15em; }

.gu { font-family: var(--gujarati); font-weight: 500; line-height: 1.9; }

.lead { font-size: clamp(1.04rem, 1.7vw, 1.22rem); color: var(--ink-soft); max-width: 62ch; }

.eyebrow {
  font-family: var(--body); font-size: .72rem; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--magenta); margin: 0 0 .85em;
}

/* garland divider — marigold buds on a string */
.orn { display: flex; align-items: center; gap: 14px; margin: 0 0 1.5em; }
.orn::before, .orn::after {
  content: ""; height: 9px; flex: 1;
  background-image: radial-gradient(circle, var(--marigold) 3.4px, transparent 3.6px);
  background-size: 15px 9px; background-repeat: repeat-x;
  opacity: .85;
}
.orn span { color: var(--magenta); font-size: .95rem; }
.orn.left::before { display: none; }
.orn.tight { max-width: 280px; }

/* --- Garland strip (header / footer edge) -------------------------------- */

.head-strip, .foot-strip {
  height: 14px;
  background:
    radial-gradient(circle at 50% 100%, var(--marigold) 4.6px, transparent 4.8px) 0 0/20px 14px repeat-x,
    radial-gradient(circle at 50% 0%, var(--magenta) 3.4px, transparent 3.6px) 10px 0/20px 14px repeat-x,
    linear-gradient(90deg, var(--night-deep), var(--night-soft));
}
.foot-strip { transform: scaleY(-1); }

/* --- Header (dark, so both logos read) ----------------------------------- */

.site-head {
  position: sticky; top: 0; z-index: 90;
  background: rgba(11, 16, 38, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--marigold);
}
.head-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 11px 0;
}
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; flex-shrink: 0; }
.brand img {
  width: 60px; height: auto;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .55));
}
.brand-x {
  width: 2px; height: 38px; border-radius: 2px;
  background: linear-gradient(180deg, transparent, var(--marigold), transparent);
}

.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a {
  font-size: .87rem; font-weight: 400; letter-spacing: .015em;
  padding: 9px 12px; border-radius: 9px;
  color: rgba(255, 246, 228, .82); text-decoration: none; white-space: nowrap;
}
.site-nav a:hover { background: rgba(247, 162, 35, .18); color: var(--gold-pale); }
.site-nav a.is-active { color: var(--night-deep); font-weight: 600; background: var(--gold); }

.nav-cta {
  background: linear-gradient(135deg, var(--magenta), var(--magenta-deep)) !important;
  color: #fff !important; font-weight: 500 !important;
  padding: 10px 20px !important; margin-left: 8px;
  box-shadow: 0 6px 18px rgba(224, 42, 107, .4);
}
.nav-cta:hover { color: #fff !important; box-shadow: 0 8px 24px rgba(224, 42, 107, .55); }

.nav-toggle {
  display: none; width: 46px; height: 42px; padding: 9px;
  background: transparent; border: 1.5px solid rgba(247, 162, 35, .5);
  border-radius: 10px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2.5px; background: var(--marigold); margin: 4px 0; border-radius: 2px; }

/* --- Buttons ------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body); font-size: .96rem; font-weight: 500;
  padding: 14px 30px; border-radius: 999px;
  text-decoration: none; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-gold {
  background: linear-gradient(135deg, var(--marigold) 0%, var(--marigold-deep) 100%);
  color: #3a1400; box-shadow: 0 10px 28px rgba(224, 123, 16, .45);
  font-weight: 600;
}
.btn-gold:hover { color: #3a1400; box-shadow: 0 14px 34px rgba(224, 123, 16, .6); }

.btn-pink {
  background: linear-gradient(135deg, var(--magenta), var(--magenta-deep));
  color: #fff; box-shadow: 0 10px 28px rgba(224, 42, 107, .42); font-weight: 600;
}
.btn-pink:hover { color: #fff; }

.btn-ghost { border-color: rgba(255, 230, 168, .5); color: var(--gold-pale); }
.btn-ghost:hover { background: rgba(255, 230, 168, .12); color: #fff; }

.btn-outline { border-color: var(--magenta); color: var(--magenta-deep); }
.btn-outline:hover { background: var(--magenta); color: #fff; }

/* --- Hero: night sky + sunburst ------------------------------------------ */

.hero {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(50px, 8vw, 96px) 0 clamp(58px, 9vw, 108px);
  color: var(--cream);
  background:
    radial-gradient(900px 520px at 50% 8%, var(--night-lift) 0%, transparent 66%),
    linear-gradient(178deg, var(--night) 0%, var(--night-deep) 100%);
}
/* rays fanning out behind the lockup, like a printed poster */
.hero::before {
  content: ""; position: absolute; top: -32%; left: 50%;
  width: 175vmax; height: 175vmax; transform: translateX(-50%);
  background: repeating-conic-gradient(from 0deg at 50% 50%,
    rgba(247, 162, 35, .10) 0deg 5deg,
    transparent 5deg 12deg);
  pointer-events: none;
}
/* a warm glow low down, like stage light on the ground */
.hero::after {
  content: ""; position: absolute; left: 50%; bottom: -46%;
  width: 130vmax; height: 92vmax; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(224, 42, 107, .3), transparent 72%);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }

.hero-lockup {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(20px, 4.5vw, 46px); margin-bottom: 28px; flex-wrap: wrap;
}
.hero-lockup img {
  width: clamp(124px, 18vw, 186px);
  filter: drop-shadow(0 12px 34px rgba(0, 0, 0, .6));
}
.hero-lockup .tie {
  width: 2px; height: 104px; align-self: center; border-radius: 2px;
  background: linear-gradient(180deg, transparent, var(--marigold), transparent);
}

.hero .hero-gu {
  font-family: var(--gujarati); font-weight: 600;
  font-size: clamp(1.3rem, 3.2vw, 2.1rem);
  color: var(--marigold); margin: 0 0 .35em; line-height: 1.55;
  text-shadow: 0 2px 18px rgba(247, 162, 35, .4);
}
.hero h1 {
  color: var(--gold-pale); margin-bottom: .22em;
  text-shadow: 0 4px 26px rgba(0, 0, 0, .5);
}
.hero .hero-sub {
  font-size: clamp(.97rem, 1.8vw, 1.12rem);
  color: rgba(255, 247, 232, .82); max-width: 56ch; margin: 0 auto 1.9em;
}

.hero-meta {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 0;
  margin: 0 auto 2.2em; max-width: 780px;
  border-top: 2px solid rgba(247, 162, 35, .34);
  border-bottom: 2px solid rgba(247, 162, 35, .34);
}
.hero-meta div { padding: 17px 26px; flex: 1 1 auto; min-width: 150px; }
.hero-meta div + div { border-left: 1px solid rgba(247, 162, 35, .22); }
.hero-meta dt {
  font-size: .67rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--magenta); margin-bottom: 5px; font-weight: 700;
}
.hero-meta dd {
  margin: 0; font-family: var(--display); font-size: 1.32rem;
  color: var(--gold-pale); font-weight: 400;
}

.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.title-sponsor { margin-top: 2.6em; padding-top: 1.6em; border-top: 1px solid rgba(247,162,35,.22); }
.title-sponsor p {
  font-size: .67rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--magenta); margin: 0 0 .45em; font-weight: 700;
}
.title-sponsor strong {
  font-family: var(--display); font-size: 1.6rem; font-weight: 400;
  color: var(--gold-pale); display: block; letter-spacing: .01em;
}
.title-sponsor span { font-size: .86rem; color: rgba(255,247,232,.6); }

/* --- Page header --------------------------------------------------------- */

.page-head {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(42px, 6vw, 72px) 0 clamp(38px, 5vw, 60px);
  color: var(--cream);
  background:
    radial-gradient(700px 380px at 50% 0%, var(--night-lift) 0%, transparent 70%),
    linear-gradient(170deg, var(--night) 0%, var(--night-deep) 100%);
}
.page-head::before {
  content: ""; position: absolute; top: -60%; left: 50%;
  width: 150vmax; height: 150vmax; transform: translateX(-50%);
  background: repeating-conic-gradient(from 0deg at 50% 50%,
    rgba(247, 162, 35, .075) 0deg 5deg, transparent 5deg 12deg);
}
.page-head > * { position: relative; }
.page-head h1 { color: var(--gold-pale); margin-bottom: .2em; }
.page-head p { color: rgba(255,247,232,.8); max-width: 60ch; margin: 0 auto; }
.page-head .stamp {
  display: inline-block; margin-top: 1.1em;
  font-size: .71rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600;
  color: var(--night-deep); background: var(--marigold);
  padding: 7px 18px; border-radius: 999px;
}

/* --- Sections ------------------------------------------------------------ */

section { padding: clamp(48px, 7vw, 88px) 0; }
.section-head { max-width: 64ch; margin-bottom: 2.4em; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .orn { justify-content: center; }

.band-cream {
  background: var(--cream-warm);
  border-top: 2px solid rgba(247,162,35,.3);
  border-bottom: 2px solid rgba(247,162,35,.3);
}
.band-indigo {
  background:
    radial-gradient(760px 420px at 50% 0%, var(--night-lift) 0%, transparent 70%),
    linear-gradient(168deg, var(--night) 0%, var(--night-deep) 100%);
  color: rgba(255,247,232,.85);
}
.band-indigo h2, .band-indigo h3 { color: var(--gold-pale); }
.band-indigo .eyebrow { color: var(--marigold); }
.band-indigo a { color: var(--marigold); }
.band-indigo .lead { color: rgba(255,247,232,.78); }

/* --- Cards --------------------------------------------------------------- */

.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.g3 { grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
.g4 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); }

.card {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 5px;
  background: linear-gradient(90deg, var(--magenta), var(--marigold), var(--turquoise));
}
.card h3 { margin-bottom: .4em; }
.card p:last-child { margin-bottom: 0; }
.card .num {
  font-family: var(--display); font-size: 2.9rem; line-height: 1;
  color: var(--magenta); margin-bottom: .12em; display: block;
}
.card .ic { font-size: 1.9rem; line-height: 1; margin-bottom: .45em; display: block; }

.band-indigo .card {
  background: rgba(255,255,255,.06); border-color: rgba(247,162,35,.24);
  color: rgba(255,247,232,.85);
}

/* --- Table --------------------------------------------------------------- */

.tablewrap { overflow-x: auto; border-radius: var(--r); box-shadow: var(--shadow-sm); background: #fff; border: 1.5px solid var(--line); }
table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: .95rem; }
thead th {
  background: linear-gradient(135deg, var(--night), var(--night-soft));
  color: var(--gold-pale);
  font-family: var(--display); font-weight: 400; font-size: 1rem;
  letter-spacing: .04em; text-align: left; padding: 16px 18px; white-space: nowrap;
}
tbody td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: rgba(253, 236, 208, .5); }
tbody tr:hover { background: rgba(247, 162, 35, .18); }
td .night { font-family: var(--display); color: var(--magenta); font-size: 1.24rem; }
.tag {
  display: inline-block; font-size: .69rem; letter-spacing: .1em; font-weight: 700;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px;
  background: var(--marigold); color: #3a1400;
}
.tag.muted { background: rgba(106,90,112,.14); color: var(--ink-soft); font-weight: 600; }

/* --- Artists ------------------------------------------------------------- */

.artist {
  text-align: center; padding: 28px 18px; border-radius: var(--r);
  border: 1.5px solid rgba(247,162,35,.28);
  background: rgba(255,255,255,.05);
  position: relative; overflow: hidden;
}
.artist::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 4px;
  background: linear-gradient(90deg, var(--magenta), var(--marigold));
}
.artist .role {
  font-size: .67rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--marigold); margin-bottom: .55em; font-weight: 700;
}
.artist .name {
  font-family: var(--display); font-size: 1.5rem; font-weight: 400;
  color: var(--gold-pale); line-height: 1.25; margin: 0;
}

/* --- Partners ------------------------------------------------------------ */

.partner-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.partner {
  background: #fff; border: 1.5px solid var(--line); border-radius: 13px;
  padding: 22px 18px; text-align: center; box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--marigold);
}
.partner .cat {
  font-size: .63rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--magenta); font-weight: 700; margin-bottom: .55em;
}
.partner .who { font-family: var(--display); font-size: 1.2rem; color: var(--oxblood); line-height: 1.25; margin: 0; }
.partner .sub { font-size: .78rem; color: var(--ink-soft); margin: .35em 0 0; }

.ad-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.ad-card { border: 1.5px solid var(--line); border-radius: 13px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.ad-card img { width: 100%; }

/* --- Prose --------------------------------------------------------------- */

.prose { max-width: 76ch; margin-inline: auto; }
.prose h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  margin-top: 1.9em; padding-top: .85em; border-top: 2px solid rgba(247,162,35,.34);
}
.prose h2:first-of-type { margin-top: .5em; }
.prose h3 { font-size: 1.14rem; margin-top: 1.5em; color: var(--magenta-deep); }
.prose ul, .prose ol { padding-left: 1.35em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--marigold-deep); }

.note {
  background: var(--cream-warm); border-left: 5px solid var(--marigold);
  border-radius: 0 12px 12px 0; padding: 19px 23px; margin: 1.6em 0;
}
.note p:last-child { margin-bottom: 0; }
.note strong { color: var(--oxblood); }

.callout {
  background: #fff; border: 1.5px solid var(--line); border-left: 5px solid var(--magenta);
  border-radius: 0 12px 12px 0; padding: 21px 24px; margin: 1.6em 0; box-shadow: var(--shadow-sm);
}
.callout p:last-child { margin-bottom: 0; }

.updated { font-size: .82rem; color: var(--ink-soft); border-bottom: 1px solid var(--line); padding-bottom: 1.2em; margin-bottom: 1.8em; }

/* --- Contact rows -------------------------------------------------------- */

.contact-row { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; }
.contact-row .ic { font-size: 1.5rem; line-height: 1.35; }
.contact-row .lbl { font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; color: var(--magenta); font-weight: 700; margin-bottom: .2em; }
.contact-row .val { font-size: 1.02rem; color: var(--ink); margin: 0; }
.contact-row .val a { font-weight: 500; }

/* --- FAQ ----------------------------------------------------------------- */

details.faq {
  background: #fff; border: 1.5px solid var(--line); border-radius: 13px;
  padding: 4px 22px; margin-bottom: 12px; box-shadow: var(--shadow-sm);
}
details.faq summary {
  cursor: pointer; padding: 17px 0; font-weight: 500; color: var(--oxblood);
  list-style: none; display: flex; justify-content: space-between; gap: 16px;
  align-items: center; font-size: 1rem;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+"; font-family: var(--display); font-size: 1.6rem;
  color: var(--marigold-deep); line-height: 1; flex-shrink: 0;
}
details.faq[open] summary::after { content: "−"; }
details.faq .a { padding: 15px 0 18px; color: var(--ink-soft); border-top: 1px solid var(--line); }
details.faq .a p:last-child { margin-bottom: 0; }

/* --- Steps --------------------------------------------------------------- */

.steps { counter-reset: s; display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.step { position: relative; padding: 34px 24px 26px; background: #fff; border: 1.5px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: s; content: counter(s);
  position: absolute; top: -22px; left: 24px;
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--magenta), var(--magenta-deep));
  color: #fff; font-family: var(--display); font-size: 1.5rem;
  display: grid; place-items: center; box-shadow: 0 8px 20px rgba(224,42,107,.42);
  border: 3px solid var(--cream);
}
.step h3 { margin-top: .45em; }
.step p:last-child { margin-bottom: 0; }

/* --- CTA band ------------------------------------------------------------ */

.cta-band {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(50px, 6.5vw, 80px) 0; color: var(--cream);
  background:
    radial-gradient(620px 340px at 50% 100%, rgba(224,42,107,.34) 0%, transparent 70%),
    linear-gradient(150deg, var(--night) 0%, var(--night-deep) 100%);
}
.cta-band::before {
  content: ""; position: absolute; top: -70%; left: 50%;
  width: 150vmax; height: 150vmax; transform: translateX(-50%);
  background: repeating-conic-gradient(from 0deg at 50% 50%,
    rgba(247,162,35,.07) 0deg 5deg, transparent 5deg 12deg);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: var(--gold-pale); }
.cta-band p { color: rgba(255,247,232,.8); max-width: 54ch; margin-inline: auto; }

/* --- Passes -------------------------------------------------------------- */

.soon {
  display: inline-block; font-size: .69rem; letter-spacing: .16em;
  text-transform: uppercase; font-weight: 700;
  background: var(--marigold); color: #3a1400;
  padding: 6px 15px; border-radius: 999px;
}

.pass-card {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r);
  padding: 34px 28px; box-shadow: var(--shadow); text-align: center;
  position: relative; overflow: hidden;
}
.pass-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 6px;
  background: linear-gradient(90deg, var(--magenta), var(--marigold), var(--turquoise));
}
.pass-card.featured { border-color: var(--marigold); border-width: 2.5px; }
.pass-card .kind { font-family: var(--display); font-size: 1.85rem; color: var(--oxblood); margin-bottom: .2em; }
.pass-card .price { font-family: var(--display); font-size: 2.2rem; color: var(--magenta); margin: .3em 0; }
.pass-card ul { list-style: none; padding: 0; margin: 1.2em 0 0; text-align: left; }
.pass-card li { padding: 10px 0 10px 28px; position: relative; border-top: 1px solid var(--line); font-size: .93rem; }
.pass-card li::before { content: "✦"; position: absolute; left: 0; top: 10px; color: var(--marigold-deep); }

/* --- Deletion request form ----------------------------------------------- */

.del-form {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r);
  padding: 26px 24px; box-shadow: var(--shadow-sm); margin: 1.6em 0;
  border-top: 5px solid var(--magenta);
}
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 7px;
}
.field .opt { color: var(--ink-soft); font-weight: 400; text-transform: none; letter-spacing: 0; }
.field .req { color: var(--magenta); }

.field input {
  width: 100%; font-family: var(--body); font-size: 1.02rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 11px;
  background: var(--cream); transition: border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder { color: #a99cae; }
.field input:focus {
  outline: none; border-color: var(--magenta);
  box-shadow: 0 0 0 3px rgba(224, 42, 107, .16);
}
.field input[aria-invalid="true"] { border-color: #c0392b; }

.phone-input { display: flex; align-items: stretch; }
.phone-input .cc {
  display: grid; place-items: center; padding: 0 14px;
  background: var(--cream-warm); border: 1.5px solid var(--line); border-right: 0;
  border-radius: 11px 0 0 11px; font-weight: 600; color: var(--ink-soft); font-size: .98rem;
}
.phone-input input { border-radius: 0 11px 11px 0; }

.err { color: #c0392b; font-size: .84rem; margin: 7px 0 0; font-weight: 500; }

.del-done {
  background: #fff; border: 1.5px solid var(--line); border-top: 5px solid var(--turquoise);
  border-radius: var(--r); padding: 32px 26px; box-shadow: var(--shadow);
  margin: 1.6em 0; text-align: center;
}
.del-done .tick {
  width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%;
  background: linear-gradient(135deg, var(--turquoise), #0e8d80);
  color: #fff; font-size: 2rem; display: grid; place-items: center;
  box-shadow: 0 8px 22px rgba(23, 179, 163, .4);
}
.del-done h3 { margin-bottom: .3em; }
.del-send {
  margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px; align-items: center;
}
.del-send .btn { width: 100%; max-width: 320px; justify-content: center; }

/* --- Rules --------------------------------------------------------------- */

.rule-list { list-style: none; padding: 0; margin: 0; counter-reset: r; }
.rule-list li { position: relative; padding: 17px 0 17px 50px; border-bottom: 1px solid var(--line); }
.rule-list li:last-child { border-bottom: 0; }
.rule-list li::before {
  counter-increment: r; content: counter(r);
  position: absolute; left: 0; top: 16px;
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--marigold), var(--marigold-deep));
  color: #3a1400; font-family: var(--display); font-size: 1rem;
  display: grid; place-items: center;
}
.rule-list .gu { display: block; color: var(--ink-soft); font-size: .98rem; margin-top: .2em; }

/* --- Footer -------------------------------------------------------------- */

.site-foot {
  background:
    radial-gradient(700px 360px at 50% 0%, var(--night-soft) 0%, transparent 72%),
    linear-gradient(175deg, var(--night) 0%, #070b1a 100%);
  color: rgba(255,247,232,.74);
}
.foot-top { display: grid; gap: 34px; padding: clamp(42px, 5vw, 64px) 0 34px; grid-template-columns: 1.5fr repeat(4, 1fr); }
.foot-logos { display: flex; gap: 16px; align-items: center; margin-bottom: 16px; }
.foot-logos img { width: 72px; filter: drop-shadow(0 3px 12px rgba(0,0,0,.5)); }
.foot-tag { font-family: var(--gujarati); color: var(--marigold); font-size: 1.14rem; margin: 0 0 .5em; }
.foot-note { font-size: .86rem; line-height: 1.7; color: rgba(255,247,232,.58); margin: 0; }

.foot-col h2 {
  font-family: var(--body); font-size: .69rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--marigold); margin-bottom: 1.1em; font-weight: 700;
}
.foot-col a { display: block; color: rgba(255,247,232,.7); text-decoration: none; font-size: .88rem; padding: 5px 0; word-break: break-word; }
.foot-col a:hover { color: var(--marigold); }

.foot-bottom {
  border-top: 1px solid rgba(247,162,35,.18); padding: 22px 0 30px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: .8rem; color: rgba(255,247,232,.52);
}
.foot-bottom p { margin: 0; }
.foot-made strong { color: var(--marigold); font-weight: 500; }

/* --- Utilities ----------------------------------------------------------- */

.center { text-align: center; }
.mb0 { margin-bottom: 0; }
.mt2 { margin-top: 2rem; }
.muted { color: var(--ink-soft); }
.small { font-size: .87rem; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.map-frame { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); border: 1.5px solid var(--line); line-height: 0; background: #fff; }
.map-frame iframe { width: 100%; height: 420px; border: 0; }

/* ==========================================================================
   Phone: make it behave like the app, not like a page in a browser.
   Bottom tab bar, safe-area insets, real touch feedback, no tap flash.
   ========================================================================== */

.tabbar { display: none; }
.nav-scrim { display: none; }

@media (max-width: 1040px) {
  .nav-scrim {
    display: block; position: fixed; inset: 0; z-index: 95;
    background: rgba(7, 11, 26, .6); backdrop-filter: blur(2px);
    animation: scrim-in .2s ease;
  }
  .nav-scrim[hidden] { display: none; }
  @keyframes scrim-in { from { opacity: 0 } to { opacity: 1 } }
  .site-nav { z-index: 96; }
}

@media (max-width: 780px) {
  .tabbar {
    display: grid; grid-template-columns: repeat(5, 1fr);
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 94;
    background: rgba(11, 16, 38, .97);
    backdrop-filter: blur(14px);
    border-top: 2px solid var(--marigold);
    /* clear the iPhone home indicator */
    padding-bottom: env(safe-area-inset-bottom, 0px);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, .35);
  }
  .tabbar .tab {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; padding: 9px 2px 8px; min-height: 58px;
    background: none; border: 0; cursor: pointer;
    font-family: var(--body); font-size: .66rem; font-weight: 500;
    letter-spacing: .04em; text-decoration: none;
    color: rgba(255, 247, 232, .62);
    -webkit-tap-highlight-color: transparent;
    transition: color .15s ease, transform .12s ease;
  }
  .tabbar .tab svg { width: 23px; height: 23px; }
  .tabbar .tab:active { transform: scale(.9); }
  .tabbar .tab.is-active { color: var(--marigold); }
  .tabbar .tab.is-active svg { filter: drop-shadow(0 0 9px rgba(247, 162, 35, .65)); }
  /* the lit pip above the active tab, like a native tab bar */
  .tabbar .tab.is-active::before {
    content: ""; position: absolute; top: 0;
    width: 30px; height: 3px; border-radius: 0 0 3px 3px;
    background: var(--marigold);
  }
  .tabbar .tab { position: relative; }

  /* keep the tab bar from covering the end of the page */
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)); }
  .site-foot { margin-bottom: 0; }

  /* the drawer sits above the tab bar */
  .site-nav { padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px)); }
}

/* App-like touch behaviour across the whole phone experience. */
@media (hover: none) {
  a, button, summary, .btn, .card, details.faq summary {
    -webkit-tap-highlight-color: transparent;
  }
  .btn:active { transform: scale(.97); }
  .site-nav a:active { background: rgba(247, 162, 35, .26); }
  details.faq summary:active { opacity: .7; }
  /* hover lifts are meaningless on touch and leave elements stuck raised */
  .btn:hover { transform: none; }
}

/* Respect the notch on landscape too. */
@supports (padding: max(0px)) {
  .wrap {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
  }
}

/* --- Responsive ---------------------------------------------------------- */

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

/* 8 links plus a CTA stop fitting on one line below ~1040px. */
@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; inset: 0 0 0 auto; width: min(330px, 86vw);
    background: linear-gradient(170deg, var(--night), var(--night-deep));
    flex-direction: column; align-items: stretch;
    padding: 88px 22px 30px; gap: 2px;
    transform: translateX(100%); transition: transform .28s ease;
    box-shadow: -22px 0 56px rgba(0,0,0,.45); overflow-y: auto;
    border-left: 2px solid var(--marigold);
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { padding: 13px 15px; font-size: 1rem; }
  .nav-cta { margin: 14px 0 0; justify-content: center; }
  .brand img { width: 50px; }
}

/* The four hero stats only stack on a genuinely narrow screen. */
@media (max-width: 680px) {
  .hero-meta div + div { border-left: 0; border-top: 1px solid rgba(247,162,35,.22); }
  .hero-meta div { min-width: 100%; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .hero-lockup .tie { display: none; }
  .foot-bottom { flex-direction: column; }
  section { padding: 44px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

@media print {
  .site-head, .site-foot, .hero-cta, .nav-toggle { display: none; }
  body { background: #fff; color: #000; }
}
