/*
 Theme Name:   Moving Company Auckland
 Theme URI:    https://clickandconvert.co.nz/
 Description:  Custom Bricks Child Theme developed for Moving Company Auckland.
 Author:       Click And Convert Limited
 Author URI:   https://clickandconvert.co.nz/
 Template:     bricks
 Version:      2.0
 Text Domain:  movingcompanynz
*/

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v362/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
* {
    box-sizing: border-box;
}
html {
    background: #0C0A0A;
    margin: 0;
    padding: 0;
	font-size: 100%;
}
body {
    background: #0C0A0A;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}
html:has(.page-box) {
    background: #0C0A0A;
}
html:has(.page-box) body {
    background: #0C0A0A;
}

/* ── Element reset (Tailwind-preflight replacement for framework-free pages) ── */
body { color: #0C0A0A; font-family: 'Inter', sans-serif; }
:where(h1[class], h2[class], h3[class], h4[class], h5[class], h6[class], p[class]) { margin: 0; }
:where(ul[class], ol[class]) { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; }
a { color: inherit; text-decoration: inherit; }
button, input, select, textarea { font-family: inherit; font-size: 100%; line-height: inherit; color: inherit; margin: 0; }

/* ── Full-width Layout ── */
.page-box {
    max-width: 100%;
    margin: 0 auto;
    background: #EFEEF1;
    position: relative;
    min-height: 100vh;
    overflow-x: clip;
}
img, video, canvas, svg {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── Site Shell (unified container) ── */
.site-shell {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .site-shell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .site-shell {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ── Brand Logo (simple inline lockup) ── */
.site-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
}
.site-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}


/* ── Header ── */
.site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #EFEEF1;
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
}
.site-header .site-shell {
    position: relative;
}
.desktop-nav {
    padding-inline: 0;
}
.desktop-nav {
    position: relative;
}

/* ── Mobile toggle ── */
.mobile-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #D2CFD7;
    background: #ffffff;
    color: #171717;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mobile-menu-toggle .material-symbols-outlined {
    font-size: 26px;
}

/* ── Mobile slide-in overlay ── */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
}
.mobile-menu-overlay.open {
    pointer-events: auto;
    visibility: visible;
}
.mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .35s ease;
}
.mobile-menu-overlay.open .mobile-menu-backdrop {
    opacity: 1;
}
.mobile-menu-drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0C0A0A;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    opacity: 0;
    transition: opacity .25s ease;
}
.mobile-menu-overlay.open .mobile-menu-drawer {
    opacity: 1;
}
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-menu-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.mobile-menu-logo img {
    height: 36px;
    width: auto;
    border-radius: 4px;
    object-fit: contain;
    background: #fff;
    padding: 3px 6px;
}
.mobile-menu-header button {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
    flex-shrink: 0;
}
.mobile-menu-header button:hover {
    background: rgba(255,255,255,.18);
}
.mobile-menu-links {
    flex: 1;
    padding: 0 0 24px;
}
.mobile-menu-links a {
    display: flex;
    align-items: center;
    min-height: 52px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 0 24px;
    transition: background 0.2s;
}
.mobile-menu-links a:hover {
    background: rgba(255,255,255,.06);
}
.mobile-menu-cta {
    padding: 16px 24px 32px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.mobile-menu-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background .2s;
}
.mobile-menu-cta .menu-cta-quote {
    background: #F5B301;
    color: #171717;
    margin-bottom: 10px;
}
.mobile-menu-cta .menu-cta-quote:hover { background: #D99C00; }
.mobile-menu-cta .menu-cta-call {
    background: rgba(245,179,1,.12);
    color: #F5B301;
    border: 1px solid rgba(245,179,1,.25);
}
.mobile-menu-cta .menu-cta-call:hover { background: rgba(245,179,1,.2); }
body.menu-open { overflow: hidden; }

/* ── Hero ── */
.hero-section {
    padding-top: 2.5rem;
    min-height: 100vh;
    height: auto;
    width: 100%;
}

/* ── Hero Slideshow ── */
.hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: 100%;
}
.hero-slide.active {
    opacity: 1;
}
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12,10,10,.55);
    width: 100%;
    height: 100%;
}
.hero-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
}
.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: rgba(255,255,255,.4);
    border: none;
    cursor: pointer;
    transition: background .3s, transform .3s;
    padding: 0;
}
.hero-dot.active {
    background: #F5B301;
    transform: scale(1.25);
}

/* ── Mega Dropdown (Frido full-width style) ── */
.mega-dropdown-trigger {
    position: static;
}
.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 150px;
    right: 0;
    margin-top: 0;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,.06);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 12px 40px rgba(0,0,0,.10);
    padding: 28px 32px 32px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 100;
    pointer-events: none;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
/* JS-controlled open state only */
.mega-dropdown-trigger.dd-open .mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.mega-dropdown-grid {
    display: grid;
    gap: 6px;
}
.mega-dropdown-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.mega-dropdown-grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
.mega-dropdown-grid a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: #5B5A5B;
    text-decoration: none;
    border-radius: 4px;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.mega-dropdown-grid a:hover {
    background: #EFEEF1;
    color: #0C0A0A;
}
/* Icon container inside dropdown links */
.dd-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #EFEEF1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .15s;
}
.mega-dropdown-grid a:hover .dd-icon {
    background: #D2CFD7;
}
.dd-icon .material-symbols-outlined {
    font-size: 20px;
    color: #0C0A0A;
}
/* Section headings inside dropdown */
.mega-dropdown-heading {
    grid-column: 1 / -1;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #88868A;
    padding: 12px 14px 4px;
    margin-top: 4px;
}
.mega-dropdown-heading:first-child { margin-top: 0; padding-top: 0; }
.mega-dropdown-divider {
    grid-column: 1 / -1;
    height: 1px;
    background: #EFEEF1;
    margin: 8px 0;
}

