:root {
    --bg: #eef3f8;
    --surface: #ffffff;
    --surface-soft: #f7fbff;
    --text: #13253a;
    --muted: #5b6d80;
    --line: #d7e4f0;
    --brand: #0ea5e9;
    --brand-dark: #0a4f8a;
    --brand-deep: #062a55;
    --brand-deeper: #031c3d;
    --accent: #f4c542;
    --accent-dark: #d5a419;
    --shadow: 0 18px 44px rgba(6, 42, 85, 0.14);
    --shadow-soft: 0 10px 24px rgba(6, 42, 85, 0.08);
    --radius: 20px;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'ReturnOfTheGrid';
    src: url('/assets/fonts/returnofthegrid.woff') format('woff'),
         url('/assets/fonts/returnofthegrid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #f1f4f8;
    line-height: 1.6;
}

a {
    color: var(--brand);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: min(1180px, calc(100% - 34px));
    margin: 0 auto;
}

/* Top utility bar */
.utility-bar {
    background: linear-gradient(90deg, #072d60 0%, #082753 100%);
    color: #d8e7f7;
    font-size: 0.92rem;
}

.utility-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 10px 0;
}

.utility-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.utility-links a {
    color: #ffd24d;
    font-weight: 800;
}

.utility-links span {
    color: #ffe066;
    font-weight: 700;
    font-size: 1.12rem;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.01em;
}

/* Header */
.site-header {
    background: linear-gradient(180deg, #0b6fb3 0%, #085a93 100%);
    border-bottom: 1px solid #074b79;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 18px 0 16px;
}

.header-inner-logo-only {
    min-height: 108px;
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand:hover {
    text-decoration: none;
}

.brand-logo-only {
    display: flex;
    align-items: center;
}

.site-logo {
    height: 110px;
    width: auto;
    max-width: 100%;
}
.header-inner-logo-only {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.header-center-title {
    font-family: 'ReturnOfTheGrid', Arial, sans-serif !important;
    color: #ffffff;
    font-size: 2.3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.hours-pill {
    background: linear-gradient(180deg, #ffd85a 0%, #f3c53c 100%);
    color: #3f3000;
    border: none;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(244, 197, 66, 0.26);
    white-space: nowrap;
}

/* Nav */
.main-nav {
    background: linear-gradient(90deg, #042a57 0%, #021f45 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: sticky;
    top: 0;
    z-index: 50;
}

.nav-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
}

.nav-inner-centered {
    justify-content: center;
}

.nav-inner a {
    color: #ffffff;
    font-weight: 700;
    padding: 11px 14px;
    border-radius: 12px;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex: 0 0 auto;
}

.nav-inner a:hover,
.nav-inner a.active {
    text-decoration: none;
    background: linear-gradient(180deg, #1cc2ff 0%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(14, 165, 233, 0.28);
}

.nav-contact-link {
    color: #ffd24d !important;
    font-weight: 800 !important;
    white-space: nowrap;
    padding: 11px 8px !important;
}

.nav-contact-link:hover {
    color: #ffe38a !important;
    text-decoration: none;
    background: transparent !important;
    box-shadow: none !important;
}

.nav-inner a.portal-btn {
    background: linear-gradient(180deg, #0b6fb3 0%, #085a93 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(8, 90, 147, 0.28);
    margin-left: 6px;
    white-space: nowrap;
}

.nav-inner a.portal-btn:hover {
    background: linear-gradient(180deg, #0d7cc8 0%, #0965a5 100%);
    color: #ffffff;
    text-decoration: none;
}

.nav-inner a.portal-btn.active {
    background: linear-gradient(180deg, #0b6fb3 0%, #085a93 100%);
    color: #ffffff;
}
.nav-contact-link {
    color: #ffd24d !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

.nav-contact-link:hover {
    color: #ffe38a !important;
    text-decoration: none;
    background: rgba(255, 210, 77, 0.10);
    box-shadow: none !important;
}


/* Hero */
.hero-panel,
.page-hero {
    position: relative;
    padding: 68px 0;
    background:
        linear-gradient(rgba(3, 24, 61, 0.76), rgba(4, 34, 75, 0.78)),
        url('/assets/img/hero-bg.jpg') center center / cover no-repeat;
    overflow: hidden;
}

.hero-grid,
.split-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 34px;
    align-items: start;
}

.hero-copy {
    color: #ffffff;
    padding-top: 6px;
}

.hero-copy h1,
.page-hero h1 {
    margin: 0 0 16px;
    color: #ffffff;
    line-height: 1.08;
}

.hero-copy h1 {
    font-size: clamp(2.4rem, 4.4vw, 4.2rem);
    max-width: 760px;
}

.hero-copy .accent-text {
    color: #19bbff;
}

.hero-copy p {
    color: #dbe9f7;
}

.lead {
    font-size: 1.14rem;
    color: var(--muted);
    max-width: 62ch;
}

.hero-copy .lead {
    color: #dbe9f7;
    max-width: 760px;
}

.hero-link-bubble-links a:not(:last-child)::after {
    content: "•";
    margin: 0 8px 0 10px;
    color: #ffe066;
    opacity: 0.8;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 204, 51, 0.12);
    border: 2px solid rgba(244, 197, 66, 0.9);
    color: #ffd34f;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 14px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #ffd85c 0%, #f3c53d 100%);
    color: #1e1e1e;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(243, 197, 61, 0.22);
    transition: all 0.2s ease;
}

.btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-outline {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-color: rgba(255, 204, 51, 0.9);
    box-shadow: none;
}

.btn-outline:hover {
    background: rgba(255, 204, 51, 0.12);
    color: #ffffff;
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.chip {
    background: rgba(14, 165, 233, 0.18);
    border: 1px solid rgba(46, 190, 255, 0.35);
    color: #8fe3ff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.9rem;
    font-weight: 700;
}

/* Hero card */
.hero-card,
.panel-card,
.service-card,
.stat-card,
.banner-card,
.testimonial-card,
.quick-card,
.legal-card {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-card,
.panel-card,
.service-card,
.stat-card,
.testimonial-card,
.quick-card,
.legal-card {
    background: #ffffff;
    border: 1px solid var(--line);
}

.hero-card {
    padding: 28px;
}

.dark-card {
    background: linear-gradient(180deg, #052654 0%, #031834 100%);
    border: 1px solid rgba(40, 178, 255, 0.35);
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(0, 35, 87, 0.34);
}

.dark-card h2,
.dark-card h3,
.dark-card strong {
    color: #ffffff;
}

.dark-card p,
.dark-card li,
.dark-card span {
    color: #d7e7f7;
}

.hero-card-logo {
    width: 110px;
    margin: 0 auto 18px;
}

.info-block {
    display: grid;
    gap: 12px;
    margin: 16px 0 20px;
}

.info-block div {
    display: grid;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.stack-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Quick cards */
.section {
    padding: 60px 0;
}

.section-tight {
    padding-top: 22px;
}

.alt-section {
    background: #ffffff;
}

.quick-grid,
.service-grid,
.stats-grid,
.two-col-grid,
.testimonial-grid,
.footer-grid {
    display: grid;
    gap: 22px;
}

.quick-grid {
    grid-template-columns: repeat(3, 1fr);
}

.quick-card {
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #ffffff;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.quick-card:hover,
.service-card:hover,
.testimonial-card:hover,
.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(6, 42, 85, 0.14);
}

.quick-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(6, 42, 85, 0.16);
}

.quick-icon.blue {
    background: linear-gradient(180deg, #2fb9ff 0%, #167ff3 100%);
}

.quick-icon.purple {
    background: linear-gradient(180deg, #8f8cff 0%, #6463d8 100%);
}

.quick-icon.green {
    background: linear-gradient(180deg, #32d7a3 0%, #119b70 100%);
}

.quick-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.12rem;
    color: #142b44;
}

.quick-card p {
    margin: 0;
    color: var(--muted);
}

/* Section headings */
.section-heading {
    margin-bottom: 26px;
}

.centered,
.centered-block {
    text-align: center;
}

.center-copy {
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3 {
    line-height: 1.14;
}

h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    margin: 0 0 12px;
}

h3 {
    font-size: 1.16rem;
    margin: 0 0 10px;
}

p {
    margin: 0 0 14px;
}

/* Service cards */
.service-grid {
    grid-template-columns: repeat(4, 1fr);
}

.service-card {
    padding: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card-inner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    flex: 0 0 56px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #eaf6ff 0%, #d9eeff 100%);
    color: #0a67b2;
    font-size: 1.4rem;
    font-weight: 800;
}

.service-card h3 {
    margin-bottom: 6px;
    color: #132a45;
}

.service-card p {
    margin: 0;
    color: var(--muted);
}

/* Stats / panels */
.two-col-grid {
    grid-template-columns: repeat(2, 1fr);
}

.panel-card {
    padding: 26px;
}

.accent-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.stats-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}

.stat-card {
    padding: 20px;
    background: #ffffff;
}

.stat-card strong {
    display: block;
    color: var(--brand-dark);
    margin-bottom: 6px;
}

.stat-card span {
    color: var(--muted);
}

.check-list {
    padding-left: 20px;
    margin: 0;
}

.check-list li {
    margin-bottom: 10px;
}

.compact li {
    margin-bottom: 8px;
}

/* Reviews */
.reviews-band {
    background: linear-gradient(180deg, #052a58 0%, #031d3f 100%);
    color: #ffffff;
}

.reviews-band .eyebrow {
    background: rgba(255, 204, 51, 0.08);
}

.reviews-band h2,
.reviews-band p {
    color: #ffffff;
}

.reviews-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 28px;
}

.reviews-link {
    color: #21c3ff;
    font-weight: 800;
    white-space: nowrap;
}

.testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
}

.testimonial-card {
    padding: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(45, 183, 255, 0.2);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.testimonial-card::before {
    content: "★★★★★";
    display: block;
    color: #ffd24d;
    letter-spacing: 2px;
    font-size: 0.92rem;
    margin-bottom: 12px;
}

.testimonial-card p {
    color: #dce8f7;
    font-style: italic;
}

.testimonial-card strong {
    color: #ffffff;
}

/* CTA Banner */
.banner-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 30px;
    background: linear-gradient(135deg, #0d6fc0 0%, #052d5a 100%);
    color: #ffffff;
}

.banner-card h2,
.banner-card p {
    color: #ffffff;
}

/* Footer */
.site-footer {
    background: linear-gradient(180deg, #071a30 0%, #04101c 100%);
    color: #d6e0ea;
    margin-top: 0;
    padding-top: 44px;
}

.site-footer a {
    color: #ffffff;
}

.footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li {
    margin-top: 8px;
}

.sms-strip {
    margin-top: 24px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255,255,255,0.10);
    color: #b8c7d7;
    font-size: 0.94rem;
}

.footer-bottom {
    padding: 16px 0 26px;
    margin-top: 10px;
    font-size: 0.95rem;
}

/* Helpers */
.small {
    font-size: 1rem;
}

.narrow {
    width: min(920px, calc(100% - 32px));
}

.legal-card h2 {
    margin-top: 26px;
}

.hero-card .shop-location-note,
.dark-card .shop-location-note,
p.shop-location-note {
    color: #ffe066 !important;
    font-style: italic !important;
    font-weight: 800 !important;
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
    margin: 6px 0 18px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), 0 0 10px rgba(255, 224, 102, 0.25) !important;
}

.remote-access-embed {
    display: flex;
    justify-content: center;
}

/* Top utility bar centering/text */
.utility-bar .utility-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 10px 0;
}

.utility-bar .utility-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 18px;
}

.utility-bar .utility-links span {
    color: #ffe066;
    font-weight: 700;
    font-size: 1.12rem;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.01em;
}

/* Responsive */
@media (max-width: 1100px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 920px) {
    .hero-grid,
    .two-col-grid,
    .quick-grid,
    .testimonial-grid,
    .footer-grid,
    .banner-card,
    .reviews-top {
        grid-template-columns: 1fr;
        display: grid;
    }

    .header-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-inner-logo-only {
        grid-template-columns: 1fr;
        text-align: center;
        align-items: center;
    }

    .brand-logo-only {
        justify-content: center;
    }

    .header-center-title {
        font-size: 1.6rem;
        white-space: normal;
    }

    .header-right {
        justify-content: center;
    }

    .nav-inner,
    .nav-inner-centered {
        justify-content: center;
        gap: 10px;
    }

    .utility-bar .utility-inner {
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .utility-bar .utility-links {
        justify-content: center;
        text-align: center;
    }

    .hero-panel,
    .page-hero {
        padding: 52px 0;
    }

    .site-logo {
        height: 74px;
    }

    .hero-card-logo {
        width: 90px;
    }
}

@media (max-width: 700px) {
    .service-grid,
    .quick-grid,
    .testimonial-grid,
    .stats-grid,
    .two-col-grid {
        grid-template-columns: 1fr;
    }

    .container {
        width: min(100% - 22px, 1180px);
    }

    .site-logo {
        height: 60px;
    }

    .hours-pill {
        font-size: 0.92rem;
        padding: 12px 18px;
        white-space: normal;
        text-align: center;
    }

    .hero-copy h1 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }
}
.hero-link-bubble-headline {
    color: #ffe066;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}