@font-face {
font-family: "Plus Jakarta Sans";
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url("/assets/fonts/jakarta-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: "Plus Jakarta Sans";
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url("/assets/fonts/jakarta-latinext.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: "Plus Jakarta Sans Fallback";
src: local("Arial");
ascent-override: 82.38%;
descent-override: 17.62%;
line-gap-override: 0%;
size-adjust: 132.53%;
}
@font-face {
font-family: "Fraunces";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("/assets/fonts/fraunces-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: "Fraunces";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("/assets/fonts/fraunces-latinext.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;
}
:root {
color-scheme: light;
--paper: #f7f5f0; 
--paper-2: #ffffff; 
--sand: #efeae0; 
--tint: #f0ede6; 
--ink: #10222b; 
--ink-strong: #10222b; 
--muted: #52646c; 
--sea: #a8461f; 
--sea-strong: #10222b; 
--red: #a8461f; 
--red-strong: #8a3819; 
--orange: #a8461f; 
--orange-strong: #a8461f; 
--orange-deep: #8a3819; 
--clay-text: #a8461f; 
--poppy: #8a3819; 
--gold: #a8461f; 
--sun: #e39a63; 
--gold-strong: #8a3819; 
--deep: #0b222b; 
--navy: #0b222b;
--hero-bg-1: #0b222b; 
--hero-bg-2: #06161d; 
--hero-ink: #f4f1e9; 
--hero-muted: #afc3c6; 
--bone-muted: #afc3c6; 
--hero-accent: #e39a63; 
--jade: #a8461f; 
--jade-strong: #a8461f; 
--jade-bright: #e39a63; 
--jade-tint: #f0ede6; 
--ok: #15803d; 
--warn: #b91c1c; 
--warn-text: #b91c1c; 
--border: #e4dfd4; 
--border-2: #d3ccbe; 
--border-input: #688089; 
--focus: #155e75; 
--shadow-1: 0 1px 2px 0 rgb(16 34 43 / 0.06); 
--shadow: 0 1px 3px 0 rgb(16 34 43 / 0.1), 0 1px 2px -1px rgb(16 34 43 / 0.1); 
--shadow-2: 0 4px 6px -1px rgb(16 34 43 / 0.1), 0 2px 4px -2px rgb(16 34 43 / 0.1); 
--shadow-3: 0 10px 15px -3px rgb(16 34 43 / 0.1), 0 4px 6px -4px rgb(16 34 43 / 0.1); 
--shadow-4: 0 20px 25px -5px rgb(16 34 43 / 0.1), 0 8px 10px -6px rgb(16 34 43 / 0.1); 
--shadow-hover: 0 4px 6px -1px rgb(16 34 43 / 0.12), 0 2px 4px -2px rgb(16 34 43 / 0.1);
--shadow-red: 0 1px 3px 0 rgb(16 34 43 / 0.14); 
--ease-out: cubic-bezier(0.16, 1, 0.3, 1); 
--ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
--dur-fast: 150ms;
--dur: 220ms;
--dur-slow: 300ms;
--chip-red: #efeae0; 
--chip-red-line: #e4dfd4; 
--chip-slate: #f0ede6; 
--chip-slate-line: #e4dfd4; 
--radius: 14px; 
--radius-lg: 18px; 
--radius-tight: 8px; 
--radius-pill: 999px;
--target: 44px; 
--tracking-caps: 0.18em; 
--shell-max: 1200px; 
--shell-gutter: 1.25rem; 
--sans:
"Plus Jakarta Sans", "Plus Jakarta Sans Fallback", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
--display: "Fraunces", Georgia, "Times New Roman", serif;
--mono: var(--sans);
--step-2xs: 0.74rem;
--step-xs: 0.82rem;
--step-sm: 0.86rem;
--step-md: 0.88rem;
--step-lg: 0.92rem;
--step-base: 1rem;
--step-lead: 1.1rem;
--step-h4: 1.25rem;
--step-h3: 1.3rem;
font-family: var(--sans);
}
* {
box-sizing: border-box;
}
html {
background: var(--paper);
color: var(--ink);
scroll-behavior: smooth;
scroll-padding-top: 5rem;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
min-width: 320px;
background: var(--paper);
color: var(--ink);
font-family: var(--sans);
font-size: clamp(1rem, 0.97rem + 0.15vw, 1.06rem);
line-height: 1.6;
letter-spacing: 0.004em;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
[hidden] {
display: none !important;
}
img {
display: block;
max-width: 100%;
height: auto;
}
a {
color: var(--jade-strong);
text-underline-offset: 0.18em;
}
a:hover {
color: var(--poppy);
}
:focus-visible {
outline: 3px solid var(--focus);
outline-offset: 3px;
border-radius: 4px;
}
button,
input,
select,
textarea {
font: inherit;
}
button,
.button,
.ghost-button,
.text-link {
min-height: var(--target);
}
button,
.button,
.ghost-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
border-radius: var(--radius-tight);
border: 1px solid var(--red);
padding: 0.78rem 1.4rem;
background: var(--red);
color: #ffffff;
font-family: var(--sans);
font-weight: 500;
letter-spacing: normal;
text-decoration: none;
cursor: pointer;
box-shadow: none;
transition:
background 0.15s ease,
color 0.15s ease,
box-shadow 0.15s ease,
border-color 0.15s ease;
}
button:hover,
.button:hover {
background: var(--red-strong);
border-color: var(--red-strong);
color: #ffffff;
}
button:active,
.button:active {
background: var(--red-strong);
}
button:disabled {
cursor: not-allowed;
opacity: 0.55;
}
.ghost-button,
.button-compact {
background: var(--paper-2);
color: var(--ink);
border-color: var(--border-input);
box-shadow: var(--shadow-1);
}
.ghost-button:hover,
.button-compact:hover {
background: var(--sand);
border-color: var(--border-input);
color: var(--ink);
}
.text-link {
display: inline-flex;
align-items: center;
font-weight: 500;
color: var(--jade-strong);
text-underline-offset: 0.2em;
}
.text-link:hover {
text-decoration: underline;
}
.skip-link {
position: absolute;
left: 1rem;
top: 1rem;
z-index: 20;
transform: translateY(-150%);
background: var(--deep);
color: #ffffff;
padding: 0.75rem 1rem;
border-radius: var(--radius-tight);
}
.skip-link:focus {
transform: translateY(0);
}
.shell {
width: min(var(--shell-max), calc(100% - 2 * var(--shell-gutter)));
margin: 0 auto;
}
.site-header {
position: sticky;
top: 0;
z-index: 10;
background: var(--hero-bg-1);
border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.nav-shell,
.nav-actions,
.brand,
.market-chip,
.hero-actions {
display: flex;
align-items: center;
}
.site-header .nav-shell,
.site-footer .shell {
width: min(var(--shell-max), 100%);
padding-inline: 2rem;
}
.nav-shell {
min-height: 72px;
justify-content: flex-start;
gap: 0.75rem;
}
.brand {
gap: 0.75rem; 
color: var(--hero-ink);
font-family: var(--display);
font-weight: 600;
text-decoration: none;
}
.brand small,
.brand strong {
display: block;
}
.brand strong {
font-weight: 600;
font-size: 1.125rem; 
line-height: 1.5556; 
letter-spacing: -0.025em; 
}
.brand small {
margin-top: 1px;
color: var(--hero-muted);
font-family: var(--sans);
font-size: 0.6875rem; 
font-weight: 600;
letter-spacing: 0.2em; 
line-height: 1.25; 
}
.brand-mark {
display: inline-grid;
place-items: center;
width: 36px; 
height: 36px;
border-radius: var(--radius-tight); 
background: var(--jade);
color: #ffffff;
font-family: var(--display);
font-weight: 600;
font-size: 1.125rem; 
}
.nav-actions {
order: 2;
margin-inline: auto;
gap: 0.25rem; 
}
.nav-actions a,
.market-chip,
.nav-cta {
display: inline-flex;
align-items: center;
border-radius: var(--radius-tight);
color: var(--hero-muted);
text-decoration: none;
font-weight: 500;
font-size: 0.875rem; 
transition:
background var(--dur-fast) var(--ease-out),
color var(--dur-fast) var(--ease-out),
border-color var(--dur-fast) var(--ease-out),
box-shadow var(--dur-fast) var(--ease-out);
}
.nav-actions a {
position: relative;
padding: 0.5rem 0.875rem; 
line-height: 1.4286; 
}
.nav-actions a::after {
content: "";
position: absolute;
inset: auto 0.875rem 2px;
height: 1px;
background: var(--hero-accent);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.2s var(--ease-out);
}
.nav-actions a:hover {
color: var(--hero-ink);
}
.nav-actions a:hover::after {
transform: none;
}
.nav-actions a[aria-current="page"] {
color: var(--hero-ink);
}
.nav-actions a[aria-current="page"]::after {
height: 2px;
transform: none;
}
.nav-cta {
order: 4;
min-height: 40px; 
padding: 0 1.25rem; 
background: var(--orange-strong);
color: #ffffff !important;
font-weight: 600; 
}
.nav-cta:hover {
background: var(--orange-deep);
color: #ffffff !important;
}
.market-chip {
order: 3;
flex-direction: column;
align-items: flex-start;
gap: 1px; 
max-width: 15rem; 
padding: 0.375rem 0.875rem; 
text-align: left;
border: 1px solid rgb(255 255 255 / 0.42);
background: transparent;
color: var(--hero-ink);
}
.market-chip-lang {
font-size: 0.875rem; 
line-height: 1.4286;
font-weight: 600;
color: var(--hero-ink);
}
.market-chip-market {
font-size: 0.75rem; 
line-height: 1.3334;
font-weight: 500;
color: var(--hero-muted);
}
.market-chip:hover {
background: rgb(255 255 255 / 0.05); 
border-color: rgb(255 255 255 / 0.62);
}
.site-header :focus-visible,
.trust-line :focus-visible,
.hero :focus-visible,
.reservation-band :focus-visible,
.site-footer :focus-visible {
outline-color: var(--hero-accent);
}
.nav-toggle {
display: none;
}
.nav-toggle::marker,
.nav-toggle::-webkit-details-marker {
display: none;
content: "";
}
.nav-toggle-icon {
position: relative;
display: inline-block;
width: 14px;
height: 1.5px;
border-radius: 1px;
background: currentColor;
transition: background 0.2s var(--ease-out);
}
.nav-toggle-icon::before,
.nav-toggle-icon::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 14px;
height: 1.5px;
border-radius: 1px;
background: currentColor;
transition: transform 0.2s var(--ease-out);
}
.nav-toggle-icon::before {
transform: translateY(-5px);
}
.nav-toggle-icon::after {
transform: translateY(5px);
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.nav-disclosure {
display: none;
}
.breadcrumb {
margin: 0 0 0.9rem;
}
.breadcrumb-trail {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.15rem 0.55rem;
margin: 0;
padding: 0;
list-style: none;
color: var(--muted);
font-size: var(--step-xs);
letter-spacing: 0.01em;
}
.breadcrumb-trail li {
display: inline-flex;
align-items: center;
gap: 0.55rem;
min-height: 1.5rem;
}
.breadcrumb-trail li + li::before {
content: "\203A";
color: var(--border-2);
font-weight: 600;
}
.breadcrumb-trail a {
display: inline-flex;
align-items: center;
min-height: 24px;
color: var(--muted);
text-decoration: none;
}
.breadcrumb-trail a:hover {
color: var(--sea-strong);
text-decoration: underline;
}
.breadcrumb-trail [aria-current="page"] {
color: var(--ink-strong);
font-weight: 600;
}
.hero {
position: relative;
isolation: isolate;
overflow: hidden;
min-height: min(86vh, 720px);
display: flex;
align-items: flex-end;
padding: clamp(3rem, 8vw, 6rem) 0 clamp(2.4rem, 4.5vw, 3.6rem);
background: linear-gradient(155deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
color: var(--hero-ink);
}
.hero > * {
position: relative;
}
.hero-media {
position: absolute;
inset: 0;
z-index: -1;
}
.hero-media .hero-photo {
width: 100%;
height: 100%;
min-height: 0;
aspect-ratio: auto;
object-fit: cover;
object-position: 50% 42%;
border-radius: 0;
}
.hero-media::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(
180deg,
rgb(6 39 47 / 0.55) 0%,
rgb(6 39 47 / 0.16) 32%,
rgb(6 39 47 / 0.34) 64%,
rgb(6 39 47 / 0.8) 100%
),
linear-gradient(96deg, rgb(6 39 47 / 0.64) 0%, rgb(6 39 47 / 0.14) 58%, rgb(6 39 47 / 0) 100%);
}
.hero-media .photo-credit {
position: absolute;
right: 0.95rem;
bottom: 0.6rem;
margin: 0;
color: rgb(244 239 230 / 0.78);
font-size: 0.72rem;
}
.hero-media .photo-credit a {
color: rgb(244 239 230 / 0.92);
}
.hero-inner {
display: grid;
grid-template-columns: minmax(0, 1fr);
justify-items: start;
gap: clamp(1.6rem, 3.2vw, 2.6rem);
width: 100%;
}
.hero-copy {
max-width: 46ch;
}
.hero .eyebrow {
color: var(--hero-accent);
}
.hero .eyebrow::before {
background: var(--jade-bright);
}
.hero .display {
color: var(--hero-ink);
max-width: 15ch;
font-size: clamp(2.9rem, 1.3rem + 6.2vw, 5.6rem);
line-height: 1.02;
text-shadow: 0 2px 24px rgb(6 39 47 / 0.38);
}
.display-price {
color: var(--hero-accent);
}
.hero .lede {
color: var(--hero-muted);
}
.hero .notice {
border-color: rgb(255 255 255 / 0.18);
background: rgb(255 255 255 / 0.08);
color: var(--hero-ink);
}
.hero .notice strong {
color: var(--hero-ink);
}
.hero .button {
background: var(--hero-accent);
border-color: var(--hero-accent);
color: var(--ink-strong);
}
.hero .button:hover {
background: #fecaca;
border-color: #fecaca;
color: var(--ink-strong);
}
.hero .ghost-button {
background: rgb(255 255 255 / 0.08);
color: var(--hero-ink);
border-color: rgb(255 255 255 / 0.32);
}
.hero .ghost-button:hover {
background: rgb(255 255 255 / 0.16);
border-color: rgb(255 255 255 / 0.55);
color: var(--hero-ink);
}
.trust-line {
padding: 0.85rem 0;
background: var(--hero-bg-2);
}
.hero-trust {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.3rem 0.7rem;
margin: 0;
padding: 0;
list-style: none;
color: var(--hero-ink);
font-size: var(--step-md);
font-weight: 500;
text-align: center;
}
.hero-trust li {
display: inline-flex;
align-items: center;
gap: 1rem;
}
.hero-trust li + li::before {
content: "\00B7";
color: rgb(255 255 255 / 0.6);
font-weight: 600;
}
.trust-icon {
display: inline-flex;
flex: none;
color: var(--hero-accent);
}
.hero-stats {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
margin: 1.25rem 0 0;
padding: 0;
list-style: none;
}
.hero-stats li {
display: inline-flex;
align-items: baseline;
gap: 0.4rem;
border: 1px solid rgb(255 255 255 / 0.22);
border-radius: var(--radius-pill);
padding: 0.4rem 0.85rem;
background: rgb(255 255 255 / 0.08);
color: var(--hero-ink);
font-size: var(--step-sm);
}
.hero-stats strong {
font-family: var(--display);
font-weight: 600;
font-size: var(--step-lead);
color: #ffffff;
font-variant-numeric: tabular-nums;
}
.display,
.editorial-title {
margin: 0;
color: var(--ink-strong);
font-family: var(--display);
font-weight: 600;
line-height: 1.06;
letter-spacing: -0.015em;
}
.display {
max-width: 18ch;
font-weight: 600;
letter-spacing: -0.02em;
font-size: clamp(2.5rem, 1.5rem + 4.2vw, 4.5rem);
}
.editorial-title {
max-width: 900px;
font-size: clamp(2.1rem, 1.4rem + 3.4vw, 4.1rem);
}
h1,
h2,
h3,
legend {
font-weight: 600;
letter-spacing: -0.015em;
}
h1,
h2 {
font-family: var(--display);
}
.lede {
max-width: 640px;
margin-top: 1.15rem;
color: var(--muted);
font-size: clamp(1.08rem, 1rem + 0.45vw, 1.32rem);
line-height: 1.55;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 0.6rem;
margin: 0 0 0.85rem;
color: var(--sea);
font-family: var(--sans);
font-size: var(--step-2xs);
font-weight: 600;
letter-spacing: var(--tracking-caps);
}
.eyebrow::before {
content: "";
width: 1.5rem;
height: 2px;
background: var(--sea);
}
.hero-actions {
gap: 0.7rem;
flex-wrap: wrap;
margin: 1.4rem 0 1.1rem;
}
.notice,
.status-banner,
.alert {
border: 1px solid var(--border);
border-left: 3px solid var(--warn);
border-radius: var(--radius-tight);
padding: 0.95rem 1.1rem;
background: var(--paper-2);
color: var(--ink);
}
.status-banner {
border-left-color: var(--border-2);
}
.status-banner.is-warning {
border-left-color: var(--warn);
}
.status-banner.is-success {
border-left-color: var(--ok);
}
.hero-photo {
width: 100%;
height: 100%;
min-height: 320px;
aspect-ratio: 4 / 5;
object-fit: cover;
border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.photo-credit,
figcaption {
margin: 0.55rem 0 0;
color: var(--muted);
font-size: 0.78rem;
}
.offer-card,
.form-card,
.summary-card,
.location-card,
.editorial-card,
.empty-state,
.source-box {
border: 1px solid var(--border);
border-radius: var(--radius);
background: var(--paper-2);
}
.search-panel {
position: relative;
color: var(--ink);
}
fieldset {
min-inline-size: 0;
margin: 0;
padding: 0;
border: 0;
}
legend {
display: block;
margin-bottom: 1rem;
padding-top: 0.35rem;
color: var(--ink-strong);
font-family: var(--display);
font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.6rem);
line-height: 1.1;
}
.search-grid,
.form-grid,
.filter-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(148px, 100%), 1fr));
gap: 0.85rem;
}
.reservation-card .search-grid {
align-items: end;
}
.location-field {
grid-column: 1 / -1;
}
.driver-details {
margin-top: 0.9rem;
}
.driver-summary {
margin: 0 0 0.2rem;
color: var(--sea-strong);
font-weight: 600;
font-size: var(--step-lg);
}
.driver-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.85rem;
margin-top: 0.75rem;
}
.field {
margin: 0;
}
label {
display: grid;
gap: 0.35rem;
color: var(--ink);
font-size: var(--step-md);
font-weight: 500;
letter-spacing: 0.01em;
}
input,
select,
textarea {
min-height: var(--target);
width: 100%;
border: 1px solid var(--border-input);
border-radius: var(--radius-tight);
padding: 0.68rem 0.8rem;
background: #ffffff;
color: var(--ink);
font-family: var(--sans);
box-shadow: var(--shadow-1);
transition:
border-color 0.18s ease,
box-shadow 0.18s ease;
}
input:focus,
select:focus,
textarea:focus {
outline: 2px solid var(--focus);
outline-offset: 2px;
border-color: var(--focus);
box-shadow:
var(--shadow-1),
0 0 0 3px rgb(21 94 117 / 0.18);
}
input:disabled,
select:disabled {
background: var(--paper-2);
color: var(--muted);
cursor: not-allowed;
}
small,
.muted,
.search-footnote {
color: var(--muted);
}
.search-submit {
width: 100%;
min-height: 56px;
margin-top: 1.15rem;
background: var(--red);
border-color: var(--red);
color: #ffffff;
font-size: 1.05rem;
}
.search-submit:hover {
background: var(--red-strong);
border-color: var(--red-strong);
color: #ffffff;
}
.reservation-band {
padding: clamp(2.4rem, 5vw, 4.2rem) 0;
background: var(--deep);
color: #ffffff;
}
.hero-search {
width: 100%;
max-width: 720px;
margin-top: clamp(0.4rem, 1.6vw, 1rem);
}
.search-hero-card {
margin-inline: 0;
border: 1px solid rgb(255 255 255 / 0.65);
box-shadow: var(--shadow-4);
}
.process-steps {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.4rem 1.6rem;
}
.reservation-card {
padding: clamp(1.4rem, 3vw, 2rem);
border-radius: var(--radius-lg);
background: #ffffff;
color: var(--ink);
box-shadow: var(--shadow-3);
transition: box-shadow 0.25s ease;
}
.reservation-card legend {
color: var(--ink-strong);
}
.reservation-band .eyebrow {
color: var(--hero-accent);
}
.reservation-band .eyebrow::before {
background: var(--hero-accent);
}
.reservation-heading {
margin: 0 0 1.4rem;
font-family: var(--display);
font-weight: 600;
font-size: clamp(1.7rem, 1.3rem + 1.8vw, 2.5rem);
line-height: 1.12;
color: #ffffff;
}
.reservation-heading em {
font-style: italic;
color: var(--hero-accent);
}
.reservation-steps {
display: grid;
gap: 1.15rem;
margin: 0;
padding: 0;
list-style: none;
}
.reservation-steps li {
display: flex;
gap: 0.9rem;
align-items: flex-start;
}
.reservation-steps .step-index {
flex: none;
display: inline-grid;
place-items: center;
width: 34px;
height: 34px;
border-radius: 999px;
border: 1px solid rgb(255 255 255 / 0.35);
color: var(--hero-accent);
font-family: var(--mono);
font-weight: 600;
font-size: var(--step-lg);
}
.reservation-steps h3 {
margin: 0 0 0.2rem;
color: #ffffff;
font-size: var(--step-base);
font-weight: 600;
}
.reservation-steps p {
margin: 0;
color: var(--hero-muted);
font-size: var(--step-lg);
line-height: 1.5;
}
@media (max-width: 860px) {
.process-steps {
grid-template-columns: minmax(0, 1fr);
}
}
.why-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.1rem;
}
.why-card {
padding: 1.3rem 1.2rem;
border: 1px solid var(--border);
border-radius: var(--radius);
background: var(--paper-2);
}
.why-card .value-icon {
margin-bottom: 0.7rem;
}
.why-card:nth-of-type(even) .value-icon {
background: var(--chip-slate);
border-color: var(--chip-slate-line);
color: var(--deep);
}
.why-card h3 {
margin: 0 0 0.35rem;
font-family: var(--display);
font-size: 1.14rem;
letter-spacing: -0.01em;
}
.why-card p {
margin: 0;
color: var(--muted);
font-size: var(--step-lg);
line-height: 1.5;
}
@media (max-width: 900px) {
.why-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.why-grid {
grid-template-columns: minmax(0, 1fr);
}
}
.section {
padding: clamp(2.4rem, 6vw, 7rem) 0;
}
.error-shell {
display: grid;
align-content: center;
min-height: 46vh;
}
.section-tint {
background: var(--sand);
border-block: 1px solid var(--border);
}
.section-head {
display: flex;
gap: 1rem;
justify-content: space-between;
align-items: end;
margin-bottom: 1.5rem;
}
.section-head h2 {
margin: 0;
max-width: 780px;
color: var(--ink-strong);
font-family: var(--display);
font-size: clamp(1.8rem, 1.3rem + 2.2vw, 2.8rem);
line-height: 1.05;
letter-spacing: -0.01em;
}
.section-head p {
max-width: 460px;
color: var(--muted);
}
.location-grid,
.editorial-grid,
.offer-list {
display: grid;
gap: 1rem;
}
.location-grid,
.editorial-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.location-card,
.editorial-card,
.empty-state,
.source-box {
padding: 1.3rem;
box-shadow: var(--shadow-1);
transition:
transform 0.22s ease,
box-shadow 0.22s ease,
border-color 0.22s ease;
}
.location-card:hover,
.editorial-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-hover);
border-color: var(--border-2);
}
.why-card:hover .value-icon {
transform: translateY(-2px) scale(1.06);
}
.value-icon {
transition:
transform var(--dur) var(--ease-spring),
background var(--dur) var(--ease-out),
border-color var(--dur) var(--ease-out);
}
.location-type,
.editorial-card span {
color: var(--sea);
font-size: var(--step-2xs);
font-weight: 600;
letter-spacing: var(--tracking-caps);
text-transform: uppercase;
}
.value-icon {
display: inline-grid;
place-items: center;
width: 48px;
height: 48px;
margin-bottom: 0.9rem;
border-radius: 14px;
background: var(--chip-red);
border: 1px solid var(--chip-red-line);
color: var(--sea);
font-weight: 600;
font-size: var(--step-lead);
}
.market-section ul {
padding-left: 1.15rem;
}
.site-footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.results-panel {
display: grid;
gap: 1rem;
}
.offer-filters {
padding: 1rem;
border: 1px solid var(--border);
border-radius: var(--radius);
background: var(--paper-2);
}
.filter-check {
align-self: end;
}
.filter-check label {
display: flex;
min-height: var(--target);
align-items: center;
gap: 0.55rem;
text-transform: none;
font-family: var(--sans);
font-size: var(--step-base);
}
.filter-check input {
width: auto;
min-height: auto;
}
.offer-list {
grid-template-columns: 1fr;
}
.offer-card {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
gap: 1rem;
padding: 1.15rem;
box-shadow: var(--shadow-1);
}
.quick-terms {
display: grid;
}
.offer-details summary {
font-size: var(--step-md);
letter-spacing: 0.01em;
}
.catalogue-grid {
display: grid;
gap: 1rem;
margin-top: 1.4rem;
}
.empty-state {
display: grid;
justify-items: center;
gap: 0.55rem;
padding: clamp(1.6rem, 4vw, 2.6rem);
text-align: center;
}
.empty-icon {
display: inline-grid;
place-items: center;
width: 58px;
height: 58px;
margin-bottom: 0.4rem;
border-radius: var(--radius-pill);
background: var(--chip-red);
border: 1px solid var(--chip-red-line);
color: var(--sea);
}
.empty-state .button {
margin-top: 0.5rem;
}
.catalogue-layout {
display: grid;
grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
gap: 1rem;
align-items: start;
margin-top: 1rem;
}
.catalogue-sidebar {
position: sticky;
top: 116px;
}
.catalogue-filter-sheet,
.catalogue-status {
border: 1px solid var(--border-2);
border-radius: var(--radius);
background: var(--paper-2);
}
.catalogue-filter-sheet {
padding: 0.95rem;
box-shadow: var(--shadow-1);
}
.catalogue-filter-sheet summary {
display: flex;
min-height: var(--target);
align-items: center;
color: var(--sea-strong);
font-weight: 600;
}
.catalogue-filters {
display: grid;
gap: 1rem;
margin-top: 0.85rem;
}
.catalogue-filters fieldset {
display: grid;
gap: 0.85rem;
}
.filter-actions,
.empty-actions {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
}
.filter-actions > *,
.empty-actions > * {
min-width: var(--target);
}
.catalogue-status {
display: grid;
gap: 0.6rem;
margin-top: 1rem;
padding: 1rem;
box-shadow: var(--shadow-1);
}
.catalogue-status p {
margin: 0;
}
.active-filters {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
margin: 0;
padding: 0;
list-style: none;
}
.active-filters li {
min-height: 32px;
display: inline-flex;
align-items: center;
border: 1px solid var(--border-2);
border-radius: 999px;
padding: 0.35rem 0.7rem;
background: var(--paper-2);
color: var(--ink-strong);
font-size: var(--step-xs);
font-weight: 600;
}
.catalogue-results {
min-width: 0;
}
.catalogue-results h2 {
margin-top: 0;
font-family: var(--display);
}
.listing-card {
display: grid;
grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) minmax(230px, 250px);
gap: 0.9rem;
padding: 1.15rem;
border: 1px solid var(--border);
border-radius: var(--radius);
background: var(--paper-2);
box-shadow: var(--shadow);
transition:
transform 0.22s ease,
box-shadow 0.22s ease,
border-color 0.22s ease;
}
.listing-card:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-hover);
border-color: var(--border-2);
}
.listing-media {
margin: 0;
}
.listing-media img {
width: 100%;
aspect-ratio: 16 / 11;
object-fit: cover;
border-radius: var(--radius-tight);
border: 1px solid var(--border-2);
}
.listing-media-empty {
display: grid;
gap: 0.6rem;
min-height: 180px;
place-items: center;
padding: 1rem;
border: 1px dashed var(--border-2);
border-radius: var(--radius-tight);
background: var(--sand);
color: var(--muted);
text-align: center;
}
.listing-media-empty .media-placeholder-icon {
width: 40px;
height: 40px;
color: var(--border-2);
}
.listing-media-empty span {
font-size: var(--step-xs);
font-weight: 500;
}
.listing-media-representative {
align-self: start;
position: relative;
margin: 0;
}
.listing-media-representative img {
display: block;
width: 100%;
aspect-ratio: 16 / 11;
object-fit: cover;
border-radius: var(--radius-tight);
border: 1px solid var(--border-2);
}
.listing-media-representative .representative-badge {
position: absolute;
left: 0.6rem;
bottom: 0.6rem;
padding: 0.32rem 0.7rem;
border-radius: var(--radius-pill);
background: var(--ink-strong);
color: #ffffff;
font-size: var(--step-2xs);
font-weight: 600;
letter-spacing: 0.01em;
}
.listing-card h3 {
font-family: var(--sans);
font-weight: 600;
font-size: var(--step-h4);
letter-spacing: -0.01em;
}
.listing-card h3 a {
color: var(--ink-strong);
text-decoration: none;
}
.listing-card h3 a:hover,
.listing-card h3 a:focus-visible {
color: var(--jade-strong);
text-decoration: underline;
}
.listing-price {
display: grid;
align-content: start;
gap: 0.55rem;
border-left: 1px solid var(--border);
padding-left: 1.15rem;
}
.price-breakdown {
display: grid;
gap: 0.5rem;
margin: 0;
}
.price-breakdown div {
display: grid;
gap: 0.15rem;
padding-bottom: 0.45rem;
border-bottom: 1px solid var(--border);
}
.price-breakdown dd {
text-align: left;
color: var(--ink);
font-variant-numeric: tabular-nums;
}
.listing-quote-form {
display: grid;
gap: 0.65rem;
}
.listing-quote-form button {
width: 100%;
}
.listing-price .text-link {
justify-content: center;
font-size: var(--step-sm);
font-weight: 500;
color: var(--muted);
}
.listing-price .text-link:hover,
.listing-price .text-link:focus-visible {
color: var(--jade-strong);
}
.pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 1.3rem;
}
.pagination a {
display: inline-flex;
align-items: center;
min-height: var(--target);
padding: 0 0.85rem;
border-radius: 999px;
}
.offer-card h3,
.location-card h3,
.editorial-card h3 {
margin: 0.35rem 0;
color: var(--ink-strong);
font-family: var(--display);
}
.vehicle-specs,
.quick-terms,
.terms-grid,
.price-panel dl,
.summary-card dl,
.form-card dl {
display: grid;
gap: 0.55rem;
}
.vehicle-specs,
.quick-terms {
grid-template-columns: repeat(3, minmax(0, 1fr));
margin: 1rem 0;
}
.rental-terms {
grid-template-columns: repeat(2, minmax(0, 1fr));
margin: 1rem 0 0;
}
.listing-card .vehicle-specs {
grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
}
.rental-terms-compact {
grid-template-columns: 1fr;
gap: 0;
margin: 0.7rem 0 0;
border-top: 1px solid var(--border);
}
.listing-card .rental-terms-compact div {
display: grid;
grid-template-columns: 1fr auto;
align-items: baseline;
gap: 0.4rem 0.8rem;
padding: 0.42rem 0;
border: 0;
border-bottom: 1px solid var(--border);
border-radius: 0;
background: transparent;
}
.listing-card .rental-terms-compact dt {
color: var(--muted);
font-size: var(--step-xs);
}
.listing-card .rental-terms-compact dd {
text-align: right;
color: var(--ink);
font-size: var(--step-sm);
font-weight: 500;
}
.listing-card .vehicle-specs dd {
font-size: var(--step-sm);
}
.listing-card .vehicle-specs div {
padding: 0.6rem 0.65rem;
}
.terms-detail-link {
margin-top: 0.6rem;
font-size: var(--step-sm);
font-weight: 500;
color: var(--muted);
}
.terms-detail-link:hover,
.terms-detail-link:focus-visible {
color: var(--jade-strong);
}
.terms-groups {
display: grid;
gap: 1.1rem;
margin-top: 1rem;
}
.terms-group h3 {
margin: 0 0 0.55rem;
color: var(--sea-strong);
font-size: var(--step-lg);
letter-spacing: 0.01em;
}
.terms-group dl {
grid-template-columns: repeat(2, minmax(0, 1fr));
margin: 0;
}
.catalogue-summary-bar {
position: sticky;
top: 60px;
z-index: 5;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.6rem;
margin: 0 0 1rem;
padding: 0.75rem 1rem;
border: 1px solid var(--border);
border-radius: var(--radius-tight);
background: var(--paper-2);
box-shadow: var(--shadow-1);
font-size: 0.9rem;
}
.catalogue-summary-bar strong {
color: var(--ink-strong);
}
.vehicle-specs div,
.quick-terms div,
.terms-grid div {
padding: 0.8rem;
border: 1px solid var(--border);
border-radius: var(--radius-tight);
background: var(--sand);
}
.terms-grid:has(> dt) {
grid-template-columns: auto 1fr;
align-items: baseline;
gap: 0.4rem 1rem;
}
.terms-grid:has(> dt) > dd {
text-align: right;
}
[data-quote-conditions-summary] .terms-grid > dd {
text-align: left;
}
dt {
color: var(--muted);
font-family: var(--mono);
font-size: var(--step-2xs);
font-weight: 600;
letter-spacing: 0.02em;
}
dd {
margin: 0;
color: var(--ink-strong);
font-weight: 600;
font-variant-numeric: tabular-nums;
overflow-wrap: break-word;
}
details {
margin-top: 1rem;
}
summary {
min-height: var(--target);
display: flex;
align-items: center;
cursor: pointer;
color: var(--sea-strong);
font-weight: 600;
}
.price-panel {
display: grid;
align-content: start;
gap: 0.75rem;
border-left: 1px solid var(--border);
padding-left: 1.15rem;
}
.price-total {
margin: 0;
}
.price-total span,
.price-daily,
.pay-split {
color: var(--muted);
font-size: var(--step-sm);
font-variant-numeric: tabular-nums;
}
.price-total strong {
display: block;
color: var(--ink-strong);
font-family: var(--sans);
font-weight: 700;
font-variant-numeric: tabular-nums;
font-size: clamp(1.7rem, 4vw, 2.3rem);
line-height: 1.05;
letter-spacing: -0.02em;
}
.listing-card .price-total strong {
font-size: 1.35rem;
letter-spacing: -0.01em;
overflow-wrap: anywhere;
}
.checkout-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
gap: 1rem;
}
.form-card,
.summary-card {
padding: 1.3rem;
}
.form-card h2,
.summary-card h2 {
font-family: var(--display);
}
.summary-card {
position: sticky;
top: 72px;
align-self: start;
border: 1px solid var(--border-2);
box-shadow: var(--shadow);
}
.process-mini {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
padding-left: 0;
list-style: none;
counter-reset: process-step;
}
.process-mini li {
counter-increment: process-step;
}
.process-mini li::before {
content: counter(process-step) ". ";
font-weight: 600;
}
.blog-article {
width: min(760px, calc(100% - 2rem));
margin: 0 auto;
}
.blog-article p {
max-width: 68ch;
}
.blog-article h1 {
font-family: var(--display);
}
.blog-article h2 {
max-width: 68ch;
margin: 2.1rem 0 0.7rem;
font-size: clamp(1.28rem, 1.16rem + 0.6vw, 1.55rem);
line-height: 1.3;
}
.blog-hero-media {
margin: 0 0 1.5rem;
}
.blog-hero-media img,
.location-card .card-media img {
display: block;
width: 100%;
height: auto;
border-radius: var(--radius);
}
.location-card .card-media {
width: 100%;
margin: 0 0 0.35rem;
}
.location-card .card-media img {
aspect-ratio: 16 / 9;
object-fit: cover;
}
.source-box {
margin: 1.5rem 0;
padding: 1.1rem 1.2rem;
border: 1px solid var(--border);
background: var(--paper-2);
}
.source-box a {
overflow-wrap: anywhere;
}
.article-meta {
display: flex;
flex-wrap: wrap;
gap: 0.3rem 0.9rem;
margin: 0.4rem 0 1rem;
color: var(--muted);
font-family: var(--mono);
font-size: 0.78rem;
}
.article-meta > * {
display: inline-flex;
align-items: center;
gap: 0.35rem;
}
.article-meta > *:not(:last-child)::after {
content: "\00B7";
margin-left: 0.55rem;
color: var(--muted);
font-weight: 600;
}
summary:not(.nav-toggle)::before {
content: "+";
margin-right: 0.55rem;
color: var(--sea);
font-weight: 600;
font-size: 1.15em;
line-height: 1;
}
details[open] > summary:not(.nav-toggle)::before {
content: "\2212";
}
.faq-list {
display: grid;
gap: 0.15rem;
max-width: 780px;
}
.faq-list details {
margin-top: 0;
padding: 0.85rem 0;
border-bottom: 1px solid var(--border);
}
.faq-list details p {
margin: 0.6rem 0 0.15rem 1.55rem;
color: var(--muted);
}
.site-footer {
position: relative;
padding: clamp(3rem, 5vw, 4rem) 0; 
background: var(--hero-bg-2);
color: var(--bone-muted);
font-size: 1rem; 
}
.site-footer .footer-lede {
max-width: 18ch; 
margin: 0 0 1.75rem; 
color: var(--hero-ink);
font-family: var(--display);
font-size: clamp(1.5rem, 2.4vw, 2rem); 
font-weight: 600;
line-height: 1.12; 
letter-spacing: -0.02em; 
text-wrap: balance;
}
.site-footer a {
color: var(--bone-muted);
text-decoration: none;
transition: color 0.2s var(--ease-out);
}
.site-footer a:hover,
.site-footer a:focus-visible {
color: var(--hero-ink);
}
.site-footer .brand {
color: var(--hero-ink);
}
.site-footer p {
color: var(--bone-muted);
}
.footer-brand p:not(.footer-lede) {
margin: 1rem 0 0;
max-width: 38ch;
line-height: 1.625;
}
.market-section li a,
.site-footer li a {
display: inline-flex;
align-items: center;
min-height: 24px;
padding-block: 0.25rem;
line-height: 1.5;
}
.site-footer li + li {
margin-top: 0.25rem;
}
.site-footer .footer-locations li + li {
margin-top: 0;
}
.footer-grid {
display: grid;
grid-template-columns: 1.5fr 1fr 1.1fr 1.2fr;
gap: 2.25rem;
}
@media (max-width: 1023px) {
.footer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 639px) {
.footer-grid {
grid-template-columns: 1fr;
}
}
.footer-grid h2,
.footer-grid h3,
.footer-grid h4 {
margin: 0 0 1rem;
font-family: var(--sans);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: var(--tracking-caps);
text-transform: uppercase;
color: var(--hero-accent);
}
.footer-bottom {
display: flex;
justify-content: space-between;
gap: 1rem;
margin-top: 2.5rem; 
padding-top: 1.5rem; 
border-top: 1px solid rgb(255 255 255 / 0.1); 
color: var(--bone-muted);
font-size: 0.8125rem; 
}
.footer-bottom p {
margin: 0;
}
.text-link::after,
.location-card a::after {
content: "→";
margin-left: 0.5rem;
transition: transform 0.2s ease;
}
.text-link:hover::after,
.location-card a:hover::after,
.location-card:hover a::after,
.location-card a:focus-visible::after {
transform: translateX(4px);
}
.location-card a {
display: inline-flex;
align-items: center;
min-height: var(--target);
font-weight: 600;
color: var(--sea-strong);
text-decoration: none;
}
.location-card:hover {
border-color: var(--sea);
}
.editorial-masonry .editorial-card:first-child {
grid-column: span 2;
}
.editorial-card {
position: relative;
overflow: hidden;
}
.editorial-card,
.location-card {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.35rem;
}
.editorial-card > a,
.location-card > a {
margin-top: auto;
padding-top: 0.5rem;
}
.editorial-card::after {
content: "";
position: absolute;
inset: auto auto 0 0;
width: 100%;
height: 3px;
background: var(--sea);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.28s ease;
}
.editorial-card:hover::after,
.editorial-card:focus-within::after {
transform: scaleX(1);
}
@media (max-width: 1180px) {
.listing-card,
.catalogue-layout {
grid-template-columns: 1fr;
}
.listing-price {
border-left: 0;
border-top: 1px solid var(--border);
padding-left: 0;
padding-top: 1rem;
}
.catalogue-sidebar {
position: static;
}
}
@media (max-width: 900px) {
.hero-grid,
.offer-card,
.listing-card,
.catalogue-layout,
.checkout-layout {
grid-template-columns: 1fr;
}
.hero-grid {
padding-left: var(--shell-gutter);
padding-right: var(--shell-gutter);
}
.hero-copy {
padding-right: 0;
}
.hero-photo {
aspect-ratio: 16 / 10;
min-height: 0;
border-radius: var(--radius-lg);
}
.price-panel,
.listing-price {
border-left: 0;
border-top: 1px solid var(--border);
padding-left: 0;
padding-top: 1rem;
}
.catalogue-sidebar,
.summary-card {
position: static;
}
.trust-grid,
.location-grid,
.editorial-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section-head {
display: block;
}
}
@media (max-width: 1023px) {
.market-chip {
display: none;
}
}
@media (max-width: 767px) {
.site-header .nav-shell,
.site-footer .shell {
padding-inline: var(--shell-gutter);
}
.nav-toggle {
display: inline-flex;
min-width: var(--target);
min-height: var(--target);
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: var(--radius-tight);
color: var(--hero-ink);
}
.nav-toggle:hover,
.nav-disclosure[open] .nav-toggle {
background: rgb(255 255 255 / 0.1);
}
.nav-disclosure[open] .nav-toggle-icon {
background: transparent;
}
.nav-disclosure[open] .nav-toggle-icon::before {
transform: rotate(45deg);
}
.nav-disclosure[open] .nav-toggle-icon::after {
transform: rotate(-45deg);
}
.nav-shell {
min-height: 64px;
flex-wrap: wrap;
gap: 0 0.75rem;
}
.nav-disclosure {
display: block;
margin-left: auto;
}
.nav-actions {
order: 4;
width: 100%;
margin-inline: 0;
}
.nav-disclosure:not([open]) ~ .nav-actions,
.nav-disclosure:not([open]) ~ .nav-cta,
.nav-disclosure:not([open]) ~ .market-chip {
display: none;
}
.nav-disclosure[open] ~ .nav-cta {
order: 6;
width: 100%;
min-height: 48px;
margin-block: 0.5rem 1rem;
justify-content: center;
font-size: 0.9375rem;
}
.nav-disclosure[open] ~ .nav-actions {
display: grid;
width: 100%;
align-items: stretch;
padding-top: 0.5rem;
justify-content: stretch;
}
.nav-actions a {
width: 100%;
padding: 0.75rem;
font-size: 0.9375rem;
line-height: 1.4;
}
.nav-disclosure[open] ~ .nav-actions a::after {
content: none;
}
.nav-disclosure[open] ~ .nav-actions a:hover {
background: rgb(255 255 255 / 0.07);
}
.nav-disclosure[open] ~ .market-chip {
display: flex;
order: 5;
width: 100%;
max-width: none;
margin-top: 0.5rem;
padding: 0.75rem;
border: 0;
border-top: 1px solid rgb(255 255 255 / 0.14);
border-radius: 0;
background: transparent;
}
.nav-disclosure[open] ~ .market-chip .market-chip-lang {
font-size: 0.9375rem;
}
.nav-disclosure[open] ~ .market-chip .market-chip-market {
font-size: 0.8125rem;
}
}
@media (max-width: 640px) {
.shell {
width: min(100% - 1.5rem, var(--shell-max));
}
.search-grid,
.form-grid,
.filter-grid,
.trust-grid,
.location-grid,
.editorial-grid,
.vehicle-specs,
.quick-terms,
.rental-terms,
.listing-card .vehicle-specs,
.rental-terms-compact {
grid-template-columns: 1fr;
}
.footer-bottom,
.hero-actions {
display: grid;
}
.brand small {
display: none;
}
}
.reveal {
opacity: 1;
transform: none;
}
html.reveal-armed .reveal {
visibility: hidden;
opacity: 0;
transform: translateY(20px);
transition:
opacity 0.6s var(--ease-out),
transform 0.6s var(--ease-out);
}
html.reveal-armed .reveal.is-visible {
visibility: visible;
opacity: 1;
transform: none;
}
.site-header {
transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled {
box-shadow: var(--shadow-1);
}
@keyframes fade-up {
from {
opacity: 0;
transform: translateY(16px);
}
to {
opacity: 1;
transform: none;
}
}
.hero .eyebrow {
animation: fade-up 0.6s 0.04s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero .display {
animation: fade-up 0.6s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero .lede {
animation: fade-up 0.6s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero .notice {
animation: fade-up 0.6s 0.27s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-actions {
animation: fade-up 0.6s 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-stats {
animation: fade-up 0.6s 0.41s cubic-bezier(0.16, 1, 0.3, 1) both;
}
html.reveal-armed .reveal :is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid) > * {
opacity: 0;
transform: translateY(16px);
transition:
opacity 0.5s var(--ease-out),
transform 0.5s var(--ease-out);
}
html.reveal-armed .reveal.is-visible :is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid) > * {
opacity: 1;
transform: none;
}
html.reveal-armed
.reveal.is-visible
:is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid)
> *:nth-child(2) {
transition-delay: 0.07s;
}
html.reveal-armed
.reveal.is-visible
:is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid)
> *:nth-child(3) {
transition-delay: 0.14s;
}
html.reveal-armed
.reveal.is-visible
:is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid)
> *:nth-child(n + 4) {
transition-delay: 0.21s;
}
.reservation-card:focus-within {
box-shadow: var(--shadow-4);
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition-duration: 0.001ms !important;
animation-duration: 0.001ms !important;
animation-iteration-count: 1 !important;
}
.location-card:hover,
.editorial-card:hover,
.listing-card:hover {
transform: none;
}
.reveal,
html.reveal-armed .reveal {
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
}
.hero .eyebrow,
.hero .display,
.hero .lede,
.hero .notice,
.hero-actions,
.hero-stats,
.hero-visual-bleed {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
}
button[aria-busy="true"] {
cursor: progress;
}
@keyframes btn-spin {
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: no-preference) {
button[aria-busy="true"]::after {
content: "";
display: inline-block;
width: 0.9em;
height: 0.9em;
margin-left: 0.55em;
vertical-align: -0.12em;
border: 2px solid currentColor;
border-top-color: transparent;
border-radius: 50%;
animation: btn-spin 0.6s linear infinite;
}
}
.console-main {
padding-bottom: clamp(2rem, 5vw, 3.5rem);
}
.console-head {
margin-top: clamp(1.4rem, 3vw, 2.4rem);
max-width: 820px;
}
.console-title {
margin: 0.35rem 0 0.55rem;
font-family: var(--display);
font-weight: 600;
font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3rem);
line-height: 1.08;
letter-spacing: -0.02em;
color: var(--ink-strong);
}
.console-title .display-price {
color: var(--clay-text);
white-space: nowrap;
}
.console-lede {
margin: 0;
max-width: 62ch;
color: var(--muted);
font-size: var(--step-lead);
}
.console-shell {
display: grid;
grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
gap: clamp(1rem, 2.4vw, 2rem);
align-items: start;
margin-top: clamp(1.2rem, 3vw, 2rem);
}
.console-rail {
position: sticky;
top: 92px;
align-self: start;
}
.console-rail-inner {
display: grid;
gap: 1rem;
}
.console-rail .search-panel,
.console-filters {
padding: clamp(1.1rem, 2vw, 1.5rem);
border: 1px solid var(--border);
border-radius: var(--radius-lg);
background: var(--paper-2);
box-shadow: var(--shadow-1);
}
.console-filters legend {
margin-bottom: 0.3rem;
padding-top: 0;
font-family: var(--sans);
font-size: var(--step-lead);
color: var(--ink-strong);
}
.console-filter-help {
margin: 0 0 0.85rem;
font-size: var(--step-sm);
}
.console-filter-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.85rem;
margin-bottom: 0.9rem;
}
.console-notice {
font-size: var(--step-md);
}
.results-head {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
justify-content: space-between;
gap: 1rem;
margin-bottom: 0.85rem;
}
.results-head-main {
display: grid;
gap: 0.2rem;
}
.results-count {
margin: 0;
color: var(--muted);
font-size: var(--step-md);
font-variant-numeric: tabular-nums;
}
.results-sort {
min-width: 190px;
margin: 0;
}
.results-chips {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1rem;
}
.results-chips:empty {
display: none;
}
.results-chip {
display: inline-flex;
align-items: center;
gap: 0.45rem;
min-height: 36px;
padding: 0.3rem 0.75rem;
border: 1px solid var(--border-input);
border-radius: var(--radius-pill);
background: var(--paper-2);
color: var(--ink);
font-size: var(--step-sm);
cursor: pointer;
}
.results-chip:hover {
background: var(--sand);
}
.results-chip-x {
font-size: 1.15em;
line-height: 1;
color: var(--muted);
}
.results-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 268px), 1fr));
gap: 1rem;
align-items: start;
}
.results-grid [hidden] {
display: none;
}
.results-grid .listing-card {
grid-template-columns: 1fr;
}
.results-grid .listing-price {
border-left: 0;
border-top: 1px solid var(--border);
padding-left: 0;
padding-top: 1rem;
}
.results-interstitial {
grid-column: 1 / -1;
padding: 0.8rem 1.1rem;
border: 1px solid var(--chip-slate-line);
border-radius: var(--radius);
background: var(--jade-tint);
}
.results-interstitial ul {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.45rem 1.5rem;
margin: 0;
padding: 0;
list-style: none;
}
.results-interstitial li {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--ink-strong);
font-weight: 500;
font-size: var(--step-md);
}
.results-interstitial .trust-icon {
color: var(--jade-strong);
}
.belt-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.2rem 1.6rem;
margin: 1.4rem 0 0;
padding: 0;
list-style: none;
}
.belt-steps li {
display: flex;
gap: 0.9rem;
align-items: flex-start;
}
.belt-step-index {
flex: none;
font-family: var(--sans);
font-weight: 600;
font-size: var(--step-h3);
line-height: 1;
color: var(--clay-text);
font-variant-numeric: tabular-nums;
}
.belt-steps h3 {
margin: 0 0 0.25rem;
font-size: var(--step-h4);
}
.belt-steps p {
margin: 0;
color: var(--muted);
}
@media (max-width: 900px) {
.console-shell {
grid-template-columns: 1fr;
}
.console-rail {
position: static;
}
.belt-steps {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.console-filter-grid {
grid-template-columns: 1fr;
}
}
@keyframes hero-photo-parallax {
from {
transform: translateY(0) scale(1.08);
}
to {
transform: translateY(-5%) scale(1.08);
}
}
@keyframes scroll-progress-grow {
from {
transform: scaleX(0);
}
to {
transform: scaleX(1);
}
}
@supports (animation-timeline: scroll()) {
@media (prefers-reduced-motion: no-preference) {
.hero-photo {
animation: hero-photo-parallax linear both;
animation-timeline: scroll(root block);
animation-range: 0 90vh;
will-change: transform;
}
}
.site-header::after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 2px;
background: var(--sea);
transform-origin: 0 50%;
transform: scaleX(0);
animation: scroll-progress-grow linear both;
animation-timeline: scroll(root block);
}
}
