:root {
    --brand-ink: #111827;
    --brand-muted: #667085;
    --brand-line: #e6eaf0;
    --brand-surface: #f7f8fa;
    --brand-accent: #b98a4b;
    --whatsapp: #25d366;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body,
input,
textarea,
button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    color: var(--brand-ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.no-transition #wrapper {
    opacity: 1 !important;
    animation: none !important;
}

.css3-spinner,
.animsition-loading,
.animsition-overlay-slide {
    display: none !important;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

#header,
#header-wrap {
    border: 0;
    box-shadow: 0 10px 35px rgba(17, 24, 39, .07);
}

#primary-menu ul li > a {
    letter-spacing: .02em;
}

#primary-menu ul li > a:hover,
#primary-menu ul li.current > a {
    color: var(--brand-accent);
}

.home-intro {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--brand-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.home-intro h1,
.contact-card h2 {
    margin: 0 0 14px;
    color: var(--brand-ink);
    font-weight: 750;
    letter-spacing: -.035em;
    white-space: normal;
    overflow-wrap: anywhere;
}

.home-intro h1 {
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.08;
}

.home-intro p {
    margin: 0;
    color: var(--brand-muted);
    font-size: 18px;
    line-height: 1.7;
}

#portfolio {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    overflow: visible;
    height: auto !important;
}

#portfolio .portfolio-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(17, 24, 39, .06);
    content-visibility: auto;
    contain-intrinsic-size: 320px 330px;
    transition: transform .25s ease, box-shadow .25s ease;
    min-width: 0;
}

#portfolio .portfolio-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 18px 45px rgba(17, 24, 39, .12);
}

#portfolio .portfolio-image,
#portfolio .portfolio-image a {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--brand-surface);
}

#portfolio .portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

#portfolio .portfolio-item:hover .portfolio-image img {
    transform: scale(1.035);
}

#product-load-sentinel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 72px;
    margin-top: 24px;
    color: var(--brand-muted);
    font-size: 13px;
    font-weight: 700;
    cursor: default;
}

.product-loader-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-accent);
}

#product-load-sentinel.is-loading .product-loader-dot {
    animation: productPulse .8s ease-in-out infinite alternate;
}

#product-load-sentinel.is-failed {
    color: #b42318;
    cursor: pointer;
}

#product-load-sentinel.is-complete .product-loader-dot {
    background: var(--whatsapp);
}

@keyframes productPulse {
    to {
        opacity: .25;
        transform: scale(.72);
    }
}

#portfolio .portfolio-desc {
    padding: 18px 18px 20px;
}

#portfolio .portfolio-desc h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
}

#portfolio .portfolio-desc h3 a {
    color: var(--brand-ink);
}

.quick-contact {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 999;
}

.quick-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .2);
    transition: transform .2s ease, box-shadow .2s ease;
}

.quick-contact a:hover,
.quick-contact a:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(17, 24, 39, .26);
}

.quick-contact__whatsapp {
    background: var(--whatsapp);
}

.quick-contact__call {
    display: none !important;
    background: var(--brand-ink);
}

.quick-contact__icon {
    position: relative;
    top: -1px;
    font-size: 15px;
}

.contact-page {
    background: linear-gradient(180deg, #fff 0, var(--brand-surface) 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 30px;
}

.contact-card {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--brand-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(17, 24, 39, .07);
    min-width: 0;
}

.contact-card h2 {
    font-size: clamp(28px, 4vw, 38px);
}

.contact-lead {
    margin: 0 0 28px;
    color: var(--brand-muted);
    font-size: 16px;
    line-height: 1.7;
}

.contact-line {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 14px;
    padding: 15px 16px;
    border: 1px solid var(--brand-line);
    border-radius: 14px;
    color: var(--brand-ink);
    background: #fff;
}

a.contact-line:hover {
    color: var(--brand-ink);
    border-color: var(--brand-accent);
}

.contact-line > i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--brand-ink);
    flex: 0 0 auto;
}

.contact-line span {
    display: grid;
    min-width: 0;
}

.contact-line small {
    color: var(--brand-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-line strong {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.45;
}

#whatsapp-contact-form {
    margin-top: 22px;
}

#whatsapp-contact-form label {
    display: block;
    margin: 0 0 8px;
    color: var(--brand-ink);
    font-size: 13px;
    font-weight: 750;
}

#whatsapp-contact-form input,
#whatsapp-contact-form textarea {
    width: 100%;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #d8dde5;
    border-radius: 12px;
    color: var(--brand-ink);
    background: #fff;
    box-shadow: none;
    resize: vertical;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#whatsapp-contact-form input:focus,
#whatsapp-contact-form textarea:focus {
    outline: 0;
    border-color: var(--brand-accent);
    box-shadow: 0 0 0 4px rgba(185, 138, 75, .13);
}

#whatsapp-contact-form button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--whatsapp);
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}

#whatsapp-contact-form button:hover {
    filter: brightness(.96);
    transform: translateY(-1px);
}

.form-note {
    margin: 12px 0 0;
    color: var(--brand-muted);
    font-size: 12px;
    text-align: center;
}

.contact-map {
    overflow: hidden;
    border: 1px solid var(--brand-line);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(17, 24, 39, .07);
}

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

@media (max-width: 991px) {
    #portfolio {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    body {
        padding-bottom: 72px;
    }

    #top-bar {
        display: none;
    }

    #slider {
        min-height: 320px;
    }

    #slider .swiper-slide {
        min-height: 320px;
    }

    .content-wrap {
        padding: 48px 0;
    }

    .home-intro {
        margin-bottom: 30px;
    }

    .home-intro p {
        font-size: 16px;
    }

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

    #portfolio .portfolio-item {
        border-radius: 12px;
    }

    #portfolio .portfolio-desc {
        padding: 13px 12px 15px;
    }

    #portfolio .portfolio-desc h3 {
        font-size: 14px;
    }

    .quick-contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 -8px 30px rgba(17, 24, 39, .12);
        backdrop-filter: blur(14px);
    }

    .quick-contact a {
        min-height: 48px;
        padding: 0 12px;
        border-radius: 12px;
        box-shadow: none;
    }

    .quick-contact__call {
        display: flex !important;
    }

    #gotoTop {
        bottom: 84px;
    }

    .contact-card {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .contact-map {
        border-radius: 16px;
    }

    .contact-map iframe {
        min-height: 340px;
    }
}

@media (max-width: 420px) {
    #portfolio {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   2026 refinement pass — navigation, proportion, contrast and polish
   ========================================================================== */

:root {
    --brand-ink: #111b26;
    --brand-muted: #657180;
    --brand-line: #e7e2da;
    --brand-surface: #f7f5f1;
    --brand-accent: #a97837;
    --brand-accent-soft: #f5eee3;
}

#top-bar {
    height: 30px !important;
    border-bottom: 1px solid #eeeae4 !important;
    background: #faf9f7 !important;
}

#top-bar .container,
#top-social,
#top-social ul,
#top-social li,
#top-social li a {
    height: 30px !important;
    line-height: 30px !important;
}

#header,
#header-wrap,
#header .container,
#primary-menu {
    overflow: visible !important;
}

#header {
    z-index: 1000 !important;
    height: 86px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 1px 0 rgba(17, 27, 38, .07), 0 12px 34px rgba(17, 27, 38, .055) !important;
}

#header-wrap {
    height: 86px !important;
    background: rgba(255, 255, 255, .98) !important;
}

#header .header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 34px;
    height: 86px !important;
}

#logo {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    float: none !important;
    height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#logo a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

#logo a.retina-logo {
    display: none !important;
}

#logo img {
    width: auto !important;
    height: auto !important;
    max-width: 218px !important;
    max-height: 56px !important;
    object-fit: contain !important;
}

#primary-menu {
    position: relative !important;
    display: block !important;
    flex: 0 1 auto !important;
    float: none !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
}

#primary-menu > ul {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
}

#primary-menu > ul > li {
    position: relative !important;
    float: none !important;
    margin: 0 !important;
}

#primary-menu > ul > li > a {
    display: flex !important;
    align-items: center !important;
    height: 46px !important;
    padding: 0 13px !important;
    border-radius: 11px !important;
    color: #2f3944 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 46px !important;
    letter-spacing: .025em !important;
    text-transform: none !important;
    transition: color .2s ease, background-color .2s ease !important;
}

#primary-menu > ul > li > a::after {
    display: none !important;
}

#primary-menu > ul > li > a div {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    line-height: 1 !important;
}

#primary-menu > ul > li:hover > a,
#primary-menu > ul > li:focus-within > a,
#primary-menu > ul > li.is-open > a,
#primary-menu > ul > li.current > a {
    color: #8f622a !important;
    background: var(--brand-accent-soft) !important;
}

#primary-menu .menu-caret {
    position: relative;
    top: 1px;
    margin: 0 !important;
    font-size: 11px;
    transition: transform .2s ease;
}

#primary-menu .has-submenu:hover .menu-caret,
#primary-menu .has-submenu:focus-within .menu-caret,
#primary-menu .has-submenu.is-open .menu-caret {
    transform: rotate(180deg);
}

#primary-menu > ul > li > ul {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: auto !important;
    left: 0 !important;
    z-index: 1100 !important;
    display: block !important;
    min-width: 270px !important;
    max-height: min(68vh, 520px);
    margin: 0 !important;
    padding: 10px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid rgba(17, 27, 38, .09) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .99) !important;
    box-shadow: 0 24px 65px rgba(17, 27, 38, .16) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
}

#primary-menu > ul > li > ul::before {
    content: "";
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    height: 14px;
}

#primary-menu > ul > li:hover > ul,
#primary-menu > ul > li:focus-within > ul,
#primary-menu > ul > li.is-open > ul {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

#primary-menu ul ul li {
    position: relative !important;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
}

#primary-menu ul ul li a {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 11px 12px !important;
    border: 0 !important;
    border-radius: 9px !important;
    color: #43505d !important;
    background: transparent !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

