:root {
    --ink: #1f2933;
    --muted: #667085;
    --line: #d7dde4;
    --paper: #ffffff;
    --soft: #f4f7f5;
    --accent: #0f766e;
    --accent-dark: #115e59;
    --gold: #d79922;
    --charcoal: #151a1f;
    --shadow: 0 18px 45px rgba(21, 26, 31, .12);
}

.page-hero.product-hero {
    background:
        linear-gradient(110deg, rgba(21, 26, 31, .86), rgba(15, 118, 110, .58)),
        url("../uploads/services/parke-doseme.webp") center/cover;
}

.product-catalog-section {
    min-height: calc(100vh - 78px);
    padding: 118px 12px 48px;
    background: #fff;
}

.product-mobile-actions {
    display: none;
}

.product-mobile-sort {
    display: none;
}

.product-catalog-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    width: 100%;
    max-width: none;
    margin: 0;
}

.product-sidebar {
    display: grid;
    align-content: start;
    min-width: 0;
}

.product-filter-panel {
    position: static;
    top: 96px;
    align-self: start;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding: 0;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(21, 26, 31, .06);
}

.product-quick-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 16px 16px;
    border-bottom: 1px solid #eef1f4;
}

.product-quick-filter button,
.product-quick-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #d8dee6;
    border-radius: 7px;
    color: var(--ink);
    background: #fff;
    font-size: .86rem;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
}

.product-quick-filter button:hover,
.product-quick-filter a:hover,
.product-quick-filter a.is-active {
    border-color: var(--accent);
    color: #fff;
    background: var(--accent);
}

.filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #eef1f4;
}

.filter-head span {
    color: var(--charcoal);
    font-size: 1.28rem;
    font-weight: 700;
}

.filter-head button {
    min-height: 32px;
    padding: 0;
    border: 0;
    color: var(--muted);
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}

.filter-section-title {
    flex-basis: 100%;
    color: var(--charcoal);
    font-size: .82rem;
    font-weight: 700;
}

.filter-group {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border-bottom: 1px solid #eef1f4;
    background: #fff;
}

.filter-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.filter-group strong {
    color: var(--charcoal);
    font-size: .82rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.filter-group-search {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    margin: 1px 0 6px;
    padding: 0 12px 0 34px;
    border: 1px solid #e1e6ec;
    border-radius: 7px;
    color: var(--ink);
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") 11px 50% / 15px 15px no-repeat,
        #f8fafc;
    font: inherit;
    font-size: .84rem;
    font-weight: 500;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.filter-group-search::placeholder {
    color: #8a95a3;
}

.filter-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 8px;
    border: 1px solid #edf0f3;
    border-radius: 7px;
    color: var(--ink);
    background: #fff;
    font-size: .95rem;
    font-weight: 500;
    cursor: pointer;
}

.filter-group input[type="checkbox"][data-product-filter] {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    accent-color: var(--accent);
}

.filter-group label:hover {
    border-color: #cbd5df;
    background: #fafbfc;
}

.filter-group label:hover span {
    color: var(--accent-dark);
}

.product-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.product-list-wrap {
    min-width: 0;
}

.product-category-head {
    display: grid;
    gap: 8px;
    width: min(1380px, calc(100% - 24px));
    margin: 0 0 26px;
}

.product-category-head h1 {
    margin: 0;
    color: var(--charcoal);
    font-size: clamp(2rem, 4vw, 4.2rem);
}

.product-brand-showcases {
    display: grid;
    gap: 28px;
    width: min(1380px, calc(100% - 24px));
    margin: 0 0 34px;
}

.home-brand-showcases {
    display: grid;
    gap: 34px;
}

.brand-showcase {
    display: grid;
    gap: 18px;
}

.brand-showcase-head {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.brand-showcase-head h2 {
    margin: 0;
    color: #083d5b;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 800;
}

.brand-showcase-head::after {
    content: "";
    width: 58px;
    height: 2px;
    border-radius: 999px;
    background: #2ec4f3;
}

.brand-showcase-shell {
    position: relative;
}

.brand-showcase-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 270px);
    gap: 28px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 4px;
    padding: 4px 46px 18px;
    scrollbar-width: none;
}

