/* ============================================================
   AUREA TECH — style.css
   Luxury Italian Electronics E-Commerce
   ============================================================ */

/* ============================================================
   1. GOOGLE FONTS IMPORT
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');

/* ============================================================
   2. CSS CUSTOM PROPERTIES / DESIGN TOKENS
   ============================================================ */
:root {
    /* Color Palette */
    --color-primary:            #0A0A0A;
    --color-secondary:          #FFFFFF;
    --color-accent:             #C9A84C;
    --color-accent-dark:        #A88930;
    --color-accent-light:       #DFC278;
    --color-accent-secondary:   #B76E79;
    --color-surface-light:      #F7F5F0;
    --color-surface-dark:       #1A1A1A;
    --color-surface-mid:        #111111;
    --color-text-primary:       #0A0A0A;
    --color-text-secondary:     #6B6B6B;
    --color-text-on-dark:       #E8E4DD;
    --color-text-on-dark-muted: #9E9A94;
    --color-border:             #D4C5A0;
    --color-border-light:       #E8E2D4;
    --color-border-dark:        #2E2E2E;
    --color-error:              #C0392B;
    --color-success:            #27AE60;
    --color-warning:            #E67E22;
    --color-overlay:            rgba(10, 10, 10, 0.72);

    /* Typography */
    --font-heading:     'Cormorant Garamond', 'Georgia', serif;
    --font-body:        'Raleway', 'Helvetica Neue', Arial, sans-serif;
    --font-decorative:  'Cormorant Infant', 'Georgia', serif;
    --font-mono:        'DM Mono', 'Courier New', monospace;

    /* Font Sizes */
    --text-xs:   0.6875rem;  /* 11px */
    --text-sm:   0.8125rem;  /* 13px */
    --text-base: 0.9375rem;  /* 15px */
    --text-md:   1.0625rem;  /* 17px */
    --text-lg:   1.25rem;    /* 20px */
    --text-xl:   1.5rem;     /* 24px */
    --text-2xl:  2rem;       /* 32px */
    --text-3xl:  2.625rem;   /* 42px */
    --text-4xl:  3.5rem;     /* 56px */
    --text-5xl:  4.5rem;     /* 72px */
    --text-6xl:  6rem;       /* 96px */

    /* Font Weights */
    --fw-light:   300;
    --fw-regular: 400;
    --fw-medium:  500;
    --fw-semibold: 600;
    --fw-bold:    700;

    /* Line Heights */
    --lh-tight:   1.15;
    --lh-snug:    1.3;
    --lh-normal:  1.6;
    --lh-relaxed: 1.8;

    /* Letter Spacing */
    --ls-tight:   -0.02em;
    --ls-normal:  0;
    --ls-wide:    0.04em;
    --ls-wider:   0.08em;
    --ls-widest:  0.18em;

    /* Spacing Scale */
    --space-1:   0.25rem;   /* 4px */
    --space-2:   0.5rem;    /* 8px */
    --space-3:   0.75rem;   /* 12px */
    --space-4:   1rem;      /* 16px */
    --space-5:   1.25rem;   /* 20px */
    --space-6:   1.5rem;    /* 24px */
    --space-8:   2rem;      /* 32px */
    --space-10:  2.5rem;    /* 40px */
    --space-12:  3rem;      /* 48px */
    --space-16:  4rem;      /* 64px */
    --space-20:  5rem;      /* 80px */
    --space-24:  6rem;      /* 96px */
    --space-32:  8rem;      /* 128px */

    /* Layout */
    --container-max:   1320px;
    --container-wide:  1520px;
    --container-narrow: 780px;
    --header-height:   90px;
    --sidebar-width:   280px;

    /* Borders & Radius */
    --radius-sm:  2px;
    --radius-md:  4px;
    --radius-lg:  8px;
    --radius-xl:  12px;
    --radius-full: 9999px;
    --border-width: 1px;
    --border-width-thick: 2px;

    /* Shadows */
    --shadow-sm:   0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md:   0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.05);
    --shadow-lg:   0 12px 32px rgba(0,0,0,0.10), 0 4px 8px rgba(0,0,0,0.06);
    --shadow-xl:   0 24px 48px rgba(0,0,0,0.14), 0 8px 16px rgba(0,0,0,0.08);
    --shadow-gold: 0 4px 20px rgba(201,168,76,0.22);

    /* Transitions */
    --transition-fast:   150ms ease;
    --transition-base:   280ms ease;
    --transition-slow:   450ms ease;
    --transition-slower: 700ms cubic-bezier(0.22, 1, 0.36, 1);

    /* Z-index scale */
    --z-base:     1;
    --z-dropdown: 100;
    --z-sticky:   200;
    --z-overlay:  300;
    --z-drawer:   400;
    --z-modal:    500;
    --z-toast:    600;
    --z-top:      700;

    /* Linen texture SVG data URI (subtle, 3-5% opacity) */
    --texture-linen: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
}

/* ============================================================
   3. CSS RESET / BASE STYLES
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: var(--fw-regular);
    line-height: var(--lh-normal);
    color: var(--color-text-primary);
    background-color: var(--color-secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body.nav-open,
body.modal-open,
body.drawer-open {
    overflow: hidden;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

img {
    object-fit: cover;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

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

ul,
ol {
    list-style: none;
}

button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

fieldset {
    border: none;
}

address {
    font-style: normal;
}

hr {
    border: none;
    border-top: var(--border-width) solid var(--color-border);
    margin: var(--space-8) 0;
}

::selection {
    background-color: var(--color-accent);
    color: var(--color-primary);
}

:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 3px;
}

/* ============================================================
   4. TYPOGRAPHY STYLES
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: var(--fw-light);
    line-height: var(--lh-tight);
    letter-spacing: var(--ls-tight);
    color: var(--color-text-primary);
}

h1 { font-size: var(--text-5xl); }
h2 { font-size: var(--text-4xl); }
h3 { font-size: var(--text-3xl); }
h4 { font-size: var(--text-2xl); }
h5 { font-size: var(--text-xl); }
h6 { font-size: var(--text-lg); }

p {
    font-size: var(--text-base);
    line-height: var(--lh-relaxed);
    color: var(--color-text-secondary);
    max-width: 68ch;
}

.text-on-dark,
.text-on-dark p,
.text-on-dark h1,
.text-on-dark h2,
.text-on-dark h3,
.text-on-dark h4,
.text-on-dark h5,
.text-on-dark h6 {
    color: var(--color-text-on-dark);
}

.text-on-dark p {
    color: var(--color-text-on-dark-muted);
}

.overline {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-3);
}

.overline--light {
    color: var(--color-accent-light);
}

.lead {
    font-size: var(--text-md);
    font-weight: var(--fw-light);
    line-height: var(--lh-relaxed);
    color: var(--color-text-secondary);
}

.text-italic-serif {
    font-family: var(--font-decorative);
    font-style: italic;
    font-weight: var(--fw-light);
}

.price {
    font-family: var(--font-mono);
    font-weight: var(--fw-medium);
    letter-spacing: var(--ls-normal);
}

.price--large {
    font-size: var(--text-2xl);
}

.price--original {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    text-decoration: line-through;
}

.price--sale {
    color: var(--color-accent-secondary);
}

strong, b {
    font-weight: var(--fw-semibold);
}

em, i {
    font-style: italic;
}

small {
    font-size: var(--text-sm);
}

.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

.text-xs   { font-size: var(--text-xs); }
.text-sm   { font-size: var(--text-sm); }
.text-base { font-size: var(--text-base); }
.text-lg   { font-size: var(--text-lg); }
.text-xl   { font-size: var(--text-xl); }

.text-gold   { color: var(--color-accent); }
.text-muted  { color: var(--color-text-secondary); }

/* ============================================================
   5. LAYOUT UTILITIES
   ============================================================ */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: var(--space-8);
}

.container--wide {
    max-width: var(--container-wide);
}

.container--narrow {
    max-width: var(--container-narrow);
}

.grid {
    display: grid;
}

.grid--2 { grid-template-columns: repeat(2, 1fr); gap: var(--space-6); }
.grid--3 { grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.grid--4 { grid-template-columns: repeat(4, 1fr); gap: var(--space-6); }

.flex           { display: flex; }
.flex-center    { display: flex; align-items: center; justify-content: center; }
.flex-between   { display: flex; align-items: center; justify-content: space-between; }
.flex-col       { flex-direction: column; }
.flex-wrap      { flex-wrap: wrap; }
.gap-2          { gap: var(--space-2); }
.gap-4          { gap: var(--space-4); }
.gap-6          { gap: var(--space-6); }
.gap-8          { gap: var(--space-8); }

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

/* ============================================================
   6. HEADER STYLES
   ============================================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background-color: var(--color-secondary);
    border-bottom: var(--border-width) solid var(--color-accent);
    z-index: var(--z-sticky);
    transition: box-shadow var(--transition-base), background-color var(--transition-base);
}

.site-header.scrolled {
    box-shadow: var(--shadow-md);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* Logo */
.site-logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    user-select: none;
    flex-shrink: 0;
}

.site-logo__name {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    letter-spacing: var(--ls-wider);
    color: var(--color-primary);
    line-height: 1;
    text-transform: uppercase;
}

.site-logo__tagline {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: var(--fw-light);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-top: var(--space-1);
    line-height: 1;
}

/* Primary Navigation */
.site-nav {
    display: flex;
    align-items: center;
    gap: 0;
    height: 100%;
}

.site-nav__item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.site-nav__link {
    display: flex;
    align-items: center;
    gap: var(--space-1);
    padding: 0 var(--space-5);
    height: 100%;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
    white-space: nowrap;
    position: relative;
}

.site-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: var(--space-5);
    right: var(--space-5);
    height: 2px;
    background-color: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--transition-base);
}

.site-nav__link:hover {
    color: var(--color-accent);
}

.site-nav__link:hover::after,
.site-nav__item.active .site-nav__link::after {
    transform: scaleX(1);
}