#primary-menu ul ul li a div {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px;
}

#primary-menu ul ul li a i {
    margin: 0 !important;
    color: #b28a58;
    font-size: 11px;
}

#primary-menu ul ul li:hover > a,
#primary-menu ul ul li:focus-within > a {
    color: #7d5525 !important;
    background: #f7f2ea !important;
}

#primary-menu-trigger {
    display: none !important;
}

#header.sticky-header {
    height: 68px !important;
}

#header.sticky-header #header-wrap {
    height: 68px !important;
    box-shadow: 0 10px 32px rgba(17, 27, 38, .09) !important;
}

#header.sticky-header .header-container,
#header.sticky-header #logo {
    height: 68px !important;
}

#header.sticky-header #logo img {
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 45px !important;
    object-fit: contain !important;
}

#page-title {
    min-height: 0 !important;
    padding: 52px 0 48px !important;
    border: 0 !important;
}

#page-title::before {
    background: linear-gradient(90deg, rgba(13, 23, 33, .94), rgba(13, 23, 33, .76) 56%, rgba(13, 23, 33, .66)) !important;
}

#page-title h1 {
    max-width: 780px;
    margin: 5px 0 7px !important;
    font-size: clamp(31px, 3.1vw, 42px) !important;
    font-weight: 720 !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
}

#page-title p {
    max-width: 720px;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

#page-title .page-kicker {
    font-size: 10px !important;
    letter-spacing: .19em !important;
}

#page-menu {
    min-height: 48px !important;
}

#page-menu nav li a {
    padding: 15px 13px !important;
    font-size: 9px !important;
    letter-spacing: .09em !important;
}

#content .content-wrap {
    padding-top: 68px;
    padding-bottom: 72px;
}

.home-intro {
    max-width: 720px !important;
    margin-bottom: 34px !important;
}

.home-intro h1,
.collection-intro h1 {
    font-size: clamp(35px, 4.5vw, 50px) !important;
    font-weight: 720 !important;
    letter-spacing: -.045em !important;
}

.home-intro p,
.collection-intro p {
    font-size: 17px !important;
    line-height: 1.65 !important;
}

#portfolio {
    gap: 20px !important;
}

#portfolio .portfolio-item {
    border-color: #e9e5de !important;
    border-radius: 18px !important;
    box-shadow: 0 9px 28px rgba(17, 27, 38, .055) !important;
}

#portfolio .portfolio-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 18px 42px rgba(17, 27, 38, .1) !important;
}

#portfolio .portfolio-desc {
    padding: 17px 18px 18px !important;
}

.product-card__collection {
    color: #92724a !important;
    font-size: 8px !important;
    font-weight: 750 !important;
    letter-spacing: .15em !important;
}

#portfolio .portfolio-desc h3 {
    font-size: 16px !important;
    font-weight: 720 !important;
    letter-spacing: -.02em !important;
}

.product-card__cta {
    color: #55616d !important;
    font-size: 9px !important;
    font-weight: 750 !important;
    letter-spacing: .08em !important;
}

.home-trust {
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 92% 8%, rgba(181, 139, 82, .18), transparent 34%),
        linear-gradient(135deg, #121d28 0%, #1a2a37 100%) !important;
    box-shadow: 0 24px 60px rgba(17, 27, 38, .14) !important;
}

.home-trust__heading h2 {
    max-width: 650px;
    font-size: clamp(28px, 3.4vw, 42px) !important;
    font-weight: 680 !important;
    letter-spacing: -.04em !important;
}

.editorial-card,
.product-detail-info,
.contact-card {
    border-radius: 22px !important;
    border-color: #e7e1d8 !important;
    box-shadow: 0 18px 48px rgba(17, 27, 38, .065) !important;
}

.editorial-card h2,
.contact-card h2,
.product-detail-info h1 {
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
}

#footer.site-footer {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    border: 0 !important;
    background: #101923 !important;
    color: #b9c3cc !important;
}

#footer.site-footer .footer-cta {
    border: 0 !important;
    background:
        radial-gradient(circle at 86% 22%, rgba(176, 133, 75, .22), transparent 34%),
        linear-gradient(125deg, #15222e 0%, #111b25 100%) !important;
}

#footer.site-footer .footer-cta__content {
    padding: 0 !important;
}

#footer.site-footer .footer-cta h2 {
    max-width: 690px;
    color: #fff !important;
    font-size: clamp(30px, 3.2vw, 43px) !important;
    font-weight: 680 !important;
    line-height: 1.06 !important;
    letter-spacing: -.04em !important;
}

#footer.site-footer .footer-cta p {
    color: #aeb9c3 !important;
}

#footer.site-footer > .container {
    background: transparent !important;
}

#footer.site-footer .footer-grid {
    padding: 56px 0 50px !important;
    background: transparent !important;
}

#footer.site-footer .footer-brand p,
#footer.site-footer .footer-column li,
#footer.site-footer .footer-contact span,
#footer.site-footer .footer-contact strong {
    color: #aeb8c2 !important;
}

#footer.site-footer .footer-column h3,
#footer.site-footer .footer-contact h3 {
    color: #fff !important;
}

#footer.site-footer .footer-column a,
#footer.site-footer .footer-contact a {
    color: #aeb8c2 !important;
}

#footer.site-footer .footer-column a:hover,
#footer.site-footer .footer-contact a:hover {
    color: #e1b779 !important;
}

#footer.site-footer .footer-logo {
    width: auto !important;
    height: auto !important;
    max-width: 210px !important;
    max-height: 68px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1);
    opacity: .94;
}

#footer.site-footer .footer-brand__tag {
    color: #d7ae73 !important;
    border-color: rgba(215, 174, 115, .28) !important;
}

#footer.site-footer #copyrights {
    border-top: 1px solid rgba(255, 255, 255, .08) !important;
    background: #0b1219 !important;
    color: #87939e !important;
}

.quick-contact {
    left: 22px !important;
    bottom: 22px !important;
}

.quick-contact a {
    min-width: 250px;
    min-height: 62px;
    padding: 7px 10px !important;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px !important;
    box-shadow: 0 18px 46px rgba(17, 27, 38, .22) !important;
}

.quick-contact__whatsapp {
    background: linear-gradient(135deg, #20be5a, #27d368) !important;
}

.quick-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 13px;
    background: rgba(255, 255, 255, .13);
    font-size: 16px !important;
}

.quick-contact__copy strong {
    font-size: 13px !important;
    font-weight: 750 !important;
}

.quick-contact__copy small {
    font-size: 9px !important;
}

@media (max-width: 991px) {
    #top-bar {
        display: none !important;
    }

    #header,
    #header-wrap,
    #header.sticky-header,
    #header.sticky-header #header-wrap {
        height: 76px !important;
    }

    #header .header-container,
    #header.sticky-header .header-container {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
        height: 76px !important;
    }

    #logo,
    #header.sticky-header #logo {
        order: 1 !important;
        height: 76px !important;
        max-width: calc(100% - 62px) !important;
    }

    #logo img,
    #header.sticky-header #logo img {
        width: auto !important;
        height: auto !important;
        max-width: 190px !important;
        max-height: 49px !important;
        object-fit: contain !important;
    }

    #primary-menu-trigger {
        position: static !important;
        order: 2 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        width: auto !important;
        height: 42px !important;
        margin: 0 0 0 auto !important;
        padding: 0 13px !important;
        border: 1px solid #e5dfd6 !important;
        border-radius: 11px !important;
        background: #f8f5ef !important;
        color: #28343f !important;
        line-height: 42px !important;
        cursor: pointer;
    }

    #primary-menu-trigger i {
        color: #28343f !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    #primary-menu-trigger .pmt-close-icon {
        display: none !important;
    }

    #primary-menu-trigger[aria-expanded="true"] .pmt-open-icon {
        display: none !important;
    }

    #primary-menu-trigger[aria-expanded="true"] .pmt-close-icon {
        display: inline-block !important;
    }

    #primary-menu-trigger[aria-expanded="true"] {
        border-color: #d7c8b5 !important;
        background: #eee5d9 !important;
        box-shadow: 0 6px 18px rgba(31, 43, 53, .10) !important;
    }

    #primary-menu-trigger .pmt-label {
        display: inline !important;
        color: #28343f !important;
        font-size: 10px !important;
        font-weight: 750 !important;
        letter-spacing: .08em !important;
        text-transform: uppercase;
    }

    #primary-menu {
        position: absolute !important;
        top: 76px !important;
        right: 0 !important;
        left: 0 !important;
        order: 3 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #primary-menu > ul {
        display: none !important;
        max-height: calc(100vh - 92px);
        margin: 0 !important;
        padding: 10px 14px 16px !important;
        overflow-y: auto !important;
        border-top: 1px solid #ece7df;
        border-radius: 0 0 18px 18px;
        background: #fff !important;
        box-shadow: 0 20px 45px rgba(17, 27, 38, .14);
    }

    #primary-menu > ul.show {
        display: block !important;
    }

    #primary-menu > ul > li {
        display: block !important;
        width: 100% !important;
    }

    #primary-menu > ul > li > a {
        justify-content: space-between !important;
        width: 100% !important;
        height: 46px !important;
        padding: 0 13px !important;
        line-height: 46px !important;
    }

    #primary-menu > ul > li > a div {
        width: 100%;
        justify-content: space-between;
    }

    #primary-menu > ul > li > ul {
        position: static !important;
        display: none !important;
        min-width: 0 !important;
        max-height: none !important;
        margin: 2px 0 8px !important;
        padding: 6px !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: #f7f4ef !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    #primary-menu > ul > li.is-open > ul {
        display: block !important;
    }

    #primary-menu ul ul li a {
        min-height: 40px !important;
        padding: 10px 11px !important;
        background: transparent !important;
    }

    #page-title {
        padding: 43px 0 40px !important;
    }

    #page-title h1 {
        font-size: clamp(29px, 7vw, 37px) !important;
    }

    #content .content-wrap {
        padding-top: 54px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    #header .header-container {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    #logo img,
    #header.sticky-header #logo img {
        max-width: 164px !important;
        max-height: 44px !important;
    }

    #page-title {
        padding: 36px 0 34px !important;
    }

    #page-title p {
        max-width: 96%;
        font-size: 14px !important;
    }

    .home-intro {
        margin-bottom: 27px !important;
    }

    .home-intro p,
    .collection-intro p {
        font-size: 15px !important;
    }

    #portfolio {
        gap: 13px !important;
    }

    #portfolio .portfolio-desc {
        padding: 14px !important;
    }

    #footer.site-footer .footer-cta {
        padding: 36px 0 !important;
    }

    #footer.site-footer .footer-cta h2 {
        font-size: 29px !important;
    }

    #footer.site-footer .footer-grid {
        gap: 28px !important;
        padding: 42px 0 38px !important;
    }

    .quick-contact {
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    .quick-contact a {
        min-width: 0 !important;
        min-height: 52px !important;
        border-radius: 14px !important;
    }
}

