/* =========================================================================
   S.R.PETA — Telugu wedding clothing, Narsipatnam
   Shared design system · mobile-first · calm density
   ========================================================================= */

:root {
  --maroon: #6E1633;
  --maroon-dark: #4A0E22;
  --maroon-light: #8a2a4a;
  --gold: #C49A45;
  --gold-light: #E3C77E;
  --gold-dark: #7F5F1A; /* darkened from #96701F for WCAG AA: 5.49:1 on ivory, 4.91:1 on cream, 5.91:1 on white */
  --ivory: #FBF6EC;
  --cream: #F3E9D7;
  --ink: #241F1C;
  --ink-soft: #5b524d;
  --line: rgba(110, 22, 51, 0.12);
  --line-strong: rgba(110, 22, 51, 0.22);
  --shadow-sm: 0 2px 12px rgba(36, 31, 28, 0.05);
  --shadow-md: 0 12px 34px rgba(74, 14, 34, 0.10);
  --nav-h: 62px;
  --wa: #1FA855;
}

/* ---- Metric-matched fallback fonts -------------------------------------
   Sized so the fallback occupies the same box as the webfont it stands in
   for, so the display=swap webfont swap doesn't reflow text (CLS fix).
   Cormorant Garamond metrics measured at 100px: ascent 92% of em, descent
   29% of em; size-adjust 98.01% matches its advance width to Times New
   Roman / the generic serif. Inter metrics (ascent 90.49%, descent 22.56%,
   published upstream) paired with a 107.01% size-adjust match Inter's
   advance width to Arial / the generic sans-serif. */
@font-face {
  font-family: 'Cormorant Fallback';
  src: local('Times New Roman');
  ascent-override: 92%;
  descent-override: 29%;
  line-gap-override: 0%;
  size-adjust: 98.01%;
}
@font-face {
  font-family: 'Inter Fallback';
  src: local('Arial');
  ascent-override: 90.49%;
  descent-override: 22.56%;
  line-gap-override: 0%;
  size-adjust: 107.01%;
}

* { -webkit-tap-highlight-color: rgba(110, 22, 51, 0.10); }
*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 12px); }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: 'Inter', 'Inter Fallback', system-ui, -apple-system, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--gold); color: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; border-radius: 3px; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }

/* ---- Typography ------------------------------------------------------- */
.h-display {
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', 'Noto Serif Telugu', Georgia, serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}
body.lang-te { font-family: 'Noto Sans Telugu', sans-serif; }
body.lang-te .h-display { font-family: 'Noto Serif Telugu', serif; font-weight: 600; line-height: 1.28; }

h1.h-display { font-size: clamp(2.1rem, 6.4vw, 3.5rem); }
h2.h-display { font-size: clamp(1.7rem, 4.6vw, 2.6rem); }
h3.h-display { font-size: clamp(1.2rem, 3vw, 1.5rem); }

p { margin: 0 0 1rem; }
.lede { font-size: clamp(1.02rem, 2.2vw, 1.16rem); color: var(--ink-soft); line-height: 1.62; max-width: 62ch; }
.measure { max-width: 66ch; }

.eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-dark);
  margin: 0 0 .55rem;
}
.te { font-family: 'Noto Sans Telugu', sans-serif; }

/* ---- Layout ----------------------------------------------------------- */
.wrap { width: 100%; max-width: 1140px; margin-inline: auto; padding-inline: 1.25rem; }
.wrap-tight { max-width: 820px; }
.section { padding-block: clamp(3rem, 7vw, 5.5rem); }
.section-sm { padding-block: clamp(2rem, 4.5vw, 3.25rem); }

.grid { display: grid; gap: 1.1rem; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) {
  .md-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .md-cols-3 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 980px) {
  .lg-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .lg-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .lg-cols-4 { grid-template-columns: repeat(4, 1fr); }
}

/* ---- Kontu: the saree-border motif ------------------------------------ */
.kontu {
  height: 4px; border: 0; margin: 0;
  background: linear-gradient(90deg,
    var(--maroon) 0 30%, var(--gold) 30% 34%, var(--maroon) 34% 38%,
    var(--gold) 38% 42%, var(--line-strong) 42% 100%);
}
.kontu-sm { width: 56px; height: 3px; border: 0; margin: .9rem 0;
  background: linear-gradient(90deg, var(--gold) 0 45%, var(--maroon) 45% 55%, var(--gold) 55% 100%); }
