/* css/site.css */
:root {
--ink: #1C1917;
--ink-2: #2A2521;
--ink-3: #3D3630;
--ink-rgb: 28, 25, 23;
--gold: #C77A4E;
--gold-2: #DDA274;
--gold-deep: #7A3E1D;
--paper: #FFFFFF;
--bg: #FAF9F6;
--tint: #EDE8E0;
--text: #211C18;
--muted: #57534E;
--on-ink: #F5F3EF;
--on-ink-muted: #D8D3CC;
--line: rgba(var(--ink-rgb), .14);
--line-ink: rgba(255, 255, 255, .13);
--wa: #25D366;
--wa-deep: #12703A;
--header-h: 64px;
--font: 'Sora', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
--serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
}
header.sst-header { padding: 0; margin: 0; text-align: left; overflow: visible; border-radius: 0; box-shadow: none; text-shadow: none; }
header.sst-header::before, header.sst-header::after { content: none; display: none; }
header.sst-header.is-scrolled { box-shadow: 0 10px 30px -14px rgba(0, 0, 0, .55); }
.sst-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .72em 1.2em; border-radius: 8px; border: 1.5px solid transparent; font: 500 .95rem/1.2 var(--font); text-decoration: none; cursor: pointer; transition: transform .18s, background-color .18s, color .18s; }
.sst-btn:hover { transform: translateY(-1px); text-decoration: none; }
.sst-btn-sm { padding: .5em .9em; font-size: .88rem; }
.sst-btn-accent { background: var(--gold); color: var(--ink); }
.sst-btn-accent:hover { background: var(--gold-2); color: var(--ink); }
.sst-ic { width: 1.1em; height: 1.1em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.sst-header { position: sticky; top: 0; z-index: 1000; height: var(--header-h); background: rgba(var(--ink-rgb), .96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-ink); color: var(--on-ink); font-family: var(--font); font-size: 16px; line-height: 1.5; }
.sst-header, .sst-header *, .sst-footer, .sst-footer *, .sst-quick, .sst-quick * { box-sizing: border-box; }
.sst-wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.sst-header-row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sst-header .sst-brand, .sst-footer .sst-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--on-ink); white-space: nowrap; }
.sst-brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 8px; border: 1.5px solid var(--gold); color: var(--gold); font: 700 1.05rem/1 var(--serif); letter-spacing: .04em; }
.sst-brand-text { display: grid; line-height: 1.1; }
.sst-wm { font: 700 1.28rem/1.1 var(--serif); letter-spacing: .12em; color: var(--gold); }
.sst-brand-text small { font-size: .62rem; letter-spacing: .26em; color: var(--on-ink-muted); }
.sst-nav { display: flex; align-items: center; gap: 4px; }
.sst-header .sst-nav a:not(.sst-btn) { padding: 8px 12px; border-radius: 8px; text-decoration: none; font: 400 .94rem/1.4 var(--font); color: var(--on-ink-muted); transition: color .2s; }
.sst-header .sst-nav a:not(.sst-btn):hover, .sst-header .sst-nav a[aria-current] { color: var(--on-ink); }
.sst-header .sst-nav a[aria-current] { box-shadow: inset 0 -2px 0 var(--gold); border-radius: 0; }
.sst-nav-call { margin-left: 10px; }
.sst-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line-ink); border-radius: 8px; background: transparent; color: var(--on-ink); cursor: pointer; place-items: center; }
.sst-toggle .sst-ic { width: 22px; height: 22px; }
.sst-toggle .sst-ic-close { display: none; }
.sst-toggle[aria-expanded="true"] .sst-ic-open { display: none; }
.sst-toggle[aria-expanded="true"] .sst-ic-close { display: inline; }
.sst-header.is-scrolled { box-shadow: 0 10px 30px -14px rgba(0, 0, 0, .55); }
.sst-footer { background: var(--ink); color: var(--on-ink-muted); padding: 40px 0 24px; font: 400 .94rem/1.6 var(--font); }
.sst-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 24px; }
.sst-footer h3 { color: var(--on-ink); font: 600 .8rem/1.3 var(--font); letter-spacing: .14em; text-transform: uppercase; margin: 0 0 10px; }
.sst-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.sst-footer li { margin: 0; padding: 0; line-height: inherit; }
.sst-footer a { color: inherit; text-decoration: none; transition: color .2s; }
.sst-footer ul a:hover, .sst-footer .sst-contact a:hover { color: var(--gold); }
.sst-foot-about { margin: 12px 0; max-width: 36ch; }
.sst-contact { display: grid; gap: 6px; margin: 0 0 12px; padding: 0; list-style: none; }
.sst-contact li { display: flex; gap: 10px; align-items: flex-start; }
.sst-contact .sst-ic { color: var(--gold); margin-top: .25em; }
.sst-social { display: flex; gap: 10px; }
.sst-social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; border: 1px solid var(--line-ink); color: var(--on-ink); transition: background-color .2s, color .2s, border-color .2s; }
.sst-social a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.sst-foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 24px; padding-top: 14px; border-top: 1px solid var(--line-ink); font-size: .86rem; }
.sst-foot-bottom p { margin: 0; }
.sst-quick { position: fixed; z-index: 1001; right: 22px; bottom: 22px; display: flex; flex-direction: column; gap: 10px; }
.sst-quick a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 52px; height: 52px; border-radius: 50%; font: 500 0/1 var(--font); text-decoration: none; box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .55); transition: transform .2s; }
.sst-quick a:hover { transform: scale(1.06); }
.sst-quick .sst-ic { width: 24px; height: 24px; }
.sst-qb-call { background: var(--gold); color: var(--ink); }
.sst-qb-wa { background: var(--wa); color: #06281A; }
.sst-qb-book { display: none !important; }
@media (max-width: 1024px) {
.sst-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
.sst-nav { position: fixed; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px 20px 20px; background: var(--ink); border-bottom: 1px solid var(--line-ink); transform: translateY(-120%); visibility: hidden; transition: transform .3s cubic-bezier(.2, .8, .2, 1), visibility .3s; }
.sst-nav.is-open { transform: none; visibility: visible; }
.sst-header .sst-nav a:not(.sst-btn) { padding: 12px 8px; }
.sst-header .sst-nav a[aria-current] { box-shadow: none; color: var(--gold); }
.sst-nav-call { margin: 8px 0 0; }
.sst-toggle { display: inline-grid; }
}
@media (max-width: 600px) {
.sst-wrap { padding: 0 16px; }
.sst-wm { font-size: 1.15rem; }
.sst-footer { padding-bottom: 80px; }
.sst-footer-grid { grid-template-columns: 1fr; }
.sst-quick { left: 0; right: 0; bottom: 0; flex-direction: row; gap: 0; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(var(--ink-rgb), .97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line-ink); }
.sst-quick a { flex: 1; width: auto; height: 48px; margin: 0 4px; border-radius: 8px; font-size: .92rem; font-weight: 500; box-shadow: none; }
.sst-quick .sst-ic { width: 19px; height: 19px; }
.sst-qb-book { display: inline-flex !important; background: transparent; color: var(--on-ink); border: 1px solid var(--line-ink); }
}
@media (prefers-reduced-motion: reduce) {
.sst-header *, .sst-footer *, .sst-quick * { transition: none !important; }
}
h1, h2, .h1, .h2 { font-family: var(--serif); font-weight: 700; letter-spacing: -.005em; }
h3, h4, h5, h6, .h3, .h4, .h5, .h6 { font-family: var(--font); }
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active { color: var(--ink) !important; }
.text-primary { color: var(--gold-deep) !important; }
.bg-secondary .text-primary, .bg-dark .text-primary, .page-header .text-primary, .carousel-caption .text-primary { color: var(--gold) !important; }
.bg-primary .text-secondary { color: var(--ink) !important; }
.blog-hero h1, .blog-hero h2, .hero-section h1, .hero-section h2, .hero h1, .hero h2, .page-header h1, .landing-hero h1 { color: #fff; }
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { color: var(--ink) !important; }
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active { background-color: var(--wa) !important; border-color: var(--wa) !important; color: #06281A !important; }
.text-info { color: #0F6274 !important; }
.text-warning { color: var(--gold-deep) !important; }
.text-danger { color: #B02A37 !important; }
.text-success { color: #1E7E34 !important; }
.text-muted { color: #5A6478 !important; }
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.cta-section h1,
.cta-section h2,
.cta-section h3,
.cta-section h4,
.cta-section h5,
.cta-section h6,
.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6,
.stats-section h1,
.stats-section h2,
.stats-section h3,
.stats-section h4,
.stats-section h5,
.stats-section h6,
.contact-info h1,
.contact-info h2,
.contact-info h3,
.contact-info h4,
.contact-info h5,
.contact-info h6,
.emergency-alert h1,
.emergency-alert h2,
.emergency-alert h3,
.emergency-alert h4,
.emergency-alert h5,
.emergency-alert h6 { color: #fff !important; }
.hero-band h1, .hero-band h2 { color: #fff !important; }
#contact-cta h1, #contact-cta h2, #contact-cta h3, #contact-cta h4, #contact-cta h5, #contact-cta h6 { color: #fff !important; }
.comparison-table th { color: #fff !important; }
.page-header h6 { color: var(--on-ink-muted) !important; }
/* css/home.css */
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 300 900; font-display: swap; src: url(/fonts/sora-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 300 900; font-display: swap; src: url(/fonts/sora-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts/playfair-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts/playfair-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root {
--ink: #1C1917;
--ink-2: #2A2521;
--ink-3: #3D3630;
--ink-rgb: 28, 25, 23;
--gold: #C77A4E;
--gold-2: #DDA274;
--gold-deep: #7A3E1D;
--paper: #FFFFFF;
--bg: #FAF9F6;
--tint: #EDE8E0;
--text: #211C18;
--muted: #57534E;
--on-ink: #F5F3EF;
--on-ink-muted: #D8D3CC;
--line: rgba(var(--ink-rgb), .14);
--line-ink: rgba(255, 255, 255, .13);
--wa: #25D366;
--wa-deep: #12703A;
--radius: 14px;
--radius-sm: 9px;
--btn: 8px;
--shadow: 0 18px 44px -26px rgba(var(--ink-rgb), .5);
--header-h: 64px;
--font: 'Sora', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
--serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--text); background: var(--bg); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .5em; }
h1, h2 { font-family: var(--serif); font-weight: 700; line-height: 1.12; letter-spacing: -.005em; }
h1, h2, h3 { text-wrap: balance; }
.stat b, .big, .price b, .score, .step-no, .route-name { font-variant-numeric: lining-nums; font-feature-settings: 'lnum' 1; }
h2 { font-size: clamp(1.6rem, 1.3rem + 1vw, 2.15rem); margin-bottom: .35em; }
h3 { font-size: 1.05rem; font-weight: 600; line-height: 1.3; }
p { margin: 0 0 .8em; }
.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; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.ic { width: 1.1em; height: 1.1em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.ic-xl { width: 34px; height: 34px; stroke-width: 1.5; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .72em 1.2em; border-radius: var(--btn); border: 1.5px solid transparent; font: inherit; font-weight: 500; font-size: .95rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s, background-color .18s, color .18s, border-color .18s; }
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: .85em 1.4em; font-size: 1rem; }
.btn-sm { padding: .5em .9em; font-size: .88rem; }
.btn-block { width: 100%; }
.btn-accent { background: var(--gold); color: var(--ink); }
.btn-accent:hover { background: var(--gold-2); }
.btn-wa { background: var(--wa); color: #06281A; }
.btn-wa:hover { background: #3be07a; }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { background: var(--gold-2); }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 500; color: var(--gold-deep); text-decoration: none; }
.link-arrow .ic { transition: transform .2s; }
.link-arrow:hover .ic { transform: translateX(3px); }
.hero { position: relative; background: var(--ink); color: var(--on-ink); padding: 32px 0 68px; overflow: hidden; isolation: isolate; }
.hero-glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 420px at 88% 15%, rgba(220, 172, 100, .13), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: .84rem; letter-spacing: .04em; color: var(--on-ink-muted); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); }
.hero h1 { font-size: clamp(2rem, 1.2rem + 2.4vw, 3rem); line-height: 1.08; margin-bottom: 10px; }
.hl { color: var(--gold); }
.lead { font-size: 1.04rem; color: var(--on-ink-muted); max-width: 34em; }
.pills { list-style: none; padding: 0; margin: 14px 0 18px; display: flex; flex-wrap: wrap; gap: 6px 18px; }
.pills li { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--on-ink); }
.pills .ic { color: var(--gold); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.rating-line { margin: 14px 0 0; color: var(--on-ink-muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: .92rem; }
.rating-line b { color: var(--on-ink); }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.book-card { position: relative; background: var(--ink-2); border: 1px solid var(--line-ink); border-radius: 18px; padding: 12px 16px 14px; box-shadow: 0 34px 70px -34px rgba(0, 0, 0, .8); transform-style: preserve-3d; }
.stage { position: relative; height: 200px; perspective: 650px; perspective-origin: 50% 74%; margin: -4px -4px 2px; }
.turntable { position: absolute; left: 50%; top: calc(74% - var(--foot, 24px) * var(--s, 1)); width: 300px; height: 300px; margin: -150px 0 0 -150px; border-radius: 50%; transform: rotateX(76deg); background: radial-gradient(circle, rgba(220, 172, 100, .42) 0 30%, rgba(220, 172, 100, .12) 56%, transparent 72%); box-shadow: 0 0 60px rgba(220, 172, 100, .25); }
.turntable::before, .turntable::after, .turntable span { content: ""; position: absolute; border-radius: 50%; }
.turntable::before { inset: 12%; border: 2px solid rgba(220, 172, 100, .65); }
.turntable span { inset: 0; border: 2px dashed rgba(255, 255, 255, .38); animation: spin 12s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.turntable::after { inset: 24%; border: 2px solid rgba(220, 172, 100, .9); animation: ringOut 3.2s ease-out infinite; }
@keyframes ringOut { from { transform: scale(.7); opacity: 1; } to { transform: scale(1.5); opacity: 0; } }
.car-3d { position: absolute; left: 50%; bottom: 26%; width: 78%; max-width: 320px; transform: translateX(-50%); transform-origin: 50% 100%; transform-style: preserve-3d; will-change: transform; }
.car-3d::after { content: ""; position: absolute; left: 8%; right: 8%; bottom: calc(var(--foot, 24px) * var(--s, 1) - 11px); z-index: -1; height: 22px; border-radius: 50%; background: radial-gradient(ellipse, rgba(0, 0, 0, .6), transparent 70%); }
.stage-car { display: block; width: auto; max-width: 100%; height: calc(var(--h, 100px) * var(--s, 1)); max-height: none; margin: 0 auto; filter: drop-shadow(0 16px 12px rgba(0, 0, 0, .5)); transition: transform .45s cubic-bezier(.2, .8, .2, 1), opacity .3s; }
.stage[data-car="dzire"] { --h: 136px; --foot: 10px; }
.stage[data-car="ertiga"] { --h: 122px; --foot: 26px; }
.stage[data-car="innova"] { --h: 124px; --foot: 28px; }
.stage-car.is-leaving { opacity: 0; transform: translateX(-90%) rotateY(30deg) scale(.88); }
.stage-car.is-entering { opacity: 0; transform: translateX(60%) rotateY(-30deg) scale(.88); transition: none; }
.stage-rate { position: absolute; right: 4px; top: 4px; padding: 7px 12px; border-radius: 10px; background: rgba(255, 255, 255, .06); border: 1px solid var(--line-ink); font-size: .88rem; color: var(--on-ink-muted); transform: translateZ(70px); }
.stage-rate b { font-size: 1.35rem; color: var(--on-ink); font-weight: 600; }
.book-form { display: grid; gap: 8px; }
.car-pick, .trip-pick { border: 0; margin: 0; padding: 0; display: grid; gap: 6px; }
.car-pick { grid-template-columns: repeat(3, 1fr); }
.trip-pick { grid-template-columns: repeat(4, 1fr); }
.car-pick label, .trip-pick label { position: relative; cursor: pointer; }
.car-pick input, .trip-pick input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.car-pick span, .trip-pick span { display: block; height: 100%; text-align: center; border: 1px solid var(--line-ink); border-radius: var(--radius-sm); padding: 6px 6px; font-weight: 500; font-size: .9rem; line-height: 1.25; transition: background-color .2s, border-color .2s, color .2s; }
.car-pick small { display: block; font-weight: 400; font-size: .74rem; color: var(--on-ink-muted); }
.trip-pick span { padding: 6px 4px; font-size: .84rem; font-weight: 400; }
.car-pick input:checked + span, .trip-pick input:checked + span { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.car-pick input:checked + span small { color: #4A3A18; }
.car-pick input:focus-visible + span, .trip-pick input:focus-visible + span { outline: 3px solid var(--gold-2); outline-offset: 2px; }
.trip-note { display: flex; align-items: flex-start; gap: 8px; margin: 0; padding: 7px 10px; border-radius: var(--radius-sm); background: rgba(220, 172, 100, .09); color: var(--gold-2); font-size: .86rem; line-height: 1.45; }
.trip-note .ic { margin-top: .12em; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.field { display: grid; gap: 3px; font-size: .78rem; font-weight: 500; letter-spacing: .02em; }
.field input, .field textarea { width: 100%; font: inherit; font-size: .96rem; padding: 10px 12px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--paper); color: var(--text); min-height: 44px; }
.book-form .field input { background: rgba(255, 255, 255, .05); border-color: var(--line-ink); color: var(--on-ink); color-scheme: dark; }
.book-form .field input::placeholder { color: #8B93AA; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(220, 172, 100, .28); }
.form-error { margin: 0; color: #FFB4A8; font-size: .9rem; }
.form-foot { margin: 0; text-align: center; font-size: .82rem; color: var(--on-ink-muted); }
.road { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(220, 172, 100, .5), transparent); }
.stats { position: relative; z-index: 2; margin-top: -32px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.stat { padding: 14px 12px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat b { display: flex; align-items: center; justify-content: center; gap: 4px; font-family: var(--serif); font-size: clamp(1.7rem, 1.4rem + .9vw, 2.1rem); font-weight: 700; color: var(--ink); line-height: 1.15; }
.stat > span { color: var(--muted); font-size: .88rem; }
.star-ic { color: var(--gold-deep); width: .75em; height: .75em; fill: currentColor; stroke: none; }
.section { padding: 52px 0; }
.section-head { max-width: 680px; margin-bottom: 22px; }
.section-head p:last-child { color: var(--muted); margin-bottom: 0; }
.kicker { display: inline-block; margin-bottom: 6px; font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.flip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.flip { perspective: 1100px; cursor: pointer; border-radius: var(--radius); }
.flip:focus-visible { outline-offset: 6px; }
.flip-inner { position: relative; height: 210px; transform-style: preserve-3d; transition: transform .7s cubic-bezier(.2, .8, .2, 1); }
@media (min-width: 601px) {
.flip:nth-child(1) .flip-inner { transform: rotateY(16deg); }
.flip:nth-child(2) .flip-inner { transform: rotateY(6deg); }
.flip:nth-child(3) .flip-inner { transform: rotateY(-6deg); }
.flip:nth-child(4) .flip-inner { transform: rotateY(-16deg); }
}
.flip.is-flipped .flip-inner { transform: rotateY(180deg); }
@media (hover: hover) { .flip:hover .flip-inner { transform: rotateY(180deg); } }
.flip-face { position: absolute; inset: 0; border-radius: var(--radius); padding: 16px 18px; display: flex; flex-direction: column; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.flip-front { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--gold); box-shadow: 0 26px 36px -24px rgba(var(--ink-rgb), .6); }
.flip-front .ic-xl { color: var(--gold-deep); }
.flip-front .big { margin: auto 0 4px; font-family: var(--serif); font-size: clamp(1.8rem, 1.4rem + .9vw, 2.15rem); font-weight: 700; color: var(--ink); line-height: 1; white-space: nowrap; }
.flip-front .big small { font-family: var(--font); font-size: .88rem; font-weight: 400; color: var(--muted); margin-left: 6px; }
.flip-front h3 { margin: 6px 0 0; font-size: 1rem; }
.flip-hint { position: absolute; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 5px; font-size: .78rem; color: var(--muted); }
.flip-back { transform: rotateY(180deg); background: var(--ink); color: var(--on-ink); }
.flip-back h3 { color: var(--gold); }
.flip-back p { color: var(--on-ink-muted); font-size: .94rem; }
.flip-back .link-arrow { margin-top: auto; color: var(--gold); }
.fleet { background: var(--tint); }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.car-card { position: relative; display: flex; flex-direction: column; border-radius: 16px; background: var(--bg); border: 1px solid var(--line); transform-style: preserve-3d; transition: box-shadow .3s; }
.car-card:hover { box-shadow: 0 34px 50px -26px rgba(var(--ink-rgb), .6); }
.car-card::after, .book-card::after, .review-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, .38), transparent 62%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.car-card.is-popular::after, .book-card::after, .review-card::after { background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, .14), transparent 62%); }
.car-card:hover::after, .book-card:hover::after, .review-card:hover::after { opacity: 1; }
.car-card.is-popular { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.car-card.is-popular .meta, .car-card.is-popular .car-body > p:not(.price):not(.meta) { color: var(--on-ink-muted); }
.car-card.is-popular .price { color: var(--on-ink-muted); }
.car-card.is-popular .price b { color: var(--gold); }
.car-card.is-popular h3 small { color: var(--on-ink-muted); }
.badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 4px 10px; border-radius: 6px; background: var(--gold); color: var(--ink); font-size: .74rem; font-weight: 600; letter-spacing: .04em; transform: translateZ(60px); }
.car-img { height: 138px; display: grid; place-items: end center; padding: 14px 18px 0; transform: translateZ(90px); }
.car-img img { max-height: 118px; width: auto; filter: drop-shadow(0 12px 10px rgba(0, 0, 0, .28)); }
.car-body { padding: 10px 18px 16px; display: flex; flex-direction: column; flex: 1; transform: translateZ(30px); }
.car-body .btn { margin-top: auto; }
.price { margin: 0 0 2px; color: var(--muted); font-size: .9rem; }
.price b { font-family: var(--serif); font-size: 1.8rem; font-weight: 700; line-height: 1.1; }
.car-card:not(.is-popular) .price b { color: var(--ink); }
.car-body h3 { font-size: 1.1rem; }
.car-body h3 small { font-size: .8rem; font-weight: 400; color: var(--muted); margin-left: 4px; }
.meta { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .9rem; margin-bottom: 6px; }
.car-body > p:not(.price):not(.meta) { color: var(--muted); font-size: .94rem; }
.fleet-extra { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; margin-top: 16px; align-items: start; }
.group-card { display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; align-items: center; padding: 16px 18px; border-radius: 16px; background: var(--bg); border: 1px solid var(--line); }
.group-card .ic-xl { color: var(--gold-deep); grid-row: span 2; align-self: start; }
.group-card h3 { margin-bottom: 4px; font-size: 1.05rem; }
.group-card p { color: var(--muted); margin: 0; font-size: .94rem; }
.group-card .btn { grid-column: 2; justify-self: start; margin-top: 6px; }
.fine-print { border-radius: 16px; background: var(--bg); border: 1px solid var(--line); padding: 14px 18px; }
.fine-print summary { cursor: pointer; font-weight: 500; }
.fine-print ul { margin: 12px 0 0; padding-left: 20px; color: var(--muted); font-size: .94rem; }
.fine-print li { margin-bottom: 6px; }
.tabs { display: grid; grid-template-columns: 250px 1fr; gap: 16px; }
.tab-list { display: flex; flex-direction: column; gap: 5px; }
.tab-list button { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; font: inherit; font-weight: 500; font-size: .94rem; padding: 10px 14px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--paper); color: var(--text); cursor: pointer; transition: background-color .2s, color .2s, border-color .2s; }
.tab-list button .ic { color: var(--gold-deep); width: 20px; height: 20px; }
.tab-list button:hover { border-color: var(--gold); }
.tab-list button[aria-selected="true"] { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.tab-list button[aria-selected="true"] .ic { color: var(--gold); }
.tab-panel { background: var(--paper); border-radius: 16px; padding: 22px 24px; border: 1px solid var(--line); animation: panelIn .4s cubic-bezier(.2, .8, .2, 1); }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } }
.tab-panel h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; }
.tab-panel > p { color: var(--muted); max-width: 62ch; }
.ticks { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 5px; font-size: .95rem; }
.ticks li { position: relative; padding-left: 28px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .22em; width: 18px; height: 18px; border-radius: 50%; background: rgba(220, 172, 100, .22) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237D5F17' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 11px no-repeat; }
.panel-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.panel-links a { padding: 7px 13px; border-radius: 6px; background: var(--bg); border: 1px solid var(--line); text-decoration: none; font-weight: 400; font-size: .88rem; transition: background-color .2s, color .2s, border-color .2s; }
.panel-links a:hover { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.routes { background: var(--ink); color: var(--on-ink); overflow: hidden; }
.routes .kicker { color: var(--gold); }
.routes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; }
.routes-copy > p { color: var(--on-ink-muted); }
.route-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.route-chips button { font: inherit; font-size: .84rem; font-weight: 400; padding: 5px 11px; border-radius: 6px; border: 1px solid var(--line-ink); background: transparent; color: var(--on-ink); cursor: pointer; transition: background-color .2s, color .2s, border-color .2s; }
.route-chips button:hover { border-color: var(--gold); }
.route-chips button[aria-pressed="true"] { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.route-card { padding: 14px 18px; border-radius: var(--radius); background: var(--ink-2); border: 1px solid var(--line-ink); }
.route-name { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; margin-bottom: 8px; }
.route-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--on-ink-muted); font-size: .94rem; }
.route-meta span { display: inline-flex; align-items: center; gap: 7px; }
.route-meta b { color: var(--on-ink); font-weight: 500; }
.route-meta .ic { color: var(--gold); }
.route-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 0; }
.routes .link-arrow { color: var(--gold); }
.map-wrap { perspective: 1200px; --tilt: 48deg; --rz: 0deg; padding: 6px 0 4px; }
.map-plane { position: relative; aspect-ratio: 560 / 420; transform-style: preserve-3d; transform: rotateX(var(--tilt)) rotateZ(var(--rz)); transform-origin: 50% 60%; transition: transform .3s ease-out; margin-bottom: -6%; }
.map { display: block; width: 100%; height: 100%; border-radius: 24px; box-shadow: 0 46px 60px -24px rgba(0, 0, 0, .7), 0 0 0 1px var(--line-ink); }
.map-bg { fill: var(--ink-2); }
#dots circle { fill: rgba(255, 255, 255, .1); }
.m-line { fill: none; stroke: rgba(255, 255, 255, .2); stroke-width: 1.5; stroke-dasharray: 3 5; transition: stroke .3s, stroke-width .3s; }
.m-line.is-active { stroke: var(--gold); stroke-width: 3; stroke-dasharray: 700; stroke-dashoffset: 700; animation: draw 1s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.m-hub circle.core { fill: var(--gold); }
.m-hub .halo { animation: halo 3s ease-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes halo { from { transform: scale(.5); opacity: .9; } to { transform: scale(1.5); opacity: 0; } }
.pins { position: absolute; inset: 0; transform-style: preserve-3d; }
.pin { position: absolute; width: 0; height: 0; transform-style: preserve-3d; }
.pin::after { content: ""; position: absolute; left: -8px; top: -3px; width: 16px; height: 6px; border-radius: 50%; background: radial-gradient(ellipse, rgba(0, 0, 0, .65), transparent 70%); }
.pin-body { position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; padding: 0; border: 0; background: none; cursor: pointer; color: var(--on-ink); font: 500 11.5px/1.2 var(--font); transform-origin: 50% 100%; transform: translateX(-50%) rotateZ(calc(var(--rz) * -1)) rotateX(calc(var(--tilt) * -1)); transition: transform .3s ease-out; }
.pin-label { padding: 2px 7px; border-radius: 6px; background: rgba(var(--ink-rgb), .92); border: 1px solid var(--line-ink); white-space: nowrap; transition: opacity .2s, background-color .2s, color .2s; }
.pin-head { width: 12px; height: 12px; margin-top: 3px; border-radius: 50%; background: var(--on-ink); border: 2px solid var(--ink); box-shadow: 0 2px 6px rgba(0, 0, 0, .5); transition: transform .2s, background-color .2s; }
.pin-stem { width: 2px; height: 16px; background: linear-gradient(var(--on-ink), rgba(255, 255, 255, .25)); }
.pin.minor .pin-label { opacity: 0; }
.pin.minor:hover .pin-label, .pin:focus-within .pin-label, .pin.is-active .pin-label { opacity: 1; }
.pin-body:hover .pin-head, .pin.is-active .pin-head { background: var(--gold); transform: scale(1.3); }
.pin.is-active .pin-label { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 600; }
.pin.is-active .pin-stem { background: var(--gold); }
.pin-body:focus { outline: none; }
.pin-body:focus-visible .pin-head { outline: 3px solid var(--gold-2); outline-offset: 2px; }
.pin.hub .pin-head { width: 18px; height: 18px; background: var(--gold); border-color: var(--ink); }
.pin.hub .pin-stem { height: 24px; background: var(--gold); }
.pin.hub .pin-label { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 600; font-size: 12.5px; }
.map-note { text-align: center; font-size: .8rem; color: var(--on-ink-muted); margin: 8px 0 0; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { background: var(--paper); border-radius: 16px; padding: 18px 20px; border: 1px solid var(--line); }
.step-no { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 8px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold-deep); font-family: var(--serif); font-weight: 700; font-size: 1.15rem; line-height: 1; }
.step p { color: var(--muted); margin: 0; font-size: .95rem; }
.trust { padding-top: 0; }
.review-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 8px 36px; align-items: center; border-radius: 16px; padding: 26px 32px; color: var(--on-ink); background: var(--ink); border: 1px solid var(--ink); transform-style: preserve-3d; }
.review-side { text-align: center; }
.score { display: block; font-family: var(--serif); font-size: 3.3rem; font-weight: 700; line-height: 1; color: var(--gold); }
.review-side .stars { justify-content: center; margin-top: 6px; }
.review-side .stars .ic { width: 20px; height: 20px; }
.review-side small { display: block; margin-top: 4px; color: var(--on-ink-muted); font-size: .84rem; }
.review-card .kicker { color: var(--gold); }
.review-card h2 { margin-bottom: 6px; }
.review-card p { color: var(--on-ink-muted); max-width: 52ch; }
.faq { background: var(--tint); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; }
.faq-grid .section-head { position: sticky; top: calc(var(--header-h) + 24px); }
.faq-grid .section-head a { color: var(--gold-deep); font-weight: 500; }
.faq-list { display: grid; gap: 7px; }
.faq-item { border-radius: 12px; background: var(--bg); border: 1px solid var(--line); transition: background-color .2s; }
.faq-item[open] { background: var(--paper); border-color: rgba(125, 95, 23, .5); }
.faq-item summary { list-style: none; cursor: pointer; padding: 12px 50px 12px 16px; font-weight: 500; font-size: .96rem; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; position: absolute; right: 18px; top: 50%; width: 24px; height: 24px; margin-top: -12px; border-radius: 50%; background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DCAC64' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 13px no-repeat; transition: transform .3s; }
.faq-item[open] summary::after { transform: rotate(135deg); }
.faq-item p { margin: 0; padding: 0 16px 13px; color: var(--muted); font-size: .95rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.contact-copy > p { color: var(--muted); }
.contact-cards { display: grid; gap: 7px; margin: 14px 0; }
.c-card { display: flex; align-items: center; gap: 14px; padding: 9px 14px; border-radius: 12px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: border-color .2s, box-shadow .2s; overflow-wrap: anywhere; }
.c-card:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.c-card .ic { width: 38px; height: 38px; padding: 9px; border-radius: 10px; background: var(--ink); color: var(--gold); }
.c-card span { display: grid; color: var(--muted); font-size: .94rem; }
.c-card b { color: var(--text); font-weight: 500; }
.addresses p { display: flex; gap: 12px; color: var(--muted); font-size: .94rem; }
.addresses .ic { color: var(--gold-deep); margin-top: 4px; }
.addresses span { display: grid; }
.addresses b { color: var(--text); font-weight: 500; }
.msg-form { background: var(--paper); border-radius: 16px; padding: 20px 22px; border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; gap: 10px; }
.msg-form h3 { margin: 0; font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.msg-form textarea { resize: vertical; }
.form-status { margin: 0; font-size: .92rem; color: var(--wa-deep); min-height: 1em; }
.form-status.is-error { color: #B42318; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .8, .2, 1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (max-width: 1024px) {
.hero-grid { grid-template-columns: 1fr; gap: 36px; }
.book-card { max-width: 540px; }
.flip-grid { grid-template-columns: repeat(2, 1fr); }
.routes-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
.faq-grid .section-head { position: static; }
}
@media (max-width: 860px) {
.fleet-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
.fleet-extra { grid-template-columns: 1fr; }
.tabs { grid-template-columns: 1fr; }
.tab-list { flex-direction: row; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.tab-list button { width: auto; white-space: nowrap; }
.tab-panel { padding: 18px 16px; }
.steps { grid-template-columns: 1fr; }
.stats-grid { grid-template-columns: 1fr 1fr; }
.stat:nth-child(2) { border-right: 0; }
.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.review-card { grid-template-columns: 1fr; padding: 20px 18px; gap: 10px; }
.review-side { text-align: left; }
.review-side .stars { justify-content: flex-start; }
}
@media (max-width: 600px) {
.wrap { padding: 0 16px; }
.hero { padding: 20px 0 56px; }
.hero-cta .btn { flex: 1 1 100%; }
.book-card { padding: 10px 12px 14px; border-radius: 16px; }
.stage { height: 168px; --s: .82; }
.turntable { width: 240px; height: 240px; margin: -120px 0 0 -120px; }
.map-wrap { --tilt: 40deg; }
.fields .field:nth-child(-n+2) { grid-column: 1 / -1; }
.trip-pick span { font-size: .78rem; }
.section { padding: 36px 0; }
.flip-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin: 0 -16px; padding: 4px 16px 10px; scrollbar-width: none; }
.flip-grid::-webkit-scrollbar { display: none; }
.flip { flex: 0 0 78%; scroll-snap-align: center; }
.flip-inner { height: 212px; }
.msg-form { padding: 16px 14px; }
.group-card { grid-template-columns: 1fr; }
.group-card .ic-xl { grid-row: auto; }
.group-card .btn { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.js .reveal { opacity: 1; transform: none; }
}
/* css/services.css */
.svc-hero { position: relative; background: var(--ink); color: var(--on-ink); padding: 26px 0 64px; overflow: hidden; isolation: isolate; }
.svc-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(720px 420px at 92% 10%, rgba(220, 172, 100, .16), transparent 70%), radial-gradient(520px 320px at 0% 100%, rgba(35, 65, 116, .7), transparent 70%); }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0 0 22px; padding: 0; font-size: .86rem; color: var(--on-ink-muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .6; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--gold); }
.crumbs [aria-current] { color: var(--on-ink); }
.svc-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.svc-hero h1 { font-size: clamp(2.1rem, 1.3rem + 2.8vw, 3.3rem); line-height: 1.06; margin-bottom: 14px; }
.svc-hero .lead { max-width: 36em; }
.svc-hero .hero-cta { margin-top: 20px; }
.svc-facts { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.svc-facts li { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--on-ink); }
.svc-facts .ic { color: var(--gold); }
.rate-card { position: relative; background: var(--ink-2); border: 1px solid var(--line-ink); border-radius: 18px; padding: 8px 18px 16px; box-shadow: 0 34px 70px -34px rgba(0, 0, 0, .8); }
.rate-card h2 { margin: 14px 0 6px; font-family: var(--font); font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.rate-row { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line-ink); }
.rate-row img { width: 92px; height: 58px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .45)); }
.rate-row b { display: block; font-weight: 500; font-size: 1rem; }
.rate-row small { color: var(--on-ink-muted); font-size: .84rem; }
.rate-price { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; line-height: 1; color: var(--gold); font-variant-numeric: lining-nums; }
.rate-price small { font-family: var(--font); font-size: .8rem; font-weight: 400; color: var(--on-ink-muted); margin-left: 2px; }
.rate-air { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 10px 14px; border-radius: 10px; background: rgba(220, 172, 100, .12); color: var(--gold-2); font-size: .92rem; }
.rate-air .ic { flex: none; width: 24px; height: 24px; }
.rate-air b { color: var(--on-ink); font-weight: 500; }
.rate-card .form-foot { margin-top: 10px; }
.jump { overflow: hidden; position: sticky; top: var(--header-h); z-index: 30; background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.jump-list { display: flex; gap: 8px; list-style: none; margin: 0; padding: 10px 0; overflow-x: auto; scrollbar-width: none; }
.jump-list::-webkit-scrollbar { display: none; }
.jump-list a { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; padding: 7px 13px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-size: .88rem; font-weight: 500; text-decoration: none; transition: background-color .2s, color .2s, border-color .2s; }
.jump-list a .ic { width: 16px; height: 16px; color: var(--gold-deep); }
.jump-list a:hover { border-color: var(--gold); }
.jump-list a.is-on { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.jump-list a.is-on .ic { color: var(--gold); }
.svc-card, .why, .route-tile, .rate-block { scroll-margin-top: calc(var(--header-h) + 70px); }
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.svc-card { position: relative; display: flex; flex-direction: column; padding: 24px 24px 22px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--gold); overflow: hidden; transition: box-shadow .3s, transform .3s cubic-bezier(.2, .8, .2, 1); }
.svc-card:hover { box-shadow: 0 30px 46px -28px rgba(var(--ink-rgb), .55); transform: translateY(-3px); }
.svc-card::after { content: attr(data-n); position: absolute; right: 18px; top: 6px; font-family: var(--serif); font-size: 5.2rem; font-weight: 700; line-height: 1; color: rgba(var(--ink-rgb), .06); pointer-events: none; }
.svc-ic { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 14px; border-radius: 14px; background: var(--ink); color: var(--gold); }
.svc-ic .ic { width: 26px; height: 26px; stroke-width: 1.6; }
.svc-card h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; line-height: 1.15; margin-bottom: 8px; }
.svc-card > p { color: var(--muted); max-width: 60ch; }
.svc-card .ticks { margin: 4px 0 16px; }
.svc-card .panel-links { margin-bottom: 18px; }
.svc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.svc-card.is-feature { background: var(--ink); color: var(--on-ink); border-color: var(--ink); border-top-color: var(--gold); }
.svc-card.is-feature::after { color: rgba(255, 255, 255, .06); }
.svc-card.is-feature .svc-ic { background: var(--gold); color: var(--ink); }
.svc-card.is-feature h3 { color: var(--on-ink); }
.svc-card.is-feature > p { color: var(--on-ink-muted); }
.svc-card.is-feature .ticks li::before { background-color: rgba(220, 172, 100, .28); }
.svc-card.is-feature .panel-links a { background: rgba(255, 255, 255, .07); border-color: var(--line-ink); color: var(--on-ink); }
.svc-card.is-feature .panel-links a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.svc-card.is-feature .btn-outline { border-color: var(--on-ink-muted); color: var(--on-ink); }
.svc-card.is-feature .btn-outline:hover { background: var(--on-ink); color: var(--ink); }
.svc-price { align-self: flex-start; display: inline-flex; align-items: baseline; gap: 6px; margin: 0 0 10px; padding: 3px 12px; border-radius: 6px; background: rgba(220, 172, 100, .2); color: var(--gold-deep); font-size: .82rem; font-weight: 600; letter-spacing: .03em; }
.svc-card.is-feature .svc-price { background: rgba(220, 172, 100, .16); color: var(--gold-2); }
.rates { background: var(--tint); }
.rate-block { display: grid; grid-template-columns: 1.25fr 1fr; gap: 18px; align-items: start; }
.rate-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.rate-table caption { text-align: left; padding: 0 0 10px; color: var(--muted); font-size: .92rem; caption-side: bottom; padding-top: 10px; }
.rate-table th, .rate-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.rate-table thead th { background: var(--ink); color: var(--on-ink); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border-bottom: 0; }
.rate-table tbody tr:last-child td, .rate-table tbody tr:last-child th { border-bottom: 0; }
.rate-table tbody th { font-weight: 500; }
.rate-table tbody th small { display: block; font-weight: 400; color: var(--muted); font-size: .84rem; }
.rate-table td.num { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--ink); font-variant-numeric: lining-nums; white-space: nowrap; }
.rate-table td.num small { font-family: var(--font); font-weight: 400; font-size: .8rem; color: var(--muted); }
.terms { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.terms h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.terms dl { margin: 0; display: grid; gap: 0; }
.terms dt { font-weight: 500; font-size: .95rem; padding-top: 10px; }
.terms dd { margin: 0; padding: 2px 0 10px; color: var(--muted); font-size: .93rem; border-bottom: 1px solid var(--line); }
.terms dd:last-child { border-bottom: 0; padding-bottom: 0; }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; margin: 0; padding: 0; }
.route-tile { display: flex; flex-direction: column; gap: 3px; height: 100%; padding: 14px 16px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.route-tile:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-2px); }
.route-tile b { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; line-height: 1.2; }
.route-tile span { color: var(--muted); font-size: .9rem; }
.route-tile em { margin-top: 6px; font-style: normal; font-weight: 500; font-size: .86rem; color: var(--gold-deep); display: inline-flex; align-items: center; gap: 5px; }
.route-tile em .ic { width: 14px; height: 14px; transition: transform .2s; }
.route-tile:hover em .ic { transform: translateX(3px); }
.route-more { margin: 16px 0 0; }
.why-band { background: var(--ink); color: var(--on-ink); }
.why-band .kicker { color: var(--gold); }
.why-band .section-head p:last-child { color: var(--on-ink-muted); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.why { padding: 20px 20px 18px; border-radius: 16px; background: var(--ink-2); border: 1px solid var(--line-ink); }
.why .ic { width: 30px; height: 30px; margin-bottom: 10px; color: var(--gold); stroke-width: 1.6; }
.why h3 { color: var(--on-ink); font-size: 1.05rem; margin-bottom: 4px; }
.why p { margin: 0; color: var(--on-ink-muted); font-size: .94rem; }
.cover-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start; }
.cover-list { display: grid; gap: 12px; }
.cover-row { padding: 14px 18px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); }
.cover-row h3 { margin-bottom: 8px; font-size: .95rem; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.chips li { padding: 4px 11px; border-radius: 6px; background: var(--bg); border: 1px solid var(--line); font-size: .88rem; }
.cta-end { padding-top: 0; }
.cta-panel { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 20px 32px; align-items: center; padding: 32px 36px; border-radius: 20px; background: var(--ink); color: var(--on-ink); overflow: hidden; isolation: isolate; }
.cta-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(520px 300px at 100% 0%, rgba(220, 172, 100, .2), transparent 70%); }
.cta-panel h2 { color: var(--on-ink); margin-bottom: 6px; }
.cta-panel p { color: var(--on-ink-muted); margin: 0; max-width: 46ch; }
.cta-btns { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 1024px) {
.svc-hero-grid, .rate-block, .cover-grid { grid-template-columns: 1fr; }
.rate-card { max-width: 540px; }
.route-grid { grid-template-columns: repeat(3, 1fr); }
.why-grid { grid-template-columns: repeat(2, 1fr); }
.cta-panel { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
.svc-grid { grid-template-columns: 1fr; }
.route-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
.svc-hero { padding: 18px 0 48px; }
.svc-hero .hero-cta .btn { flex: 1 1 100%; }
.svc-card { padding: 20px 18px 18px; }
.svc-actions .btn { flex: 1 1 100%; }
.rate-row { grid-template-columns: 76px 1fr auto; gap: 10px; }
.rate-row img { width: 76px; height: 48px; }
.rate-price { font-size: 1.6rem; }
.rate-table th, .rate-table td { padding: 12px 11px; }
.why-grid { grid-template-columns: 1fr; }
.cta-panel { padding: 24px 18px; }
.cta-btns .btn { flex: 1 1 100%; }
}
@media (max-width: 380px) {
.route-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
.svc-card:hover, .route-tile:hover { transform: none; }
}
.hero-road { position: absolute; left: 0; right: 0; bottom: 14px; height: 26px; pointer-events: none; overflow: hidden; }
.hero-road::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 2px dashed rgba(220, 172, 100, .4); }
.hero-car { position: absolute; top: 0; left: 0; color: var(--gold); animation: drive 14s linear infinite; }
.hero-car .ic { width: 26px; height: 26px; }
@keyframes drive { from { transform: translateX(-40px); } to { transform: translateX(calc(100vw + 40px)); } }
.road-progress { position: relative; height: 3px; margin: 0 -20px; background: var(--line); }
.road-progress i { position: absolute; left: 0; top: 0; bottom: 0; width: calc(var(--p, 0) * 100%); background: var(--gold); }
.road-progress span { position: absolute; top: -9px; left: calc(var(--p, 0) * 100%); transform: translateX(-100%); color: var(--ink); background: var(--gold); border-radius: 6px; padding: 1px 3px; line-height: 0; }
.road-progress .ic { width: 15px; height: 15px; }
.svc-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .3s; background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 0%), rgba(220, 172, 100, .2), transparent 62%); }
.svc-card:hover::before { opacity: 1; }
.svc-card:hover .svc-ic { animation: nudge .6s ease; }
@keyframes nudge { 30% { transform: rotate(-9deg) scale(1.08); } 70% { transform: rotate(6deg) scale(1.04); } }
.planner { background: var(--ink); color: var(--on-ink); overflow: hidden; }
.planner .kicker { color: var(--gold); }
.planner-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 36px; align-items: center; }
.planner-copy > p { color: var(--on-ink-muted); }
.est-form { display: grid; gap: 12px; margin-top: 18px; }
.est-form .field { font-size: .8rem; }
.est-form select { width: 100%; font: inherit; font-size: 1rem; min-height: 46px; padding: 10px 12px; border-radius: var(--radius-sm); border: 1px solid var(--line-ink); background: rgba(255, 255, 255, .06); color: var(--on-ink); color-scheme: dark; }
.est-form select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(220, 172, 100, .28); }
.trip-pick.two { grid-template-columns: repeat(2, 1fr); }
.trip-pick.two span { padding: 9px 6px; font-size: .92rem; }
.days { display: flex; align-items: center; gap: 12px; font-size: .92rem; color: var(--on-ink-muted); }
.days[hidden] { display: none; }
.days output { min-width: 2ch; text-align: center; font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--on-ink); }
.step-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-ink); background: transparent; color: var(--gold); font: 500 1.3rem/1 var(--font); cursor: pointer; }
.step-btn:hover { background: var(--gold); color: var(--ink); }
.est-card { padding: 22px 24px 24px; border-radius: 20px; background: var(--ink-2); border: 1px solid var(--line-ink); box-shadow: 0 34px 70px -34px rgba(0, 0, 0, .8); }
.est-road { position: relative; height: 66px; margin: 4px 6px 8px; }
.est-line { position: absolute; left: 8px; right: 8px; top: 34px; border-top: 3px dashed rgba(255, 255, 255, .25); }
.est-stop { position: absolute; top: 28px; width: 14px; height: 14px; border-radius: 50%; background: var(--on-ink); border: 3px solid var(--ink-2); box-shadow: 0 0 0 2px var(--on-ink-muted); }
.est-stop b { position: absolute; top: 20px; white-space: nowrap; font-size: .8rem; font-weight: 500; color: var(--on-ink-muted); }
.est-from { left: 0; background: var(--gold); box-shadow: 0 0 0 2px var(--gold); }
.est-from b { left: 0; color: var(--gold); }
.est-to { right: 0; }
.est-to b { right: 0; color: var(--on-ink); }
.est-car { position: absolute; top: 4px; left: 0; color: var(--gold); transition: left 1s cubic-bezier(.3, .8, .2, 1); }
.est-car .ic { width: 30px; height: 30px; }
.est-route { margin: 0 0 4px; color: var(--on-ink-muted); font-size: .95rem; }
.est-route span { color: var(--on-ink); font-weight: 500; }
.est-amount { display: flex; align-items: baseline; gap: 12px; margin: 0; flex-wrap: wrap; }
.est-amount small { color: var(--on-ink-muted); font-size: .85rem; }
.est-amount b { font-family: var(--serif); font-size: clamp(2.6rem, 2rem + 2vw, 3.6rem); line-height: 1; font-weight: 700; color: var(--gold); font-variant-numeric: lining-nums; }
.est-break { margin: 6px 0 0; color: var(--on-ink-muted); font-size: .92rem; min-height: 1.5em; }
.est-note { margin: 10px 0 16px; padding-top: 10px; border-top: 1px solid var(--line-ink); color: var(--on-ink-muted); font-size: .84rem; }
.est-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-outline-light { border-color: var(--on-ink-muted); color: var(--on-ink); background: transparent; }
.btn-outline-light:hover { background: var(--on-ink); color: var(--ink); }
@media (max-width: 1024px) { .planner-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .est-actions .btn { flex: 1 1 100%; } .est-card { padding: 18px 16px; } .road-progress { margin: 0 -16px; } }
@media (prefers-reduced-motion: reduce) { .hero-car { animation: none; left: 12%; } .est-car { transition: none; } }
/* css/blogs.css */
.blog-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.blog-hero h1 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.1rem); }
.blog-search { position: relative; margin: 20px 0 16px; max-width: 520px; }
.blog-search .ic { position: absolute; left: 16px; top: 50%; width: 20px; height: 20px; margin-top: -10px; color: var(--gold); pointer-events: none; }
.blog-search input { width: 100%; min-height: 52px; padding: 12px 16px 12px 46px; font: inherit; font-size: 1rem; color: var(--on-ink); background: rgba(255, 255, 255, .08); border: 1px solid var(--line-ink); border-radius: 12px; }
.blog-search input::placeholder { color: #A9B4CC; }
.blog-search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(220, 172, 100, .28); }
.cat-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.cat-tile { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 14px 14px 12px; border-radius: 14px; background: var(--ink-2); border: 1px solid var(--line-ink); text-decoration: none; transition: transform .25s cubic-bezier(.2, .8, .2, 1), border-color .2s, background-color .2s; }
.cat-tile:nth-child(odd) { transform: translateY(6px); }
.cat-tile:last-child:nth-child(odd) { grid-column: 1 / -1; }
.cat-tile:hover { border-color: var(--gold); background: var(--ink-3); transform: translateY(-2px); }
.cat-tile .ic-xl { width: 26px; height: 26px; color: var(--gold); margin-bottom: 4px; }
.cat-tile b { font-weight: 500; font-size: .98rem; }
.cat-tile span { color: var(--on-ink-muted); font-size: .8rem; line-height: 1.35; }
.cat-tile em { margin-top: 4px; font-style: normal; font-size: .76rem; letter-spacing: .04em; color: var(--gold); }
.feat { padding-bottom: 0; margin-top: -34px; position: relative; z-index: 2; }
.feat-card { display: grid; grid-template-columns: 1fr 1.05fr; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px -34px rgba(var(--ink-rgb), .55); }
.feat-media { display: block; min-height: 260px; background: var(--ink); }
.feat-media img { width: 100%; height: 100%; object-fit: cover; }
.feat-body { padding: 26px 28px; display: flex; flex-direction: column; justify-content: center; }
.feat-body h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2.1rem); }
.feat-body h2 a { text-decoration: none; }
.feat-body h2 a:hover { color: var(--gold-deep); }
.feat-body > p { color: var(--muted); }
.feat-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.chips-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); color: var(--text); font: inherit; font-size: .9rem; font-weight: 500; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s; }
.chip .ic { width: 17px; height: 17px; color: var(--gold-deep); }
.chip small { font-weight: 400; color: var(--muted); font-size: .78rem; }
.chip span { min-width: 22px; padding: 1px 7px; border-radius: 999px; background: var(--bg); font-size: .78rem; text-align: center; color: var(--muted); }
.chip:hover { border-color: var(--gold); }
.chip[aria-pressed="true"] { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.chip[aria-pressed="true"] .ic { color: var(--gold); }
.chip[aria-pressed="true"] small { color: var(--on-ink-muted); }
.chip[aria-pressed="true"] span { background: var(--gold); color: var(--ink); }
.result-count { margin: 6px 0 16px; color: var(--muted); font-size: .9rem; }
.empty { padding: 20px; border-radius: 14px; background: var(--paper); border: 1px dashed var(--line); color: var(--muted); }
.empty a { color: var(--gold-deep); font-weight: 500; }
[hidden] { display: none !important; }
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.g-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: box-shadow .3s, transform .3s cubic-bezier(.2, .8, .2, 1); }
.g-card:hover { box-shadow: 0 30px 46px -28px rgba(var(--ink-rgb), .55); transform: translateY(-4px); }
.g-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--ink); }
.g-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.g-card:hover .g-media img { transform: scale(1.05); }
.pill { position: absolute; top: 12px; left: 12px; padding: 3px 10px; border-radius: 6px; font-size: .74rem; font-weight: 600; letter-spacing: .05em; }
.pill-new { left: auto; right: 12px; background: var(--gold); color: var(--ink); }
.tile { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 8px; padding: 18px; color: var(--on-ink); background: radial-gradient(360px 220px at 100% 0%, rgba(220, 172, 100, .28), transparent 70%), linear-gradient(150deg, var(--ink-3), var(--ink)); }
.tile::before { content: ""; position: absolute; left: 18px; right: 18px; top: 42%; border-top: 2px dashed rgba(220, 172, 100, .35); }
.tile .ic-tile { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; color: var(--gold); stroke-width: 1.5; }
.tile b { position: relative; font-family: var(--serif); font-size: 1.55rem; line-height: 1.1; font-weight: 700; }
.g-body { display: flex; flex-direction: column; flex: 1; padding: 16px 18px 18px; }
.g-cat { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 6px; font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); }
.g-cat .ic { width: 15px; height: 15px; }
.g-body h3 { font-family: var(--serif); font-size: 1.32rem; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.g-body h3 a { text-decoration: none; }
.g-body h3 a:hover { color: var(--gold-deep); }
.g-ex { color: var(--muted); font-size: .93rem; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.g-meta { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 0 0 12px; font-size: .82rem; color: var(--muted); }
.g-meta span { display: inline-flex; align-items: center; gap: 5px; }
.g-meta .ic { width: 14px; height: 14px; }
.g-body .link-arrow { margin-top: auto; }
.strip { padding-top: 0; }
.routes-dir { background: var(--tint); }
.r-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; margin: 0; padding: 0; }
.r-card { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px 12px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); transition: border-color .2s, box-shadow .2s; }
.r-card:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.r-main { display: flex; flex-direction: column; text-decoration: none; }
.r-main b { font-family: var(--serif); font-size: 1.28rem; font-weight: 700; line-height: 1.2; }
.r-main span { color: var(--muted); font-size: .88rem; }
.r-main:hover b { color: var(--gold-deep); }
.r-bar { position: relative; display: block; height: 4px; border-radius: 4px; background: var(--bg); }
.r-bar i { position: absolute; left: 0; top: 0; bottom: 0; width: var(--w); border-radius: 4px; background: linear-gradient(90deg, var(--gold), var(--gold-deep)); transition: width .8s cubic-bezier(.2, .8, .2, 1); }
.js .r-card.reveal:not(.in) .r-bar i { width: 0; }
.r-links { display: flex; flex-wrap: wrap; gap: 6px; }
.r-links a { padding: 4px 10px; border-radius: 6px; background: var(--bg); border: 1px solid var(--line); font-size: .8rem; text-decoration: none; transition: background-color .2s, color .2s, border-color .2s; }
.r-links a:hover { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.faq { background: var(--bg); }
@media (max-width: 1024px) {
.blog-hero-grid { grid-template-columns: 1fr; }
.cat-tiles { grid-template-columns: repeat(4, 1fr); }
.cat-tile:nth-child(odd) { transform: none; }
.g-grid, .r-grid { grid-template-columns: repeat(2, 1fr); }
.feat-card { grid-template-columns: 1fr; }
.feat-media { min-height: 0; aspect-ratio: 3 / 2; }
}
@media (max-width: 760px) {
.cat-tiles { display: flex; overflow-x: auto; margin: 0 -16px; padding: 4px 16px 8px; gap: 10px; scrollbar-width: none; scroll-snap-type: x proximity; }
.cat-tiles::-webkit-scrollbar { display: none; }
.cat-tile { flex: 0 0 62%; scroll-snap-align: start; }
.chips-row { flex-wrap: nowrap; overflow-x: auto; margin: 0 -16px 8px; padding: 2px 16px 6px; scrollbar-width: none; }
.chips-row::-webkit-scrollbar { display: none; }
.chip { flex: none; white-space: nowrap; }
}
@media (max-width: 600px) {
.g-grid, .r-grid { grid-template-columns: 1fr; }
.feat { margin-top: -26px; }
.feat-body { padding: 20px 18px; }
.feat-actions .btn { flex: 1 1 100%; }
}
@media (prefers-reduced-motion: reduce) {
.g-card:hover, .cat-tile:hover { transform: none; }
.g-card:hover .g-media img { transform: none; }
}
.how-to { padding-bottom: 20px; }
.prose { max-width: 800px; margin: 0 auto; padding: 28px 32px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); }
.prose h2 { margin-bottom: .5em; }
.prose p:not(.kicker) { color: var(--muted); }
.prose a { color: var(--gold-deep); font-weight: 500; text-underline-offset: 3px; }
@media (max-width: 600px) { .prose { padding: 20px 16px; } }
.guides, .strip, .routes-dir, .how-to, .faq { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.routes-dir { contain-intrinsic-size: auto 5200px; }
.g-card { content-visibility: auto; contain-intrinsic-size: auto 470px; }
.r-card { content-visibility: auto; contain-intrinsic-size: auto 118px; }