/* Homepage authority and FAQ */
.home-trust {
    margin-top: 92px;
    padding: 58px;
    border-radius: 30px;
    color: #fff;
    background: radial-gradient(circle at 90% 10%, rgba(184,137,69,.35), transparent 28%), linear-gradient(135deg, #17202a, #243240);
    box-shadow: 0 28px 80px rgba(23,32,42,.18);
}

.home-trust__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 42px;
}

.home-trust__heading .eyebrow {
    color: #edc887;
    white-space: nowrap;
}

.home-trust__heading h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.7vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.home-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.12);
}

.home-trust__grid article {
    padding: 34px 28px 4px 0;
}

.home-trust__grid article + article {
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.12);
}

.home-trust__grid span {
    color: #edc887;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
}

.home-trust__grid h3 {
    margin: 11px 0 9px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.home-trust__grid p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.7;
}

.home-faq {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 65px;
    margin: 96px 0 34px;
}

.home-faq__intro h2 {
    margin: 9px 0 16px;
    font-size: clamp(28px, 3.5vw, 43px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.home-faq__intro p {
    color: var(--brand-muted);
    line-height: 1.75;
}

.home-faq__list {
    border-top: 1px solid var(--brand-line);
}

.home-faq details {
    border-bottom: 1px solid var(--brand-line);
}

.home-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 23px 0;
    color: var(--brand-ink);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.home-faq summary::-webkit-details-marker {
    display: none;
}

.home-faq summary span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand-surface-strong);
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.home-faq details[open] summary span {
    color: #fff;
    background: var(--brand-ink);
    transform: rotate(45deg);
}

.home-faq details p {
    max-width: 680px;
    margin: -4px 0 23px;
    color: var(--brand-muted);
    font-size: 14px;
    line-height: 1.75;
}

/* Contact journey */
.contact-promise {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.contact-promise > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 14px;
    padding: 21px;
    border: 1px solid var(--brand-line);
    border-radius: 17px;
    background: rgba(255,255,255,.78);
}

.contact-promise span {
    grid-row: 1 / 3;
    color: var(--brand-accent);
    font-size: 11px;
    font-weight: 900;
}

.contact-promise strong {
    font-size: 14px;
}

.contact-promise small {
    color: var(--brand-muted);
    font-size: 11px;
    line-height: 1.55;
}

.map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin: 58px 0 24px;
}

.map-heading h2 {
    margin: 7px 0 0;
    font-size: clamp(28px, 3.5vw, 43px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.product-detail-benefits {
    margin: 27px 0 0;
    padding: 22px 0;
    border-top: 1px solid var(--brand-line);
    border-bottom: 1px solid var(--brand-line);
    list-style: none;
}

.product-detail-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 9px 0;
    color: var(--brand-ink-soft);
    font-size: 13px;
    font-weight: 700;
}

.product-detail-benefits i {
    color: var(--brand-accent-dark);
}

@media (max-width: 991px) {
    .home-faq {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    #page-menu,
    #page-menu-wrap,
    #page-menu.sticky-page-menu #page-menu-wrap {
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        background: var(--brand-ink) !important;
        box-shadow: none !important;
        transform: none !important;
    }

    #page-menu .container {
        min-height: 0 !important;
    }

    #page-menu nav {
        position: static !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        background: transparent !important;
    }

    #page-menu nav ul {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        background: transparent !important;
    }

    #page-menu nav li {
        float: none !important;
        display: inline-block !important;
    }

    .home-trust {
        margin-top: 65px;
        padding: 34px 24px;
        border-radius: 22px;
    }

    .home-trust__heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 28px;
    }

    .home-trust__grid {
        grid-template-columns: 1fr;
    }

    .home-trust__grid article {
        padding: 24px 0;
    }

    .home-trust__grid article + article {
        padding-left: 0;
        border-top: 1px solid rgba(255,255,255,.12);
        border-left: 0;
    }

    .home-faq {
        margin: 68px 0 18px;
    }

    .contact-promise {
        grid-template-columns: 1fr;
    }

    .map-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* === Birlik Büro 2026 premium visual system === */
:root {
    --brand-ink: #17202a;
    --brand-ink-soft: #263340;
    --brand-muted: #68737f;
    --brand-line: #e8e3da;
    --brand-surface: #f8f6f1;
    --brand-surface-strong: #eee9df;
    --brand-accent: #b88945;
    --brand-accent-dark: #8e662f;
    --brand-accent-soft: #f3e7d2;
    --brand-white: #fff;
    --whatsapp: #20b85a;
    --shadow-soft: 0 20px 60px rgba(23, 32, 42, .08);
    --shadow-card: 0 12px 34px rgba(23, 32, 42, .08);
}

::selection {
    color: #fff;
    background: var(--brand-accent);
}

body {
    color: var(--brand-ink);
    background:
        radial-gradient(circle at 10% 20%, rgba(184, 137, 69, .035), transparent 28%),
        #fff;
}

#top-bar {
    min-height: 36px;
    border-bottom: 1px solid rgba(23, 32, 42, .06);
    background: #fbfaf8;
}

#top-social li a {
    color: var(--brand-muted);
}

#header,
#header-wrap {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 38px rgba(23, 32, 42, .065);
}

#header-wrap {
    backdrop-filter: blur(18px);
}

#primary-menu > ul > li > a {
    padding-right: 18px;
    padding-left: 18px;
}

#primary-menu ul li > a div {
    font-weight: 800;
}

#primary-menu ul li > a span {
    color: #8d949c;
    letter-spacing: .04em;
}

#primary-menu > ul > li > a::after {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--brand-accent);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

#primary-menu > ul > li:hover > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

#slider {
    background: var(--brand-surface);
}

.home-intro,
.collection-intro {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-intro h1,
.collection-intro h2 {
    margin: 0 0 16px;
    color: var(--brand-ink);
    font-size: clamp(34px, 4.3vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.home-intro p,
.collection-intro p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--brand-muted);
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.75;
}

.eyebrow,
.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--brand-accent-dark);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow::before,
.page-kicker::before {
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
}

.category-chips {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 auto 42px;
}

.category-chips a {
    padding: 10px 16px;
    border: 1px solid var(--brand-line);
    border-radius: 999px;
    color: var(--brand-ink-soft);
    background: rgba(255, 255, 255, .85);
    font-size: 12px;
    font-weight: 750;
    box-shadow: 0 5px 16px rgba(23, 32, 42, .04);
    transition: border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease;
}

.category-chips a:hover {
    border-color: var(--brand-ink);
    color: #fff;
    background: var(--brand-ink);
    transform: translateY(-2px);
}

#portfolio {
    gap: 26px;
}

#portfolio .portfolio-item {
    content-visibility: visible;
    contain: none;
    border: 1px solid rgba(23, 32, 42, .075);
    border-radius: 22px;
    box-shadow: var(--shadow-card);
    isolation: isolate;
}

#portfolio .portfolio-item::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(248,246,241,.76));
    content: "";
}

#portfolio .portfolio-item:hover {
    border-color: rgba(184, 137, 69, .35);
    box-shadow: 0 24px 60px rgba(23, 32, 42, .14);
    transform: translateY(-8px) !important;
}

#portfolio .portfolio-image,
#portfolio .portfolio-image a {
    aspect-ratio: 4 / 3.18;
    background: #f0eee9;
}

#portfolio .portfolio-image::after {
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(transparent, rgba(17, 24, 31, .56));
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

#portfolio .portfolio-item:hover .portfolio-image::after {
    opacity: 1;
}

#portfolio .portfolio-image img {
    display: block;
    object-position: center;
}

.product-image-action {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 999px;
    color: #fff;
    background: rgba(23, 32, 42, .74);
    font-size: 11px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(8px);
    backdrop-filter: blur(10px);
    transition: opacity .25s ease, transform .25s ease;
}

#portfolio .portfolio-item:hover .product-image-action {
    opacity: 1;
    transform: translateY(0);
}

#portfolio .portfolio-desc {
    padding: 20px 20px 22px;
    text-align: left;
}

.product-card__collection {
    display: block;
    margin-bottom: 7px;
    color: var(--brand-accent-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

#portfolio .portfolio-desc h3 {
    min-height: 25px;
    margin: 0 0 18px;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.025em;
}

#portfolio .portfolio-desc h3 a {
    color: var(--brand-ink);
}

.product-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--brand-line);
    color: var(--brand-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.product-card__cta span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: var(--brand-ink);
    background: var(--brand-surface-strong);
    font-size: 14px;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.product-card__cta:hover {
    color: var(--brand-accent-dark);
}

.product-card__cta:hover span {
    color: #fff;
    background: var(--brand-ink);
    transform: translateX(3px);
}

#product-load-sentinel {
    min-height: 92px;
    margin-top: 34px;
    border: 1px dashed rgba(184, 137, 69, .34);
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(248,246,241,.6), #fff, rgba(248,246,241,.6));
}

.product-loader-dot {
    width: 11px;
    height: 11px;
    box-shadow: 0 0 0 7px rgba(184, 137, 69, .12);
}