/* ── Mobile Accordion (inside slide-in) ── */
.mobile-accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 0 24px;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
    transition: background .2s;
}
.mobile-accordion-toggle:hover { background: rgba(255,255,255,.06); }
.mobile-accordion-toggle .material-symbols-outlined {
    font-size: 20px;
    transition: transform .25s ease;
}
.mobile-accordion-toggle.acc-open .material-symbols-outlined {
    transform: rotate(180deg);
}
.mobile-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    background: rgba(0,0,0,.18);
}
.mobile-accordion-panel.acc-open {
    max-height: 2000px;
}
.mobile-accordion-panel .acc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 12px 12px 16px;
}
.mobile-accordion-panel .acc-grid a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 0;
    color: rgba(255,255,255,.9);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 4px 8px;
    gap: 6px;
    transition: background .2s;
}
.mobile-accordion-panel .acc-grid a:hover {
    background: rgba(255,255,255,.08);
    color: #ffffff;
}
/* Icon container in mobile accordion */
.acc-icon {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.acc-icon .material-symbols-outlined {
    font-size: 20px;
    color: #ffffff;
}

/* ── Experience Carousel (hidden on desktop) ── */
.exp-carousel-dots {
    display: none;
}

/* ── Footer ── */
.site-footer {
    overflow: hidden;
}

/* ══════════════════════════════════════════════════════
   DESKTOP-FIRST:  ≥ 992 px  — hide mobile-only items
   ══════════════════════════════════════════════════════ */
@media (min-width: 992px) {
    .mobile-call,
    .mobile-menu-toggle,
    .mobile-menu-overlay {
        display: none !important;
    }
    .mobile-nav-right {
        display: contents;
    }
}

/* ══════════════════════════════════════════════════════
   TABLET & BELOW  ≤ 991 px  (iPad landscape & down)
   ══════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    /* ── Header ── */
    .site-logo img { height: 38px; width: auto; }

    .desktop-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        padding: 10px 0;
    }
    .desktop-links, .desktop-divider { display: none !important; }
    .desktop-quote, .mobile-call { display: none !important; }
    .mobile-menu-toggle { display: inline-flex; }
    .mobile-nav-right {
        display: none;
    }

    /* ── Hero ── */
    .hero-section { 
        padding-top: 3rem; 
        padding-bottom: 3rem; 
        min-height: 70vh;
        position: relative;
    }
    .hero-slideshow {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .hero-slide img { 
        object-position: center 40%;
        width: 100%;
        height: 100%;
    }

    /* ── Experience cards: less extreme ratio on tablet ── */
    .experience-card { aspect-ratio: 3/4; }

    /* ── Experience Carousel ── */
    .exp-carousel-wrapper {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 8px;
        scrollbar-width: none;
    }
    .exp-carousel-wrapper::-webkit-scrollbar { display: none; }
    .exp-carousel-wrapper .experience-card {
        display: block !important;
        flex: 0 0 calc(50% - 6px);
        scroll-snap-align: start;
        margin-top: 0 !important;
        aspect-ratio: 9/16;
    }
    .exp-carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
    }
    .exp-carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background: rgba(12,10,10,.2);
        border: none;
        cursor: pointer;
        transition: background .3s, transform .3s;
        padding: 0;
    }
    .exp-carousel-dot.active {
        background: #0C0A0A;
        transform: scale(1.3);
    }

    /* ── Section spacing ── */
    section { padding-top: 3.5rem; padding-bottom: 3.5rem; }

    /* ── Services ── */
    .services-grid { grid-template-columns: 1fr 1fr !important; }
    .services-grid > div:first-child { grid-column: span 2; }
}

