@font-face {
    font-family: "Castelar"; /* Choose a name for your font */
    src: url("fonts/CASTELAR.TTF") format("truetype"); /* Path to your TTF file */
    font-weight: normal; /* Define font weight if applicable */
    font-style: normal;  /* Define font style if applicable */
    font-display: swap; /* Optional: Controls how font is loaded and displayed */
}
/* Questrial */
@font-face {
    font-family: "Castelar"; /* Choose a name for your font */
    src: url("fonts/questrial/questrial.woff2") format("woff2"); /* Path to your TTF file */
    font-weight: normal; /* Define font weight if applicable */
    font-style: normal;  /* Define font style if applicable */
    font-display: swap; /* Optional: Controls how font is loaded and displayed */
}


/* Euclid Square */
@font-face {
    font-family: "Euclid Square"; /* Choose a name for your font */
    src: url("fonts/euclid_square/EuclidSquare-Light.ttf") format("truetype"); /* Path to your TTF file */
    font-weight: 300; /* Define font weight if applicable */
    font-display: swap; /* Optional: Controls how font is loaded and displayed */
}
@font-face {
    font-family: "Euclid Square"; /* Choose a name for your font */
    src: url("fonts/euclid_square/EuclidSquare-Medium.ttf") format("truetype"); /* Path to your TTF file */
    font-weight: normal; /* Define font weight if applicable */
    font-style: normal;  /* Define font style if applicable */
    font-display: swap; /* Optional: Controls how font is loaded and displayed */
}
/* End of Euclid Square */


@font-face {
    font-family: "Lyon";
    src: url("fonts/lyon/Lyon-Roman.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lyon";
    src: url("fonts/lyon/Lyon-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Lyon";
    src: url("fonts/lyon/Lyon-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Square";
    src: url("fonts/euclid_square/EuclidSquare-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* ============================================================
   BASE TYPOGRAPHY
   ============================================================ */
body {
    background: #F9F4EC;
    color: #111111;
    font-size: 1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lyon', "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}
h1 { font-size: clamp(2.6rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.9rem); }
h4 { font-size: 1.2rem; }
p {
    font-family: 'Euclid Square', "Questrial", sans-serif;
    margin-bottom: 1rem;
}
input,button,select,.form-control,.btn{
    border-radius: 0!important;
}

.btn{
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-family: 'Euclid Square', "Questrial", sans-serif;
}
.card{
    border-radius: 0px;
    border: 0;
}

.card-btn-over-img{
    position: absolute;
    bottom: 8%;
    left: 5%;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-decoration: underline; /* Applies a standard underline */
    text-underline-offset: 4px; /* Adds 5 pixels of space between text and underline */
}
.card-btn-over-img:hover{
    color: rgba(0, 0, 0, 1);
}
.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button{
    font-family: 'Euclid Square', "Questrial", sans-serif;
    font-weight: bold;
}
.breadcrumb{
    font-family: 'Euclid Square', "Questrial", sans-serif;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
}
.breadcrumb a{
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}


/* ============================================================
   SITE NAV
   ============================================================ */
.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Gradient shadow behind nav logo when over hero */
.site-nav::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 220px;
    background: linear-gradient(to bottom, rgba(36, 22, 10, 0.65) 0%, rgba(36, 22, 10, 0.20) 55%, transparent 100%);
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.site-nav.site-nav--scrolled::before {
    opacity: 0;
}

.site-nav.site-nav--scrolled {
    background: rgba(249, 244, 236, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(80, 58, 32, 0.10), 0 4px 24px rgba(80, 58, 32, 0.07);
    border-bottom: 1px solid rgba(80, 58, 32, 0.10);
}

/* Text colour overrides when nav has white background */
.site-nav--scrolled .site-nav__link {
    color: rgba(17, 17, 17, 0.78);
}
.site-nav--scrolled .site-nav__link:hover,
.site-nav--scrolled .site-nav__link.is-active {
    color: #111111;
}
.site-nav--scrolled .site-nav__brand {
    color: #111111;
}
.site-nav--scrolled .site-nav__wholesale {
    color: #111111;
    border-bottom-color: rgba(17, 17, 17, 0.35);
}
.site-nav--scrolled .site-nav__wholesale:hover {
    color: #111111;
    border-bottom-color: rgba(17, 17, 17, 0.70);
}
.site-nav--scrolled .site-nav__social-link {
    color: rgba(17, 17, 17, 0.55);
}
.site-nav--scrolled .site-nav__social-link:hover {
    color: #111111;
}
.site-nav--scrolled .site-nav__hamburger span {
    background: #111111;
}

.site-nav__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 3rem;
    height: 68px;
    position: relative;
    z-index: 1;
}

/* Nav links (left) */
.site-nav__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.site-nav__link {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.67rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(240, 232, 220,0.92);
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}
.site-nav__link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(250, 250, 248, 0.85);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}
.site-nav__link:hover {
    color: #F0E8DC;
}
.site-nav__link:hover::after,
.site-nav__link.is-active::after {
    transform: scaleX(1);
}
.site-nav__link.is-active {
    color: #F0E8DC;
}

/* Center wordmark */
.site-nav__logo {
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-nav__brand {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    color: #F0E8DC;
    white-space: nowrap;
    line-height: 1;
    transition: color 0.2s ease;
}
.site-nav--scrolled .site-nav__brand {
    color: #1C1612;
}

/* Right area */
.site-nav__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.75rem;
}

.site-nav__wholesale {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.67rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(250, 250, 248, 0.88);
    text-decoration: none;
    border-bottom: 1px solid rgba(250, 250, 248, 0.40);
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.site-nav__wholesale:hover {
    color: #FAFAF8;
    border-color: rgba(250, 250, 248, 0.75);
}

.site-nav__social {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.site-nav__social-link {
    display: flex;
    align-items: center;
    color: rgba(240, 232, 220,0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}
.site-nav__social-link:hover {
    color: #F0E8DC;
}

/* Hamburger (mobile only) */
.site-nav__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 2px;
}
.site-nav__hamburger span {
    display: block;
    width: 22px;
    height: 1px;
    background: #F0E8DC;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.site-nav__hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.site-nav__hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.site-nav__hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Mobile dropdown */
.site-nav__mobile {
    display: none;
    flex-direction: column;
    background: rgba(249, 244, 236, 0.99);
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(80, 58, 32, 0.10);
}
.site-nav__mobile.is-open {
    display: flex;
}
.site-nav__mobile a {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.72);
    text-decoration: none;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.07);
    transition: color 0.2s ease;
    text-align: center;
}
.site-nav__mobile a:last-child {
    border-bottom: none;
}
.site-nav__mobile a:hover,
.site-nav__mobile .site-nav__mobile-wholesale {
    color: #111111;
}

/* Responsive */
@media (max-width: 767.98px) {
    .site-nav__links,
    .site-nav__wholesale,
    .site-nav__social {
        display: none;
    }
    .site-nav__hamburger {
        display: flex;
    }
    .site-nav__inner {
        padding: 0 1.25rem;
    }
    .site-nav__logo {
        grid-column: 2;
    }
    .site-nav__right {
        grid-column: 3;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .site-nav__inner {
        padding: 0 2rem;
    }
    .site-nav__links {
        gap: 1.75rem;
    }
    .site-nav__right {
        gap: 1.25rem;
    }
}
#heroimage{
    max-width: 300px;
    height: auto;
}
#about p,#contact p{
    max-width: 500px;
    margin: auto;
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 20px;
}
#contact h2{
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
.contact-info-text{
    font-size: 0.75rem;
    color: grey;
}
.contact-request-form,.contact-request-form select,.contact-request-form input{
    text-align: left;
    font-size: 0.75rem;
    color: grey;
}
.contact-request-form label{
    text-transform: uppercase;
}
/* ============================================================
   BRAND MARQUEE STRIP
   ============================================================ */
.brand-marquee {
    background: #EDE5D7;
    border-top: 1px solid rgba(80, 58, 32, 0.12);
    border-bottom: 1px solid rgba(80, 58, 32, 0.12);
    overflow: hidden;
    padding: 1.1rem 0;
    user-select: none;
}

.brand-marquee__track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 36s linear infinite;
}

.brand-marquee__inner {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
}

.marquee-item {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.65rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(80, 58, 32, 0.60);
    padding: 0 1.75rem;
}

.marquee-sep {
    color: rgba(80, 58, 32, 0.35);
    font-size: 0.75rem;
    flex-shrink: 0;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .brand-marquee__track {
        animation: none;
    }
}

/* ============================================================
   OUR STORY — Full-width editorial split
   ============================================================ */
.story-section {
    margin: 0;
}

.story-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 720px;
}

.story-split__image {
    overflow: hidden;
    position: relative;
}

.story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    display: block;
    transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.story-split__image:hover .story-image {
    transform: scale(1.04);
}

.story-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5.5rem 6.5rem 5.5rem 5.5rem;
    background: #F9F4EC;
}

.story-title {
    font-size: clamp(2.4rem, 3.6vw, 3.5rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    margin-top: 0.75rem;
    margin-bottom: 2.5rem;
}

.story-text {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(60, 42, 24, 0.75);
    margin-bottom: 1.5rem;
    max-width: 500px;
}

@media (max-width: 767.98px) {
    .story-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .story-split__image {
        height: 440px;
    }
    .story-split__content {
        padding: 3.5rem 1.75rem;
    }
    .story-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }
    .story-text {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .story-split__content {
        padding: 4rem 3.5rem;
    }
    .story-title {
        font-size: clamp(2rem, 3.5vw, 2.8rem);
    }
}

/* ============================================================
   BY CATEGORY — Editorial 3+2 Grid
   ============================================================ */
.bycategory-section {
    padding: 6.5rem 0 8rem;
}

.section-header {
    margin-bottom: 3rem;
}

.section-header--center {
    text-align: center;
}

.section-eyebrow {
    display: block;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.65rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(120, 88, 52, 0.72);
    margin-bottom: 0.8rem;
}

.section-title {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.08;
    letter-spacing: -0.022em;
    color: #111111;
    margin-bottom: 0;
}

/* Grid wrapper — full width with side padding */
.category-grid-wrap {
    padding: 0 1.5rem;
    max-width: 1440px;
    margin: 0 auto;
}

/* Single row: 5 equal portrait cards */
.category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.category-card {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: #241610;
    cursor: pointer;
}

.category-card:nth-child(1),
.category-card:nth-child(2),
.category-card:nth-child(3),
.category-card:nth-child(4),
.category-card:nth-child(5) {
    grid-column: span 1;
    aspect-ratio: 3 / 4;
}

.category-card__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.category-card:hover .category-card__img {
    transform: scale(1.06);
}

.category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 42%,
        rgba(36, 22, 10, 0.78) 100%
    );
    transition: background 0.35s ease;
}

.category-card:hover .category-card__overlay {
    background: linear-gradient(
        to bottom,
        transparent 28%,
        rgba(36, 22, 10, 0.88) 100%
    );
}

.category-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.25rem 1.25rem;
}

