/* ══════════════════════════════════════════════
   Shaunex Media — Weddings · v3 "Shaadi Season" (evolves v2 Stone & Ember)
   Warm stone ground · charcoal ink · one ember light source · film grain
   Brand orange/teal used only at peak spots (≈5–10%).
   ══════════════════════════════════════════════ */

@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(/assets/schibsted-grotesk.woff2) format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400 600; font-display: swap; src: url(/assets/onest.woff2) format('woff2'); }
@font-face { font-family: 'Bodoni Moda'; font-style: italic; font-weight: 400 500; font-display: swap; src: url(/assets/bodoni-moda-italic.woff2) format('woff2'); }

:root {
  --paper: #F4F0EA;
  --stone-100: #EBE5DC;
  --stone-200: #DDD5C9;
  --stone-300: #CAC0B2;
  --stone-400: #AEA294;
  --stone-500: #8B7F71;
  --stone-600: #6B6157;
  --ink: #2A2623;
  --ink-2: #4C4640;
  --ink-3: #6A6158;
  --soft: #857868;
  --cream: #FBF8F3;
  --night: #1D1916;
  --night-2: #2A2420;
  --night-text: #D8CFC4;
  --night-dim: #A2978B;
  --orange: #F4A261;
  --ember: #E97A3B;
  --ember-hot: #FFD3A8;
  --teal: #4A8B8C;
  --teal-light: #8CC0BF;
  --line: rgba(42,38,35,0.13);
  --line-soft: rgba(42,38,35,0.07);
  --display: 'Schibsted Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --sans: 'Onest', 'Segoe UI', system-ui, sans-serif;
  --accent: 'Bodoni Moda', Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 18px;
  --grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.5 0 0 0 0 0.45 0 0 0 0 0.4 0 0 0 1.1 -0.1'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--stone-100); color: var(--ink-2);
  font-family: var(--sans); font-size: 16.5px; line-height: 1.7; font-weight: 400;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* Film grain on every surface */
body::after {
  content: ''; position: fixed; inset: 0; z-index: 999; pointer-events: none;
  background-image: var(--grain); background-size: 220px 220px;
  opacity: 0.2; mix-blend-mode: overlay;
}

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 1000; background: var(--ink); color: var(--cream); padding: .5rem 1rem; border-radius: 99px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 8px; }

/* ══════ LAYOUT ══════ */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.sec { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }
.sec-tight { padding: clamp(3rem, 6vw, 4.5rem) 0; position: relative; }
.sec-alt { background: var(--paper); }
.sec-alt::before, .sec-alt::after { content: ''; position: absolute; left: 0; right: 0; height: 80px; pointer-events: none; }
.sec-alt::before { top: 0; background: linear-gradient(var(--stone-100), transparent); }
.sec-alt::after { bottom: 0; background: linear-gradient(transparent, var(--stone-100)); }
.sec-alt > .wrap { position: relative; z-index: 1; }
.center { text-align: center; }

.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 2rem); }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.split { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }

/* ══════ TYPE ══════ */
.label { font-family: var(--display); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); display: inline-block; }
.pill {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-size: 0.86rem; font-weight: 500; color: var(--ink);
  padding: .5rem 1.05rem; border-radius: 10px;
  background: rgba(251,248,243,0.28); border: 1px solid rgba(255,252,247,0.75);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 6px 20px rgba(60,45,35,0.06);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px rgba(74,139,140,0.18); }

.t-hero { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: clamp(2.4rem, 5.6vw, 4.9rem); line-height: 1.02; letter-spacing: -0.03em; text-wrap: balance; }
.t-display { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: clamp(1.85rem, 3.4vw, 2.8rem); line-height: 1.06; letter-spacing: -0.025em; text-wrap: balance; }
.t-head { font-family: var(--display); font-weight: 650; color: var(--ink); font-size: clamp(1.25rem, 1.9vw, 1.5rem); line-height: 1.2; letter-spacing: -0.015em; }
.t-hero em, .t-display em, .t-head em { font-style: normal; color: var(--soft); }
.hero .t-hero em { color: var(--cream); text-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 10px 34px rgba(70,50,35,0.22); }
.t-lead { font-size: clamp(1.06rem, 1.35vw, 1.2rem); line-height: 1.65; color: var(--ink-2); max-width: 62ch; }
.t-body { font-size: 1rem; line-height: 1.75; color: var(--ink-2); max-width: 68ch; }
.t-small { font-size: 0.93rem; line-height: 1.65; color: var(--ink-3); }
.t-strong { color: var(--ink); font-weight: 500; }
.num { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.035em; }
.idx { font-family: var(--accent); font-style: italic; font-weight: 400; color: var(--stone-500); }

/* ══════ BUTTONS ══════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--display); font-size: 0.95rem; font-weight: 600; letter-spacing: -0.005em;
  padding: 0.95rem 1.7rem; border-radius: 12px; text-decoration: none; cursor: pointer;
  border: 1px solid transparent; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease); white-space: nowrap;
}
.btn svg { width: 15px; height: 15px; stroke: currentColor; stroke-width: 2; fill: none; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translate(3px,-3px); }
.btn:active { transform: scale(0.97); transition-duration: .1s; }
.btn-dark { background: var(--ink); color: var(--cream); box-shadow: 0 10px 26px rgba(42,38,35,0.18); }
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(244,162,97,0.55), 0 14px 40px rgba(233,122,59,0.28); }
.btn-cream, .btn-glass {
  background: rgba(251,248,243,0.42); color: var(--ink); border-color: rgba(255,252,247,0.85);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 10px 30px rgba(60,45,35,0.12);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.btn-cream:hover, .btn-glass:hover { background: rgba(251,248,243,0.7); transform: translateY(-2px); box-shadow: inset 0 1px 0 #fff, 0 16px 40px rgba(60,45,35,0.16), 0 0 30px rgba(244,162,97,0.25); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(42,38,35,0.28); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(251,248,243,0.5); }
.btn-row { display: flex; gap: .75rem; flex-wrap: wrap; }

.link { color: var(--ink); text-decoration: none; background-image: linear-gradient(var(--teal), var(--teal)); background-size: 100% 1px; background-repeat: no-repeat; background-position: 0 100%; padding-bottom: 1px; transition: color .3s; }
.link:hover { color: var(--teal); }

/* ══════ SURFACES ══════ */
.card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.25rem); position: relative; transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease); }
.card:hover { transform: translateY(-3px); border-color: var(--line); box-shadow: 0 18px 50px rgba(60,45,35,0.09); }
.card-num { font-family: var(--accent); font-style: italic; font-size: 1.05rem; color: var(--stone-500); margin-bottom: 1rem; display: block; }
.icon-dot { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 1.2rem; border: 1px solid var(--line); color: var(--ink); }
.icon-dot svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.6; fill: none; }