.brand-showcase-track::-webkit-scrollbar {
    display: none;
}

.brand-showcase-card {
    display: grid;
    place-items: center;
    min-height: 190px;
    padding: 26px;
    border: 1px solid rgba(203, 213, 225, .65);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.brand-showcase-card:hover,
.brand-showcase-card.is-active {
    transform: translateY(-2px);
    border-color: var(--accent);
    box-shadow: 0 22px 48px rgba(15, 118, 110, .16);
}

.brand-showcase-card img {
    display: block;
    width: 100%;
    max-width: 190px;
    max-height: 96px;
    object-fit: contain;
}

.brand-showcase-card span {
    color: var(--charcoal);
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center;
}

.brand-showcase-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 54px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: rgba(21, 26, 31, .72);
    font-size: 30px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .16);
}

.brand-showcase-btn.prev {
    left: 0;
}

.brand-showcase-btn.next {
    right: 0;
}

.product-list-top select {
    min-height: 42px;
    padding: 0 38px 0 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font-weight: 800;
}

.product-list-top select:focus,
.filter-group-search:focus {
    outline: 2px solid rgba(15, 118, 110, .18);
    border-color: var(--accent);
    background-color: #fff;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px 18px;
    align-items: start;
}

.product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 16px;
    min-width: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-card[hidden] {
    display: none;
}

.product-card-media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--muted);
    background: #e9e4d9;
    text-decoration: none;
}

.product-card-media .product-card-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 18px;
    color: var(--muted);
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
}

.product-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: transform .28s ease, filter .28s ease;
}

.product-card-media:hover img,
.product-card-media:focus-visible img {
    transform: scale(1.045);
    filter: saturate(1.03);
}

.product-card-body {
    display: grid;
    gap: 16px;
    padding: 0;
    text-align: center;
}

.product-card h2 {
    margin: 0;
    color: var(--charcoal);
    font-size: clamp(1.15rem, 1.45vw, 1.7rem);
    font-weight: 500;
    line-height: 1.25;
}

.product-card .btn {
    width: 100%;
    min-height: 44px;
    border-color: var(--accent);
    color: #fff;
    background: var(--accent);
    font-weight: 900;
}

.product-card .btn:hover {
    border-color: var(--accent-dark);
    background: var(--accent-dark);
}

.empty-state {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px dashed var(--line);
    border-radius: 8px;
    color: var(--muted);
    background: #fff;
    font-weight: 900;
    text-align: center;
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 800;
}

.product-breadcrumb-top {
    display: none;
}

.product-breadcrumb-inline {
    width: 100%;
    margin: 0 0 2px;
    padding: 0;
}

.product-breadcrumb a {
    color: var(--charcoal);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-breadcrumb strong {
    color: var(--accent-dark);
}

.product-detail-page {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, .78fr);
    gap: clamp(28px, 4vw, 56px);
    width: min(1280px, calc(100% - 36px));
    margin: 0 auto;
    padding: 62px 0 72px;
}

.product-main-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #ebe6dc;
}

.product-main-label {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    top: 18px;
    display: block;
    padding: 10px 14px;
    border: 1px solid rgba(15, 118, 110, .18);
    border-radius: 8px;
    color: var(--charcoal);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 32px rgba(21, 26, 31, .1);
    font-size: clamp(.95rem, 1.2vw, 1.1rem);
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    pointer-events: none;
}

.product-main-image {
    width: 100%;
    aspect-ratio: 1 / .82;
    object-fit: cover;
    border-radius: 8px;
    background: #ebe6dc;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
}

.product-thumb-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.product-thumb-row button {
    width: 78px;
    aspect-ratio: 1 / .76;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.product-thumb-row button.is-active {
    border-color: var(--accent);
}

.product-thumb-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-info {
    align-self: start;
    display: grid;
    gap: 16px;
    padding-top: 34px;
}

.back-link {
    width: fit-content;
    padding: 4px 0;
    color: var(--accent-dark);
    font-weight: 900;
    font-size: .92rem;
    letter-spacing: .01em;
}

.product-detail-info h1 {
    margin: 0;
    max-width: 14ch;
    color: var(--charcoal);
    font-size: clamp(1.38rem, 2vw, 2.05rem);
    line-height: 1.06;
    overflow-wrap: anywhere;
}

.product-lead {
    max-width: 58ch;
    margin: 0;
    color: var(--muted);
    font-size: 1.06rem;
}

.product-spec-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(21, 26, 31, .055);
}