.site-nav__item.active .site-nav__link {
    color: var(--color-accent);
}

.site-nav__link svg {
    width: 10px;
    height: 10px;
    transition: transform var(--transition-fast);
}

.site-nav__item:hover .site-nav__link svg {
    transform: rotate(180deg);
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    flex-shrink: 0;
}

.header-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    color: var(--color-text-primary);
    transition: color var(--transition-fast), background-color var(--transition-fast);
    position: relative;
    text-decoration: none;
}

.header-action-btn:hover {
    color: var(--color-accent);
    background-color: var(--color-surface-light);
}

.header-action-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

/* Cart Badge */
.cart-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background-color: var(--color-accent);
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: var(--fw-medium);
    line-height: 16px;
    text-align: center;
    border-radius: var(--radius-full);
    pointer-events: none;
    transition: transform var(--transition-fast);
}

.header-action-btn:hover .cart-badge {
    transform: scale(1.1);
}

/* Mobile hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.nav-toggle__line {
    display: block;
    width: 22px;
    height: 1.5px;
    background-color: var(--color-primary);
    transition: transform var(--transition-base), opacity var(--transition-fast), width var(--transition-base);
    transform-origin: center;
}

.nav-toggle.active .nav-toggle__line:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle.active .nav-toggle__line:nth-child(2) {
    opacity: 0;
    width: 0;
}

.nav-toggle.active .nav-toggle__line:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* Search Toggle */
.search-toggle {
    position: relative;
}

/* ============================================================
   7. SEARCH OVERLAY
   ============================================================ */
.search-overlay {
    position: fixed;
    inset: 0;
    background-color: var(--color-overlay);
    z-index: var(--z-modal);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 120px;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-base), visibility var(--transition-base);
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-overlay__box {
    width: 100%;
    max-width: 680px;
    padding-inline: var(--space-6);
    transform: translateY(-20px);
    transition: transform var(--transition-base);
}

.search-overlay.active .search-overlay__box {
    transform: translateY(0);
}

.search-overlay__form {
    display: flex;
    align-items: center;
    background-color: var(--color-secondary);
    border-bottom: 2px solid var(--color-accent);
}

.search-overlay__input {
    flex: 1;
    padding: var(--space-5) var(--space-6);
    background: transparent;
    border: none;
    outline: none;
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    letter-spacing: var(--ls-tight);
}

.search-overlay__input::placeholder {
    color: var(--color-text-secondary);
    font-style: italic;
}

.search-overlay__btn {
    padding: var(--space-5) var(--space-6);
    color: var(--color-accent);
    background: transparent;
    border: none;
    cursor: pointer;
}

.search-overlay__btn svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.search-overlay__close {
    position: absolute;
    top: var(--space-8);
    right: var(--space-8);
    color: var(--color-text-on-dark);
    cursor: pointer;
    padding: var(--space-3);
    transition: color var(--transition-fast);
}

.search-overlay__close:hover {
    color: var(--color-accent);
}

.search-overlay__close svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

/* ============================================================
   8. MOBILE NAVIGATION OVERLAY
   ============================================================ */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
    z-index: var(--z-drawer);
    transform: translateX(-100%);
    transition: transform var(--transition-slower);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-nav.active {
    transform: translateX(0);
}

.mobile-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-6) var(--space-6);
    border-bottom: var(--border-width) solid var(--color-border);
    height: var(--header-height);
    flex-shrink: 0;
}

.mobile-nav__close {
    color: var(--color-text-primary);
    cursor: pointer;
    padding: var(--space-2);
    transition: color var(--transition-fast);
}

.mobile-nav__close:hover {
    color: var(--color-accent);
}

.mobile-nav__close svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.mobile-nav__body {
    flex: 1;
    padding: var(--space-6);
}

.mobile-nav__list {
    border-top: var(--border-width) solid var(--color-border-light);
}

.mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-5) 0;
    border-bottom: var(--border-width) solid var(--color-border-light);
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.mobile-nav__link:hover {
    color: var(--color-accent);
}

.mobile-nav__link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    color: var(--color-accent);
}

.mobile-nav__sub {
    display: none;
    padding-left: var(--space-4);
}

.mobile-nav__sub.active {
    display: block;
}

.mobile-nav__sub-link {
    display: block;
    padding: var(--space-3) 0;
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    text-decoration: none;
    border-bottom: var(--border-width) solid var(--color-border-light);
    transition: color var(--transition-fast);
}

.mobile-nav__sub-link:hover {
    color: var(--color-accent);
}

.mobile-nav__footer {
    padding: var(--space-6);
    border-top: var(--border-width) solid var(--color-border);
    flex-shrink: 0;
}

.mobile-nav__footer-contact {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-2);
}

/* ============================================================
   9. MEGA DROPDOWN MENU
   ============================================================ */
.mega-dropdown {
    position: absolute;
    top: var(--header-height);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 680px;
    background-color: var(--color-secondary);
    border-top: 2px solid var(--color-accent);
    box-shadow: var(--shadow-xl);
    z-index: var(--z-dropdown);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition-base), transform var(--transition-base), visibility var(--transition-base);
    padding: var(--space-8);
}

.site-nav__item:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mega-dropdown__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
}

.mega-dropdown__col-title {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-3);
    border-bottom: var(--border-width) solid var(--color-border-light);
}

.mega-dropdown__link {
    display: block;
    padding: var(--space-2) 0;
    font-size: var(--text-sm);
    font-weight: var(--fw-regular);
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color var(--transition-fast), padding-left var(--transition-fast);
}

.mega-dropdown__link:hover {
    color: var(--color-accent);
    padding-left: var(--space-3);
}

.mega-dropdown__featured {
    grid-column: span 1;
    background-color: var(--color-surface-light);
    padding: var(--space-5);
}

.mega-dropdown__featured-label {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-2);
}

.mega-dropdown__featured-title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-3);
}

.mega-dropdown__featured-link {
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    color: var(--color-accent);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    transition: gap var(--transition-fast);
}

.mega-dropdown__featured-link:hover {
    gap: var(--space-3);
}

/* ============================================================
   10. FOOTER STYLES
   ============================================================ */
.site-footer {
    background-color: var(--color-surface-dark);
    color: var(--color-text-on-dark);
    padding-top: var(--space-24);
    padding-bottom: var(--space-8);
    margin-top: auto;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: var(--space-12);
    padding-bottom: var(--space-16);
    border-bottom: var(--border-width) solid var(--color-border-dark);
}

.footer-brand__logo {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: var(--fw-light);
    letter-spacing: var(--ls-wider);
    text-transform: uppercase;
    color: var(--color-text-on-dark);
    line-height: 1;
    margin-bottom: var(--space-2);
}

.footer-brand__tagline {
    font-size: var(--text-xs);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-6);
}

.footer-brand__desc {
    font-size: var(--text-sm);
    line-height: var(--lh-relaxed);
    color: var(--color-text-on-dark-muted);
    max-width: 34ch;
    margin-bottom: var(--space-8);
}

.footer-brand__social {
    display: flex;
    gap: var(--space-4);
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: var(--border-width) solid var(--color-border-dark);
    color: var(--color-text-on-dark-muted);
    text-decoration: none;
    transition: border-color var(--transition-fast), color var(--transition-fast);
}

.footer-social-link:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.footer-social-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.footer-col__title {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-3);
    border-bottom: var(--border-width) solid var(--color-border-dark);
}

.footer-col__list {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.footer-col__link {
    font-size: var(--text-sm);
    color: var(--color-text-on-dark-muted);
    text-decoration: none;
    transition: color var(--transition-fast);
    line-height: var(--lh-snug);
}

.footer-col__link:hover {
    color: var(--color-text-on-dark);
}

.footer-col__address {
    font-size: var(--text-sm);
    line-height: var(--lh-relaxed);
    color: var(--color-text-on-dark-muted);
}

.footer-col__address strong {
    display: block;
    color: var(--color-text-on-dark);
    margin-bottom: var(--space-1);
    font-weight: var(--fw-medium);
}

.site-footer__bottom {
    padding-top: var(--space-8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-6);
    flex-wrap: wrap;
}

.footer-legal {
    font-size: var(--text-xs);
    color: var(--color-text-on-dark-muted);
    line-height: var(--lh-relaxed);
}

.footer-legal-links {
    display: flex;
    gap: var(--space-6);
    flex-wrap: wrap;
}

.footer-legal-link {
    font-size: var(--text-xs);
    color: var(--color-text-on-dark-muted);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-legal-link:hover {
    color: var(--color-accent);
}

.footer-payment-icons {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.footer-payment-icon {
    height: 22px;
    width: auto;
    filter: brightness(0.5);
    transition: filter var(--transition-fast);
}

.footer-payment-icon:hover {
    filter: brightness(0.8);
}

/* ============================================================
   11. HERO SECTION
   ============================================================ */
.hero {
    margin-top: var(--header-height);
    min-height: calc(100vh - var(--header-height));
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
}

.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--space-24) var(--space-20) var(--space-24) clamp(var(--space-8), 6vw, var(--space-24));
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
    position: relative;
}

.hero__overline {
    margin-bottom: var(--space-6);
}

.hero__title {
    font-family: var(--font-heading);
    font-size: clamp(var(--text-4xl), 5.5vw, var(--text-6xl));
    font-weight: var(--fw-light);
    letter-spacing: var(--ls-tight);
    line-height: var(--lh-tight);
    color: var(--color-primary);
    margin-bottom: var(--space-6);
    max-width: 14ch;
}

.hero__subtitle {
    font-family: var(--font-decorative);
    font-style: italic;
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-10);
    max-width: 36ch;
}

.hero__actions {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.hero__gold-line {
    position: absolute;
    bottom: var(--space-12);
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-accent);
    transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero__gold-line.is-visible {
    width: 60%;
}

.hero__image {
    position: relative;
    background-color: var(--color-surface-dark);
    overflow: hidden;
}

.hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slower);
}