/* ══════ NAV ══════ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: .85rem 0; transition: transform .4s var(--ease), background .35s, box-shadow .35s; }
.nav.hide { transform: translateY(-110%); }
.nav.scrolled { background: rgba(235,229,220,0.82); backdrop-filter: blur(16px) saturate(1.1); -webkit-backdrop-filter: blur(16px) saturate(1.1); box-shadow: 0 1px 0 var(--line-soft); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-logo img { height: 30px; width: auto; }
.nav-links { display: flex; gap: clamp(1.25rem, 2.6vw, 2.5rem); list-style: none; align-items: center; }
.nav-links a { font-family: var(--display); font-size: 0.93rem; font-weight: 500; color: var(--ink-2); text-decoration: none; position: relative; padding: .25rem 0; transition: color .3s; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav .btn { padding: .68rem 1.2rem; font-size: .88rem; border-radius: 10px; }
.burger { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid rgba(255,252,247,0.8); background: rgba(251,248,243,0.4); cursor: pointer; align-items: center; justify-content: center; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.burger span, .burger span::before, .burger span::after { display: block; width: 17px; height: 1.5px; background: var(--ink); position: relative; transition: all .3s var(--ease); }
.burger span::before, .burger span::after { content: ''; position: absolute; left: 0; }
.burger span::before { top: -5px; } .burger span::after { top: 5px; }
.burger.open span { background: transparent; }
.burger.open span::before { top: 0; transform: rotate(45deg); }
.burger.open span::after { top: 0; transform: rotate(-45deg); }
.m-menu { position: fixed; inset: 0; z-index: 99; background: rgba(235,229,220,0.97); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.1rem; padding: 0 2rem; opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); }
.m-menu.open { opacity: 1; pointer-events: auto; }
.m-menu a:not(.btn) { font-family: var(--display); font-weight: 700; font-size: 2.4rem; letter-spacing: -0.03em; color: var(--ink); text-decoration: none; }
.m-menu .btn { margin-top: 1.25rem; }

/* ══════ HERO (image 3) ══════ */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding: 7.5rem 0 0; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(ellipse 60% 55% at 12% 8%, rgba(242,236,227,0.95) 0%, transparent 70%),
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(230,222,211,0.9) 0%, transparent 70%),
    radial-gradient(ellipse 70% 45% at 50% 100%, rgba(174,158,140,0.55) 0%, transparent 70%),
    linear-gradient(180deg, #D3CABD 0%, #C7BCAD 55%, #BCAF9F 100%);
}
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(transparent, var(--stone-100)); z-index: 0; pointer-events: none; }
.guides { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.guides .wrap { height: 100%; display: grid; grid-template-columns: repeat(3, 1fr); }
.guides .wrap > i { border-left: 1px solid rgba(255,252,247,0.42); }
.guides .wrap > i:last-child { border-right: 1px solid rgba(255,252,247,0.42); }
.hero-inner { position: relative; z-index: 2; }
.hero-center { text-align: center; }
.hero-center .t-lead { margin-left: auto; margin-right: auto; }
.hero-center .btn-row { justify-content: center; }
.hero .t-lead { color: var(--ink-2); max-width: 540px; }
.hero-sub { min-height: auto; padding: 10rem 0 7.5rem; }
.hero-sub .t-hero { font-size: clamp(2.5rem, 5.6vw, 4.8rem); }

.stage { position: relative; z-index: 1; width: min(900px, 100%); margin: clamp(.5rem, 1.5vw, 1.25rem) auto 0; pointer-events: none; }
.stage svg { width: 100%; height: auto; display: block; overflow: visible; }
.stage .seam { animation: ember 5s ease-in-out infinite; }
@keyframes ember { 0%,100% { opacity: .82; } 50% { opacity: 1; } }
.horizon { position: absolute; left: 0; right: 0; bottom: 64px; height: 2px; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, transparent 5%, rgba(255,211,168,0.9) 35%, #FFE6CC 50%, rgba(255,211,168,0.9) 65%, transparent 95%);
  box-shadow: 0 0 18px 3px rgba(233,122,59,0.45), 0 0 60px 10px rgba(244,162,97,0.22); }

.feat-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(.75rem, 2vw, 1.5rem); margin-top: -1rem; padding-bottom: clamp(2rem, 4vw, 3rem); }
.feat { display: flex; align-items: center; gap: .75rem; padding: 1.1rem .5rem 1.1rem 0; border-bottom: 1px solid rgba(42,38,35,0.22); text-decoration: none; color: var(--ink); font-family: var(--display); font-weight: 600; font-size: .98rem; transition: color .3s; }
.feat svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.6; fill: none; flex-shrink: 0; }
.feat small { display: block; font-family: var(--sans); font-weight: 400; font-size: .8rem; color: var(--ink-3); margin-top: .1rem; }
.feat.on { position: relative; padding: 1.1rem 1.1rem; border-radius: 4px 4px 0 0; border-bottom-color: var(--ink); background: rgba(251,248,243,0.45); box-shadow: inset 0 1px 0 rgba(255,255,255,0.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.feat.on::after { content: '↗'; position: absolute; top: .55rem; right: .7rem; font-size: .8rem; color: var(--ink-3); }

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 3; margin-top: -2.5rem; }
.stat-row > div { padding: 1.5rem clamp(1rem, 2vw, 1.75rem) 1.5rem 0; border-top: 1px solid rgba(42,38,35,0.25); }
.stat-row .num { font-size: clamp(2rem, 3.6vw, 3rem); }
.stat-row p { font-size: .86rem; color: var(--ink-3); margin-top: .5rem; line-height: 1.5; max-width: 26ch; }

/* ══════ STATS ══════ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.stat { padding: 2rem 1.5rem 2rem 0; }
.stat .num { font-size: clamp(2.2rem, 3.8vw, 3.1rem); }
.stat p { font-size: .86rem; color: var(--ink-3); margin-top: .6rem; line-height: 1.5; max-width: 24ch; }

/* ══════ DARK (image 5) ══════ */
.dark { background: var(--night); color: var(--night-text); position: relative; overflow: hidden; isolation: isolate; }
/* dark sections sit as inset rounded panels (like the footer) so the scroll flows instead of hard-cutting */
section.dark { margin: 0 clamp(.6rem, 1.6vw, 1.25rem); border-radius: clamp(18px, 2.6vw, 30px); }
.dark::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); background-size: 200px; opacity: .35; mix-blend-mode: screen; pointer-events: none; }
.dark .t-display, .dark .t-hero, .dark .t-head, .dark .num { color: #F5EEE5; }
.dark .t-display em, .dark .t-hero em, .dark .t-head em { color: #B9AC9D; }
.dark .label { color: var(--night-dim); }
.dark .t-body, .dark .t-lead { color: var(--night-text); }
.dark .t-small, .dark .stat p { color: var(--night-dim); }
.dark .stats, .dark .stat { border-color: rgba(245,238,229,0.14); }
.dark .card { background: rgba(245,238,229,0.045); border-color: rgba(245,238,229,0.1); }
.dark .card:hover { background: rgba(245,238,229,0.07); box-shadow: none; }
.dark .card-num, .dark .idx { color: var(--orange); }
.dark .icon-dot { border-color: rgba(245,238,229,0.2); color: var(--orange); }
.dark .btn-ghost { color: #F5EEE5; border-color: rgba(245,238,229,0.3); }
.dark .btn-ghost:hover { background: rgba(245,238,229,0.08); border-color: #F5EEE5; }
.dark .btn-cream { background: #F2ECE3; color: var(--ink); border-color: #F2ECE3; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.dark .btn-cream:hover { background: var(--cream); box-shadow: 0 0 0 1px rgba(244,162,97,0.6), 0 14px 40px rgba(233,122,59,0.3); }
.dark .link { color: #F5EEE5; background-image: linear-gradient(var(--teal-light), var(--teal-light)); }
.s-curve { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.dark .wrap { position: relative; z-index: 1; }

.proof { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.proof-big .num { font-size: clamp(5rem, 12vw, 9.5rem); letter-spacing: -0.05em; line-height: .9; white-space: nowrap; }
.proof-big .num span { color: var(--orange); }
.proof-big p { margin-top: 1rem; max-width: 34ch; }
.ledger { list-style: none; }
.ledger li { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1.25rem; align-items: baseline; padding: 1.15rem 0; border-top: 1px solid rgba(245,238,229,0.14); }
.ledger li:last-child { border-bottom: 1px solid rgba(245,238,229,0.14); }
.ledger .num { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.ledger p { color: var(--night-text); font-size: .95rem; }

/* ══════ PROBLEM LIST ══════ */
.pain-list { list-style: none; display: grid; }
.pain-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.pain-list li:last-child { border-bottom: 1px solid var(--line); }
.pain-list .n { font-family: var(--accent); font-style: italic; font-size: 1.2rem; color: var(--stone-500); line-height: 1.5; }
.pain-list h3 { font-family: var(--display); font-size: 1.22rem; font-weight: 650; letter-spacing: -0.015em; color: var(--ink); line-height: 1.3; margin-bottom: .3rem; }

/* ══════ SERVICE INDEX (home) ══════ */
.svc-index { list-style: none; border-top: 1px solid var(--line); }
.svc-index > li > a { display: grid; grid-template-columns: 4.5rem 1.1fr 1.3fr 2.5rem; gap: clamp(1rem, 3vw, 2.5rem); align-items: start; padding: clamp(1.75rem, 3.5vw, 2.5rem) 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; position: relative; transition: background .4s var(--ease); }
.svc-index > li > a:hover { background: linear-gradient(90deg, transparent, rgba(251,248,243,0.7) 20%, rgba(251,248,243,0.7) 80%, transparent); }
.svc-index .idx { font-size: 1.6rem; line-height: 1; padding-top: .25rem; }
.svc-index h3 { font-family: var(--display); font-weight: 700; font-size: clamp(1.45rem, 2.6vw, 2.1rem); letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.svc-index .arrow { width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: all .35s var(--ease); }
.svc-index .arrow svg { width: 14px; height: 14px; stroke: var(--ink); stroke-width: 2; fill: none; }
.svc-index a:hover .arrow { background: var(--ink); border-color: var(--ink); }
.svc-index a:hover .arrow svg { stroke: var(--cream); }
.svc-tag { display: inline-block; font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: .6rem; }
.svc-tag.hot { color: #B95A22; }
.chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1rem; }
.chips span { font-size: .8rem; padding: .32rem .75rem; border-radius: 8px; border: 1px solid var(--line); color: var(--ink-2); background: rgba(251,248,243,0.6); }

/* ══════ BUDGET TIERS ══════ */
.tiers { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1rem; }
.tier { border-radius: var(--radius); padding: 2rem 1.75rem; position: relative; overflow: hidden; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.tier::before { content: ''; position: absolute; inset: 0; z-index: -2; }
.tier::after { content: ''; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); background-size: 200px; opacity: .45; mix-blend-mode: overlay; }
.tier-1 { color: #F5EEE5; }
.tier-1::before { background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(233,122,59,0.55), transparent 70%), radial-gradient(ellipse at 20% 0%, #5A4A3E, #231D19 70%); }
.tier-2 { color: var(--ink); }
.tier-2::before { background: radial-gradient(ellipse at 25% 10%, #E4DBCF, #B5A796 80%); }
.tier-3 { color: var(--ink); }
.tier-3::before { background: radial-gradient(ellipse at 25% 10%, #F4EFE8, #D4CABD 85%); }
.tier .label { color: inherit; opacity: .75; margin-bottom: .5rem; }
.tier h3 { font-family: var(--display); font-weight: 700; font-size: 1.7rem; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: .5rem; }
.tier p { font-size: .94rem; line-height: 1.6; opacity: .88; }

/* ══════ PROCESS ══════ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
.step { border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.step .n { font-family: var(--accent); font-style: italic; font-size: 1.5rem; color: var(--stone-500); line-height: 1; display: block; margin-bottom: 1.25rem; }
.step h3 { font-family: var(--display); font-size: 1.22rem; font-weight: 650; letter-spacing: -0.015em; color: var(--ink); line-height: 1.25; margin-bottom: .5rem; }

/* ══════ CITIES ══════ */
.cities { display: flex; flex-wrap: wrap; gap: .5rem; }
.cities span { font-family: var(--display); font-weight: 500; font-size: .92rem; padding: .5rem 1rem; border-radius: 10px; border: 1px solid var(--line); background: rgba(251,248,243,0.65); color: var(--ink); }

/* ══════ COMPARISON ══════ */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.compare .card ul { list-style: none; display: grid; gap: .85rem; margin-top: 1.4rem; }
.compare .card li { display: grid; grid-template-columns: 1.4rem 1fr; gap: .5rem; font-size: .97rem; line-height: 1.55; color: var(--ink-2); }
.compare .card li::before { content: '—'; color: var(--stone-400); }
.compare .card.yes { background: var(--night); border-color: var(--night); }
.compare .card.yes .label { color: var(--night-dim); }
.compare .card.yes li { color: #EDE5DA; }
.compare .card.yes li::before { content: '✓'; color: var(--teal-light); font-weight: 600; }
.compare .card.no { background: transparent; border-color: var(--line); }
.compare .card.no li { color: var(--ink-3); }

/* ══════ SERVICE ROWS ══════ */
.svc { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 5vw, 5rem); padding: clamp(2.5rem, 5vw, 4rem) 0; border-top: 1px solid var(--line); align-items: start; }
.svc:last-child { border-bottom: 1px solid var(--line); }
.svc .card-num { font-size: 1.4rem; }
.svc ul { list-style: none; display: grid; gap: .7rem; margin-top: 1.5rem; }
.svc li { display: grid; grid-template-columns: 1.4rem 1fr; gap: .5rem; font-size: .98rem; color: var(--ink-2); }
.svc li::before { content: '✓'; color: var(--teal); font-weight: 600; }
.svc .tag { display: block; font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #B95A22; margin-bottom: .75rem; }

/* ══════ RESULTS ══════ */
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.shot { border-radius: 14px; overflow: hidden; background: var(--night); transition: transform .45s var(--ease); }
.shot:hover { transform: translateY(-4px); }
.shot img { width: 100%; aspect-ratio: 9/16; object-fit: cover; object-position: top; }
.shot figcaption { padding: 1rem 1.1rem 1.2rem; font-size: .85rem; color: var(--night-dim); line-height: 1.5; }
.shot figcaption b { display: block; font-family: var(--display); font-size: 1.02rem; color: #F5EEE5; font-weight: 650; margin-bottom: .2rem; }
.dash { display: grid; grid-template-columns: repeat(3, 1fr); }
.dash > div { padding: 1.75rem 1.5rem 1.75rem 0; border-top: 1px solid var(--line); }
.dash p { font-size: .88rem; color: var(--ink-3); margin-top: .5rem; line-height: 1.5; max-width: 26ch; }
.dark .dash > div { border-color: rgba(245,238,229,0.14); }
.dark .dash p { color: var(--night-dim); }
.dark .dash.card { background: transparent; border: 0; padding: 0 !important; }
.accounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.acct-head { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.5rem; }
.acct-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--stone-300), var(--stone-500)); flex-shrink: 0; }
.acct-growth { display: flex; align-items: baseline; gap: .6rem; font-family: var(--display); color: var(--ink); }
.acct-growth .from { font-size: 1.3rem; color: var(--ink-3); }
.acct-growth .to { font-size: 2.3rem; font-weight: 700; letter-spacing: -0.03em; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.timeline .card h3 { margin: .25rem 0 .7rem; }
.timeline .expect { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .92rem; color: var(--ink); }
.timeline .expect::before { content: '→ '; color: var(--teal); }

/* ══════ TEAM ══════ */
.team { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.team-photo { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; position: relative; }
.team-photo::after { content: ''; position: absolute; inset: 0; background-image: var(--grain); background-size: 200px; opacity: .4; mix-blend-mode: overlay; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(0.35) sepia(0.12) contrast(1.02); }
.caps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.caps .card { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 1.4rem 1rem 1.4rem 0; }
.caps .card:hover { transform: none; box-shadow: none; }
.caps h4 { font-family: var(--display); font-size: 1.05rem; font-weight: 600; color: var(--ink); line-height: 1.3; letter-spacing: -0.01em; }

/* ══════ FAQ ══════ */
.faq-group { margin-bottom: 3.5rem; }
.faq-group > .label { margin-bottom: 1rem; }
details.qa { border-top: 1px solid var(--line); }
details.qa:last-of-type { border-bottom: 1px solid var(--line); }
details.qa summary { list-style: none; cursor: pointer; padding: 1.35rem 3rem 1.35rem 0; position: relative; font-family: var(--display); font-size: clamp(1.08rem, 1.6vw, 1.25rem); font-weight: 600; letter-spacing: -0.012em; color: var(--ink); line-height: 1.35; }
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after { content: '+'; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%); font-weight: 400; font-size: 1.5rem; color: var(--ink-3); transition: transform .35s var(--ease), color .3s; }
details.qa[open] summary::after { transform: translateY(-50%) rotate(45deg); color: var(--ember); }
details.qa .a { padding: 0 3rem 1.5rem 0; color: var(--ink-2); max-width: 72ch; }

/* ══════ CONTACT ══════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.next-steps { display: grid; gap: 2rem; }
.next-steps > div { display: grid; grid-template-columns: 2.5rem 1fr; gap: .5rem; }
.next-steps .n { font-family: var(--accent); font-style: italic; font-size: 1.25rem; color: var(--stone-500); }
.next-steps h3 { font-family: var(--display); font-size: 1.2rem; font-weight: 650; letter-spacing: -0.015em; color: var(--ink); line-height: 1.3; margin-bottom: .3rem; }
.form { display: grid; gap: 1rem; }
.form label { font-family: var(--display); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); display: grid; gap: .45rem; }
.form input, .form select, .form textarea { font: inherit; font-family: var(--sans); font-size: 1rem; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: .85rem 1rem; transition: border-color .3s, box-shadow .3s; width: 100%; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(74,139,140,0.15); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form .btn { width: 100%; margin-top: .5rem; }
.form-note { font-size: .86rem; color: var(--ink-3); text-align: center; }
.form-success { display: none; text-align: center; padding: 2rem 1rem; }
.form.sent .form-fields { display: none; }
.form.sent .form-success { display: block; }

/* ══════ FOOTER (image 4) ══════ */
.footer { background: #9D9080; padding: clamp(.75rem, 2vw, 1.25rem); position: relative; }
.footer-panel { background: var(--night); border-radius: clamp(16px, 2.5vw, 28px); overflow: hidden; position: relative; isolation: isolate; color: var(--night-text); padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem); }
.footer-panel::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse 60% 70% at 50% 110%, rgba(233,122,59,0.22), transparent 70%), radial-gradient(ellipse 50% 60% at 15% 0%, rgba(174,158,140,0.18), transparent 70%); }
.footer-panel::after { content: ''; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); background-size: 200px; opacity: .35; mix-blend-mode: screen; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 3rem; }
.footer img { height: 32px; width: auto; margin-bottom: 1.25rem; }
.footer h4 { font-family: var(--display); font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--night-dim); margin-bottom: 1rem; }
.footer ul { list-style: none; display: grid; gap: .55rem; }
.footer a { color: #EDE5DA; text-decoration: none; font-size: .95rem; transition: color .3s; }
.footer a:hover { color: var(--orange); }
.footer-tag { font-family: var(--display); font-weight: 700; font-size: 1.45rem; letter-spacing: -0.02em; color: #F5EEE5; line-height: 1.25; max-width: 340px; margin-bottom: .75rem; }
.footer .t-small { color: var(--night-dim); max-width: 36ch; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0 0; margin-top: 3rem; border-top: 1px solid rgba(245,238,229,0.12); font-size: .82rem; color: var(--night-dim); }
.wordmark { font-family: var(--display); font-weight: 800; font-size: clamp(5rem, 23vw, 20rem); letter-spacing: -0.065em; line-height: .72; color: #EFE7DC; text-align: center; margin-top: clamp(1.5rem, 4vw, 3rem); margin-bottom: -0.1em; user-select: none; white-space: nowrap; }

/* ══════ CTA BLOCK ══════ */
.cta { padding: clamp(6rem, 12vw, 9rem) 0; position: relative; }
.cta .t-hero { font-size: clamp(2.5rem, 5.6vw, 4.6rem); max-width: 17ch; margin: 0 0 1.5rem; }
.cta .t-lead { max-width: 48ch; margin: 0 0 2.25rem; }
.cta.center .t-hero, .cta.center .t-lead { margin-left: auto; margin-right: auto; }
.cta.center .btn-row { justify-content: center; }

/* ══════ MOTION ══════ */
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.anim { animation: rise .9s var(--ease) both; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .14s; } .d3 { animation-delay: .26s; } .d4 { animation-delay: .38s; } .d5 { animation-delay: .52s; }
.js [data-r] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js [data-r].v { opacity: 1; transform: none; }
.js [data-sg] > * { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-sg].v > * { opacity: 1; transform: none; }
.js [data-sg].v > *:nth-child(2) { transition-delay: .07s; }
.js [data-sg].v > *:nth-child(3) { transition-delay: .14s; }
.js [data-sg].v > *:nth-child(4) { transition-delay: .21s; }
.js [data-sg].v > *:nth-child(5) { transition-delay: .28s; }
.js [data-sg].v > *:nth-child(n+6) { transition-delay: .34s; }
.js [data-sg].v > .card { transition: opacity .7s var(--ease), transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease); }
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 1001; background: linear-gradient(90deg, var(--orange), var(--ember)); pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-r], .js [data-sg] > * { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ══════ RESPONSIVE ══════ */
@media (max-width: 1024px) {
  .g4, .caps, .steps, .shots { grid-template-columns: repeat(2, 1fr); }
  .stats, .stat-row, .feat-row { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .burger { display: flex; }
  .svc-index > li > a { grid-template-columns: 3rem 1fr 2.5rem; }
  .svc-index > li > a > .svc-body { grid-column: 2 / 3; }
}
@media (max-width: 768px) {
  body { font-size: 16px; }
  .g2, .g3, .split, .svc, .compare, .tiers, .team, .contact-grid, .timeline, .accounts, .footer-grid, .proof { grid-template-columns: 1fr; }
  .dash { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 7.5rem; min-height: auto; }
  .hero-sub { padding: 8.5rem 0 5.5rem; }
  .guides .wrap { grid-template-columns: repeat(2, 1fr); }
  .guides .wrap > i:nth-child(3) { display: none; }
  .stage { width: 125%; margin-left: -12.5%; }
  .feat-row { margin-top: 0; }
  .stat-row { margin-top: -1.5rem; }
  .form .row { grid-template-columns: 1fr; }
  .footer-grid { gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .nav .nav-cta { display: none; }
  .pain-list li { grid-template-columns: 2.25rem 1fr; }
  .ledger li { grid-template-columns: 6rem 1fr; }
  details.qa summary { padding-right: 2.25rem; }
  details.qa .a { padding-right: 0; }
  .tier { min-height: 220px; }
}
@media (max-width: 480px) {
  .caps, .steps, .g4 { grid-template-columns: 1fr; }
  .btn-row .btn { width: 100%; }
  .shots { gap: .6rem; }
  .shot figcaption { padding: .75rem .8rem .9rem; font-size: .78rem; }
  .feat { font-size: .9rem; }
}

/* ══════ AI SERVICES GRID (services page, dark panel) ══════ */
.ai-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ai-grid .card { padding: 1.75rem 1.5rem; }
.ai-grid .t-head { font-size: 1.15rem; }
@media (max-width: 1024px) { .ai-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ai-grid { grid-template-columns: 1fr; } }


/* ═══════════════════════════════════════════
   v3 additions — "Shaadi Season"
   ═══════════════════════════════════════════ */
@font-face { font-family: 'Yatra One'; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/yatra-one-devanagari.woff2) format('woff2'); }

/* sub-page heroes: left-aligned */
.hero-sub { min-height: auto; padding: 9.5rem 0 6rem; }
.hero-sub .t-hero { max-width: 16ch; }
.hero-sub .t-lead { max-width: 56ch; }

/* ── Hero: copy left, phone right ── */
.hero-v3 { padding: 7.5rem 0 0; min-height: 100svh; justify-content: flex-start; }
.hero-v3 .hero-inner { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; flex: 1; }
.hero-v3 .t-hero { max-width: 12ch; }
.hero-v3 .t-lead { max-width: 46ch; }
.hero-copy { padding-bottom: clamp(2rem, 5vw, 4rem); }
.hero-visual { position: relative; display: flex; justify-content: center; align-items: flex-end; align-self: end; min-height: 520px; }
.hero-visual .ember { position: absolute; left: 50%; bottom: -8%; width: 130%; height: 60%; transform: translateX(-50%); z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 45% at 50% 100%, rgba(255,178,122,0.75), rgba(233,122,59,0.28) 40%, transparent 70%); filter: blur(10px); animation: ember 5s ease-in-out infinite; }
.hero-visual .phone { position: relative; z-index: 1; }
.hero-meta { display: flex; gap: clamp(1.25rem, 3vw, 2.5rem); margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(42,38,35,0.22); flex-wrap: wrap; }
.hero-meta div { font-size: .86rem; color: var(--ink-3); line-height: 1.4; }
.hero-meta b { display: block; font-family: var(--display); font-size: 1.35rem; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }

/* ── Phone / reel ── */
.phone { width: 300px; aspect-ratio: 9 / 19; border-radius: 40px; padding: 10px; background: #14110F; box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 40px 90px rgba(30,20,12,0.45), 0 0 60px rgba(233,122,59,0.18); position: relative; }
.phone::before { content: ''; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 84px; height: 22px; border-radius: 12px; background: #0B0908; z-index: 3; }
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: 31px; overflow: hidden; background: #1a1512; color: #F5EEE5; font-family: var(--sans); }
.reel-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.reel-grain { position: absolute; inset: 0; background-image: var(--grain); background-size: 160px; opacity: .35; mix-blend-mode: overlay; pointer-events: none; }
.reel-top { position: absolute; top: 52px; left: 16px; right: 16px; display: flex; justify-content: space-between; align-items: center; font-family: var(--display); font-weight: 700; font-size: 1.05rem; }
.reel-top svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.reel-rail { position: absolute; right: 12px; bottom: 96px; display: grid; gap: 1rem; text-align: center; }
.reel-rail div { display: grid; justify-items: center; gap: .15rem; }
.reel-rail svg { width: 26px; height: 26px; stroke: #F5EEE5; stroke-width: 1.8; fill: none; }
.reel-rail b { font-size: .68rem; font-weight: 600; }
.reel-meta { position: absolute; left: 14px; right: 62px; bottom: 22px; display: grid; gap: .35rem; }
.reel-handle { display: flex; align-items: center; gap: .45rem; font-family: var(--display); font-weight: 700; font-size: .84rem; }
.reel-handle i { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #F4A261, #B95A22); border: 1.5px solid #F5EEE5; }
.reel-handle span { font-weight: 500; font-size: .74rem; color: rgba(245,238,229,0.75); padding-left: .2rem; }
.reel-caption { font-size: .78rem; line-height: 1.4; color: rgba(245,238,229,0.92); }
.reel-views { display: flex; align-items: center; gap: .3rem; font-size: .76rem; color: rgba(245,238,229,0.8); }
.reel-views svg { width: 14px; height: 14px; }
.reel-views b { font-family: var(--display); font-size: .95rem; color: #F5EEE5; }
.phone-sm { width: 100%; max-width: 250px; border-radius: 30px; padding: 8px; }
.phone-sm::before { width: 60px; height: 16px; top: 14px; }
.phone-sm .phone-screen { border-radius: 23px; }
.phone-sm .reel-top { top: 40px; font-size: .9rem; }
.phone-sm .reel-rail { bottom: 78px; gap: .7rem; }
.phone-sm .reel-rail svg { width: 20px; height: 20px; }
.phone-t2 .reel-art { filter: hue-rotate(-14deg) saturate(.75) brightness(1.06); }
.phone-t3 .reel-art { filter: saturate(.45) brightness(1.15); }

/* ── Season math (the problem) ── */
.math { display: grid; grid-template-columns: repeat(3, auto); align-items: center; justify-content: start; gap: clamp(1rem, 3vw, 2.5rem); margin: 2rem 0 2.5rem; }
.math .big { font-family: var(--display); font-weight: 800; font-size: clamp(3.2rem, 9vw, 7.5rem); letter-spacing: -0.05em; line-height: .9; color: var(--ink); }
.math .big small { display: block; font-family: var(--sans); font-weight: 400; font-size: .9rem; letter-spacing: 0; color: var(--ink-3); margin-top: .5rem; }
.math .op { font-family: var(--accent); font-style: italic; font-size: clamp(2rem, 4vw, 3rem); color: var(--stone-500); }
.math .big.zero { color: #B95A22; }

/* ── Journey ── */
.journey { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--ink); }
.journey li { padding: 1.5rem clamp(.75rem, 1.5vw, 1.25rem) 1.5rem 0; border-right: 1px solid var(--line); position: relative; display: flex; flex-direction: column; gap: .55rem; }
.journey li:last-child { border-right: 0; }
.journey li + li { padding-left: clamp(.75rem, 1.5vw, 1.25rem); }
.journey .time { font-family: var(--accent); font-style: italic; font-size: 1.15rem; color: var(--stone-500); }
.journey h3 { font-family: var(--display); font-weight: 700; font-size: clamp(1.1rem, 1.5vw, 1.3rem); letter-spacing: -0.02em; line-height: 1.25; color: var(--ink); }
.journey h3 b { color: #B95A22; font-weight: 700; }
.journey p { font-size: .9rem; color: var(--ink-3); line-height: 1.55; flex: 1; }
.journey a { margin-top: auto; align-self: flex-start; font-family: var(--display); font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); text-decoration: none; padding: .4rem .7rem; border: 1px solid var(--line); border-radius: 8px; transition: all .3s var(--ease); }
.journey a:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.journey a.hot { border-color: rgba(185,90,34,0.5); color: #B95A22; }
.journey a.hot:hover { background: #B95A22; border-color: #B95A22; color: var(--cream); }

/* ── Season calendar ── */
.season { position: relative; overflow: hidden; }
.season-word { position: absolute; right: clamp(-1rem, -2vw, -3rem); top: -1.5rem; font-family: 'Yatra One', var(--display); font-size: clamp(6rem, 18vw, 15rem); line-height: 1; color: rgba(42,38,35,0.06); pointer-events: none; user-select: none; z-index: 0; }
.cal { display: grid; grid-template-columns: repeat(12, 1fr); gap: 4px; align-items: end; height: 190px; margin-top: 3rem; position: relative; z-index: 1; }
.cal > div { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.cal .bar { border-radius: 6px 6px 3px 3px; background: var(--stone-300); transition: transform .5s var(--ease); transform-origin: bottom; }
.cal .d0 .bar { height: 6%; background: var(--stone-200); border: 1px dashed var(--stone-400); }
.cal .d1 .bar { height: 30%; }
.cal .d2 .bar { height: 62%; background: #C7A98E; }
.cal .d3 .bar { height: 100%; background: linear-gradient(180deg, #F4A261, #D97A44); box-shadow: 0 8px 24px rgba(233,122,59,0.3); }
.cal .m { font-family: var(--display); font-size: .78rem; font-weight: 600; color: var(--ink-2); margin-top: .5rem; text-align: center; }
.cal .d0 .m { color: var(--stone-500); }
.js .cal .bar { transform: scaleY(0); }
.js .cal.v .bar { transform: scaleY(1); }
.cal.v > div .bar { transition-delay: calc(var(--i, 0) * 45ms); }
.cal-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2rem; border-top: 1px solid var(--line); }
.cal-notes > div { padding-top: 1.1rem; }
.cal-notes .swatch { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: .5rem; vertical-align: middle; }
.cal-notes h4 { font-family: var(--display); font-weight: 700; font-size: 1rem; letter-spacing: -0.01em; color: var(--ink); display: inline; }
.cal-notes p { font-size: .9rem; color: var(--ink-3); margin-top: .35rem; }
.cal-tip { position: absolute; left: 0; right: 0; top: -3.2rem; display: none; font-size: .72rem; color: var(--ink-2); background: var(--cream); border: 1px solid var(--line); border-radius: 8px; padding: .35rem .5rem; text-align: center; line-height: 1.3; z-index: 2; box-shadow: 0 8px 20px rgba(60,45,35,0.1); }
.cal > div:hover .cal-tip { display: block; }

/* ── Three budgets as reels ── */
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 3vw, 2.5rem); align-items: end; }
.reel-card { display: grid; justify-items: center; gap: 1.25rem; }
.reel-card:nth-child(2) { transform: translateY(-1.25rem); }
.reel-card .cap { text-align: center; max-width: 26ch; }
.reel-card .cap .label { display: block; margin-bottom: .35rem; }
.reel-card .cap h3 { font-family: var(--display); font-weight: 700; font-size: 1.3rem; letter-spacing: -0.02em; color: var(--ink); }
.reel-card .cap p { font-size: .9rem; color: var(--ink-3); margin-top: .3rem; }

/* ── Services strip ── */
.svc-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.svc-strip a { text-decoration: none; color: inherit; padding: 1.5rem clamp(.75rem, 1.5vw, 1.5rem) 1.5rem 0; border-right: 1px solid var(--line); display: grid; gap: .5rem; align-content: start; transition: background .3s; }
.svc-strip a + a { padding-left: clamp(.75rem, 1.5vw, 1.5rem); }
.svc-strip a:last-child { border-right: 0; }
.svc-strip a:hover { background: rgba(251,248,243,0.6); }
.svc-strip h3 { font-family: var(--display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; color: var(--ink); line-height: 1.2; }
.svc-strip p { font-size: .88rem; color: var(--ink-3); line-height: 1.5; }
.svc-strip .idx { font-size: 1.1rem; }

/* ── Cities as a typographic run ── */
.city-run { font-family: var(--display); font-weight: 700; font-size: clamp(1.5rem, 3.6vw, 3rem); letter-spacing: -0.03em; line-height: 1.15; color: var(--stone-400); }
.city-run b { color: var(--ink); font-weight: 700; }
.city-run i { font-family: var(--accent); font-style: italic; font-weight: 400; color: var(--stone-500); font-size: .8em; }

@media (max-width: 1024px) {
  .hero-v3 .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-v3 .t-hero { max-width: 14ch; }
  .hero-visual { min-height: 0; margin-top: 1rem; justify-content: flex-start; padding-left: 1rem; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey li { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; }
  .svc-strip { grid-template-columns: 1fr 1fr; }
  .svc-strip a { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; }
}
@media (max-width: 768px) {
  .hero-v3 { padding-top: 6.5rem; }
  .hero-visual { justify-content: center; padding-left: 0; }
  .phone { width: 250px; }
  .journey, .svc-strip { grid-template-columns: 1fr; }
  .reels { grid-template-columns: 1fr; gap: 2rem; }
  .reel-card:nth-child(2) { transform: none; }
  .cal { height: 140px; gap: 2px; }
  .cal .m { font-size: .62rem; }
  .cal-notes { grid-template-columns: 1fr; }
  .season-word { font-size: 6rem; top: -1rem; }
  .math { gap: .75rem; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.5rem; }
  .hero-meta b { font-size: 1.15rem; }
}

/* column-flex hero: auto margins would shrink the wrap to its text; force full width */
.hero > .wrap { width: 100%; }


/* ── v3b: profile audit in the hero (replaces the fake-decor reel) ── */
@media (min-width: 1025px) { .hero-v3 .hero-inner { grid-template-columns: 6fr 6fr; } }
.audit { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.25rem, 2.5vw, 2rem); align-items: center; position: relative; z-index: 1; }
.phone-audit { width: 236px; border-radius: 34px; padding: 8px; box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 30px 70px rgba(30,20,12,0.4); }
.phone-audit::before { width: 66px; height: 18px; top: 14px; }
.phone-audit .phone-screen { border-radius: 27px; background: #FBF8F3; color: var(--ink); padding: 44px 12px 14px; display: grid; gap: 9px; align-content: start; font-size: 10px; line-height: 1.3; }
.ig-top { display: flex; justify-content: space-between; align-items: center; font-family: var(--display); font-weight: 700; font-size: 12px; }
.ig-top i { width: 14px; height: 10px; border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); position: relative; }
.ig-top i::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; border-top: 1.5px solid var(--ink); }
.ig-head { display: flex; align-items: center; gap: 12px; }
.ig-avatar { width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; background: radial-gradient(circle at 35% 30%, #D9CFC2, #8B7F71); box-shadow: 0 0 0 2px #FBF8F3, 0 0 0 3.5px var(--stone-300); }
.ig-stats { display: flex; gap: 12px; flex: 1; justify-content: space-around; text-align: center; color: var(--ink-3); font-size: 9px; }
.ig-stats b { display: block; font-family: var(--display); font-size: 13px; color: var(--ink); }
.ig-bio { position: relative; padding-right: 22px; }
.ig-bio b { font-family: var(--display); font-size: 11px; display: block; margin-bottom: 2px; }
.ig-bio p { color: var(--ink-2); }
.ig-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ig-btns span { position: relative; text-align: center; padding: 6px; border-radius: 7px; font-family: var(--display); font-weight: 600; font-size: 10px; background: var(--stone-100); }
.ig-btns span:first-child { background: var(--ink); color: var(--cream); }
.ig-hl { display: flex; gap: 10px; color: var(--ink-3); font-size: 8px; }
.ig-hl div { display: grid; justify-items: center; gap: 3px; }
.ig-hl i { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--stone-300); position: relative; }
.ig-hl i::after { content: '+'; position: absolute; inset: 0; display: grid; place-items: center; font-size: 16px; color: var(--stone-400); }
.ig-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin: 2px -12px 0; }
.ig-tabs span { height: 22px; position: relative; }
.ig-tabs span.on::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--ink); }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin: 0 -12px -14px; }
.tile { aspect-ratio: 1; position: relative; overflow: hidden; }
.tile::after { content: ''; position: absolute; inset: 0; background-image: var(--grain); background-size: 120px; opacity: .5; mix-blend-mode: overlay; }
.tile-a { background: radial-gradient(circle at 40% 30%, #6B5B4E, #3B302A); }
.tile-b { background: radial-gradient(circle at 60% 60%, #8A7A6A, #4C4038); }
.tile-c { background: radial-gradient(circle at 30% 70%, #5C4E43, #2C2521); }
.tile .age { position: absolute; left: 5px; bottom: 5px; font-size: 8px; font-weight: 600; color: #F5EEE5; background: rgba(0,0,0,0.45); padding: 1px 5px; border-radius: 4px; z-index: 1; }
/* numbered markers */
.mark { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #B95A22; color: #FFF4E6; font-family: var(--display); font-weight: 700; font-size: 11px; font-style: normal; box-shadow: 0 0 0 3px rgba(185,90,34,0.22), 0 4px 10px rgba(0,0,0,0.2); }
.phone-audit .mark { position: absolute; z-index: 2; }
.phone-audit .m1 { top: 6px; right: 6px; }
.phone-audit .m2 { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.phone-audit .m3 { top: -2px; right: -4px; }
.phone-audit .m4 { top: -8px; right: -8px; }
.audit-list { list-style: none; display: grid; gap: .9rem; }
.audit-list li { display: grid; grid-template-columns: 22px 1fr; gap: .8rem; align-items: start; }
.audit-list .mark { margin-top: .1rem; }
.audit-list h3 { font-family: var(--display); font-weight: 700; font-size: .98rem; letter-spacing: -0.015em; line-height: 1.25; color: var(--ink); }
.audit-list p { font-size: .84rem; color: var(--ink-3); line-height: 1.45; margin-top: .15rem; }
.audit-cap { font-family: var(--accent); font-style: italic; font-size: 1.05rem; color: var(--ink-3); margin-bottom: 1rem; }
.hero-visual { display: block; min-height: 0; align-self: center; }
.hero-visual .ember { bottom: -20%; width: 110%; height: 55%; }

/* journey: several service tags per moment */
.journey .tags { margin-top: auto; display: flex; flex-wrap: wrap; gap: .35rem; }
.journey .tags a { margin-top: 0; }

/* calendar: film / push row */
.cal-mode { display: grid; grid-template-columns: repeat(12, 1fr); gap: 4px; margin-top: .6rem; }
.cal-mode span { text-align: center; font-family: var(--display); font-size: .62rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: .3rem 0; border-radius: 6px; color: var(--ink-3); background: rgba(251,248,243,0.7); border: 1px solid var(--line-soft); }
.cal-mode span.push { color: #B95A22; border-color: rgba(185,90,34,0.35); background: rgba(244,162,97,0.12); }
.cal-mode span.film { color: var(--ink); }

/* scales: three tiers reused, ordered light → dark */
.tiers .tier .rs { font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -0.03em; line-height: 1; margin-bottom: .6rem; }
.tiers .tier h3 { font-size: 1.35rem; }
.tiers .tier .viral { margin-top: .9rem; padding-top: .8rem; border-top: 1px solid currentColor; font-size: .86rem; opacity: .9; }
.tiers .tier .viral b { font-family: var(--display); }
.tier-3 .viral, .tier-2 .viral { border-color: rgba(42,38,35,0.2); }
.tier-1 .viral { border-color: rgba(245,238,229,0.2); }

@media (max-width: 1024px) {
  .audit { grid-template-columns: 1fr; justify-items: start; }
  .hero-visual { padding-left: 0; }
}
@media (max-width: 768px) {
  .phone-audit { width: 220px; }
  .cal-mode { gap: 2px; }
  .cal-mode span { font-size: .5rem; letter-spacing: 0; padding: .25rem 0; }
}

/* v3b hero tuning */
.hero-v3 .t-hero { font-size: clamp(2.4rem, 4.7vw, 4.1rem); max-width: 13ch; }
.hero-meta div { flex: 1 1 0; min-width: 120px; }
@media (max-width: 768px) { .hero-meta div { min-width: 0; } }

@media (max-width: 768px) { .hero-v3 .pill { font-size: .78rem; padding: .45rem .85rem; } .hero-visual .audit { justify-items: center; } .audit-list { width: 100%; } }

/* ═══════════════ v4: founder changes (2026-09-25) ═══════════════ */
/* Hero: no guide lines through the headline; Hindi kicker replaces the audience pill */
.hero-kicker { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .8rem; margin-bottom: 1.6rem; }
.hero-kicker .dev { font-family: 'Yatra One', var(--display); font-size: clamp(1.15rem, 1.8vw, 1.5rem); color: #B95A22; letter-spacing: .01em; }
.hero-kicker .tr { font-family: var(--accent); font-style: italic; font-size: 1.05rem; color: var(--ink-3); }
.hero-for { margin-top: 1.4rem; font-size: .92rem; color: var(--ink-2); line-height: 1.5; max-width: 52ch; }
.hero-for b { color: var(--ink); font-weight: 650; }

/* Journey: four problem tiles */
.journey { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .journey { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .journey { grid-template-columns: 1fr; } }

/* Calendar: heavy push mode */
.cal-mode span.heavy { color: var(--cream); background: #B95A22; border-color: #B95A22; }
.cal-mode span.film { color: var(--ink); background: rgba(251,248,243,0.9); }

/* Budget tiers: equal columns, everything aligned to the same baseline */
.tiers { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.tier { justify-content: flex-start; min-height: 0; padding: 2rem 1.75rem 1.75rem; }
.tier .label { min-height: 1.4em; }
.tiers .tier .rs { min-height: 1em; }
.tiers .tier h3 { min-height: 2.6em; display: flex; align-items: flex-start; }
.tier > p:not(.label):not(.viral) { flex: 1; }
.tiers .tier .viral { margin-top: 1.25rem; }
@media (max-width: 768px) { .tiers .tier h3 { min-height: 0; } }

/* Services strip: tool chips on all four */
.svc-strip .chips { margin-top: .75rem; gap: .35rem; }
.svc-strip .chips span { font-size: .74rem; padding: .28rem .6rem; }

/* Steps: more contrast, plus the closing line */
.step p { font-size: .95rem; line-height: 1.6; color: var(--ink-2); }
.step .n { color: #B95A22; }
.steps-close { margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: end; }
.steps-close .t-display { font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
.steps-close .t-strong { color: var(--ink); }
@media (max-width: 768px) { .steps-close { grid-template-columns: 1fr; } }

/* WhatsApp: floating button + inline link */
.wa-fab { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60; display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1rem .7rem .8rem; border-radius: 999px; background: #1D1916; color: #F5EEE5; text-decoration: none; font-family: var(--display); font-weight: 600; font-size: .9rem; box-shadow: 0 10px 30px rgba(29,25,22,0.28); transition: transform .3s var(--ease), background .3s; }
.wa-fab:hover { transform: translateY(-2px); background: #B95A22; }
.wa-fab svg { width: 20px; height: 20px; }
@media (max-width: 480px) { .wa-fab span { display: none; } .wa-fab { padding: .8rem; } }
.wa-line { display: inline-flex; align-items: center; gap: .5rem; }

/* Results: hero reel */
.reel-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.reel-shots .shot img { aspect-ratio: auto; }
@media (max-width: 768px) { .reel-shots { grid-template-columns: 1fr; } }
.reel-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.reel-stats div { padding: 1.25rem 0 0; border-top: 1px solid rgba(42,38,35,0.25); }
.reel-stats .num { font-family: var(--display); font-weight: 700; font-size: clamp(2rem, 3.6vw, 3rem); letter-spacing: -0.04em; line-height: 1; color: var(--ink); }
.reel-stats p { font-size: .88rem; color: var(--ink-3); margin-top: .5rem; line-height: 1.5; }
@media (max-width: 768px) { .reel-stats { grid-template-columns: 1fr 1fr; } }
/* tiers: pin the Format line to the bottom so all three align */
.tier > p:not(.label):not(.viral) { flex: 0 0 auto; margin-bottom: 1.25rem; }
.tiers .tier .viral { margin-top: auto; }
/* tiers: single column on phones (the v4 3-column rule above must not win on small screens) */
@media (max-width: 768px) { .tiers { grid-template-columns: 1fr; } .tier { min-height: 0; } }

/* v5 (2026-09-25): English tagline leads, Hindi original in brackets, smaller */
.hero-kicker { align-items: baseline; gap: .3rem .6rem; }
.hero-kicker .en { font-family: var(--accent); font-style: italic; font-size: clamp(1.15rem, 1.7vw, 1.4rem); color: #B95A22; letter-spacing: .005em; }
.hero-kicker .dev { font-family: 'Yatra One', var(--display); font-size: .92rem; color: var(--ink-3); letter-spacing: .01em; }