.product-spec-card h2 {
    margin: 0;
    color: var(--charcoal);
    font-size: 1.08rem;
}

.product-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.product-spec-list div {
    min-width: 0;
    padding: 11px 12px;
    border-radius: 8px;
    background: #f7f5ef;
}

.product-spec-list dt {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 900;
}

.product-spec-list dd {
    margin: 2px 0 0;
    color: var(--charcoal);
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.product-description {
    color: var(--muted);
}

@media (max-width: 1500px) {
    .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1220px) {
    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .product-catalog-section {
        padding-top: 92px;
    }

    .product-brand-showcases {
        width: 100%;
        margin-bottom: 24px;
    }

    .brand-showcase {
        gap: 14px;
    }

    .brand-showcase-track {
        grid-auto-columns: minmax(180px, 76vw);
        gap: 14px;
        padding: 4px 14px 14px;
    }

    .brand-showcase-card {
        min-height: 145px;
        padding: 20px;
    }

    .brand-showcase-card img {
        max-height: 76px;
    }

    .brand-showcase-btn {
        display: none;
    }

    .product-mobile-actions {
        position: sticky;
        top: 78px;
        z-index: 12;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0 0 12px;
        padding: 8px 0;
        background: #fff;
    }

    .product-mobile-actions button {
        min-height: 44px;
        border: 1px solid #d8dee6;
        border-radius: 8px;
        color: var(--charcoal);
        background: #fff;
        font: inherit;
        font-size: .96rem;
        font-weight: 900;
        cursor: pointer;
    }

    .product-mobile-actions button[aria-expanded="true"] {
        border-color: var(--accent);
        color: #fff;
        background: var(--accent);
    }

    .product-catalog-section.is-sort-open .product-mobile-sort {
        display: grid;
        position: fixed;
        top: 138px;
        left: 12px;
        right: 12px;
        z-index: 35;
        margin: 0;
        padding: 12px;
        border: 1px solid #e1e5ea;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(21, 26, 31, .06);
    }

    .product-mobile-sort select {
        min-height: 42px;
        width: 100%;
        padding: 0 38px 0 12px;
        border: 1px solid var(--line);
        border-radius: 8px;
        color: var(--ink);
        background: #fff;
        font: inherit;
        font-weight: 800;
    }

    .product-catalog-layout,
    .product-detail-page {
        grid-template-columns: 1fr;
    }

    .product-breadcrumb {
        font-size: .76rem;
    }

    .product-detail-page {
        width: min(100% - 30px, 560px);
        gap: 24px;
        padding: 26px 0 54px;
    }

    .product-main-image {
        aspect-ratio: 1 / .98;
    }

    .product-catalog-layout {
        gap: 12px;
    }

    .product-sidebar,
    .product-list-top {
        display: none;
    }

    .product-catalog-section.is-filter-open .product-sidebar {
        display: grid;
        position: fixed;
        top: 138px;
        left: 12px;
        right: 12px;
        z-index: 35;
        max-height: calc(100vh - 154px);
        overflow: auto;
        border-radius: 10px;
        box-shadow: 0 18px 48px rgba(21, 26, 31, .18);
    }

    .product-filter-panel {
        position: static;
        max-height: inherit;
        overflow: auto;
    }

    .product-quick-filter,
    .filter-group {
        gap: 7px;
        padding: 11px 12px;
    }

    .filter-head {
        padding: 12px;
    }

    .filter-head span {
        font-size: 1.08rem;
    }

    .filter-group label {
        min-height: 34px;
    }

    .product-list-top select {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }

    .product-card {
        gap: 10px;
    }

    .product-card-body {
        gap: 10px;
    }

    .product-card h2 {
        font-size: 1rem;
        line-height: 1.25;
    }

    .product-card .btn {
        min-height: 38px;
        padding: 0 10px;
        font-size: .86rem;
    }

    .product-detail-info {
        padding-top: 0;
        gap: 14px;
    }

    .product-detail-info h1 {
        max-width: none;
        font-size: clamp(1.35rem, 6vw, 1.65rem);
        line-height: 1.08;
    }
}

@media (max-width: 620px) {
    .product-spec-list {
        grid-template-columns: 1fr;
    }

    .product-list-top {
        align-items: stretch;
        flex-direction: column;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    padding: 0 clamp(18px, 4vw, 64px);
    color: #fff;
    transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}

.is-inner .site-header,
.site-header.is-scrolled {
    color: var(--ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(21, 26, 31, .08);
    backdrop-filter: blur(12px);
}

.is-home .site-header:not(.is-scrolled) {
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.is-home .site-header.has-open-menu,
.is-home .site-header.is-scrolled {
    color: var(--ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(21, 26, 31, .08);
    backdrop-filter: blur(12px);
}

.site-header.is-scrolled .nav-dropdown-menu,
.is-inner .site-header .nav-dropdown-menu {
    color: var(--ink);
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--accent);
    color: #fff;
}

.brand-logo,
.footer-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    font-weight: 700;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -12px;
    right: -12px;
    height: 12px;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.nav-dropdown-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    z-index: 25;
    display: grid;
    min-width: 220px;
    padding: 8px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, transform .18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
    padding: 10px 12px;
    border-radius: 7px;
    white-space: nowrap;
}

.nav-dropdown-menu a:hover {
    color: #fff;
    background: var(--accent);
}

.product-nav-group-label {
    display: block;
    padding: 10px 12px 4px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-nav-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.product-nav-category span {
    font-size: 1.4rem;
    line-height: 1;
}

.nav-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 800;
}

.nav-cta,
.btn.primary {
    color: #fff;
    background: var(--accent);
}

.btn.ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .12);
}

.btn.ghost.dark {
    color: var(--accent-dark);
    border-color: var(--accent);
    background: transparent;
}

.btn.call {
    color: var(--charcoal);
    border-color: rgba(255, 255, 255, .7);
    background: #fff;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 7px;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: 92vh;
    display: grid;
    align-items: center;
    overflow: hidden;
}

.legacy-hero {
    display: none;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.1s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide img,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slide img {
    object-fit: cover;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(10, 15, 18, .82), rgba(10, 15, 18, .44) 48%, rgba(10, 15, 18, .1));
}

.hero-content {
    position: relative;
    width: min(720px, calc(100% - 36px));
    margin-left: clamp(18px, 7vw, 96px);
    padding-top: 80px;
    color: #fff;
}

.hero-slide.align-center .hero-content {
    margin-inline: auto;
    text-align: center;
}

.hero-slide.align-right .hero-content {
    margin-left: auto;
    margin-right: clamp(18px, 7vw, 96px);
    text-align: right;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--gold);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 820px;
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 5.2vw, 5rem);
    line-height: 1.05;
}