.kontu-sm.center { margin-inline: auto; }

/* ---- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .8rem 1.4rem; border-radius: 999px;
  font-weight: 600; font-size: .93rem; line-height: 1;
  border: 1px solid transparent; text-align: center;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:active { transform: scale(.98); }
.btn svg { width: 18px; height: 18px; flex: none; }

.btn-primary { background: var(--maroon); color: #fff; }
.btn-primary:hover { background: var(--maroon-dark); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #19914a; }
.btn-ghost { background: transparent; color: var(--maroon); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.btn-on-dark { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.4); }
.btn-on-dark:hover { background: #fff; color: var(--maroon); }
.btn-sm { padding: .6rem 1.05rem; font-size: .85rem; }

/* text link with underline */
.tlink { color: var(--maroon); font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 1px; }
.tlink:hover { color: var(--maroon-dark); border-color: var(--maroon); }

/* ---- Skip link (a11y) -------------------------------------------------- */
.skip-link {
  position: absolute;
  top: -100px; left: 0;
  z-index: 999;
  background: var(--maroon);
  color: #fff;
  padding: .85rem 1.4rem;
  border-radius: 0 0 10px 0;
  font-weight: 600;
  font-size: .9rem;
  transition: top .15s ease;
}
.skip-link:focus { top: 0; }

/* ---- Navigation ------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 246, 236, 0.94);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav.scrolled { box-shadow: 0 2px 16px rgba(36,31,28,.07); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 1rem; }
.nav__brand { display: flex; align-items: center; gap: .45rem; flex: 0 1 auto; min-width: 0; }
.nav__brand > span { min-width: 0; overflow: hidden; }
.nav__brand img { width: 29px; height: 29px; object-fit: contain; }
.nav__brand .name { font-family: 'Cormorant Garamond', 'Cormorant Fallback', serif; font-weight: 700; font-size: 1.08rem; color: var(--maroon); line-height: 1.05; letter-spacing: .01em; }
/* Letter-spacing trimmed from .16em to .03em — that alone cut the tag's
   natural width by ~90px, which is what let it show whole instead of
   clipping (its old width made .nav__brand a flex-shrink target once
   .nav__links appeared alongside it at 1000px — see below). */
.nav__brand .tag { display: none; white-space: nowrap; font-size: .6rem; letter-spacing: .03em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; }

@media (min-width: 560px) { .nav__brand .tag { display: block; } }

.nav__links { display: none; align-items: center; gap: 1.1rem; }
.nav__links a { font-size: .87rem; font-weight: 600; color: var(--ink); position: relative; padding: .3rem 0; white-space: nowrap; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--gold); transition: width .2s ease; }
.nav__links a:hover, .nav__links a.active { color: var(--maroon); }
.nav__links a:hover::after, .nav__links a.active::after { width: 100%; }