.category-card__name {
    display: block;
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 0.35rem;
    transition: color 0.25s ease;
}

.category-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(252, 244, 228, 0.70);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.category-card:hover .category-card__cta {
    opacity: 1;
    transform: translateY(0);
}

.category-card:hover .category-card__name {
    color: #fff;
}

/* Tablet: keep single row but tighten gap */
@media (min-width: 768px) and (max-width: 1099.98px) {
    .category-grid {
        gap: 10px;
    }
}

/* Mobile: 2 columns */
@media (max-width: 767.98px) {
    .category-grid-wrap {
        padding: 0 1rem;
    }
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .category-card:nth-child(1),
    .category-card:nth-child(2),
    .category-card:nth-child(3),
    .category-card:nth-child(4) {
        grid-column: span 1;
        aspect-ratio: 3 / 4;
    }
    .category-card:nth-child(5) {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 9;
    }
    .category-card__name {
        font-size: 0.9rem;
    }
}

/* Product page */
#bycategoryProducts .card img{
    max-height: 300px;
    object-fit: cover;
}
#bycategoryProducts p{
    font-family: 'Euclid Square', Questrial, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
    line-height: normal;
    color: black;
}
#bycategoryProducts .card-title{
    font-family: "Questrial", sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
#bycategoryProducts h5{
    font-family:"Questrial", sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;

    text-transform: uppercase;
}
/* ============================================================
   PAGE HERO (about, contact, product pages)
   ============================================================ */
.page-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

/* Full-bleed image variant */
.page-hero--image .page-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
}

.page-hero--image .page-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.05) 70%, rgba(0,0,0,0) 100%),
        linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.82) 100%);
}