h2 {
    font-size: clamp(1.65rem, 3vw, 2.8rem);
    line-height: 1.15;
}

h3 {
    font-size: 1.18rem;
    line-height: 1.25;
}

.hero p,
.page-hero p {
    max-width: 640px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.12rem;
}

.hero-slide.align-center .hero p {
    margin-inline: auto;
}

.hero-slide.align-right .hero p {
    margin-left: auto;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-slide.align-center .hero-actions {
    justify-content: center;
}

.hero-slide.align-right .hero-actions {
    justify-content: flex-end;
}

.hero-dots {
    position: absolute;
    left: clamp(18px, 7vw, 96px);
    bottom: 118px;
    z-index: 5;
    display: flex;
    gap: 10px;
}

.hero-dots button {
    width: 34px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .38);
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
}

.hero-dots button.is-active {
    width: 48px;
    background: #fff;
}

.quick-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(1120px, calc(100% - 36px));
    margin: -46px auto 0;
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.quick-contact a {
    padding: 24px;
    border-right: 1px solid var(--line);
}

.quick-contact a:last-child {
    border-right: 0;
}

.quick-contact strong,
.quick-contact span {
    display: block;
}

.quick-contact strong {
    color: var(--accent-dark);
}

.quick-contact span {
    color: var(--muted);
}

