.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 248, 237, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(217, 181, 109, .55);
    transition:
        background-color var(--duration-normal) var(--ease-standard),
        box-shadow var(--duration-normal) var(--ease-standard),
        border-color var(--duration-normal) var(--ease-standard);
}
.site-header.is-scrolled {
    background: rgba(255, 253, 248, .9);
    border-color: rgba(217, 181, 109, .8);
    box-shadow: 0 10px 28px rgba(60, 36, 24, .08);
}
.nav { min-height: 80px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 24px; transition: min-height var(--duration-normal) var(--ease-standard); }
.site-header.is-scrolled .nav { min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 62px; height: 68px; object-fit: contain; object-position: top center; transition: width var(--duration-normal) var(--ease-standard), height var(--duration-normal) var(--ease-standard); }
.site-header.is-scrolled .brand img { width: 54px; height: 60px; }
.brand span, .footer-brand span { display: grid; line-height: 1; }
.brand strong, .footer-brand strong { color: var(--terracotta); font-size: 1.65rem; font-weight: 900; }
.brand small, .footer-brand small {
    display: inline-flex;
    margin-top: 5px;
    width: max-content;
    background: var(--teal);
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: .68rem;
    font-weight: 900;
}
.site-menu { display: flex; align-items: center; justify-content: center; gap: 34px; font-weight: 800; font-size: .88rem; }
.site-menu a,
.nav-dropdown__toggle {
    padding: 30px 0 25px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: var(--brown);
    font: inherit;
    cursor: pointer;
    transition: color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), padding var(--duration-normal) var(--ease-standard);
}
.site-header.is-scrolled .site-menu a,
.site-header.is-scrolled .nav-dropdown__toggle { padding-top: 25px; padding-bottom: 22px; }
.site-menu a.active,
.site-menu a:hover,
.nav-dropdown__toggle.active,
.nav-dropdown__toggle:hover,
.nav-dropdown.is-open .nav-dropdown__toggle { color: var(--terracotta); border-color: var(--terracotta); }
.nav-dropdown { position: relative; }
.nav-dropdown__toggle::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
    transition: transform var(--duration-fast) var(--ease-standard);
}
.nav-dropdown.is-open .nav-dropdown__toggle::after { transform: translateY(1px) rotate(225deg); }
.nav-submenu {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    min-width: 190px;
    padding: 10px;
    border: 1px solid rgba(217, 181, 109, .72);
    border-radius: 8px;
    background: rgba(255, 253, 248, .98);
    box-shadow: 0 18px 34px rgba(60, 36, 24, .14);
    transform: translate(-50%, 8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity var(--duration-fast) var(--ease-standard),
        transform var(--duration-fast) var(--ease-premium),
        visibility 0ms linear var(--duration-fast);
    z-index: 20;
}
.nav-dropdown:hover .nav-submenu,
.nav-dropdown.is-open .nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition-delay: 0ms;
}
.nav-submenu a {
    display: block;
    padding: 10px 12px;
    border: 0;
    border-radius: 6px;
    white-space: nowrap;
}
.site-header.is-scrolled .nav-submenu a { padding: 10px 12px; }
.nav-submenu a:hover { background: rgba(199, 71, 32, .08); border-color: transparent; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.search-btn, .menu-toggle, .icon-btn {
    border: 0;
    background: transparent;
    color: var(--brown);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-btn, .menu-toggle { width: 42px; height: 42px; font-size: 1.35rem; position: relative; }
.header-enquiry-icon {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    color: var(--brown);
    font-size: 1.35rem;
}
.header-enquiry-icon span {
    position: absolute;
    top: 1px;
    right: 0;
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--terracotta);
    color: white;
    font-size: .68rem;
    line-height: 17px;
    text-align: center;
}
.menu-toggle { display: none; }
.menu-overlay { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.product-card {
    min-width: 0;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(217, 181, 109, .65);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(60, 36, 24, .08);
    transition:
        transform var(--duration-normal) var(--ease-premium),
        box-shadow var(--duration-normal) var(--ease-standard),
        border-color var(--duration-normal) var(--ease-standard);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-warm); border-color: rgba(196, 154, 69, .95); }
.product-card__image { height: 134px; display: grid; place-items: center; background: linear-gradient(180deg, white, var(--cream)); padding: 8px; overflow: hidden; }
.product-card__image img { max-height: 126px; width: auto; opacity: 0; transform: translateY(4px) scale(.995); transition: opacity var(--duration-slow) var(--ease-soft), transform var(--duration-normal) var(--ease-standard); }
.product-card__image img.is-loaded { opacity: 1; transform: translateY(0) scale(1); }
.product-card:hover .product-card__image img { transform: translateY(-2px) scale(1.035); }
.product-card__body { padding: 10px 13px 12px; }
.product-card__body span { color: var(--burnt); font-size: .78rem; font-weight: 800; text-transform: uppercase; transition: color var(--duration-fast) var(--ease-standard); }
.product-card:hover .product-card__body span { color: var(--teal); }
.product-card h3 { font-family: var(--sans); font-size: .95rem; line-height: 1.25; margin: 4px 0; }
.product-card p { font-size: .83rem; margin: 0; color: rgba(60, 36, 24, .75); display: flex; justify-content: space-between; gap: 10px; }
.product-card p strong { color: var(--burnt); }
.product-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; }
.mini-link { color: var(--burnt); font-size: .86rem; font-weight: 900; transition: color var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard); }
.mini-link:hover { color: var(--teal); transform: translateX(2px); }
.icon-btn { width: 34px; height: 34px; border-radius: 50%; background: var(--terracotta); color: white; font-size: 1.2rem; transition: transform var(--duration-fast) var(--ease-standard), background-color var(--duration-fast) var(--ease-standard); }
.icon-btn span { display: inline-block; transition: transform var(--duration-fast) var(--ease-standard); }
.icon-btn:hover span { transform: translateX(2px); }
.icon-btn.added { background: var(--teal); }
.icon-btn.added span { transform: scale(.9); }
.enquire-btn { flex: 0 0 auto; background: #118845; color: var(--terracotta); }
.enquire-btn:hover { background: #0f7a3f; }
.bestsellers .product-card { position: relative; }
.bestsellers .product-card__image { height: 128px; }
.bestsellers .product-card__image img { max-height: 120px; }
.bestsellers .product-card__body { padding: 8px 10px 12px; }
.bestsellers .product-card__body span,
.bestsellers .mini-link { display: none; }
.bestsellers .product-card h3 { min-height: 32px; margin: 0 0 4px; font-size: .88rem; line-height: 1.18; }
.bestsellers .product-card p { padding-right: 34px; font-size: .78rem; }
.bestsellers .product-card__actions { position: absolute; right: 10px; bottom: 10px; margin: 0; }
.bestsellers .icon-btn { width: 28px; height: 28px; font-size: 1rem; }
.site-footer { margin-top: 0; padding-top: 22px; background: linear-gradient(180deg, #fffaf0, #f7ead4); border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .8fr 1.25fr; gap: 42px; font-size: .86rem; }
.footer-grid h2 { font-family: var(--sans); font-size: 1rem; margin-bottom: 12px; }
.footer-grid a { display: block; margin: 7px 0; color: rgba(60, 36, 24, .82); }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-brand img { width: 62px; height: 70px; object-fit: contain; object-position: top center; }
.footer-contact-list {
    display: grid;
    gap: 9px;
}
.footer-contact-list p,
.footer-contact-list a {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 9px;
    align-items: start;
    margin: 0;
    color: rgba(60, 36, 24, .82);
    line-height: 1.45;
}
.footer-contact-icon {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    margin-top: 1px;
    border: 1px solid rgba(196, 154, 69, .55);
    border-radius: 50%;
    color: var(--burnt);
    background: rgba(255, 248, 237, .72);
}
.footer-contact-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.footer-contact-list a:hover {
    color: var(--burnt);
}
.footer-bottom { text-align: center; padding: 12px; margin-top: 16px; border-top: 1px solid rgba(217, 181, 109, .5); font-size: .78rem; }
.is-loading { cursor: wait; opacity: .78; }
.btn[disabled] { cursor: wait; opacity: .76; transform: none; }
.cookie-consent {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 20px;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 18px 20px;
    background: rgba(255, 248, 237, .96);
    border: 1px solid rgba(217, 181, 109, .85);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(60, 36, 24, .16);
    backdrop-filter: blur(14px);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent strong { color: var(--burnt); font-size: .95rem; text-transform: uppercase; letter-spacing: .06em; }
.cookie-consent p { margin: 4px 0 0; font-size: .92rem; color: rgba(60, 36, 24, .82); }
.cookie-actions { display: flex; align-items: center; gap: 14px; }
.cookie-actions a { color: var(--teal); font-weight: 900; white-space: nowrap; }