#page-title {
    position: relative;
    overflow: hidden;
    padding: 92px 0 88px !important;
    border: 0;
    background-size: cover;
    isolation: isolate;
}

#page-title::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(23,32,42,.94), rgba(23,32,42,.68) 55%, rgba(23,32,42,.46)),
        radial-gradient(circle at 85% 20%, rgba(184,137,69,.4), transparent 25%);
    content: "";
}

#page-title .container {
    position: relative;
}

#page-title h1 {
    max-width: 850px;
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.045em;
    text-shadow: 0 8px 34px rgba(0,0,0,.2);
}

#page-title p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.65;
}

#page-title .page-kicker {
    color: #edc887;
}

#page-menu {
    height: auto;
    border: 0;
    background: var(--brand-ink);
}

#page-menu-wrap {
    height: auto;
    background: transparent;
}

#page-menu nav ul {
    display: flex;
    gap: 10px;
    padding: 15px 0;
}

#page-menu nav li a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: rgba(255,255,255,.7);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#page-menu nav li + li a::before {
    color: var(--brand-accent);
    content: "›";
}

#page-menu nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.collection-page {
    background:
        linear-gradient(180deg, #fff 0, #fbfaf7 52%, #fff 100%);
}

.collection-intro {
    margin-bottom: 50px;
}

.collection-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 55px;
    padding: 40px 44px;
    border: 1px solid var(--brand-line);
    border-radius: 24px;
    color: var(--brand-ink);
    background:
        radial-gradient(circle at 90% 20%, rgba(184,137,69,.17), transparent 30%),
        var(--brand-surface);
}

.collection-cta h2 {
    max-width: 680px;
    margin: 7px 0 0;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.modern-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 50px;
    padding: 0 21px;
    border: 1px solid var(--brand-ink);
    border-radius: 13px;
    color: #fff;
    background: var(--brand-ink);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .03em;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.modern-button:hover {
    color: #fff;
    background: var(--brand-ink-soft);
    box-shadow: 0 12px 30px rgba(23,32,42,.18);
    transform: translateY(-2px);
}

.modern-button--whatsapp {
    border-color: var(--whatsapp);
    background: var(--whatsapp);
}

.modern-button--light {
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
}

.empty-collection {
    grid-column: 1 / -1;
    padding: 70px 25px;
    border: 1px dashed var(--brand-line);
    border-radius: 24px;
    text-align: center;
    background: var(--brand-surface);
}

/* Editorial pages */
.editorial-page {
    background: linear-gradient(180deg, #fff, #faf8f4);
}

.editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
    gap: 40px;
    align-items: start;
}

.editorial-card {
    padding: clamp(28px, 4vw, 56px);
    border: 1px solid var(--brand-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.editorial-card h2 {
    margin: 8px 0 22px;
    font-size: clamp(29px, 3.6vw, 46px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.editorial-copy {
    color: var(--brand-muted);
    font-size: 16px;
    line-height: 1.9;
}

.editorial-copy p {
    margin-bottom: 20px;
}

.editorial-copy strong {
    color: var(--brand-ink);
}

.editorial-aside {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 16px;
}

.value-card {
    padding: 22px;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(23,32,42,.055);
}

.value-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--brand-ink);
    font-size: 18px;
}

.value-card h3 {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 800;
}

.value-card p {
    margin: 0;
    color: var(--brand-muted);
    font-size: 13px;
    line-height: 1.65;
}

.editorial-cta {
    padding: 26px;
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(184,137,69,.42), transparent 38%),
        var(--brand-ink);
}

.editorial-cta h3 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
}

.editorial-cta p {
    margin: 0 0 18px;
    color: rgba(255,255,255,.7);
    line-height: 1.65;
}

/* Contact refinements */
.contact-page .content-wrap {
    padding-top: 74px;
}

.contact-card {
    border-radius: 26px;
    box-shadow: var(--shadow-soft);
}

.contact-card--details {
    background:
        radial-gradient(circle at 90% 0, rgba(184,137,69,.12), transparent 30%),
        #fff;
}

.contact-line {
    padding: 17px 18px;
    border-radius: 16px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a.contact-line:hover {
    box-shadow: 0 10px 24px rgba(23,32,42,.07);
    transform: translateX(4px);
}

.contact-line > i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--brand-ink), #344557);
}

#whatsapp-contact-form button {
    min-height: 56px;
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(32,184,90,.2);
}

/* Product detail */
.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 46px;
    align-items: start;
}

.product-detail-media {
    overflow: hidden;
    border: 1px solid var(--brand-line);
    border-radius: 26px;
    background: var(--brand-surface);
    box-shadow: var(--shadow-soft);
}

.product-detail-media img {
    display: block;
    width: 100%;
    height: auto;
}

.product-detail-info {
    position: sticky;
    top: 120px;
    padding: 38px;
    border: 1px solid var(--brand-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.product-detail-info h2 {
    margin: 8px 0 18px;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.product-detail-description {
    color: var(--brand-muted);
    line-height: 1.8;
}

.product-detail-actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

/* Footer */
.site-footer {
    margin-top: 0;
    border: 0;
    color: rgba(255,255,255,.76);
    background: #121a22;
}

.footer-cta {
    padding: 48px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
    background:
        radial-gradient(circle at 82% 15%, rgba(184,137,69,.28), transparent 28%),
        #1b2631;
}

.footer-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.footer-cta h2 {
    max-width: 720px;
    margin: 7px 0 9px;
    color: #fff;
    font-size: clamp(28px, 3.6vw, 45px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.footer-cta p {
    margin: 0;
    color: rgba(255,255,255,.6);
    font-size: 15px;
}

.footer-cta .eyebrow {
    color: #edc887;
}

.footer-cta__actions {
    display: flex;
    gap: 10px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .75fr 1fr 1.1fr;
    gap: 48px;
    padding: 68px 0 58px;
}

.footer-brand .footer-logo {
    width: 235px;
    height: auto;
    margin-bottom: 24px;
    filter: brightness(0) invert(1);
    opacity: .88;
}

.footer-brand p {
    max-width: 360px;
    margin: 0 0 20px;
    color: rgba(255,255,255,.58);
    font-size: 14px;
    line-height: 1.75;
}

.footer-brand__tag {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid rgba(237,200,135,.22);
    border-radius: 999px;
    color: #edc887;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-column h3 {
    margin: 7px 0 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-column ul {
    margin: 0;
    list-style: none;
}

.footer-column li {
    margin: 0 0 10px;
}

.footer-column li a {
    color: rgba(255,255,255,.58);
    font-size: 12px;
    line-height: 1.5;
}

.footer-column li a:hover {
    color: #edc887;
}

.footer-contact > a,
.footer-contact > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255,255,255,.76);
}

.footer-contact i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    color: #edc887;
    flex: 0 0 auto;
}

.footer-contact span {
    display: grid;
}

.footer-contact small {
    color: rgba(255,255,255,.4);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer-contact strong {
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
}

#copyrights {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.36);
    background: #0d141a;
    text-shadow: none;
}

.copyright-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

/* Desktop WhatsApp concierge */
.quick-contact {
    left: 28px;
    bottom: 28px;
}

.quick-contact a {
    min-height: 66px;
    padding: 8px 12px 8px 9px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 19px;
    box-shadow: 0 18px 50px rgba(15, 23, 31, .23);
}

.quick-contact__whatsapp {
    min-width: 264px;
    justify-content: flex-start !important;
    background: linear-gradient(135deg, #1caf55, #25cc66);
}

.quick-contact__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    color: #fff;
    background: rgba(255,255,255,.15);
    font-size: 18px;
    font-weight: 900;
    flex: 0 0 auto;
}

.quick-contact__copy {
    display: grid;
    gap: 1px;
    text-align: left;
}

.quick-contact__copy strong {
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}

.quick-contact__copy small {
    color: rgba(255,255,255,.75);
    font-size: 9px;
    font-weight: 650;
}

.quick-contact__arrow {
    margin-left: auto;
    padding: 0 7px;
    font-size: 18px;
}

@media (max-width: 991px) {
    #portfolio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-cta__content {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .editorial-grid,
    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .editorial-aside,
    .product-detail-info {
        position: static;
    }
}

@media (max-width: 767px) {
    #page-title {
        padding: 62px 0 58px !important;
    }

    #page-title p {
        font-size: 15px;
    }

    #page-menu nav {
        display: block !important;
    }

    #page-menu nav ul {
        overflow-x: auto;
        padding: 10px 0;
        white-space: nowrap;
        scrollbar-width: none;
    }

    #page-submenu-trigger {
        display: none;
    }

    .home-intro,
    .collection-intro {
        margin-bottom: 28px;
    }

    .category-chips {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -20px;
        margin-bottom: 30px;
        padding-right: 20px;
        padding-bottom: 5px;
        scrollbar-width: none;
    }

    .category-chips a {
        white-space: nowrap;
    }

    #portfolio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    #portfolio .portfolio-item {
        border-radius: 16px;
    }

    #portfolio .portfolio-desc {
        padding: 15px 14px 16px;
    }

    .product-card__collection {
        font-size: 8px;
    }

    #portfolio .portfolio-desc h3 {
        min-height: 36px;
        margin-bottom: 12px;
        font-size: 15px;
    }

    .product-card__cta {
        padding-top: 11px;
        font-size: 9px;
    }

    .product-card__cta span {
        width: 24px;
        height: 24px;
    }

    .product-image-action {
        display: none;
    }

    #product-load-sentinel {
        min-height: 74px;
        margin-top: 22px;
    }

    .collection-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 24px;
    }

    .editorial-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .editorial-copy {
        font-size: 15px;
        line-height: 1.8;
    }

    .footer-cta {
        padding: 38px 0;
    }

    .footer-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .footer-cta__actions .modern-button {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 48px 0 42px;
    }

    .footer-column--categories ul {
        columns: 2;
        gap: 20px;
    }

    .copyright-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .quick-contact {
        padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    }

    .quick-contact a {
        min-width: 0;
        min-height: 52px;
        padding: 5px 9px;
        border-radius: 14px;
    }

    .quick-contact__whatsapp {
        justify-content: center !important;
    }

    .quick-contact__icon {
        width: 36px;
        height: 36px;
        border-radius: 11px;
        font-size: 14px;
    }

    .quick-contact__copy strong {
        font-size: 11px;
    }

    .quick-contact__copy small,
    .quick-contact__arrow {
        display: none;
    }
}