.section,
.split-section,
.districts,
.faq-contact,
.contact-map-layout,
.contact-layout {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: 86px 0;
}

.muted {
    width: 100%;
    max-width: none;
    padding-inline: max(18px, calc((100% - 1120px) / 2));
    background: var(--soft);
}

.section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

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

.service-card,
.reference-card {
    min-height: 250px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.service-card {
    display: flex;
    flex-direction: column;
}

.service-card a {
    margin-top: auto;
    color: var(--accent-dark);
    font-weight: 900;
}

.reference-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    background: #fff;
}

.reference-logo-card {
    display: grid;
    place-items: center;
    min-height: 200px;
    padding: 26px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.reference-logo-card img {
    width: min(230px, 86%);
    max-height: 135px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .82;
    transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.reference-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

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

.seo-columns article {
    min-height: 210px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.seo-columns h3 {
    color: var(--accent-dark);
}

.local-seo-panel {
    padding-top: 46px;
}

.local-seo-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
}

.local-seo-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.local-seo-card.emphasis {
    border-color: rgba(15, 118, 110, .25);
    background: #eef8f6;
}

.local-seo-card h3,
.local-content h2,
.local-content h3 {
    color: var(--accent-dark);
}

.local-pill-list {
    justify-content: flex-start;
}

.local-content {
    padding-top: 18px;
}

.faq-list {
    padding-top: 46px;
}

.faq-list details,
.faq-contact details {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.faq-list summary,
.faq-contact summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 900;
}

.service-visual,
.detail-visual,
.photo-placeholder {
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(15, 118, 110, .75), rgba(215, 153, 34, .68)),
        url("../uploads/sliders/hero-parke-fayans.png") center/cover;
}

.service-visual {
    height: 132px;
    margin-bottom: 20px;
}

.service-image {
    width: 100%;
    height: 132px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #e8edf1;
}

.split-section,
.faq-contact,
.contact-map-layout,
.contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.about-section-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.contact-map-layout {
    grid-template-columns: 1.25fr .9fr;
    padding-bottom: 0;
}

.contact-layout-compact {
    grid-template-columns: 1fr;
    padding-top: 38px;
}

.contact-map {
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #e8edf1;
    box-shadow: var(--shadow);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
}

.text-link {
    color: var(--accent-dark);
    font-weight: 900;
}

.text-more-toggle {
    width: fit-content;
    margin-top: 4px;
    padding: 0;
    border: 0;
    color: var(--accent-dark);
    background: transparent;
    font: inherit;
    font-size: .88rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

.text-more-toggle:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.reference-card span,
.reference-card small {
    color: var(--accent-dark);
    font-weight: 900;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.work-filter-shell {
    position: relative;
    z-index: 5;
    width: min(340px, 100%);
    margin: 0 0 22px;
}

.work-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--ink);
    background: #fff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(21, 26, 31, .06);
}

.work-filter-toggle::after {
    content: "⌄";
    color: var(--accent-dark);
    font-size: 1.1rem;
    transition: transform .18s ease;
}

.work-filter-shell.is-open .work-filter-toggle::after {
    transform: rotate(180deg);
}

.work-filter-toggle small {
    min-width: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.work-filter-bar {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(360px, calc(100vw - 24px));
    max-height: min(420px, calc(100vh - 170px));
    overflow: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow);
}

.work-filter-shell.is-open .work-filter-bar {
    display: grid;
}

.work-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 2px 8px;
    border-bottom: 1px solid #eef1f4;
}

.work-filter-head strong {
    color: var(--charcoal);
    font-size: .9rem;
}

.work-filter-head button {
    min-height: 30px;
    padding: 0;
    border: 0;
    color: var(--muted);
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}

.work-filter-bar button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font: inherit;
    font-size: .92rem;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.work-filter-bar button:hover,
.work-filter-bar button.is-active {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}

.photo-grid figure {
    margin: 0;
}

.work-item {
    position: relative;
    cursor: pointer;
}