/* Ink (fallback) variant */
.page-hero:not(.page-hero--image):not(.page-hero--light) {
    background: linear-gradient(to bottom, #2C1E12, #1E140C);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 130px 2rem 5rem;
}

/* Warm stone / linen variant */
.page-hero--light {
    background: linear-gradient(to bottom, #EDE5D8, #E5DDD0);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 130px 2rem 5rem;
}
.page-hero--light .hero-eyebrow {
    color: #7A6245;
    text-shadow: none;
}
.page-hero--light .page-hero__title {
    color: #1E1208;
    text-shadow: none;
}
.page-hero--light .page-hero__sub {
    color: rgba(30, 18, 8, 0.6);
    text-shadow: none;
}

.page-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.page-hero__inner--bottom {
    padding: 0 6rem 5rem;
    max-width: 780px;
}

.page-hero__title {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #F0E8DC;
    margin: 1.25rem 0 1.5rem;
    text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}

.page-hero__sub {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.82rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: rgba(240, 232, 220,0.72);
    margin: 0;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

@media (max-width: 767.98px) {
    .page-hero {
        min-height: 55vh;
    }
    .page-hero__inner--bottom {
        padding: 0 1.5rem 3.5rem;
        max-width: 100%;
    }
    .page-hero:not(.page-hero--image):not(.page-hero--light) {
        padding: 110px 1.5rem 4rem;
    }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-lead-section {
    padding: 7rem 0 6rem;
    border-bottom: 1px solid rgba(100, 78, 50, 0.13);
}

.about-lead-wrap {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.about-lead__eyebrow {
    display: block;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C4A06A;
    margin-bottom: 1.5rem;
}

.about-lead__rule {
    width: 40px;
    border: none;
    border-top: 1.5px solid #C4A06A;
    margin: 0 auto 2.5rem;
    opacity: 0.7;
}

.about-lead {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(28, 18, 10, 0.88);
}

/* About split sections */
.about-split {
    padding: 7rem 0;
    border-bottom: 1px solid rgba(100, 78, 50, 0.13);
}

.about-split__img-wrap {
    overflow: hidden;
    height: 580px;
}

.about-split__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.9s ease-out;
}

.about-split__img-wrap:hover .about-split__img {
    transform: scale(1.04);
}

.about-split__content {
    padding: 2rem 5rem 2rem 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about-split__content--right {
    padding: 2rem 4.5rem 2rem 5rem;
}

.about-split__content .section-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1.5px;
    background: #C4A06A;
    margin-bottom: 1rem;
    opacity: 0.8;
}

/* Values section */
.about-values {
    padding: 7rem 0;
    background: #EDE5D7;
    border-bottom: 1px solid rgba(100, 78, 50, 0.13);
}

.about-values__header {
    margin-bottom: 5rem;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.about-value {
    padding-top: 2rem;
    border-top: 2px solid rgba(100, 78, 50, 0.18);
    transition: border-color 0.3s ease;
}

.about-value:hover {
    border-top-color: #C4A06A;
}

.about-value__num {
    display: block;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.62rem;
    letter-spacing: 0.28em;
    color: #C4A06A;
    margin-bottom: 1.5rem;
}

.about-value__title {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    color: #241610;
    margin-bottom: 0.9rem;
}

.about-value__text {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.84rem;
    line-height: 1.88;
    color: #3B6652;
    margin: 0;
}

/* Closing CTA */
.about-closing {
    padding: 9rem 0 10rem;
    text-align: center;
    background: linear-gradient(to bottom, #EDE5D8, #E5DDD0);
    position: relative;
    overflow: hidden;
}

.about-closing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center top, rgba(122,98,69,0.06) 0%, transparent 60%);
    pointer-events: none;
}

.about-closing__eyebrow {
    display: block;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.6rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #7A6245;
    margin-bottom: 2rem;
}

.about-closing__rule {
    width: 36px;
    border: none;
    border-top: 1.5px solid rgba(122, 98, 69, 0.4);
    margin: 0 auto 2.5rem;
}

.about-closing__quote {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #1E1208;
    max-width: 680px;
    margin: 0 auto 3.5rem;
}

.about-closing__actions {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

.about-closing__cta {
    color: #1E1208;
    border-color: rgba(30, 18, 8, 0.45);
}
.about-closing__cta:hover,
.about-closing__cta:focus-visible {
    background: #1E1208;
    color: #EDE5D8;
    border-color: #1E1208;
}

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.reveal--delay-1 { transition-delay: 0.12s; }
.reveal--delay-2 { transition-delay: 0.24s; }
.reveal--delay-3 { transition-delay: 0.36s; }

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

/* Mobile */
@media (max-width: 767.98px) {
    .about-lead-section {
        padding: 4.5rem 0;
    }
    .about-split {
        padding: 4rem 0;
    }
    .about-split__img-wrap {
        height: 380px;
    }
    .about-split__content,
    .about-split__content--right {
        padding: 2.5rem 0 1rem;
    }
    .about-split__content .section-eyebrow::before {
        display: none;
    }
    .about-values {
        padding: 5rem 0;
    }
    .about-values__header {
        margin-bottom: 3rem;
    }
    .about-values__grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }
    .about-closing {
        padding: 6rem 0 7rem;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-split__content,
    .about-split__content--right {
        padding: 2rem 3rem;
    }
    .about-split__img-wrap {
        height: 480px;
    }
    .about-values__grid {
        gap: 2rem;
    }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
    padding: 7rem 0 9rem;
    background: #F7F5F1;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 6rem;
    align-items: start;
}

/* Info column */
.contact-intro {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.88rem;
    line-height: 1.9;
    color: #3B6652;
    margin-bottom: 3rem;
    max-width: 380px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-detail {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(100, 78, 50, 0.15);
}

.contact-detail:first-child {
    border-top: 1px solid rgba(100, 78, 50, 0.15);
}

.contact-detail__label {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.6rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C4A06A;
    margin-bottom: 0.4rem;
}

.contact-detail__value {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.88rem;
    color: #241610;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.2s ease;
}

a.contact-detail__value:hover {
    color: #C4A06A;
}

.contact-detail__note {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.72rem;
    color: #7A9B8A;
    margin-top: 0.2rem;
}

.contact-social {
    margin-top: 2rem;
}

.contact-social__links {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.75rem;
}

.contact-social__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.78rem;
    color: #3B6652;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-social__link:hover {
    color: #241610;
}

.contact-info {
    padding-top: 0.5rem;
}

.contact-form-wrap {
    background: #fff;
    border-radius: 2px;
    padding: 2.75rem 3rem;
    box-shadow: 0 2px 24px rgba(100, 78, 50, 0.08);
    border-top: 3px solid #C4A06A;
}

/* Form column */
.contact-form__heading {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #241610;
    margin-bottom: 2.5rem;
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.contact-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.contact-field__label {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.6rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C4A06A;
    margin-bottom: 0.65rem;
}

.contact-field__optional {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.62rem;
    color: #7A9B8A;
}

.contact-field__input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(100, 78, 50, 0.20);
    border-radius: 0;
    outline: none;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.88rem;
    color: #241610;
    padding: 0.6rem 0;
    transition: border-color 0.2s ease;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.contact-field__input::placeholder {
    color: rgba(100, 78, 50, 0.35);
}

.contact-field__input:focus {
    border-bottom-color: #241610;
}

.contact-field__select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23163828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 1.25rem;
}

.contact-field__textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.75;
}

.contact-form__submit {
    margin-top: 0.5rem;
    width: 100%;
    padding: 14px 32px;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
}

/* Responsive */
@media (max-width: 767.98px) {
    .contact-section {
        padding: 4rem 0 6rem;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }
    .contact-intro {
        max-width: 100%;
    }
    .contact-form-wrap {
        padding: 2rem 1.5rem;
        margin: 0 -0.5rem;
    }
    .contact-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .contact-grid {
        gap: 3.5rem;
    }
}

/* ============================================================
   SITE FOOTER
   ============================================================ */
.site-footer {
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.25rem 0 0;
}

.site-footer__main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.4fr;
    gap: 2.5rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    align-items: start;
}

/* Brand column */
.site-footer__logo {
    width: 85px;
    height: auto;
    display: block;
    margin-bottom: 0.7rem;
}

.site-footer__tagline {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.79rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.52);
    margin-bottom: 0.9rem;
    max-width: 180px;
}

.site-footer__social {
    display: flex;
    gap: 0.9rem;
}

.site-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: color 0.2s ease, border-color 0.2s ease;
}
.site-footer__social-link:hover {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.40);
}

