:root {
    --kashi-navy: #10213f;
    --kashi-blue: #1756ad;
    --kashi-saffron: #d76a22;
    --kashi-saffron-dark: #ad4d12;
    --kashi-gold: #f0b44b;
    --kashi-text: #2e405e;
    --kashi-muted: #66758c;
    --kashi-border: #dce4ed;
    --kashi-surface: #fff;
    --kashi-soft: #f7f9fc;
    --kashi-shadow: 0 12px 32px rgba(17, 38, 69, .09);
}

html { scroll-behavior: smooth; }

.kashi-tour-page {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--kashi-soft);
    color: var(--kashi-text);
    font-family: var(--mtp-font-sans, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
}

.kashi-tour-page *,
.kashi-tour-page *::before,
.kashi-tour-page *::after { box-sizing: border-box; }

.kashi-tour-page .kashi-navigation,
.kashi-tour-page .kashi-navigation:not(.top-nav-collapse) {
    background: rgba(27, 36, 65, .96) !important;
    box-shadow: 0 3px 14px rgba(9, 19, 38, .18);
}

.kashi-main { padding-top: 55px; }

.kashi-container {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.kashi-hero {
    position: relative;
    display: flex;
    min-height: 535px;
    align-items: center;
    background: url("../../img/tours/kashi-dham/varanasi-ghats-hero.webp") center center / cover no-repeat;
    color: #fff;
}

.kashi-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 18, 38, .92) 0%, rgba(12, 23, 44, .78) 40%, rgba(9, 18, 35, .24) 72%, rgba(9, 18, 35, .08)),
        linear-gradient(0deg, rgba(9, 18, 35, .22), transparent 42%);
}

.kashi-hero-content { position: relative; z-index: 1; padding-top: 48px; padding-bottom: 76px; }

.kashi-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 42px; color: rgba(255,255,255,.72); font-size: .8125rem; }
.kashi-breadcrumb a { color: rgba(255,255,255,.88); }
.kashi-breadcrumb a:hover { color: #fff; }
.kashi-breadcrumb i { font-size: .55rem; }

.kashi-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 10px; color: #ffd78e; font-size: .8125rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kashi-kicker i { font-size: 1rem; }
.kashi-hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.4rem, 4.8vw, 4.4rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.02; text-shadow: 0 3px 20px rgba(0,0,0,.24); }
.kashi-hero-subtitle { margin: 17px 0 0; color: rgba(255,255,255,.92); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.5; }
.kashi-hero-subtitle span { padding: 0 5px; color: var(--kashi-gold); }