/* ══════════════════════════════════════════════════════
   TABLET-PORTRAIT  ≤ 768 px  (iPad portrait & phablets)
   ══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .hero-section {
        min-height: 65vh;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        position: relative;
    }
    .hero-slideshow {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .hero-slide img {
        object-position: center 35%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero-section h1 { font-size: 2.5rem; }

    /* Hero form side-by-side → stacked */
    .hero-form-card { max-width: 100%; }

    /* Experiences grid: 2 cols only */
    .grid.grid-cols-2 { gap: 0.625rem; }

    /* Reviews: stack */
    .grid.grid-cols-1.md\:grid-cols-3 { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════
   LARGE PHONES  ≤ 576 px
   ══════════════════════════════════════════════════════ */
@media (max-width: 576px) {
    /* ── Shell ── */
    .site-shell { padding-left: 1.25rem; padding-right: 1.25rem; }

    /* ── Header ── */
    .desktop-nav { padding: 8px 0; }

    /* ── Hero ── */
    .hero-section { 
        padding-top: 2rem; 
        padding-bottom: 2rem; 
        min-height: 70vh;
        height: auto;
        position: relative;
        width: 100%;
    }
    .hero-slideshow {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .hero-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .hero-slide.active {
        opacity: 1;
    }
    .hero-slide img { 
        object-position: center 30%;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block;
    }
    .hero-slide-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(12,10,10,.55);
    }
    .hero-section h1 { font-size: 2rem; line-height: 1.15; }
    .hero-section p { font-size: 0.95rem; }
    .hero-section .flex-wrap { flex-direction: column; }
    .hero-section .flex-wrap button,
    .hero-section .flex-wrap a { width: 100%; justify-content: center; }

    /* ── Experience cards ── */
    .experience-card { aspect-ratio: 2/3; }

    /* ── Enquiry form ── */
    .hero-form-card { border-radius: 4px; }
    .hero-form-card .grid-cols-3 {
        grid-template-columns: repeat(3, 1fr); gap: 0.5rem;
    }
    .hero-form-card .grid-cols-3 button { padding: 0.5rem 0.25rem; }

    /* ── Services cards ── */
    .services-grid { grid-template-columns: 1fr !important; }
    .services-grid > div:first-child { grid-column: span 1; }

    /* ── Why Choose Us ── */
    .grid.grid-cols-1.sm\:grid-cols-2 { grid-template-columns: 1fr !important; }

    /* ── About badge ── */
    .about-badge {
        position: relative; bottom: auto; right: auto;
        margin-top: 1rem; display: inline-flex;
    }

    /* ── Section spacing ── */
    section { padding-top: 2.5rem; padding-bottom: 2.5rem; }

    /* ── Footer ── */
    .site-footer h4 { margin-bottom: 0.75rem; }
    .site-footer ul { gap: 0.5rem; }

    /* ── CTA section ── */
    .text-4xl.md\:text-6xl { font-size: 1.875rem; }
}

/* ══════════════════════════════════════════════════════
   SMALL PHONES  ≤ 430 px
   ══════════════════════════════════════════════════════ */
@media (max-width: 430px) {
    .hero-section {
        min-height: 65vh;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        position: relative;
        width: 100%;
    }
    .hero-slideshow {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .hero-slide img {
        object-position: center 30%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero-section h1 { font-size: 1.75rem; }
    .experience-card { aspect-ratio: 2/3; }

    /* Tighter card heights */

    /* Form grid stays 3-col but tighter */
    .hero-form-card .grid-cols-3 button { padding: 0.4rem 0.15rem; }
    .hero-form-card .grid-cols-3 button .material-symbols-outlined { font-size: 18px; }
    .hero-form-card .grid-cols-3 button span:last-child { font-size: 9px; }
}

/* ══════════════════════════════════════════════════════
   EXTRA-SMALL  ≤ 360 px
   ══════════════════════════════════════════════════════ */
@media (max-width: 360px) {
    .site-shell { padding-left: 0.5rem; padding-right: 0.5rem; }

    .hero-section {
        min-height: 60vh;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        position: relative;
        width: 100%;
    }
    .hero-slideshow {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .hero-slide img {
        object-position: center 25%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero-section h1 { font-size: 1.5rem; }
    .hero-section p { font-size: 0.875rem; }
    .experience-card { aspect-ratio: 3/4; }

    .site-logo img { height: 32px; width: auto; }


    /* Form grid falls to 2 columns */
    .hero-form-card .grid-cols-3 { grid-template-columns: repeat(2, 1fr); }

    /* Experiences grid tighter */
    .grid.grid-cols-2 { gap: 0.375rem; }


    /* CTA phone number */
    .text-3xl.md\:text-4xl { font-size: 1.5rem; }
}

/* ══════════════════════════════════════════════════════
   MID-DESKTOP  992–1199 px  — constrain mega dropdown
   ══════════════════════════════════════════════════════ */
@media (min-width: 992px) and (max-width: 1199px) {
    .mega-dropdown {
        padding: 20px 20px 24px;
        left: 0;
    }
    .mega-dropdown-grid.cols-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .mega-dropdown-grid.cols-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .mega-dropdown-grid a {
        font-size: 12.5px;
        padding: 8px 8px;
        gap: 8px;
    }
    .dd-icon {
        width: 34px;
        height: 34px;
        border-radius: 4px;
    }
    .dd-icon .material-symbols-outlined {
        font-size: 17px;
    }
    .mega-dropdown-heading {
        font-size: 10px;
        padding: 8px 10px 3px;
    }
}

/* ══════════════════════════════════════════════════════
   LARGE DESKTOP  ≥ 1440 px
   ══════════════════════════════════════════════════════ */
@media (min-width: 1440px) {
    .site-shell { max-width: 1320px; padding-left: 2.5rem; padding-right: 2.5rem; }
    .site-logo img { height: 52px; width: auto; }
    .mega-dropdown { left: 180px; }
    .hero-section h1 { font-size: 5rem; }
}

/* ══════════════════════════════════════════════════════
   SERVICE PAGE STYLES
   ══════════════════════════════════════════════════════ */

/* svc-hero min height */
.svc-hero {
    min-height: 420px;
}

/* Prose content headings */
.prose-content h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: #0C0A0A;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.prose-content h2:first-child {
    margin-top: 0;
}
.prose-content h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #0C0A0A;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

/* bg-surface-dim fallback */
.bg-surface-dim {
    background-color: #EFEEF1;
}

/* Prose content — body text for service/content pages */
.prose-content p {
    color: #5B5A5B;
    line-height: 1.8;
    font-size: 0.9375rem;
}
.prose-content a {
    text-decoration: none;
    transition: color .2s;
}
.prose-content a:hover {
    text-decoration: underline;
}
.prose-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prose-content ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .5rem;
    color: #5B5A5B;
    line-height: 1.7;
    font-size: 0.9375rem;
}
.prose-content ul li::before {
    content: '\e86c'; /* check_circle */
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #F5B301;
    font-size: 1.1rem;
}

/* FAQ details marker removal */
.svc-faq details summary::-webkit-details-marker,
.svc-faq details summary::marker {
    display: none;
    content: '';
}
.svc-faq details summary {
    list-style: none;
}

/* ══════════════════════════════════════════════════════
   PRINT
   ══════════════════════════════════════════════════════ */
@media print {
    .site-header, .mobile-menu-overlay, .hero-form-card { display: none; }
    .hero-section { min-height: auto; padding: 2rem 0; }
    section { break-inside: avoid; }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE POLISH — Cross-page fixes
   ══════════════════════════════════════════════════════ */

/* ── Mobile accordion grid: 2 cols on small phones ── */
@media (max-width: 479px) {
    .mobile-accordion-panel .acc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── Service/location/blog hero breadcrumbs: prevent overflow ── */
.svc-hero nav,
nav[class*="flex"][class*="items-center"][class*="text-white"] {
    flex-wrap: wrap;
}
@media (max-width: 480px) {
    .svc-hero nav,
    nav[class*="flex"][class*="items-center"][class*="text-white"] {
        font-size: 12px;
    }
}

/* ── Service page feature card grid — tighter padding small screens ── */
@media (max-width: 480px) {
    .svc-feature-card { padding: 1rem; }
    .svc-faq details summary { padding: 1rem; font-size: 0.9375rem; }
    .svc-faq details > div { padding: 0 1rem 1rem; }
}

/* ── Blog/article prose — responsive font scaling ── */
@media (max-width: 480px) {
    .prose-content h2 { font-size: 1.25rem; }
    .prose-content h3 { font-size: 1.125rem; }
    .prose-content p,
    .prose-content li { font-size: 0.875rem; }
}

/* ── Contact map responsive height ── */
@media (max-width: 576px) {
    .contact-map-container { height: 280px !important; }
}
@media (min-width: 577px) and (max-width: 768px) {
    .contact-map-container { height: 340px !important; }
}

/* ── Quote sidebar form: tighter on mobile ── */
@media (max-width: 480px) {
    .quote-sidebar form { padding: 1rem; }
    .quote-sidebar .bg-\[#0C0A0A\] { padding: 1rem; }
}

/* ── Blog FAQ accordion — tighter on mobile ── */
@media (max-width: 480px) {
    details.group summary { padding: 0.875rem; font-size: 0.9375rem; }
    details.group > div { padding: 0 0.875rem 0.875rem; font-size: 0.875rem; }
}

/* ── Landing page hero form — responsive fix ── */
@media (max-width: 480px) {
    .page-redesigned section .grid.lg\:grid-cols-5 { gap: 1.5rem; }
}

/* ── CTA sections — responsive text ── */
@media (max-width: 480px) {
    .page-redesigned section .text-2xl { font-size: 1.375rem; }
}

/* ══════════════════════════════════════════════════════
   STICKY SIDE CTA — right edge
   ══════════════════════════════════════════════════════ */
.sticky-side-cta {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0;
}
/* ── Mobile: bottom bar instead of side ── */
@media (max-width: 767px) {
    .sticky-side-cta {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        transform: none;
        flex-direction: row;
        gap: 0;
    }
    /* Add bottom padding to body so content isn't hidden behind sticky bar */
    body { padding-bottom: 56px; }
}

/* ══════════════════════════════════════════════════════
   DESIGN SYSTEM CONSISTENCY FIXES
   Applied site-wide to ensure visual alignment
   ══════════════════════════════════════════════════════ */

/* ── Hero min-height responsive ── */
@media (max-width: 576px) {
    .svc-hero { min-height: 260px; }
}
@media (min-width: 577px) and (max-width: 992px) {
    .svc-hero { min-height: 340px; }
}

/* ── Prose content link styles ── */
.prose-content a {
    color: #F5B301;
    font-weight: 600;
}
.prose-content a:hover {
    color: #D99C00;
    text-decoration: underline;
}

/* ── Service feature card hover state ── */
.svc-feature-card {
    transition: box-shadow .2s ease, border-color .2s ease;
}
.svc-feature-card:hover {
    box-shadow: 0 4px 20px rgba(12,10,10,.1);
    border-color: #F5B301;
}

/* ── Inline CTA block (end of service pages) ── */
.svc-content-block.bg-primary\/5 {
    transition: background .2s;
}

/* ── FAQ accordion — open state body text ── */
details.group[open] summary {
    color: #F5B301;
}

/* ── Standardize not-prose card link styles ── */
.not-prose a {
    text-decoration: none;
}

/* ── Full-width article layout (blog pages) ── */
.article-layout {
    max-width: 56rem;   /* ~896px, matches max-w-4xl */
    margin-left: auto;
    margin-right: auto;
}

/* ── Section background alternation helper ── */
.bg-alt-section {
    background-color: #EFEEF1;
}

/* ── Quote sidebar responsive ── */
@media (max-width: 1023px) {
    .quote-sidebar {
        position: static !important;
    }
}

/* ── Smooth focus rings — accessibility ── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #F5B301;
    outline-offset: 2px;
}

/* ── Print: hide sticky CTA ── */
@media print {
    .sticky-side-cta, .back-to-top { display: none !important; }
}

/* ── Back to Top Button ── */
.back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    background-color: #F5B301;
    color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(181, 36, 38, 0.4);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: #0C0A0A;
}

.back-to-top .material-symbols-outlined {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .back-to-top {
        bottom: 80px; /* Above the mobile sticky bottom bar */
        right: 16px;
        width: 40px;
        height: 40px;
    }
    .back-to-top .material-symbols-outlined {
        font-size: 20px;
    }
}

/* ══════════════════════════════════════════════════════
   BEM TILE COMPONENTS — framework-independent
   Pure CSS, no Tailwind utility classes required.
   Blocks: cost-card, check-tile, reason-tile, area-tile, faq-tile
   ══════════════════════════════════════════════════════ */

/* ── Block: cost-card (Sample Moving Cost) ── */
.cost-card {
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 1.75rem;
    box-shadow: 0 1px 2px rgba(12,10,10,.04), 0 12px 28px -16px rgba(12,10,10,.18);
}
.cost-card__eyebrow {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #F5B301;
    margin: 0 0 0.4rem;
}
.cost-card__title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0C0A0A;
    margin: 0 0 1.4rem;
    line-height: 1.2;
}
.cost-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cost-card__row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #EFEEF1;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
}
.cost-card__row-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #FDF3D5;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.cost-card__label {
    flex: 1;
    color: #5B5A5B;
}
.cost-card__value {
    font-weight: 700;
    color: #0C0A0A;
}
.cost-card__row--subtotal {
    border-bottom: none;
    border-top: 1px dashed #D2CFD7;
    margin-top: 0.15rem;
    padding-top: 0.85rem;
}
.cost-card__row--subtotal .cost-card__label,
.cost-card__row--subtotal .cost-card__value {
    font-weight: 700;
    color: #0C0A0A;
}
.cost-card__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0C0A0A;
    color: #ffffff;
    border-radius: 4px;
    padding: 1rem 1.25rem;
    margin-top: 1.1rem;
}
.cost-card__total-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FDF3D5;
}
.cost-card__total-value {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}
.cost-card__note {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    line-height: 1.55;
    color: #88868A;
    margin: 1.1rem 0 0;
}

