/* GVS Control — location page sections (scoped; header/footer use main theme) */
.gvs-location-page {
    --accent: #ff7900;
    --accent-strong: #d96600;
    --accent-soft: #fff3e8;
    --accent-line: #ffd2a8;
    --accent-ink: #b35400;
    --ink: #1a1d26;
    --ink-2: #2a2f3a;
    --graphite: #4a5060;
    --steel: #6b7280;
    --mute: #8b919c;
    --line: #e5e7eb;
    --line-2: #f0f1f3;
    --surface: #f7f8fa;
    --surface-2: #eef0f3;
    --paper: #ffffff;
    --amber: #e8a317;
    --r-sm: 8px;
    --r-md: 14px;
    --r-lg: 22px;
    --shadow-md: 0 12px 30px -12px rgba(26, 29, 38, 0.22);
    --maxw: 1600px;
    --gut: clamp(20px, 4vw, 56px);
    --ff-display: math, "Cambria Math", "STIX Two Math", serif;
    --ff-body: "Archivo", system-ui, sans-serif;
    --ff-mono: "IBM Plex Mono", ui-monospace, monospace;
    font-family: math, "Cambria Math", "STIX Two Math", serif;
    color: var(--ink);
    background: var(--paper);
    width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.gvs-location-page *,
.gvs-location-page *::before,
.gvs-location-page *::after {
    box-sizing: border-box;
}

.gvs-location-page img {
    max-width: 100%;
    display: block;
}

.gvs-location-page a {
    text-decoration: none;
}

.gvs-location-page h1,
.gvs-location-page h2,
.gvs-location-page h3 {
    font-family: math, "Cambria Math", "STIX Two Math", serif;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.01em;
    margin: 0;
    color: var(--ink);
    text-transform: none;
}

.gvs-location-page p {
    margin: 0;
}

.gvs-location-page .wrap {
    max-width: var(--maxw);
    margin-inline: auto;
    padding-inline: var(--gut);
    width: 100%;
}

.gvs-location-page .eyebrow {
    font-family: var(--ff-mono);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-ink);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gvs-location-page .eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--accent);
    display: inline-block;
}

.gvs-location-page .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-family: var(--ff-display);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 14px 24px;
    border-radius: var(--r-sm);
    border: 1px solid transparent;
    transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s;
    white-space: nowrap;
}

.gvs-location-page .btn svg {
    width: 17px;
    height: 17px;
}
.gvs-location-page .section-head {
    max-width: max-content !important;
}
.gvs-location-page .btn-primary {
    background: var(--accent);
    color: #fff !important;
    box-shadow: 0 8px 18px -8px var(--accent);
}

.gvs-location-page .btn-primary:hover {
    background: var(--accent-strong);
    color: #fff !important;
    transform: translateY(-2px);
}

.gvs-location-page .btn-light {
    background: #fff;
    color: var(--ink) !important;
    border-color: var(--line);
}

.gvs-location-page .btn-light:hover {
    border-color: var(--accent);
    color: var(--accent-ink) !important;
}

.gvs-location-page .link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--ff-mono);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--accent-ink);
}

.gvs-location-page .link-arrow svg {
    width: 15px;
    height: 15px;
    transition: transform 0.2s;
}

.gvs-location-page .link-arrow:hover svg {
    transform: translateX(4px);
}

.gvs-location-page .section {
    padding-block: clamp(56px, 8vw, 110px);
}



.gvs-location-page .section-head h2 {
    font-size: clamp(30px, 4.4vw, 48px);
    margin-top: 18px;
}

.gvs-location-page .section-head p {
    color: var(--steel);
    font-size: clamp(16px, 1.5vw, 18px);
    margin-top: 18px;
    line-height: 1.6;
}

.gvs-location-page .page-hero {
    background-color: #1a1d26;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding-block: clamp(36px, 5vw, 64px);
    border-bottom: 4px solid var(--accent);
    width: 100%;
    position: relative;
}

.gvs-location-page .page-hero h1 {
    color: #fff;
    font-size: clamp(28px, 4.6vw, 52px);
    margin-top: 14px;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

.gvs-location-page .page-hero .sub {
    color: #b8bcc6;
    margin-top: 16px;
    max-width: 70ch;
    font-size: clamp(15.5px, 1.5vw, 17.5px);
    line-height: 1.6;
}

.gvs-location-page .crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-family: var(--ff-mono);
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8b919c;
}

.gvs-location-page .crumbs a {
    color: #b8bcc6;
}

.gvs-location-page .crumbs a:hover {
    color: #fff;
}

.gvs-location-page .crumbs svg {
    width: 12px;
    height: 12px;
    opacity: 0.5;
}

.gvs-location-page .page-hero .hero-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.gvs-location-page .chip {
    font-family: var(--ff-mono);
    font-size: 11.5px;
    letter-spacing: 0.04em;
    padding: 6px 12px;
    border-radius: 100px;
    background: #3a4050;
    border: 1px solid #4a5060;
    color: #d0d4dc;
}

.gvs-location-page .hero-cta {
    display: flex;
    gap: 14px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.gvs-location-page .cat-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.gvs-location-page .rel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.gvs-location-page .mac-card {
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
    overflow: hidden;
    transition: 0.22s;
    display: flex;
    flex-direction: column;
    color: inherit;
}

.gvs-location-page .mac-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent-line);
    transform: translateY(-3px);
}

.gvs-location-page .mac-card .mph {
    aspect-ratio: 1.15;
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: relative;
    padding: 14px;
}

.gvs-location-page .mac-card .mph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gvs-location-page .mac-card .mnum {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: var(--ff-mono);
    font-size: 11px;
    color: var(--mute);
}