.work-item[hidden] {
    display: none;
}

.work-preview {
    position: relative;
}

.work-item img,
.work-preview img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.photo-count {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(21, 26, 31, .78);
    font-size: .82rem;
    font-weight: 900;
}

.work-item:focus {
    outline: 3px solid rgba(15, 118, 110, .35);
    outline-offset: 4px;
}

.work-item:hover img {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.work-slider-shell {
    position: relative;
}

.work-slider-shell::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 18px;
    z-index: 1;
    width: 42px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

.work-slider-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-y;
    cursor: grab;
    padding: 4px 2px 14px;
}

.work-slider-track:active {
    cursor: grabbing;
}

.work-slider-track::-webkit-scrollbar {
    display: none;
}

.work-slide {
    flex: 0 0 min(360px, 32%);
    min-width: 260px;
    scroll-snap-align: start;
}

.work-slider-btn {
    position: absolute;
    top: 38%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 54px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--shadow);
    font-size: 2rem;
    font-weight: 900;
    cursor: pointer;
}

.work-slider-btn.prev {
    left: -18px;
}

.work-slider-btn.next {
    right: -18px;
}

.section-actions {
    margin-top: 22px;
    text-align: center;
}

.photo-placeholder {
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
}

figcaption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 800;
}

figcaption span {
    color: var(--muted);
    font-weight: 400;
}

figcaption small {
    margin-top: 6px;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.45;
}

.districts {
    text-align: center;
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.pill-list span,
.pill-list a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
}

.pill-list a:hover {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}

.district-list:not(.is-expanded) .is-extra {
    display: none;
}

.district-more {
    margin-top: 22px;
}

details {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

summary {
    cursor: pointer;
    font-weight: 900;
}

.page-hero {
    padding: 118px max(18px, calc((100% - 1120px) / 2)) 54px;
    color: var(--page-hero-title-color, #fff);
    background:
        linear-gradient(90deg, rgb(21 26 31 / var(--page-hero-overlay-start, .9)), rgb(21 26 31 / var(--page-hero-overlay-end, .64))),
        var(--page-hero-bg, url("../uploads/sliders/hero-parke-fayans.png")) center/cover;
}

.page-hero .eyebrow {
    color: var(--page-hero-eyebrow-color, var(--gold));
}

.page-hero h1 {
    color: var(--page-hero-title-color, #fff);
    font-size: var(--page-hero-title-size, clamp(2.2rem, 5.2vw, 5rem));
}

.page-hero p {
    color: var(--page-hero-subtitle-color, rgba(255, 255, 255, .84));
    font-size: var(--page-hero-subtitle-size, 1.12rem);
}

.inner-actions .btn.ghost {
    color: #fff;
}

.detail-visual {
    min-height: 360px;
}

.contact-form {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.contact-form label {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
    color: var(--muted);
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--ink);
    font: inherit;
}

textarea {
    resize: vertical;
}

.hp {
    position: absolute;
    left: -9999px;
}

.notice {
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 800;
}

.notice.success {
    background: #dcfce7;
    color: #166534;
}

.notice.error {
    background: #fee2e2;
    color: #991b1b;
}

.contact-info {
    padding: 28px;
    border-radius: 8px;
    color: #fff;
    background: var(--charcoal);
}

.contact-info a {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 900;
}

.cookie-banner {
    position: fixed;
    left: 24px;
    right: auto;
    bottom: 24px;
    z-index: 76;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    width: min(620px, calc(100% - 48px));
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner strong,
.cookie-banner p {
    margin: 0;
}

.cookie-banner strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ink);
}

.cookie-banner p {
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.45;
}

.cookie-banner a {
    display: inline-flex;
    margin-top: 8px;
    color: var(--accent-dark);
    font-weight: 900;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}

.floating-actions {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: auto;
}

.floating-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 54px;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(21, 26, 31, .2);
    font-weight: 900;
}

.floating-btn.whatsapp {
    width: 58px;
    min-height: 58px;
    color: #fff;
    background: #18a957;
    border-radius: 50%;
}

.floating-btn.quote {
    padding: 0 18px;
    color: #fff;
    background: var(--accent);
}

.floating-btn.call {
    background: var(--gold);
}

.floating-btn.instagram {
    width: 54px;
    min-height: 54px;
    color: #fff;
    background: #c13584;
}

.wa-icon,
.instagram-icon {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.work-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.work-modal.is-open {
    display: flex;
}

.work-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 18, .78);
    backdrop-filter: blur(8px);
}