/* ── Block: check-tile (What's Included / Prep checklist) ── */
.check-tile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 64rem;
    margin: 0 auto;
}
@media (min-width: 640px) { .check-tile-grid { grid-template-columns: 1fr 1fr; gap: 0.9rem; } }
@media (min-width: 1024px) { .check-tile-grid--3col { grid-template-columns: 1fr 1fr 1fr; } }

.check-tile {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 0.9rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.check-tile:hover {
    border-color: #F5B301;
    box-shadow: 0 6px 16px -10px rgba(245,179,1,.35);
}
.check-tile__icon {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #FDF3D5;
    color: #F5B301;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.check-tile__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #0C0A0A;
    line-height: 1.45;
    margin: 0;
}

/* ── Block: reason-tile (Why Move With Our Auckland Team) ── */
.reason-tile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) { .reason-tile-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .reason-tile-grid { grid-template-columns: 1fr 1fr 1fr; gap: 2rem; } }

.reason-tile {
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 1.75rem;
    box-shadow: 0 1px 2px rgba(12,10,10,.03), 0 14px 30px -20px rgba(12,10,10,.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.reason-tile:hover {
    box-shadow: 0 1px 2px rgba(12,10,10,.04), 0 20px 36px -18px rgba(12,10,10,.22);
}
.reason-tile__icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #171717;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 1.25rem;
}
.reason-tile__title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0C0A0A;
    margin: 0 0 0.5rem;
}
.reason-tile__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #5B5A5B;
    margin: 0;
}

/* ── Block: area-tile (Movers Across The Auckland Region) ── */
.area-tile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 640px) { .area-tile-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .area-tile-grid { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 1.25rem; } }

.area-tile {
    display: block;
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 1.4rem;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.area-tile:hover {
    border-color: #171717;
    box-shadow: 0 14px 28px -18px rgba(23,23,23,.35);
}
.area-tile__title {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0C0A0A;
    margin: 0 0 0.4rem;
}
.area-tile__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #5B5A5B;
    margin: 0;
}

/* ── Block: faq (accordion — "Have Questions?" pattern) ── */
.faq__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}
@media (min-width: 1024px) {
    .faq__layout {
        grid-template-columns: 320px 1fr;
        gap: 3rem;
        align-items: start;
    }
}
.faq__heading {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.08;
    color: #0C0A0A;
    margin: 0;
}
@media (min-width: 768px) {
    .faq__heading { font-size: 2.75rem; }
}
.faq__eyebrow {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #88868A;
    margin-top: 0.75rem;
}
.faq__contact-card {
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 1.5rem;
    margin-top: 2rem;
    box-shadow: 0 1px 2px rgba(12,10,10,.03), 0 14px 30px -20px rgba(12,10,10,.16);
}
.faq__contact-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #0C0A0A;
    margin: 0 0 0.5rem;
}
.faq__contact-phone {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #171717;
    text-decoration: none;
}
.faq__contact-phone:hover { color: #2E2E2E; }

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.faq__item {
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(12,10,10,.03), 0 12px 26px -18px rgba(12,10,10,.14);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq__item--open,
.faq__item[open] {
    border-color: #171717;
    box-shadow: 0 1px 2px rgba(12,10,10,.04), 0 18px 34px -16px rgba(23,23,23,.22);
}
.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 1.25rem 1.5rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0C0A0A;
    list-style: none;
}
.faq__question::-webkit-details-marker,
.faq__question::marker {
    display: none;
    content: '';
}
.faq__toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    border: 1.5px solid #D2CFD7;
    color: #88868A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 1rem;
    transition: transform 0.25s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.faq__item--open .faq__toggle,
.faq__item[open] .faq__toggle {
    transform: rotate(45deg);
    background: #FDF3D5;
    border-color: #171717;
    color: #171717;
}
.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.faq__answer p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5B5A5B;
    margin: 0;
    padding: 0 1.5rem 1.5rem;
}
.faq__item--open .faq__answer {
    max-height: 400px;
}
details.faq__item .faq__answer {
    max-height: none;
    overflow: visible;
}