@media (max-width: 420px) {
    #portfolio {
        grid-template-columns: 1fr;
    }

    #portfolio .portfolio-desc h3 {
        min-height: 0;
    }
}

/* Final cascade guard: keeps the refined internal hero proportions after
   the legacy theme's later page-title declarations. */
#page-title {
    min-height: 0 !important;
    padding: 52px 0 48px !important;
}

#page-title::before {
    background: linear-gradient(90deg, rgba(13, 23, 33, .94), rgba(13, 23, 33, .76) 56%, rgba(13, 23, 33, .66)) !important;
}

#page-title h1 {
    max-width: 780px !important;
    margin: 5px 0 7px !important;
    font-size: clamp(31px, 3.1vw, 42px) !important;
    font-weight: 720 !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
}

#page-title p {
    max-width: 720px !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

#page-title .page-kicker {
    font-size: 10px !important;
    letter-spacing: .19em !important;
}

@media (max-width: 991px) {
    #page-title {
        padding: 43px 0 40px !important;
    }

    #page-title h1 {
        font-size: clamp(29px, 7vw, 37px) !important;
    }
}

@media (max-width: 767px) {
    #page-title {
        padding: 36px 0 34px !important;
    }

    #page-title p {
        max-width: 96% !important;
        font-size: 14px !important;
    }
}

/* ==========================================================================
   Final professional polish — header, breadcrumbs, search and footer
   ========================================================================== */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#header,
#header-wrap {
    height: 96px !important;
}

#header {
    background: rgba(255, 255, 255, .985) !important;
    box-shadow: 0 1px 0 rgba(15, 28, 39, .08), 0 14px 34px rgba(15, 28, 39, .055) !important;
}

#header .header-container,
#logo {
    height: 96px !important;
}

#header .header-container {
    gap: 28px !important;
}

#logo img {
    width: 190px !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: none !important;
    object-fit: contain !important;
}

#primary-menu {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#primary-menu > ul {
    gap: 1px !important;
    padding: 5px !important;
    border: 1px solid #ebe5dc !important;
    border-radius: 15px !important;
    background: #faf8f4 !important;
}

#primary-menu > ul > li > a {
    height: 40px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    color: #303b46 !important;
    font-size: 11px !important;
    font-weight: 760 !important;
    line-height: 40px !important;
    letter-spacing: .015em !important;
}

#primary-menu > ul > li > a div {
    gap: 5px !important;
}

#primary-menu > ul > li:hover > a,
#primary-menu > ul > li:focus-within > a,
#primary-menu > ul > li.is-open > a {
    color: #845a27 !important;
    background: #efe5d6 !important;
}

#primary-menu > ul > li.menu-catalog > a {
    color: #7a5428 !important;
}

#primary-menu > ul > li.menu-contact > a {
    color: #fff !important;
    background: #17232e !important;
}

#primary-menu > ul > li.menu-contact > a:hover,
#primary-menu > ul > li.menu-contact > a:focus {
    color: #fff !important;
    background: #9b6b31 !important;
}

.header-search {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 174px;
    height: 42px;
    margin: 0;
    border: 1px solid #e6dfd5;
    border-radius: 13px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.header-search input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 13px;
    border: 0;
    outline: 0;
    color: #26323d;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
}

.header-search input::placeholder {
    color: #8b949d;
}

.header-search button {
    position: absolute;
    top: 4px;
    right: 4px;
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: #a67438;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.header-search button:hover,
.header-search button:focus {
    background: #17232e;
    transform: translateY(-1px);
}

#header.sticky-header,
#header.sticky-header #header-wrap,
#header.sticky-header .header-container,
#header.sticky-header #logo {
    height: 76px !important;
}

#header.sticky-header #logo img {
    width: 162px !important;
    height: auto !important;
    max-width: 162px !important;
    max-height: none !important;
}

#header.sticky-header #primary-menu > ul > li > a {
    height: 38px !important;
    line-height: 38px !important;
}

#header.sticky-header .header-search {
    height: 40px;
}

/* Stable, non-sticky breadcrumb bar. */
#page-menu,
#page-menu.sticky-page-menu {
    position: relative !important;
    z-index: 20 !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(18, 30, 41, .06) !important;
    border-bottom: 1px solid #e7e1d8 !important;
    background: #f5f2ed !important;
    transform: none !important;
}

#page-menu-wrap,
#page-menu.sticky-page-menu #page-menu-wrap {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

#page-menu .container,
#page-menu nav,
#page-menu nav ul {
    height: 52px !important;
}

#page-menu nav {
    position: static !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    background: transparent !important;
}

#page-menu nav ul {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    white-space: nowrap;
    scrollbar-width: none;
}

#page-menu nav ul::-webkit-scrollbar {
    display: none;
}

#page-menu nav li {
    position: relative;
    display: flex !important;
    align-items: center;
    float: none !important;
    height: 52px !important;
}

#page-menu nav li + li::before {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    border-top: 1px solid #b1844d;
    border-right: 1px solid #b1844d;
    content: "";
    transform: rotate(45deg);
}

#page-menu nav li a {
    display: inline-flex !important;
    align-items: center !important;
    height: 52px !important;
    padding: 0 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #66717b !important;
    background: transparent !important;
    font-size: 10px !important;
    font-weight: 720 !important;
    line-height: 52px !important;
    letter-spacing: .055em !important;
    text-transform: uppercase !important;
}

#page-menu nav li:first-child a {
    padding-left: 0 !important;
    color: #a06f35 !important;
}

#page-menu nav li + li a::before {
    display: none !important;
}

#page-menu nav li a:hover,
#page-menu nav li a:focus {
    color: #17232e !important;
}

#page-submenu-trigger {
    display: none !important;
}

.home-intro .eyebrow::after {
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
}

/* Product search */
.search-results-page {
    background: linear-gradient(180deg, #fff 0%, #f8f6f2 54%, #fff 100%);
}

.search-hero {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
    align-items: center;
    gap: 56px;
    margin-bottom: 52px;
    padding: 38px 42px;
    border: 1px solid #e6dfd5;
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 0%, rgba(183, 139, 79, .12), transparent 34%),
        #fff;
    box-shadow: 0 20px 54px rgba(18, 31, 42, .065);
}

.search-hero h2,
.search-summary h2 {
    margin: 5px 0 8px;
    color: #17232e;
    font-size: clamp(28px, 3vw, 41px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.search-hero p {
    margin: 0;
    color: #687582;
    font-size: 15px;
}

.product-search-form {
    margin: 0;
}

.product-search-form > label {
    display: block;
    margin-bottom: 8px;
    color: #34414c;
    font-size: 11px;
    font-weight: 780;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.product-search-form__control {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 5px;
    border: 1px solid #ddd5ca;
    border-radius: 16px;
    background: #fbfaf8;
}

.product-search-form__control > i {
    margin-left: 14px;
    color: #9b6c35;
    font-size: 17px;
}

.product-search-form input {
    min-width: 0;
    height: 46px;
    padding: 0 15px;
    border: 0;
    outline: 0;
    color: #17232e;
    background: transparent;
    font-size: 15px;
    font-weight: 650;
    flex: 1 1 auto;
}

.product-search-form button {
    height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #17232e;
    font-size: 11px;
    font-weight: 780;
    cursor: pointer;
}

.product-search-form button span {
    margin-left: 8px;
}

.product-search-form > small {
    display: block;
    margin-top: 8px;
    color: #8a949e;
    font-size: 10px;
}

.search-summary {
    margin: 0 0 28px;
}

.search-summary h2 {
    font-size: clamp(25px, 2.6vw, 36px);
}

.search-product-grid {
    margin-bottom: 20px;
}

.search-message {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 24px;
    border: 1px solid #efd0cb;
    border-radius: 16px;
    color: #852b24;
    background: #fff7f6;
}

.search-message i {
    margin-top: 2px;
    font-size: 20px;
}

.search-message strong {
    display: block;
    margin-bottom: 3px;
}

.search-message p {
    margin: 0;
}

.search-empty {
    grid-column: 1 / -1;
}

.search-empty p {
    max-width: 630px;
    margin: 0 auto 22px;
    color: #6c7883;
}

.search-suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    padding: 22px;
    border: 1px solid #e7e0d7;
    border-radius: 18px;
    background: #fff;
}

.search-suggestions > span {
    margin-right: 5px;
    color: #6e7983;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.search-suggestions a {
    padding: 8px 13px;
    border-radius: 999px;
    color: #765226;
    background: #f4ecdf;
    font-size: 11px;
    font-weight: 720;
}

/* Human-scale WhatsApp contact */
.quick-contact a {
    min-width: 222px !important;
    min-height: 56px !important;
    padding: 6px 9px !important;
    border: 1px solid rgba(255,255,255,.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 38px rgba(14, 29, 40, .2) !important;
}

.quick-contact__icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
}

.quick-contact__icon i {
    color: #fff;
    font-size: 18px;
}

.quick-contact__copy strong {
    font-size: 12px !important;
    font-weight: 760 !important;
}

.quick-contact__copy small {
    font-size: 9px !important;
    font-weight: 560 !important;
}

.quick-contact__arrow {
    padding: 0 5px !important;
    font-size: 15px !important;
}

/* Footer finish */
#footer.site-footer .footer-cta {
    padding: 44px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

#footer.site-footer .footer-cta h2 {
    font-size: clamp(28px, 3vw, 40px) !important;
}

#footer.site-footer .footer-grid {
    gap: 54px !important;
    padding: 58px 0 54px !important;
}

