/* Auto Care Expert — shared styles */
:root{
  --red:#E10600; --red-hi:#ff1a10;
  --ink:#111111; --ink-2:#171717; --ink-3:#1e1e1e;
  --muted:#9a9a9a; --hairline:#2a2a2a; --white:#f5f5f5;
  --font-display:'Archivo',system-ui,sans-serif;
  --font-body:'Inter',system-ui,sans-serif;
  --maxw:1200px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--ink);color:var(--white);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
h1,h2,h3,.display{font-family:var(--font-display);line-height:1.04;letter-spacing:-0.02em;text-transform:uppercase}
.kicker{font-family:var(--font-display);font-weight:700;letter-spacing:.28em;text-transform:uppercase;font-size:.72rem;color:var(--red)}
.red{color:var(--red)}
.btn{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;padding:.85rem 1.5rem;border-radius:2px;transition:.2s;cursor:pointer;border:1px solid transparent}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-hi);transform:translateY(-1px)}
.btn-ghost{border-color:#3a3a3a;color:var(--white)}
.btn-ghost:hover{border-color:var(--red);color:#fff}

/* NAV */
header{position:sticky;top:0;z-index:60;background:rgba(17,17,17,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--hairline)}
nav{display:flex;align-items:center;justify-content:space-between;gap:20px;height:88px}
nav .logo{flex:none;display:flex;align-items:center}
nav .logo img{height:70px;width:auto}
.nav-links{display:flex;align-items:center;gap:22px;flex-wrap:nowrap}
.nav-links > a,.has-drop > a{font-size:.8rem;font-weight:500;letter-spacing:.02em;color:#cfcfcf;transition:.2s;cursor:pointer;white-space:nowrap;line-height:1}
.nav-links a:hover{color:#fff}
.has-drop{position:relative;display:flex;align-items:center}
.drop{position:absolute;top:calc(100% + 14px);left:-14px;background:#161616;border:1px solid var(--hairline);border-radius:4px;padding:8px;min-width:250px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s;box-shadow:0 24px 50px rgba(0,0,0,.5)}
.has-drop:hover .drop,.has-drop:focus-within .drop{opacity:1;visibility:visible;transform:none}
.drop a{display:block;padding:10px 14px;font-size:.86rem;color:#cfcfcf;border-radius:3px;white-space:nowrap}
.drop a:hover{background:#202020;color:#fff}
.nav-cta{display:flex;align-items:center;gap:14px;flex:none}
.nav-phone{font-family:var(--font-display);font-weight:700;font-size:.86rem;white-space:nowrap;line-height:1}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:24px;height:2px;background:#fff;display:block}

/* FLOATING CONTACT PILLS */
.float-contact{position:fixed;right:20px;bottom:20px;z-index:70;display:flex;flex-direction:column;gap:10px}
.fpill{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:999px;font-family:var(--font-display);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 10px 30px rgba(0,0,0,.45);transition:.2s;border:1px solid var(--hairline);background:#1c1c1c;color:#fff}
.fpill svg{width:16px;height:16px;flex:none}
.fpill:hover{transform:translateY(-2px)}
.fpill.quote{background:var(--red);border-color:var(--red)}
.fpill.quote:hover{background:var(--red-hi)}
.fpill.call:hover,.fpill.mail:hover{border-color:var(--red);color:#fff}

/* HERO (home) — real photo behind a dark scrim */
.hero{position:relative;padding:120px 0 100px;overflow:hidden;border-bottom:1px solid var(--hairline)}
.hero::before{content:"";position:absolute;inset:0;z-index:-2;
  background:
    linear-gradient(180deg, rgba(10,10,10,.72), rgba(13,13,13,.92)),
    radial-gradient(1200px 500px at 78% 8%, rgba(225,6,0,.22), transparent 60%),
    url("hero.jpg") center/cover no-repeat #0d0d0d;
}
.hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(circle at 70% 20%,#000,transparent 75%);z-index:-1}
.hero h1{font-weight:900;font-size:clamp(2rem,4.4vw,3.4rem);margin:16px 0 20px;max-width:22ch}
.hero p.lead{font-size:1.12rem;color:#d6d6d6;max-width:56ch;margin-bottom:34px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-note{margin-top:28px;font-size:.85rem;color:var(--muted)}
.hero-note b{color:#e7e7e7;font-weight:600}

/* PAGE HERO (inner pages) */
.page-hero{position:relative;padding:66px 0 56px;border-bottom:1px solid var(--hairline);background:radial-gradient(900px 380px at 82% -10%,rgba(225,6,0,.16),transparent 60%),linear-gradient(180deg,#0d0d0d,#141414)}
.breadcrumb{font-size:.76rem;color:var(--muted);margin-bottom:18px;letter-spacing:.02em}
.breadcrumb a:hover{color:var(--red)}
.page-hero h1{font-weight:900;font-size:clamp(2.1rem,5vw,3.6rem);margin-bottom:16px;max-width:20ch}
.page-hero p{color:#d0d0d0;max-width:60ch;font-size:1.05rem}

/* TRUST STRIP */
.trust{background:var(--ink-2);border-bottom:1px solid var(--hairline)}
.trust .wrap{display:flex;flex-wrap:wrap;gap:14px 40px;align-items:center;justify-content:space-between;padding:20px 24px}
.trust .item{display:flex;align-items:center;gap:10px;font-size:.82rem;color:#c7c7c7}
.trust .item b{font-family:var(--font-display);color:#fff}
.trust .brands{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}

/* SECTIONS */
section.pad{padding:90px 0}
.sec-head{max-width:62ch;margin-bottom:44px}
.sec-head h2{font-weight:800;font-size:clamp(1.8rem,4vw,2.8rem);margin:14px 0 16px}
.sec-head p{color:#c2c2c2}
.prose{max-width:70ch}
.prose p{color:#cfcfcf;margin-bottom:16px}
.prose h2{font-weight:800;font-size:1.7rem;margin:34px 0 14px}
.prose a{color:var(--red)}
.prose a:hover{text-decoration:underline}

/* CARDS / GRID */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid.two{grid-template-columns:repeat(2,1fr)}
.card{position:relative;border:1px solid var(--hairline);border-radius:4px;overflow:hidden;min-height:290px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--ink-3);transition:.25s}
.card .thumb{position:absolute;inset:0;z-index:0;background:linear-gradient(160deg,#242424,#141414);transition:transform .5s ease}
.card .thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.45)),radial-gradient(600px 200px at 80% -10%,rgba(225,6,0,.18),transparent 60%)}
.card:hover{border-color:#3d3d3d;transform:translateY(-4px)}
.card:hover .thumb{transform:scale(1.06)}
.card .body{position:relative;z-index:1;padding:26px;background:linear-gradient(180deg,transparent,rgba(10,10,10,.88) 55%)}
.card h3{font-weight:800;font-size:1.25rem;margin-bottom:6px}
.card p{font-size:.9rem;color:#d2d2d2}
.card .tag{position:absolute;top:16px;left:16px;z-index:2;background:var(--red);color:#fff;font-family:var(--font-display);font-weight:800;font-size:.62rem;letter-spacing:.14em;padding:5px 9px;border-radius:2px}
.card .arrow{margin-top:14px;font-family:var(--font-display);font-weight:700;font-size:.78rem;letter-spacing:.08em;color:var(--red);text-transform:uppercase}

/* SPLIT / PANELS */
.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.panel{border:1px solid var(--hairline);border-radius:4px;padding:40px;background:var(--ink-2)}
.panel .tagline{font-family:var(--font-display);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;color:var(--red);margin-bottom:14px}
.panel h3{font-weight:800;font-size:1.5rem;margin-bottom:12px}
.panel p{color:#c2c2c2;font-size:.96rem}
.panel ul{list-style:none;margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}
.panel li{font-size:.78rem;border:1px solid var(--hairline);border-radius:2px;padding:6px 11px;color:#d3d3d3}
/* "In the studio" panel gets the studio photo */
.split .panel:first-child{background:linear-gradient(120deg,rgba(23,23,23,.94),rgba(23,23,23,.82)),url("studio.jpg") center/cover no-repeat}

/* BENEFITS */
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit{border:1px solid var(--hairline);border-radius:4px;padding:28px;background:var(--ink-2)}
.benefit .n{font-family:var(--font-display);font-weight:900;font-size:1.4rem;color:var(--red);margin-bottom:10px}
.benefit h3{font-weight:700;font-size:1.1rem;margin-bottom:8px;text-transform:none;letter-spacing:0}
.benefit p{font-size:.92rem;color:#c2c2c2}

/* PROCESS STEPS */
.steps{counter-reset:step;display:grid;gap:14px}
.step{display:flex;gap:20px;border:1px solid var(--hairline);border-radius:4px;padding:22px 24px;background:var(--ink-2)}
.step::before{counter-increment:step;content:counter(step,decimal-leading-zero);font-family:var(--font-display);font-weight:900;color:var(--red);font-size:1.3rem;flex:none}
.step h3{font-weight:700;font-size:1.05rem;margin-bottom:5px;text-transform:none;letter-spacing:0}
.step p{font-size:.92rem;color:#c2c2c2}

/* PRICE FACTORS + LOCAL LINK CHIPS */
.factors{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}
.factor{border:1px solid var(--hairline);border-radius:4px;background:var(--ink-2);padding:18px 20px}
.factor b{display:block;font-family:var(--font-display);font-size:.95rem;margin-bottom:4px}
.factor span{font-size:.88rem;color:#bdbdbd}
.linkchips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.linkchips a{font-size:.82rem;border:1px solid var(--hairline);border-radius:999px;padding:7px 14px;color:#cfcfcf;transition:.2s}
.linkchips a:hover{border-color:var(--red);color:#fff}

/* "READ MORE" — keeps the SEO body in the HTML (Google indexes expandable
   content at full weight) while the page reads short and scannable. */
.more{margin-top:10px;border-top:1px solid var(--hairline);padding-top:14px}
.more summary{cursor:pointer;list-style:none;font-family:var(--font-display);font-weight:700;font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;color:var(--red);display:inline-flex;align-items:center;gap:8px;padding:4px 0}
.more summary::-webkit-details-marker{display:none}
.more summary::after{content:"+";font-size:1.15rem;line-height:1}
.more[open] summary::after{content:"\2013"}
.more p{color:#bdbdbd;margin-top:16px}

/* FAQ */
.faq{max-width:80ch}
.faq details{border:1px solid var(--hairline);border-radius:4px;background:var(--ink-2);margin-bottom:12px;padding:0 22px}
.faq summary{cursor:pointer;list-style:none;padding:20px 0;font-family:var(--font-display);font-weight:600;font-size:1.02rem;display:flex;justify-content:space-between;gap:16px;text-transform:none;letter-spacing:0}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--red);font-size:1.4rem;line-height:1}
.faq details[open] summary::after{content:"\2013"}
.faq details p{color:#c2c2c2;padding:0 0 20px;font-size:.96rem}

/* WHY */
.why{background:var(--ink-2);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}
.why .wrap{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}
.why h2{font-weight:800;font-size:clamp(1.8rem,4vw,2.7rem);margin:14px 0 20px}
.why p{color:#cfcfcf;margin-bottom:16px}
.why .stat-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.why .stat{border:1px solid var(--hairline);border-radius:4px;padding:22px;background:var(--ink-3)}
.why .stat b{display:block;font-family:var(--font-display);font-weight:900;font-size:2rem;color:#fff}
.why .stat span{font-size:.82rem;color:var(--muted)}

/* CTA BAND */
.cta-band{background:linear-gradient(120deg,#1a0202,#141414);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}
.cta-band .wrap{padding:64px 24px;text-align:center}
.cta-band h2{font-weight:900;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:14px}
.cta-band p{color:#cfcfcf;max-width:52ch;margin:0 auto 26px}

/* CONTACT + FORM */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}
.info dt{font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;color:var(--muted);margin-top:24px}
.info dd{font-size:1.05rem;margin-top:4px}
.info dd a:hover{color:var(--red)}
.map{margin-top:28px;height:200px;border:1px solid var(--hairline);border-radius:4px;background:repeating-linear-gradient(45deg,#181818,#181818 12px,#1c1c1c 12px,#1c1c1c 24px);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.82rem;text-align:center;padding:16px;overflow:hidden}
form.enquiry{background:var(--ink-2);border:1px solid var(--hairline);border-radius:6px;padding:34px}
form.enquiry h3{font-weight:800;font-size:1.4rem;margin-bottom:6px}
form.enquiry .sub{color:var(--muted);font-size:.9rem;margin-bottom:22px}
.field{margin-bottom:14px}
label{display:block;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-weight:600}
input,select,textarea{width:100%;background:#101010;border:1px solid var(--hairline);border-radius:3px;color:#fff;padding:12px 14px;font-family:var(--font-body);font-size:.95rem}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--red)}
.toggle{display:flex;gap:10px}
.toggle label{flex:1;cursor:pointer;margin:0}
.toggle input{display:none}
.toggle span{display:block;text-align:center;border:1px solid var(--hairline);border-radius:3px;padding:12px;font-size:.86rem;color:#cfcfcf;transition:.2s;font-weight:500}
.toggle input:checked + span{border-color:var(--red);background:rgba(225,6,0,.12);color:#fff}
.form-msg{display:none;margin-top:14px;padding:14px;border:1px solid var(--red);border-radius:3px;background:rgba(225,6,0,.1);font-size:.9rem;line-height:1.5}
.form-msg.ok{border-color:#2f7d4f;background:rgba(47,125,79,.12);color:#d6f5e0}
.form-msg.err{border-color:var(--red);background:rgba(225,6,0,.12);color:#ffd7d5}
/* Honeypot. Hidden from people, visible to bots that fill every field. */
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* VSL — hidden until a YouTube ID is put in data-video */
.vsl[data-video=""]{display:none}
.vsl-frame{position:relative;aspect-ratio:16/9;border-radius:6px;overflow:hidden;border:1px solid var(--hairline);background:#000;cursor:pointer}
.vsl-frame img{width:100%;height:100%;object-fit:cover;opacity:.8;transition:opacity .3s}
.vsl-frame:hover img{opacity:.62}
.vsl-frame iframe{width:100%;height:100%;border:0;display:block}
.vsl-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}
.vsl-play span{width:76px;height:76px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px rgba(0,0,0,.55);transition:transform .2s}
.vsl-frame:hover .vsl-play span{transform:scale(1.08)}
.vsl-play svg{width:26px;height:26px;color:#fff;margin-left:3px}
.vsl-cap{margin-top:14px;text-align:center;font-size:.85rem;color:var(--muted)}

/* GOOGLE REVIEWS (live, from /api/reviews) — hidden until real reviews load */
#reviews{display:none}
#reviews.has-reviews{display:block}
.rv-summary{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.rv-score{font-family:var(--font-display);font-weight:900;font-size:2.2rem;line-height:1}
.rv-stars{color:#ffc107;letter-spacing:2px;font-size:1.05rem}
.rv-count{font-size:.88rem;color:var(--muted)}
.rv-count a{color:var(--muted);text-decoration:underline}
.rv-count a:hover{color:var(--red)}
.rv-card{border:1px solid var(--hairline);border-radius:4px;background:var(--ink-2);padding:26px;display:flex;flex-direction:column;gap:12px}
.rv-card .rv-stars{font-size:.95rem}
.rv-text{color:#d8d8d8;font-size:.95rem;line-height:1.6}
.rv-who{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:6px}
.rv-who img{width:32px;height:32px;border-radius:50%;flex:none}
.rv-name{font-family:var(--font-display);font-weight:700;font-size:.85rem}
.rv-when{font-size:.75rem;color:var(--muted)}
.rv-google{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;color:var(--muted)}

/* INSTAGRAM FEED (live, from /api/instagram) */
.ig-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}
.ig-handle{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:700;font-size:.9rem}
.ig-handle svg{width:20px;height:20px}
.ig-handle:hover{color:var(--red)}
#ig-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
#ig-grid:empty{display:none}
.ig-tile{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:4px;border:1px solid var(--hairline);background:var(--ink-2);display:block}
.ig-tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.ig-tile:hover img{transform:scale(1.07)}
.ig-tile .play{position:absolute;top:8px;right:8px;width:18px;height:18px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}

/* ============================================================
   REAL PHOTOGRAPHY — wired by attribute selector, so no HTML
   changes are needed: each card picks up the photo from its href.
   ============================================================ */

/* Service tiles (repeat on home, suburb, car + hub pages) */
.card[href="paint-protection-film.html"] .thumb{background:url("ppf.jpg") center/cover no-repeat}
.card[href="ceramic-coating.html"] .thumb{background:url("ceramic.jpg") center/cover no-repeat}
.card[href="vinyl-wrap.html"] .thumb{background:url("vinyl.jpg") center/cover no-repeat}
.card[href="paint-correction-detailing.html"] .thumb{background:url("detailing.jpg") center/cover no-repeat}
.card[href="mobile-wash-detail.html"] .thumb{background:url("mobile.jpg") center/cover no-repeat}
/* window-tint.html: no photo yet — keeps the dark gradient until tint.jpg lands */

/* Car tiles — each car's hero shot */
.card[href="bmw.html"] .thumb{background:url("car-bmw-m3-hero.jpg") center/cover no-repeat}
.card[href="toyota.html"] .thumb{background:url("car-toyota-ae86-hero.jpg") center/cover no-repeat}
.card[href="zeekr.html"] .thumb{background:url("car-zeekr-7x-hero.jpg") center/cover no-repeat}
.card[href="audi.html"] .thumb{background:url("car-audi-rs3-hero.jpg") center/cover no-repeat}
.card[href="byd.html"] .thumb{background:url("car-byd-sealion7-hero.jpg") center/cover no-repeat}
.card[href="tesla-model-y.html"] .thumb{background:url("car-tesla-modely-hero.jpg") center/cover no-repeat}
.card[href="tesla-model-3.html"] .thumb{background:url("car-tesla-model3-hero.jpg") center/cover no-repeat}
.card[href="mercedes-benz.html"] .thumb{background:url("car-mercedes-gla-hero.jpg") center/cover no-repeat}
.card[href="kia.html"] .thumb{background:url("car-kia-sportage-hero.jpg") center/cover no-repeat}
.card[href="mazda.html"] .thumb{background:url("car-mazda-mx5-hero.jpg") center/cover no-repeat}
/* ford-ranger.html: no photo yet — keeps the dark gradient */

/* Service page heroes (body class set per page) */
.p-ppf .page-hero,.p-ceramic .page-hero,.p-vinyl .page-hero,
.p-detailing .page-hero,.p-mobile .page-hero,
.p-bmw .page-hero,.p-toyota .page-hero,.p-zeekr .page-hero,
.p-audi .page-hero,.p-byd .page-hero,.p-teslay .page-hero,
.p-tesla3 .page-hero,.p-merc .page-hero,.p-kia .page-hero,
.p-mazda .page-hero{background-size:cover;background-position:center}
.p-ppf .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.72)),url("ppf.jpg")}
.p-ceramic .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.72)),url("ceramic.jpg")}
.p-vinyl .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.72)),url("vinyl.jpg")}
.p-detailing .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.72)),url("detailing.jpg")}
.p-mobile .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.72)),url("mobile.jpg")}
.p-bmw .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-bmw-m3-hero.jpg")}
.p-toyota .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-toyota-ae86-hero.jpg")}
.p-zeekr .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-zeekr-7x-hero.jpg")}
.p-audi .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-audi-rs3-hero.jpg")}
.p-byd .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-byd-sealion7-hero.jpg")}
.p-teslay .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-tesla-modely-hero.jpg")}
.p-tesla3 .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-tesla-model3-hero.jpg")}
.p-merc .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-mercedes-gla-hero.jpg")}
.p-kia .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-kia-sportage-hero.jpg")}
.p-mazda .page-hero{background-image:linear-gradient(90deg,rgba(13,13,13,.95),rgba(13,13,13,.70)),url("car-mazda-mx5-hero.jpg")}

/* FOOTER */
footer{background:#0c0c0c;border-top:1px solid var(--hairline);padding:60px 0 30px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;align-items:start}
footer .brand img{height:96px;margin-bottom:22px}
footer p.small{color:var(--muted);font-size:.86rem;max-width:36ch}
footer h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;color:#8a8a8a;margin-bottom:14px}
footer ul{list-style:none}
footer ul li{margin-bottom:8px;font-size:.9rem;color:#cfcfcf}
footer ul li a{color:#cfcfcf}
footer ul li a:hover{color:var(--red)}
.foot-bottom{border-top:1px solid var(--hairline);margin-top:44px;padding-top:22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px 24px;font-size:.78rem;color:var(--muted)}
.foot-bottom>:last-child{text-align:right}
.foot-bottom .credit{text-align:center;white-space:nowrap}
.foot-bottom a{color:var(--muted)}
.foot-bottom a:hover{color:var(--red)}

/* REVEAL */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* Nav collapses to the burger EARLY — before it can crowd/wrap (this was the bug) */
@media(max-width:1150px){
  .nav-links,.nav-phone{display:none}
  .burger{display:flex}
  .mobile-open .nav-links{
    display:flex;position:absolute;top:88px;left:0;right:0;flex-direction:column;
    align-items:flex-start;background:var(--ink);padding:18px 24px 24px;gap:4px;
    border-bottom:1px solid var(--hairline);max-height:calc(100vh - 88px);overflow-y:auto;
    box-shadow:0 24px 40px rgba(0,0,0,.5)
  }
  .mobile-open .nav-links > a,.mobile-open .has-drop > a{
    display:block;width:100%;padding:13px 0;font-size:1rem;border-bottom:1px solid var(--hairline)
  }
  .mobile-open .has-drop{display:block;width:100%}
  .mobile-open .drop{
    position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;
    border:0;padding:4px 0 8px 14px;min-width:0;background:none
  }
  .mobile-open .drop a{padding:11px 0;font-size:.92rem;color:#a9a9a9}
}

@media(max-width:900px){
  .grid,.benefits{grid-template-columns:1fr 1fr}
  .why .wrap,.contact-grid,.split,.grid.two{grid-template-columns:1fr;gap:34px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .factors{grid-template-columns:1fr}
  #ig-grid{grid-template-columns:repeat(3,1fr)}
  .float-contact .fpill span{display:none}
  .float-contact .fpill{padding:14px}
  .float-contact .fpill svg{width:20px;height:20px}
}

/* PHONE */
@media(max-width:768px){
  .wrap{padding:0 18px}
  nav{height:74px}
  nav .logo img{height:56px}
  .mobile-open .nav-links{top:74px;max-height:calc(100vh - 74px)}
  section.pad{padding:56px 0}
  .hero{padding:76px 0 60px}
  .hero h1{font-size:clamp(1.7rem,6.5vw,2.2rem)}
  .hero p.lead{font-size:1rem}
  .hero-cta{gap:10px}
  .hero-cta .btn{flex:1 1 auto;justify-content:center}
  .page-hero{padding:44px 0 38px}
  .page-hero h1{font-size:clamp(1.7rem,7vw,2.4rem)}
  .sec-head{margin-bottom:30px}
  .panel{padding:26px}
  .benefit,.step{padding:22px}
  .trust .wrap{gap:10px 18px;padding:16px 18px}
  .trust .item,.trust .brands{font-size:.76rem}
  form.enquiry{padding:24px}
  .foot-bottom{grid-template-columns:1fr;gap:10px}
  .foot-bottom>:last-child,.foot-bottom .credit{text-align:left;white-space:normal}
  .float-contact{right:14px;bottom:14px;gap:8px}
  .rv-summary{gap:10px}
  .vsl-play span{width:60px;height:60px}
  .linkchips a{font-size:.78rem;padding:6px 12px}
}

@media(max-width:560px){
  .grid,.benefits{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
  #ig-grid{grid-template-columns:repeat(2,1fr)}
  .toggle{flex-direction:column}
  .step{flex-direction:column;gap:10px}
  .cta-band .wrap{padding:48px 18px}
}

/* ── BRAND / CERTIFICATION BADGES ─────────────────────────────
   The FEYNLAB and SunTek lockups are dark type and red on white, so they need a
   light surface to read against. We sit them on white chips rather than
   inverting them, which would wreck both brands' colours. */
.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.cert-grid:has(.cert-card:only-child){grid-template-columns:minmax(0,780px)}
.cert-card{display:flex;flex-direction:column;gap:20px;
  border:1px solid var(--hairline);border-radius:6px;background:var(--ink-2);padding:24px}
.cert-logo{background:#fff;border-radius:4px;padding:22px 24px;display:flex;align-items:center;justify-content:center;min-height:104px}
.cert-logo img{display:block;width:100%;height:auto;max-width:300px}
.cert-copy .kicker{display:block;margin-bottom:6px}
.cert-copy h2{margin:0 0 10px;font-size:clamp(1.2rem,1.9vw,1.55rem)}
.cert-copy p{color:#cfcfcf;margin:0;font-size:.94rem}
@media(max-width:900px){
  .cert-grid{grid-template-columns:1fr}
  .cert-card{padding:20px}
  .cert-logo{padding:18px 20px;min-height:0}
  .cert-logo img{max-width:250px}
}