.work-modal-dialog {
    position: relative;
    width: min(980px, 100%);
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: rgba(21, 26, 31, .68);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.modal-media {
    position: relative;
    display: grid;
    place-items: center;
    background: #101820;
    touch-action: pan-y;
    user-select: none;
}

.modal-media img {
    width: 100%;
    max-height: 68vh;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.modal-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 48px;
    height: 56px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: rgba(21, 26, 31, .68);
    font-size: 38px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.modal-nav.prev {
    left: 14px;
}

.modal-nav.next {
    right: 14px;
}

.modal-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
}

.modal-caption h2 {
    margin-bottom: 2px;
    font-size: 1.2rem;
}

.modal-caption p,
.modal-caption span {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.modal-caption .modal-work-description {
    max-width: 720px;
    margin-top: 8px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.5;
}

.modal-detail-link {
    display: inline-flex;
    margin-top: 10px;
    color: var(--accent-dark);
    font-weight: 900;
}

.work-detail-cover {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.work-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.work-meta span {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--accent-dark);
    background: #fff;
    font-weight: 900;
}

.site-footer {
    padding: 56px max(18px, calc((100% - 1120px) / 2)) 24px;
    color: #d7dde4;
    background: var(--charcoal);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 34px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
}

.site-footer h2 {
    color: #fff;
    font-size: 1rem;
}

.site-footer a,
.site-footer span {
    display: block;
    margin-bottom: 8px;
}

.copyright {
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #98a2b3;
}

@media (max-width: 860px) {
    .site-header {
        min-height: 68px;
    }

    .site-header.is-scrolled,
    .site-header.has-open-menu {
        color: var(--ink);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 10px 30px rgba(21, 26, 31, .08);
        backdrop-filter: blur(12px);
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 68px;
        left: 18px;
        right: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        color: var(--ink);
        background: #fff;
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a {
        padding: 12px;
    }

    .nav-dropdown {
        display: grid;
    }

    .nav-dropdown::after {
        display: none;
    }

    .nav-dropdown-toggle {
        justify-content: space-between;
        width: 100%;
        padding: 12px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .nav-dropdown-menu {
        position: static;
        display: none;
        min-width: 0;
        width: 100%;
        margin: 0 0 8px;
        padding: 6px 0 6px 12px;
        border: 0;
        border-left: 2px solid var(--line);
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu {
        transform: none;
    }

    .nav-dropdown:not(.is-open) .nav-dropdown-menu {
        display: none;
        opacity: 0;
        pointer-events: none;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        display: grid;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .nav-dropdown.is-open .nav-dropdown-toggle {
        border-color: var(--line);
        background: var(--soft);
    }

    .nav-dropdown-menu a {
        padding: 8px 12px;
        white-space: normal;
    }

    .hero {
        min-height: 640px;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-actions {
        gap: 8px;
        margin-top: 20px;
    }

    .hero-actions .btn {
        min-height: 42px;
        padding: 0 13px;
        font-size: .92rem;
    }

    .quick-contact,
    .card-grid,
    .reference-logo-grid,
    .seo-columns,
    .local-seo-grid,
    .photo-grid,
    .split-section,
    .faq-contact,
    .contact-map-layout,
    .contact-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .card-grid,
    .seo-columns,
    .local-seo-grid,
    .reference-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .service-card,
    .reference-card,
    .seo-columns article {
        min-height: 0;
        padding: 16px;
    }

    .service-card {
        gap: 10px;
    }

    .service-card .service-image {
        aspect-ratio: 1 / .82;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }

    .service-card h3,
    .seo-columns h3 {
        margin-bottom: 8px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .service-card p,
    .reference-card p,
    .seo-columns p {
        font-size: .88rem;
        line-height: 1.55;
    }

    .reference-logo-card {
        min-height: 145px;
        padding: 18px;
    }

    .quick-contact a {
        padding: 14px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .quick-contact {
        grid-template-columns: 1fr 1fr;
        margin-top: -24px;
    }

    .quick-contact a:first-child {
        grid-column: 1 / -1;
        color: #fff;
        background: var(--accent);
    }

    .quick-contact a:first-child strong,
    .quick-contact a:first-child span {
        color: #fff;
    }

    .work-filter-shell {
        width: 100%;
    }

    .work-filter-bar {
        width: 100%;
        max-height: min(430px, calc(100vh - 150px));
    }

    .work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .work-grid .work-item img {
        aspect-ratio: 1 / 1;
    }

    .work-grid .work-item figcaption {
        gap: 2px;
        padding-top: 10px;
    }

    .work-grid .work-item figcaption strong {
        font-size: .92rem;
        line-height: 1.2;
    }

    .work-grid .work-item figcaption span,
    .work-grid .work-item figcaption small {
        font-size: .76rem;
        line-height: 1.25;
    }

    .work-grid .photo-count {
        top: 7px;
        right: 7px;
        min-height: 23px;
        padding: 0 8px;
        font-size: .7rem;
    }

    .section,
    .split-section,
    .districts,
    .faq-contact,
    .contact-map-layout,
    .contact-layout {
        padding: 58px 0;
    }

    .contact-layout-compact {
        padding-top: 0;
    }

    .page-hero {
        padding-top: 98px;
        padding-bottom: 42px;
    }

    .floating-actions {
        right: 14px;
        bottom: 14px;
    }

    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 78px;
        grid-template-columns: 1fr;
        width: auto;
        padding: 14px;
    }

    .cookie-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .floating-btn {
        min-height: 50px;
    }

    .floating-btn.whatsapp {
        width: 52px;
        min-height: 52px;
    }

    .floating-btn.quote {
        padding-inline: 14px;
    }

    .work-slider-track {
        gap: 12px;
        padding-inline: 2px;
        -webkit-overflow-scrolling: touch;
    }

    .home-brand-showcases {
        width: 100%;
        overflow: hidden;
    }

    .home-brand-showcases .brand-showcase {
        min-width: 0;
    }

    .home-brand-showcases .brand-showcase-head h2 {
        max-width: 100%;
        font-size: clamp(1.28rem, 6vw, 1.6rem);
        line-height: 1.18;
        text-wrap: balance;
    }

    .home-brand-showcases .brand-showcase-shell {
        min-width: 0;
    }

    .home-brand-showcases .brand-showcase-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        padding: 4px 2px 14px;
        -webkit-overflow-scrolling: touch;
    }

    .home-brand-showcases .brand-showcase-card {
        flex: 0 0 44%;
        min-width: 145px;
        min-height: 145px;
        padding: 18px;
    }

    .home-brand-showcases .brand-showcase-card img {
        max-width: 118px;
        max-height: 70px;
    }

    .work-slide {
        flex-basis: 44%;
        min-width: 145px;
    }

    .home-work-slider .work-preview img {
        aspect-ratio: 1 / 1;
    }

    .home-work-slider figcaption {
        gap: 1px;
    }

    .home-work-slider figcaption strong {
        font-size: .9rem;
        line-height: 1.2;
    }

    .home-work-slider figcaption span {
        font-size: .78rem;
    }

    .home-work-slider figcaption small {
        display: none;
    }

    .home-work-slider .photo-count {
        top: 8px;
        right: 8px;
        min-height: 24px;
        padding: 0 8px;
        font-size: .72rem;
    }

    .work-slider-btn {
        top: 34%;
        display: inline-flex;
        width: 34px;
        height: 40px;
        font-size: 1.45rem;
        background: rgba(255, 255, 255, .96);
    }

    .work-slider-btn.prev {
        left: -4px;
    }

    .work-slider-btn.next {
        right: -4px;
    }

    .work-modal {
        padding: 12px;
    }

    .modal-caption {
        align-items: flex-start;
        flex-direction: column;
    }

    .modal-nav {
        width: 42px;
        height: 50px;
    }
}