#footer.site-footer .footer-column h3 {
    margin-bottom: 20px !important;
    color: #fff !important;
    font-size: 12px !important;
    letter-spacing: .11em !important;
}

#footer.site-footer .footer-column li {
    margin-bottom: 9px !important;
}

#footer.site-footer .footer-column a {
    font-size: 12px !important;
}

#footer.site-footer .footer-brand p {
    font-size: 13px !important;
    line-height: 1.75 !important;
}

#footer.site-footer .footer-logo {
    max-width: 225px !important;
}

#footer.site-footer .site-credit a {
    color: #d2a768 !important;
    font-weight: 700;
}

#footer.site-footer .site-credit a:hover {
    color: #fff !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #logo img {
        width: 166px !important;
        max-width: 166px !important;
    }

    #header .header-container {
        gap: 16px !important;
    }

    #primary-menu > ul > li > a {
        padding: 0 8px !important;
        font-size: 10px !important;
    }

    .header-search {
        flex-basis: 150px;
    }
}

@media (max-width: 991px) {
    #header,
    #header-wrap,
    #header.sticky-header,
    #header.sticky-header #header-wrap,
    #header .header-container,
    #header.sticky-header .header-container,
    #logo,
    #header.sticky-header #logo {
        height: 78px !important;
    }

    #logo img,
    #header.sticky-header #logo img {
        width: 174px !important;
        max-width: 174px !important;
        height: auto !important;
        max-height: none !important;
    }

    #primary-menu {
        top: 78px !important;
        display: block !important;
    }

    #primary-menu > ul {
        border-radius: 0 !important;
        background: #fff !important;
    }

    #primary-menu > ul > li > a,
    #header.sticky-header #primary-menu > ul > li > a {
        height: 46px !important;
        padding: 0 13px !important;
        font-size: 12px !important;
        line-height: 46px !important;
    }

    #primary-menu > ul > li.menu-contact > a {
        margin-top: 5px;
    }

    .header-search {
        display: none;
        width: auto;
        height: 64px;
        margin: 0;
        padding: 10px 14px 14px;
        border: 0;
        border-radius: 0 0 16px 16px;
        background: #fff;
        box-shadow: 0 18px 40px rgba(17, 27, 38, .14);
    }

    #primary-menu > ul.show + .header-search {
        display: flex;
    }

    .header-search input {
        height: 42px;
        padding-left: 14px;
        border: 1px solid #e4ddd3;
        border-radius: 12px;
        background: #f9f7f3;
    }

    .header-search button {
        top: 15px;
        right: 19px;
    }

    .search-hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 767px) {
    #logo img,
    #header.sticky-header #logo img {
        width: 158px !important;
        max-width: 158px !important;
    }

    #page-menu,
    #page-menu.sticky-page-menu,
    #page-menu-wrap,
    #page-menu.sticky-page-menu #page-menu-wrap,
    #page-menu .container,
    #page-menu nav,
    #page-menu nav ul {
        height: 48px !important;
        min-height: 48px !important;
    }

    #page-menu nav li,
    #page-menu nav li a {
        height: 48px !important;
        line-height: 48px !important;
    }

    #page-menu nav li a {
        padding: 0 9px !important;
        font-size: 9px !important;
    }

    .search-hero {
        gap: 25px;
        margin-bottom: 36px;
        padding: 27px 20px;
        border-radius: 19px;
    }

    .product-search-form__control {
        align-items: stretch;
        flex-wrap: wrap;
        gap: 5px;
        padding: 5px;
    }

    .product-search-form__control > i {
        position: absolute;
        top: 20px;
        left: 2px;
    }

    .product-search-form input {
        width: 100%;
        padding-left: 40px;
        flex-basis: 100%;
    }

    .product-search-form button {
        width: 100%;
    }

    #footer.site-footer .footer-grid {
        gap: 30px !important;
        padding: 44px 0 40px !important;
    }

    #footer.site-footer .copyright-row {
        gap: 8px;
        text-align: center;
    }

    .quick-contact a {
        min-width: 0 !important;
        min-height: 52px !important;
    }
}

/* ==========================================================================
   Header composition v2 — spacious, editorial and unified
   ========================================================================== */

#header,
#header-wrap {
    height: 102px !important;
}

#header {
    background: rgba(255, 255, 255, .99) !important;
    box-shadow: 0 1px 0 rgba(18, 29, 39, .075), 0 12px 34px rgba(18, 29, 39, .045) !important;
}

#header .header-container {
    width: calc(100% - 64px) !important;
    max-width: 1320px !important;
    height: 102px !important;
    gap: 38px !important;
    padding: 0 !important;
}

#logo {
    height: 102px !important;
}

#logo img {
    width: 220px !important;
    height: auto !important;
    max-width: 220px !important;
    max-height: none !important;
}

#primary-menu {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-left: auto !important;
}

#primary-menu > ul {
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

#primary-menu > ul > li > a {
    position: relative !important;
    height: 48px !important;
    padding: 0 14px !important;
    border-radius: 0 !important;
    color: #263440 !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    letter-spacing: -.005em !important;
}

#primary-menu > ul > li > a::after {
    position: absolute !important;
    right: 14px !important;
    bottom: 6px !important;
    left: 14px !important;
    display: block !important;
    width: auto !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #ae7a3a !important;
    content: "" !important;
    opacity: 0 !important;
    transform: scaleX(.35) !important;
    transition: opacity .2s ease, transform .2s ease !important;
}

#primary-menu > ul > li:hover > a,
#primary-menu > ul > li:focus-within > a,
#primary-menu > ul > li.is-open > a {
    color: #8f612c !important;
    background: transparent !important;
}

#primary-menu > ul > li:hover > a::after,
#primary-menu > ul > li:focus-within > a::after,
#primary-menu > ul > li.is-open > a::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
}

#primary-menu > ul > li.menu-catalog {
    margin-left: 2px !important;
    padding-left: 3px !important;
    border-left: none !important;
}

#primary-menu > ul > li.menu-catalog > a {
    color: #805a2d !important;
}

#primary-menu > ul > li.menu-contact {
    margin-left: 5px !important;
}

#primary-menu > ul > li.menu-contact > a {
    height: 44px !important;
    padding: 0 17px !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: #182530 !important;
    line-height: 44px !important;
    box-shadow: 0 8px 22px rgba(24, 37, 48, .14) !important;
}

#primary-menu > ul > li.menu-contact > a::after {
    display: none !important;
}

#primary-menu > ul > li.menu-contact > a:hover,
#primary-menu > ul > li.menu-contact > a:focus {
    color: #fff !important;
    background: #a37035 !important;
}

.header-search {
    flex: 0 0 210px !important;
    height: 46px !important;
    margin: 0 !important;
    border-color: #ddd7ce !important;
    border-radius: 13px !important;
    background: #fbfaf8 !important;
}

.header-search input {
    height: 44px !important;
    padding-right: 45px !important;
    padding-left: 15px !important;
    font-size: 13px !important;
}

.header-search button {
    top: 5px !important;
    right: 5px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 9px !important;
}

#header.sticky-header,
#header.sticky-header #header-wrap,
#header.sticky-header .header-container,
#header.sticky-header #logo {
    height: 80px !important;
}

#header.sticky-header .header-container {
    gap: 32px !important;
}

#header.sticky-header #logo img {
    width: 180px !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: none !important;
}

#header.sticky-header #primary-menu > ul > li > a {
    height: 44px !important;
    line-height: 44px !important;
}

#header.sticky-header #primary-menu > ul > li.menu-contact > a {
    height: 42px !important;
    line-height: 42px !important;
}

#header.sticky-header .header-search {
    height: 44px !important;
}

#header.sticky-header .header-search input {
    height: 42px !important;
}

.search-suggestions form {
    margin: 0 !important;
}

.search-suggestions button {
    padding: 8px 13px;
    border: 0;
    border-radius: 999px;
    color: #765226;
    background: #f4ecdf;
    font-size: 11px;
    font-weight: 720;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.search-suggestions button:hover,
.search-suggestions button:focus {
    color: #fff;
    background: #182530;
    transform: translateY(-1px);
}

@media (max-width: 1199px) and (min-width: 992px) {
    #header .header-container {
        width: calc(100% - 36px) !important;
        gap: 20px !important;
    }

    #logo img,
    #header.sticky-header #logo img {
        width: 174px !important;
        max-width: 174px !important;
    }

    #primary-menu {
        gap: 10px !important;
    }

    #primary-menu > ul > li > a {
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    #primary-menu > ul > li > a::after {
        right: 9px !important;
        left: 9px !important;
    }

    #primary-menu > ul > li.menu-contact > a {
        padding: 0 12px !important;
    }

    .header-search {
        flex-basis: 150px !important;
    }
}

@media (max-width: 991px) {
    #header,
    #header-wrap,
    #header.sticky-header,
    #header.sticky-header #header-wrap,
    #header .header-container,
    #header.sticky-header .header-container,
    #logo,
    #header.sticky-header #logo {
        height: 78px !important;
    }

    #header .header-container,
    #header.sticky-header .header-container {
        width: 100% !important;
        max-width: none !important;
        gap: 0 !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    #logo img,
    #header.sticky-header #logo img {
        width: 158px !important;
        max-width: 158px !important;
    }

    #primary-menu {
        top: 78px !important;
        right: 0 !important;
        left: 0 !important;
        display: block !important;
        width: 100% !important;
    }

    #primary-menu > ul {
        display: none !important;
        padding: 10px 14px 12px !important;
        border-top: 1px solid #e9e3da !important;
        background: #fff !important;
    }

    #primary-menu > ul.show {
        display: block !important;
    }

    #primary-menu > ul > li > a,
    #header.sticky-header #primary-menu > ul > li > a {
        height: 46px !important;
        padding: 0 13px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
        line-height: 46px !important;
    }

    #primary-menu > ul > li > a::after {
        display: none !important;
    }

    #primary-menu > ul > li.menu-catalog {
        margin-left: 0 !important;
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    #primary-menu > ul > li.menu-contact {
        margin-left: 0 !important;
    }

    #primary-menu > ul > li.menu-contact > a,
    #header.sticky-header #primary-menu > ul > li.menu-contact > a {
        height: 46px !important;
        line-height: 46px !important;
    }

    .header-search,
    #header.sticky-header .header-search {
        display: none;
        width: auto !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 10px 14px 14px !important;
        border: 0 !important;
        border-radius: 0 0 16px 16px !important;
        background: #fff !important;
    }

    #primary-menu > ul.show + .header-search {
        display: flex !important;
    }

    .header-search input,
    #header.sticky-header .header-search input {
        height: 42px !important;
        padding-left: 14px !important;
        border: 1px solid #e4ddd3 !important;
        border-radius: 12px !important;
        background: #f9f7f3 !important;
    }

    .header-search button {
        top: 15px !important;
        right: 19px !important;
    }
}