.hero:hover .hero__image img {
    transform: scale(1.03);
}

.hero__image-label {
    position: absolute;
    bottom: var(--space-8);
    left: var(--space-8);
    background-color: var(--color-accent);
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: var(--text-xs);
    font-weight: var(--fw-medium);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    padding: var(--space-2) var(--space-4);
}

.hero__scroll-hint {
    position: absolute;
    bottom: var(--space-8);
    right: var(--space-8);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-xs);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-text-secondary);
    cursor: pointer;
}

.hero__scroll-line {
    width: 1px;
    height: 40px;
    background-color: var(--color-accent);
    animation: scrollPulse 1.8s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { transform: scaleY(1); opacity: 1; }
    50% { transform: scaleY(0.5); opacity: 0.4; }
}

/* ============================================================
   12. BUTTON STYLES
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-8);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    text-decoration: none;
    border: var(--border-width) solid transparent;
    cursor: pointer;
    transition: background-color var(--transition-fast), color var(--transition-fast),
                border-color var(--transition-fast), box-shadow var(--transition-fast),
                transform var(--transition-fast);
    white-space: nowrap;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.btn:active {
    transform: translateY(1px);
}

/* Primary: Gold fill */
.btn--primary {
    background-color: var(--color-accent);
    color: var(--color-primary);
    border-color: var(--color-accent);
}

.btn--primary:hover {
    background-color: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
    box-shadow: var(--shadow-gold);
}

/* Secondary: Outlined gold */
.btn--secondary {
    background-color: transparent;
    color: var(--color-accent);
    border-color: var(--color-accent);
}

.btn--secondary:hover {
    background-color: var(--color-accent);
    color: var(--color-primary);
}

/* Ghost: Outlined dark */
.btn--ghost {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn--ghost:hover {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

/* Ghost on dark background */
.btn--ghost-light {
    background-color: transparent;
    color: var(--color-text-on-dark);
    border-color: var(--color-border-dark);
}

.btn--ghost-light:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
}

/* Small */
.btn--sm {
    padding: var(--space-2) var(--space-5);
    font-size: var(--text-xs);
}

/* Large */
.btn--lg {
    padding: var(--space-5) var(--space-10);
    font-size: var(--text-base);
}

/* Full width */
.btn--full {
    width: 100%;
}

/* Icon only */
.btn--icon {
    padding: var(--space-3);
    border-radius: var(--radius-md);
}

/* Text link with animated underline */
.link-underline {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    color: var(--color-accent);
    text-decoration: none;
    position: relative;
}

.link-underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-accent);
    transform: scaleX(0.3);
    transform-origin: left;
    transition: transform var(--transition-base);
}

.link-underline:hover::after {
    transform: scaleX(1);
}

.link-underline svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    transition: transform var(--transition-fast);
}

.link-underline:hover svg {
    transform: translateX(3px);
}

/* ============================================================
   13. SECTION STYLES
   ============================================================ */
.section {
    padding-block: var(--space-24);
}

.section--sm {
    padding-block: var(--space-16);
}

.section--lg {
    padding-block: var(--space-32);
}

.section--light {
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
}

.section--dark {
    background-color: var(--color-surface-dark);
}

.section--darkest {
    background-color: var(--color-surface-mid);
}

.section--white {
    background-color: var(--color-secondary);
}

/* Section header centered */
.section-header {
    text-align: center;
    margin-bottom: var(--space-16);
}

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

.section-header__overline {
    margin-bottom: var(--space-3);
}

.section-header__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: var(--fw-light);
    letter-spacing: var(--ls-tight);
    color: var(--color-primary);
    margin-bottom: var(--space-4);
}

.section-header--on-dark .section-header__title {
    color: var(--color-text-on-dark);
}

.section-header__subtitle {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    max-width: 52ch;
    margin-inline: auto;
    line-height: var(--lh-relaxed);
}

.section-header--left .section-header__subtitle {
    margin-inline: 0;
}

/* Gold line under section titles */
.section-gold-line {
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--color-accent);
    margin-inline: auto;
    margin-top: var(--space-6);
    transition: width 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.section-gold-line.is-visible {
    width: 60px;
}

.section-header--left .section-gold-line {
    margin-inline: 0;
}

/* ============================================================
   14. CATEGORY CARD STYLES
   ============================================================ */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
}

.category-card {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background-color: var(--color-surface-dark);
}

.category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slower);
}

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

.category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,0.78) 0%, rgba(10,10,10,0.1) 60%);
}

.category-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-6);
    border-bottom: 2px solid transparent;
    transition: border-color var(--transition-base);
}

.category-card:hover .category-card__body {
    border-color: var(--color-accent);
}

.category-card__label {
    display: block;
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-2);
}

.category-card__title {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-secondary);
    line-height: var(--lh-snug);
    margin-bottom: var(--space-3);
}

.category-card__count {
    font-size: var(--text-xs);
    color: var(--color-text-on-dark-muted);
    letter-spacing: var(--ls-wide);
}

/* ============================================================
   15. PRODUCT CARD STYLES
   ============================================================ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
}

.product-card {
    background-color: var(--color-surface-dark);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.product-card__frame {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: var(--color-surface-mid);
    flex-shrink: 0;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slower);
}

.product-card:hover .product-card__image {
    transform: scale(1.06);
}

.product-card__badges {
    position: absolute;
    top: var(--space-4);
    left: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    z-index: var(--z-base);
}

.badge {
    display: inline-block;
    padding: var(--space-1) var(--space-3);
    font-family: var(--font-mono);
    font-size: var(--text-xs);
    font-weight: var(--fw-medium);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    line-height: 1.6;
}

.badge--new {
    background-color: var(--color-accent);
    color: var(--color-primary);
}

.badge--sale {
    background-color: var(--color-accent-secondary);
    color: var(--color-secondary);
}

.badge--exclusive {
    background-color: var(--color-primary);
    color: var(--color-accent);
    border: var(--border-width) solid var(--color-accent);
}

.product-card__actions {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    z-index: var(--z-base);
    opacity: 0;
    transform: translateX(8px);
    transition: opacity var(--transition-base), transform var(--transition-base);
}

.product-card:hover .product-card__actions {
    opacity: 1;
    transform: translateX(0);
}

.product-card__action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--color-secondary);
    color: var(--color-primary);
    border: none;
    cursor: pointer;
    transition: background-color var(--transition-fast), color var(--transition-fast);
}

.product-card__action-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-primary);
}

.product-card__action-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.product-card__body {
    padding: var(--space-5);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.product-card__brand {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
}

.product-card__name {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-text-on-dark);
    line-height: var(--lh-snug);
    text-decoration: none;
    display: block;
    transition: color var(--transition-fast);
}

.product-card__name:hover {
    color: var(--color-accent-light);
}

.product-card__price-row {
    display: flex;
    align-items: baseline;
    gap: var(--space-3);
    margin-top: auto;
}

.product-card__price {
    font-family: var(--font-mono);
    font-size: var(--text-lg);
    font-weight: var(--fw-medium);
    color: var(--color-text-on-dark);
}

.product-card__price--original {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-text-on-dark-muted);
    text-decoration: line-through;
}

.product-card__stars {
    display: flex;
    gap: 2px;
}

.product-card__add-to-cart {
    display: none;
    width: 100%;
    padding: var(--space-3) var(--space-4);
    background-color: var(--color-accent);
    color: var(--color-primary);
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background-color var(--transition-fast);
    margin-top: var(--space-2);
}

.product-card:hover .product-card__add-to-cart {
    display: block;
}

.product-card__add-to-cart:hover {
    background-color: var(--color-accent-dark);
}

/* ============================================================
   16. STAR RATINGS
   ============================================================ */
.stars {
    display: inline-flex;
    gap: 2px;
    align-items: center;
}

.stars__icon {
    width: 13px;
    height: 13px;
    color: var(--color-accent);
}

.stars__icon--filled {
    fill: var(--color-accent);
}

.stars__icon--empty {
    fill: none;
    stroke: var(--color-accent);
    stroke-width: 1.5;
}

.stars__count {
    font-size: var(--text-xs);
    color: var(--color-text-on-dark-muted);
    margin-left: var(--space-2);
}

.stars--on-light .stars__count {
    color: var(--color-text-secondary);
}

/* ============================================================
   17. VALUE PROPOSITION ROWS
   ============================================================ */
.value-props {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
}

.value-prop {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-10) var(--space-8);
    position: relative;
}

.value-prop + .value-prop::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: var(--border-width);
    background-color: var(--color-border);
}

.value-prop__icon {
    width: 44px;
    height: 44px;
    color: var(--color-accent);
    margin-bottom: var(--space-5);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.2;
}

.value-prop__title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-2);
}

.value-prop__desc {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    max-width: 22ch;
}

.value-prop__divider {
    display: block;
    width: 30px;
    height: 1px;
    background-color: var(--color-accent);
    margin: var(--space-4) auto;
}

/* ============================================================
   18. EDITORIAL NEW ARRIVALS (LARGE + 2 SMALL)
   ============================================================ */
.editorial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
}

.editorial-grid__main {
    grid-row: span 2;
}

.editorial-card {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background-color: var(--color-surface-dark);
}

.editorial-card--large {
    aspect-ratio: 9 / 16;
}

.editorial-card--small {
    aspect-ratio: 16 / 10;
}

.editorial-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slower);
}

.editorial-card:hover .editorial-card__image {
    transform: scale(1.05);
}

.editorial-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,0.80) 0%, transparent 55%);
}

.editorial-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-8);
}

.editorial-card__category {
    display: block;
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-3);
}

.editorial-card__title {
    font-family: var(--font-heading);
    font-weight: var(--fw-light);
    color: var(--color-secondary);
    margin-bottom: var(--space-4);
}

.editorial-card--large .editorial-card__title {
    font-size: var(--text-3xl);
}

.editorial-card--small .editorial-card__title {
    font-size: var(--text-xl);
}