/* ── Block: review-tile (testimonial / Google review cards) ── */
.review-tile {
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 2px rgba(12,10,10,.03), 0 14px 30px -20px rgba(12,10,10,.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.review-tile:hover {
    box-shadow: 0 1px 2px rgba(12,10,10,.04), 0 20px 36px -18px rgba(12,10,10,.22);
}
.review-tile__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #F5B301;
    margin-bottom: 0.85rem;
}
.review-tile__stars .material-symbols-outlined {
    font-size: 16px;
}
.review-tile__quote {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #0C0A0A;
    margin: 0 0 1.5rem;
    flex: 1;
}
.review-tile__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}
.review-tile__avatar {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #171717;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    flex-shrink: 0;
}
.review-tile__name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #0C0A0A;
    line-height: 1.2;
}
.review-tile__date {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    color: #88868A;
    margin-top: 0.15rem;
}

/* ── Block: feature-tile (service-page "Why Choose Us" cards) ── */
.feature-tile {
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 1.375rem;
    box-shadow: 0 1px 2px rgba(12,10,10,.03), 0 12px 26px -18px rgba(12,10,10,.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-tile:hover {
    box-shadow: 0 1px 2px rgba(12,10,10,.04), 0 18px 32px -16px rgba(12,10,10,.2);
}
.feature-tile__icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #FDF3D5;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 0.75rem;
}
.feature-tile__title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0C0A0A;
    margin: 0 0 0.5rem;
}
.feature-tile__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #5B5A5B;
    margin: 0;
}

/* ── Block: svc-tile (quote form "what are you moving" selector) ── */
.svc-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    padding: 0.85rem 0.5rem;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.svc-tile:hover {
    border-color: #171717;
    box-shadow: 0 10px 22px -14px rgba(23,23,23,.35);
}
.svc-tile__icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #FDF3D5;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 0.4rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.svc-tile__label {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #5B5A5B;
    text-align: center;
    transition: color 0.2s ease;
}
@media (min-width: 768px) {
    .svc-tile__label { font-size: 0.72rem; }
}
.svc-tile--selected {
    border-color: #F5B301;
    background: #FDF3D5;
    box-shadow: 0 10px 22px -14px rgba(245,179,1,.4);
}
.svc-tile--selected .svc-tile__icon {
    background: #F5B301;
    color: #171717;
}
.svc-tile--selected .svc-tile__label {
    color: #0C0A0A;
}

/* ══════════════════════════════════════════════════════
   TYPOGRAPHY POLISH 
   ══════════════════════════════════════════════════════ */
.font-headline {
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.font-label {
    letter-spacing: -0.01em;
}
.font-body {
    line-height: 1.5;
}

/* ── Block: svc-panel (services grid cards — image top, body below) ── */
.svc-panel {
    background: #ffffff;
    border: 1px solid #D2CFD7;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 2px rgba(12,10,10,.03), 0 14px 30px -20px rgba(12,10,10,.16);
    transition: transform .25s ease, box-shadow .25s ease;
}
.svc-panel:hover {
    box-shadow: 0 1px 2px rgba(12,10,10,.04), 0 20px 36px -18px rgba(12,10,10,.22);
}
.svc-panel__media {
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
}
.svc-panel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.svc-panel:hover .svc-panel__media img {
    transform: scale(1.05);
}
.svc-panel__body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.svc-panel__title {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: #0C0A0A;
    margin: 0 0 0.5rem;
}
.svc-panel__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #5B5A5B;
    margin: 0 0 1.25rem;
    flex: 1;
}
.svc-panel__link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #171717;
    color: #ffffff;
    padding: 0.6rem 1.15rem;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}
.svc-panel__link .material-symbols-outlined {
    font-size: 16px;
    transition: transform .2s ease;
}
.svc-panel__link:hover {
    background: #F5B301;
    color: #171717;
}
@media (max-width: 767px) {
    .svc-panel__media { height: 170px; }
    .svc-panel__body { padding: 1.25rem; }
}

/* ══════════════════════════════════════════════════════
   FULL BEM SYSTEM — framework-free homepage
   Radius system: 2px surfaces · 4px buttons
   ══════════════════════════════════════════════════════ */

/* ── Utilities kept for JS hooks ── */
.hidden { display: none !important; }
.step-form { display: none; }
.step-form.active { display: block; }
@keyframes bem-spin { to { transform: rotate(360deg); } }

/* ── Type scale: largest h1 = 56px desktop ── */
h1[class] { font-size: clamp(2.25rem, 4.5vw, 3.5rem); line-height: 1.08; }

