:root {
  --blue: #17678d;
  --blue-dark: #103d58;
  --blue-deep: #092c42;
  --sky: #ddecf2;
  --accent: #e67932;
  --accent-dark: #c95d1c;
  --cream: #f7f1e7;
  --sand: #eadac5;
  --ink: #152631;
  --muted: #5e6b72;
  --white: #ffffff;
  --line: #dbe2e5;
  --green: #1fa855;
  --shadow: 0 20px 55px rgba(8, 42, 61, .13);
  --radius: 18px;
  --font: "Segoe UI", Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--blue-deep); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topbar { color: rgba(255,255,255,.9); background: var(--blue); font-size: 13px; }
.topbar__inner { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; letter-spacing: .03em; }
.topbar__links { display: flex; gap: 25px; }
.topbar a:hover { color: #fff; text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(16,61,88,.1); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 225px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #244b61; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 34px; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--accent); transition: right .25s ease; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 18px; color: #fff; background: var(--accent); border-radius: 999px; box-shadow: 0 9px 20px rgba(230,121,50,.22); }
.nav-cta:hover { background: var(--accent-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--blue-dark); transition: .25s; }

.hero { position: relative; min-height: 680px; overflow: hidden; color: #fff; background: var(--blue-deep); }
.hero__media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,29,44,.9) 0%, rgba(4,29,44,.68) 45%, rgba(4,29,44,.28) 100%), linear-gradient(0deg, rgba(3,29,44,.5), transparent 55%), url("jaipur-jal-mahal.jpg"); background-size: cover; background-position: center 46%; transform: scale(1.01); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .13; background-image: radial-gradient(rgba(255,255,255,.8) .7px, transparent .7px); background-size: 10px 10px; pointer-events: none; }
.hero__grid { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.15fr) 390px; align-items: center; gap: 70px; padding-block: 82px; }
.hero__content { max-width: 690px; }
.eyebrow { margin: 0 0 12px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #ffd2af; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(45px, 5.8vw, 76px); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 em { display: block; color: #ffc18e; font-family: var(--serif); font-weight: 400; }
.hero__lead { max-width: 620px; margin: 24px 0 30px; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .02em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--accent { color: #fff; background: var(--accent); box-shadow: 0 13px 30px rgba(230,121,50,.28); }
.button--accent:hover { background: var(--accent-dark); }
.button--glass { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.button--glass:hover { background: rgba(255,255,255,.18); }
.button--whatsapp { color: #fff; background: var(--green); }
.button--whatsapp:hover { background: #178d47; box-shadow: 0 11px 24px rgba(31,168,85,.23); }
.button--white { color: var(--blue-dark); background: #fff; }
.button--outline { color: var(--blue-dark); border-color: #b8c9d1; background: transparent; }
.button--outline:hover { color: #fff; background: var(--blue-dark); border-color: var(--blue-dark); }
.button--block { width: 100%; border: 0; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 11px 25px; margin: 31px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 600; }
.hero__proof li::before { content: "✓"; margin-right: 8px; color: #ffd2af; }

.quote-card { padding: 30px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.45); border-radius: 20px; box-shadow: 0 30px 70px rgba(3,23,35,.3); }
.quote-card__kicker { margin: 0 0 5px!important; color: var(--accent-dark)!important; font-size: 11px!important; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.quote-card h2 { margin: 0; font-size: 25px; line-height: 1.25; letter-spacing: -.02em; }
.quote-card > p { margin: 8px 0 22px; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 16px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 5px; color: #3d535f; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 45px; padding: 0 12px; color: var(--ink); background: #f7f9fa; border: 1px solid #d9e1e4; border-radius: 8px; outline: 0; }
.field input:focus, .field select:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,103,141,.1); }
.quote-card small { display: block; margin-top: 10px; color: #78858c; font-size: 10px; text-align: center; }

.quick-route { position: relative; z-index: 3; color: #fff; background: var(--blue); }
.route-line { min-height: 110px; display: grid; grid-template-columns: 1fr 80px 1fr 80px 1fr; align-items: center; }
.route-line > div { display: grid; grid-template-columns: 40px auto; grid-template-rows: auto auto; column-gap: 13px; align-items: center; justify-content: center; }
.route-line span { grid-row: 1 / 3; display: grid; place-items: center; width: 36px; height: 36px; color: #ffd1ad; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 11px; font-weight: 800; }
.route-line strong { line-height: 1.2; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.route-line small { color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.route-line i { position: relative; height: 1px; background: rgba(255,255,255,.35); }
.route-line i::after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); }

.section { padding: 105px 0; }
.section--cream { background: var(--cream); }
.section-heading { max-width: 700px; margin: 0 auto 45px; text-align: center; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 70px; text-align: left; }
.section-heading h2, .story-copy h2, .faq-intro h2 { margin: 0; color: var(--blue-deep); font-family: var(--serif); font-size: clamp(34px, 4vw, 51px); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 0 0 3px; color: var(--muted); }

.tour-grid { display: grid; grid-template-columns: 1.28fr 1fr 1fr; gap: 22px; align-items: stretch; }
.tour-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e0e6e8; border-radius: var(--radius); box-shadow: 0 12px 35px rgba(8,42,61,.07); transition: transform .28s, box-shadow .28s; }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tour-card__image { position: relative; height: 235px; display: block; overflow: hidden; background: var(--sky); }
.tour-card--wide .tour-card__image { height: 290px; }
.tour-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.tour-card:hover .tour-card__image img { transform: scale(1.045); }
.tour-card__tag { position: absolute; top: 16px; left: 16px; padding: 7px 11px; color: #fff; background: var(--accent); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tour-card__tag--dark { background: var(--blue-deep); }
.tour-card__body { padding: 23px; }
.tour-card__meta { min-height: 20px; display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 8px; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tour-card h3 { margin: 0; color: var(--blue-deep); font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.18; }
.tour-card h3 a:hover { color: var(--blue); }
.tour-card__body > p { margin: 9px 0 13px; color: var(--muted); font-size: 13px; }
.mini-list { display: flex; flex-wrap: wrap; gap: 5px 14px; margin: 0 0 19px; padding: 0; color: #53666f; font-size: 12px; list-style: none; }
.mini-list li::before { content: "•"; margin-right: 6px; color: var(--accent); }
.tour-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid #edf0f1; }
.tour-card__footer > span { display: grid; }
.tour-card__footer small { color: #829097; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.tour-card__footer strong { color: var(--blue-dark); font-size: 15px; }
.text-link { padding: 0; color: var(--accent-dark); background: none; border: 0; font-weight: 800; }
.text-link:hover { color: var(--blue); }
.text-link b { display: inline-block; transition: transform .2s; }
.text-link:hover b { transform: translateX(4px); }
.center-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 38px; }

.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.story-visual { position: relative; padding: 0 38px 42px 0; }
.story-visual::before { content: ""; position: absolute; right: 0; bottom: 0; width: 72%; height: 72%; background: var(--blue); border-radius: 16px; }
.story-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow); }
.story-note { position: absolute; z-index: 2; right: -22px; bottom: 24px; display: grid; min-width: 215px; padding: 18px 22px; color: #fff; background: var(--accent); border-radius: 12px; box-shadow: 0 15px 35px rgba(150,70,20,.2); }
.story-note strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.story-note span { color: rgba(255,255,255,.78); font-size: 11px; }
.lead-copy { margin: 22px 0 28px; color: var(--muted); font-size: 17px; }
.benefit-list { margin-bottom: 26px; }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid #ddd3c4; }
.benefit-list span { color: var(--accent); font-size: 12px; font-weight: 800; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }
.benefit-list strong { display: block; margin-bottom: 2px; color: var(--blue-deep); font-size: 15px; }

.experiences { background: #fff; }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-card { position: relative; min-height: 250px; padding: 38px 28px; border-right: 1px solid var(--line); transition: background .25s; }
.experience-card:first-child { border-left: 1px solid var(--line); }
.experience-card:hover { background: var(--cream); }
.experience-card > span { color: var(--accent); font-size: 12px; font-weight: 800; }
.experience-card h3 { margin: 30px 0 12px; color: var(--blue-deep); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.experience-card p { margin: 0; color: var(--muted); font-size: 13px; }

.section--faq { background: #f7f9fa; }
.faq-grid { display: grid; grid-template-columns: 360px 1fr; gap: 90px; }
.faq-intro > p:not(.eyebrow) { margin: 20px 0 26px; color: var(--muted); }
.faq-list details { border-top: 1px solid #ccd7dc; }
.faq-list details:last-child { border-bottom: 1px solid #ccd7dc; }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; color: var(--blue-deep); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--accent); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -7px 45px 23px 0; color: var(--muted); font-size: 14px; }

.cta-band { padding: 62px 0; color: #fff; background: linear-gradient(115deg, var(--blue), var(--blue-dark)); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 47px); font-weight: 500; line-height: 1.12; }

.footer { padding: 70px 0 20px; color: rgba(255,255,255,.72); background: var(--blue-deep); }
.footer__grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.25fr; gap: 55px; }
.footer__brand img { width: 230px; height: auto; }
.footer__brand p { max-width: 310px; margin: 20px 0; font-size: 13px; }
.footer h2 { margin: 4px 0 19px; color: #fff; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid a { margin-bottom: 9px; font-size: 13px; }
.footer__grid a:hover { color: #fff; }
.footer address { font-size: 13px; font-style: normal; }
.footer-wa { color: #79d99b; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.social-links a:hover { background: var(--accent); border-color: var(--accent); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer__bottom p { margin: 0; }

.floating-wa { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 15px 10px 10px; color: #fff; background: var(--green); border-radius: 999px; box-shadow: 0 12px 32px rgba(9,74,35,.3); font-size: 13px; font-weight: 800; }
.floating-wa img { width: 30px; height: 30px; }
.floating-wa:hover { transform: translateY(-3px); }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; padding: 13px 18px; color: #fff; background: var(--blue-deep); border-radius: 9px; box-shadow: var(--shadow); font-size: 13px; transform: translate(-50%, 140%); opacity: 0; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

/* Inner landing pages */
.inner-hero { position: relative; min-height: 525px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--blue-deep); }
.inner-hero__media { position: absolute; inset: 0; background-position: center; background-size: cover; }
.inner-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,35,52,.92), rgba(5,35,52,.48) 62%, rgba(5,35,52,.22)), linear-gradient(0deg, rgba(4,31,47,.7), transparent 60%); }
.inner-hero__content { position: relative; z-index: 2; max-width: 830px; padding-block: 85px; }
.breadcrumbs { margin: 0 0 25px; color: rgba(255,255,255,.68); font-size: 12px; }
.breadcrumbs a:hover { color: #fff; }
.inner-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 6vw, 69px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.inner-hero__lead { max-width: 680px; margin: 23px 0 28px; color: rgba(255,255,255,.82); font-size: 18px; }
.page-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: start; }
.page-intro h2, .itinerary-heading h2 { margin: 0 0 20px; color: var(--blue-deep); font-family: var(--serif); font-size: clamp(34px, 4vw, 49px); font-weight: 500; line-height: 1.12; }
.page-intro p { color: var(--muted); }
.fact-card { padding: 26px; background: var(--cream); border-radius: var(--radius); }
.fact-card h3 { margin: 0 0 16px; color: var(--blue-deep); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.fact-card dl { margin: 0; }
.fact-card dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 10px 0; border-top: 1px solid #dfd2bf; font-size: 13px; }
.fact-card dt { color: #7c6d5a; }
.fact-card dd { margin: 0; color: var(--blue-deep); font-weight: 700; }
.package-list { display: grid; gap: 25px; }
.package-row { display: grid; grid-template-columns: 340px 1fr; min-height: 300px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 38px rgba(8,42,61,.07); }
.package-row__image { position: relative; min-height: 100%; }
.package-row__image img { width: 100%; height: 100%; object-fit: cover; }
.package-row__content { padding: 30px; }
.package-row__top { display: flex; justify-content: space-between; gap: 20px; }
.package-row h3 { margin: 4px 0 10px; color: var(--blue-deep); font-family: var(--serif); font-size: 30px; font-weight: 500; }
.duration-pill { flex: 0 0 auto; height: fit-content; padding: 7px 11px; color: var(--accent-dark); background: #fff1e6; border-radius: 999px; font-size: 11px; font-weight: 800; }
.package-row__route { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.package-row p { margin: 12px 0 17px; color: var(--muted); font-size: 14px; }
.package-row__bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 15px; margin: 0 0 22px; padding: 0; color: #50636d; font-size: 12px; list-style: none; }
.package-row__bullets li::before { content: "✓"; margin-right: 7px; color: var(--accent); }
.day-plan { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 35px; }
.day { padding: 21px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.day span { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.day h3 { margin: 7px 0; color: var(--blue-deep); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.day p { margin: 0; color: var(--muted); font-size: 12px; }
.note-box { margin-top: 25px; padding: 22px 25px; color: #4e626c; background: var(--sky); border-left: 4px solid var(--blue); border-radius: 0 10px 10px 0; font-size: 13px; }

/* Detailed package page */
.package-hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--blue-deep); }
.package-hero__media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,29,44,.92) 0%, rgba(4,29,44,.7) 47%, rgba(4,29,44,.22) 100%), linear-gradient(0deg, rgba(3,29,44,.55), transparent 60%), url("golden-triangle.jpg"); background-size: cover; background-position: center; }
.package-hero__media::after { content: ""; position: absolute; inset: 0; opacity: .11; background-image: radial-gradient(rgba(255,255,255,.9) .7px, transparent .7px); background-size: 10px 10px; }
.package-hero__content { position: relative; z-index: 2; max-width: 880px; padding-block: 92px; }
.package-hero h1 { margin: 0; font-size: clamp(46px, 6vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.package-hero h1 em { display: block; margin-top: 7px; color: #ffc18e; font-family: var(--serif); font-weight: 400; }
.package-hero__content > p:not(.breadcrumbs):not(.eyebrow) { max-width: 720px; margin: 24px 0 30px; color: rgba(255,255,255,.84); font-size: 18px; }
.package-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.tour-facts { position: relative; z-index: 3; color: #fff; background: var(--blue); }
.tour-facts__grid { min-height: 105px; display: grid; grid-template-columns: repeat(4,1fr); }
.tour-facts__grid > div { display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-left: 1px solid rgba(255,255,255,.15); }
.tour-facts__grid > div:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.tour-facts span { color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tour-facts strong { margin-top: 4px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.package-summary .page-intro { grid-template-columns: 1.05fr .75fr; }
.summary-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; margin: 25px 0 0; padding: 0; color: var(--blue-dark); font-size: 13px; font-weight: 700; list-style: none; }
.summary-highlights li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; color: #fff; background: var(--accent); border-radius: 50%; font-size: 10px; }
.booking-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.booking-card h2 { margin: 0; color: var(--blue-deep); font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.12; }
.booking-card > p:not(.eyebrow) { margin: 10px 0 21px; color: var(--muted); font-size: 13px; }
.booking-card .field { margin-bottom: 13px; }
.booking-card__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-card small { display: block; margin-top: 11px; color: #7a898f; font-size: 10px; text-align: center; }
.detailed-itinerary { display: grid; gap: 26px; max-width: 1040px; margin: 0 auto; }
.itinerary-stop { display: grid; grid-template-columns: 355px 1fr; min-height: 365px; overflow: hidden; background: #fff; border: 1px solid #dfdfda; border-radius: var(--radius); box-shadow: 0 14px 38px rgba(8,42,61,.07); }
.itinerary-stop:nth-child(even) { grid-template-columns: 1fr 355px; }
.itinerary-stop:nth-child(even) .stop-media { grid-column: 2; grid-row: 1; }
.itinerary-stop:nth-child(even) .stop-body { grid-column: 1; grid-row: 1; }
.stop-media { position: relative; min-height: 100%; overflow: hidden; background: var(--sky); }
.stop-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.itinerary-stop:hover .stop-media img { transform: scale(1.035); }
.stop-media > span { position: absolute; left: 18px; bottom: 18px; padding: 8px 13px; color: #fff; background: rgba(9,44,66,.88); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(7px); }
.stop-body { display: flex; flex-direction: column; justify-content: center; padding: 34px 38px; }
.stop-head > span { color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.stop-head h3 { margin: 5px 0 14px; color: var(--blue-deep); font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.12; }
.stop-body > p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.stop-body ul { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; margin: 0 0 18px; padding: 0; color: #425965; font-size: 12px; list-style: none; }
.stop-body li::before { content: "•"; margin-right: 7px; color: var(--accent); }
.stop-body .stay-line { margin: auto 0 0; padding-top: 14px; color: var(--blue-dark); border-top: 1px solid var(--line); font-size: 12px; }
.travel-note { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 17px; }
.travel-note span { padding: 5px 9px; color: var(--blue); background: #edf5f8; border-radius: 999px; font-size: 10px; font-weight: 800; }
.important-note { max-width: 1040px; margin: 28px auto 0; padding: 20px 25px; color: #5b554e; background: #fff6e8; border-left: 4px solid var(--accent); border-radius: 0 10px 10px 0; font-size: 13px; }
.inclusion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; max-width: 1000px; margin: 0 auto; }
.list-panel { position: relative; padding: 35px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.list-panel--included { background: #f0f8f3; border-color: #cbe5d4; }
.list-panel--excluded { background: #fcf5f1; border-color: #ead6ca; }
.list-panel__icon { position: absolute; right: 24px; top: 19px; color: rgba(15,104,69,.13); font-family: var(--serif); font-size: 75px; line-height: 1; }
.list-panel--excluded .list-panel__icon { color: rgba(170,76,40,.12); }
.list-panel h3 { position: relative; margin: 0 0 20px; color: var(--blue-deep); font-family: var(--serif); font-size: 27px; font-weight: 500; }
.list-panel ul { margin: 0; padding: 0; list-style: none; }
.list-panel li { position: relative; padding: 9px 0 9px 25px; color: #4e626c; border-top: 1px solid rgba(16,61,88,.1); font-size: 13px; }
.list-panel li::before { position: absolute; left: 0; color: #188853; font-weight: 900; content: "✓"; }
.list-panel--excluded li::before { color: #b9643e; content: "×"; }
.photo-gallery { padding: 95px 0; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .75fr 1.1fr; grid-template-rows: 220px 220px; gap: 15px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 14px; }
.gallery-grid figure:first-child { grid-row: 1 / 3; }
.gallery-grid figure:nth-child(2) { grid-row: 1 / 3; }
.gallery-grid figure:nth-child(3) { grid-column: 3; grid-row: 1; }
.gallery-grid figure:nth-child(4) { grid-column: 3; grid-row: 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-grid figure:hover img { transform: scale(1.045); }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 32px 18px 15px; color: #fff; background: linear-gradient(transparent, rgba(4,29,44,.85)); font-size: 12px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 88px 0 auto; display: grid; gap: 0; padding: 15px 28px 28px; color: var(--blue-deep); background: #fff; box-shadow: 0 20px 35px rgba(8,42,61,.18); transform: translateY(-125%); visibility: hidden; transition: .28s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav > a:not(.nav-cta) { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 14px; text-align: center; }
  .hero__grid { grid-template-columns: 1fr 350px; gap: 35px; }
  .hero h1 { font-size: 56px; }
  .tour-grid { grid-template-columns: 1fr 1fr; }
  .tour-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; }
  .tour-card--wide .tour-card__image { height: 100%; min-height: 330px; }
  .story-grid { gap: 55px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-card:nth-child(2) { border-right: 1px solid var(--line); }
  .experience-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / 4; }
  .tour-facts__grid { grid-template-columns: 1fr 1fr; }
  .tour-facts__grid > div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.15); }
  .tour-facts__grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); }
  .itinerary-stop, .itinerary-stop:nth-child(even) { grid-template-columns: 300px 1fr; }
  .itinerary-stop:nth-child(even) .stop-media { grid-column: 1; }
  .itinerary-stop:nth-child(even) .stop-body { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar p, .topbar__links a:last-child { display: none; }
  .topbar__inner { justify-content: center; min-height: 32px; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 188px; }
  .site-nav { top: 74px; }
  .hero, .hero__grid { min-height: auto; }
  .hero__media { background-image: linear-gradient(rgba(4,29,44,.75), rgba(4,29,44,.88)), url("jaipur-jal-mahal.jpg"); background-position: 58% center; }
  .hero__grid { grid-template-columns: 1fr; gap: 38px; padding-block: 68px 48px; }
  .hero h1 { font-size: clamp(42px, 13vw, 59px); }
  .hero__lead { font-size: 16px; }
  .quote-card { padding: 24px; }
  .quick-route { padding: 24px 0; }
  .route-line { grid-template-columns: 1fr; gap: 12px; }
  .route-line > div { justify-content: start; padding-left: 25%; }
  .route-line i { display: none; }
  .section { padding: 74px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .section-heading--split > p { font-size: 14px; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-card--wide { grid-column: auto; display: block; }
  .tour-card__image, .tour-card--wide .tour-card__image { height: 245px; min-height: 0; }
  .story-grid { grid-template-columns: 1fr; gap: 45px; }
  .story-visual { padding-right: 15px; }
  .story-note { right: -3px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card:first-child, .experience-card:nth-child(2) { min-height: auto; border: 1px solid var(--line); border-bottom: 0; }
  .experience-card:last-child { border-bottom: 1px solid var(--line); }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: 1 / -1; }
  .floating-wa { right: 13px; bottom: 13px; padding-right: 10px; }
  .floating-wa span { display: none; }
  .inner-hero { min-height: 470px; }
  .inner-hero__content { padding-block: 65px; }
  .page-intro { grid-template-columns: 1fr; gap: 35px; }
  .package-row { grid-template-columns: 1fr; }
  .package-row__image { height: 235px; }
  .package-row__top { display: block; }
  .duration-pill { display: inline-flex; margin-top: 8px; }
  .package-row__bullets, .day-plan { grid-template-columns: 1fr; }
  .package-hero { min-height: 590px; }
  .package-hero__media { background-image: linear-gradient(rgba(4,29,44,.72), rgba(4,29,44,.9)), url("golden-triangle.jpg"); background-position: 58% center; }
  .package-hero__content { padding-block: 70px; }
  .package-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .package-hero__content > p:not(.breadcrumbs):not(.eyebrow) { font-size: 16px; }
  .tour-facts__grid { grid-template-columns: 1fr; padding-block: 8px; }
  .tour-facts__grid > div, .tour-facts__grid > div:last-child, .tour-facts__grid > div:nth-child(2) { padding: 15px 3px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .tour-facts__grid > div:last-child { border-bottom: 0; }
  .package-summary .page-intro { grid-template-columns: 1fr; }
  .summary-highlights { grid-template-columns: 1fr; }
  .itinerary-stop, .itinerary-stop:nth-child(even) { grid-template-columns: 1fr; }
  .itinerary-stop .stop-media, .itinerary-stop:nth-child(even) .stop-media { grid-column: 1; grid-row: 1; min-height: 245px; height: 245px; }
  .itinerary-stop .stop-body, .itinerary-stop:nth-child(even) .stop-body { grid-column: 1; grid-row: 2; padding: 28px 24px; }
  .inclusion-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 230px; }
  .gallery-grid figure:first-child, .gallery-grid figure:nth-child(2), .gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { grid-column: auto; grid-row: auto; }
}

@media (max-width: 460px) {
  .hero__actions, .hero__actions .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .tour-card__footer { align-items: flex-start; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand, .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .package-hero__actions, .package-hero__actions .button { width: 100%; }
  .booking-card__row, .stop-body ul { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4,230px); }
}

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