.editorial-card__price {
    font-family: var(--font-mono);
    font-size: var(--text-base);
    color: var(--color-accent-light);
    display: block;
}

.editorial-card__cta {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    margin-top: var(--space-4);
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    color: var(--color-accent);
    border-bottom: var(--border-width) solid transparent;
    padding-bottom: 1px;
    transition: border-color var(--transition-fast);
}

.editorial-card:hover .editorial-card__cta {
    border-color: var(--color-accent);
}

/* ============================================================
   19. TESTIMONIALS
   ============================================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.testimonial {
    padding: var(--space-10);
    background-color: var(--color-secondary);
    position: relative;
}

.testimonial--dark {
    background-color: var(--color-surface-dark);
}

.testimonial__quote-char {
    font-family: var(--font-heading);
    font-size: 6rem;
    font-weight: var(--fw-light);
    color: var(--color-accent);
    line-height: 0.8;
    display: block;
    margin-bottom: var(--space-6);
    opacity: 0.6;
}

.testimonial__text {
    font-family: var(--font-decorative);
    font-style: italic;
    font-size: var(--text-lg);
    font-weight: var(--fw-light);
    color: var(--color-text-primary);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-8);
    max-width: 100%;
}

.testimonial--dark .testimonial__text {
    color: var(--color-text-on-dark);
}

.testimonial__gold-line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: var(--color-accent);
    margin-bottom: var(--space-5);
}

.testimonial__author {
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.testimonial__avatar {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-full);
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--color-accent);
}

.testimonial__name {
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    color: var(--color-text-primary);
    display: block;
}

.testimonial--dark .testimonial__name {
    color: var(--color-text-on-dark);
}

.testimonial__role {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    display: block;
    margin-top: 2px;
}

.testimonial__stars {
    margin-bottom: var(--space-4);
}

/* ============================================================
   20. NEWSLETTER SECTION
   ============================================================ */
.newsletter {
    background-color: var(--color-primary);
    padding-block: var(--space-20);
}

.newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-12);
}

.newsletter__content {
    flex: 1;
}

.newsletter__title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: var(--fw-light);
    color: var(--color-text-on-dark);
    margin-bottom: var(--space-3);
}

.newsletter__subtitle {
    font-size: var(--text-base);
    color: var(--color-text-on-dark-muted);
    max-width: 44ch;
}

.newsletter__form {
    display: flex;
    gap: 0;
    flex: 1;
    max-width: 480px;
}

.newsletter__input {
    flex: 1;
    padding: var(--space-4) var(--space-5);
    background-color: transparent;
    border: var(--border-width) solid var(--color-border-dark);
    border-right: none;
    color: var(--color-text-on-dark);
    font-family: var(--font-body);
    font-size: var(--text-base);
    outline: none;
    transition: border-color var(--transition-fast);
}

.newsletter__input::placeholder {
    color: var(--color-text-on-dark-muted);
    font-style: italic;
}

.newsletter__input:focus {
    border-color: var(--color-accent);
}

.newsletter__submit {
    padding: var(--space-4) var(--space-6);
    background-color: var(--color-accent);
    color: var(--color-primary);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    border: var(--border-width) solid var(--color-accent);
    cursor: pointer;
    transition: background-color var(--transition-fast), border-color var(--transition-fast);
    white-space: nowrap;
}

.newsletter__submit:hover {
    background-color: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
}

.newsletter__disclaimer {
    margin-top: var(--space-3);
    font-size: var(--text-xs);
    color: var(--color-text-on-dark-muted);
}

.newsletter__disclaimer a {
    color: var(--color-accent);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color var(--transition-fast);
}

.newsletter__disclaimer a:hover {
    text-decoration-color: var(--color-accent);
}

/* ============================================================
   21. BRAND LOGOS ROW
   ============================================================ */
.brands {
    padding-block: var(--space-16);
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
}

.brands__title {
    text-align: center;
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-text-secondary);
    margin-bottom: var(--space-10);
}

.brands__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
    flex-wrap: wrap;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 100px;
}

.brand-logo img {
    max-height: 36px;
    width: auto;
    filter: grayscale(100%) brightness(0.5);
    transition: filter var(--transition-base), transform var(--transition-base);
    object-fit: contain;
}

.brand-logo:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

/* ============================================================
   22. CATALOG PAGE
   ============================================================ */
.catalog-layout {
    margin-top: var(--header-height);
    display: flex;
    min-height: 100vh;
}

.catalog-sidebar {
    width: var(--sidebar-width);
    flex-shrink: 0;
    border-right: var(--border-width) solid var(--color-border);
    padding: var(--space-8);
    position: sticky;
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
}

.filter-group {
    margin-bottom: var(--space-8);
    padding-bottom: var(--space-8);
    border-bottom: var(--border-width) solid var(--color-border-light);
}

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

.filter-group__title {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-group__title svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    transition: transform var(--transition-fast);
}

.filter-group.collapsed .filter-group__title svg {
    transform: rotate(-90deg);
}

.filter-group__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.filter-option {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    cursor: pointer;
    user-select: none;
}

.filter-option__checkbox {
    width: 16px;
    height: 16px;
    border: var(--border-width) solid var(--color-border);
    background-color: var(--color-secondary);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color var(--transition-fast), background-color var(--transition-fast);
}

.filter-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-option input[type="checkbox"]:checked + .filter-option__checkbox {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}

.filter-option__label {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    transition: color var(--transition-fast);
}

.filter-option:hover .filter-option__label {
    color: var(--color-text-primary);
}

.filter-option__count {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-left: auto;
}

/* Filter bar (top sticky) */
.filter-bar {
    position: sticky;
    top: var(--header-height);
    z-index: var(--z-sticky);
    background-color: var(--color-secondary);
    border-bottom: var(--border-width) solid var(--color-border);
    padding: var(--space-4) var(--space-8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
}

.filter-bar__result-count {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
}

.filter-bar__result-count strong {
    color: var(--color-text-primary);
}

.filter-bar__sort {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.filter-bar__sort-label {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    white-space: nowrap;
}

.filter-bar__sort-select {
    padding: var(--space-2) var(--space-4);
    padding-right: var(--space-8);
    background-color: var(--color-secondary);
    border: var(--border-width) solid var(--color-border);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    color: var(--color-text-primary);
    cursor: pointer;
    appearance: none;
    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='%236B6B6B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right var(--space-3) center;
    outline: none;
    transition: border-color var(--transition-fast);
}

.filter-bar__sort-select:focus {
    border-color: var(--color-accent);
}

.catalog-main {
    flex: 1;
    padding: var(--space-8);
    min-width: 0;
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    margin-top: var(--space-16);
}

.pagination__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 var(--space-3);
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    border: var(--border-width) solid var(--color-border-light);
    background-color: var(--color-secondary);
    text-decoration: none;
    transition: border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);
    cursor: pointer;
}

.pagination__btn:hover,
.pagination__btn.active {
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.pagination__btn.active {
    background-color: var(--color-accent);
    color: var(--color-primary);
}

.pagination__btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* ============================================================
   23. PRODUCT PAGE
   ============================================================ */
.product-page {
    margin-top: var(--header-height);
    padding-block: var(--space-12);
}

.product-page__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: start;
}

/* Thumbnail Gallery */
.product-gallery {
    position: sticky;
    top: calc(var(--header-height) + var(--space-8));
}

.product-gallery__main {
    aspect-ratio: 1 / 1;
    background-color: var(--color-surface-light);
    overflow: hidden;
    margin-bottom: var(--space-4);
    position: relative;
}

.product-gallery__main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slower);
}

.product-gallery__main:hover .product-gallery__main-image {
    transform: scale(1.04);
}

.product-gallery__thumbs {
    display: flex;
    gap: var(--space-3);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-gallery__thumbs::-webkit-scrollbar {
    display: none;
}

.product-gallery__thumb {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background-color: var(--color-surface-light);
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color var(--transition-fast);
}

.product-gallery__thumb.active,
.product-gallery__thumb:hover {
    border-color: var(--color-accent);
}

.product-gallery__thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Info */
.product-info__brand {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-3);
    display: block;
}

.product-info__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: var(--fw-light);
    letter-spacing: var(--ls-tight);
    color: var(--color-primary);
    margin-bottom: var(--space-4);
}

.product-info__rating {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
}

.product-info__rating-count {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
}

.product-info__gold-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-border);
    margin-block: var(--space-6);
    position: relative;
}

.product-info__gold-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 1px;
    background-color: var(--color-accent);
}

.product-info__price-row {
    display: flex;
    align-items: baseline;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
}

.product-info__price {
    font-family: var(--font-mono);
    font-size: var(--text-3xl);
    font-weight: var(--fw-medium);
    color: var(--color-primary);
}

.product-info__price--original {
    font-family: var(--font-mono);
    font-size: var(--text-lg);
    color: var(--color-text-secondary);
    text-decoration: line-through;
}

.product-info__price--save {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-accent-secondary);
}

.product-info__vat-note {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-top: var(--space-1);
}

/* Options: Color, Storage, etc. */
.product-options {
    margin-bottom: var(--space-6);
}

.product-options__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    color: var(--color-text-primary);
    margin-bottom: var(--space-3);
}

.product-options__label span {
    font-weight: var(--fw-regular);
    color: var(--color-text-secondary);
}

.product-options__swatches {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.product-option-swatch {
    width: 36px;
    height: 36px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color var(--transition-fast);
    position: relative;
}

.product-option-swatch.active,
.product-option-swatch:hover {
    border-color: var(--color-accent);
}

.product-options__pills {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
}

.product-option-pill {
    padding: var(--space-2) var(--space-5);
    border: var(--border-width) solid var(--color-border);
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);
    user-select: none;
}

.product-option-pill:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.product-option-pill.active {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-primary);
}

.product-option-pill.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    border: var(--border-width) solid var(--color-border);
    width: fit-content;
}

.quantity-selector__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: var(--text-xl);
    color: var(--color-text-primary);
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color var(--transition-fast), background-color var(--transition-fast);
    user-select: none;
    line-height: 1;
}