/* Nav columns */
.site-footer__heading {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.59rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.36);
    margin-bottom: 0.8rem;
    margin-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.site-footer__links a {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.81rem;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
    padding: 2px 0;
}
.site-footer__links a:hover {
    color: #FFFFFF;
}

/* Newsletter */
.site-footer__newsletter-text {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.79rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.52);
    margin-bottom: 0.8rem;
}

.site-footer__form-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.79rem;
    padding: 0.6rem 0;
}
.site-footer__input::placeholder {
    color: rgba(255, 255, 255, 0.30);
}

.site-footer__submit {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.40);
    cursor: pointer;
    padding: 0.6rem 0 0.6rem 0.75rem;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}
.site-footer__submit:hover {
    color: #FFFFFF;
}

/* Bottom bar */
.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0 1rem;
}

.site-footer__copy {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.71rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.28);
}

.site-footer__legal {
    display: flex;
    gap: 1.75rem;
}
.site-footer__legal a {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.71rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.28);
    text-decoration: none;
    transition: color 0.2s ease;
}
.site-footer__legal a:hover {
    color: rgba(255, 255, 255, 0.72);
}

/* Mobile */
@media (max-width: 767.98px) {
    .site-footer {
        padding: 2rem 0 0;
    }
    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }
    .site-footer__brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .site-footer__logo {
        width: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer__tagline {
        max-width: 240px;
        text-align: center;
    }
    .site-footer__social {
        justify-content: center;
    }
    .site-footer__col {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 1.25rem;
    }
    .site-footer__links {
        align-items: center;
    }
    .site-footer__newsletter {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 1.25rem;
        text-align: center;
    }
    .site-footer__form-row {
        max-width: 300px;
        margin: 0 auto;
    }
    .site-footer__bottom {
        flex-direction: column;
        gap: 0.6rem;
        text-align: center;
        padding: 0.9rem 0 1.5rem;
    }
    .site-footer__legal {
        gap: 1.1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .site-footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
    .site-footer__brand {
        grid-column: 1 / -1;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 1.25rem;
        margin-bottom: 0.25rem;
    }
    .site-footer__newsletter {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 1.25rem;
    }
}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.pd-wrap {
    padding-top: 72px;
    background: #F5F0E8;
    min-height: 80vh;
}

/* Breadcrumb */
.pd-breadcrumb {
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(44, 36, 24, 0.09);
}
.pd-breadcrumb nav {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.71rem;
    letter-spacing: 0.06em;
}
.pd-breadcrumb a {
    color: rgba(44, 36, 24, 0.48);
    text-decoration: none;
    transition: color 0.2s;
}
.pd-breadcrumb a:hover { color: #241610; }
.pd-breadcrumb .sep { color: rgba(44, 36, 24, 0.28); }
.pd-breadcrumb .current { color: #2C2418; }

/* Main section */
.pd-section { padding: 2.5rem 0 5rem; }

.pd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
}

/* Gallery */
.pd-gallery {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    position: sticky;
    top: 88px;
    align-self: start;
}

.pd-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 72px;
    flex-shrink: 0;
}
.pd-gallery__thumb {
    width: 72px;
    height: 88px;
    object-fit: cover;
    cursor: pointer;
    border: 1.5px solid transparent;
    opacity: 0.6;
    transition: border-color 0.18s, opacity 0.18s;
    display: block;
}
.pd-gallery__thumb:hover { opacity: 0.85; }
.pd-gallery__thumb.is-active {
    border-color: #241610;
    opacity: 1;
}

.pd-gallery__main {
    flex: 1;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #EDE8DF;
}
.pd-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s ease;
    display: block;
}
.pd-gallery__img.fading { opacity: 0; }

/* Info */
.pd-info {
    padding-top: 0.25rem;
}

.pd-type {
    display: block;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.61rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #C4A06A;
    margin-bottom: 0.55rem;
}
.pd-name {
    font-family: 'Lyon', 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.15;
    color: #241610;
    margin-bottom: 0.6rem;
    letter-spacing: -0.01em;
}
.pd-price {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #241610;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
}
.pd-divider {
    width: 32px;
    height: 1.5px;
    background: rgba(196, 160, 106, 0.6);
    margin-bottom: 1.25rem;
}
.pd-desc {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.87rem;
    line-height: 1.82;
    color: #3B6652;
    margin-bottom: 1.75rem;
}

