/* Jasmine Auto Ltd — public site
   Palette: navy from the logo, steel silver, off-white paper,
   UK number-plate yellow as the single call-to-action colour,
   red hanko-style stamp for the Japanese auction grade. */
:root {
    --navy: #0b2a4a;
    --navy-2: #123e6b;
    --navy-3: #1c5a95;
    --ink: #172233;
    --steel: #6b7787;
    --silver: #c8cdd3;
    --mist: #eef1f4;
    --paper: #f7f8fa;
    --plate: #f7c948;
    --plate-dark: #d9a90f;
    --stamp: #b3261e;
    --ok: #1c7c54;
    --radius: 10px;
    --shadow: 0 8px 28px rgba(11, 42, 74, .10);
    --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

[x-cloak] { display: none !important; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}

body.site {
    font-family: var(--font);
    color: var(--ink);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, .h4, .h5, .h6 { font-weight: 800; letter-spacing: -.015em; color: var(--navy); line-height: 1.15; }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2rem); }
h3 { font-size: 1.15rem; }
a { color: var(--navy-3); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--plate); outline-offset: 2px; }

.skip-link { position: absolute; left: -999px; top: 8px; background: var(--plate); color: var(--ink); padding: .5rem 1rem; z-index: 2000; border-radius: 6px; font-weight: 700; }
.skip-link:focus { left: 8px; }