.quantity-selector__btn:hover {
    background-color: var(--color-surface-light);
    color: var(--color-accent);
}

.quantity-selector__value {
    width: 48px;
    height: 44px;
    text-align: center;
    font-family: var(--font-mono);
    font-size: var(--text-base);
    border: none;
    border-left: var(--border-width) solid var(--color-border);
    border-right: var(--border-width) solid var(--color-border);
    outline: none;
    color: var(--color-text-primary);
    background-color: transparent;
}

.quantity-selector__value::-webkit-inner-spin-button,
.quantity-selector__value::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Add to cart row */
.product-cta-row {
    display: flex;
    gap: var(--space-3);
    margin-bottom: var(--space-8);
}

.product-cta-row .btn--primary {
    flex: 1;
}

/* Trust badges on product page */
.product-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
    padding: var(--space-6);
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
    border-top: 2px solid var(--color-accent);
    margin-bottom: var(--space-8);
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-2);
}

.trust-badge__icon {
    width: 28px;
    height: 28px;
    color: var(--color-accent);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.trust-badge__label {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    color: var(--color-text-primary);
    line-height: var(--lh-snug);
}

/* Product Tabs */
.product-tabs {
    border-top: var(--border-width) solid var(--color-border);
    margin-top: var(--space-20);
}

.product-tabs__nav {
    display: flex;
    border-bottom: var(--border-width) solid var(--color-border);
    overflow-x: auto;
    scrollbar-width: none;
}

.product-tabs__tab {
    flex-shrink: 0;
    padding: var(--space-5) var(--space-8);
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    color: var(--color-text-secondary);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: color var(--transition-fast), border-color var(--transition-fast);
}

.product-tabs__tab:hover {
    color: var(--color-text-primary);
}

.product-tabs__tab.active {
    color: var(--color-accent);
    border-bottom-color: var(--color-accent);
}

.product-tabs__panel {
    display: none;
    padding: var(--space-10) 0;
}

.product-tabs__panel.active {
    display: block;
}

.product-tabs__panel p {
    margin-bottom: var(--space-4);
}

/* Spec table */
.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table tr {
    border-bottom: var(--border-width) solid var(--color-border-light);
}

.spec-table td {
    padding: var(--space-4) var(--space-4);
    font-size: var(--text-sm);
    vertical-align: top;
}

.spec-table td:first-child {
    font-weight: var(--fw-semibold);
    color: var(--color-text-primary);
    width: 40%;
    padding-left: 0;
}

.spec-table td:last-child {
    color: var(--color-text-secondary);
}

/* ============================================================
   24. CART PAGE
   ============================================================ */
.cart-page {
    margin-top: var(--header-height);
    padding-block: var(--space-12);
}

.cart-page__grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: var(--space-12);
    align-items: start;
}

.cart-page__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-8);
}

/* Cart items */
.cart-items {
    border-top: 2px solid var(--color-accent);
}

.cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: var(--space-6);
    padding: var(--space-6) 0;
    border-bottom: var(--border-width) solid var(--color-border-light);
    align-items: start;
}

.cart-item__image-wrap {
    width: 100px;
    height: 100px;
    background-color: var(--color-surface-light);
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item__brand {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-1);
    display: block;
}

.cart-item__name {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-2);
    text-decoration: none;
    display: block;
    transition: color var(--transition-fast);
}

.cart-item__name:hover {
    color: var(--color-accent);
}

.cart-item__variant {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-4);
}

.cart-item__quantity {
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.cart-item__remove {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    text-decoration: underline;
    cursor: pointer;
    transition: color var(--transition-fast);
    background: none;
    border: none;
    padding: 0;
}

.cart-item__remove:hover {
    color: var(--color-error);
}

.cart-item__price {
    text-align: right;
}

.cart-item__price-value {
    font-family: var(--font-mono);
    font-size: var(--text-lg);
    font-weight: var(--fw-medium);
    color: var(--color-primary);
    display: block;
    margin-bottom: var(--space-1);
}

.cart-item__price-original {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    text-decoration: line-through;
    display: block;
}

/* Order summary */
.order-summary {
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
    padding: var(--space-8);
    border-top: 2px solid var(--color-accent);
    position: sticky;
    top: calc(var(--header-height) + var(--space-8));
}

.order-summary__title {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-4);
    border-bottom: var(--border-width) solid var(--color-border);
}

.order-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: var(--space-3) 0;
    font-size: var(--text-sm);
}

.order-summary__row-label {
    color: var(--color-text-secondary);
}

.order-summary__row-value {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-text-primary);
}

.order-summary__row--shipping .order-summary__row-value {
    color: var(--color-success);
}

.order-summary__divider {
    height: var(--border-width);
    background-color: var(--color-border);
    margin-block: var(--space-4);
}

.order-summary__total-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: var(--space-4) 0;
}

.order-summary__total-label {
    font-size: var(--text-base);
    font-weight: var(--fw-semibold);
    color: var(--color-text-primary);
}

.order-summary__total-value {
    font-family: var(--font-mono);
    font-size: var(--text-2xl);
    font-weight: var(--fw-medium);
    color: var(--color-primary);
}

.order-summary__vat {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-6);
}

.order-summary__promo {
    display: flex;
    gap: 0;
    margin-bottom: var(--space-6);
}

.order-summary__promo-input {
    flex: 1;
    padding: var(--space-3) var(--space-4);
    border: var(--border-width) solid var(--color-border);
    border-right: none;
    background-color: var(--color-secondary);
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    outline: none;
    text-transform: uppercase;
    letter-spacing: var(--ls-wide);
    transition: border-color var(--transition-fast);
}

.order-summary__promo-input:focus {
    border-color: var(--color-accent);
}

.order-summary__promo-btn {
    padding: var(--space-3) var(--space-5);
    background-color: var(--color-primary);
    color: var(--color-secondary);
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    border: var(--border-width) solid var(--color-primary);
    cursor: pointer;
    transition: background-color var(--transition-fast);
    white-space: nowrap;
}

.order-summary__promo-btn:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-primary);
}

.order-summary__note {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-top: var(--space-4);
}

.order-summary__note svg {
    width: 14px;
    height: 14px;
    stroke: var(--color-accent);
    fill: none;
    stroke-width: 1.5;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ============================================================
   25. CHECKOUT PAGE
   ============================================================ */
.checkout-page {
    margin-top: var(--header-height);
    padding-block: var(--space-12);
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
    min-height: calc(100vh - var(--header-height));
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: var(--space-12);
    align-items: start;
}

.checkout-step {
    background-color: var(--color-secondary);
    padding: var(--space-8);
    margin-bottom: var(--space-4);
}

.checkout-step__header {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-4);
    border-bottom: var(--border-width) solid var(--color-border-light);
}

.checkout-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: var(--border-width) solid var(--color-accent);
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-accent);
    flex-shrink: 0;
}

.checkout-step__title {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
}

/* Checkout fieldset */
.form-fieldset {
    border: var(--border-width) solid var(--color-border);
    padding: var(--space-6);
    margin-bottom: var(--space-6);
    position: relative;
    transition: border-color var(--transition-fast);
}

.form-fieldset:focus-within {
    border-color: var(--color-accent);
}

.form-fieldset__legend {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
    padding-inline: var(--space-2);
    background-color: var(--color-secondary);
    position: absolute;
    top: -9px;
    left: var(--space-4);
}

.form-row {
    display: grid;
    gap: var(--space-4);
    margin-bottom: var(--space-4);
}

.form-row--2 {
    grid-template-columns: 1fr 1fr;
}

.form-row--3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.form-label {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    color: var(--color-text-secondary);
}

.form-input {
    padding: var(--space-4) var(--space-4);
    background-color: var(--color-secondary);
    border: var(--border-width) solid var(--color-border);
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-primary);
    outline: none;
    transition: border-color var(--transition-fast);
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
}

.form-input:focus {
    border-color: var(--color-accent);
}

.form-input--bottom-border {
    border: none;
    border-bottom: var(--border-width) solid var(--color-border);
    padding-inline: 0;
    background-color: transparent;
    transition: border-color var(--transition-fast);
}

.form-input--bottom-border:focus {
    border-bottom-color: var(--color-accent);
}

.form-select {
    padding: var(--space-4) var(--space-10) var(--space-4) var(--space-4);
    background-color: var(--color-secondary);
    border: var(--border-width) solid var(--color-border);
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-primary);
    outline: none;
    cursor: pointer;
    appearance: none;
    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='%236B6B6B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right var(--space-4) center;
    width: 100%;
    transition: border-color var(--transition-fast);
    border-radius: 0;
}

.form-select:focus {
    border-color: var(--color-accent);
}

.form-textarea {
    padding: var(--space-4);
    background-color: var(--color-secondary);
    border: var(--border-width) solid var(--color-border);
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-primary);
    outline: none;
    resize: vertical;
    min-height: 120px;
    width: 100%;
    transition: border-color var(--transition-fast);
    border-radius: 0;
}

.form-textarea:focus {
    border-color: var(--color-accent);
}

/* Validation states */
.form-input.is-valid,
.form-select.is-valid,
.form-textarea.is-valid {
    border-color: var(--color-success);
}

.form-input.is-invalid,
.form-select.is-invalid,
.form-textarea.is-invalid {
    border-color: var(--color-error);
}

.form-error {
    font-size: var(--text-xs);
    color: var(--color-error);
    margin-top: var(--space-1);
    display: flex;
    align-items: center;
    gap: var(--space-1);
}

.form-error svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
}

.form-hint {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-top: var(--space-1);
}

/* Payment method cards */
.payment-methods {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.payment-method-card {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-4) var(--space-5);
    border: var(--border-width) solid var(--color-border);
    cursor: pointer;
    transition: border-color var(--transition-fast), background-color var(--transition-fast);
    user-select: none;
}

.payment-method-card:hover {
    border-color: var(--color-accent);
}