/* Mobile interaction consistency */
@media (max-width: 991px) {
    #primary-menu,
    #primary-menu a {
        -webkit-tap-highlight-color: rgba(167, 115, 53, .14) !important;
    }

    #primary-menu > ul > li > a,
    #primary-menu > ul > li > a:visited {
        color: #263440 !important;
        background: #fff !important;
    }

    #primary-menu > ul > li:hover > a,
    #primary-menu > ul > li:focus-within > a,
    #primary-menu > ul > li.is-open > a,
    #primary-menu > ul > li > a:hover,
    #primary-menu > ul > li > a:focus,
    #primary-menu > ul > li > a:active {
        color: #8b5e2b !important;
        background: #f4ede3 !important;
    }

    #primary-menu > ul > li.menu-catalog > a,
    #primary-menu > ul > li.menu-catalog > a:visited {
        color: #805a2d !important;
    }

    #primary-menu > ul > li.menu-contact > a,
    #primary-menu > ul > li.menu-contact > a:visited,
    #primary-menu > ul > li.menu-contact:hover > a,
    #primary-menu > ul > li.menu-contact > a:hover,
    #primary-menu > ul > li.menu-contact > a:focus,
    #primary-menu > ul > li.menu-contact > a:active {
        color: #fff !important;
        background: #182530 !important;
    }

    #primary-menu ul ul li a,
    #primary-menu ul ul li a:visited {
        color: #3f4c58 !important;
        background: transparent !important;
    }

    #primary-menu ul ul li:hover > a,
    #primary-menu ul ul li:focus-within > a,
    #primary-menu ul ul li a:hover,
    #primary-menu ul ul li a:focus,
    #primary-menu ul ul li a:active {
        color: #835927 !important;
        background: #eee4d6 !important;
    }
}

@media (max-width: 767px) {
    #gotoTop {
        position: fixed !important;
        right: 14px !important;
        bottom: calc(82px + env(safe-area-inset-bottom)) !important;
        left: auto !important;
        z-index: 1200 !important;
        display: none !important;
        width: 44px !important;
        height: 44px !important;
        place-items: center !important;
        border: 1px solid rgba(255,255,255,.18) !important;
        border-radius: 13px !important;
        color: #fff !important;
        background: #182530 !important;
        box-shadow: 0 12px 30px rgba(15, 28, 39, .24) !important;
        font-size: 17px !important;
        line-height: 44px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(8px) !important;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
    }

    #gotoTop.is-visible {
        display: grid !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    #gotoTop:hover,
    #gotoTop:focus,
    #gotoTop:active {
        color: #fff !important;
        background: #9f6d32 !important;
    }
}

@media (max-width: 991px) {
    body #header #primary-menu > ul > li > a,
    body #header.sticky-header #primary-menu > ul > li > a,
    body #header #primary-menu > ul > li > a:visited {
        color: #263440 !important;
        background-color: #fff !important;
    }

    body #header #primary-menu > ul > li:hover > a,
    body #header #primary-menu > ul > li:focus-within > a,
    body #header #primary-menu > ul > li.is-open > a,
    body #header.sticky-header #primary-menu > ul > li.is-open > a,
    body #header #primary-menu > ul > li > a:hover,
    body #header #primary-menu > ul > li > a:focus,
    body #header #primary-menu > ul > li > a:active {
        color: #8b5e2b !important;
        background-color: #f4ede3 !important;
    }

    body #header #primary-menu > ul > li.menu-contact > a,
    body #header.sticky-header #primary-menu > ul > li.menu-contact > a,
    body #header #primary-menu > ul > li.menu-contact > a:hover,
    body #header #primary-menu > ul > li.menu-contact > a:focus,
    body #header #primary-menu > ul > li.menu-contact > a:active {
        color: #fff !important;
        background-color: #182530 !important;
    }

    body #header #primary-menu ul ul li > a,
    body #header #primary-menu ul ul li > a:visited {
        color: #3f4c58 !important;
        background-color: transparent !important;
    }

    body #header #primary-menu ul ul li:hover > a,
    body #header #primary-menu ul ul li:focus-within > a,
    body #header #primary-menu ul ul li > a:hover,
    body #header #primary-menu ul ul li > a:focus,
    body #header #primary-menu ul ul li > a:active {
        color: #835927 !important;
        background-color: #eee4d6 !important;
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover > a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:focus-within > a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.is-open > a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.sfHover > a {
        color: #8b5e2b !important;
        background-color: #f4ede3 !important;
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-contact:hover > a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-contact:focus-within > a {
        color: #fff !important;
        background-color: #182530 !important;
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul li:hover > a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:focus-within ul li:focus-within > a {
        color: #835927 !important;
        background-color: #eee4d6 !important;
    }
}

/* Refined separators between desktop header links */
@media (min-width: 992px) {
    #primary-menu > ul > li {
        position: relative !important;
    }

    #primary-menu > ul > li + li {
        margin-left: 2px !important;
        padding-left: 3px !important;
    }

    #primary-menu > ul > li + li::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0;
        width: 1px;
        height: 18px;
        pointer-events: none;
        transform: translateY(-50%);
        background: linear-gradient(
            to bottom,
            rgba(182, 132, 54, 0),
            rgba(182, 132, 54, 0.48) 28%,
            rgba(28, 42, 54, 0.20) 72%,
            rgba(28, 42, 54, 0)
        );
    }

    #primary-menu > ul > li.menu-catalog {
        margin-left: 2px !important;
        padding-left: 3px !important;
        border-left: none !important;
    }
}

/* Header v3.2 - stable sticky shrink and smoother page scrolling */

#header::after {
    display: none !important;
}

#header.sticky-header {
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

#header.sticky-header #header-wrap {
    border-bottom: 1px solid rgba(23, 35, 45, .13) !important;
    background: #fff !important;
    box-shadow:
        0 8px 22px rgba(17, 27, 38, .14),
        0 18px 42px rgba(17, 27, 38, .08) !important;
    transform: translateZ(0);
}

@media (min-width: 992px) {
    /* Keep the in-flow header as a stable placeholder to prevent threshold jitter. */
    #header.sticky-header {
        height: 96px !important;
    }

    #header.sticky-header #header-wrap,
    #header.sticky-header .header-container,
    #header.sticky-header #logo,
    #header.sticky-header #primary-menu,
    #header.sticky-header #primary-menu > ul {
        height: 68px !important;
    }

    #header.sticky-header #header-wrap,
    #header.sticky-header .header-container,
    #header.sticky-header #logo,
    #header.sticky-header #logo img {
        transition:
            height .22s ease,
            width .22s ease,
            max-width .22s ease,
            box-shadow .22s ease !important;
    }

    #header.sticky-header #logo img {
        width: 164px !important;
        max-width: 164px !important;
    }

    #header.sticky-header #primary-menu > ul > li > a,
    #header.sticky-header #primary-menu > ul > li.menu-catalog > a,
    #header.sticky-header #primary-menu > ul > li.menu-contact > a {
        height: 38px !important;
        line-height: 36px !important;
    }

    #header.sticky-header .header-search {
        height: 40px !important;
    }

    #header.sticky-header .header-search input {
        height: 38px !important;
    }

    #header.sticky-header .header-search button {
        top: 4px !important;
        width: 32px !important;
        height: 32px !important;
    }
}

/* ==========================================================================
   Header composition v3 - premium utility bar and navigation
   ========================================================================== */

#top-bar {
    position: relative;
    height: 38px !important;
    overflow: hidden;
    border: 0 !important;
    background:
        linear-gradient(90deg, rgba(179, 125, 57, .14), transparent 28%),
        #17232d !important;
    color: rgba(255, 255, 255, .78);
}

#top-bar::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 146, 80, .85), transparent);
    content: "";
}

#top-bar .top-bar__inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 64px) !important;
    max-width: 1320px !important;
    height: 38px !important;
    padding: 0 !important;
}

.top-bar__message {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 38px;
    font-size: 9px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: .15em;
    white-space: nowrap;
}

.top-bar__message strong {
    color: #d5ad77;
    font-weight: 800;
}

.top-bar__mark {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c28a44;
    box-shadow: 0 0 0 4px rgba(194, 138, 68, .13);
}

#top-bar #top-social {
    display: flex;
    align-items: center;
    gap: 12px;
    float: none;
    height: 38px !important;
    line-height: 38px !important;
}

#top-bar .top-bar__label {
    color: rgba(255, 255, 255, .48);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

#top-bar #top-social ul {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 38px !important;
    margin: 0;
}

#top-bar #top-social li {
    width: auto !important;
    height: 38px !important;
    border: 0 !important;
}

#top-bar #top-social li + li {
    position: relative;
    margin-left: 10px;
}

#top-bar #top-social li + li::before {
    position: absolute;
    top: 50%;
    left: -8px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .18);
    content: "";
    transform: translateY(-50%);
}

