.service-page {
    background:
        radial-gradient(circle at 78% 14%, rgba(199, 167, 125, 0.12), transparent 28%),
        linear-gradient(180deg, #050504 0%, #0d0b08 48%, #070604 100%);
    color-scheme: dark;
}

.service-section {
    min-height: 100vh;
    padding: 96px 0 22px;
    scroll-margin-top: 112px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.service-inner {
    width: min(1400px, calc(100% - 64px));
    margin: 0 auto;
}

.service-heading {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 14px;
}

.service-number {
    color: rgba(199, 167, 125, 0.28);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 8vw, 104px);
    line-height: 0.78;
    -webkit-text-stroke: 1px rgba(234, 215, 189, 0.6);
}

.service-heading h1,
.service-heading h2 {
    margin: 0;
    color: var(--gold-soft);
    font-family: Georgia, "Songti SC", serif;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.05;
    font-weight: 500;
}

.service-heading p:last-child {
    margin: 6px 0 0;
    color: rgba(245, 238, 230, 0.72);
}

.service-quick-nav {
    position: fixed;
    top: 74px;
    left: 0;
    z-index: 45;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    gap: clamp(40px, 9vw, 160px);
    background: rgba(8, 7, 6, 0.9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.service-quick-nav.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.service-quick-nav a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(245, 238, 230, 0.56);
    font-size: 16px;
    font-weight: 800;
}

.service-quick-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.service-quick-nav a.is-active {
    color: var(--gold-soft);
}

.service-quick-nav a.is-active::after {
    transform: scaleX(1);
}

.store-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, 1.15fr) 110px;
    gap: 12px;
    align-items: end;
    margin-bottom: 14px;
}

.store-region-trigger,
.store-region-picker {
    display: none;
}

.store-filter label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.store-filter span {
    color: var(--gold-soft);
    font-size: 13px;
    font-weight: 700;
}

.store-filter select,
.store-filter input,
.verify-search input,
.after-sale-form input,
.after-sale-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(199, 167, 125, 0.28);
    background: rgba(234, 215, 189, 0.08);
    color: var(--text);
    padding: 0 16px;
    outline: 0;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.store-filter select {
    appearance: none;
    color-scheme: dark;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--gold) 50%),
        linear-gradient(135deg, var(--gold) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 19px,
        calc(100% - 14px) 19px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.store-filter select option {
    background: #17130f;
    color: #f4eadb;
}

.store-filter select:disabled {
    cursor: not-allowed;
    border-color: rgba(199, 167, 125, 0.14);
    background-color: rgba(234, 215, 189, 0.04);
    color: rgba(245, 238, 230, 0.34);
}

.store-filter input::placeholder,
.verify-search input::placeholder,
.after-sale-form input::placeholder,
.after-sale-form textarea::placeholder {
    color: rgba(245, 238, 230, 0.44);
}

.store-filter select:focus,
.store-filter input:focus,
.verify-search input:focus,
.after-sale-form input:focus,
.after-sale-form textarea:focus {
    border-color: var(--gold);
    background: rgba(234, 215, 189, 0.12);
    box-shadow: 0 0 0 3px rgba(199, 167, 125, 0.12);
}

.store-filter button,
.verify-search button,
.after-sale-form button {
    min-height: 44px;
    border: 1px solid var(--gold);
    background: var(--gold);
    color: #17110a;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.store-filter button:hover,
.verify-search button:hover,
.after-sale-form button:hover {
    background: var(--gold-soft);
    transform: translateY(-1px);
}

.store-layout {
    display: grid;
    grid-template-columns: minmax(360px, 1.25fr) minmax(360px, 0.85fr);
    min-height: 560px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.store-image {
    position: relative;
    min-height: 560px;
    margin: 0;
    overflow: hidden;
}

.store-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 4, 4, 0.08), rgba(4, 4, 4, 0.34));
}

.store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-results {
    max-height: 560px;
    overflow: auto;
    padding: 26px;
    border-left: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(234, 215, 189, 0.06), rgba(234, 215, 189, 0.02)),
        rgba(12, 10, 8, 0.84);
}

.store-card {
    padding: 22px;
    margin-bottom: 18px;
    border: 1px solid rgba(199, 167, 125, 0.24);
    background: rgba(234, 215, 189, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.store-card:last-child {
    margin-bottom: 0;
}

.store-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--gold-soft);
    font-size: 22px;
    line-height: 1.25;
}

.store-card span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 3px 12px;
    border: 1px solid rgba(199, 167, 125, 0.28);
    color: var(--gold);
    font-size: 12px;
}

.store-card p {
    margin: 5px 0;
    color: rgba(245, 238, 230, 0.84);
    font-size: 14px;
    line-height: 1.65;
}

