:root { --ink:#080808; --charcoal:#141414; --paper:#f5f1e8; --cream:#ebe4d8; --gold:#b89646; --gold-light:#dfc77e; --muted:#aaa498; --line:rgba(255,255,255,.14); --dark-line:rgba(8,8,8,.14); --shadow:0 25px 65px rgba(0,0,0,.18); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:92px; }
body { margin:0; overflow-x:hidden; background:var(--paper); color:var(--ink); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.5; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; touch-action:manipulation; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; }
.container { width:min(1180px,calc(100% - 48px)); margin:0 auto; }
.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; }
.eyebrow { display:flex; align-items:center; gap:9px; margin:0 0 16px; color:var(--gold); font-size:.75rem; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.eyebrow::before { content:""; width:8px; height:8px; border-radius:50%; background:currentColor; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { letter-spacing:-.055em; line-height:.95; }
h1 { max-width:780px; margin-bottom:23px; font-size:clamp(3.25rem,7.1vw,6.55rem); }
h2 { max-width:740px; margin-bottom:20px; font-size:clamp(2.45rem,4.8vw,4.5rem); }
h3 { margin-bottom:10px; font-size:1.3rem; }
.lead { max-width:670px; color:#d2cdc5; font-size:1.08rem; }
.section-lead { max-width:690px; color:#615c55; font-size:1.08rem; }
.announcement { padding:10px 18px; color:#1a1407; background:linear-gradient(90deg,#a77f30,#e0c779,#a77f30); text-align:center; font-size:.78rem; font-weight:850; }
.site-header { position:sticky; top:0; z-index:20; border-bottom:1px solid var(--line); background:rgba(8,8,8,.9); backdrop-filter:blur(18px); }
.header-row { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; min-width:150px; }
.brand img { display:block; width:94px; height:58px; object-fit:contain; }
.brand span { color:#fff; font-size:.72rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.nav { display:flex; align-items:center; gap:22px; color:#e7e2d9; font-size:.86rem; font-weight:760; }
.nav > a:not(.button) { opacity:.76; }
.nav > a:not(.button):hover { color:var(--gold-light); opacity:1; }
.menu-button { display:none; width:44px; height:44px; padding:0; border:1px solid rgba(255,255,255,.22); border-radius:50%; color:#fff; background:transparent; }
.menu-button svg { width:19px; height:19px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:46px; padding:13px 18px; border:1px solid transparent; border-radius:999px; font-size:.87rem; font-weight:850; transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease; }
.button svg { flex:0 0 16px; width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2.1; }
.button:hover { transform:translateY(-2px); box-shadow:0 13px 28px rgba(0,0,0,.2); }
.button.gold { color:#161006; background:linear-gradient(135deg,#dfc77e,#af873a); }
.button.dark { color:#fff; background:#111; }
.button.line { border-color:rgba(255,255,255,.5); color:#fff; background:transparent; }
.button.line-dark { border-color:var(--ink); color:var(--ink); background:transparent; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible { outline:3px solid var(--gold-light); outline-offset:3px; }
.hero { position:relative; min-height:735px; isolation:isolate; overflow:hidden; color:#fff; background:#090909; }
.hero-media,.hero-overlay { position:absolute; inset:0; z-index:-2; }
.hero-media { background:url("fleet/honda-civic-rs-natural.jpg") center/cover no-repeat; }
.hero-overlay { z-index:-1; background:linear-gradient(90deg,rgba(8,8,8,.96) 0%,rgba(8,8,8,.85) 32%,rgba(8,8,8,.23) 68%,rgba(8,8,8,.48) 100%),linear-gradient(0deg,rgba(8,8,8,.78),transparent 48%); }
.hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:54px; align-items:end; min-height:735px; padding:92px 0 54px; }
.hero-copy { align-self:center; }
.hero-copy .logo-lockup { display:flex; align-items:center; gap:12px; margin-bottom:24px; }
.logo-lockup img { width:68px; height:68px; object-fit:contain; }
.logo-lockup span { color:#f0eadf; font-size:.73rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.hero-actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:31px; }
.hero-details { display:flex; flex-wrap:wrap; gap:20px; margin-top:30px; color:#eee7dc; font-size:.85rem; font-weight:730; }
.hero-details span { display:flex; align-items:center; gap:8px; }
.hero-details i { width:8px; height:8px; border-radius:50%; background:var(--gold); }
.request-card { padding:28px; border:1px solid rgba(255,255,255,.2); border-radius:27px; background:rgba(10,10,10,.79); box-shadow:var(--shadow); backdrop-filter:blur(16px); }
.request-card > p { margin-bottom:9px; color:#d4cfc7; font-size:.9rem; }
.request-card h2 { margin-bottom:8px; color:#fff; font-size:2rem; }
.request-form { display:grid; gap:12px; margin-top:21px; }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.field { display:grid; gap:6px; color:#d9d3ca; font-size:.75rem; font-weight:820; }
.field.full { grid-column:1/-1; }
.field input,.field select { width:100%; min-width:0; padding:12px 11px; border:1px solid rgba(255,255,255,.2); border-radius:11px; color:#fff; background:rgba(255,255,255,.09); outline:none; }
.field input::placeholder { color:#b8b2aa; }
.field input:focus,.field select:focus { border-color:var(--gold-light); box-shadow:0 0 0 3px rgba(223,199,126,.18); }
.field select option { color:#111; background:#fff; }
.form-note { min-height:20px; margin:0; color:#e9d28d; font-size:.76rem; font-weight:700; }
.trust-bar { border-top:1px solid var(--line); border-bottom:1px solid var(--line); color:#e9e2d4; background:#0b0b0b; }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.trust-grid article { min-height:125px; padding:29px 27px; border-right:1px solid var(--line); }
.trust-grid article:last-child { border:0; }
.trust-grid b { display:block; margin-bottom:7px; color:var(--gold-light); font-size:.79rem; letter-spacing:.1em; text-transform:uppercase; }
.trust-grid p { margin:0; color:#d2ccc3; font-size:.9rem; }
section { padding:104px 0; }
.services { background:var(--paper); }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:40px; }
.service-card { min-height:280px; padding:25px; border:1px solid var(--dark-line); border-radius:23px; background:#fffdf8; }
.service-card .number { display:block; margin-bottom:46px; color:#9f7b36; font-size:.76rem; font-weight:900; letter-spacing:.13em; }
.service-card p { margin:0; color:#625d56; }
.fleet-section { background:#e7dfd1; }
.fleet-heading { display:flex; align-items:end; justify-content:space-between; gap:32px; }
.fleet-heading .button { flex:0 0 auto; margin-bottom:6px; }
.fleet-controls { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:42px 0 22px; }
.filter-group { display:flex; flex-wrap:wrap; gap:8px; }
.filter-button { min-height:39px; padding:8px 14px; border:1px solid rgba(8,8,8,.18); border-radius:999px; color:#302d27; background:#f9f5ec; font-size:.8rem; font-weight:850; transition:background .18s ease,color .18s ease,border-color .18s ease; }
.filter-button:hover,.filter-button.is-active { border-color:#151515; color:#fff; background:#151515; }
.fleet-search { display:block; width:min(100%,310px); }
.fleet-search input { width:100%; min-height:43px; padding:10px 14px; border:1px solid rgba(8,8,8,.18); border-radius:999px; color:#171717; background:#faf7f0; outline:none; }
.fleet-search input:focus { border-color:#977635; box-shadow:0 0 0 3px rgba(184,150,70,.18); }
.fleet-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.fleet-card { overflow:hidden; border:1px solid rgba(8,8,8,.14); border-radius:24px; background:#fffcf6; box-shadow:0 12px 28px rgba(30,25,14,.06); transition:transform .2s ease,box-shadow .2s ease; }
.fleet-card:hover { transform:translateY(-4px); box-shadow:0 20px 40px rgba(30,25,14,.13); }
.fleet-card.is-hidden { display:none; }
.fleet-photo { position:relative; overflow:hidden; aspect-ratio:16/10; background:#161616; }
.fleet-photo > img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.fleet-card:hover .fleet-photo > img { transform:scale(1.035); }
.fleet-card-content { padding:19px 18px 16px; }
.fleet-card-top { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:17px; }
.fleet-type,.fleet-brand { display:inline-flex; align-items:center; min-height:25px; padding:5px 9px; border-radius:999px; font-size:.66rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.fleet-type { color:#6a501b; background:#f1e7ce; }
.fleet-brand { color:#625c52; background:#f0eee9; }
.fleet-card h3 { margin:0; color:#111; font-size:1.56rem; letter-spacing:-.055em; line-height:1; }
.fleet-card h3 small { display:block; margin-top:6px; color:#70695f; font-size:.74rem; font-weight:760; letter-spacing:.01em; line-height:1.2; }
.fleet-colour { display:flex; align-items:center; gap:8px; min-height:22px; margin:12px 0 15px; color:#70695f; font-size:.78rem; font-weight:700; }
.fleet-colour i { display:block; width:12px; height:12px; flex:0 0 12px; border:1px solid rgba(0,0,0,.22); border-radius:50%; background:var(--colour); }
.price-row { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; padding:12px 0; border-top:1px solid rgba(8,8,8,.11); border-bottom:1px solid rgba(8,8,8,.11); }
.price-row span { color:#796f60; font-size:.63rem; line-height:1.25; }
.price-row b { display:block; margin-bottom:2px; color:#14110c; font-size:.91rem; letter-spacing:-.03em; }
.fleet-card-footer { display:flex; align-items:center; justify-content:space-between; gap:11px; padding-top:15px; color:#81786a; font-size:.72rem; font-weight:700; }
.text-button { display:inline-flex; align-items:center; gap:6px; padding:0; border:0; color:#111; background:none; font-size:.76rem; font-weight:900; }
.text-button:hover { color:#946f2e; }
.text-button svg { width:14px; height:14px; fill:none; stroke:currentColor; stroke-width:2.2; }
.fleet-photo.fleet-art { display:grid; place-content:center; isolation:isolate; overflow:hidden; color:#f6eddb; background:radial-gradient(circle at 35% 12%,rgba(203,164,78,.44),transparent 29%),linear-gradient(145deg,#282018,#080808 78%); }
.fleet-photo.fleet-art::after { position:absolute; inset:13px; z-index:-1; border:1px solid rgba(223,199,126,.34); border-radius:16px; content:""; }
.fleet-photo.fleet-art img { position:absolute; z-index:-2; width:74%; height:74%; object-fit:contain; opacity:.17; transform:none; }
.fleet-photo.fleet-art > span { display:block; font-size:clamp(2.3rem,5vw,3.8rem); font-weight:900; letter-spacing:-.075em; line-height:.9; }
.fleet-photo.fleet-art > small { margin-top:8px; color:#e6c66f; font-size:.68rem; font-weight:900; letter-spacing:.22em; text-align:center; text-transform:uppercase; }
.harrier .fleet-photo.fleet-art { background:radial-gradient(circle at 77% 20%,rgba(232,229,213,.24),transparent 28%),linear-gradient(140deg,#2d2a28,#080808 72%); }
.fleet-disclaimer { max-width:860px; margin:26px 0 0; color:#696055; font-size:.76rem; }
.availability { color:#fff; background:radial-gradient(circle at 77% 14%,rgba(184,150,70,.27),transparent 27%),#101010; }
.availability-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:55px; align-items:start; }
.availability .section-lead { color:#cfc9bf; }
.availability-list { display:grid; gap:10px; margin-top:29px; }
.availability-list div { display:flex; align-items:center; gap:13px; padding:14px; border:1px solid rgba(255,255,255,.15); border-radius:14px; color:#ebe6dc; }
.availability-list b { display:grid; flex:0 0 28px; width:28px; height:28px; place-items:center; border-radius:50%; color:#161006; background:var(--gold-light); font-size:.8rem; }
.vehicle-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.vehicle { display:flex; min-height:220px; flex-direction:column; justify-content:space-between; padding:23px; border:1px solid rgba(255,255,255,.16); border-radius:21px; background:linear-gradient(150deg,rgba(255,255,255,.09),rgba(255,255,255,.025)); }
.vehicle .category { color:var(--gold-light); font-size:.72rem; font-weight:900; letter-spacing:.13em; }
.vehicle h3 { max-width:230px; margin:25px 0 9px; color:#fff; font-size:1.6rem; }
.vehicle p { margin:0; color:#c4beb4; font-size:.88rem; }
.vehicle .availability-label { color:#e9e1d4; font-size:.78rem; font-weight:750; }
.process { background:#e7dfd1; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:42px; }
.step { padding:25px; border-top:1px solid var(--ink); }
.step > span { display:block; margin-bottom:35px; color:#916c2e; font-size:.78rem; font-weight:900; letter-spacing:.12em; }
.step p { margin:0; color:#5d584f; }
.locations { background:#faf7f0; }
.location-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:42px; }
.location { display:flex; min-height:304px; flex-direction:column; justify-content:space-between; padding:28px; border:1px solid var(--dark-line); border-radius:24px; background:var(--ink); color:#fff; }
.location .location-label { margin:0; color:var(--gold-light); font-size:.72rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.location h3 { margin:30px 0 13px; font-size:1.8rem; }
address { color:#d1cbc1; font-size:.96rem; font-style:normal; }
.location-actions { display:flex; flex-wrap:wrap; gap:10px; }
.location-actions a { color:#fff; font-size:.84rem; font-weight:800; text-decoration:underline; text-decoration-color:var(--gold); text-underline-offset:5px; }
.sales { color:#fff; background:linear-gradient(105deg,#151515,#302515); }
.sales-layout { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.sales h2 { margin:0; }
.sales p { max-width:560px; margin:15px 0 0; color:#d5cfc3; }
.contact { padding:74px 0; background:linear-gradient(105deg,#be9b4d,#e1ca81); }
.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:50px; align-items:center; }
.contact h2 { margin:0; }
.contact p { max-width:510px; margin:16px 0 0; color:#3b2d16; }
.contact-actions { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.contact .button { color:#fff; background:#151515; }
.contact .button.line-dark { color:#17120a; background:transparent; }
footer { padding:42px 0 32px; color:#f2ece1; background:#070707; }
.footer-top { display:grid; grid-template-columns:1.2fr .8fr .9fr; gap:36px; padding-bottom:32px; border-bottom:1px solid var(--line); }
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand img { width:88px; height:70px; object-fit:contain; }
.footer-brand b { display:block; font-size:.8rem; letter-spacing:.15em; text-transform:uppercase; }
.footer-brand small { display:block; margin-top:5px; color:#aaa398; }
.footer-heading { margin:0 0 11px; color:var(--gold-light); font-size:.73rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.footer-links,.footer-contacts { display:grid; gap:8px; color:#d3cdc3; font-size:.85rem; }
.footer-links a:hover,.footer-contacts a:hover,footer .calvenor-mark:hover { color:var(--gold-light); }
.footer-social { display:flex; flex-wrap:wrap; align-items:center; gap:10px; padding:22px 0 0; }
.footer-social a { display:inline-flex; align-items:center; gap:7px; min-height:34px; padding:7px 10px; border:1px solid rgba(255,255,255,.16); border-radius:999px; color:#e7dfd2; font-size:.75rem; font-weight:800; }
.footer-social a:hover { border-color:var(--gold); color:var(--gold-light); }
.footer-social svg { width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:1.8; }
.footer-social a:first-child svg { fill:currentColor; stroke:none; }
.social-handle { color:#a9a298; font-size:.75rem; font-weight:750; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:24px; color:#a9a298; font-size:.77rem; }
footer .calvenor-mark { color:inherit; text-decoration:none; }
.toast { position:fixed; z-index:40; right:20px; bottom:20px; max-width:340px; padding:12px 14px; border-radius:12px; color:#181108; background:#e5cb80; box-shadow:var(--shadow); font-size:.85rem; font-weight:780; opacity:0; transform:translateY(12px); pointer-events:none; transition:.22s ease; }
.toast.show { opacity:1; transform:none; }
@media (max-width:900px) { .header-row { min-height:72px; } .nav { display:none; position:absolute; top:72px; left:14px; right:14px; flex-direction:column; align-items:stretch; gap:5px; padding:15px; border:1px solid var(--line); border-radius:18px; background:#111; box-shadow:var(--shadow); } .nav.is-open { display:flex; } .nav > a { padding:11px 8px; } .nav .button { justify-content:center; } .menu-button { display:grid; place-items:center; margin-left:auto; } .header-row > .button { display:none; } .hero { min-height:auto; } .hero-grid { grid-template-columns:1fr; min-height:auto; gap:42px; padding:72px 0 45px; } .hero-copy { max-width:690px; } .request-card { max-width:650px; } .trust-grid { grid-template-columns:1fr; } .trust-grid article { min-height:auto; border-right:0; border-bottom:1px solid var(--line); } .trust-grid article:last-child { border-bottom:0; } .fleet-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .availability-layout,.contact-layout { grid-template-columns:1fr; } .contact-actions { justify-content:flex-start; } .footer-top { grid-template-columns:1fr 1fr; } .footer-top > :first-child { grid-column:1/-1; } }
@media (max-width:620px) { .container { width:min(100% - 28px,1180px); } .announcement { padding:9px 14px; font-size:.72rem; } .brand { min-width:0; } .brand img { width:76px; height:48px; } .brand span { font-size:.6rem; } h1 { font-size:clamp(3.05rem,15vw,4.15rem); } h2 { font-size:clamp(2.4rem,11vw,3.35rem); } .hero-media { background-position:64% center; } .hero-overlay { background:linear-gradient(90deg,rgba(8,8,8,.96),rgba(8,8,8,.75)),linear-gradient(0deg,rgba(8,8,8,.86),transparent 50%); } .hero-grid { padding:58px 0 32px; } .lead { font-size:1rem; } .hero-actions,.contact-actions { display:grid; grid-template-columns:1fr; } .hero-actions .button,.contact-actions .button { width:100%; } .form-grid,.service-grid,.vehicle-grid,.steps,.location-grid,.fleet-grid { grid-template-columns:1fr; } .fleet-heading,.fleet-controls { align-items:stretch; flex-direction:column; } .fleet-heading .button { width:100%; margin:0; } .fleet-controls { margin:31px 0 17px; } .fleet-search { width:100%; } .filter-group { display:grid; grid-template-columns:repeat(2,1fr); } .filter-button { width:100%; } .field.full { grid-column:auto; } .request-card { padding:20px 15px; border-radius:21px; } section { padding:76px 0; } .service-card { min-height:220px; } .service-card .number { margin-bottom:29px; } .vehicle { min-height:192px; } .sales-layout,.footer-bottom { align-items:flex-start; flex-direction:column; } .footer-top { grid-template-columns:1fr; gap:28px; } .footer-top > :first-child { grid-column:auto; } .location { min-height:280px; } .footer-social { align-items:flex-start; flex-direction:column; } }
@media (hover:none) { .button:hover { transform:none; box-shadow:none; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; } }
