/* Bricolage Grotesque (display), Schibsted Grotesk (body), Caveat (handwriting).
   Sab self-hosted — koi Google Fonts request nahi. */
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:400 800;font-display:swap;
  src:url(../fonts/bricolage-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:400 800;font-display:swap;
  src:url(../fonts/bricolage-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Caveat';font-style:normal;font-weight:400 700;font-display:swap;
  src:url(../fonts/caveat-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Caveat';font-style:normal;font-weight:400 700;font-display:swap;
  src:url(../fonts/caveat-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* ==========================================================================
   Kesariya Holidays — design system v2 "Swiss utility"
   One grotesk, paper white, ink black, one accent. Square corners, hairline
   rules, no shadows. Packages read as a timetable, not as marketing cards.
   ========================================================================== */

/* --- 1. Tokens ----------------------------------------------------------- */
/* Thrillophilia ke design se aligned: Inter, warm neutrals, cream/peach bands,
   vivid kesar accent, rounded corners aur soft shadows. */
:root {
  /* Paper + warm tinted bands */
  --c-paper:   #FFFFFF;
  --c-sand:    #FBF7F3;   /* neutral warm band */
  --c-peach:   #FEF6EF;   /* accent-tinted band */
  --c-cream:   #FFF5E2;   /* highlight band */
  --c-lav:     #F1EAFB;   /* secondary highlight */

  /* Text: warm greys, not cold */
  --c-ink:     #141414;
  --c-body:    #202020;
  --c-ink-2:   #4A453F;
  --c-muted:   #6B6157;
  --c-muted-2: #A99E92;
  --c-rule:    #E6E1D8;
  --c-rule-2:  #F0ECE5;

  /* Brand + support colours */
  --c-accent:   #F2681C;          /* logo kesar */
  --c-accent-d: #D2540F;
  --c-accent-t: rgba(242, 104, 28, .09);
  --c-green:    #1E9E4A;
  --c-green-t:  rgba(30, 158, 74, .10);
  --c-yellow:   #FCAF17;
  --c-purple:   #7A1FE0;
  --c-purple-t: rgba(122, 31, 224, .09);
  --c-navy:     #152A4A;

  /* Ek hi family poore page par — Bricolage Grotesque. Text size par seedhi
     aur padhne layak, heading size par apne aap tedhi-medhi ho jaati hai. */
  --f:  "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-d: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --f-h: Caveat, "Segoe Script", cursive;

  --t-xs:   0.75rem;     /* 12 */
  --t-sm:   0.875rem;    /* 14 */
  --t-base: 1rem;        /* 16 */
  --t-md:   1.125rem;    /* 18 */
  --t-lg:   1.5rem;      /* 24 */
  --t-xl:   clamp(1.5rem, 1rem + 1.6vw, 2rem);        /* 24 -> 32 */
  --t-2xl:  clamp(1.75rem, 1.05rem + 2.4vw, 2.625rem);/* 28 -> 42 */
  --t-3xl:  clamp(2rem, 1rem + 4vw, 3.25rem);

  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px;
  --s-9: 96px;

  --section-y: clamp(48px, 5.5vw, 88px);
  --gutter: clamp(16px, 3vw, 40px);
  --maxw: 1320px;
  --maxw-read: 68ch;

  /* Rounded, like theirs */
  --r-1: 6px;
  --r-2: 10px;
  --r-3: 16px;
  --r-pill: 999px;

  /* Soft, warm shadows */
  --sh-1: 0 1px 4px rgba(32, 32, 32, .10);
  --sh-2: 0 2px 8px rgba(20, 15, 5, .14);
  --sh-3: 0 16px 44px -10px rgba(33, 26, 13, .22);
  --sh-cta: 0 10px 22px -8px rgba(242, 104, 28, .5);

  --e-out: cubic-bezier(.2, .6, .35, 1);
  --d-1: 120ms;
  --d-2: 200ms;
}

/* --- 2. Reset ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--f);
  font-variation-settings: "wdth" 100, "opsz" 14;
  font-size: var(--t-base);
  line-height: 1.55;
  color: var(--c-body);
  background: var(--c-paper);
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

img, svg, video { display: block; max-width: 100%; }
[hidden] { display: none !important; }
img { height: auto; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--f-d);
  font-variation-settings: "wdth" 96, "opsz" 40;   /* thoda condensed, display optical size */
  color: var(--c-ink);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h3, h4 { font-variation-settings: "wdth" 100, "opsz" 18; letter-spacing: -0.005em; }

/* Handwriting — sirf chhoti si jagah, nishaan lagane ke liye. */
.hand {
  font-family: var(--f-h); font-weight: 600; letter-spacing: 0;
  text-transform: none; line-height: 1.15;
}
p { margin: 0; text-wrap: pretty; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }

:focus-visible { outline: 2px solid var(--c-accent); outline-offset: 2px; }
::selection { background: var(--c-ink); color: #fff; }

/* --- 3. Layout ----------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: 820px; }
.section { padding-block: var(--section-y); }
.section-tight { padding-block: clamp(32px, 4vw, 56px); }
.section-sand { background: var(--c-sand); }
.section-peach { background: var(--c-peach); }
.section-cream { background: var(--c-cream); }
.section-ink { background: #16130F; color: #F2F2F2; }
.section + .section:not([class*="section-"]) { border-top: 1px solid var(--c-rule-2); }
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--c-ink); color: #fff; padding: var(--s-3) var(--s-5); }
.skip:focus { left: 0; }

/* --- 4. Type ------------------------------------------------------------- */
.eyebrow {
  display: inline-block;
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-accent-d);
  background: var(--c-accent-t);
  border-radius: var(--r-pill);
  padding: 5px 12px;
  margin: 0 0 var(--s-4);
}
.section-ink .eyebrow { color: #FFC9A6; background: rgba(242,104,28,.18); }

.h-display { font-size: var(--t-3xl); }
.h-1 { font-size: var(--t-2xl); }
.h-2 { font-size: var(--t-xl); }
.h-3 { font-size: var(--t-lg); line-height: 1.18; }

.lede { font-size: var(--t-md); line-height: 1.6; color: var(--c-muted); max-width: 58ch; }
.section-ink .lede { color: #C4C4C4; }

.prose p { max-width: var(--maxw-read); margin-bottom: var(--s-4); color: var(--c-ink-2); line-height: 1.65; }
.prose p:last-child { margin-bottom: 0; }
.prose h2 { font-size: var(--t-xl); margin: var(--s-7) 0 var(--s-4); }
.prose h3 { font-size: var(--t-lg); margin: var(--s-6) 0 var(--s-3); }
.prose ul { margin: 0 0 var(--s-4); padding-left: 1.05em; color: var(--c-ink-2); max-width: var(--maxw-read); }
.prose li { margin-bottom: var(--s-2); }
.prose li::marker { color: var(--c-accent); }
.prose a { color: var(--c-accent-d); }

.section-head { display: grid; gap: var(--s-3); margin-bottom: var(--s-6); }
@media (min-width: 860px) {
  .section-head.split { grid-template-columns: minmax(0, 1fr) minmax(0, 20rem); align-items: end; gap: var(--s-7); }
}

/* --- 5. Buttons ---------------------------------------------------------- */
.btn {
  --bg: var(--c-ink); --fg: #fff; --bd: var(--c-ink);
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
  padding: 12px 22px; min-height: 46px;
  border: 1px solid var(--bd); border-radius: var(--r-1);
  background: var(--bg); color: var(--fg);
  font-size: var(--t-sm); font-weight: 600; letter-spacing: 0;
  text-decoration: none; cursor: pointer;
  transition: background-color var(--d-1) var(--e-out), color var(--d-1) var(--e-out),
              border-color var(--d-1) var(--e-out), box-shadow var(--d-2) var(--e-out),
              transform var(--d-1) var(--e-out);
}
.btn:hover { --bg: var(--c-accent); --bd: var(--c-accent); }
.btn:active { transform: translateY(1px); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .4; pointer-events: none; }

.btn-accent { --bg: var(--c-accent); --bd: var(--c-accent); box-shadow: var(--sh-cta); }
.btn-accent:hover { --bg: var(--c-accent-d); --bd: var(--c-accent-d); }

.btn-ghost { --bg: transparent; --fg: var(--c-ink); --bd: var(--c-ink); }
.btn-ghost:hover { --bg: var(--c-ink); --fg: #fff; }

.btn-light { --bg: transparent; --fg: #fff; --bd: rgba(255,255,255,.55); }
.btn-light:hover { --bg: #fff; --fg: var(--c-ink); --bd: #fff; }

.btn-wa { --bg: var(--c-green); --bd: var(--c-green); }
.btn-wa:hover { --bg: #0E7039; --bd: #0E7039; }

.btn-line { --bg: transparent; --fg: var(--c-ink); --bd: var(--c-rule); }
.btn-line:hover { --bg: var(--c-accent-t); --fg: var(--c-accent-d); --bd: var(--c-accent); }
.btn-sm { min-height: 38px; padding: 9px 16px; font-size: var(--t-sm); }
.btn-block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: var(--t-sm); font-weight: 600;
  color: var(--c-accent-d); text-decoration: none;
  border-bottom: 1px solid transparent; padding-bottom: 1px;
}
.link-arrow:hover { color: var(--c-accent); border-bottom-color: var(--c-accent); }
.link-arrow svg { transition: transform var(--d-2) var(--e-out); }
.link-arrow:hover svg { transform: translateX(3px); }
.section-ink h1, .section-ink h2, .section-ink h3, .section-ink h4 { color: #fff; }
.section-ink .link-arrow { color: #fff; border-bottom-color: #fff; }
.section-ink .link-arrow:hover { color: #F2965E; border-bottom-color: #F2965E; }

/* --- 11. Forms ------------------------------------------------------------ */
.form { display: grid; gap: var(--s-4); }
.field { display: grid; gap: 5px; }
.field label { font-size: var(--t-sm); font-weight: 600; color: var(--c-ink-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 12px;
  background: var(--c-paper); border: 1px solid var(--c-rule); border-radius: var(--r-1);
  font-size: var(--t-base);
  transition: border-color var(--d-1) var(--e-out);
}
.field textarea { min-height: 104px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--c-ink-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c-accent); box-shadow: 0 0 0 3px var(--c-accent-t); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #B3261E; box-shadow: inset 0 0 0 1px #B3261E; }
.field-error { display: none; font-size: var(--t-xs); color: #B3261E; }
.field.is-invalid .field-error { display: block; }
.form-row { display: grid; gap: var(--s-4); }
@media (min-width: 620px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-note { font-size: var(--t-xs); color: var(--c-muted); }
.form-status { display: none; padding: var(--s-3) var(--s-4); font-size: var(--t-sm); border: 1px solid; border-radius: var(--r-1); }
.form-status.is-shown { display: block; }
.form-status.ok { border-color: var(--c-green); color: #0E7039; }
.form-status.err { border-color: #B3261E; color: #B3261E; }
.btn.is-loading { pointer-events: none; opacity: .7; }
.btn.is-loading .spin { display: inline-block; }
.spin { display: none; width: 13px; height: 13px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.enquiry-panel { border: 1px solid var(--c-rule-2); border-radius: var(--r-3); box-shadow: var(--sh-2); background: var(--c-paper); padding: clamp(20px, 2.5vw, 32px); }
.enquiry-panel h2, .enquiry-panel h3 { margin-bottom: var(--s-2); }

/* --- 13. Footer ----------------------------------------------------------- */
.site-footer { background: var(--c-navy); color: #A9B6C9; font-size: var(--t-sm); }
.footer-top { padding-block: var(--s-8) var(--s-7); display: grid; gap: var(--s-6); }
@media (min-width: 900px) { .footer-top { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; } }
.footer-brand { display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-4); }
.footer-brand img { width: 46px; height: 46px; background: #fff; padding: 3px; border-radius: 50%; }
.footer-brand b { font-size: var(--t-md); color: #fff; display: block; line-height: 1.1; font-weight: 700; }
.footer-brand span span { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: #7C8DA6; }
.site-footer h3 { font-size: var(--t-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: var(--s-4); }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a { color: #A9B6C9; text-decoration: none; transition: color var(--d-1) var(--e-out); }
.site-footer a:hover { color: var(--c-accent); }
.footer-contact { display: grid; gap: var(--s-3); }
.footer-contact div { display: flex; gap: var(--s-3); }
.footer-contact svg { flex: none; margin-top: 3px; color: var(--c-accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-block: var(--s-4); display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; justify-content: space-between; font-size: var(--t-xs); }

/* Sticky mobile action bar */
/* --- Back to top ---------------------------------------------------------- */
.totop {
  position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px);
  z-index: 95; width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--c-accent); color: #fff; border: 0; cursor: pointer;
  border-radius: var(--r-pill); box-shadow: var(--sh-cta);
  opacity: 0; transform: translateY(10px) scale(.9); pointer-events: none;
  transition: opacity var(--d-2) var(--e-out), transform var(--d-2) var(--e-out),
              background var(--d-1) var(--e-out);
}
.totop.is-on { opacity: 1; transform: none; pointer-events: auto; }
.totop:hover { background: var(--c-accent-d); }
.totop:focus-visible { outline: 2px solid var(--c-ink); outline-offset: 3px; }
/* mobile par WhatsApp/Call bar ke upar bitha do */
@media (max-width: 1099px) { .totop { bottom: calc(56px + 14px); } }
@media (prefers-reduced-motion: reduce) { .totop { transition: opacity 1ms; transform: none; } }

.mobar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -2px 12px rgba(20,15,5,.16); }
.mobar a {
  display: flex; align-items: center; justify-content: center; gap: var(--s-2);
  padding: 14px 10px; background: var(--c-paper);
  font-size: var(--t-sm); font-weight: 700;
  color: var(--c-ink); text-decoration: none;
}
.mobar a + a { border-left: 1px solid var(--c-rule); }
.mobar a.wa { background: var(--c-green); color: #fff; border-left-color: var(--c-green); }
@media (min-width: 1100px) { .mobar { display: none; } }
@media (max-width: 1099px) { body { padding-bottom: 52px; } }

/* --- 14. Motion: minimal ---------------------------------------------------
   Swiss direction, so no entrance choreography. Reveal fades only, short. */
.reveal { opacity: 0; }
.reveal.is-in { opacity: 1; transition: opacity 320ms var(--e-out); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-in { opacity: 1; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ==========================================================================
   Kesariya Cabs — single page. Foundation Kesariya Holidays wali hai
   (same tokens, same Inter), uske upar cab-page ke apne components.
   ========================================================================== */

/* --- Top bar + header ------------------------------------------------------ */
.topbar { background: var(--c-ink); color: #D8D2C9; font-size: var(--t-xs); }
.topbar-in { display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-5); align-items: center;
  justify-content: space-between; padding-block: 8px; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; color: #fff; text-decoration: none; white-space: nowrap; }
.topbar a:hover { color: var(--c-accent); }
.topbar-links { display: flex; gap: var(--s-4); flex-wrap: wrap; }

.site-header { position: sticky; top: 0; z-index: 100; background: var(--c-paper);
  border-bottom: 1px solid var(--c-rule-2); transition: box-shadow var(--d-2) var(--e-out); }
.site-header.is-stuck { box-shadow: var(--sh-1); }
.header-in { display: flex; align-items: center; gap: var(--s-5); justify-content: space-between;
  padding-block: 12px; }
/* Text-only wordmark — koi logo image nahi */
.brand { display: flex; align-items: center; text-decoration: none; color: inherit; }
.brand b { display: block; font-size: var(--t-lg); font-weight: 700; letter-spacing: -.03em;
  line-height: 1.05; color: var(--c-ink); }
.brand b::first-letter { color: var(--c-accent); }
.brand span span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--c-muted); }
.nav { display: none; gap: 2px; }
@media (min-width: 1040px) { .nav { display: flex; } }
.nav a { padding: 9px 11px; font-size: var(--t-sm); font-weight: 500; color: var(--c-body);
  text-decoration: none; border-radius: var(--r-1); }
.nav a:hover { background: var(--c-accent-t); color: var(--c-accent-d); }
.header-cta { display: none; }
@media (min-width: 720px) { .header-cta { display: inline-flex; } }
.nav-toggle { display: inline-flex; align-items: center; gap: 7px; background: var(--c-paper);
  border: 1px solid var(--c-rule); border-radius: var(--r-1); padding: 9px 13px; font: inherit;
  font-size: var(--t-sm); font-weight: 600; cursor: pointer; }
@media (min-width: 1040px) { .nav-toggle { display: none; } }

/* --- Mobile drawer --------------------------------------------------------- */
.drawer { position: fixed; inset: 0; z-index: 200; }
.drawer-scrim { position: absolute; inset: 0; background: rgba(10,8,6,.5); opacity: 0;
  transition: opacity var(--d-2) var(--e-out); }
.drawer.is-open .drawer-scrim { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(86vw, 340px);
  background: var(--c-paper); padding: var(--s-5); overflow-y: auto;
  transform: translateX(100%); transition: transform var(--d-3) var(--e-out); }
.drawer.is-open .drawer-panel { transform: none; }
.drawer-close { margin-left: auto; display: block; background: none; border: 1px solid var(--c-rule);
  border-radius: var(--r-1); padding: 7px 11px; font: inherit; font-size: var(--t-sm); cursor: pointer; }
.drawer-nav { margin-top: var(--s-5); display: grid; }
.drawer-nav a { padding: 13px 2px; border-bottom: 1px solid var(--c-rule-2); font-weight: 600;
  color: var(--c-ink); text-decoration: none; }

/* --- Hero ------------------------------------------------------------------ */
.hero { position: relative; background: var(--c-ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { display: block; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 50% 58%; }
/* mobile par fort frame me rahe, sirf aasman na dikhe */
@media (max-width: 760px) { .hero-media img { object-position: 50% 68%; } }
.hero-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.62) 46%, rgba(8,8,8,.24) 100%); }
.hero-in { position: relative; padding-block: clamp(40px, 6vw, 76px); display: grid; gap: var(--s-6);
  align-items: center; color: #fff; }
@media (min-width: 980px) { .hero-in { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: var(--s-7); } }
.hero-eyebrow { display: inline-block; font-size: var(--t-xs); font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #FFD9C0; background: rgba(242,104,28,.22); padding: 5px 12px;
  border-radius: var(--r-pill); margin-bottom: var(--s-4); }
.hero h1 { font-size: clamp(1.9rem, 1.1rem + 3.2vw, 3.1rem); font-weight: 700; letter-spacing: -.022em;
  line-height: 1.07; color: #fff; max-width: 17ch; }
.hero h1 em { font-style: normal; color: var(--c-accent); }
.hero-lede { margin-top: var(--s-4); font-size: var(--t-md); line-height: 1.55; color: #E4E0DA; max-width: 48ch; }
.hero-points { margin-top: var(--s-5); display: grid; gap: 10px; }
.hero-points li { display: flex; gap: 9px; align-items: flex-start; font-size: var(--t-sm); color: #EDEAE5; }
.hero-points .ic { color: var(--c-accent); flex: none; margin-top: 2px; }
.hero-actions { margin-top: var(--s-5); display: flex; flex-wrap: wrap; gap: var(--s-3); }

/* --- Quote card (hero right) ----------------------------------------------- */
.quote-card { background: var(--c-paper); color: var(--c-body); border-radius: var(--r-3);
  padding: clamp(18px, 2.4vw, 26px); box-shadow: var(--sh-3); }
.quote-card h2 { font-size: var(--t-lg); font-weight: 700; letter-spacing: -.02em; }
.quote-card > p { font-size: var(--t-sm); color: var(--c-muted); margin-top: 4px; }
.quote-grid { margin-top: var(--s-4); display: grid; gap: var(--s-3); }
.two-col { grid-column: 1 / -1; }
@media (min-width: 520px) { .quote-grid.two { grid-template-columns: 1fr 1fr; } }

/* --- Sections -------------------------------------------------------------- */
.band { padding-block: clamp(40px, 5.5vw, 76px); }
.band-sand { background: var(--c-sand); }
.band-peach { background: var(--c-peach); }
.band-cream { background: var(--c-cream); }
.band-ink { background: #16130F; color: #D9D3CA; }
.band-ink h2, .band-ink h3 { color: #fff; }
.sechead { display: grid; gap: var(--s-3); margin-bottom: var(--s-6); }
@media (min-width: 900px) { .sechead { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
  align-items: end; gap: var(--s-6); } }
.eyebrow { display: inline-block; font-size: var(--t-xs); font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--c-accent-d); background: var(--c-accent-t);
  padding: 5px 11px; border-radius: var(--r-pill); margin-bottom: var(--s-3); }
.sechead h2 { font-size: var(--t-2xl); font-weight: 700; letter-spacing: -.028em; max-width: 20ch; }
.sechead p { font-size: var(--t-sm); color: var(--c-muted); max-width: 52ch; line-height: 1.6; }

/* --- Grids ----------------------------------------------------------------- */
.grid { display: grid; gap: var(--s-4); }
.g2 { grid-template-columns: 1fr; }
.g3 { grid-template-columns: 1fr; }
.g4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 640px) { .g2, .g3 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .g3 { grid-template-columns: repeat(3, 1fr); } .g4 { grid-template-columns: repeat(4, 1fr); } }

/* --- Service card ---------------------------------------------------------- */
.scard { background: var(--c-paper); border: 1px solid var(--c-rule-2); border-radius: var(--r-2);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform var(--d-2) var(--e-out), box-shadow var(--d-2) var(--e-out); }
.scard:hover { transform: translateY(-3px); box-shadow: var(--sh-3); }
.scard-media { position: relative; aspect-ratio: 4 / 3; background: var(--c-rule-2);
  overflow: hidden; flex: none; }
/* absolute, taaki portrait photo apni intrinsic height se box ko na todhe */
.scard-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scard-tag { position: absolute; left: 10px; bottom: 10px; background: var(--c-accent); color: #fff;
  font-size: var(--t-xs); font-weight: 700; padding: 5px 10px; border-radius: var(--r-pill);
  box-shadow: var(--sh-2); }
.scard-body { padding: var(--s-4); display: flex; flex-direction: column; gap: 7px; flex: 1; }
.scard-body h3 { font-size: var(--t-base); font-weight: 700; letter-spacing: -.01em; }
.scard-body p { font-size: var(--t-sm); color: var(--c-muted); line-height: 1.55; }
.scard-foot { margin-top: auto; padding-top: var(--s-3); display: flex; align-items: center;
  justify-content: space-between; gap: var(--s-3); border-top: 1px solid var(--c-rule-2); }
.scard-from { font-size: var(--t-sm); font-weight: 700; color: var(--c-ink); }
.scard-from small { display: block; font-size: 10px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--c-muted-2); }

/* --- Feature (icon) card --------------------------------------------------- */
.fcard { background: var(--c-paper); border: 1px solid var(--c-rule-2); border-radius: var(--r-2);
  padding: var(--s-5); display: grid; gap: 9px; }
.fcard .ic-box { width: 40px; height: 40px; border-radius: var(--r-2); display: grid; place-items: center;
  background: var(--c-accent-t); color: var(--c-accent-d); }
.fcard h3 { font-size: var(--t-base); font-weight: 700; }
.fcard p { font-size: var(--t-sm); color: var(--c-muted); line-height: 1.55; }

/* --- Fare slab tiles -------------------------------------------------------- */
.slab { border-radius: var(--r-3); padding: var(--s-5); color: #fff; display: grid; gap: 6px;
  box-shadow: var(--sh-2); }
.slab b { font-size: var(--t-xl); font-weight: 700; letter-spacing: -.02em; line-height: 1.05; }
.slab span { font-size: var(--t-sm); opacity: .92; }
.slab .rate { margin-top: 6px; font-size: var(--t-sm); font-weight: 600;
  background: rgba(255,255,255,.18); padding: 5px 10px; border-radius: var(--r-pill); justify-self: start; }
.slab-1 { background: linear-gradient(140deg, #F2681C, #D2540F); }
.slab-2 { background: linear-gradient(140deg, #1E9E4A, #157737); }
.slab-3 { background: linear-gradient(140deg, #7A1FE0, #5A13AA); }
.slab-4 { background: linear-gradient(140deg, #152A4A, #0C1A30); }

/* --- Fleet table ------------------------------------------------------------ */
.tablewrap { overflow-x: auto; border: 1px solid var(--c-rule); border-radius: var(--r-2);
  background: var(--c-paper); }
table.rate { width: 100%; border-collapse: collapse; font-size: var(--t-sm); min-width: 640px; }
table.rate th, table.rate td { text-align: left; padding: 13px var(--s-4); border-bottom: 1px solid var(--c-rule-2); }
table.rate thead th { background: var(--c-sand); font-size: var(--t-xs); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--c-muted); white-space: nowrap; }
table.rate tbody tr:last-child td { border-bottom: 0; }
table.rate tbody tr:hover { background: var(--c-peach); }
table.rate td b { font-weight: 700; color: var(--c-ink); }
table.rate td small { display: block; color: var(--c-muted); font-size: var(--t-xs); margin-top: 2px; }
.rate-note { font-size: var(--t-xs); color: var(--c-muted); margin-top: var(--s-3); line-height: 1.6; }

/* --- Route list (outstation) ------------------------------------------------ */
.routes { display: grid; gap: var(--s-3); grid-template-columns: 1fr; }
@media (min-width: 620px) { .routes { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .routes { grid-template-columns: repeat(3, 1fr); } }
.route { display: flex; gap: var(--s-4); align-items: center; background: var(--c-paper);
  border: 1px solid var(--c-rule-2); border-radius: var(--r-2); padding: 12px;
  text-decoration: none;    /* h3/p par anchor ki line nahi aani chahiye */
  transition: border-color var(--d-1) var(--e-out), box-shadow var(--d-2) var(--e-out); }
.route:hover h3 { color: var(--c-accent-d); }
.route:hover { border-color: var(--c-accent); box-shadow: var(--sh-1); }
.route img { width: 74px; height: 62px; object-fit: cover; border-radius: var(--r-1); flex: none; }
.route h3 { font-size: var(--t-sm); font-weight: 700; }
.route p { font-size: var(--t-xs); color: var(--c-muted); margin-top: 3px; }
.route .price { display: inline-block; margin-top: 6px; font-size: var(--t-xs); font-weight: 700;
  color: var(--c-accent-d); background: var(--c-accent-t); padding: 3px 9px; border-radius: var(--r-pill); }

/* --- City pills -------------------------------------------------------------- */
.pills { display: flex; flex-wrap: wrap; gap: 9px; }
.pills a { font-size: var(--t-sm); font-weight: 600; color: var(--c-body); background: var(--c-paper);
  border: 1px solid var(--c-rule); border-radius: var(--r-pill); padding: 8px 15px; text-decoration: none; }
.pills a:hover { border-color: var(--c-accent); color: var(--c-accent-d); background: var(--c-accent-t); }

/* --- Steps -------------------------------------------------------------------- */
.steps { display: grid; gap: var(--s-4); counter-reset: s; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { background: var(--c-paper); border: 1px solid var(--c-rule-2); border-radius: var(--r-2);
  padding: var(--s-5); display: grid; gap: 8px; position: relative; }
.step-n { width: 30px; height: 30px; border-radius: var(--r-pill); background: var(--c-ink); color: #fff;
  display: grid; place-items: center; font-size: var(--t-xs); font-weight: 700; }
.step h3 { font-size: var(--t-base); font-weight: 700; }
.step p { font-size: var(--t-sm); color: var(--c-muted); line-height: 1.55; }

/* --- Reviews ------------------------------------------------------------------ */
.rev { background: var(--c-paper); border: 1px solid var(--c-rule-2); border-radius: var(--r-2);
  padding: var(--s-5); display: grid; gap: var(--s-3); }
.rev blockquote { font-size: var(--t-sm); line-height: 1.65; color: var(--c-body); }
.rev-by { display: flex; align-items: center; gap: 11px; }
.avatar { width: 40px; height: 40px; border-radius: var(--r-pill); background: var(--c-accent-t);
  color: var(--c-accent-d); display: grid; place-items: center; font-size: var(--t-xs); font-weight: 700;
  flex: none; overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.rev-by b { display: block; font-size: var(--t-sm); font-weight: 700; }
.rev-by span { font-size: var(--t-xs); color: var(--c-muted); }
.stars { display: flex; gap: 2px; color: var(--c-yellow); }

/* --- FAQ ---------------------------------------------------------------------- */
.faq { border-top: 1px solid var(--c-rule); }
.faq-item { border-bottom: 1px solid var(--c-rule); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  background: none; border: 0; padding: var(--s-4) 2px; font: inherit; font-size: var(--t-base);
  font-weight: 600; color: var(--c-ink); text-align: left; cursor: pointer; }
.faq-q .sign { color: var(--c-accent); flex: none; transition: transform var(--d-2) var(--e-out); }
.faq-q[aria-expanded="true"] .sign { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 2px var(--s-4); font-size: var(--t-sm); color: var(--c-muted); line-height: 1.65; max-width: 70ch; }
.faq-a.is-open { display: block; }

/* --- Contact ------------------------------------------------------------------- */
.contact-grid { display: grid; gap: var(--s-5); }
@media (min-width: 940px) { .contact-grid { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: var(--s-6); } }
.ccard { background: var(--c-paper); border: 1px solid var(--c-rule-2); border-radius: var(--r-2);
  padding: var(--s-5); display: grid; gap: 7px; }
.ccard .ic-box { width: 38px; height: 38px; border-radius: var(--r-2); display: grid; place-items: center;
  background: var(--c-accent-t); color: var(--c-accent-d); }
.ccard h3 { font-size: var(--t-base); font-weight: 700; }
.ccard p, .ccard a:not(.btn) { font-size: var(--t-sm); color: var(--c-muted); line-height: 1.6; }
.ccard a:not(.btn) { color: var(--c-accent-d); }

/* --- Sticky mobile bar + back to top -------------------------------------------- */
.mobar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid;
  grid-template-columns: 1fr 1fr; box-shadow: 0 -2px 12px rgba(20,15,5,.16); }
.mobar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 10px;
  background: var(--c-paper); color: var(--c-ink); font-size: var(--t-sm); font-weight: 700; text-decoration: none; }
.mobar a + a { border-left: 1px solid var(--c-rule); }
.mobar a.wa { background: var(--c-green); color: #fff; border-left-color: var(--c-green); }
@media (min-width: 1040px) { .mobar { display: none; } }

.totop { position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px); z-index: 95;
  width: 46px; height: 46px; display: grid; place-items: center; background: var(--c-accent); color: #fff;
  border: 0; cursor: pointer; border-radius: var(--r-pill); box-shadow: var(--sh-cta);
  opacity: 0; transform: translateY(10px) scale(.9); pointer-events: none;
  transition: opacity var(--d-2) var(--e-out), transform var(--d-2) var(--e-out), background var(--d-1) var(--e-out); }
.totop.is-on { opacity: 1; transform: none; pointer-events: auto; }
.totop:hover { background: var(--c-accent-d); }
@media (max-width: 1039px) { .totop { bottom: calc(56px + 14px); } }

/* --- Footer: sirf copyright + credit ---------------------------------------------- */
.site-footer { background: var(--c-navy); color: #A9B6C9; font-size: var(--t-sm);
  padding-bottom: 76px; }
@media (min-width: 1040px) { .site-footer { padding-bottom: 0; } }
.site-footer .footer-bottom { border-top: 0; padding-block: var(--s-5);
  display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-5);
  align-items: center; justify-content: space-between; font-size: var(--t-xs); }
.site-footer .credit a { color: #fff; text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.35); }
.site-footer .credit a:hover { color: var(--c-accent); border-bottom-color: var(--c-accent); }

@media (prefers-reduced-motion: reduce) {
  .scard, .route, .totop, .drawer-panel, .drawer-scrim { transition: none !important; }
  .scard:hover { transform: none; }
}

/* ==========================================================================
   Human-made touches — handwritten nishaan aur off-grid layout.
   Sab kuch naap-tol ke: thoda sa tedha "haath ka bana" lagta hai,
   zyada tedha "toota hua" lagta hai.
   ========================================================================== */

/* --- Heading ke neeche haath ki lakeer ------------------------------------ */
.sechead h2 .mark { position: relative; display: inline-block; }
.squiggle {
  position: absolute; left: -2%; bottom: -.28em; width: 104%; height: .34em;
  color: var(--c-accent); overflow: visible; pointer-events: none;
  /* baayen se daayen khinchti hai, jaise koi pen chala raha ho */
  stroke-dasharray: 340; stroke-dashoffset: 340;
  animation: draw 900ms var(--e-out) forwards; animation-delay: 220ms;
}
@keyframes draw { to { stroke-dashoffset: 0; } }

/* --- Handwritten note + teerhi teer ---------------------------------------- */
.note {
  display: inline-flex; align-items: flex-start; gap: 6px;
  color: #FFC9A2; margin-top: 8px; margin-left: 10px;
}
.note .hand { font-size: 1.18rem; max-width: 30ch; display: block; padding-top: 16px;
  white-space: nowrap;
  transform: rotate(-2.4deg); transform-origin: left top; }
.curl-up { width: 40px; height: 32px; flex: none; margin-top: 2px;
  stroke-dasharray: 110; stroke-dashoffset: 110;
  animation: draw 700ms var(--e-out) 520ms forwards; }
@media (max-width: 760px) { .note { display: none; } }

/* Section ke lead me handwriting */
.hand-lead { font-size: 1.22rem; color: var(--c-accent-d); display: block;
  transform: rotate(-.7deg); transform-origin: left center; }

/* --- Off-grid: heading har section me thodi alag jagah se ------------------ */
@media (min-width: 900px) {
  .sechead.nudge-in  > div:first-child { padding-left: clamp(16px, 4vw, 64px); }
  .sechead.nudge-out > div:first-child { margin-left: clamp(-40px, -2.5vw, -12px); }
}

/* --- Bento: pehla card bada, baaki normal -------------------------------- */
@media (min-width: 960px) {
  /* pehla card do column chauda, aakhri "aur bhi kuch?" panel teen column ka —
     8 cards + tail = 12 cells = teen bilkul bhari rows, koi khaali khaana nahi */
  .bento > *:nth-child(1) { grid-column: span 2; }
  .bento > *:nth-child(1) .scard-media { aspect-ratio: 16 / 9; }
  .bento > *:nth-child(1) .scard-body h3 { font-size: var(--t-lg); }
  .bento > *:nth-child(1) .scard-body p { font-size: var(--t-base); max-width: 54ch; }
  .bento-tail { grid-column: span 3; padding: var(--s-6); transform: rotate(.4deg); }
}
.bento-tail { background: var(--c-cream); border: 1px dashed var(--c-rule);
  border-radius: var(--r-2); padding: var(--s-5); display: grid; gap: var(--s-3); align-content: center; }
.bento-tail h3 { font-size: var(--t-lg); }
.bento-tail p { font-size: var(--t-sm); color: var(--c-muted); line-height: 1.6; max-width: 40ch; }
.bento-tail .btn { justify-self: start; }

/* --- Cards halke se tedhe — grid ki sakhti todhne ke liye ---------------- */
@media (min-width: 760px) {
  .scard  { transform: rotate(-.35deg); }
  .scard:nth-child(2n)  { transform: rotate(.45deg); }
  .scard:nth-child(3n)  { transform: rotate(-.2deg) translateY(4px); }
  .scard:hover, .scard:nth-child(2n):hover, .scard:nth-child(3n):hover {
    transform: translateY(-4px) rotate(0deg);
  }
  /* alternate columns thodi neeche baithti hain */
  .stagger > *:nth-child(3n+2) { transform: translateY(14px); }
  .stagger > *:nth-child(3n+3) { transform: translateY(-8px); }
  .rev:nth-child(2n) { transform: translateY(14px) rotate(.4deg); }
  .rev:nth-child(3n) { transform: translateY(-8px) rotate(-.3deg); }
}

/* Feature cards bhi bilkul ek line me na baithen */
@media (min-width: 960px) {
  .fcard:nth-child(2) { transform: translateY(16px); }
  .fcard:nth-child(4) { transform: translateY(10px); }
}

/* Pills alag-alag tirchi — jaise haath se chipkayi hon */
.pills a:nth-child(3n)   { transform: rotate(-1.2deg); }
.pills a:nth-child(3n+1) { transform: rotate(.9deg); }
.pills a:hover { transform: rotate(0deg); }

/* Slab tiles gaye, par eyebrow abhi bhi thoda tircha accha lagta hai */
.eyebrow { transform: rotate(-1deg); }

@media (prefers-reduced-motion: reduce) {
  .squiggle, .curl { animation: none; stroke-dashoffset: 0; }
  .scard, .rev, .fcard, .stagger > *, .pills a, .note, .hand-lead, .eyebrow {
    transform: none !important;
  }
}

/* --- Contact form: captcha + honeypot (sirf PHP build me dikhte hain) ------ */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cap-field input { max-width: 140px; }
.cap-done { font-size: var(--t-sm); color: var(--c-green); font-weight: 600; }