.payment-method-card.selected {
    border-color: var(--color-accent);
    background-color: rgba(201, 168, 76, 0.04);
}

.payment-method-card input[type="radio"] {
    accent-color: var(--color-accent);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.payment-method-card__icon {
    width: 40px;
    height: 26px;
    object-fit: contain;
    filter: grayscale(1);
    transition: filter var(--transition-fast);
}

.payment-method-card.selected .payment-method-card__icon {
    filter: grayscale(0);
}

.payment-method-card__label {
    font-size: var(--text-sm);
    font-weight: var(--fw-medium);
    color: var(--color-text-primary);
}

.payment-method-card__sub {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
}

/* ============================================================
   26. CONTACT PAGE
   ============================================================ */
.contact-page {
    margin-top: var(--header-height);
}

.contact-page__hero {
    background-color: var(--color-primary);
    padding-block: var(--space-24);
    text-align: center;
}

.contact-page__hero .section-header__title {
    color: var(--color-text-on-dark);
}

.contact-page__hero .section-header__subtitle {
    color: var(--color-text-on-dark-muted);
    margin-inline: auto;
}

.contact-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
    margin-top: calc(-1 * var(--space-10));
    position: relative;
    z-index: var(--z-base);
}

.contact-card {
    background-color: var(--color-secondary);
    padding: var(--space-10) var(--space-8);
    text-align: center;
    box-shadow: var(--shadow-lg);
    border-top: 3px solid var(--color-accent);
}

.contact-card__icon {
    width: 48px;
    height: 48px;
    color: var(--color-accent);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.2;
    margin: 0 auto var(--space-5);
}

.contact-card__title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-3);
}

.contact-card__info {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
}

.contact-card__link {
    display: inline-block;
    margin-top: var(--space-4);
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    color: var(--color-accent);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.contact-card__link:hover {
    color: var(--color-accent-dark);
}

/* Contact form section */
.contact-form-section {
    padding-block: var(--space-24);
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: start;
}

.contact-form__title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-4);
}

.contact-form__desc {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-8);
    max-width: 44ch;
}

/* Map section */
.map-section {
    height: 420px;
    background-color: var(--color-surface-dark);
    position: relative;
    overflow: hidden;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(0.4) contrast(0.9);
}

/* FAQ Accordion */
.faq-section {
    padding-block: var(--space-24);
}

.accordion {
    border-top: var(--border-width) solid var(--color-border);
}

.accordion-item {
    border-bottom: var(--border-width) solid var(--color-border);
}

.accordion-item__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--space-6) 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: var(--space-4);
}

.accordion-item__question {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-text-primary);
    transition: color var(--transition-fast);
    flex: 1;
}

.accordion-item__trigger:hover .accordion-item__question {
    color: var(--color-accent);
}

.accordion-item__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--color-accent);
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    transition: transform var(--transition-base);
}

.accordion-item.open .accordion-item__icon {
    transform: rotate(45deg);
}

.accordion-item__body {
    overflow: hidden;
    max-height: 0;
    transition: max-height var(--transition-slow);
}

.accordion-item.open .accordion-item__body {
    max-height: 600px;
}

.accordion-item__answer {
    padding-bottom: var(--space-6);
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    max-width: 72ch;
}

/* ============================================================
   27. ABOUT PAGE
   ============================================================ */
.about-hero {
    margin-top: var(--header-height);
    background-color: var(--color-primary);
    padding-block: var(--space-32);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero__title {
    font-family: var(--font-heading);
    font-size: var(--text-6xl);
    font-weight: var(--fw-light);
    letter-spacing: var(--ls-tight);
    color: var(--color-text-on-dark);
    margin-bottom: var(--space-6);
}

.about-hero__subtitle {
    font-family: var(--font-decorative);
    font-style: italic;
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-accent);
    max-width: 44ch;
    margin-inline: auto;
    line-height: var(--lh-relaxed);
}

.about-hero__gold-line {
    display: block;
    width: 80px;
    height: 1px;
    background-color: var(--color-accent);
    margin: var(--space-8) auto 0;
}

/* Values section */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.value-item {
    padding: var(--space-16) var(--space-12);
    border-right: var(--border-width) solid var(--color-border);
    text-align: center;
}

.value-item:last-child {
    border-right: none;
}

.value-item__number {
    font-family: var(--font-heading);
    font-size: var(--text-5xl);
    font-weight: var(--fw-light);
    color: var(--color-accent);
    opacity: 0.3;
    display: block;
    margin-bottom: var(--space-4);
    line-height: 1;
}

.value-item__title {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-3);
}

.value-item__desc {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    max-width: 28ch;
    margin-inline: auto;
}

/* Stats row */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: var(--color-primary);
}

.stat-item {
    padding: var(--space-12) var(--space-8);
    text-align: center;
    border-right: var(--border-width) solid var(--color-border-dark);
}

.stat-item:last-child {
    border-right: none;
}

.stat-item__value {
    font-family: var(--font-heading);
    font-size: var(--text-5xl);
    font-weight: var(--fw-light);
    color: var(--color-accent);
    display: block;
    margin-bottom: var(--space-2);
    line-height: 1;
}

.stat-item__label {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-text-on-dark-muted);
}

/* Team cards */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-6);
}

.team-card {
    text-align: center;
}

.team-card__photo-wrap {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background-color: var(--color-surface-light);
    margin-bottom: var(--space-5);
    position: relative;
}

.team-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    transition: filter var(--transition-slow), transform var(--transition-slower);
}

.team-card:hover .team-card__photo {
    filter: grayscale(0);
    transform: scale(1.04);
}

.team-card__name {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-1);
}

.team-card__role {
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-widest);
    text-transform: uppercase;
    color: var(--color-accent);
}

/* ============================================================
   28. LEGAL / POLICY PAGES
   ============================================================ */
.legal-page {
    margin-top: var(--header-height);
    padding-block: var(--space-20);
}

.legal-page__inner {
    max-width: var(--container-narrow);
    margin-inline: auto;
}

.legal-page__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-4);
}

.legal-page__last-updated {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-10);
    padding-bottom: var(--space-6);
    border-bottom: var(--border-width) solid var(--color-border);
}

.legal-page__body h2 {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-top: var(--space-10);
    margin-bottom: var(--space-4);
}

.legal-page__body h3 {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-top: var(--space-8);
    margin-bottom: var(--space-3);
}

.legal-page__body p {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-4);
    max-width: 100%;
}

.legal-page__body ul,
.legal-page__body ol {
    padding-left: var(--space-6);
    margin-bottom: var(--space-4);
}

.legal-page__body ul {
    list-style: disc;
}

.legal-page__body ol {
    list-style: decimal;
}

.legal-page__body li {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-2);
}

.legal-page__body a {
    color: var(--color-accent);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color var(--transition-fast);
}

.legal-page__body a:hover {
    text-decoration-color: var(--color-accent);
}

.legal-company-box {
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
    border-left: 3px solid var(--color-accent);
    padding: var(--space-6) var(--space-8);
    margin-block: var(--space-8);
}

.legal-company-box__row {
    display: flex;
    gap: var(--space-4);
    padding: var(--space-2) 0;
    font-size: var(--text-sm);
    border-bottom: var(--border-width) solid var(--color-border-light);
}

.legal-company-box__row:last-child {
    border-bottom: none;
}

.legal-company-box__key {
    font-weight: var(--fw-semibold);
    color: var(--color-text-primary);
    width: 180px;
    flex-shrink: 0;
}

.legal-company-box__value {
    color: var(--color-text-secondary);
}

/* ============================================================
   29. CART DRAWER (slide-in from right)
   ============================================================ */
.cart-drawer-overlay {
    position: fixed;
    inset: 0;
    background-color: var(--color-overlay);
    z-index: var(--z-overlay);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-base), visibility var(--transition-base);
}

.cart-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
    z-index: var(--z-drawer);
    transform: translateX(100%);
    transition: transform var(--transition-slower);
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-xl);
}

.cart-drawer.active {
    transform: translateX(0);
}

.cart-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-6);
    border-bottom: var(--border-width) solid var(--color-border);
    flex-shrink: 0;
}

.cart-drawer__title {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.cart-drawer__count {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
}

.cart-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--color-text-primary);
    cursor: pointer;
    transition: color var(--transition-fast);
}

.cart-drawer__close:hover {
    color: var(--color-accent);
}

.cart-drawer__close svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.cart-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-6);
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
}

.cart-drawer__body::-webkit-scrollbar {
    width: 4px;
}

.cart-drawer__body::-webkit-scrollbar-track {
    background: transparent;
}

.cart-drawer__body::-webkit-scrollbar-thumb {
    background-color: var(--color-border);
}

.cart-drawer-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: var(--space-4);
    padding: var(--space-4) 0;
    border-bottom: var(--border-width) solid var(--color-border-light);
}

.cart-drawer-item__image-wrap {
    width: 80px;
    height: 80px;
    background-color: var(--color-surface-light);
    overflow: hidden;
    flex-shrink: 0;
}

.cart-drawer-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-drawer-item__name {
    font-family: var(--font-heading);
    font-size: var(--text-base);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-1);
    display: block;
}

.cart-drawer-item__variant {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-3);
}

.cart-drawer-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-drawer-item__price {
    font-family: var(--font-mono);
    font-size: var(--text-base);
    color: var(--color-primary);
}

.cart-drawer-item__remove {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    transition: color var(--transition-fast);
}

.cart-drawer-item__remove:hover {
    color: var(--color-error);
}

.cart-drawer__footer {
    border-top: var(--border-width) solid var(--color-border);
    padding: var(--space-6);
    flex-shrink: 0;
    background-color: var(--color-surface-light);
}

.cart-drawer__subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: var(--space-4);
}

.cart-drawer__subtotal-label {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
}

.cart-drawer__subtotal-value {
    font-family: var(--font-mono);
    font-size: var(--text-xl);
    font-weight: var(--fw-medium);
    color: var(--color-primary);
}