/* B2B info sections */
.pd-b2b {
    margin-bottom: 1.75rem;
}
.pd-b2b__section {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(100, 78, 50, 0.10);
}
.pd-b2b__section:first-child {
    border-top: 1px solid rgba(100, 78, 50, 0.10);
}
.pd-b2b__heading {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 600;
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #241610;
    margin-bottom: 0.65rem;
}
.pd-b2b__line {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.84rem;
    line-height: 1.65;
    color: #2D5241;
    margin-bottom: 0.2rem;
}
.pd-b2b__line:last-of-type { margin-bottom: 0; }
.pd-b2b__note {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.76rem;
    line-height: 1.65;
    color: #7A9B8A;
    font-style: italic;
    margin-top: 0.45rem;
    margin-bottom: 0;
}

/* Options */
.pd-option-group { margin-bottom: 1.35rem; }
.pd-option-label {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(44, 36, 24, 0.5);
    margin-bottom: 0.6rem;
}
.pd-option-label strong {
    color: #2C2418;
    font-weight: 400;
}

/* Swatches */
.pd-swatches { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.pd-swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    border: 1.5px solid transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: outline-color 0.18s;
    flex-shrink: 0;
}
.pd-swatch.is-active { outline-color: #241610; }
.pd-swatch:hover:not(.is-active) { outline-color: rgba(100, 78, 50, 0.35); }

/* Sizes */
.pd-sizes { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.pd-size-btn {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    min-width: 40px;
    padding: 0.38rem 0.7rem;
    border: 1px solid rgba(44, 36, 24, 0.2);
    background: transparent;
    color: rgba(44, 36, 24, 0.6);
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s, color 0.18s;
    text-align: center;
}
.pd-size-btn.is-active {
    border-color: #241610;
    background: #241610;
    color: #F0E8DC;
}
.pd-size-btn:hover:not(.is-active) {
    border-color: rgba(100, 78, 50, 0.50);
    color: #2C2418;
}

/* Spec note */
.pd-spec-note {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.75rem;
    color: rgba(44, 36, 24, 0.48);
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

/* CTA */
.pd-cta {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.pd-enquire-btn {
    flex: 1;
    min-width: 140px;
    background: #241610;
    color: #F0E8DC;
    border: 1px solid #241610;
    padding: 0.85rem 1.5rem;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.69rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}
.pd-enquire-btn:hover {
    background: #1A1008;
    color: #F0E8DC;
    border-color: #1A1008;
}
.pd-wa-btn {
    flex: 1;
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 1.25rem;
    border: 1px solid rgba(37, 211, 102, 0.45);
    background: transparent;
    color: #1a8a45;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.69rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    cursor: pointer;
}
.pd-wa-btn:hover {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}
.pd-wa-btn svg { width: 14px; height: 14px; flex-shrink: 0; }

/* Features */
.pd-features {
    border-top: 1px solid rgba(44, 36, 24, 0.1);
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.pd-feature {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-size: 0.77rem;
    color: rgba(44, 36, 24, 0.62);
}
.pd-feature::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9C7A48;
    flex-shrink: 0;
}

/* Not found */
.pd-not-found {
    text-align: center;
    padding: 5rem 1rem;
}
.pd-not-found h2 {
    font-family: 'Lyon', 'Times New Roman', serif;
    font-size: 1.8rem;
    color: #2C2418;
    margin-bottom: 0.75rem;
}
.pd-not-found p {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    color: rgba(44, 36, 24, 0.55);
    margin-bottom: 2rem;
}

/* Mobile */
@media (max-width: 767.98px) {
    .pd-section { padding: 1.5rem 0 3.5rem; }
    .pd-grid { grid-template-columns: 1fr; gap: 0; }
    .pd-gallery {
        flex-direction: column-reverse;
        position: static;
        margin-bottom: 1.75rem;
    }
    .pd-gallery__thumbs {
        flex-direction: row;
        width: auto;
        overflow-x: auto;
        padding-bottom: 2px;
        gap: 0.4rem;
    }
    .pd-gallery__thumb { width: 58px; height: 72px; flex-shrink: 0; }
    .pd-gallery__main { aspect-ratio: 4 / 3; }
    .pd-info { position: static; padding-top: 0; }
    .pd-name { font-size: 1.6rem; }
    .pd-cta { flex-direction: column; }
    .pd-enquire-btn, .pd-wa-btn { flex: none; width: 100%; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .pd-grid { gap: 2rem; }
    .pd-gallery__thumbs { width: 60px; }
    .pd-gallery__thumb { width: 60px; height: 74px; }
    .pd-name { font-size: 1.7rem; }
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.whatsapp-btn {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 300;
    width: 52px;
    height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22), 0 1px 4px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.16);
}
.whatsapp-btn svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

/* Utility Classes */
.border-gray-light-100 {
  border-width: .5px!important;
  border-color: rgba(255, 255, 255, 0.25)!important; /* Red with 50% opacity */
}

.border-red{
    border: 2px solid red!important;
}
.absolute{
    position: absolute;
}

/* ============================================================
   HERO FULL-BLEED
   ============================================================ */
.hero-fullbleed {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.hero-fullbleed__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 65%;
    background-repeat: no-repeat;
}

.hero-fullbleed__overlay {
    position: absolute;
    inset: 0;
    background:
        /* top band — warm umber dark so nav is legible */
        linear-gradient(
            to bottom,
            rgba(36, 22, 10, 0.62) 0%,
            rgba(36, 22, 10, 0.15) 20%,
            transparent 40%
        ),
        /* left vignette for text legibility */
        linear-gradient(
            to right,
            rgba(36, 22, 10, 0.50) 0%,
            rgba(36, 22, 10, 0.04) 50%,
            transparent 100%
        ),
        /* bottom fade — warm umber dark */
        linear-gradient(
            to bottom,
            transparent 30%,
            rgba(36, 22, 10, 0.44) 65%,
            rgba(36, 22, 10, 0.80) 100%
        );
}

.hero-fullbleed__content {
    position: relative;
    z-index: 2;
    padding: 0 6rem 5.5rem 3rem;
    max-width: 820px;
}


.hero-eyebrow {
    display: block;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(252, 244, 228, 0.80);
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 6px rgba(36, 22, 10, 0.5);
}

.hero-headline {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: clamp(3.4rem, 6.5vw, 6rem);
    line-height: 1.0;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 1.75rem;
    text-shadow: 0 2px 20px rgba(36, 22, 10, 0.55);
}

.hero-body {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.8;
    color: rgba(252, 244, 230, 0.88);
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 8px rgba(36, 22, 10, 0.65);
}

.hero-cta {
    display: inline-block;
    border: 1px solid rgba(240, 232, 220,0.65);
    color: #F0E8DC;
    background: transparent;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 13px 32px;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
}
.hero-cta:hover,
.hero-cta:focus-visible {
    background: #FFFFFF;
    color: #111111;
    border-color: #FFFFFF;
    outline: none;
}

/* Light-background variant — must appear after .hero-cta to win the cascade */
.story-cta {
    margin-top: 0.75rem;
    color: #111111;
    border-color: rgba(17, 17, 17, 0.45);
}
.story-cta:hover,
.story-cta:focus-visible {
    background: #241610;
    color: #F9F4EC;
    border-color: #241610;
    outline: none;
}

@keyframes hero-fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.hero-fullbleed__content > * {
    animation: hero-fade-up 0.9s ease forwards;
    opacity: 0;
}
.hero-fullbleed__content > *:nth-child(1) { animation-delay: 0.10s; }
.hero-fullbleed__content > *:nth-child(2) { animation-delay: 0.28s; }
.hero-fullbleed__content > *:nth-child(3) { animation-delay: 0.46s; }
.hero-fullbleed__content > *:nth-child(4) { animation-delay: 0.64s; }
.hero-fullbleed__content > *:nth-child(5) { animation-delay: 0.82s; }

@media (prefers-reduced-motion: reduce) {
    .hero-fullbleed__content > * {
        animation: none;
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .hero-fullbleed {
        height: 100svh;
        min-height: 520px;
    }
    .hero-fullbleed__bg {
        background-position: center 25%;
    }
    .hero-fullbleed__content {
        padding: 0 1.75rem 3.5rem 1.75rem;
        max-width: 100%;
    }
    .hero-headline {
        font-size: clamp(2.4rem, 10vw, 3.2rem);
    }
    .hero-body {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-fullbleed__content {
        padding: 0 4rem 4.5rem 2rem;
    }
}


/* ============================================================
   PRODUCT PAGE
   ============================================================ */

/* Page header — compact ink strip */
.products-header {
    background: linear-gradient(to bottom, #EDE5D8, #E5DDD0);
    padding: 140px 0 4.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(122, 98, 69, 0.18);
}
.products-header .hero-eyebrow {
    color: #7A6245;
    text-shadow: none;
}
.products-header__title {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    letter-spacing: -0.025em;
    line-height: 1.08;
    color: #1E1208;
    margin: 0.75rem 0 1.1rem;
}
.products-header__sub {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.88rem;
    line-height: 1.85;
    color: rgba(30, 18, 8, 0.55);
    max-width: 520px;
    margin: 0 auto;
}

/* Filter bar */
.products-filter {
    position: sticky;
    top: 72px;
    z-index: 100;
    background: #EDE8DF;
    border-bottom: 1px solid #D8CFBE;
    box-shadow: 0 1px 12px rgba(0,0,0,0.04);
}
.products-filter__inner {
    padding: 1rem 0 0.85rem;
}
.products-filter__row-1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
}
.filter-search {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid #D8CFBE;
    padding: 0.55rem 0.9rem;
    flex: 1;
    max-width: 360px;
    background: #F0EBE1;
    transition: border-color 0.2s ease;
}
.filter-search:focus-within {
    border-color: rgba(44,36,24,0.4);
}
.filter-search svg {
    flex-shrink: 0;
    color: rgba(44,36,24,0.35);
}
.filter-search__input {
    border: none;
    background: transparent;
    outline: none;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    color: #1C1810;
    width: 100%;
}
.filter-search__input::placeholder {
    color: rgba(44,36,24,0.35);
}
.products-count {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: rgba(44,36,24,0.4);
    white-space: nowrap;
    margin-left: auto;
}
.filter-clear {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(44,36,24,0.4);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.filter-clear:hover { color: #1C1810; }

.products-filter__row-2 {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.filter-divider {
    width: 1px;
    height: 18px;
    background: #D8CFBE;
    flex-shrink: 0;
}

/* Category chips */
.filter-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}
.filter-cat-btn {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(44,36,24,0.5);
    background: transparent;
    border: 1px solid #D8CFBE;
    padding: 0.38rem 0.85rem;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}
.filter-cat-btn:hover {
    color: #1C1810;
    border-color: rgba(44,36,24,0.3);
}
.filter-cat-btn.is-active {
    background: #1C1810;
    color: #F0E8DC;
    border-color: #1C1810;
}

/* Color swatches */
.filter-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.filter-group__label {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(44,36,24,0.4);
    white-space: nowrap;
}
.filter-colors {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}
.filter-swatch {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.08);
    cursor: pointer;
    padding: 0;
    background-color: var(--swatch-color, #e0e0e0);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    flex-shrink: 0;
}
.filter-swatch:hover { transform: scale(1.2); }
.filter-swatch.is-active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #1C1810;
}
.filter-swatch--all {
    border: 1.5px solid #d0cec9;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(44,36,24,0.35);
    font-size: 10px;
    font-family: sans-serif;
    line-height: 1;
}
.filter-swatch--all.is-active {
    border-color: #1C1810;
    color: #1C1810;
    box-shadow: none;
}

/* Size buttons */
.filter-group--size { display: none; }
.filter-sizes {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.filter-size-btn {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(44,36,24,0.45);
    background: transparent;
    border: 1px solid #D8CFBE;
    padding: 0.28rem 0.55rem;
    min-width: 34px;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.filter-size-btn:hover {
    color: #1C1810;
    border-color: rgba(44,36,24,0.3);
}
.filter-size-btn.is-active {
    background: #1C1810;
    color: #F0E8DC;
    border-color: #1C1810;
}

/* Product grid */
.products-wrap {
    padding: 3.5rem 0 7rem;
    background: #F5F0E8;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem 2rem;
}

/* Product card */
.product-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.product-card.is-hidden { display: none; }
.product-card__img-wrap {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(145deg, #E5DDD0 0%, #D8CEBF 100%);
    margin-bottom: 1.1rem;
    position: relative;
}
.product-card--landscape .product-card__img-wrap {
    aspect-ratio: 3 / 4;
}
.product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-card:hover .product-card__img { transform: scale(1.05); }

/* Subtle dark scrim on hover */
.product-card__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(44,36,24,0);
    transition: background 0.4s ease;
    pointer-events: none;
}
.product-card:hover .product-card__img-wrap::after {
    background: rgba(44,36,24,0.08);
}

.product-card__img-wrap.img-placeholder .product-card__img { display: none; }

/* Placeholder silhouette icon */
.product-card__img-wrap.img-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%23c8bda8' stroke-width='0.8'%3E%3Cpath d='M20.38 3.46L16 2a4 4 0 01-8 0L3.62 3.46a2 2 0 00-1.34 2.23l.58 3.57a1 1 0 00.99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 002-2V10h2.15a1 1 0 00.99-.84l.58-3.57a2 2 0 00-1.34-2.23z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 52px 52px;
    opacity: 0.5;
}

.product-card__info {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 0.2rem;
}

/* ── Category label — navigational, accent colour ── */
.product-card__type {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.6875rem;   /* 11px — smallest readable size */
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9C7A48;          /* slightly deeper gold for 3:1+ contrast */
    margin-bottom: 0.45rem;
}

/* ── Product name — dominant, serif, high contrast ── */
.product-card__name {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 1.0625rem;    /* 17px — comfortable reading, clear hierarchy */
    letter-spacing: -0.01em;
    line-height: 1.4;        /* prevents tight wrapping on long names */
    color: #2C2418;          /* warm bark */
    margin: 0 0 0.5rem;
}

/* ── Spec line — supporting detail, warm umber ── */
.product-card__spec {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #7C6852;          /* warm umber — readable on linen */
    margin: 0 0 0.85rem;
    letter-spacing: 0;
}

.product-card__meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
}
.product-card__color-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--dot-color, #ccc);
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.1);
}
.product-card__color-name {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    color: #7C6852;
}

/* ── Enquire CTA — action, always visible ── */
.product-card__enquire {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    align-self: flex-start;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.6875rem;    /* 11px — small but legible for an action label */
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4A3C2C;          /* warm dark earth — grounded CTA */
    text-decoration: none;
    border-bottom: 1px solid rgba(44,36,24,0.35);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}
.product-card__enquire::after {
    content: '→';
    font-size: 0.75rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: inline-block;
}
.product-card__enquire:hover {
    color: #1C1810;
    border-color: #1C1810;
    gap: 0.5rem;
}
.product-card__enquire:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Empty state */
.products-empty {
    display: none;
    text-align: center;
    padding: 5rem 0;
    grid-column: 1 / -1;
}
.products-empty__icon { color: rgba(44,36,24,0.12); margin-bottom: 1.25rem; }
.products-empty__title {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: rgba(44,36,24,0.35);
    margin-bottom: 0.4rem;
}
.products-empty__sub {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.78rem;
    color: rgba(44,36,24,0.3);
    margin-bottom: 1.5rem;
}
.products-empty__clear {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1C1810;
    background: none;
    border: 1px solid rgba(44,36,24,0.5);
    padding: 0.65rem 1.5rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.products-empty__clear:hover {
    background: #1C1810;
    color: #F0E8DC;
}

/* Responsive */
@media (max-width: 575.98px) {
    .products-header { padding: 110px 0 3rem; }
    .products-wrap { padding: 2rem 0 5rem; }
    .pf-bar { margin-bottom: 2rem; }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.25rem 1rem;
    }
    .products-filter__row-2 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        padding-bottom: 0.25rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .products-wrap { padding: 2.5rem 0 5.5rem; }
    .pf-bar { margin-bottom: 2.5rem; }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 1.25rem;
    }
    .products-filter__row-2 {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem 1.5rem;
    }
}
@media (min-width: 1100px) and (max-width: 1399.98px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem 1.75rem;
    }
}

/* ============================================================
   PRODUCT PAGE — HORIZONTAL FILTER BAR (pf-bar)
   ============================================================ */

.pf-bar {
    position: sticky;
    top: 72px;
    z-index: 100;
    background: #EDE8DF;
    border: 1px solid #C8BAA4;
    border-top: 2px solid rgba(156, 122, 72, 0.5);
    box-shadow: 0 4px 20px rgba(44,36,24,0.06);
    margin-bottom: 3.5rem;
}

.pf-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    height: 56px;
}

/* Left: filters row */
.pf-filters {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    min-width: 0;
}

/* ── Search ── */
.pf-search-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border-right: 1px solid #D4C8B4;
    height: 56px;
    position: relative;
}

.pf-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 56px;
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(44,36,24,0.4);
    transition: color 0.2s ease;
    flex-shrink: 0;
    padding: 0;
}
.pf-search-btn:hover { color: #1C1810; }

.pf-search-input {
    width: 0;
    max-width: 0;
    overflow: hidden;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.875rem;     /* 14px — readable search input */
    color: #1a1a1a;
    padding: 0;
    transition: max-width 0.28s cubic-bezier(0.4,0,0.2,1), padding 0.28s ease;
}
.pf-search-input::placeholder { color: #A08C72; }

.pf-search-wrap.is-expanded .pf-search-input {
    max-width: 200px;
    width: 200px;
    padding: 0 0.75rem 0 0;
}

/* ── Shared dropdown ── */
.pf-dropdown {
    position: relative;
    height: 56px;
    display: flex;
    align-items: center;
    border-right: 1px solid #D4C8B4;
}

.pf-dropdown__btn {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    height: 56px;
    padding: 0 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
}
.pf-dropdown__btn:hover { background: #E4DDD1; }

.pf-label {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6B5840;
    transition: color 0.15s ease;
}
.pf-dropdown__btn:hover .pf-label,
.pf-dropdown__btn.has-value .pf-label { color: #1C1810; }

.pf-chevron {
    color: rgba(44,36,24,0.35);
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.15s ease;
}
.pf-dropdown.is-open .pf-chevron { transform: rotate(180deg); }
.pf-dropdown__btn:hover .pf-chevron,
.pf-dropdown__btn.has-value .pf-chevron { color: #1C1810; }

/* Active-filter indicator: thin gold underline inside button */
.pf-dropdown__btn.has-value::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.1rem;
    right: 1.1rem;
    height: 2px;
    background: #9C7A48;
}

/* ── Dropdown panel ── */
.pf-dropdown__panel {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    min-width: 160px;
    background: #FAF5EE;
    border: 1px solid #C8BAA4;
    box-shadow: 0 12px 32px rgba(44,36,24,0.1), 0 2px 8px rgba(44,36,24,0.05);
    z-index: 110;
    padding: 0.4rem 0;
}
.pf-dropdown__panel--right {
    left: auto;
    right: 0;
}
.pf-dropdown.is-open .pf-dropdown__panel { display: block; }

/* Plain options (category, size, sort) */
.pf-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.6rem 1.1rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    color: #5C4A38;
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
.pf-option:hover { background: #E8DFD2; color: #2C2418; }
.pf-option.is-active { color: #1C1810; font-weight: 500; }
.pf-option.is-active::before {
    content: '✓ ';
    font-size: 0.65rem;
    color: #9C7A48;
}

/* ── Colour panel ── */
.pf-colour-panel { min-width: 170px; }

.pf-colour-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.5rem 1.1rem;
    background: none;
    border: none;
    cursor: pointer;
    transition: background 0.15s ease;
}
.pf-colour-row:hover { background: #E8DFD2; }
.pf-colour-row.is-active { background: #E8DFD2; }
.pf-colour-row.is-active span:last-child { color: #1C1810; font-weight: 400; }

.pf-colour-row span:last-child {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    color: #5C4A38;
    transition: color 0.15s ease;
}

.pf-colour-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.1);
}

.pf-colour-dot--all {
    background: conic-gradient(#222 0deg 60deg, #5a5a5a 60deg 120deg, #c19a6b 120deg 180deg, #e8dcc8 180deg 240deg, #7d2233 240deg 300deg, #1a2f5e 300deg 360deg);
    border: 1px solid rgba(0,0,0,0.12);
}

/* Size panel */
.pf-size-panel { min-width: 120px; }

/* ── Clear button ── */
.pf-clear {
    display: none;
    align-items: center;
    gap: 0.35rem;
    height: 56px;
    padding: 0 1rem;
    background: none;
    border: none;
    border-right: 1px solid #D4C8B4;
    cursor: pointer;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9C8A72;
    transition: color 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}
.pf-clear.is-visible { display: flex; }
.pf-clear:hover { color: #1C1810; }

/* ── Right: count + divider + sort ── */
.pf-right {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    height: 56px;
    border-left: 1px solid #D4C8B4;
    margin-left: auto;
}

.pf-count {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    color: #8B7355;
    padding: 0 1.25rem;
    white-space: nowrap;
}

.pf-vdivider {
    width: 1px;
    height: 18px;
    background: #D8CFBE;
    flex-shrink: 0;
}

/* Sort dropdown — special variant */
.pf-sort-dd {
    border-right: none;
    border-left: none;
}

.pf-sort-label {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8B7355;
    padding-left: 1.1rem;
    white-space: nowrap;
}

.pf-sort-btn {
    padding-left: 0.4rem;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
    .pf-bar {
        position: sticky;
        top: 72px;
    }
    .pf-bar__inner {
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .pf-bar__inner::-webkit-scrollbar { display: none; }
    .pf-count { display: none; }
    .pf-vdivider { display: none; }
    .pf-sort-label { display: none; }
    .pf-search-wrap.is-expanded .pf-search-input { max-width: 140px; width: 140px; }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
    .pf-search-wrap.is-expanded .pf-search-input { max-width: 160px; width: 160px; }
    .pf-sort-label { display: none; }
}

/* ============================================================
   PRODUCTS — SIDEBAR LAYOUT
   ============================================================ */

.products-layout { padding-top: 0; }

.products-layout {
    display: flex;
    align-items: flex-start;
}

/* Sidebar */
.products-sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 72px;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-right: 1px solid #D8CFBE;
    padding: 2.5rem 2rem 3rem 0;
    scrollbar-width: thin;
    scrollbar-color: #D8CFBE transparent;
}
.products-sidebar::-webkit-scrollbar { width: 2px; }
.products-sidebar::-webkit-scrollbar-track { background: transparent; }
.products-sidebar::-webkit-scrollbar-thumb { background: #D8CFBE; }

/* Mobile backdrop */
.sidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(44,36,24,0.45);
    z-index: 190;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}
.sidebar-backdrop.is-visible {
    opacity: 1;
    pointer-events: all;
}

/* Sidebar header */
.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.sidebar-title {
    font-family: 'Lyon', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -0.01em;
    color: #1C1810;
}

/* Sidebar sections */
.sidebar-section {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #D8CFBE;
}
.sidebar-section__label {
    display: block;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(44,36,24,0.4);
    margin-bottom: 0.85rem;
}

/* Search full-width in sidebar */
.products-sidebar .filter-search {
    max-width: none;
    flex: none;
    width: 100%;
}

/* Category vertical list */
.sidebar-cats {
    display: flex;
    flex-direction: column;
}
.sidebar-cat-btn {
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    color: rgba(44,36,24,0.5);
    background: transparent;
    border: none;
    border-left: 2px solid transparent;
    text-align: left;
    padding: 0.48rem 0.5rem 0.48rem 0.65rem;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
    width: 100%;
}
.sidebar-cat-btn:hover { color: #1C1810; }
.sidebar-cat-btn.is-active {
    color: #1C1810;
    border-left-color: #1C1810;
}

/* Main content area */
.products-main {
    flex: 1;
    min-width: 0;
    padding: 2.5rem 0 0 2.5rem;
}

/* Top bar: mobile toggle + count */
.products-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D8CFBE;
}

/* Mobile filter toggle — hidden on desktop */
.sidebar-toggle {
    display: none;
    align-items: center;
    gap: 0.45rem;
    font-family: 'Euclid Square', 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1C1810;
    background: none;
    border: 1px solid #D8CFBE;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    transition: border-color 0.2s ease;
}
.sidebar-toggle:hover { border-color: rgba(44,36,24,0.35); }

/* Grid: 3 cols with sidebar present */
.products-layout .products-grid { grid-template-columns: repeat(3, 1fr); }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 767.98px) {
    .products-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        width: 280px;
        max-height: 100vh;
        z-index: 200;
        background: #F5F0E8;
        padding: 5rem 1.5rem 2rem;
        box-shadow: 8px 0 32px rgba(0,0,0,0.12);
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
        border-right: 1px solid #D8CFBE;
    }
    .products-sidebar.is-open { transform: translateX(0); }
    .sidebar-toggle { display: flex; }
    .products-main { padding: 1.5rem 0 0 0; }
    .products-topbar { margin-bottom: 1.25rem; }
    .products-layout .products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .products-sidebar { width: 185px; }
    .products-main { padding-left: 2rem; }
    .products-layout .products-grid { grid-template-columns: repeat(2, 1fr); }
}
