.memories{background:var(--paper);border-top:1px solid var(--line)}.feedback-shortcut{position:fixed;right:0;top:42%;transform:translateY(-50%);z-index:35;display:inline-flex;flex-direction:column;align-items:center;gap:9px;width:44px;padding:14px 10px;border:1px solid #af8c40;border-right:0;border-radius:8px 0 0 8px;background:var(--yellow);color:var(--ink);box-shadow:0 3px 14px #3d342726;font-size:13px;font-weight:700;text-decoration:none}.feedback-shortcut>span{writing-mode:vertical-rl;white-space:nowrap}.feedback-shortcut[hidden]{display:none}.feedback-shortcut:hover{background:#f7d78e}.feedback-shortcut:focus-visible{outline-offset:-4px}@media print{.feedback-shortcut{display:none}}.memory-heading{display:flex;justify-content:space-between;align-items:center;gap:32px;margin-bottom:32px}.memory-heading h2{max-width:740px}.memory-heading p:not(.memory-kicker){margin-top:14px;color:var(--muted);max-width:650px}.memory-heading>.button{flex-shrink:0}.memory-kicker{color:var(--muted);font-size:15px;margin-bottom:12px}.memory-summary{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-block:16px;border-block:1px solid var(--line);margin-bottom:28px}.memory-summary>span:last-child{color:var(--muted);font-size:14px}.memory-stars{display:inline-flex;gap:3px;color:#8a591e}.memory-star{position:relative;width:17px;height:17px;display:block}.memory-star>svg{display:block}.memory-star>span{position:absolute;inset:0 auto 0 0;overflow:hidden}.memory-star>span>svg{display:block;max-width:none}.memory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.memory-card{min-width:0;border:1px solid var(--line);background:#fffdf7;border-radius:4px;overflow:hidden;animation:memory-arrive .35s ease-out both}.memory-card-body{padding:24px}.memory-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between}.memory-card-meta>span:first-child{display:flex;align-items:center;gap:5px;font-size:13px;max-width:100%;overflow-wrap:anywhere}.memory-quote{margin:20px 0 24px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7}.memory-author{display:flex;align-items:center;gap:12px}.memory-initial{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eee4ce;flex-shrink:0;font-family:Eczar,serif;font-size:22px}.memory-author strong{display:block;overflow-wrap:anywhere}.memory-author time{display:block;font-size:12px;color:var(--muted)}.memory-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.memory-photos button{position:relative;display:block;padding:0;border:0;background:#eee4ce;overflow:hidden}.memory-photos button:first-child{grid-column:1/-1}.memory-photos img{width:100%;height:105px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .25s ease}.memory-photos button:first-child img{height:240px}.memory-photos button:hover img{transform:scale(1.035)}.memory-photos button:focus-visible{outline-offset:-5px}.memory-photos button>span{position:absolute;right:12px;bottom:12px;background:var(--paper);color:var(--ink);border-radius:3px;padding:4px 8px;font-size:12px;display:flex;align-items:center;gap:5px}.memory-empty{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:52px;background:#f4eddc;border:1px solid var(--line);padding:32px}.memory-empty img{width:100%;height:auto;max-height:280px;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply}.memory-empty h3{font-size:clamp(28px,3vw,36px)}.memory-empty p{color:var(--muted);max-width:460px;margin:18px 0}.memories .text-button,.admin-shell .text-button{border:0;background:transparent;min-height:44px;cursor:pointer}.memory-compose{display:grid;grid-template-columns:.8fr 1.3fr;margin-bottom:40px;border:1px solid var(--line);background:#fffdf7;animation:memory-arrive .3s ease-out;scroll-margin-top:120px}.memory-compose>aside{padding:36px;background:#eee4ce}.memory-compose[hidden]{display:none}.memory-compose.memory-compose-compact{grid-template-columns:minmax(0,1fr);max-width:620px;margin-inline:auto}.memory-compose-compact .memory-form{padding:24px;gap:16px}.memory-form-intro h3{font-size:28px}.memory-form-intro p{color:var(--muted);font-size:14px;margin-top:6px}.memory-compose-compact .memory-form-fields{gap:14px}.memory-compose-compact .memory-form label{gap:5px}.memory-compose-compact .memory-form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.memory-compose-compact .memory-form input:not([type=checkbox]):not([type=radio]):not([type=file]){min-height:44px;padding:9px 10px}.memory-compose-compact .memory-form textarea{padding:9px 10px;min-height:76px}.memory-compose-compact .memory-rating>div{gap:4px}.memory-compose-compact .memory-rating>div>span{width:auto;font-size:12px}.memory-compose-compact .memory-rating legend{margin-bottom:2px}.memory-compose-compact .memory-rating label svg{width:25px;height:25px}.memory-upload>summary{display:flex;align-items:center;gap:8px;cursor:pointer;min-height:44px;font-size:13px;border-block:1px dashed var(--line);padding:8px 0;list-style:none}.memory-upload>summary::-webkit-details-marker{display:none}.memory-upload>summary>span{margin-left:auto;font-weight:400;font-size:12px;color:var(--muted)}.memory-compose-compact .memory-dropzone{padding:12px;margin-top:10px}.memory-compose-compact .memory-consent{padding-block:0}.memory-form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.memory-form-footer .button{min-height:44px;padding:10px 16px;font-size:14px}@media(max-width:700px){.memory-compose-compact .memory-form{padding:18px 16px;gap:14px}.memory-form-intro h3{font-size:26px}.memory-compose-compact .memory-rating>div>span{display:none}}.memory-compose>aside img{width:100%;height:auto;mix-blend-mode:multiply;margin-bottom:24px}.memory-compose>aside p{margin-block:20px 32px;color:var(--muted)}.memory-compose>aside>span{display:flex;gap:8px;align-items:center;font-size:14px}.memory-form{padding:36px;display:grid;gap:20px}.memory-form>p{color:var(--muted)}.memory-form label{display:grid;gap:8px;font-size:14px;font-weight:600}.memory-form input:not([type=checkbox]):not([type=radio]):not([type=file]),.memory-form textarea{width:100%;min-width:0;min-height:48px;padding:11px 13px;border:1px solid #a89b83;border-radius:3px;background:#fffdf7;color:var(--ink);font:inherit;font-weight:400}.memory-form textarea{resize:vertical;line-height:1.6}.memory-form textarea:focus-visible{outline:3px solid #c25920;outline-offset:3px}.memory-form [aria-invalid=true]{border-color:#a33120!important}.memory-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.memory-form fieldset{border:0;margin:0;padding:0;min-width:0}.memory-form-fields{display:grid;gap:22px}.memory-rating legend{font-size:14px;font-weight:600;margin-bottom:8px}.memory-rating>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.memory-rating label{position:relative;display:grid;place-items:center;width:44px;height:44px;cursor:pointer;color:#8a591e}.memory-rating input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;cursor:pointer}.memory-rating label:has(:focus-visible){outline:3px solid #c25920;outline-offset:2px;border-radius:3px}.memory-rating label svg{transition:transform .16s ease}.memory-rating label:has(:checked) svg{transform:scale(1.12)}.memory-rating>div>span{color:var(--muted);font-size:13px}.memory-hint{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-weight:400;font-size:12px}.memory-upload-heading{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.memory-upload-heading>span{font-size:12px;color:var(--muted)}.memory-form .memory-dropzone{position:relative;display:flex;align-items:center;gap:16px;padding:22px 18px;border:1px dashed #a89b83;border-radius:3px;background:#f9f4e8;cursor:pointer;font-weight:400}.memory-dropzone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.memory-dropzone:focus-within{outline:3px solid #c25920;outline-offset:3px}.memory-dropzone small{display:block;font-size:12px;color:var(--muted);margin-top:3px}.memory-previews{display:flex;flex-wrap:wrap;gap:12px}.memory-previews>div{position:relative;margin-top:14px}.memory-previews img{width:90px;height:85px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--line);border-radius:3px}.memory-previews button{position:absolute;top:-8px;right:-8px;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);background:var(--paper);border-radius:50%}.memory-form .memory-consent{display:flex;gap:12px;align-items:flex-start;font-weight:400;font-size:12px;color:var(--muted);cursor:pointer}.memory-consent input{width:20px;height:20px;margin:0;flex-shrink:0;accent-color:#66563e}.memory-consent{padding-block:10px}.memory-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.memory-submit{justify-self:start}.memory-error{background:#fff0e9;color:#852b1c;border:1px solid #c47b67;padding:16px;border-radius:3px}.memory-error a{display:block;text-decoration:underline;font-size:14px;margin-top:6px}.memory-field-error{display:block;color:#852b1c;font-size:12px;font-weight:500;margin-top:4px}.memory-success{display:grid;align-content:center;gap:24px;padding:48px}.memory-success-mark{background:#e3e8cc;color:#435029;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;animation:memory-arrive .3s ease}.memory-status{padding:36px 0;text-align:center;color:var(--muted)}.memory-more{display:flex;margin:32px auto 0}.memory-lightbox{position:fixed;padding:16px;border:1px solid var(--line);border-radius:4px;max-width:min(1000px,94vw);max-height:92dvh;background:var(--paper);color:var(--ink);overflow:auto}.memory-lightbox::backdrop{background:#201b13cc}.memory-lightbox[open]{animation:memory-arrive .2s ease-out}.memory-lightbox img{display:block;max-width:100%;max-height:75dvh;-o-object-fit:contain;object-fit:contain;margin-inline:auto}.memory-lightbox p{padding-top:12px;padding-right:44px;font-size:14px}.memory-close{position:sticky;top:0;display:grid;place-items:center;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--paper);z-index:1;margin-bottom:8px}.admin-main{padding-block:64px}.admin-main h1{font-size:clamp(32px,4vw,48px)}.admin-login{max-width:500px;margin:30px auto;padding:36px;border:1px solid var(--line);background:#fffdf7}.admin-login h1{margin-block:20px 12px}.admin-login>p{color:var(--muted);margin-bottom:24px}.admin-login .memory-form{padding:0}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;flex-wrap:wrap}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap}.admin-tabs button{min-height:48px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:3px;background:transparent;padding:10px 16px}.admin-tabs button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.admin-tabs button span{font-size:12px}.admin-notice{display:flex;gap:8px;padding:16px;margin-bottom:24px;background:#e3e8cc;color:#354021}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-decisions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px solid var(--line);padding-top:20px;margin-top:24px}.admin-decisions .button{padding:10px 16px;min-height:44px}.admin-secondary,.admin-delete{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:1px solid var(--line);padding:10px 14px;min-height:44px;border-radius:3px}.admin-delete{margin-left:auto;color:#852b1c}.admin-empty{text-align:center;padding:80px 20px;background:#f4eddc}.admin-empty h2{margin-block:20px 12px;font-size:32px}.admin-pagination{display:flex;justify-content:center;gap:24px;align-items:center;margin-top:32px}@keyframes memory-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1000px){.memory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.memory-compose{grid-template-columns:.65fr 1fr}.memory-compose>aside{padding:24px}.memory-form{padding:24px}.memory-form-row{grid-template-columns:1fr}}@media(max-width:700px){.memory-heading{flex-direction:column;align-items:flex-start;gap:22px}.memory-grid{grid-template-columns:1fr}.memory-empty{grid-template-columns:1fr;gap:24px;padding:24px}.memory-empty img{max-height:190px}.memory-compose{grid-template-columns:1fr}.memory-compose>aside{display:none}.memory-form{padding:24px 18px}.memory-success{padding:32px 20px}.memory-rating>div{gap:8px}.memory-rating>div>span{width:100%}.admin-main{padding-block:32px}.admin-login{padding:24px}.admin-shell .header-inner{flex-wrap:wrap;gap:12px;padding-block:16px}.admin-tabs button{padding:10px 12px;font-size:13px}}@media(prefers-reduced-motion:reduce){.memories *,.admin-shell *,.memory-lightbox{animation:none!important;transition:none!important;scroll-behavior:auto!important}.memory-photos button:hover img{transform:none}}.journal-toolbar{display:flex;align-items:center;gap:32px;margin:38px 0 48px;padding-block:20px;border-block:1px solid var(--line)}.journal-ticket{position:relative;display:flex;align-items:center;gap:22px;padding:12px 22px;background:#eee4ce;border:1px solid #c8b99c}.journal-ticket>div:first-child{display:grid;padding-right:22px;border-right:1px dashed #a89b83}.journal-ticket strong{font:700 36px/1 Eczar,serif}.journal-ticket>div:last-child{display:grid;gap:6px}.journal-ticket span:not(.memory-stars){font-size:12px;color:var(--muted)}.journal-toolbar>p{font:500 20px/1.45 Eczar,serif}.journal-toolbar>p>span{color:var(--muted)}.journal-issue{margin-left:auto;font-size:12px;color:var(--muted);writing-mode:vertical-rl;max-height:100px}.travel-journal{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:48px 52px;position:relative}.journal-page{position:relative;grid-column:span 5;min-width:0;padding:24px 24px 0;background:#f0e9d8;border:1px solid #d7c9ae;animation:memory-arrive .4s ease-out both}.journal-page:nth-child(4n+1),.journal-page:nth-child(4n+4){grid-column:span 7}.journal-page:nth-child(4n+2){margin-top:70px;background:#eeeacf}.journal-page:nth-child(4n+3){background:#f1e1d0}.journal-page:before{content:"";position:absolute;width:84px;height:25px;top:-13px;left:36px;z-index:2;transform:rotate(-5deg);background:repeating-linear-gradient(90deg,#c9b99199,#c9b99199 3px,#d8caa699 3px,#d8caa699 6px);clip-path:polygon(2% 0,99% 3%,97% 25%,100% 38%,97% 67%,99% 100%,0 95%,3% 73%,0 46%)}.journal-page:nth-child(2n):before{left:auto;right:30px;transform:rotate(8deg)}.journal-page-top{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted);padding-bottom:20px}.journal-page-top>span{display:flex;align-items:center;gap:5px;overflow-wrap:anywhere}.journal-page-top time{white-space:nowrap}.journal-photo-stack{position:relative;padding:0 5px 14px}.journal-print{display:block;position:relative;width:100%;border:0;padding:9px 9px 0;background:#fffdf7;color:var(--ink);box-shadow:1px 4px 9px #53442524;transform:rotate(-2deg);transition:transform .25s ease,box-shadow .25s ease}.journal-page:nth-child(2n) .journal-print-0{transform:rotate(2deg)}.journal-print img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;background:#e8dec9}.journal-print>span{display:flex;align-items:center;justify-content:space-between;padding:12px 5px;gap:10px;font:500 18px/1.2 Eczar,serif;text-align:left;overflow-wrap:anywhere}.journal-print:hover,.journal-print:focus-visible{z-index:4;transform:rotate(0) translateY(-4px)!important;box-shadow:2px 8px 18px #53442530}.journal-photo-count-2,.journal-photo-count-3{padding-bottom:65px;padding-right:38px}.journal-print-1,.journal-print-2{position:absolute;width:37%;bottom:0;right:-5px;transform:rotate(8deg);padding:6px 6px 0}.journal-print-1>span,.journal-print-2>span{font-size:12px;padding:8px 2px}.journal-print-2{right:31%;bottom:-5px;transform:rotate(-7deg)}.journal-rating-seal{position:absolute;top:-15px;right:-13px;display:grid;justify-items:center;align-content:center;width:76px;height:76px;border:3px double #8e6a2a;border-radius:50%;background:#f0c666;color:#674a19;transform:rotate(12deg);pointer-events:none;box-shadow:0 2px 3px #53442516}.journal-rating-seal strong{font:600 25px/1.1 Eczar,serif}.journal-rating-seal small{font-size:13px;font-weight:400}.journal-story{padding:24px 3px 0}.journal-byline{display:flex;align-items:center;gap:12px}.journal-avatar{flex-shrink:0;width:40px;height:40px;display:grid;place-items:center;background:#d9ccb2;border-radius:50%;font:500 24px Eczar,serif}.journal-byline h3{font-size:23px;overflow-wrap:anywhere}.journal-byline div>span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.journal-story>p{font-size:16px;line-height:1.85;white-space:pre-wrap;overflow-wrap:anywhere;margin:22px 0;max-width:65ch}.journal-story>.text-button{margin-bottom:12px;font-size:13px}.journal-signoff{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px dashed #b9a889;padding-block:16px;font-size:11px;color:var(--muted)}.journal-signoff>span:last-child{font-size:13px;font-weight:700;letter-spacing:.06em;border:1px solid #aa9773;padding:1px 6px;border-radius:2px;transform:rotate(-5deg)}.journal-note{padding-top:24px;background-color:#f5edda;background-image:repeating-linear-gradient(transparent 0px,transparent 31px,#cdbfa638 31px,#cdbfa638 32px)}.journal-note-title{position:relative;padding:16px 0 26px;border-bottom:1px solid #cdbfa6}.journal-note-title>span[aria-hidden=true]{position:absolute;right:8px;top:-24px;font:100px/1 Eczar,serif;color:#c7b28c}.journal-note-title h3{font-size:clamp(28px,3vw,42px);line-height:1.22;max-width:90%;margin-bottom:22px;overflow-wrap:anywhere}.journal-note .journal-story>p{font-family:Eczar,serif;font-size:21px;line-height:1.55}.journal-empty{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:72px;position:relative;padding:52px 38px 40px;margin-top:12px;background:#f1ead8;background-image:radial-gradient(#bca98740 .7px,transparent .7px);background-size:9px 9px;border-block:1px solid var(--line)}.journal-empty-art{position:relative;padding:0 10px 32px}.journal-empty-print{position:relative;padding:12px 12px 0;background:#fffdf7;box-shadow:4px 7px 15px #53442524;transform:rotate(-5deg)}.journal-empty-print:before{content:"";position:absolute;width:84px;height:26px;top:-12px;left:38%;background:#cbb788a8;transform:rotate(8deg);z-index:1}.journal-empty-print img{width:100%;height:auto;display:block}.journal-empty-print>span{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 7px;font:500 16px/1.3 Eczar,serif}.journal-empty-stamp{position:absolute;bottom:-7px;right:-24px;width:122px;height:122px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px double #8b5c35;border-radius:50%;color:#825332;background:#eee3c9;transform:rotate(11deg);font:400 17px/1.3 Eczar,serif}.journal-empty-stamp>span{font:10px DM Sans,sans-serif;margin-top:8px;border-top:1px solid #9a7652;padding-top:5px}.journal-empty-copy{padding-block:24px}.journal-empty-copy h3{font-size:clamp(30px,3.3vw,44px);line-height:1.16}.journal-empty-copy>p:not(.memory-kicker){margin:22px 0 28px;color:var(--muted);max-width:430px}.journal-empty-footnote{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted);margin-top:24px}.journal-empty-footnote>span{color:#a66039;font-size:24px}@media(max-width:1000px){.travel-journal{gap:36px 26px}.journal-page{padding:20px 16px 0}.journal-page:nth-child(n){grid-column:span 6}.journal-empty{gap:44px;padding:36px 24px}.journal-print>span{font-size:15px}.journal-print-1>span,.journal-print-2>span{font-size:11px}.journal-rating-seal{width:64px;height:64px;right:-6px}}@media(max-width:700px){.journal-toolbar{align-items:flex-start;flex-wrap:wrap;gap:20px;margin:28px 0 38px}.journal-toolbar>p{font-size:18px}.journal-issue{display:none}.travel-journal{grid-template-columns:1fr;gap:36px}.journal-page:nth-child(n){grid-column:auto;margin-top:0;padding:20px 16px 0}.journal-page-top{font-size:11px}.journal-story{padding-top:20px}.journal-note .journal-story>p{font-size:20px}.journal-photo-count-2,.journal-photo-count-3{padding-right:12px;padding-bottom:50px}.journal-empty{grid-template-columns:1fr;gap:16px;padding:32px 22px 20px}.journal-empty-art{max-width:440px;margin:auto;padding:0 6px 30px}.journal-empty-stamp{width:96px;height:96px;font-size:14px;right:-10px;bottom:0}.journal-empty-stamp>span{font-size:9px}.journal-empty-print>span{font-size:13px;padding:12px 3px}.journal-empty-copy h3{font-size:32px}.journal-ticket{padding:10px 16px;gap:18px}}@media(prefers-reduced-motion:reduce){.journal-print:hover,.journal-print:focus-visible{transform:none!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.block{display:block}.hidden{display:none}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{font-family:DM Sans,Mukta,sans-serif;color:#3d3427;background:#fff9ee;font-synthesis:none;--ink: #3d3427;--muted: #685c4b;--blue: #6d5434;--yellow: #f0c666;--line: #cdbfa6;--paper: #fff9ee}*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.6}html{scroll-behavior:smooth;scroll-padding-top:100px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Eczar,Mukta,serif;font-weight:700;line-height:1.08;letter-spacing:-.04em}h2{font-size:clamp(32px,4vw,52px)}h3{font-size:27px}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}svg{flex-shrink:0}button,a,summary,input,select{transition:background .18s,color .18s}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #c25920;outline-offset:4px}[lang=mr]{font-family:Mukta,sans-serif;letter-spacing:0}.container{width:min(1280px,calc(100% - 80px));margin-inline:auto}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--yellow);padding:12px}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement{display:none}header{background:var(--paper);position:relative;z-index:30}.header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;font-family:DM Sans,sans-serif;font-size:17px;font-weight:800;line-height:1.03;letter-spacing:-.04em}.brand-plate{position:relative;background:var(--yellow);border:2px solid var(--ink);border-radius:9px;width:68px;height:45px;display:flex;align-items:center;justify-content:center;font-size:24px;transform:rotate(-6deg);box-shadow:2px 3px 0 var(--ink)}.brand-plate i{position:absolute;bottom:4px;width:36px;border-top:1px solid var(--ink)}.brand-sub{display:block;margin-top:6px;font-size:12px;font-weight:500;letter-spacing:0}.nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600}.nav a{padding:10px 0}.nav a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:48px;padding:13px 22px;border:0;border-radius:4px;background:var(--yellow);color:var(--ink);font-size:14px;font-weight:700}.button:hover{background:#dbb75f}.header-book{background:var(--ink);color:#fff}.header-book:hover{background:var(--blue)}.menu-toggle{display:none;border:0;background:transparent;padding:10px}.dispatch-layout.container{width:100%;max-width:none;background:#f7e9cd;padding:0 0 42px;position:relative}.hero-shell{width:min(1360px,100%);margin:auto;padding:58px 40px 0}.hero{position:relative;display:grid;grid-template-columns:1.02fr 1fr;gap:50px;align-items:center}.hero-copy{position:relative;z-index:2;padding-bottom:30px}.local-line{font-size:14px;font-weight:500;display:flex;align-items:center;gap:9px}.hero .local-line{color:#685c4b;margin-bottom:26px}.local-dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:var(--yellow)}.hero h1{color:var(--ink);font-size:clamp(48px,5vw,72px);line-height:.99;letter-spacing:-.04em;max-width:9.5em}.hero-marathi{font-size:27px;color:var(--yellow);margin-top:16px}.dispatch-description{color:#e5d8be;max-width:40ch;font-size:15px;line-height:1.75;margin-top:17px}.hero-button{margin-top:27px}.hero-art{position:relative;background:#f6efdf;padding:12px;transform:none;border-radius:4px;box-shadow:5px 6px #c4b294;border:1px solid #bbaa8e;margin:0 7px 20px 0;min-width:0}.postcard-caption{display:flex;justify-content:space-between;align-items:center;padding:4px 8px 14px;gap:15px}.postcard-caption [lang]{font-size:26px;font-weight:700}.postcard-caption>span:last-child{font-size:11px;max-width:18ch;line-height:1.4;text-align:right}.pune-scene{width:100%;height:auto;aspect-ratio:2;-o-object-fit:contain;object-fit:contain;display:block;border-radius:0}.postcard-bottom{display:flex;gap:6px;align-items:center;padding:16px 4px 3px;font-size:11px;font-weight:600}.postcard-bottom>span:last-child{margin-left:auto;font-weight:400}.hero-footnote{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #bba989;color:#685c4b;font-size:12px;padding:22px 0 25px;margin-top:20px}.hero-footnote a{display:flex;gap:9px;align-items:center}.booking-wrap{position:relative;width:min(1280px,calc(100% - 80px));margin:0 auto;scroll-margin-top:24px}.booking{padding:28px 32px;background:var(--paper);border-radius:16px;position:relative}.booking:before,.booking:after{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:var(--blue);top:90px;left:-12px}.booking:after{left:auto;right:-12px}.booking-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.booking-heading h2{font-size:31px;display:flex;align-items:center;gap:20px;letter-spacing:-.04em}.booking-heading h2 span{font-size:21px;color:var(--muted);font-weight:400}.booking-heading>span{font-size:12px;color:var(--muted)}.trip-types{display:flex;gap:8px;padding:17px 0 22px;border-top:1px dashed #bbaa8e}.trip-types button{background:transparent;border:1px solid #c5b496;border-radius:4px;padding:8px 17px;font-size:13px;font-weight:600}.trip-types button.selected{background:var(--ink);border-color:var(--ink);color:#fff}.trip-types button:hover{background:#f7e9cd;color:var(--ink)}.booking form{display:grid;grid-template-columns:1fr 280px;-moz-column-gap:28px;column-gap:28px;align-items:start}.booking-fields{display:grid;grid-template-columns:1fr 32px 1fr 1fr;gap:12px;grid-column:1;grid-row:1}.booking label{display:block;min-width:0;font-size:12px;font-weight:600}.booking label span{font-weight:400;color:var(--muted)}.booking input:not([type=hidden]),.booking select{display:block;width:100%;min-width:0;border:1px solid #c5b496;border-radius:8px;background:#fff;padding:12px 10px;height:48px;margin-top:7px;font-size:14px}.booking select:disabled{background:#e8decc}.swap{align-self:end;display:grid;place-items:center;border:0;background:transparent;padding:0;height:48px}.quote{grid-column:2;grid-row:1;background:var(--blue);color:#fff;align-self:end;font-size:13px;padding-inline:12px;border-radius:8px}.quote:hover{background:#574127}.journey-summary{grid-column:1;display:flex;gap:14px;font-size:12px;margin-top:15px;align-items:center}.journey-summary span{color:var(--muted)}.booking-foot{grid-column:2;grid-row:2 / span 3;font-size:10px;color:var(--muted);margin-top:12px;line-height:1.6}.booking-foot span{display:block}.booking-foot span:first-child{display:flex;align-items:center;gap:5px;margin-bottom:4px}.booking-foot b{font-weight:600}.booking-extras,.custom-place{grid-column:1;margin-top:15px;max-width:350px}.error{grid-column:1/-1;color:#a1241a;font-size:13px;margin-top:12px}.service-strip{display:grid;grid-template-columns:repeat(3,1fr);padding-block:28px;gap:40px;border-bottom:1px solid var(--line)}.service-strip>a{display:flex;align-items:center;gap:14px}.service-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#e5d8be;color:var(--blue)}.service-strip strong{font-size:14px;display:block}.service-strip small{display:block;color:var(--muted);font-size:12px}.service-strip>a>svg{margin-left:auto;color:var(--blue)}.section{padding-block:86px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:40px}.section-heading h2{max-width:13ch}.heading-aside{font-size:14px;color:var(--muted);max-width:36ch}.heading-aside .text-button{margin-top:12px}.text-button{display:inline-flex;gap:10px;align-items:center;font-size:14px;font-weight:600;color:var(--blue)}.text-button:hover{text-decoration:underline;text-underline-offset:4px}.route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.route-card{min-width:0}.destination{position:relative;aspect-ratio:1.12;overflow:hidden;border-radius:100px 100px 8px 8px;background:#e4d7bd}.route-card:nth-child(2n) .destination{border-radius:8px 8px 100px}.destination-label{position:absolute;bottom:15px;left:15px;background:var(--paper);padding:2px 12px;border-radius:30px;z-index:1;font-size:17px;font-weight:500}.destination-asset{width:100%;height:100%;background-image:-webkit-image-set(url(/images/maharashtra-vector-scenes-320.webp) 1x,url(/images/maharashtra-vector-scenes-640.webp) 2x,url(/images/maharashtra-vector-scenes-960.webp) 3x);background-image:image-set(url(/images/maharashtra-vector-scenes-320.webp) 1x,url(/images/maharashtra-vector-scenes-640.webp) 2x,url(/images/maharashtra-vector-scenes-960.webp) 3x);background-size:202% 202%;background-repeat:no-repeat}.scene-0{background-position:0 0}.scene-1{background-position:100% 0}.scene-2{background-position:0 100%}.scene-3{background-position:100% 100%}.route-content{padding:20px 3px 0}.route-tag{display:block;font-size:11px;color:var(--muted);margin-bottom:7px}.route-content h3{font-size:29px;letter-spacing:-.045em}.route-content p{font-size:13px;color:var(--muted);line-height:1.6;margin-top:10px;min-height:42px}.route-link{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #cdbfa6;font-size:12px;font-weight:600;color:var(--blue);padding-block:16px 10px}.route-link:hover{border-color:var(--blue)}.routes-note{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--muted);margin-top:30px}.routes-note a{text-decoration:underline;color:var(--blue);text-underline-offset:3px}.more-routes{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 30px;margin-top:16px}.more-routes a{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;padding:10px 0}.more-routes a [lang]{margin-left:auto;color:var(--muted)}#fleet{border-top:1px solid var(--line)}.fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.fleet-card{padding:22px 24px;background:#f5ebd6;border-radius:12px;position:relative;min-width:0}.fleet-top{font-size:11px;letter-spacing:.08em;color:var(--muted)}.car-asset{height:220px;display:flex;align-items:center;justify-content:center;mix-blend-mode:multiply}.car-asset img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.fleet-card h3{font-size:29px}.fleet-card>p{font-size:12px;color:var(--muted);margin-top:8px}.fleet-details{font-size:12px;display:flex;flex-direction:column;gap:7px;margin-top:16px}.fleet-details>span:first-child{display:flex;align-items:center;gap:7px}.fleet-details>span:last-child{color:var(--muted)}.fleet-card>a{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #c5b496;margin-top:22px;padding-top:15px;font-size:13px;color:var(--blue);font-weight:600}.fleet-note{font-size:11px;color:var(--muted);margin-top:20px;max-width:95ch}#services{padding-top:0}.service-guides article{border-top-color:#c5b496!important}.service-guides h3{font-family:DM Sans,sans-serif;letter-spacing:-.03em;font-size:21px!important;line-height:1.3}.service-guides p{font-size:13px;line-height:1.8}.about{background:#e2d3b6;padding:76px 0 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about h2{font-size:clamp(38px,4vw,57px);max-width:13ch}.fare-checklist{font-size:13px;max-width:44ch;margin-top:28px}.fare-checklist strong{display:block;margin-bottom:5px}.about-intro{font-size:14px;max-width:45ch;margin-top:18px}.about .text-button{color:var(--ink);margin-top:23px}.principle{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid #3d342730}.principle:first-child{padding-top:0}.principle>span{display:flex;align-items:center;justify-content:center;min-width:33px;height:33px;border:1px solid #3d342750;border-radius:50%;font-size:11px}.principle h3{font-size:24px;letter-spacing:-.025em}.principle p{font-size:13px;margin-top:9px;max-width:39ch}.principle>svg{margin-left:auto;width:18px}.about-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:60px;padding-block:20px;border-top:1px solid #3d342730}.about-bottom [lang]{font-size:23px}.about-bottom>span:last-child{font-size:10px;letter-spacing:.08em}.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:100px}.faq h2{max-width:11ch}.faq>div>p{font-size:14px;margin-top:24px;color:var(--muted)}.faq .text-button{margin-top:18px}.faq-list details{border-bottom:1px solid var(--line);padding:18px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{display:flex;justify-content:space-between;gap:20px;align-items:center;cursor:pointer;list-style:none;font-size:15px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list details[open] summary svg{transform:rotate(45deg)}.faq-list details p{margin-top:16px;max-width:65ch;font-size:14px;color:var(--muted);line-height:1.8}footer{background:var(--ink);color:#e5d8be;padding:42px 0 22px}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:40px}.brand-light .brand-plate{color:var(--ink);border-color:var(--yellow);box-shadow:none}.footer-main>p{font-size:13px;color:#c5b496}.footer-main>a:last-child{font-size:13px}.footer-bottom{border-top:1px solid #bba989;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#c5b496}.yellow{color:var(--yellow)}.mobile-cta{display:none}@media(min-width:1500px){.hero-shell{padding-top:72px}.hero{gap:80px}}@media(max-width:1100px){.container{width:calc(100% - 48px)}.header-inner{gap:20px}.nav{gap:16px;font-size:12px}.header-book{padding-inline:16px}.hero-shell{padding:40px 24px 0}.hero{gap:30px}.hero h1{font-size:62px}.booking-wrap{width:calc(100% - 48px)}.booking{padding:24px}.booking form{grid-template-columns:1fr 240px;gap:0 20px}.booking-fields{grid-template-columns:1fr 28px 1fr;gap:9px}.booking-fields>label:last-child{grid-column:1/-1}.quote{align-self:start;margin-top:26px}.booking-foot{grid-row:1;align-self:end;padding-bottom:8px}.journey-summary{grid-column:1/-1}.section{padding-block:65px}.route-grid{gap:18px}.route-content h3{font-size:25px}.about-grid,.faq{gap:55px}.car-asset{height:180px}.service-strip{gap:22px}.service-strip small{font-size:11px}}@media(max-width:800px){.header-inner{min-height:84px}.brand{font-size:15px}.brand-plate{width:57px;height:38px;font-size:21px}.brand-sub{font-size:10px}.menu-toggle{display:block}.header-book{margin-left:auto}.nav{display:none;position:absolute;left:0;right:0;top:100%;padding:18px 24px;background:var(--paper);border-bottom:1px solid var(--line)}.nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav a{padding:12px;font-size:15px}.hero{gap:25px}.hero h1{font-size:48px}.hero .local-line{margin-bottom:20px;font-size:12px}.hero-marathi{font-size:24px}.dispatch-description{font-size:13px}.hero-art{padding:8px;box-shadow:7px 9px #c4b294}.pune-scene{aspect-ratio:1.05;border-radius:80px 80px 2px 2px}.postcard-caption{padding:3px 3px 10px}.postcard-caption [lang]{font-size:22px}.postcard-caption>span:last-child{display:none}.postcard-bottom{font-size:10px;padding-top:10px}.postcard-bottom>span:last-child{display:none}.booking-heading>span{display:none}.booking form{grid-template-columns:1fr}.booking-fields{grid-template-columns:1fr 30px 1fr 1fr}.booking-fields>label:last-child{grid-column:auto}.quote{grid-column:1;grid-row:auto;justify-self:start;margin-top:18px;padding-inline:25px}.booking-foot{grid-column:1;grid-row:auto;margin-top:12px;padding:0}.booking-heading h2{font-size:29px}.service-strip{gap:16px}.service-strip>a{gap:8px}.service-strip>a>svg{display:none}.service-strip small{display:none}.service-strip strong{font-size:12px}.service-icon{width:36px;height:36px}.service-icon svg{width:19px}.route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}.route-content h3{font-size:30px}.route-content p{min-height:0}.fleet-grid{gap:14px}.fleet-card{padding:18px 15px}.car-asset{height:140px}.fleet-card h3{font-size:24px}.fleet-details{font-size:11px}.section-heading{gap:30px}.heading-aside{font-size:12px}.about-grid,.faq{gap:35px}.footer-main{gap:20px}}@media(max-width:600px){html{scroll-padding-top:20px}.container{width:calc(100% - 36px)}.header-inner{min-height:78px;gap:10px}.header-book{font-size:12px;min-height:40px;padding:9px 14px}.header-book svg{display:none}.menu-toggle{padding:8px}.brand{gap:9px;font-size:13px}.brand-plate{width:49px;height:34px;font-size:19px}.brand-sub{display:none}.hero-shell{padding:30px 22px 0}.hero{display:flex;flex-direction:column;gap:25px;align-items:stretch}.hero-copy{padding-bottom:0}.hero .local-line{margin-bottom:20px}.hero h1{font-size:clamp(48px,11.8vw,70px);max-width:10ch}.hero-marathi{position:absolute;right:4px;top:5px;font-size:20px;margin:0}.dispatch-description{font-size:14px;max-width:39ch;margin-top:21px}.hero-button{margin-top:20px;min-height:45px;font-size:13px}.hero-art{width:94%;align-self:center;margin:0 0 8px;transform:rotate(2deg);padding:9px}.pune-scene{aspect-ratio:1.95;border-radius:60px 60px 2px 2px}.postcard-caption{padding:0 4px 5px}.postcard-caption [lang]{font-size:20px}.postcard-caption>span:last-child{display:block;font-size:9px;max-width:none}.postcard-bottom{font-size:9px;padding:8px 3px 1px}.postcard-bottom>span:last-child{display:block}.hero-footnote{margin-top:21px;padding-block:14px 20px;font-size:10px}.hero-footnote>a{display:none}.dispatch-layout.container{padding-bottom:22px}.booking-wrap{width:calc(100% - 28px)}.booking{padding:23px 20px;border-radius:12px}.booking:before,.booking:after{top:80px;width:18px;height:18px;left:-9px}.booking:after{left:auto;right:-9px}.booking-heading{margin-bottom:18px}.booking-heading h2{font-size:29px;gap:6px 14px;flex-wrap:wrap}.booking-heading h2 span{font-size:18px;white-space:nowrap}.trip-types{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:18px 0}.trip-types button{font-size:12px;padding:8px 10px}.booking-fields{grid-template-columns:1fr 26px 1fr;gap:8px}.booking-fields>label:last-child{grid-column:1/-1;margin-top:8px}.booking label{font-size:11px}.booking input:not([type=hidden]),.booking select{font-size:16px;padding-inline:8px}.quote{width:100%;font-size:13px;margin-top:18px}.booking-foot{font-size:11px}.booking-foot span:first-child{margin-bottom:5px}.journey-summary{font-size:11px;justify-content:space-between}.service-strip{padding-block:21px;gap:8px}.service-strip>a{flex-direction:column;align-items:flex-start;gap:7px}.service-strip strong{font-size:11px}.service-icon{width:32px;height:32px}.section{padding-block:49px}.section-heading{display:block;margin-bottom:27px}.section-heading h2{max-width:13ch;font-size:38px}.heading-aside{margin-top:17px;font-size:13px}.heading-aside br{display:none}.heading-aside .text-button{margin-top:8px}.route-grid{gap:29px 16px}.destination{aspect-ratio:.95;border-radius:75px 75px 5px 5px}.route-card:nth-child(2n) .destination{border-radius:5px 5px 65px}.destination-label{font-size:14px;bottom:10px;left:10px;padding:1px 9px}.route-content{padding-top:13px}.route-tag{font-size:10px;margin-bottom:5px}.route-content h3{font-size:clamp(19px,5.8vw,28px)}.route-content p{font-size:12px;min-height:58px;margin-top:8px}.route-link{font-size:11px;padding-top:12px}.route-link svg{width:16px}.routes-note{flex-wrap:wrap;font-size:12px;gap:5px;margin-top:26px}.more-routes{grid-template-columns:1fr}.more-routes a{font-size:12px}.fleet-grid{grid-template-columns:1fr;gap:13px}.fleet-card{display:grid;grid-template-columns:110px 1fr;gap:5px 16px;padding:18px}.fleet-top{display:none}.car-asset{grid-column:1;grid-row:1/4;height:120px}.fleet-card h3{font-size:26px}.fleet-card>p{margin-top:0;font-size:11px}.fleet-details{margin-top:6px;font-size:11px}.fleet-card>a{grid-column:1/-1;margin-top:10px;padding-top:12px;font-size:12px}.fleet-note{font-size:10px}.about{padding-top:45px}.about-grid{grid-template-columns:1fr;gap:35px}.about h2{font-size:42px}.fare-checklist{margin-top:22px}.principle h3{font-size:24px}.principle p{font-size:13px}.about-bottom{margin-top:32px;display:block;padding-block:18px}.about-bottom [lang]{font-size:21px}.about-bottom>span:last-child{display:block;font-size:9px;margin-top:7px}.faq{grid-template-columns:1fr;gap:29px}.faq h2{font-size:38px}.faq>div>p{margin-top:16px}.faq-list summary{font-size:14px}.faq-list details p{font-size:13px}.footer-main{display:grid;grid-template-columns:1fr auto;gap:25px;padding-bottom:25px}.footer-main>p{grid-column:1/-1;grid-row:2;font-size:12px}.footer-main>a:last-child{font-size:11px}.footer-bottom{flex-wrap:wrap;font-size:10px;gap:15px}.footer-bottom>[lang]{display:none}footer{padding:32px 0 105px}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;background:var(--paper);border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:10px}.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:9px;border-radius:4px;min-height:45px;font-size:13px;font-weight:600}.mobile-cta a:first-child{flex:1;background:#e7dcc7;color:var(--blue)}.mobile-cta a:last-child{flex:1.7;background:var(--blue);color:#fff}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.postcard-caption>span:first-child{white-space:nowrap}.trip-types button.selected:hover{background:var(--ink);color:#fff}@media(max-width:360px){.postcard-bottom>span:last-child{display:none}}h1,h2,h3{font-family:Eczar,Mukta,serif;letter-spacing:-.025em;font-weight:500;line-height:1.2}.hero h1{font-weight:500;line-height:1.12;letter-spacing:-.04em}.hero-marathi{color:#765a2c}.dispatch-description{color:var(--muted);font-size:16px}.local-dot{display:none}.hero .local-line{color:#685c4b;font-size:13px}.hero-art{transform:none;border-radius:2px;box-shadow:4px 5px #cebea1}.pune-scene{aspect-ratio:2;-o-object-fit:contain;object-fit:contain;border-radius:0}.postcard-caption [lang]{font-family:Eczar,Mukta,serif;font-weight:500}.postcard-caption{border-bottom:1px solid var(--line);margin-bottom:10px}.postcard-bottom{font-weight:400}.hero-footnote{color:var(--muted)}.button,.trip-types button,.quote,.mobile-cta a{border-radius:3px}.hero-button{background:#725635;color:#fff8e8}.hero-button:hover{background:#574127}.booking{border:1px solid #bdaa89;border-radius:3px;box-shadow:none}.booking:before,.booking:after{display:none}.booking input:not([type=hidden]),.booking select{background:#fbf6eb;border-radius:3px;font-size:16px}.booking-heading h2{font-size:29px}.booking label{font-size:13px}.trip-types button{min-height:44px}.booking-foot{font-size:12px}.destination,.route-card:nth-child(2n) .destination{border-radius:2px;border:5px solid #f7f0e1;outline:1px solid var(--line)}.destination-label{border-radius:2px}.fleet-card{border-radius:2px;border:1px solid var(--line);background:#eee3ce}.fleet-card>p,.fleet-details{font-size:14px}.fleet-note{font-size:12px}.service-guides h3{font-family:Eczar,Mukta,serif;font-weight:500}.service-guides p,.principle p,.faq-list details p{font-size:15px}.service-strip small{font-size:13px}.section-heading{align-items:start}@media(max-width:800px){.hero-art{transform:none;box-shadow:3px 4px #cebea1}.pune-scene{aspect-ratio:2;border-radius:0}.dispatch-description{font-size:15px}}@media(max-width:600px){.hero h1{font-size:44px;line-height:1.12}.hero-copy{padding-bottom:20px}.hero-art{margin:0}.pune-scene{aspect-ratio:2;border-radius:0}.postcard-caption [lang]{font-size:22px}.booking-heading h2{font-size:26px}.booking-foot,.fleet-note{font-size:12px}.heading-aside,.route-content p,.principle p,.faq-list details p{font-size:14px}.fleet-card>p,.fleet-details{font-size:13px}.service-strip strong{font-size:14px}.faq-list summary{font-size:16px}.about h2,.faq h2{font-size:34px}.mobile-cta a{border-radius:3px}.hero h1{max-width:none;font-size:39px}.hero-marathi{position:static;margin-top:14px;font-size:22px}.hero .local-line{margin-bottom:15px}.hero-art{width:100%}}:root{--font-display:"Eczar",Mukta,serif;--font-body:"DM Sans",Mukta,sans-serif}body,button,input,select,.brand{font-family:var(--font-body)}h1,h2,h3,.service-guides h3,.postcard-caption [lang]{font-family:var(--font-display);font-weight:500;letter-spacing:-.025em}.section-heading h2,.about h2,.faq h2{font-size:clamp(32px,3.5vw,46px);line-height:1.22;max-width:19ch}.route-content h3,.fleet-card h3,.principle h3{font-size:28px;line-height:1.25}.heading-aside,.route-content p,.service-guides p,.principle p,.faq-list details p,.about-intro{font-size:16px;line-height:1.75}.booking-heading h2{font-family:var(--font-display);font-size:30px;letter-spacing:-.025em}.booking label,.booking-foot,.fleet-note,.footer-bottom{font-size:13px}.fleet-card>p,.fleet-details,.service-strip small{font-size:14px;line-height:1.6}.routes-band{background:#e4d3b0;border-top:1px solid #c3ae86}.fleet-band{background:#f5eedf;border-top:1px solid #d2c1a2}.guides-band{background:#e9e5d5;border-top:1px solid #c9c5ae}.faq-band{background:#f5eedf}.about{background:#d5dac5;color:#354131}.about .text-button,.about .fare-checklist strong{color:#354131}.about .principle,.about-bottom{border-color:#a9b298}.fleet-card{background:#ede1ca}#fleet{border-top:0}#services{padding-top:64px}.journal-accent{display:block;-o-object-fit:contain;object-fit:contain;pointer-events:none}.compass-accent{width:96px;height:96px;margin-bottom:16px}.chai-accent{width:92px;height:92px;margin-bottom:16px}.hills-accent{width:180px;height:100px;margin-bottom:20px}.routes-band .section-heading{align-items:center}@media(max-width:600px){.section-heading h2,.about h2,.faq h2{font-size:32px;line-height:1.22}.route-content h3,.fleet-card h3,.principle h3{font-size:25px}.heading-aside,.route-content p,.service-guides p,.principle p,.faq-list details p,.about-intro{font-size:15px;line-height:1.7}.booking-heading h2{font-size:26px}.booking-foot,.fleet-note,.footer-bottom{font-size:12px}.compass-accent{width:72px;height:72px;margin-bottom:12px}.chai-accent{width:76px;height:76px}.hills-accent{width:150px;height:84px}#services{padding-top:40px}}.booking-fields:not(:has(.swap)){grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:600px){.booking-fields,.booking-fields:not(:has(.swap)){grid-template-columns:minmax(0,1fr) 44px;gap:14px 10px}.booking-fields>label{grid-column:1/-1}.booking-fields:has(.swap)>label:first-child{grid-column:1}.booking-fields>.swap{grid-column:2}.booking-fields>label:last-child{margin-top:0}.booking label{font-size:13px}.route-content h3{font-size:clamp(19px,5.5vw,25px);overflow-wrap:anywhere;max-width:100%}}.hero-art{border:0;box-shadow:none;padding:14px;background:#fff7e5}.postcard-caption{border:0;margin:0}.hero-footnote,.service-strip,.routes-band,.fleet-band,.guides-band,.about-bottom,.footer-bottom,.mobile-cta{border:0}.booking{border:0;border-radius:10px 10px 3px 3px;background:#fffdf7}.trip-types{border:0;padding-top:0}.trip-types button{border:0;background:#f7e9cd}.trip-types button.selected{background:var(--ink)}.route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 48px}.route-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:0}.destination,.route-card:nth-child(2n) .destination{border:0;outline:0;border-radius:3px;aspect-ratio:1}.route-content{position:relative;z-index:1;background:#fff7e5;padding:22px;margin-left:-22px;margin-top:30px;min-width:0}.route-content h3{font-size:27px;overflow-wrap:anywhere}.route-content p{min-height:0;font-size:15px}.route-tag{display:none}.route-link{border:0;padding-bottom:0;min-height:44px}.destination-label{background:transparent;color:#fff;text-shadow:0 1px 3px #332713;left:12px;bottom:12px;padding:0}.fleet-card{border:0;background:transparent;padding:16px 12px}.fleet-card>a{border:0;padding-top:8px}.fleet-top{display:none}.car-asset{background:#f5ebd6;border-radius:50% 50% 8% 8%;height:220px;margin-bottom:20px}.service-guides article{border:0!important;padding:0 0 20px}.principle,.about .principle{border:0;padding-block:0 30px}.principle>span{border:0;background:#bcc5a6;color:#354131;font-weight:600}.faq-list details{border:0;padding:0 16px;margin-bottom:12px}.faq-list details[open]{background:#f5ebd6;border-radius:6px}.faq-list summary{min-height:56px}.footer-bottom{padding-top:10px}@media(max-width:800px){.route-grid{gap:28px}.route-content{padding:16px;margin-left:-14px}.route-content h3{font-size:24px}.car-asset{height:170px}}@media(max-width:600px){.route-grid{grid-template-columns:1fr;gap:28px}.route-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.route-content{padding:16px;margin-top:24px;margin-left:-18px}.route-content h3{font-size:24px}.route-content p{font-size:14px;line-height:1.6}.route-link{font-size:13px;gap:8px}.destination-label{font-size:15px}.fleet-card{padding:12px 0 24px}.car-asset{height:170px}.faq-list details{padding-inline:12px}.hero-footnote{padding-top:8px}}.car-asset{background:transparent;border-radius:0}.car-asset img{width:auto;max-width:100%;border-radius:3px}.routes-band{background:#edb08c;color:#452e24;--muted:#583b2e;--blue:#563322}.routes-band .heading-aside,.routes-band .routes-note{color:#583b2e}.routes-band .text-button,.routes-band .routes-note a{color:#563322}.routes-band .route-content{background:#fff4dd;color:#3d3427;--muted:#685c4b;--blue:#704628}.routes-band .route-disclosure{background:#f8d1b6;color:#452e24}.routes-band .more-routes a [lang]{color:#583b2e}.fleet-band{background:#fffdf6}.guides-band{background:#f5dda0}.guides-band .service-guides p{color:#51452e}.guides-band .text-button{color:#5c3c20}.about{background:#c5d6a6;color:#2d4028;--muted:#3d5033}.about h2,.about h3,.about .fare-checklist strong{color:#2d4028}.about .about-intro,.about .fare-checklist,.about .principle p{color:#3d5033}.about .text-button{color:#2d4028}.about .principle>span{background:#fff0be;color:#37432d}.about-bottom,.about-bottom>span:last-child{color:#3d5033}.faq-band{background:#fff8e9}footer{background:#494333}.quote,.header-book{background:#4f683b;color:#fffdf6}.quote:hover,.header-book:hover{background:#30412a}@media(max-width:600px){.mobile-cta a:last-child{background:#4f683b;color:#fffdf6}}#routes .section-heading{margin-bottom:36px}#routes .compass-accent{width:64px;height:64px;margin-bottom:12px}.route-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.route-card{display:flex;flex-direction:column;align-items:stretch;background:#fffaf0;padding:10px 10px 0;border-radius:2px}.destination,.route-card:nth-child(2n) .destination{width:100%;height:auto;aspect-ratio:1;flex-shrink:0;border-radius:0}.destination-label{left:10px;bottom:10px;background:#32462be6;padding:3px 9px;font-size:16px;text-shadow:none}.routes-band .route-content{display:flex;flex:1;flex-direction:column;margin:0;padding:20px 10px 12px;background:transparent}.route-content h3{font-size:clamp(22px,2.1vw,28px);overflow-wrap:normal;margin:0 0 8px}.route-content p{font-size:14px;line-height:1.65;margin:0 0 18px}.route-link{margin-top:auto;font-size:13px;min-height:44px}.route-link:hover{color:#914831}.fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fleet-card{display:flex;flex-direction:column;min-width:0;padding:26px;background:#f8efd9;border:0;border-radius:2px}.fleet-card:nth-child(2){background:#edf2dd}.fleet-card:nth-child(3){background:#fbe6d2}.fleet-top{display:block;font-size:11px;letter-spacing:.12em;color:#685c4b}.car-asset{width:100%;height:190px;margin:8px 0 22px;mix-blend-mode:normal;background:transparent;display:flex;align-items:center;justify-content:center}.car-asset img{width:100%;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:0}.fleet-card h3{margin:0 0 6px;font-size:28px}.fleet-card>p{margin:0;min-height:45px;font-size:14px}.fleet-details{display:flex;flex-direction:column;gap:9px;margin:17px 0 24px;font-size:14px}.fleet-card>a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#4f683b;color:#fffdf6;padding:12px 16px;min-height:46px;border:0;border-radius:2px;font-size:13px}.fleet-card>a:hover{background:#30412a;color:#fff4dc}.fleet-note{margin-top:22px;max-width:85ch}@media(max-width:1050px){.route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destination,.route-card:nth-child(2n) .destination{aspect-ratio:1}.route-content h3{font-size:28px}.fleet-grid{gap:16px}.fleet-card{padding:20px}.car-asset{height:160px}}@media(max-width:700px){.fleet-grid{grid-template-columns:1fr;gap:18px}.fleet-card{padding:24px}.car-asset{height:190px;margin:4px 0 12px}.fleet-card>p{min-height:0}.fleet-details{margin:16px 0 22px}}@media(max-width:600px){.route-grid{grid-template-columns:1fr;gap:24px}.route-card{padding:10px 10px 0}.destination,.route-card:nth-child(2n) .destination{aspect-ratio:1}.routes-band .route-content{padding:20px 12px 12px}.route-content h3{font-size:28px}.route-content p{font-size:15px;margin-bottom:12px}.route-link{font-size:14px}}.route-disclosure{border-block:1px solid var(--line);margin-top:24px;padding:18px 0}.route-disclosure>summary{cursor:pointer;font-weight:700}.service-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.service-guides article{border-top:3px solid var(--yellow);padding-top:24px}.service-guides h3{font-size:25px;margin-bottom:16px}.service-guides p{margin-bottom:20px;color:var(--muted)}.service-header{flex-wrap:wrap;padding-block:14px}.service-page{max-width:1040px;padding-bottom:64px}.breadcrumbs{padding-block:28px;font-size:15px}.breadcrumbs a,.service-body a,.related-services a,.page-contents a{text-decoration:underline;text-underline-offset:3px}.service-intro{max-width:820px;padding:24px 0 40px}.service-intro h1{font-size:clamp(36px,5vw,60px);margin:12px 0 24px}.service-intro>p:not(.local-line):not(.service-note){font-size:21px;margin-bottom:24px}.service-intro .service-note{font-size:15px;margin-top:16px;color:var(--muted)}.page-contents{border-block:1px solid var(--line);background:#f7e9cd;padding:24px;max-width:820px}.page-contents ul,.related-services ul{padding-left:22px;margin-block:12px}.page-contents li,.related-services li{margin-block:8px}.service-body{max-width:780px;font-size:18px}.service-body>section{margin-top:48px}.service-body h2,.related-services h2{font-size:clamp(26px,3vw,34px);margin-bottom:20px}.service-body p+p{margin-top:16px}.related-services{margin-top:56px;padding-top:32px;border-top:1px solid var(--line)}@media(max-width:760px){.service-guides{grid-template-columns:1fr;gap:28px}.service-intro{padding-top:12px}.service-header .brand{font-size:16px}.service-header .button{font-size:14px;padding:10px 12px}}.route-disclosure,.page-contents,.related-services{border:0}.route-disclosure{background:#d7c39e;padding:18px 20px;border-radius:4px}.page-contents{border-radius:6px}.service-guides article{border:0}.guide-header-nav{display:flex;gap:24px;align-items:center;font-size:14px}.destination-hero{background:#edb08c;color:#452e24;padding:48px 0 56px}.guide-theme-hills{background:#c5d6a6;color:#2d4028}.guide-theme-airport{background:#f0d6aa;color:#453524}.destination-hero-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr);gap:64px;align-items:center}.guide-origin{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:20px}.destination-hero h1{font-size:clamp(38px,4.5vw,66px);max-width:16ch;line-height:1.1;margin-bottom:24px}.destination-lead{font-size:18px;line-height:1.8;max-width:62ch}.guide-jump{display:inline-block;margin-top:24px;text-decoration:underline;text-underline-offset:6px}.guide-postcard{margin:0;padding:12px;background:#fff6e2;color:var(--ink);transform:rotate(2deg)}.guide-postcard>.destination-asset{width:100%;aspect-ratio:1;height:auto;border-radius:0;background-image:url(/images/maharashtra-vector-scenes-960.webp)}.guide-postcard>img{width:100%;height:auto;display:block}.guide-postcard figcaption{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 6px 4px}.guide-postcard figcaption span:first-child{font-family:Mukta,sans-serif;font-size:24px}.guide-postcard figcaption span:last-child{font-size:11px;text-align:right}.guide-symbol{background:#f3e8cb;display:flex;flex-direction:column;align-items:center;padding:26px 12px 0}.guide-symbol>span{font-family:Mukta,sans-serif;font-size:clamp(28px,3vw,42px);margin-top:12px}.guide-symbol img{width:100%;height:auto;mix-blend-mode:multiply}.destination-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(240px,1fr);gap:72px;padding-top:42px;padding-bottom:72px;align-items:start}.destination-story{font-size:18px;line-height:1.85;min-width:0}.guide-byline{font-size:13px;color:var(--muted)}.destination-story>section{margin-top:48px;scroll-margin-top:112px}.destination-story h2{font-size:clamp(29px,3.2vw,40px);margin-bottom:22px}.destination-story p+p{margin-top:18px}.destination-story a{text-decoration:underline;text-underline-offset:4px}.destination-story .button{text-decoration:none;margin-top:24px}.attraction-list{display:grid;gap:28px}.attraction-list section{padding-left:24px;border-left:3px solid #bd8b48}.attraction-list h3{font-size:25px;margin-bottom:12px;letter-spacing:-.02em}.guide-section-note{color:var(--muted);font-size:15px;margin-bottom:18px}.guide-fare{padding:32px;background:#f5dda0}.guide-fare .button,.guide-contact .button{background:#4f683b;color:#fffdf6}.guide-sources{font-size:15px;color:var(--muted)}.guide-sources h2{font-size:25px;color:var(--ink)}.guide-sources ul{padding-left:20px;margin-top:18px}.guide-sources li{margin:8px 0}.guide-sidebar{position:sticky;top:115px}.guide-sidebar nav{display:grid;gap:12px;font-size:15px}.guide-sidebar-title{font-weight:700;font-size:17px;margin-bottom:6px}.guide-sidebar nav a:hover{text-decoration:underline;text-underline-offset:4px}.guide-contact{background:#f7e9cd;padding:26px;margin-top:30px}.guide-contact h2{font-size:28px;margin-bottom:12px}.guide-contact p{font-size:15px}.guide-contact .button{margin-top:20px;font-size:13px;display:flex;justify-content:center;gap:8px;padding:14px 12px}.guide-phone{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:15px}.guide-contact small{display:block;font-size:12px;text-align:center;margin-top:14px}.guide-parent{display:block;font-size:14px;margin-top:22px;text-decoration:underline;text-underline-offset:4px}.guide-related{background:#f5dda0;padding:56px 0}.guide-related h2,#destination-guides h2{font-size:clamp(30px,4vw,44px);margin-bottom:28px}.destination-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-block:24px}.destination-directory>a{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fffdf6;padding:20px;color:#3d3427}.destination-directory>a:hover{background:#eee5d1}.destination-directory>a>span{font-family:Eczar,serif;font-size:24px;line-height:1.3}.destination-directory small{display:block;font-family:DM Sans,sans-serif;font-size:12px;color:#685c4b;margin-top:7px}.destination-directory svg{flex-shrink:0}#destination-guides{margin-top:56px}#destination-guides>p{max-width:65ch}.service-destinations{margin-top:48px}.service-destinations h2{font-size:32px}@media(max-width:1000px){.destination-layout{gap:36px;grid-template-columns:minmax(0,1fr) 260px}.destination-hero-inner{gap:36px}.destination-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.destination-hero{padding:32px 0 40px}.destination-hero-inner{grid-template-columns:1fr;gap:30px}.destination-hero h1{max-width:22ch}.guide-postcard{max-width:390px;width:calc(100% - 14px);justify-self:center}.destination-layout{grid-template-columns:1fr;gap:36px;padding-top:26px}.guide-sidebar{position:static;grid-row:1}.guide-sidebar-inner>nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding:20px;background:#f7e9cd}.guide-sidebar-title{grid-column:1/-1}.guide-sidebar .guide-contact,.guide-sidebar .guide-parent{display:none}.destination-story{font-size:17px}.destination-story>section{margin-top:36px}.guide-fare{padding:24px}.guide-header-nav{gap:12px}.guide-header-nav>a:not(.button){display:none}.guide-header-nav .button{font-size:12px;padding:10px}.destination-lead{font-size:17px}.guide-related{padding:40px 0}}@media(max-width:480px){.destination-directory{grid-template-columns:1fr}.guide-postcard{transform:none}.guide-fare{padding:22px 18px}.destination-story .button{font-size:13px;padding:14px 12px}.destination-hero h1{font-size:38px}.service-header .brand{font-size:13px}}