.send-button {
    display: none;
}

.empty-result {
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--muted);
    text-align: center;
}

.service-auth,
.service-after-sale {
    background:
        linear-gradient(135deg, rgba(199, 167, 125, 0.08), transparent 36%),
        #080706;
}

.service-query-panel {
    display: grid;
    gap: 30px;
}

.verify-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.verify-tabs button {
    min-height: 58px;
    border: 1px solid rgba(199, 167, 125, 0.24);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(245, 238, 230, 0.48);
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.verify-tabs button.is-active {
    border-color: var(--gold);
    color: var(--gold-soft);
    background: rgba(199, 167, 125, 0.1);
}

.verify-search {
    display: grid;
    grid-template-columns: 1fr 180px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
    padding: 18px;
}

.verify-search input {
    min-height: 62px;
    border-right: 0;
}

.verify-search button {
    min-height: 62px;
}

.verify-result {
    display: grid;
    gap: 8px;
    padding: 24px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
}

.verify-result strong {
    color: var(--gold-soft);
    font-size: 24px;
}

.verify-result span {
    color: rgba(245, 238, 230, 0.72);
}

.service-certificate-panel {
    display: grid;
    gap: 28px;
}

.certificate-carousel {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 640px;
    padding: 0 70px 54px;
    border: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(199, 167, 125, 0.08), rgba(255, 255, 255, 0.018)),
        rgba(7, 6, 4, 0.72);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.certificate-viewport {
    overflow: hidden;
}

.certificate-track {
    display: flex;
    transition: transform 0.55s ease;
    will-change: transform;
}

.certificate-slide {
    min-width: 100%;
    display: grid;
    place-items: center;
    padding: 38px 0 10px;
}

.certificate-slide figure {
    margin: 0;
    width: min(980px, 88%);
    min-height: 520px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(199, 167, 125, 0.22);
}

.certificate-slide img {
    width: 100%;
    height: min(72vh, 620px);
    object-fit: contain;
    background: #101010;
}

.certificate-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 48px;
    height: 72px;
    border: 1px solid rgba(199, 167, 125, 0.38);
    background: rgba(8, 7, 6, 0.72);
    color: var(--gold-soft);
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.certificate-arrow:hover {
    border-color: var(--gold-soft);
    background: rgba(199, 167, 125, 0.18);
}

.certificate-prev {
    left: 18px;
}

.certificate-next {
    right: 18px;
}

.certificate-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.certificate-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(245, 238, 230, 0.32);
    cursor: pointer;
}

.certificate-dots button.is-active {
    background: var(--gold-soft);
}

.certificate-stage {
    position: relative;
    min-height: 820px;
    overflow: hidden;
    border: 1px solid rgba(199, 167, 125, 0.24);
    background:
        radial-gradient(circle at 22% 18%, rgba(199, 167, 125, 0.18), transparent 32%),
        radial-gradient(circle at 82% 34%, rgba(112, 76, 42, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(22, 19, 15, 0.96), rgba(10, 9, 7, 0.98) 55%, rgba(5, 5, 4, 1));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 30px 90px rgba(0, 0, 0, 0.34);
}

.certificate-stage::before {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: 0;
    height: 210px;
    background:
        linear-gradient(90deg, rgba(218, 197, 158, 0.98) 0 28%, rgba(102, 67, 38, 0.98) 28% 48%, rgba(199, 167, 125, 0.98) 48% 74%, rgba(64, 42, 27, 0.98) 74% 100%);
    clip-path: polygon(0 46%, 26% 46%, 26% 0, 48% 0, 48% 32%, 72% 32%, 72% 12%, 100% 12%, 100% 100%, 0 100%);
}

.certificate-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 5, 4, 0.84), transparent 14%, transparent 86%, rgba(5, 5, 4, 0.84)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.38));
}

.certificate-copy {
    position: absolute;
    top: 24px;
    right: clamp(32px, 8vw, 140px);
    z-index: 2;
    width: min(540px, 52vw);
}

.certificate-copy p {
    margin: 0;
    color: rgba(234, 215, 189, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.certificate-marquee {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 78px;
    z-index: 1;
    overflow: hidden;
}

.certificate-rail {
    display: flex;
    align-items: flex-end;
    width: max-content;
    gap: clamp(34px, 4vw, 76px);
    padding: 0 clamp(28px, 4vw, 70px);
    animation: certificate-scroll 24s linear infinite;
    will-change: transform;
}

.certificate-marquee:hover .certificate-rail {
    animation-play-state: paused;
}

.certificate-card {
    width: clamp(300px, 23vw, 460px);
    flex: 0 0 auto;
    display: grid;
    gap: 14px;
    cursor: zoom-in;
    outline: 0;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.32));
    transition: transform 0.22s ease, filter 0.22s ease;
}