#top-bar #top-social li a,
#top-bar #top-social li a:hover,
#top-bar #top-social li a:focus {
    display: flex;
    align-items: center;
    gap: 7px;
    width: auto !important;
    height: 38px !important;
    padding: 0 2px !important;
    color: rgba(255, 255, 255, .82) !important;
    background: transparent !important;
    font-size: 10px;
    font-weight: 650;
    line-height: 38px !important;
    letter-spacing: .035em;
    transition: color .2s ease;
}

#top-bar #top-social li a:hover,
#top-bar #top-social li a:focus {
    color: #e4be8a !important;
}

#top-bar #top-social .ts-icon,
#top-bar #top-social .ts-text {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
}

#top-bar #top-social .ts-icon {
    color: #c99552;
    font-size: 11px;
}

#header,
#header-wrap {
    height: 96px !important;
}

#header {
    box-shadow: 0 1px 0 rgba(18, 29, 39, .07), 0 14px 40px rgba(18, 29, 39, .06) !important;
}

#header .header-container,
#logo {
    height: 96px !important;
}

#primary-menu > ul {
    gap: 3px !important;
}

#primary-menu > ul > li + li,
#primary-menu > ul > li.menu-catalog {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#primary-menu > ul > li + li::before {
    display: none !important;
}

#primary-menu > ul > li > a {
    height: 42px !important;
    padding: 0 12px !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    color: #263440 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 40px !important;
    letter-spacing: .065em !important;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease !important;
}

#primary-menu > ul > li > a::after {
    right: 12px !important;
    bottom: 3px !important;
    left: 12px !important;
    height: 2px !important;
}

#primary-menu > ul > li:hover > a,
#primary-menu > ul > li:focus-within > a,
#primary-menu > ul > li.is-open > a {
    border-color: #eee7dd !important;
    color: #8a5b27 !important;
    background: #fbf8f3 !important;
}

#primary-menu > ul > li.menu-catalog > a,
#primary-menu > ul > li.menu-catalog > a:visited {
    height: 42px !important;
    padding: 0 14px !important;
    border-color: #bd8642 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #c7924e, #9e692f) !important;
    line-height: 40px !important;
    box-shadow: 0 8px 20px rgba(158, 105, 47, .22) !important;
}

#primary-menu > ul > li.menu-catalog > a::after {
    display: none !important;
}

#primary-menu > ul > li.menu-catalog > a:hover,
#primary-menu > ul > li.menu-catalog > a:focus {
    border-color: #8c5928 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #b77d38, #835020) !important;
    box-shadow: 0 11px 25px rgba(131, 80, 32, .28) !important;
    transform: translateY(-1px);
}

#primary-menu > ul > li.menu-catalog i {
    margin-left: 5px;
    font-size: 10px;
}

#primary-menu > ul > li.menu-contact {
    margin-left: 1px !important;
}

#primary-menu > ul > li.menu-contact > a,
#primary-menu > ul > li.menu-contact > a:visited {
    height: 42px !important;
    padding: 0 13px !important;
    border-color: #dce1e5 !important;
    color: #17232d !important;
    background: #fff !important;
    line-height: 40px !important;
    box-shadow: none !important;
}

#primary-menu > ul > li.menu-contact > a:hover,
#primary-menu > ul > li.menu-contact > a:focus {
    border-color: #17232d !important;
    color: #fff !important;
    background: #17232d !important;
    transform: translateY(-1px);
}

.header-search {
    flex-basis: 190px !important;
    border-color: #ded8cf !important;
    background: #f9f7f3 !important;
    box-shadow: inset 0 1px 2px rgba(18, 29, 39, .025) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.header-search:focus-within {
    border-color: #b88445 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(184, 132, 69, .11) !important;
}

.header-search button {
    background: #17232d !important;
}

.header-search button:hover,
.header-search button:focus {
    background: #a66f31 !important;
}

#header.sticky-header,
#header.sticky-header #header-wrap,
#header.sticky-header .header-container,
#header.sticky-header #logo {
    height: 76px !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #top-bar .top-bar__inner {
        width: calc(100% - 36px) !important;
    }

    .top-bar__message strong,
    #top-bar .top-bar__label {
        display: none;
    }

    #primary-menu > ul > li > a {
        padding: 0 8px !important;
        font-size: 9px !important;
        letter-spacing: .035em !important;
    }

    #primary-menu > ul > li.menu-catalog > a,
    #primary-menu > ul > li.menu-contact > a {
        padding: 0 10px !important;
    }

    .header-search {
        flex-basis: 145px !important;
    }
}

@media (max-width: 991px) {
    #top-bar,
    #top-bar .top-bar__inner {
        height: 34px !important;
    }

    #top-bar .top-bar__inner {
        width: 100% !important;
        padding: 0 18px !important;
    }

    .top-bar__message {
        display: none;
    }

    #top-bar #top-social {
        width: 100%;
        height: 34px !important;
        justify-content: center;
    }

    #top-bar #top-social li,
    #top-bar #top-social li a {
        height: 34px !important;
        line-height: 34px !important;
    }

    #header,
    #header-wrap,
    #header.sticky-header,
    #header.sticky-header #header-wrap,
    #header .header-container,
    #header.sticky-header .header-container,
    #logo,
    #header.sticky-header #logo {
        height: 76px !important;
    }

    #primary-menu {
        top: 76px !important;
    }

    #primary-menu > ul {
        padding: 12px 14px !important;
        box-shadow: 0 18px 42px rgba(17, 27, 38, .14);
    }

    #primary-menu > ul > li {
        margin: 3px 0 !important;
    }

    body #header #primary-menu > ul > li > a,
    body #header.sticky-header #primary-menu > ul > li > a,
    body #header #primary-menu > ul > li > a:visited {
        height: 46px !important;
        padding: 0 14px !important;
        border: 1px solid transparent !important;
        border-radius: 10px !important;
        font-size: 11px !important;
        line-height: 44px !important;
        letter-spacing: .06em !important;
    }

    body #header #primary-menu > ul > li.menu-catalog > a,
    body #header #primary-menu > ul > li.menu-catalog > a:visited,
    body #header #primary-menu > ul > li.menu-catalog > a:hover,
    body #header #primary-menu > ul > li.menu-catalog > a:focus,
    body #header #primary-menu > ul > li.menu-catalog > a:active {
        border-color: #bd8642 !important;
        color: #fff !important;
        background: linear-gradient(135deg, #c7924e, #9e692f) !important;
    }

    body #header #primary-menu > ul > li.menu-contact > a,
    body #header.sticky-header #primary-menu > ul > li.menu-contact > a,
    body #header #primary-menu > ul > li.menu-contact > a:hover,
    body #header #primary-menu > ul > li.menu-contact > a:focus,
    body #header #primary-menu > ul > li.menu-contact > a:active {
        border-color: #dce1e5 !important;
        color: #17232d !important;
        background: #fff !important;
    }
}

@media (max-width: 767px) {
    #top-bar {
        display: none !important;
    }
}

/* Header v3.1 - grouped navigation separators and stronger banner depth */

#header {
    border-bottom: 1px solid rgba(23, 35, 45, .10) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, .85),
        0 10px 24px rgba(17, 27, 38, .12),
        0 22px 46px rgba(17, 27, 38, .07) !important;
}

#header::after {
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    z-index: -1;
    height: 14px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(17, 27, 38, .11), transparent);
    content: "";
}

#header.sticky-header {
    border-bottom-color: rgba(23, 35, 45, .14) !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, .9),
        0 10px 28px rgba(17, 27, 38, .17),
        0 24px 54px rgba(17, 27, 38, .10) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

@media (min-width: 992px) {
    #primary-menu > ul > li:nth-child(n+2):nth-child(-n+4) {
        position: relative !important;
        margin-left: 6px !important;
        padding-left: 7px !important;
    }

    #primary-menu > ul > li:nth-child(n+2):nth-child(-n+4)::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block !important;
        width: 1px;
        height: 18px;
        border-radius: 1px;
        background: linear-gradient(
            to bottom,
            rgba(166, 111, 49, 0),
            rgba(166, 111, 49, .52) 28%,
            rgba(23, 35, 45, .24) 72%,
            rgba(23, 35, 45, 0)
        );
        content: "";
        pointer-events: none;
        transform: translateY(-50%);
    }
}

/* Header v3.3 - final sticky behavior override */

#header::after {
    display: none !important;
}

#header.sticky-header {
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

#header.sticky-header #header-wrap {
    border-bottom: 1px solid rgba(23, 35, 45, .13) !important;
    background: #fff !important;
    box-shadow:
        0 8px 22px rgba(17, 27, 38, .14),
        0 18px 42px rgba(17, 27, 38, .08) !important;
    transform: translateZ(0);
}

@media (min-width: 992px) {
    /* The outer header stays 96px in document flow, preventing sticky flicker. */
    #header.sticky-header {
        height: 96px !important;
    }

    #header.sticky-header #header-wrap,
    #header.sticky-header .header-container,
    #header.sticky-header #logo,
    #header.sticky-header #primary-menu,
    #header.sticky-header #primary-menu > ul {
        height: 68px !important;
    }

    #header.sticky-header #header-wrap,
    #header.sticky-header .header-container,
    #header.sticky-header #logo,
    #header.sticky-header #logo img {
        transition:
            height .22s ease,
            width .22s ease,
            max-width .22s ease,
            box-shadow .22s ease !important;
    }

    #header.sticky-header #logo img {
        width: 164px !important;
        max-width: 164px !important;
    }

    #header.sticky-header #primary-menu > ul > li > a,
    #header.sticky-header #primary-menu > ul > li.menu-catalog > a,
    #header.sticky-header #primary-menu > ul > li.menu-contact > a {
        height: 38px !important;
        line-height: 36px !important;
    }

    #header.sticky-header #primary-menu > ul > li > a i,
    #header.sticky-header #primary-menu .menu-caret {
        line-height: 36px !important;
    }

    #header.sticky-header .header-search {
        height: 40px !important;
    }

    #header.sticky-header .header-search input {
        height: 38px !important;
    }

    #header.sticky-header .header-search button {
        top: 4px !important;
        width: 32px !important;
        height: 32px !important;
    }
}