/* Buttons ---------------------------------------------------------- */
.btn { font-weight: 700; border-radius: 8px; padding: .6rem 1.15rem; }
.btn-lg { padding: .8rem 1.5rem; font-size: 1.05rem; }
.btn-plate { background: var(--plate); border: 2px solid var(--plate); color: var(--ink); }
.btn-plate:hover, .btn-plate:focus { background: var(--plate-dark); border-color: var(--plate-dark); color: var(--ink); }
.btn-navy { background: var(--navy); border: 2px solid var(--navy); color: #fff; }
.btn-navy:hover, .btn-navy:focus { background: var(--navy-2); border-color: var(--navy-2); color: #fff; }
.btn-outline-secondary { border-width: 2px; }
.link-more { font-weight: 700; white-space: nowrap; }

/* Header ----------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 1020; }
.topbar { background: var(--ink); color: var(--silver); font-size: .85rem; padding: .35rem 0; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: var(--plate); }
.site-header .navbar { background: var(--navy); padding: .5rem 0; border-bottom: 3px solid var(--plate); }
.navbar-brand { display: flex; align-items: center; gap: .85rem; padding: 0; }
.navbar-brand img { width: 76px; height: 76px; border-radius: 12px; object-fit: cover; box-shadow: 0 0 0 2px rgba(255,255,255,.35), 0 6px 16px rgba(0,0,0,.35); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; color: #fff; }
.brand-text strong { font-size: 1.45rem; font-weight: 800; letter-spacing: .02em; text-shadow: 0 1px 2px rgba(0,0,0,.4); }
.brand-text small { color: var(--plate); font-size: .8rem; font-weight: 700; margin-top: .2rem; }
@media (max-width: 575px) { .navbar-brand img { width: 56px; height: 56px; } .brand-text strong { font-size: 1.1rem; } .brand-text small { font-size: .7rem; } }
.navbar-dark .nav-link { color: #dbe3ec; font-weight: 600; padding: .5rem .85rem; border-bottom: 2px solid transparent; }
.navbar-dark .nav-link:hover, .navbar-dark .nav-link.active { color: #fff; border-bottom-color: var(--plate); }
.navbar-toggler { border-color: rgba(255,255,255,.35); }

/* Hero ------------------------------------------------------------- */
.hero {
    background: radial-gradient(120% 90% at 10% 0%, var(--navy-2) 0%, var(--navy) 55%, #071c33 100%);
    background-image: var(--hero-image, none), radial-gradient(120% 90% at 10% 0%, var(--navy-2) 0%, var(--navy) 55%, #071c33 100%);
    background-size: cover; background-position: center;
    color: #fff; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
    position: relative;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,51,.92) 0%, rgba(7,28,51,.72) 50%, rgba(7,28,51,.45) 100%); pointer-events: none; }
.hero .container { position: relative; }
.hero__title { color: #fff; font-size: clamp(2rem, 1.4rem + 3vw, 3.4rem); max-width: 16ch; margin-bottom: 1rem; }
.hero__lead { color: #dbe3ec; font-size: 1.1rem; max-width: 48ch; margin-bottom: 1.5rem; }
.hero-search { display: grid; grid-template-columns: 1fr 1fr auto; gap: .5rem; background: rgba(255,255,255,.08); padding: .5rem; border-radius: 12px; border: 1px solid rgba(255,255,255,.15); max-width: 560px; }
.hero-search .form-select { border: 0; }
.hero-stats { list-style: none; display: flex; flex-wrap: wrap; gap: 1.5rem; padding: 0; margin: 1.5rem 0 0; color: #dbe3ec; }
.hero-stats strong { color: var(--plate); font-size: 1.3rem; margin-right: .3rem; }
.hero-feature { display: block; position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.35); text-decoration: none; color: #fff; }
.hero-feature img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; display: block; }
.hero-feature__caption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; background: linear-gradient(180deg, transparent, rgba(7,28,51,.92)); }
.hero-feature__title { font-weight: 800; font-size: 1.1rem; }
.hero-feature__meta { color: #dbe3ec; font-size: .9rem; }
@media (max-width: 575px) { .hero-search { grid-template-columns: 1fr; } }

/* Sections --------------------------------------------------------- */
.section { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.section--mist { background: var(--mist); }
.section--navy { background: var(--navy); color: #dbe3ec; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.section-head h2 { position: relative; padding-bottom: .5rem; margin: 0; }
.section-head h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 4px; border-radius: 2px; background: var(--plate); }
.section-head--light .link-more { color: var(--plate); }
.page-hero { background: var(--navy); color: #fff; padding: clamp(2rem, 4vw, 3.25rem) 0; }
.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 1.3rem + 2vw, 2.7rem); margin: 0; }
.page-hero .lead { color: #dbe3ec; margin: .5rem 0 0; max-width: 62ch; font-size: 1.05rem; }
.cta-strip { background: var(--plate); color: var(--ink); }
.cta-strip h2, .cta-strip p { color: var(--ink); }
.cta-strip .btn-plate { background: var(--ink); border-color: var(--ink); color: #fff; }
.cta-strip .btn-plate:hover { background: var(--navy); border-color: var(--navy); }

/* Grade stamp (hanko) ---------------------------------------------- */
.grade-stamp {
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
    width: 54px; height: 54px; border-radius: 50%; border: 3px solid var(--stamp);
    color: var(--stamp); background: rgba(255,255,255,.92); font-weight: 800; line-height: 1;
    transform: rotate(-8deg); box-shadow: 0 2px 8px rgba(0,0,0,.2); flex-shrink: 0;
}
.grade-stamp__n { font-size: 1.15rem; }
.grade-stamp__l { font-size: .55rem; letter-spacing: .04em; }
.grade-stamp--lg { width: 66px; height: 66px; }
.grade-stamp--lg .grade-stamp__n { font-size: 1.4rem; }
.grade-stamp--xl { width: 88px; height: 88px; border-width: 4px; }
.grade-stamp--xl .grade-stamp__n { font-size: 1.9rem; }
.grade-stamp--xl .grade-stamp__l { font-size: .7rem; }

/* Vehicle card ----------------------------------------------------- */
.vehicle-card { background: #fff; border: 1px solid #dfe4ea; border-radius: var(--radius); overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.vehicle-card { transition: box-shadow .2s, transform .2s; }
.vehicle-card:hover { box-shadow: var(--shadow); border-color: var(--silver); transform: translateY(-2px); }
.vehicle-card__media { position: relative; display: block; background: var(--mist); }
.vehicle-card__media img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; display: block; }
.vehicle-card__media .grade-stamp { position: absolute; top: .6rem; left: .6rem; }
.vehicle-card__body { padding: 1rem 1.1rem 1.1rem; display: flex; flex-direction: column; flex: 1; }
.vehicle-card__brand { font-size: .78rem; font-weight: 700; color: var(--steel); }
.vehicle-card__title { font-size: 1.05rem; margin: .1rem 0 .6rem; }
.vehicle-card__title a { color: var(--navy); text-decoration: none; }
.vehicle-card__title a:hover { text-decoration: underline; }
.vehicle-card__title span { font-weight: 500; color: var(--steel); }
.vehicle-card__foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: .75rem; border-top: 1px dashed #dfe4ea; }
.vehicle-card.is-sold .vehicle-card__media img { filter: grayscale(.6); opacity: .8; }
.spec-row { list-style: none; padding: 0; margin: 0 0 .75rem; display: grid; grid-template-columns: 1fr 1fr; gap: .25rem .75rem; font-size: .85rem; color: var(--ink); }
.spec-row li { display: flex; align-items: center; gap: .4rem; white-space: nowrap; }
.spec-row .bi { color: var(--steel); }
.spec-row--lg { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; font-size: .95rem; }
.price { display: flex; flex-direction: column; line-height: 1.1; }
.price s { color: var(--steel); font-size: .85rem; }
.price__main { font-weight: 800; font-size: 1.3rem; color: var(--navy); }
.price__poa { font-weight: 700; color: var(--navy-3); }
.stock-ref { font-size: .75rem; font-weight: 700; color: var(--steel); letter-spacing: .04em; }
.status-ribbon, .badge-status { position: absolute; top: .75rem; right: 0; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 800; padding: .3rem .7rem; border-radius: 6px 0 0 6px; }
.badge-status { position: static; border-radius: 6px; margin-left: .75rem; vertical-align: middle; }
.status-sold { background: var(--stamp); }
.status-reserved { background: var(--plate); color: var(--ink); }
.status-in_transit, .status-coming_soon { background: var(--navy-3); }
.status-offer { background: var(--ok); }
.plate { display: inline-block; background: var(--plate); color: var(--ink); font-weight: 800; letter-spacing: .06em; padding: .1rem .55rem; border-radius: 4px; border: 1px solid var(--plate-dark); }

/* Stock list ------------------------------------------------------- */
.filter-panel { background: var(--paper); border: 1px solid #dfe4ea; border-radius: var(--radius); padding: 1.1rem; position: sticky; top: 90px; }
.filter-toggle { width: 100%; background: none; border: 0; font-weight: 800; color: var(--navy); display: flex; justify-content: space-between; padding: 0; }
.filter-group { margin-bottom: .9rem; }
.filter-group .form-label { font-size: .8rem; font-weight: 700; color: var(--steel); margin-bottom: .25rem; }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; font-weight: 600; color: var(--steel); flex-wrap: wrap; }
.empty-state { text-align: center; padding: 3rem 1rem; background: var(--paper); border-radius: var(--radius); }
.empty-state .bi { font-size: 2.5rem; color: var(--silver); }
.empty-state h2 { font-size: 1.3rem; margin: .5rem 0; }
.empty-state p { max-width: 46ch; margin: 0 auto 1rem; }
.pagination .page-link { color: var(--navy); font-weight: 600; }
.pagination .active > .page-link { background: var(--navy); border-color: var(--navy); }

/* Vehicle detail --------------------------------------------------- */
.breadcrumb-wrap { padding: .9rem 0 0; }
.breadcrumb { font-size: .85rem; margin: 0; }
.detail { padding: 1rem 0 3rem; }
.detail-head { margin-bottom: 1.25rem; }
.detail-heading__brand { font-weight: 700; color: var(--steel); font-size: .9rem; }
.detail-heading h1 { font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.1rem); margin: .1rem 0 .75rem; }
.detail-heading h1 span { display: block; font-size: .6em; font-weight: 600; color: var(--steel); margin-top: .2rem; }
.detail-price { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; margin: .75rem 0 .5rem; }
.detail-price .price__main { font-size: 1.9rem; }
.grade-line { font-size: .9rem; font-weight: 600; }
.gallery { border-radius: var(--radius); overflow: hidden; background: var(--ink); }
.gallery__main { position: relative; aspect-ratio: 4/3; background: var(--ink); }
.gallery__main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.gallery__main--empty { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--silver); background: var(--mist); border-radius: var(--radius); }
.gallery__main--empty img { position: static; width: 40%; height: auto; opacity: .6; }
.gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--navy); font-size: 1.2rem; display: grid; place-items: center; }
.gallery__nav--prev { left: .75rem; }
.gallery__nav--next { right: .75rem; }
.gallery__count { position: absolute; left: .75rem; bottom: .75rem; background: rgba(0,0,0,.6); color: #fff; font-size: .8rem; font-weight: 700; padding: .25rem .6rem; border-radius: 6px; }
.gallery__full { position: absolute; right: .75rem; bottom: .75rem; width: 38px; height: 38px; border: 0; border-radius: 8px; background: rgba(0,0,0,.6); color: #fff; }
.gallery__thumbs { display: flex; gap: .4rem; padding: .5rem; overflow-x: auto; background: #0c1929; scrollbar-width: thin; }
.gallery__thumbs button { flex: 0 0 auto; width: 88px; border: 2px solid transparent; border-radius: 6px; padding: 0; background: none; overflow: hidden; opacity: .65; }
.gallery__thumbs button img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.gallery__thumbs button.is-active { border-color: var(--plate); opacity: 1; }
.gallery__thumbs button:hover { opacity: 1; }
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(4,12,22,.96); display: flex; align-items: center; justify-content: center; }
.lightbox img { max-width: 94vw; max-height: 90vh; object-fit: contain; }
.lightbox__close { position: absolute; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 1.2rem; }
.lightbox .gallery__nav { background: rgba(255,255,255,.15); color: #fff; }
.detail-section { margin-top: 2.25rem; }
.detail-section h2 { font-size: 1.3rem; margin-bottom: 1rem; }
.spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .75rem 1.5rem; margin: 0; }
.spec-grid dt { font-size: .78rem; font-weight: 700; color: var(--steel); }
.spec-grid dd { margin: 0; font-weight: 600; }
.spec-grid small { color: var(--steel); font-weight: 500; }
.prose p { max-width: 70ch; }
.prose--lg { font-size: 1.08rem; }
.auction-panel { background: var(--paper); border: 1px solid #dfe4ea; border-left: 5px solid var(--stamp); border-radius: var(--radius); padding: 1.5rem; }
.auction-panel details summary { cursor: pointer; font-weight: 700; color: var(--navy-3); }
.sheet-link { display: block; border: 1px solid #dfe4ea; border-radius: var(--radius); overflow: hidden; background: #fff; text-decoration: none; text-align: center; font-weight: 700; }
.sheet-link img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; display: block; }
.sheet-link > span { display: block; padding: .6rem; }
.sheet-link__pdf { display: grid; place-items: center; aspect-ratio: 3/4; font-size: 3rem; color: var(--stamp); }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: flex; gap: .4rem; align-items: baseline; font-size: .92rem; }
.feature-list .bi { color: var(--ok); }
.detail-side { position: sticky; top: 90px; }
.enquiry-card { background: var(--paper); border: 1px solid #dfe4ea; border-radius: var(--radius); padding: 1.25rem; margin-top: 1.25rem; }
.enquiry-card .form-label { font-size: .8rem; font-weight: 700; color: var(--steel); margin-bottom: .2rem; }
.enquiry-card__alt { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed #dfe4ea; font-weight: 700; }
.enquiry-card__alt a { text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.assurance { list-style: none; padding: 0; margin: 1.25rem 0 0; font-size: .9rem; }
.assurance li { display: flex; gap: .6rem; align-items: flex-start; padding: .4rem 0; border-bottom: 1px solid var(--mist); }
.assurance .bi { color: var(--navy-3); font-size: 1.05rem; }
.hp { position: absolute; left: -9999px; }

/* Home extras ------------------------------------------------------ */
.grade-guide { background: #fff; border: 1px solid #dfe4ea; border-radius: var(--radius); padding: 1.5rem; }
.grade-guide dl { display: grid; grid-template-columns: auto 1fr; gap: .45rem 1rem; margin: 1rem 0; }
.grade-guide dl > div { display: contents; }
.grade-guide dt { font-weight: 800; color: var(--stamp); white-space: nowrap; }
.grade-guide dd { margin: 0; }
.brand-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.brand-chip { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .9rem; border: 1px solid #dfe4ea; border-radius: 999px; text-decoration: none; font-weight: 700; color: var(--navy); background: #fff; }
.brand-chip:hover { border-color: var(--navy); }
.brand-chip em { font-style: normal; font-size: .75rem; background: var(--mist); color: var(--steel); padding: .1rem .5rem; border-radius: 999px; }
.service-tile { height: 100%; padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.service-tile .bi { font-size: 1.8rem; color: var(--plate); }
.service-tile h3 { margin: .6rem 0 .4rem; font-size: 1.05rem; }
.service-tile p { margin: 0; font-size: .92rem; }

/* About / services / contact --------------------------------------- */
.fact-box { background: var(--paper); border: 1px solid #dfe4ea; border-radius: var(--radius); padding: 1.5rem; }
.fact-box dl { display: grid; grid-template-columns: auto 1fr; gap: .5rem 1.25rem; margin: 0; }
.fact-box dl > div { display: contents; }
.fact-box dt { color: var(--steel); font-weight: 700; font-size: .85rem; }
.fact-box dd { margin: 0; }
.process { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.process li { counter-increment: step; background: #fff; border-radius: var(--radius); padding: 1.25rem 1.25rem 1.25rem 3.6rem; position: relative; border: 1px solid #dfe4ea; }
.process li::before { content: counter(step); position: absolute; left: 1rem; top: 1.1rem; width: 32px; height: 32px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; display: grid; place-items: center; }
.process strong { display: block; color: var(--navy); margin-bottom: .2rem; }
.process span { font-size: .92rem; color: var(--steel); }
.service-row { display: grid; grid-template-columns: 72px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid #dfe4ea; }
.service-row:first-child { padding-top: 0; }
.service-row__icon { width: 72px; height: 72px; border-radius: 16px; background: var(--navy); color: var(--plate); display: grid; place-items: center; font-size: 2rem; }
.service-row__body h2 { font-size: 1.4rem; }
.lead-sm { font-size: 1.05rem; font-weight: 600; color: var(--navy-2); }
.contact-form .form-label { font-weight: 700; font-size: .85rem; }
.contact-card { background: var(--navy); color: #dbe3ec; border-radius: var(--radius); padding: 1.5rem; }
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-card a { color: #fff; text-decoration: none; }
.contact-card a:hover { color: var(--plate); }

/* Photo strip ------------------------------------------------------ */
.photo-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: .35rem; }
.photo-strip img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; display: block; }
@media (max-width: 767px) { .photo-strip { grid-template-columns: repeat(2, 1fr); } .photo-strip img:last-child { display: none; } }

/* Back to top ------------------------------------------------------ */
.to-top { position: fixed; right: 1.1rem; bottom: 5.2rem; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--navy); color: #fff; font-size: 1.3rem; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,.25); z-index: 1010; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--plate); color: var(--ink); }

/* Trust bar, steps, FAQ, key facts ---------------------------------- */
.trust-bar { background: #fff; border-bottom: 1px solid #dfe4ea; }
.trust-bar ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-bar li { display: flex; gap: .85rem; align-items: center; padding: 1.1rem 1rem; border-left: 1px solid #dfe4ea; }
.trust-bar li:first-child { border-left: 0; padding-left: 0; }
.trust-bar .bi { font-size: 1.7rem; color: var(--navy-3); flex-shrink: 0; }
.trust-bar strong { display: block; color: var(--navy); font-size: .95rem; line-height: 1.2; }
.trust-bar span { display: block; color: var(--steel); font-size: .8rem; margin-top: .15rem; }
@media (max-width: 991px) { .trust-bar ul { grid-template-columns: 1fr 1fr; } .trust-bar li:nth-child(odd) { border-left: 0; padding-left: 0; } .trust-bar li:nth-child(n+3) { border-top: 1px solid #dfe4ea; } }
@media (max-width: 575px) { .trust-bar ul { grid-template-columns: 1fr; } .trust-bar li { border-left: 0; padding: .75rem 0; } .trust-bar li + li { border-top: 1px solid #dfe4ea; } }

.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.steps li { counter-increment: step; background: #fff; border: 1px solid #dfe4ea; border-radius: var(--radius); padding: 1.5rem 1.25rem 1.25rem; position: relative; }
.steps li::before { content: counter(step); position: absolute; top: 1.1rem; right: 1.1rem; width: 30px; height: 30px; border-radius: 50%; background: var(--plate); color: var(--ink); font-weight: 800; display: grid; place-items: center; font-size: .9rem; }
.steps .bi { font-size: 1.8rem; color: var(--navy-3); }
.steps strong { display: block; color: var(--navy); margin: .6rem 0 .3rem; font-size: 1.05rem; }
.steps span { color: var(--steel); font-size: .92rem; }
@media (max-width: 991px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575px) { .steps { grid-template-columns: 1fr; } }

.faq-accordion .accordion-item { border: 1px solid #dfe4ea; border-radius: 8px !important; margin-bottom: .5rem; overflow: hidden; }
.faq-accordion .accordion-button { font-weight: 700; color: var(--navy); background: #fff; padding: 1rem 1.15rem; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed) { background: var(--paper); color: var(--navy); }
.faq-accordion .accordion-button:focus { box-shadow: 0 0 0 3px rgba(247,201,72,.5); }
.faq-accordion .accordion-body { color: var(--ink); padding: .25rem 1.15rem 1.15rem; }
.faq-accordion .accordion-body p:last-child { margin-bottom: 0; }
.faq-nav { position: sticky; top: 110px; display: flex; flex-direction: column; gap: .25rem; }
.faq-nav a { display: flex; justify-content: space-between; align-items: center; padding: .55rem .8rem; border-radius: 8px; text-decoration: none; font-weight: 700; color: var(--navy); }
.faq-nav a:hover { background: var(--mist); }
.faq-nav span { font-size: .75rem; background: var(--mist); color: var(--steel); padding: .1rem .5rem; border-radius: 999px; }
.faq-group { margin-bottom: 2.5rem; scroll-margin-top: 110px; }
.faq-group h2 { font-size: 1.3rem; margin-bottom: 1rem; }
@media (max-width: 991px) { .faq-nav { position: static; flex-direction: row; flex-wrap: wrap; } }

.key-facts { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: .5rem; }
.key-facts li { background: var(--paper); border: 1px solid #dfe4ea; border-radius: 8px; padding: .6rem .75rem; text-align: center; }
.key-facts span { display: block; font-size: .72rem; font-weight: 700; color: var(--steel); }
.key-facts strong { display: block; color: var(--navy); font-size: .98rem; white-space: nowrap; }
@media (max-width: 767px) { .key-facts { grid-template-columns: repeat(3, 1fr); } }

.share-row { display: flex; align-items: center; gap: .4rem; margin-top: 1rem; font-size: .85rem; font-weight: 700; color: var(--steel); }
.share-row a, .share-row button { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #dfe4ea; background: #fff; color: var(--navy); display: grid; place-items: center; text-decoration: none; }
.share-row a:hover, .share-row button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1015; background: #fff; border-top: 1px solid #dfe4ea; box-shadow: 0 -8px 24px rgba(0,0,0,.08); padding: .6rem 1rem; display: flex; align-items: center; gap: .6rem; }
.mobile-bar > div { flex: 1; line-height: 1.15; }
.mobile-bar strong { display: block; font-size: 1.2rem; color: var(--navy); }
.mobile-bar span { font-size: .75rem; color: var(--steel); }
.mobile-bar .btn { padding: .55rem .9rem; }
@media (max-width: 991px) { body.site:has(.mobile-bar) { padding-bottom: 72px; } body.site:has(.mobile-bar) .wa-float, body.site:has(.mobile-bar) .to-top { bottom: 5.4rem; } body.site:has(.mobile-bar) .to-top { bottom: 9.3rem; } }

.standards { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; background: var(--navy); color: #dbe3ec; border-radius: 14px; padding: 2rem; }
.standards h2 { color: #fff; font-size: 1.4rem; }
.standards .text-muted { color: #b7c1cc !important; }
.standards ul { list-style: none; margin: 0; padding: 0; columns: 1; }
.standards li { display: flex; gap: .6rem; align-items: flex-start; padding: .45rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .95rem; }
.standards .bi { color: var(--plate); font-size: 1.1rem; }
@media (max-width: 767px) { .standards { grid-template-columns: 1fr; padding: 1.5rem; } }

/* Print */
@media print { .site-header, .site-footer, .wa-float, .to-top, .mobile-bar, .enquiry-card, .gallery__thumbs, .gallery__nav, .gallery__full, .share-row, .breadcrumb-wrap { display: none !important; } .detail-side { position: static; } }

/* Footer ----------------------------------------------------------- */
.site-footer { background: var(--ink); color: #b7c1cc; padding: 3rem 0 1.5rem; margin-top: auto; font-size: .92rem; }
.footer-logo { width: 150px; height: auto; border-radius: 8px; }
.footer-heading { color: #fff; font-size: .9rem; font-weight: 800; margin-bottom: .75rem; }
.footer-links { margin: 0; font-style: normal; }
.footer-links li { margin-bottom: .3rem; }
.footer-links a { color: #dbe3ec; text-decoration: none; }
.footer-links a:hover { color: var(--plate); }
.social { display: flex; gap: .6rem; margin-top: 1rem; }
.social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; display: grid; place-items: center; text-decoration: none; }
.social a:hover { background: var(--plate); color: var(--ink); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.staff-link { color: #7f8c9b; text-decoration: none; }
.wa-float { position: fixed; right: 1.1rem; bottom: 1.1rem; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; font-size: 1.7rem; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,.25); z-index: 1010; }
.wa-float:hover { color: #fff; transform: scale(1.05); }

@media (max-width: 991px) {
    .filter-panel, .detail-side { position: static; }
    .site-header { position: relative; }
    .service-row { grid-template-columns: 1fr; gap: .75rem; }
}