.nav__right { display: flex; align-items: center; gap: .5rem; flex: none; }
.lang { display: inline-flex; border: 1px solid var(--line-strong); border-radius: 999px; padding: 2px; background: rgba(255,255,255,.5); }
.lang button { position: relative; padding: .22rem .56rem; border-radius: 999px; font-size: .75rem; font-weight: 600; color: var(--maroon); }
.lang button.on { background: var(--maroon); color: #fff; }
/* Invisible hit-area overlay: enlarges the tap target toward 44px without
   changing the visible pill size (WCAG 2.5.5/2.5.8 comfortable target). */
.lang button::before {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 100%; height: max(44px, 100%);
}
.nav__call { display: none; }

.burger { position: relative; display: inline-flex; flex-direction: column; gap: 4px; padding: 8px; border-radius: 8px; }
.burger::before {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: max(44px, 100%); height: max(44px, 100%);
}
.burger span { width: 21px; height: 2px; background: var(--maroon); border-radius: 2px; transition: transform .28s, opacity .28s; }
.burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.drawer {
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 55; background: var(--ivory);
  transform: translateX(100%); visibility: hidden;
  transition: transform .3s cubic-bezier(.4,0,.2,1), visibility 0s linear .3s;
  display: flex; flex-direction: column; padding: 1.25rem 1.25rem 1.75rem; overflow-y: auto;
}
.drawer.open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.drawer a { font-family: 'Cormorant Garamond', 'Cormorant Fallback', serif; font-size: 1.4rem; font-weight: 600; color: var(--maroon); padding: .72rem 0; border-bottom: 1px solid var(--line); }
body.lang-te .drawer a { font-family: 'Noto Serif Telugu', serif; font-size: 1.15rem; }
.drawer__cta { margin-top: auto; padding-top: 1.25rem; display: grid; gap: .55rem; }

/* Kept at the same 1000px breakpoint the floating call/WhatsApp buttons use
   (see .fab-stack) so nothing is ever un-reachable in between: below this,
   the fab-stack covers call/WhatsApp; at and above it, the desktop row does.
   Shortened labels + a tighter brand mark (not a wider breakpoint) are what
   fixed the crowding — see NAV in tools/shell.py and .nav__brand .tag above. */
@media (min-width: 1000px) {
  .nav__links { display: flex; }
  .nav__call { display: inline-flex; }
  .burger, .drawer { display: none; }
}

/* ---- Breadcrumbs ------------------------------------------------------ */
.crumbs { font-size: .78rem; color: var(--ink-soft); padding-block: .9rem; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.crumbs a { color: var(--maroon); }
.crumbs a:hover { text-decoration: underline; }
.crumbs span[aria-current] { color: var(--ink-soft); }
.crumbs .sep { color: var(--gold-dark); }

/* ---- Hero ------------------------------------------------------------- */
.hero { position: relative; display: flex; align-items: flex-end; overflow: hidden; min-height: 70svh; }
.hero--page { min-height: 52svh; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(36,8,18,.30) 0%, rgba(36,8,18,.55) 55%, rgba(36,8,18,.88) 100%);
}
@media (min-width: 760px) {
  .hero__scrim { background: linear-gradient(95deg, rgba(36,8,18,.88) 0%, rgba(36,8,18,.62) 50%, rgba(36,8,18,.25) 100%); }
  .hero { align-items: center; }
}
.hero__content { position: relative; z-index: 2; color: #fff; padding-block: clamp(2.5rem, 7vw, 4.5rem); max-width: 640px; }
.hero__content h1 { color: #fff; }
.hero__content .lede { color: rgba(255,255,255,.9); }
.hero__content .eyebrow { color: var(--gold-light); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }

/* ---- Cards ------------------------------------------------------------ */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.card__media { aspect-ratio: 4 / 3; background: var(--cream); overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 1rem 1.1rem 1.2rem; flex: 1; display: flex; flex-direction: column; }
.card__body p { font-size: .92rem; color: var(--ink-soft); margin-bottom: .8rem; }
.card__more { margin-top: auto; font-size: .84rem; font-weight: 600; color: var(--maroon); display: inline-flex; align-items: center; gap: .35rem; }
.card__more::after { content: "→"; transition: transform .2s; }
.card:hover .card__more::after { transform: translateX(3px); }

/* ---- Two-segment split ------------------------------------------------ */
.split { display: grid; gap: 1rem; }
@media (min-width: 820px) { .split { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
.split__side {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 1.5rem 1.4rem 1.6rem; display: flex; flex-direction: column;
}
.split__side.is-primary { border-color: var(--line-strong); background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.split__side h3 { margin: .4rem 0 .5rem; color: var(--maroon); }
.split__side p { font-size: .95rem; color: var(--ink-soft); }
.split__side .btn { margin-top: auto; align-self: flex-start; }
.split__tag { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--gold-dark); }

/* ---- Checklist -------------------------------------------------------- */
.clist { display: grid; gap: 1rem; }
.clist__group { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.clist__head { display: flex; align-items: baseline; gap: .7rem; padding: 1rem 1.15rem; background: var(--cream); border-bottom: 1px solid var(--line); }
.clist__head .n { font-family: 'Cormorant Garamond', 'Cormorant Fallback', serif; font-size: 1.05rem; color: var(--gold-dark); font-weight: 700; }
.clist__head h2, .clist__head h3, .clist__title { color: var(--maroon); font-size: 1.15rem; margin: 0; }
.clist__items { list-style: none; margin: 0; padding: .4rem 1.15rem 1.05rem; }
.clist__items li { padding: .7rem 0 .7rem 1.7rem; border-bottom: 1px solid var(--line); position: relative; font-size: .95rem; }
.clist__items li:last-child { border-bottom: 0; }
.clist__items li::before {
  content: ""; position: absolute; left: .15rem; top: 1.02em;
  width: 11px; height: 6px; border-left: 2px solid var(--gold-dark); border-bottom: 2px solid var(--gold-dark);
  transform: rotate(-45deg);
}
.clist__items b { display: block; color: var(--maroon); font-weight: 600; }
.clist__items .qty { font-size: .8rem; color: var(--gold-dark); font-weight: 600; white-space: nowrap; }
.clist__items span.d { color: var(--ink-soft); font-size: .89rem; display: block; margin-top: .12rem; line-height: 1.5; }

/* ---- Info panel / notes ----------------------------------------------- */
.panel { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; padding: 1.1rem 1.25rem; margin: 1.5rem 0; }
.panel p:last-child { margin-bottom: 0; }
.panel .lbl { display: block; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; color: var(--gold-dark); margin-bottom: .45rem; }
.panel--maroon { border-left-color: var(--maroon); }

/* ---- Dual CTA (visit primary / abroad secondary) ---------------------- */
.dualcta { background: var(--maroon); color: #fff; border-radius: 12px; padding: 1.6rem 1.4rem; margin-block: 2rem; }
.dualcta h3 { color: #fff; margin: 0 0 .5rem; }
.dualcta p { color: rgba(255,255,255,.85); font-size: .95rem; }
.dualcta__row { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.1rem; align-items: center; }
.dualcta__alt { font-size: .88rem; color: rgba(255,255,255,.8); }
.dualcta__alt a { color: var(--gold-light); border-bottom: 1px solid rgba(227,199,126,.5); }
.dualcta__alt a:hover { color: #fff; border-color: #fff; }

/* ---- Facts / spec rows ------------------------------------------------ */
.facts { display: grid; gap: 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; }
.facts__row { display: grid; grid-template-columns: 1fr; gap: .2rem; padding: .9rem 1.1rem; border-bottom: 1px solid var(--line); }
.facts__row:last-child { border-bottom: 0; }
@media (min-width: 620px) { .facts__row { grid-template-columns: 180px 1fr; gap: 1rem; align-items: baseline; } }
.facts__k { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--gold-dark); }
.facts__v { font-size: .95rem; }
.facts__v .sub { display: block; color: var(--ink-soft); font-size: .87rem; margin-top: .15rem; }

/* ---- Bands ------------------------------------------------------------ */
.bg-cream { background: var(--cream); }
.bg-maroon { background: var(--maroon); color: rgba(255,255,255,.86); }
.bg-maroon h2, .bg-maroon h3, .bg-maroon .h-display { color: #fff; }
.bg-maroon .eyebrow { color: var(--gold-light); }
.bg-maroon .lede { color: rgba(255,255,255,.85); }

/* ---- Pills ------------------------------------------------------------ */
.pill { display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .7rem; border-radius: 999px; background: rgba(196,154,69,.16); color: var(--gold-dark); font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.pill-row { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .8rem; }
.pill-row span { font-size: .78rem; padding: .28rem .68rem; border: 1px solid var(--line-strong); color: var(--maroon); border-radius: 999px; }

/* ---- FAQ -------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1rem 2rem 1rem 0; font-weight: 600; cursor: pointer; list-style: none; position: relative; color: var(--maroon); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .4rem; top: .85rem; font-size: 1.3rem; color: var(--gold-dark); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq .faq__a { padding: 0 0 1.1rem; color: var(--ink-soft); font-size: .95rem; }
.faq .faq__a p:last-child { margin-bottom: 0; }

/* ---- Language note (Telugu-only phone) -------------------------------- */
.langnote { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; color: var(--ink-soft); }
.langnote::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--wa); flex: none; }
.bg-maroon .langnote, .dualcta .langnote, .hero__content .langnote { color: rgba(255,255,255,.78); }

/* ---- Reveal ----------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---- Floating actions ------------------------------------------------- */
.fab-stack { position: fixed; right: 14px; bottom: 14px; z-index: 50; display: flex; flex-direction: column; gap: 10px; }
.fab { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.fab svg { width: 25px; height: 25px; }
.fab:active { transform: scale(.93); }
.fab-wa { background: #25D366; }
.fab-call { background: var(--maroon); }
@media (min-width: 1000px) { .fab-stack { display: none; } }

/* ---- Footer ----------------------------------------------------------- */
.footer { background: var(--maroon-dark); color: rgba(255,255,255,.76); font-size: .92rem; }
.footer a { color: rgba(255,255,255,.76); }
.footer a:hover { color: var(--gold-light); }
.footer h4 { color: #fff; font-family: 'Cormorant Garamond', 'Cormorant Fallback', serif; font-size: 1.1rem; margin: 0 0 .7rem; font-weight: 600; }
body.lang-te .footer h4 { font-family: 'Noto Serif Telugu', serif; }
.footer__grid { display: grid; gap: 1.8rem; padding-block: 2.75rem 2rem; }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; } }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.14); padding-block: 1.1rem; font-size: .8rem; color: rgba(255,255,255,.55); display: flex; flex-wrap: wrap; gap: .6rem; justify-content: space-between; }
.footer__email { font-size: .82rem; color: rgba(255,255,255,.5); }
.footer__email a { color: rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.2); }

/* ---- Modal / form ----------------------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 80; background: rgba(36,8,18,.6); display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal.open { display: flex; }
.modal__panel { background: var(--ivory); border-radius: 14px; padding: 1.5rem; width: 100%; max-width: 440px; position: relative; box-shadow: var(--shadow-md); max-height: 90vh; overflow-y: auto; }
.field { margin-bottom: .85rem; }
.field label { display: block; font-size: .8rem; font-weight: 600; color: var(--ink-soft); margin-bottom: .3rem; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line-strong); background: #fff; border-radius: 8px; padding: .65rem .8rem; font-size: .95rem; color: var(--ink); font-family: inherit; }
.field textarea { min-height: 96px; resize: vertical; }

/* ---- Utilities -------------------------------------------------------- */
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.hidden { display: none !important; }
.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; }
.stack > * + * { margin-top: 1rem; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }

/* ---- Print (the checklist is meant to be printed) --------------------- */
@media print {
  .nav, .drawer, .fab-stack, .footer, .dualcta, .hero__bg, .hero__scrim, .no-print { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .hero { min-height: 0; }
  .hero__content { color: #000; padding-block: 0; }
  .hero__content h1, .hero__content .lede, .hero__content .eyebrow { color: #000; }
  .clist__group { break-inside: avoid; border: 1px solid #999; }
  .section { padding-block: .6rem; }
  a[href^="http"]::after { content: ""; }
}

/* ---- Reduced motion --------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---- Telugu: letter-spacing breaks conjuncts, so drop it --------------- */
body.lang-te .eyebrow,
body.lang-te .split__tag,
body.lang-te .facts__k,
body.lang-te .panel .lbl,
body.lang-te .pill,
body.lang-te .nav__brand .tag,
body.lang-te .clist__items .qty {
  letter-spacing: 0;
  text-transform: none;
}
body.lang-te .h-display { letter-spacing: 0; }

/* ---- <picture> fills its box ------------------------------------------ */
.hero__bg picture, .card__media picture { display: block; width: 100%; height: 100%; }
.hero__bg picture img { width: 100%; height: 100%; object-fit: cover; }
.card__media picture img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Data tables (guest counts, timelines, comparisons) ---------------- */
.datatable-wrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 1.4rem 0; border: 1px solid var(--line); border-radius: 10px; background: #fff;
}
.datatable { width: 100%; border-collapse: collapse; min-width: 460px; font-size: .92rem; }
.datatable th, .datatable td { padding: .7rem .9rem; text-align: left; border-bottom: 1px solid var(--line); }
.datatable th {
  background: var(--cream); color: var(--maroon); font-weight: 700;
  font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.datatable tr:last-child td { border-bottom: 0; }
.datatable td:first-child { font-weight: 700; color: var(--maroon); white-space: nowrap; }
body.lang-te .datatable th { letter-spacing: 0; text-transform: none; }