/* ── Section ── */
.section { padding: 4rem 0; }
.section--white { background: #ffffff; }
.section--grey { background: #E7E3EC; }
.section--cream { background: #FDF3D5; }
.section--dark { background: #0C0A0A; }
.section--rel { position: relative; }
.section--clip { overflow: hidden; }
.site-shell--narrow { max-width: 56rem; }
.site-shell--front { position: relative; z-index: 10; }
.section__head { text-align: center; margin-bottom: 2.5rem; }
.section__head--tight { margin-bottom: 2.5rem; }
.section__head--row { display: flex; flex-direction: column; gap: 1rem; text-align: left; }
.section__eyebrow { display: block; color: #F5B301; font-weight: 700; letter-spacing: .1em; font-size: .875rem; text-transform: uppercase; margin-bottom: .75rem; font-family: 'Inter', sans-serif; }
.section__eyebrow--flush { margin-bottom: .5rem; }
h1.section__eyebrow { display: block; color: #F5B301; font-weight: 700; letter-spacing: .1em; font-size: .875rem; text-transform: uppercase; margin-bottom: .75rem; font-family: 'Inter', sans-serif; }
.section__title { font-family: 'Manrope', sans-serif; font-weight: 800; color: #171717; font-size: clamp(1.875rem, 3.5vw, 3rem); }
.section__title--md { font-size: clamp(1.875rem, 3vw, 2.25rem); }
.section__title--sm { font-size: clamp(1.5rem, 2.5vw, 1.875rem); }
.section__title--gap { margin-bottom: 1rem; }
.section__title--gap-sm { margin-bottom: .75rem; }
.section__title--center { text-align: center; }
.section__title--mb { margin-bottom: 2.5rem; }
.section__title--mb-sm { margin-bottom: 2.5rem; }
.section__lead { color: #5B5A5B; max-width: 42rem; margin: 0 auto; font-family: 'Inter', sans-serif; }
.section__lead--sm { max-width: 24rem; }
.section__lead--left { margin: 0; max-width: none; }
.section__text { color: #5B5A5B; line-height: 1.65; font-size: 1rem; font-family: 'Inter', sans-serif; }
.section__text--lg { font-size: 1rem; }
.section__note { color: #5B5A5B; font-size: .875rem; margin-top: 1.5rem; text-align: center; font-family: 'Inter', sans-serif; }
.section__block { margin-top: 4rem; }
.text-link { color: #B88400; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

/* ── Layout helpers ── */
.split { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
.stack > * + * { margin-top: 1.25rem; }
.stack--lg > * + * { margin-top: 1.5rem; }
.stack--sm > * + * { margin-top: 1rem; }
.check-rows > * + * { margin-top: .75rem; }
.check-row { display: flex; align-items: flex-start; gap: .75rem; }
.check-row__icon { color: #F5B301; margin-top: .2rem; font-size: 22px; }
.check-row__text { color: #0C0A0A; font-weight: 600; font-family: 'Inter', sans-serif; }
.check-row__text--plain { font-weight: 400; }

/* ── Buttons (radius 4px) ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.5rem; border-radius: 4px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: .9rem; text-decoration: none; border: none; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; line-height: 1.2; }
.btn--lg { padding: 1rem 2rem; font-size: 1rem; }
.btn--block { width: 100%; flex: 1; }
.btn--gold { background: #F5B301; color: #171717; }
.btn--gold:hover { background: #D99C00; color: #171717; }
.btn--gold:active { background: #B88400; }
.btn--dark { background: #171717; color: #ffffff; }
.btn--dark:hover { background: #2E2E2E; color: #ffffff; }
.btn--muted { background: #E5E7EB; color: #374151; }
.btn--muted:hover { background: #D1D5DB; }
.btn--ghost { background: rgba(255,255,255,.1); color: #ffffff; border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: rgba(255,255,255,.2); color: #ffffff; }
.btn__icon { font-size: 18px; }
.btn__icon--gold { color: #F5B301; }
.btn__spin { font-size: 20px; animation: bem-spin 1s linear infinite; }
.btn__g-icon { width: 1rem; height: 1rem; }

/* ── Header ── */
.site-header { box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.desktop-nav { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; gap: 2rem; }
.desktop-links { display: none; }
.nav-link { color: inherit; text-decoration: none; transition: color .2s ease; }
.nav-link:hover { color: #5B5A5B; }
.nav-link--drop { display: flex; align-items: center; gap: .25rem; cursor: pointer; }
.nav-link__chevron { font-size: 16px; }
.desktop-divider { display: none; }
.desktop-quote { font-size: .875rem; padding: .75rem 1.5rem; }
@media (min-width: 768px) {
    .desktop-links { display: flex; align-items: center; gap: 1.5rem; font-size: 14px; font-weight: 700; color: #171717; font-family: 'Inter', sans-serif; }
}
@media (min-width: 1024px) {
    .desktop-divider { display: block; height: 1.5rem; width: 1px; background: #D2CFD7; }
}

/* ── Hero ── */
.hero-section { position: relative; min-height: 100vh; padding-bottom: 5rem; background: #0C0A0A; display: flex; align-items: center; overflow: hidden; }
.hero__inner { width: 100%; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; position: relative; z-index: 10; }
.hero__badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: .4rem .85rem; border-radius: 4px; backdrop-filter: blur(4px); }
.hero__badge-dot { width: 8px; height: 8px; border-radius: 4px; background: #F5B301; }
.hero__badge-text { color: #ffffff; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-family: 'Inter', sans-serif; }
h1.hero__badge-text { color: #ffffff; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-family: 'Inter', sans-serif; }
.hero__title { color: #ffffff; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(2.25rem, 4.5vw, 3.5rem); line-height: 1.08; letter-spacing: -0.02em; }
.hero__lead { color: rgba(255,255,255,.9); font-size: 1rem;  line-height: 1.65; font-family: 'Inter', sans-serif; }
.hero__checks { display: grid; grid-template-columns: 1fr; column-gap: 1.5rem; row-gap: .5rem; max-width: 36rem; list-style: none; margin: 1.25rem 0 0; padding: 0; }
.hero__check { display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.9); font-size: .875rem; font-family: 'Inter', sans-serif; }
.hero__check-icon { color: #F5B301; font-size: 18px; }
.hero__actions { display: flex; flex-direction: column; flex-wrap: wrap; gap: .75rem; padding-top: .5rem; }
.hero__note { color: rgba(255,255,255,.6); font-size: .75rem; font-family: 'Inter', sans-serif; }
@media (min-width: 640px) {
    .hero__checks { grid-template-columns: 1fr 1fr; }
    .hero__actions { flex-direction: row; }
}
@media (min-width: 768px) {
    .hero__badge-text { color: #F5B301; font-size: .75rem; }
	h1.hero__badge-text { color: #F5B301; font-size: .75rem; }
    .hero__lead { font-size: 1.25rem; }
    .hero__actions { gap: 1rem; padding-top: 1rem; }
}
@media (min-width: 1024px) {
    .hero__inner { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

/* ── Quote form ── */
.qform { background: #ffffff; border-radius: 4px; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); overflow: hidden; }
.qform__head { background: #0C0A0A; padding: .9rem 1.1rem .8rem; color: #ffffff; }
.qform__head--rule { border-bottom: 4px solid #F5B301; }
.qform__head-top { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.qform__title { font-family: 'Manrope', sans-serif; font-size: 1.05rem; font-weight: 800; letter-spacing: -.01em; margin: 0; color: #ffffff; }
.qform__title--sm { font-size: 1rem; font-family: 'Inter', sans-serif; font-weight: 700; }
.qform__step-badge { flex-shrink: 0; background: rgba(245,179,1,.12); color: #F5B301; font-size: .68rem; font-weight: 700; letter-spacing: .03em; padding: .2rem .55rem; border-radius: 4px; font-family: 'Inter', sans-serif; }
.qform__sub { color: #F5B301; font-size: .74rem; margin-top: .3rem; display: flex; align-items: center; gap: .5rem; font-family: 'Inter', sans-serif; }
.qform__sub--xs { font-size: .7rem; margin-top: .15rem; }
.qform__progress { margin-top: .6rem; height: 3px; background: #2A2A2A; border-radius: 4px; display: flex; overflow: hidden; }
.qform__bar { width: 33.333%; background: #F5B301; border-radius: 4px; transition: width .3s ease; }
.qform__body { padding: 1.25rem 1.5rem; }
.qform__body--flow > * + * { margin-top: 1rem; }
.qform__panel > * + * { margin-top: 1.25rem; }
.qform__legend { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #6B7280; margin-bottom: .75rem; font-family: 'Inter', sans-serif; }
.qform__svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.qform__error { color: #DC2626; font-size: .75rem; margin-top: .5rem; font-family: 'Inter', sans-serif; }
.qform__nav { display: flex; gap: .75rem; }
.qform__msg { padding: .75rem 1rem; border-radius: 4px; font-size: .875rem; margin-top: 1rem; border: 1px solid; font-family: 'Inter', sans-serif; }
.qform__msg--ok { background: #F0FDF4; border-color: #BBF7D0; color: #15803D; }
.qform__msg--err { background: #FEF2F2; border-color: #FECACA; color: #B91C1C; }
.qform__privacy { text-align: center; font-size: .65rem; color: #9CA3AF; display: flex; align-items: center; justify-content: center; gap: .25rem; padding: 0 1.5rem 1.5rem; font-family: 'Inter', sans-serif; }
.qform__privacy-icon { font-size: 14px; }
.qform__hint { color: #F5B301; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: .25rem; font-family: 'Inter', sans-serif; }
.field > * + * { margin-top: .375rem; }
.field__label { display: block; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #6B7280; margin-bottom: .25rem; font-family: 'Inter', sans-serif; }
.field__input { width: 100%; background: #F9FAFB; border: 1px solid #E4E1E6; border-radius: 4px; padding: .65rem .75rem; font-size: .875rem; font-family: 'Inter', sans-serif; color: #0C0A0A; }
.field__input:focus { outline: none; border-color: #F5B301; box-shadow: 0 0 0 2px rgba(245,179,1,.35); }
.field-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) { .qform__head { padding: 1.1rem 1.35rem 1rem; } .qform__title { font-size: 1.2rem; } .qform__sub { font-size: .8rem; } .qform__body { padding: 1.5rem; } .qform__body--flow { padding: 2rem; } }

/* ── Experiences (video wall) ── */
.exp-carousel-wrapper { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.experience-card { position: relative; aspect-ratio: 9 / 16; border-radius: 4px; overflow: hidden; background: #D2CFD7; cursor: pointer; display: none; }
.experience-card:nth-child(-n+2) { display: block; }
.experience-card--stagger { margin-top: 2rem; }
.experience-card__video { width: 100%; height: 100%; object-fit: cover; transition: all .7s ease; }
.experience-card__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,23,23,.8), transparent); pointer-events: none; }
.play-button-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; transition: opacity .3s ease; pointer-events: none; }
.experience-card:hover .play-button-overlay { opacity: 0; }
.play-button-overlay__icon { color: #ffffff; font-size: 3.75rem; filter: drop-shadow(0 4px 3px rgba(0,0,0,.4)); }
@media (min-width: 768px) {
    .exp-carousel-wrapper { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
    .experience-card, .experience-card--md { display: block; }
    .experience-card--lg { display: none; }
    .experience-card--stagger { margin-top: 3rem; }
}
@media (min-width: 1024px) {
    .exp-carousel-wrapper { grid-template-columns: repeat(5, 1fr); }
    .experience-card--lg { display: block; }
}

/* ── Rating summary & reviews ── */
.rating { display: inline-flex; flex-direction: column; gap: .5rem; }
.rating__score { font-size: 2.25rem; font-weight: 800; color: #0C0A0A; font-family: 'Manrope', sans-serif; line-height: 1; }
.rating__stars { display: flex; align-items: center; gap: 2px; }
.rating__star { font-size: 28px; color: #F5B301; }
.rating__count { display: flex; align-items: center; gap: .5rem; color: #0C0A0A; font-size: 1rem; font-family: 'Inter', sans-serif; }
.rating__logo { height: 1.25rem; }
.bbm-dots { display: flex; justify-content: center; align-items: center; gap: .5rem; margin-top: 2rem; color: #171717; }
.reviews__cta { display: flex; justify-content: center; margin-top: 2rem; }
@media (min-width: 768px) {
    .rating__score { font-size: 3rem; }
    .rating__star { font-size: 34px; }
    .rating__count { font-size: 1.125rem; }
    .rating__logo { height: 1.5rem; }
    .section__head--row { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
}

/* ── Steps ── */
.steps { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.step { text-align: center; }
.step__num { width: 3.5rem; height: 3.5rem; margin: 0 auto 1rem; background: #171717; color: #ffffff; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; font-weight: 800; font-family: 'Manrope', sans-serif; }
.step__title { font-size: 1rem; font-family: 'Manrope', sans-serif; font-weight: 700; color: #171717; margin-bottom: .5rem; }
.step__text { color: #5B5A5B; font-size: .875rem; line-height: 1.6; font-family: 'Inter', sans-serif; }
@media (min-width: 640px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(5, 1fr); } .step__title { font-size: 1.125rem; } }

/* ── About ── */
.about__media { position: relative; }
.about__blob { position: absolute; top: -2.5rem; left: -2.5rem; width: 16rem; height: 16rem; background: #FDF3D5; border-radius: 4px; opacity: .5; filter: blur(64px); }
.about__img { position: relative; z-index: 10; border-radius: 4px; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); width: 100%; height: auto; object-fit: cover; }
.about__badge { position: absolute; bottom: -1.5rem; right: -1rem; background: #171717; padding: 1.5rem; border-radius: 4px; box-shadow: 0 20px 25px -5px rgba(0,0,0,.2); z-index: 20; color: #ffffff; }
.about__badge-num { font-size: 1.875rem; font-weight: 800; margin-bottom: .25rem; font-family: 'Manrope', sans-serif; }
.about__badge-label { font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; opacity: .7; font-family: 'Inter', sans-serif; }
@media (min-width: 768px) { .about__badge { bottom: -2rem; right: -2rem; padding: 2rem; } .about__badge-num { font-size: 2.25rem; } .about__badge-label { font-size: .75rem; } }

/* ── Dark CTA ── */
.cta__bg { position: absolute; inset: 0; background: #0C0A0A; }
.cta__glow { position: absolute; inset: 0; opacity: .1; background: linear-gradient(to top right, #F5B301, transparent); }
.cta__title { color: #ffffff; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(2.25rem, 4.5vw, 3.5rem); line-height: 1.1; margin-bottom: 1.5rem; }
.cta__lead { color: #D1D5DB; font-size: 1rem; margin-bottom: 2rem; opacity: .8; font-family: 'Inter', sans-serif; }
.cta__phone { display: flex; flex-direction: column; margin-bottom: 2rem; }
.cta__phone-num { color: #ffffff; font-weight: 700; font-size: 1.875rem; margin-bottom: .25rem; font-family: 'Manrope', sans-serif; }
.cta__phone-note { color: #F5B301; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-family: 'Inter', sans-serif; }
@media (min-width: 768px) { .cta__lead { font-size: 1.25rem; margin-bottom: 3rem; } .cta__phone-num { font-size: 2.25rem; } .cta__phone-note { font-size: .875rem; } }

/* ── Footer ── */
.site-footer { background: #0C0A0A; color: #ffffff; font-family: 'Inter', sans-serif; padding-top: 3rem; }
.site-footer__shell { padding-bottom: 3rem; }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.site-footer__brand { display: flex; align-items: center; gap: .75rem; }
.site-footer__logo-chip { background: #ffffff; border-radius: 4px; padding: .5rem; display: inline-flex; flex-shrink: 0; }
.site-footer__logo-img { height: 2.5rem; width: auto; object-fit: contain; }
.site-footer__about { color: #9CA3AF; line-height: 1.65; font-size: .875rem; }
.site-footer__heading { color: #ffffff; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.site-footer__list { list-style: none; margin: 0; padding: 0; color: #9CA3AF; font-size: .875rem; }
.site-footer__list > * + * { margin-top: .625rem; }
.site-footer__list--gap { margin-bottom: 1.5rem; }
.site-footer__list--light { color: #D1D5DB; margin-top: 1rem; }
.site-footer__link { color: inherit; text-decoration: none; transition: color .2s ease; }
.site-footer__link:hover { color: #F5B301; }
.site-footer__contact-row { display: flex; align-items: flex-start; gap: .5rem; }
.site-footer__contact-icon { color: #F5B301; font-size: 18px; margin-top: .2rem; }
.site-footer__contact-text { margin-top: .25rem; }
.site-footer__social { width: 2rem; height: 2rem; border-radius: 4px; background: #171717; display: flex; align-items: center; justify-content: center; color: #ffffff; text-decoration: none; transition: background .2s ease, color .2s ease; }
.site-footer__social:hover { background: #F5B301; color: #171717; }
.site-footer__legal {
    color: #6B7280;
    font-size: .75rem;
    line-height: 1.65;
    max-width: 48rem;
    margin-top: 3rem;
}
.site-footer__divider { border-top: 1px solid #374151; margin: 2rem 0; }
.site-footer__bottom { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 1.5rem; }
.site-footer__copyright { text-align: center; color: #6B7280; font-size: .75rem; }
.site-footer__minor-link { color: #9CA3AF; text-decoration: none; transition: color .2s ease; }
.site-footer__minor-link:hover { color: #ffffff; }
@media (min-width: 640px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
    .site-footer { padding-top: 4rem; }
    .site-footer__shell { padding-bottom: 4rem; }
    .site-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 1.5rem; }
    .site-footer__heading { margin-bottom: 1.5rem; }
    .site-footer__list > * + * { margin-top: .75rem; }
    .site-footer__divider { margin: 3rem 0; }
    .site-footer__bottom { flex-direction: row; }
    .site-footer__copyright { text-align: left; font-size: .875rem; }
}

/* ── Services grid ── */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.services-grid--extra { margin-top: 1rem; }
.services__more { text-align: center; margin-top: 2rem; }
@media (min-width: 768px) { .services-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } .services-grid--extra { margin-top: 1.5rem; } .services__more { margin-top: 2.5rem; } .section { padding: 6rem 0; } .section__head { margin-bottom: 4rem; } .section__head--tight { margin-bottom: 3.5rem; } .section__eyebrow { margin-bottom: 1rem; } h1.section__eyebrow { margin-bottom: 1rem; }.section__title--mb { margin-bottom: 4rem; } .section__block { margin-top: 5rem; } .split { gap: 4rem; grid-template-columns: 1fr; } }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; } .split--wide { gap: 5rem; } }

/* ── Sticky side widget: gold call chip + dark quote bar, per-zone hover swap ── */
.sticky-cta { display: flex; flex-direction: column; width: 46px; border-radius: 4px 0 0 4px; overflow: hidden; box-shadow: -2px 0 12px rgba(12,10,10,.25); }
.sticky-cta__call { height: 46px; display: flex; align-items: center; justify-content: center; background: #F5B301; color: #171717; text-decoration: none; transition: background .25s ease, color .25s ease; }
.sticky-cta__call .material-symbols-outlined { font-size: 20px; font-variation-settings: 'FILL' 1; }
.sticky-cta__call:hover { background: #171717; color: #F5B301; }
.sticky-cta__quote { display: flex; justify-content: center; background: #171717; color: #ffffff; padding: 14px 0 16px; text-decoration: none; transition: background .25s ease, color .25s ease; }
.sticky-cta__quote:hover { background: #F5B301; color: #171717; }
.sticky-cta__label { writing-mode: vertical-rl; text-orientation: mixed; white-space: nowrap; font-size: 12px; font-weight: 700; font-family: 'Manrope', sans-serif; letter-spacing: .05em; }
@media (max-width: 767px) {
    .sticky-cta { flex-direction: row; width: 100%; border-radius: 0; box-shadow: 0 -2px 12px rgba(12,10,10,.25); }
    .sticky-cta__call { width: 48px; height: 48px; flex-shrink: 0; }
    .sticky-cta__quote { flex: 1; align-items: center; padding: 0; }
    .sticky-cta__label { writing-mode: horizontal-tb; text-orientation: initial; font-size: 13px; }
}

/* ── Radius system enforcement: buttons 4px ── */
.btn, .svc-panel__link, .back-to-top, .mobile-menu-toggle, .mobile-menu-header button,
.mobile-menu-cta a, .desktop-quote { border-radius: 4px; }

/* ── Mobile bottom-sheet quote form ── */
.quote-sheet { position: fixed; inset: 0; z-index: 100; pointer-events: none; }
.quote-sheet__backdrop { position: absolute; inset: 0; background: rgba(12,10,10,.55); opacity: 0; transition: opacity .3s ease; }
.quote-sheet__panel { position: absolute; left: 0; right: 0; bottom: 0; max-height: 92vh; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0; transform: translateY(100%); transition: transform .35s ease; }
.quote-sheet__panel .qform,
.quote-sheet__panel .hero-form-card,
.quote-sheet__panel .quote-sidebar { border-top-left-radius: 0; border-top-right-radius: 0; }
.quote-sheet__close {
    position: sticky;
    top: 60px;
    right: 15px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0 8px auto;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
}
.quote-sheet--open { pointer-events: auto; }
.quote-sheet--open .quote-sheet__backdrop { opacity: 1; }
.quote-sheet--open .quote-sheet__panel { transform: translateY(0); }
body.quote-sheet-lock { overflow: hidden; }

/* ── FAQ toggle hover ── */
.faq__question:hover .faq__toggle,
.faq__toggle:hover { border-color: #171717; }

/* ── Back-to-top sits underneath the quote sheet when it's open ── */
.back-to-top { z-index: 40; }
.quote-sheet { z-index: 100; }
body.quote-sheet-lock .back-to-top { z-index: 40; }
body.quote-sheet-lock .sticky-side-cta { z-index: 40; }

/* ── Item 2: shrink footer legal margin on small phones ── */
@media (max-width: 576px) {
    .site-footer__legal { margin-top: 2rem; }
}

/* ── Item 5: quote-sheet header row left-aligns on mobile ── */
@media (max-width: 767px) {
    .quote-sheet .qform__head-top { justify-content: flex-start; }
}

/* ── WINZ hero: match homepage hero's padding/gap rhythm ── */
.cta--winz-hero { padding-top: 2.5rem; padding-bottom: 5rem; }
.cta--winz-hero .split { gap: 2.5rem; }
@media (min-width: 1024px) { .cta--winz-hero .split { gap: 4rem; } }

/* new css */
.qform__head.qform__head--rule{
  width: 100%;
}
.home_banner_form{
	padding: 1.5rem;
}