.cart-drawer__shipping-note {
    font-size: var(--text-xs);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-5);
    text-align: center;
}

.cart-drawer__cta {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

/* ============================================================
   30. QUICK VIEW MODAL
   ============================================================ */
.modal-overlay {
    position: fixed;
    inset: 0;
    background-color: var(--color-overlay);
    z-index: var(--z-modal);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-8);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-base), visibility var(--transition-base);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background-color: var(--color-secondary);
    max-width: 860px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.96) translateY(10px);
    transition: transform var(--transition-base);
    scrollbar-width: thin;
}

.modal-overlay.active .modal {
    transform: scale(1) translateY(0);
}

.modal__close {
    position: absolute;
    top: var(--space-5);
    right: var(--space-5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    z-index: var(--z-base);
    cursor: pointer;
    color: var(--color-text-secondary);
    transition: color var(--transition-fast);
}

.modal__close:hover {
    color: var(--color-primary);
}

.modal__close svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

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

.modal__image {
    aspect-ratio: 1 / 1;
    background-color: var(--color-surface-light);
    overflow: hidden;
}

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

.modal__content {
    padding: var(--space-10);
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

/* Success modal */
.success-modal .modal {
    max-width: 480px;
    text-align: center;
    padding: var(--space-16) var(--space-12);
}

.success-modal__icon {
    width: 72px;
    height: 72px;
    border-radius: var(--radius-full);
    border: 2px solid var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-6);
    color: var(--color-accent);
}

.success-modal__icon svg {
    width: 36px;
    height: 36px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.success-modal__title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-3);
}

.success-modal__text {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-8);
    max-width: 100%;
    margin-inline: auto;
}

/* ============================================================
   31. COOKIE CONSENT BANNER
   ============================================================ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-primary);
    border-top: 2px solid var(--color-accent);
    padding: var(--space-5) 0;
    z-index: var(--z-top);
    transform: translateY(100%);
    transition: transform var(--transition-slower);
}

.cookie-banner.active {
    transform: translateY(0);
}

.cookie-banner__inner {
    display: flex;
    align-items: center;
    gap: var(--space-8);
    flex-wrap: wrap;
}

.cookie-banner__text {
    flex: 1;
    font-size: var(--text-sm);
    color: var(--color-text-on-dark-muted);
    line-height: var(--lh-relaxed);
    max-width: 100%;
}

.cookie-banner__text a {
    color: var(--color-accent);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color var(--transition-fast);
}

.cookie-banner__text a:hover {
    text-decoration-color: var(--color-accent);
}

.cookie-banner__actions {
    display: flex;
    gap: var(--space-3);
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* ============================================================
   32. BACK TO TOP BUTTON
   ============================================================ */
.back-to-top {
    position: fixed;
    bottom: var(--space-8);
    right: var(--space-8);
    width: 44px;
    height: 44px;
    background-color: var(--color-accent);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: var(--z-sticky);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity var(--transition-base), visibility var(--transition-base),
                transform var(--transition-base), background-color var(--transition-fast);
    border: none;
    box-shadow: var(--shadow-gold);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: var(--color-accent-dark);
}

.back-to-top svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* ============================================================
   33. BREADCRUMB BAR
   ============================================================ */
.breadcrumb {
    padding: var(--space-4) 0;
    border-bottom: var(--border-width) solid var(--color-border-light);
    margin-bottom: var(--space-8);
}

.breadcrumb__list {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    flex-wrap: wrap;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.breadcrumb__link {
    font-size: var(--text-xs);
    font-weight: var(--fw-regular);
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.breadcrumb__link:hover {
    color: var(--color-accent);
}

.breadcrumb__separator {
    font-size: var(--text-xs);
    color: var(--color-border);
}

.breadcrumb__current {
    font-size: var(--text-xs);
    color: var(--color-accent);
    font-weight: var(--fw-medium);
}

/* ============================================================
   34. SCROLL REVEAL ANIMATIONS
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity var(--transition-slower), transform var(--transition-slower);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }
.reveal--delay-5 { transition-delay: 0.5s; }

.reveal--from-left {
    transform: translateX(-24px);
}

.reveal--from-left.is-visible {
    transform: translateX(0);
}

.reveal--from-right {
    transform: translateX(24px);
}

.reveal--from-right.is-visible {
    transform: translateX(0);
}

.reveal--fade {
    transform: none;
}

/* Gold horizontal line decoration */
.gold-line-decor {
    display: block;
    height: 1px;
    background-color: var(--color-accent);
    width: 0;
    transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-line-decor.is-visible {
    width: 100%;
}

.gold-line-decor--short {
    max-width: 80px;
}

.gold-line-decor--medium {
    max-width: 200px;
}

/* ============================================================
   35. TOAST NOTIFICATION
   ============================================================ */
.toast-container {
    position: fixed;
    top: calc(var(--header-height) + var(--space-4));
    right: var(--space-6);
    z-index: var(--z-toast);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    pointer-events: none;
}

.toast {
    background-color: var(--color-primary);
    color: var(--color-text-on-dark);
    padding: var(--space-4) var(--space-5);
    border-left: 3px solid var(--color-accent);
    display: flex;
    align-items: center;
    gap: var(--space-4);
    pointer-events: auto;
    max-width: 340px;
    box-shadow: var(--shadow-lg);
    transform: translateX(120%);
    transition: transform var(--transition-base);
}

.toast.active {
    transform: translateX(0);
}

.toast--success {
    border-left-color: var(--color-success);
}

.toast--error {
    border-left-color: var(--color-error);
}

.toast__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    color: var(--color-accent);
}

.toast--success .toast__icon { color: var(--color-success); }
.toast--error .toast__icon   { color: var(--color-error); }

.toast__message {
    font-size: var(--text-sm);
    line-height: var(--lh-snug);
    flex: 1;
}

.toast__close {
    color: var(--color-text-on-dark-muted);
    cursor: pointer;
    flex-shrink: 0;
    transition: color var(--transition-fast);
}

.toast__close:hover {
    color: var(--color-text-on-dark);
}

.toast__close svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* ============================================================
   36. WISHLIST PAGE
   ============================================================ */
.wishlist-page {
    margin-top: var(--header-height);
    padding-block: var(--space-12);
}

.wishlist-empty {
    text-align: center;
    padding-block: var(--space-24);
}

.wishlist-empty__icon {
    width: 72px;
    height: 72px;
    color: var(--color-border);
    stroke: currentColor;
    fill: none;
    stroke-width: 1;
    margin: 0 auto var(--space-8);
}

.wishlist-empty__title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-4);
}

.wishlist-empty__text {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-8);
    margin-inline: auto;
}

/* ============================================================
   37. ORDER CONFIRMATION PAGE
   ============================================================ */
.order-confirm {
    margin-top: var(--header-height);
    padding-block: var(--space-24);
    text-align: center;
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
}

.order-confirm__inner {
    max-width: 600px;
    margin-inline: auto;
}

.order-confirm__icon {
    width: 80px;
    height: 80px;
    border: 2px solid var(--color-accent);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-8);
    color: var(--color-accent);
}

.order-confirm__icon svg {
    width: 40px;
    height: 40px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.order-confirm__order-id {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-4);
}

.order-confirm__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-5);
}

.order-confirm__text {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-10);
    margin-inline: auto;
}

.order-confirm__details {
    background-color: var(--color-surface-light);
    background-image: var(--texture-linen);
    border-top: 2px solid var(--color-accent);
    padding: var(--space-6);
    text-align: left;
    margin-bottom: var(--space-8);
}

/* ============================================================
   38. SEARCH RESULTS PAGE
   ============================================================ */
.search-results-page {
    margin-top: var(--header-height);
    padding-block: var(--space-12);
}

.search-results__header {
    margin-bottom: var(--space-10);
    padding-bottom: var(--space-6);
    border-bottom: var(--border-width) solid var(--color-border);
}

.search-results__query {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: var(--fw-light);
    color: var(--color-primary);
    margin-bottom: var(--space-3);
}

.search-results__query em {
    color: var(--color-accent);
    font-style: italic;
}

.search-results__count {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
}

/* ============================================================
   39. LOADING SKELETON
   ============================================================ */
@keyframes shimmer {
    0%   { background-position: -600px 0; }
    100% { background-position: 600px 0; }
}

.skeleton {
    background: linear-gradient(90deg,
        var(--color-border-light) 25%,
        var(--color-border) 50%,
        var(--color-border-light) 75%
    );
    background-size: 600px 100%;
    animation: shimmer 1.4s ease infinite;
}

.skeleton-rect {
    height: 16px;
    border-radius: 0;
    margin-bottom: var(--space-3);
}

.skeleton-rect--short { width: 40%; }
.skeleton-rect--medium { width: 65%; }
.skeleton-rect--full { width: 100%; }

/* ============================================================
   40. UTILITY / HELPER CLASSES
   ============================================================ */
.mt-0  { margin-top: 0; }
.mt-4  { margin-top: var(--space-4); }
.mt-8  { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }
.mb-0  { margin-bottom: 0; }
.mb-4  { margin-bottom: var(--space-4); }
.mb-8  { margin-bottom: var(--space-8); }
.mb-12 { margin-bottom: var(--space-12); }

.w-full { width: 100%; }
.h-full { height: 100%; }

.hidden   { display: none !important; }
.block    { display: block; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }

.aspect-square  { aspect-ratio: 1 / 1; }
.aspect-portrait { aspect-ratio: 3 / 4; }
.aspect-video   { aspect-ratio: 16 / 9; }

.object-cover  { object-fit: cover; }
.object-contain { object-fit: contain; }

.italic        { font-style: italic; }
.uppercase     { text-transform: uppercase; }
.tracking-wide { letter-spacing: var(--ls-wide); }
.tracking-widest { letter-spacing: var(--ls-widest); }

.border-top-gold {
    border-top: 2px solid var(--color-accent);
}

.border-bottom-gold {
    border-bottom: 2px solid var(--color-accent);
}