.certificate-card:nth-child(3n + 1) {
    width: clamp(320px, 24vw, 480px);
    transform: translateY(18px);
}

.certificate-card:nth-child(3n + 2) {
    width: clamp(280px, 20vw, 390px);
    transform: translateY(8px);
}

.certificate-card:nth-child(3n) {
    width: clamp(340px, 25vw, 500px);
    transform: translateY(-18px);
}

.certificate-card:hover,
.certificate-card:focus-visible {
    filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.44));
}

.certificate-card:nth-child(3n + 1):hover,
.certificate-card:nth-child(3n + 1):focus-visible {
    transform: translateY(6px) scale(1.025);
}

.certificate-card:nth-child(3n + 2):hover,
.certificate-card:nth-child(3n + 2):focus-visible {
    transform: translateY(-4px) scale(1.025);
}

.certificate-card:nth-child(3n):hover,
.certificate-card:nth-child(3n):focus-visible {
    transform: translateY(-30px) scale(1.025);
}

.certificate-card figure {
    margin: 0;
    display: grid;
    place-items: center;
    min-height: 540px;
}

.certificate-card img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 650px;
    object-fit: contain;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.certificate-card__body {
    min-height: 82px;
    padding: 0 8px;
    text-align: center;
}

.certificate-card__body strong {
    display: block;
    color: var(--gold-soft);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.certificate-card__body span {
    display: block;
    margin-top: 6px;
    color: rgba(234, 215, 189, 0.66);
    font-size: 13px;
    line-height: 1.55;
}

@keyframes certificate-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.certificate-modal[hidden] {
    display: none;
}

.certificate-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 42px;
}

.certificate-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.74);
    cursor: zoom-out;
}

.certificate-modal__panel {
    position: relative;
    z-index: 1;
    width: min(1180px, 92vw);
    max-height: 88vh;
    display: grid;
    gap: 14px;
    place-items: center;
    padding: 24px;
    border: 1px solid rgba(234, 215, 189, 0.28);
    background: rgba(8, 7, 6, 0.96);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
}

.certificate-modal__panel img {
    max-width: 100%;
    max-height: calc(88vh - 108px);
    object-fit: contain;
    background: #0b0907;
}

.certificate-modal__panel strong {
    color: var(--gold-soft);
    font-size: 18px;
    line-height: 1.4;
}

.certificate-modal__close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(234, 215, 189, 0.36);
    border-radius: 50%;
    background: rgba(8, 7, 6, 0.9);
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    cursor: pointer;
}

body.is-certificate-open {
    overflow: hidden;
}

.after-sale-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.after-sale-grid article {
    min-height: 160px;
    padding: 24px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
}

.after-sale-grid strong {
    display: block;
    margin-bottom: 12px;
    color: var(--gold-soft);
    font-size: 22px;
}

.after-sale-grid p {
    margin: 0;
    color: rgba(245, 238, 230, 0.7);
}

.after-sale-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 170px;
    gap: 14px;
}

.after-sale-form textarea {
    grid-column: 1 / span 3;
    min-height: 82px;
    padding: 14px 16px;
    resize: vertical;
}

.after-sale-form button {
    grid-column: 4;
    grid-row: 1 / span 2;
    height: 100%;
}

.form-message {
    min-height: 24px;
    margin: 14px 0 0;
    color: var(--gold-soft);
}