.gvs-location-page .mac-card .mbody {
    padding: 15px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
}

.gvs-location-page .mac-card h3 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.gvs-location-page .mac-card .marrow {
    width: 30px;
    height: 30px;
    flex: none;
    border-radius: 8px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: var(--graphite);
    transition: 0.2s;
}

.gvs-location-page .mac-card:hover .marrow {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.gvs-location-page .mac-card .marrow svg {
    width: 15px;
    height: 15px;
}

.gvs-location-page .loc-products-slider {
    margin-top: 36px;
}

.gvs-location-page .loc-products-slider__viewport {
    position: relative;
    padding-inline: 44px;
}

.gvs-location-page .loc-products-slider .swiper,
.gvs-location-page .loc-products-slider .swiper-wrapper {
    height: auto !important;
}

.gvs-location-page .loc-products-slider .swiper {
    overflow: hidden;
}

.gvs-location-page .loc-products-slider .swiper-wrapper {
    align-items: flex-start;
}

.gvs-location-page .loc-products-slider .swiper-slide {
    height: auto !important;
    display: flex;
    align-self: flex-start;
}

.gvs-location-page .loc-products-slider .mac-card {
    width: 100%;
    height: auto;
}

.gvs-location-page .loc-products-slider .mac-card .mph {
    aspect-ratio: auto;
    height: clamp(150px, 18vw, 190px);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gvs-location-page .loc-products-slider .mac-card .mph img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gvs-location-page .loc-products-slider .mac-card .mbody {
    flex: 0 0 auto;
}

.gvs-location-page .loc-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gvs-location-page .loc-slider-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.gvs-location-page .loc-slider-btn svg {
    width: 18px;
    height: 18px;
}

.gvs-location-page .loc-slider-prev {
    left: 0;
}

.gvs-location-page .loc-slider-next {
    right: 0;
}

.gvs-location-page .local-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.gvs-location-page .local {
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
    padding: 24px;
}

.gvs-location-page .local .lic {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--ink);
    color: #fff;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}

.gvs-location-page .local .lic svg {
    width: 21px;
    height: 21px;
}

.gvs-location-page .local h3 {
    font-size: 17px;
}

.gvs-location-page .local p {
    font-size: 14px;
    color: var(--steel);
    margin-top: 8px;
    line-height: 1.55;
}

.gvs-location-page .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 44px;
    counter-reset: step;
}

.gvs-location-page .step {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    background: #fff;
    padding: 26px 22px;
}

.gvs-location-page .step::before {
    counter-increment: step;
    content: "0" counter(step);
    font-family: var(--ff-mono);
    font-size: 13px;
    color: var(--accent);
    letter-spacing: 0.1em;
}

.gvs-location-page .step h3 {
    font-size: 17px;
    margin-top: 10px;
}

.gvs-location-page .step p {
    font-size: 14px;
    color: var(--steel);
    margin-top: 8px;
    line-height: 1.55;
}

.gvs-location-page .faq-list {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 860px;
}

.gvs-location-page .faq-item {
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
    overflow: hidden;
}

.gvs-location-page .faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    font-family: var(--ff-display);
    font-weight: 700;
    font-size: 16.5px;
    cursor: pointer;
}

.gvs-location-page .faq-item summary::-webkit-details-marker {
    display: none;
}

.gvs-location-page .faq-item summary .fx {
    width: 26px;
    height: 26px;
    flex: none;
    border-radius: 7px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: var(--graphite);
    transition: 0.2s;
    font-weight: 400;
    font-size: 16px;
}

.gvs-location-page .faq-item[open] summary .fx {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    transform: rotate(45deg);
}

.gvs-location-page .faq-item .fa-body {
    padding: 0 22px 20px;
    color: var(--steel);
    font-size: 15px;
    line-height: 1.65;
}

.gvs-location-page .inq-band {
    background: #fff;
    color: var(--ink);
    padding-block: clamp(56px, 8vw, 110px);
    border-top: 1px solid var(--line);
}

.gvs-location-page .inq-band h2 {
    color: var(--ink);
    font-size: clamp(26px, 3.6vw, 40px);
    margin-top: 0;
}

.gvs-location-page .inq-band p.lede2 {
    color: var(--steel);
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
}

.gvs-location-page .inq-band .btn-light {
    background: #fff;
    color: var(--ink) !important;
    border: 1px solid var(--ink);
}

.gvs-location-page .inq-band .btn-light:hover {
    background: var(--ink);
    color: #fff !important;
    border-color: var(--ink);
}

.gvs-location-page .reveal {
    opacity: 1;
    transform: none;
}

.gvs-location-page.js-ready .reveal {
    opacity: 0;
    transform: translateY(22px);
}

.gvs-location-page.js-ready .reveal.revealed {
    opacity: 1;
    transform: none;
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}

@media (max-width: 900px) {
    .gvs-location-page .rel-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gvs-location-page .loc-products-slider__viewport {
        padding-inline: 36px;
    }

    .gvs-location-page .steps {
        grid-template-columns: 1fr 1fr;
    }

    .gvs-location-page .local-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .gvs-location-page .rel-grid,
    .gvs-location-page .steps,
    .gvs-location-page .local-grid {
        grid-template-columns: 1fr;
    }

    .gvs-location-page .loc-products-slider {
        margin-top: 28px;
    }

    .gvs-location-page .loc-products-slider__viewport {
        padding-inline: 0;
    }

    .gvs-location-page .loc-products-slider .mac-card .mph {
        height: 150px;
    }

    .gvs-location-page .loc-slider-btn {
        display: none;
    }

    .gvs-location-page .hero-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .gvs-location-page .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gvs-location-page .reveal {
        opacity: 1;
        transform: none;
    }
}