.kashi-hero-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.kashi-hero-meta span { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(11, 24, 48, .45); color: #fff; font-size: .8125rem; font-weight: 600; backdrop-filter: blur(6px); }
.kashi-hero-meta i { color: #ffd17d; }

.kashi-hero-actions,
.kashi-final-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }

.kashi-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 10px 19px; border: 1px solid transparent; border-radius: 8px; font-size: .875rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.kashi-button:hover { text-decoration: none; transform: translateY(-1px); }
.kashi-button--primary { background: linear-gradient(135deg, #e27a30, #c85916); box-shadow: 0 8px 20px rgba(180, 73, 13, .28); color: #fff; }
.kashi-button--primary:hover { background: linear-gradient(135deg, #c85d19, #a9470e); color: #fff; }
.kashi-button--secondary { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(5px); }
.kashi-button--secondary:hover { background: #fff; color: var(--kashi-navy); }

.kashi-facts { position: relative; z-index: 2; margin-top: -44px; }
.kashi-facts-card { padding: 21px 24px 20px; border: 1px solid rgba(220, 228, 237, .9); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: var(--kashi-shadow); }
.kashi-section-heading { margin-bottom: 20px; }
.kashi-section-heading > span { display: block; margin-bottom: 5px; color: var(--kashi-saffron-dark); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kashi-section-heading h2 { margin: 0; color: var(--kashi-navy); font-size: clamp(1.45rem, 2vw, 1.85rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.kashi-section-heading > p { max-width: 720px; margin: 8px 0 0; color: var(--kashi-muted); font-size: .875rem; line-height: 1.55; }
.kashi-section-heading--compact { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; }
.kashi-section-heading--compact > span { margin: 0; }
.kashi-section-heading--compact h2 { font-size: 1.15rem; }
.kashi-section-heading--center { text-align: center; }
.kashi-section-heading--center > p { margin-right: auto; margin-left: auto; }

.kashi-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.kashi-facts-grid article { display: grid; min-width: 0; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 9px; padding: 11px 15px; border-left: 1px solid var(--kashi-border); }
.kashi-facts-grid article:nth-child(4n + 1) { border-left: 0; }
.kashi-facts-grid article:nth-child(n + 5) { border-top: 1px solid var(--kashi-border); }
.kashi-facts-grid article > i { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 9px; background: #fff3e9; color: var(--kashi-saffron); font-size: 1rem; }
.kashi-facts-grid span { display: block; color: var(--kashi-muted); font-size: .75rem; line-height: 1.3; }
.kashi-facts-grid strong { display: block; margin-top: 2px; overflow-wrap: anywhere; color: var(--kashi-navy); font-size: .8125rem; line-height: 1.35; }

.kashi-content-section { padding: 30px 0 44px; }
.kashi-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: start; gap: 20px; }
.kashi-content-main { display: grid; min-width: 0; gap: 18px; }
.kashi-card { min-width: 0; padding: 27px 29px; border: 1px solid var(--kashi-border); border-radius: 13px; background: var(--kashi-surface); box-shadow: 0 7px 22px rgba(17, 38, 69, .055); }
.kashi-overview > p { margin: 0; color: var(--kashi-text); font-size: .9375rem; line-height: 1.7; }
.kashi-overview-note { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 9px; margin-top: 18px; padding: 12px 14px; border: 1px solid #f0d5bd; border-radius: 8px; background: #fff8f1; }
.kashi-overview-note i { color: var(--kashi-saffron); font-size: 1.05rem; text-align: center; }
.kashi-overview-note p { margin: 0; font-size: .8125rem; line-height: 1.5; }

.kashi-itinerary { display: grid; gap: 11px; }
.kashi-day { overflow: hidden; border: 1px solid var(--kashi-border); border-radius: 10px; background: #fff; }
.kashi-day summary { display: grid; min-height: 70px; grid-template-columns: 42px minmax(0,1fr) 28px; align-items: center; gap: 12px; padding: 12px 15px; background: #fbfcfe; cursor: pointer; list-style: none; }
.kashi-day summary::-webkit-details-marker { display: none; }
.kashi-day summary:focus-visible { outline: 3px solid rgba(23, 86, 173, .24); outline-offset: -3px; }
.kashi-day-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, #e17a32, #bd5012); color: #fff; font-weight: 800; }
.kashi-day summary small,
.kashi-day summary strong { display: block; }
.kashi-day summary small { margin-bottom: 2px; color: var(--kashi-saffron-dark); font-size: .6875rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.kashi-day summary strong { color: var(--kashi-navy); font-size: 1rem; line-height: 1.3; }
.kashi-day summary > i { color: #63718a; text-align: center; transition: transform .2s ease; }
.kashi-day[open] summary { border-bottom: 1px solid var(--kashi-border); background: #fff8f1; }
.kashi-day[open] summary > i { transform: rotate(180deg); }
.kashi-day-content { padding: 20px 22px 21px 69px; }
.kashi-day-content h3 { display: flex; align-items: center; gap: 8px; margin: 18px 0 8px; color: var(--kashi-navy); font-size: .9375rem; font-weight: 800; }
.kashi-day-content h3:first-child { margin-top: 0; }
.kashi-day-content h3 i { width: 20px; color: var(--kashi-saffron); text-align: center; }
.kashi-day-content p,
.kashi-day-content li { color: #465873; font-size: .875rem; line-height: 1.6; }
.kashi-day-content p { margin: 0 0 9px; }
.kashi-day-content ul { margin: 0; padding-left: 20px; }
.kashi-day-content li + li { margin-top: 4px; }
.kashi-list-columns { columns: 2; column-gap: 30px; }
.kashi-list-columns li { break-inside: avoid; }
.kashi-optional { display: inline-flex; margin-right: 4px; padding: 2px 6px; border: 1px solid #e7b071; border-radius: 999px; background: #fff7ec; color: #a44b0f; font-size: .6875rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.kashi-overnight { display: flex; align-items: center; gap: 8px; margin-top: 17px !important; padding: 10px 12px; border-radius: 7px; background: #f2f5fa; }
.kashi-overnight i { color: var(--kashi-blue); }
.kashi-closing { margin-top: 14px !important; color: var(--kashi-saffron-dark) !important; font-weight: 700; }

#package-pricing,
#tour-enquiry { scroll-margin-top: 76px; }
.kashi-pricing-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--kashi-border); border-radius: 9px; scrollbar-width: thin; }
.kashi-pricing-scroll:focus-visible { outline: 3px solid rgba(23, 86, 173, .24); outline-offset: 2px; }
.kashi-pricing-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
.kashi-pricing-table caption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.kashi-pricing-table th,
.kashi-pricing-table td { padding: 12px 11px; border-bottom: 1px solid var(--kashi-border); font-size: .8125rem; text-align: right; white-space: nowrap; }
.kashi-pricing-table th:first-child,
.kashi-pricing-table td:nth-child(2) { text-align: left; }
.kashi-pricing-table thead th { background: var(--kashi-navy); color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .02em; }
.kashi-pricing-table tbody th { color: var(--kashi-navy); font-weight: 800; }
.kashi-pricing-table tbody td { color: #3c4e68; }
.kashi-pricing-table tbody tr:last-child > * { border-bottom: 0; }
.kashi-pricing-table tbody tr.is-selected > * { background: #fff4e9; }
.kashi-pricing-table tbody tr.is-selected [data-rate].is-selected-rate { background: #fbdab9; color: #8e3e0a; font-weight: 800; box-shadow: inset 0 0 0 2px #e37a30; }
.kashi-pricing-notes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 12px; }
.kashi-pricing-notes p { display: flex; align-items: flex-start; gap: 8px; margin: 0; padding: 10px 11px; border-radius: 7px; background: #f3f6fa; color: #52627a; font-size: .75rem; line-height: 1.45; }
.kashi-pricing-notes i { margin-top: 2px; color: var(--kashi-saffron); }

.kashi-inclusion-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.kashi-list-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.kashi-list-card li { position: relative; padding-left: 25px; color: #465873; font-size: .8125rem; line-height: 1.5; }
.kashi-list-card li::before { position: absolute; top: 1px; left: 0; display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; border-radius: 50%; font-family: "Font Awesome 5 Free"; font-size: .6rem; font-weight: 900; }
.kashi-list-card--included li::before { background: #e6f6ec; color: #11813e; content: "\f00c"; }
.kashi-list-card--excluded li::before { background: #f0f2f5; color: #69758a; content: "\f068"; }

.kashi-information { padding: 0; overflow: hidden; }
.kashi-information details > summary { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 20px; background: #fff; cursor: pointer; list-style: none; }
.kashi-information details > summary::-webkit-details-marker { display: none; }
.kashi-information summary > span { display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 2px 9px; }
.kashi-information summary > span > i { grid-row: 1 / 3; color: var(--kashi-saffron); font-size: 1.1rem; text-align: center; }
.kashi-information summary strong { color: var(--kashi-navy); font-size: 1rem; }
.kashi-information summary small { color: var(--kashi-muted); font-size: .75rem; }
.kashi-information summary > i { color: #65738a; transition: transform .2s ease; }
.kashi-information details[open] summary { border-bottom: 1px solid var(--kashi-border); background: #fff8f1; }
.kashi-information details[open] summary > i { transform: rotate(180deg); }
.kashi-information-body { padding: 20px 24px 22px 52px; }
.kashi-information-body ul { display: grid; gap: 8px; margin: 0; padding-left: 19px; }
.kashi-information-body li { color: #465873; font-size: .8125rem; line-height: 1.55; }

.kashi-booking-column { min-width: 0; }
.kashi-booking-card { position: sticky; top: 72px; padding: 23px; border: 1px solid #d7e0ea; border-radius: 14px; background: #fff; box-shadow: var(--kashi-shadow); }
.kashi-booking-eyebrow { margin: 0 0 4px; color: var(--kashi-saffron-dark); font-size: .6875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kashi-starting-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 0 8px; padding-bottom: 14px; border-bottom: 1px solid var(--kashi-border); }
.kashi-starting-price span { color: var(--kashi-muted); font-size: .8125rem; }
.kashi-starting-price strong { grid-row: 1 / 3; grid-column: 2; color: var(--kashi-navy); font-size: 1.9rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.kashi-starting-price small { color: var(--kashi-muted); font-size: .6875rem; }
.kashi-estimate { display: grid; gap: 7px; margin: 14px 0 19px; padding: 12px; border: 1px solid #f0d6bd; border-radius: 9px; background: #fff8f1; }
.kashi-estimate > div { display: flex; justify-content: space-between; gap: 12px; color: #56657c; font-size: .75rem; }
.kashi-estimate > div strong { color: var(--kashi-navy); font-size: .8125rem; }
.kashi-estimate-total { margin-top: 2px; padding-top: 8px; border-top: 1px solid #ead0b7; }
.kashi-estimate-total strong { color: var(--kashi-saffron-dark) !important; font-size: 1rem !important; }
.kashi-estimate p { margin: 2px 0 0; color: #765033; font-size: .6875rem; line-height: 1.4; }
.kashi-booking-card > h2 { margin: 0 0 13px; color: var(--kashi-navy); font-size: 1.25rem; font-weight: 800; }
.kashi-enquiry-form { display: grid; gap: 11px; }
.kashi-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.kashi-form-field { min-width: 0; }
.kashi-form-field label { display: block; margin: 0 0 5px; color: #263a59; font-size: .75rem; font-weight: 700; }
.kashi-form-field input,
.kashi-form-field select,
.kashi-form-field textarea { width: 100%; min-height: 44px; padding: 9px 10px; border: 1px solid #cbd5e1; border-radius: 7px; background: #fff; color: var(--kashi-navy); font: inherit; font-size: .8125rem; line-height: 1.35; }
.kashi-form-field textarea { min-height: 78px; resize: vertical; }
.kashi-form-field input:focus,
.kashi-form-field select:focus,
.kashi-form-field textarea:focus { border-color: var(--kashi-blue); outline: 3px solid rgba(23, 86, 173, .13); }
.kashi-form-field > small { display: block; margin-top: 4px; color: var(--kashi-muted); font-size: .6875rem; line-height: 1.35; }
.kashi-form-field > small.is-warning { color: #9c430a; font-weight: 700; }
.kashi-submit { width: 100%; margin-top: 2px; border: 0; cursor: pointer; }
.kashi-form-help { margin: -1px 0 0; color: var(--kashi-muted); font-size: .6875rem; line-height: 1.45; text-align: center; }

.kashi-services-section { padding: 42px 0 46px; border-top: 1px solid var(--kashi-border); background: #fff; }
.kashi-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.kashi-services-grid article { min-width: 0; padding: 20px 18px; border: 1px solid var(--kashi-border); border-radius: 10px; background: #fbfcfe; }
.kashi-services-grid article > i { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 9px; background: #fff0e2; color: var(--kashi-saffron); font-size: 1rem; }
.kashi-services-grid h3 { margin: 12px 0 5px; color: var(--kashi-navy); font-size: .9375rem; font-weight: 800; }
.kashi-services-grid p { margin: 0; color: var(--kashi-muted); font-size: .8125rem; line-height: 1.5; }

.kashi-final-cta { padding: 39px 0; background: linear-gradient(115deg, #a94710, #d66d25 62%, #e59346); color: #fff; }
.kashi-final-cta .kashi-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.kashi-final-cta p { margin: 0 0 3px; color: #ffe0b6; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kashi-final-cta h2 { margin: 0; color: #fff; font-size: clamp(1.55rem, 2.2vw, 2.1rem); font-weight: 800; }
.kashi-final-cta span { display: block; margin-top: 7px; color: rgba(255,255,255,.88); font-size: .875rem; }
.kashi-final-actions { flex: 0 0 auto; margin: 0; }
.kashi-button--light { background: #fff; color: #a6470e; }
.kashi-button--light:hover { color: #7d3208; box-shadow: 0 8px 22px rgba(91,34,4,.2); }
.kashi-button--ghost { border-color: rgba(255,255,255,.65); color: #fff; }
.kashi-button--ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.kashi-mobile-cta { display: none; }

@media (max-width: 1199.98px) {
    .kashi-content-grid { grid-template-columns: minmax(0,1fr) 340px; }
    .kashi-services-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
    .kashi-container { width: calc(100% - 40px); }
    .kashi-hero { min-height: 505px; }
    .kashi-facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kashi-facts-grid article:nth-child(odd) { border-left: 0; }
    .kashi-facts-grid article:nth-child(even) { border-left: 1px solid var(--kashi-border); }
    .kashi-facts-grid article:nth-child(n + 3) { border-top: 1px solid var(--kashi-border); }
    .kashi-content-grid { grid-template-columns: 1fr; }
    .kashi-booking-column { order: -1; }
    .kashi-booking-card { position: static; }
    .kashi-enquiry-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kashi-enquiry-form > .kashi-form-field,
    .kashi-enquiry-form > .kashi-form-row,
    .kashi-enquiry-form > .kashi-submit,
    .kashi-enquiry-form > .kashi-form-help { min-width: 0; }
    .kashi-enquiry-form > .kashi-form-field:nth-of-type(n + 4),
    .kashi-enquiry-form > .kashi-submit,
    .kashi-enquiry-form > .kashi-form-help { grid-column: 1 / -1; }
    .kashi-services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767.98px) {
    .kashi-container { width: calc(100% - 28px); }
    .kashi-main { padding-top: 52px; }
    .kashi-hero { min-height: 520px; background-position: 62% center; }
    .kashi-hero-overlay { background: linear-gradient(90deg, rgba(8,17,36,.91), rgba(8,17,36,.67)); }
    .kashi-hero-content { padding-top: 34px; padding-bottom: 67px; }
    .kashi-breadcrumb { margin-bottom: 29px; }
    .kashi-hero h1 { font-size: clamp(2.2rem, 10vw, 3.1rem); }
    .kashi-facts-card { padding: 18px 15px; }
    .kashi-facts-grid article { padding: 10px 9px; }
    .kashi-section-heading--compact { display: block; }
    .kashi-section-heading--compact > span { margin-bottom: 4px; }
    .kashi-card { padding: 23px 20px; }
    .kashi-day-content { padding: 18px 18px 20px; }
    .kashi-list-columns { columns: 1; }
    .kashi-inclusion-grid { grid-template-columns: 1fr; }
    .kashi-pricing-notes { grid-template-columns: 1fr; }
    .kashi-final-cta .kashi-container { align-items: flex-start; flex-direction: column; }
    .kashi-final-actions { width: 100%; }
    .kashi-final-actions .kashi-button { flex: 1 1 0; }
    .kashi-mobile-cta { position: fixed; z-index: 1040; right: 10px; bottom: 10px; left: 10px; display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 9px 8px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 11px; background: rgba(16,33,63,.97); box-shadow: 0 10px 30px rgba(8,19,38,.28); color: #fff; backdrop-filter: blur(8px); }
    .kashi-mobile-cta span,
    .kashi-mobile-cta small { display: block; }
    .kashi-mobile-cta span { font-size: .875rem; font-weight: 800; }
    .kashi-mobile-cta small { color: rgba(255,255,255,.72); font-size: .6875rem; }
    .kashi-mobile-cta a { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 15px; border-radius: 7px; background: var(--kashi-saffron); color: #fff; font-size: .8125rem; font-weight: 800; }
    .kashi-tour-page .train-flow-footer { padding-bottom: 80px; }
}

@media (max-width: 575.98px) {
    .kashi-container { width: calc(100% - 20px); }
    .kashi-hero-meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kashi-hero-meta span { min-width: 0; border-radius: 8px; font-size: .75rem; }
    .kashi-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .kashi-button { padding-right: 12px; padding-left: 12px; }
    .kashi-facts { margin-top: -35px; }
    .kashi-facts-grid { grid-template-columns: 1fr; }
    .kashi-facts-grid article,
    .kashi-facts-grid article:nth-child(even) { border-left: 0; }
    .kashi-facts-grid article:nth-child(n + 2) { border-top: 1px solid var(--kashi-border); }
    .kashi-form-row,
    .kashi-enquiry-form { grid-template-columns: 1fr; }
    .kashi-enquiry-form > * { grid-column: auto !important; }
    .kashi-booking-card { padding: 20px 16px; }
    .kashi-services-grid { grid-template-columns: 1fr; }
    .kashi-information details > summary { padding-right: 15px; padding-left: 15px; }
    .kashi-information-body { padding: 18px 18px 20px 32px; }
    .kashi-final-actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .kashi-button,
    .kashi-day summary > i,
    .kashi-information summary > i { transition: none; }
}