.bg-light { background-color: var(--color-surface-light); background-image: var(--texture-linen); }
.bg-dark  { background-color: var(--color-surface-dark); }
.bg-white { background-color: var(--color-secondary); }
.bg-black { background-color: var(--color-primary); }

/* ============================================================
   41. RESPONSIVE — TABLET (max 1024px)
   ============================================================ */
@media (max-width: 1024px) {
    :root {
        --header-height: 72px;
    }

    h1 { font-size: var(--text-4xl); }
    h2 { font-size: var(--text-3xl); }
    h3 { font-size: var(--text-2xl); }

    .container {
        padding-inline: var(--space-6);
    }

    /* Hide desktop nav, show toggle */
    .site-nav {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    /* Hero splits to stacked */
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero__content {
        padding: var(--space-16) var(--space-8);
        order: 2;
    }

    .hero__image {
        aspect-ratio: 16 / 9;
        order: 1;
    }

    .hero__title {
        font-size: var(--text-4xl);
    }

    /* Category grid */
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Products grid */
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Footer */
    .site-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-8);
    }

    /* Value props */
    .value-props {
        grid-template-columns: repeat(2, 1fr);
    }

    .value-prop + .value-prop::before {
        display: none;
    }

    /* Product page */
    .product-page__grid {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }

    .product-gallery {
        position: static;
    }

    /* Cart */
    .cart-page__grid {
        grid-template-columns: 1fr;
    }

    .order-summary {
        position: static;
    }

    /* Checkout */
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    /* Contact */
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-cards-row {
        grid-template-columns: 1fr;
        margin-top: var(--space-8);
    }

    /* About */
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Editorial */
    .editorial-grid {
        grid-template-columns: 1fr;
    }

    .editorial-grid__main {
        grid-row: span 1;
    }

    .editorial-card--large {
        aspect-ratio: 16 / 9;
    }

    /* Testimonials */
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    /* Values */
    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-item {
        border-right: none;
        border-bottom: var(--border-width) solid var(--color-border);
    }

    /* Newsletter */
    .newsletter__inner {
        flex-direction: column;
        gap: var(--space-8);
        text-align: center;
    }

    .newsletter__form {
        max-width: 100%;
        width: 100%;
    }

    .newsletter__subtitle {
        max-width: 100%;
    }

    /* Modal */
    .modal__body {
        grid-template-columns: 1fr;
    }

    .modal__image {
        aspect-ratio: 16 / 9;
    }

    /* Catalog */
    .catalog-layout {
        flex-direction: column;
    }

    .catalog-sidebar {
        width: 100%;
        position: static;
        height: auto;
        border-right: none;
        border-bottom: var(--border-width) solid var(--color-border);
    }

    /* Product trust */
    .product-trust {
        grid-template-columns: 1fr;
        gap: var(--space-3);
    }

    /* Footer */
    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-4);
    }
}

/* ============================================================
   42. RESPONSIVE — MOBILE (max 768px)
   ============================================================ */
@media (max-width: 768px) {
    :root {
        --header-height: 64px;
        --space-24: 4rem;
        --space-20: 3.5rem;
        --space-16: 3rem;
    }

    h1 { font-size: var(--text-3xl); }
    h2 { font-size: var(--text-2xl); }
    h3 { font-size: var(--text-xl); }
    h4 { font-size: var(--text-lg); }

    .section {
        padding-block: var(--space-16);
    }

    .section-header__title {
        font-size: var(--text-3xl);
    }

    .container {
        padding-inline: var(--space-5);
    }

    /* Category grid */
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
    }

    /* Products grid */
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
    }

    /* Value props */
    .value-props {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .site-footer__top {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }

    .site-footer {
        padding-top: var(--space-12);
    }

    /* Hero */
    .hero__title {
        font-size: var(--text-3xl);
    }

    .hero__subtitle {
        font-size: var(--text-lg);
    }

    /* Cart drawer */
    .cart-drawer {
        width: 100%;
    }

    /* Cart item */
    .cart-item {
        grid-template-columns: 80px 1fr;
    }

    .cart-item__price {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        gap: var(--space-4);
        text-align: left;
    }

    /* Form rows */
    .form-row--2,
    .form-row--3 {
        grid-template-columns: 1fr;
    }

    /* Product page */
    .product-info__title {
        font-size: var(--text-3xl);
    }

    .product-cta-row {
        flex-direction: column;
    }

    /* Newsletter */
    .newsletter__form {
        flex-direction: column;
    }

    .newsletter__input {
        border-right: var(--border-width) solid var(--color-border-dark);
    }

    .newsletter__submit {
        width: 100%;
        text-align: center;
    }

    /* About */
    .about-hero__title {
        font-size: var(--text-4xl);
    }

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

    .stats-row {
        grid-template-columns: 1fr 1fr;
    }

    /* Legal company box */
    .legal-company-box__row {
        flex-direction: column;
        gap: var(--space-1);
    }

    .legal-company-box__key {
        width: auto;
    }

    /* Brands */
    .brands__row {
        gap: var(--space-6);
    }

    /* Cookie banner */
    .cookie-banner__inner {
        flex-direction: column;
        gap: var(--space-5);
        text-align: center;
    }

    .cookie-banner__actions {
        width: 100%;
        justify-content: center;
    }

    /* Back to top */
    .back-to-top {
        bottom: var(--space-5);
        right: var(--space-5);
    }

    /* Pagination */
    .pagination {
        gap: var(--space-1);
    }

    /* Product tabs */
    .product-tabs__tab {
        padding: var(--space-4) var(--space-5);
        font-size: var(--text-xs);
    }

    /* Filter bar */
    .filter-bar {
        flex-wrap: wrap;
        gap: var(--space-3);
        padding: var(--space-4) var(--space-5);
    }

    /* Contact card */
    .contact-cards-row {
        grid-template-columns: 1fr;
    }

    /* Modal */
    .modal-overlay {
        padding: var(--space-5);
        align-items: flex-end;
    }

    .modal {
        max-height: 95vh;
    }

    /* Breadcrumb */
    .breadcrumb__list {
        gap: var(--space-1);
    }

    /* Toast */
    .toast-container {
        right: var(--space-4);
        left: var(--space-4);
    }

    .toast {
        max-width: 100%;
    }

    /* Section header */
    .section-header {
        margin-bottom: var(--space-10);
    }

    /* Grid utilities */
    .grid--2,
    .grid--3,
    .grid--4 {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   43. RESPONSIVE — SMALL MOBILE (max 480px)
   ============================================================ */
@media (max-width: 480px) {
    :root {
        --header-height: 60px;
    }

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

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

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

    .hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

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

    .stats-row {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: none;
        border-bottom: var(--border-width) solid var(--color-border-dark);
    }

    .about-hero__title {
        font-size: var(--text-3xl);
    }

    .about-hero__subtitle {
        font-size: var(--text-lg);
    }

    .editorial-card--small {
        aspect-ratio: 4 / 3;
    }

    .mega-dropdown {
        display: none;
    }

    .newsletter__input {
        font-size: var(--text-sm);
    }

    .search-overlay__input {
        font-size: var(--text-xl);
    }

    .footer-legal-links {
        flex-direction: column;
        gap: var(--space-3);
    }
}

/* ============================================================
   44. PRINT STYLES
   ============================================================ */
@media print {
    .site-header,
    .site-footer,
    .cookie-banner,
    .back-to-top,
    .cart-drawer,
    .cart-drawer-overlay,
    .modal-overlay,
    .search-overlay,
    .mobile-nav,
    .toast-container,
    .newsletter {
        display: none !important;
    }

    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }

    .container {
        max-width: 100%;
        padding-inline: 0;
    }

    a {
        text-decoration: underline;
    }

    h1, h2, h3, h4 {
        page-break-after: avoid;
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}

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

    .reveal {
        opacity: 1;
        transform: none;
    }

    .gold-line-decor.is-visible,
    .section-gold-line.is-visible,
    .hero__gold-line.is-visible {
        width: 100%;
    }

    .hero__scroll-line {
        animation: none;
    }
}

/* ============================================================
   46. HIGH CONTRAST / DARK MODE ADJUSTMENTS
   ============================================================ */
@media (prefers-color-scheme: dark) {
    /* Intentionally not implementing full dark mode —
       luxury brand stays with its defined palette.
       Only adjust accessible elements if needed. */
}

/* ============================================================
   47. AJAX FORM FEEDBACK
   ============================================================ */

/* Inline success / error messages injected by main.js AJAX handler */
.form-ajax-message {
    padding: 14px 18px;
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    letter-spacing: var(--ls-wide);
    margin-top: var(--space-4);
    line-height: var(--lh-normal);
}

.form-ajax-message--success {
    background: #f0faf4;
    border: 1px solid var(--color-success);
    color: #1a5c33;
}

.form-ajax-message--error {
    background: #fdf0ef;
    border: 1px solid var(--color-error);
    color: var(--color-error);
}

/* Inline field-level validation errors (cart.js / main.js) */
.field-error-msg {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    color: var(--color-error);
    margin-top: 4px;
    letter-spacing: var(--ls-wide);
}

.field--error.form-input,
.field--error.form-select,
.field--error.form-textarea {
    border-color: var(--color-error) !important;
    box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.15);
}

/* ============================================================
   END OF FILE — Aurea Tech style.css
   Total coverage: Reset, Typography, Header, Navigation,
   Mega Dropdown, Footer, Hero, Buttons, Sections,
   Category Cards, Product Cards, Stars, Value Props,
   Editorial Layout, Testimonials, Newsletter, Brands,
   Catalog, Product Page, Cart Page, Checkout, Contact,
   About, Legal, Cart Drawer, Quick View Modal,
   Cookie Banner, Back to Top, Breadcrumb, Scroll Reveal,
   Gold Lines, Toast, Wishlist, Order Confirm,
   Search Results, Skeleton, Utilities, Responsive,
   AJAX Form Feedback
   ============================================================ */