@media (max-width: 1100px) and (pointer: coarse) {
    .service-section {
        min-height: auto;
    }

    .store-filter,
    .store-layout,
    .after-sale-form {
        grid-template-columns: 1fr;
    }

    .store-results {
        max-height: none;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .after-sale-form textarea,
    .after-sale-form button {
        grid-column: auto;
        grid-row: auto;
    }

    .certificate-stage {
        min-height: 760px;
    }

    .certificate-copy {
        right: 28px;
        width: min(520px, calc(100% - 56px));
    }

    .certificate-rail {
        animation-duration: 20s;
    }

    .certificate-card figure {
        min-height: 430px;
    }

    .certificate-card img {
        max-height: 520px;
    }
}

@media (max-width: 760px) and (pointer: coarse) {
    .service-inner {
        width: min(100% - 32px, 1400px);
    }

    .service-section {
        padding-top: 74px;
    }

    .service-heading {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
    }

    .service-number {
        font-size: 46px;
    }

    .service-heading h1,
    .service-heading h2 {
        font-size: 34px;
    }

    .service-heading p:last-child {
        font-size: 13px;
        line-height: 1.7;
    }

    .store-filter {
        gap: 12px;
        margin-bottom: 18px;
    }

    .store-filter .store-region-field {
        display: none;
    }

    .store-filter .store-region-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        min-height: 52px;
        border: 1px solid rgba(199, 167, 125, 0.34);
        background: rgba(234, 215, 189, 0.1);
        color: var(--gold-soft);
        font-size: 17px;
        font-weight: 800;
        letter-spacing: 0;
    }

    .store-filter .store-region-trigger::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--gold);
        border-bottom: 2px solid var(--gold);
        transform: translateY(-65%) rotate(45deg);
    }

    .store-region-picker[hidden] {
        display: none;
    }

    .store-region-picker {
        display: grid;
        overflow: hidden;
        border: 1px solid var(--gold);
        background: rgba(11, 9, 7, 0.98);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
    }

    .store-region-summary {
        min-height: 58px;
        display: grid;
        place-items: center;
        padding: 0 14px;
        border-bottom: 1px solid rgba(199, 167, 125, 0.24);
        color: var(--gold-soft);
        font-size: 20px;
        font-weight: 800;
        text-align: center;
    }

    .store-region-columns {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: 252px;
        max-height: 306px;
        background: rgba(234, 215, 189, 0.06);
    }

    .store-region-column {
        overflow-y: auto;
        border-right: 1px solid rgba(199, 167, 125, 0.2);
        -webkit-overflow-scrolling: touch;
    }

    .store-region-column:last-child {
        border-right: 0;
    }

    .store-filter .store-region-column button {
        width: 100%;
        min-height: 46px;
        padding: 0 8px;
        border: 0;
        background: transparent;
        color: rgba(245, 238, 230, 0.62);
        font-size: 15px;
        font-weight: 700;
        text-align: center;
    }

    .store-filter .store-region-column button.is-active {
        background: var(--gold);
        color: #17110a;
    }

    .store-filter .store-region-confirm {
        width: 100%;
        min-height: 54px;
        border: 0;
        background: var(--gold);
        color: #17110a;
        font-size: 19px;
        font-weight: 900;
    }

    .store-filter span {
        font-size: 12px;
    }

    .store-keyword-field > span {
        display: none;
    }

    .store-filter select,
    .store-filter input {
        min-height: 52px;
        background: rgba(234, 215, 189, 0.1);
        font-size: 15px;
        text-align: center;
    }

    .store-filter button {
        min-height: 52px;
        font-size: 17px;
    }

    .store-layout {
        min-height: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        gap: 14px;
    }

    .store-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border: 1px solid rgba(199, 167, 125, 0.18);
    }

    .store-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .store-image::after {
        background: linear-gradient(180deg, transparent 55%, rgba(4, 4, 4, 0.28));
    }

    .store-results {
        max-height: min(56vh, 520px);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 0 4px 0 0;
        border: 0;
        background: transparent;
    }

    .store-card {
        padding: 18px;
        margin-bottom: 14px;
        background: rgba(234, 215, 189, 0.07);
    }

    .store-card strong {
        font-size: 20px;
    }

    .store-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .verify-tabs,
    .verify-search,
    .after-sale-grid,
    .certificate-slide {
        grid-template-columns: 1fr;
    }

    .certificate-stage {
        min-height: 640px;
    }

    .certificate-stage::before {
        height: 150px;
    }

    .certificate-copy {
        top: 24px;
        right: 20px;
        width: calc(100% - 40px);
    }

    .certificate-copy p {
        font-size: 15px;
        line-height: 1.7;
    }

    .certificate-marquee {
        bottom: 40px;
    }

    .certificate-rail {
        gap: 28px;
        padding: 0 24px;
        animation-duration: 18s;
    }

    .certificate-card,
    .certificate-card:nth-child(3n + 1),
    .certificate-card:nth-child(3n + 2),
    .certificate-card:nth-child(3n) {
        width: 270px;
    }

    .certificate-card img {
        max-height: 460px;
    }

    .certificate-card__body strong {
        font-size: 16px;
    }

    .certificate-modal {
        padding: 18px;
    }

    .certificate-modal__panel {
        width: 100%;
        padding: 16px;
    }

    .certificate-modal__close {
        top: 8px;
        right: 8px;
    }

    .certificate-carousel {
        min-height: 0;
        padding: 0 46px 54px;
    }

    .certificate-slide figure {
        width: 100%;
        min-height: 320px;
    }

    .certificate-slide img {
        height: min(62vh, 420px);
    }

    .certificate-arrow {
        width: 38px;
        height: 60px;
        font-size: 34px;
    }

    .service-quick-nav {
        gap: 20px;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 18px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .service-number {
        font-size: 104px;
    }

    .service-heading h1,
    .service-heading h2 {
        font-size: 56px;
    }

    .service-quick-nav {
        gap: 160px;
    }
}
