:root {
  --ink: #f1ede4;
  --muted: #aaa296;
  --line: #3a3935;
  --paper: #0d0e0f;
  --white: #171819;
  --blush: #8d3148;
  --pink: #111715;
  --blue: #26302d;
  --butter: #aa8647;
  --lilac: #55464f;
  --gold: #c3a15f;
  --shadow: 0 20px 54px rgba(0, 0, 0, .38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button, .primary, .ghost, .cart-pill { min-height: 42px; border: 1px solid var(--ink); border-radius: 0; padding: 0 16px; cursor: pointer; background: transparent; }
.primary { display: inline-flex; align-items: center; justify-content: center; width: fit-content; background: var(--blush); border-color: var(--blush); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ghost { display: inline-flex; align-items: center; justify-content: center; background: #1b1c1d; color: var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.announcement-bar { min-height: 31px; display: grid; place-items: center; padding: 6px 16px; background: #08090a; color: #d8bd84; border-bottom: 1px solid #322a20; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 74px; padding: 10px clamp(16px, 4vw, 58px); background: rgba(13,14,15,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.menu-button { justify-self: start; display: none; min-width: 40px; min-height: 40px; border: 0; padding: 0; background: transparent; font-size: 21px; }
.mobile-staff-access, .mobile-language { display: none; }
.editorial-brand { grid-column: 2; display: grid; justify-items: center; gap: 3px; text-align: center; }
.editorial-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.2vw, 31px); font-weight: 500; letter-spacing: .01em; }
.editorial-brand small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.header-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 9px; }
.header-actions button { min-height: 36px; border: 0; padding: 0 8px; background: transparent; font-size: 12px; }
.staff-access { padding: 7px 9px; border-bottom: 1px solid var(--gold); color: #d9cfbd; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cart-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; border: 0; padding: 0 2px; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.cart-pill strong { display: grid; place-items: center; min-width: 21px; height: 21px; border-radius: 50%; background: var(--gold); color: #111; font-size: 10px; }
.category-nav { position: sticky; top: 74px; z-index: 29; display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); min-height: 42px; padding: 0 18px; background: rgba(13,14,15,.94); border-bottom: 1px solid var(--line); overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { display: inline-flex; align-items: center; color: #c7c0b5; font-size: 12px; font-weight: 700; }
.category-nav a:hover { color: var(--gold); }
main { padding: 0 0 70px; }
.editorial-hero { position: relative; min-height: 620px; background: var(--pink); overflow: hidden; }
.editorial-collage { position: absolute; inset: 0; display: grid; grid-template-columns: 1.45fr .65fr; gap: 10px; padding: 22px clamp(16px, 4vw, 58px); }
.collage-main, .collage-stack img { overflow: hidden; background: #d9d1c3; }
.collage-main img, .collage-stack img { width: 100%; height: 100%; object-fit: cover; display: block; }
.collage-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; }
.editorial-hero-copy { position: absolute; left: clamp(28px, 8vw, 128px); bottom: clamp(28px, 7vw, 86px); z-index: 2; width: min(500px, calc(100% - 56px)); padding: clamp(22px, 3vw, 38px); background: rgba(15,16,17,.94); border: 1px solid rgba(195,161,95,.45); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 10px; color: var(--blush); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 78px); line-height: .98; font-weight: 400; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3.8vw, 48px); line-height: 1.05; font-weight: 400; }
.editorial-hero-copy p:not(.eyebrow) { margin: 18px 0 24px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.shop-categories, .collection-section, .trust-strip, .service-panel { margin-left: clamp(16px, 4vw, 58px); margin-right: clamp(16px, 4vw, 58px); }
.shop-categories { padding: 58px 0 28px; }
.section-title-row { display: flex; justify-content: center; margin-bottom: 24px; text-align: center; }
.category-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.category-cards a { position: relative; min-height: 260px; overflow: hidden; background: var(--blue); }
.category-cards a:nth-child(2) { background: var(--blush); }
.category-cards a:nth-child(3) { background: var(--butter); }
.category-cards a:nth-child(4) { background: var(--lilac); }
.category-cards img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.category-cards a:hover img { transform: scale(1.025); }
.category-cards span { position: absolute; left: 0; right: 0; bottom: 0; padding: 13px; background: rgba(13,14,15,.9); border-top: 1px solid rgba(195,161,95,.42); font-family: Georgia, "Times New Roman", serif; font-size: 20px; text-align: center; }
.collection-section { padding-top: 38px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-bottom: 18px; }
.collection-tools { display: grid; grid-template-columns: minmax(220px, 320px) 170px; gap: 8px; }
.collection-tools input, .collection-tools select, .quote-form input { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 0; background: #171819; color: var(--ink); padding: 0 12px; color-scheme: dark; }
.category-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 6px 0 12px; }
.category-tab { min-height: 36px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; background: #171819; color: #c0b8ac; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.category-tab.active { background: var(--gold); border-color: var(--gold); color: #111; }
.product-count { min-height: 20px; margin-bottom: 10px; color: var(--muted); font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 12px; }
.product-card { min-width: 0; background: transparent; }
.product-media { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 5; overflow: hidden; background: #d7d1c7; }
.product-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.product-card:hover .product-media img { transform: scale(1.018); }
.product-body { display: grid; gap: 7px; padding: 11px 2px 0; }
.badge { width: fit-content; color: #d4af68; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.product-title { display: flex; justify-content: space-between; align-items: start; gap: 8px; }
.product-title h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.35; font-weight: 700; }
.product-title small { color: var(--muted); font-size: 9px; white-space: nowrap; }
.product-desc { display: none; }
.price-row { display: flex; align-items: center; gap: 8px; }
.price { font-size: 13px; font-weight: 700; }
.was { color: var(--muted); font-size: 12px; text-decoration: line-through; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 3px; }
.card-actions .primary, .card-actions .ghost { width: 100%; min-height: 36px; padding: 0 8px; font-size: 10px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { display: grid; gap: 5px; padding: 22px; text-align: center; }
.trust-strip div + div { border-left: 1px solid var(--line); }
.trust-strip strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; }
.trust-strip span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.service-panel { display: grid; grid-template-columns: .9fr 1fr; gap: 50px; align-items: center; margin-top: 55px; padding: clamp(28px, 5vw, 58px); background: #171d1b; border: 1px solid #37443e; color: #fffaf0; }
.service-panel .eyebrow { color: #ead8a9; }
.service-copy { display: grid; gap: 19px; color: #f1ede3; line-height: 1.65; }
.site-footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; padding: 45px clamp(16px, 4vw, 58px); border-top: 1px solid #3e3a35; background: #08090a; color: #d8d1c5; }
.site-footer h3 { margin: 0 0 10px; color: #f8f2e7; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { line-height: 1.65; font-size: 13px; }
.footer-brand { display: grid; gap: 3px; margin-bottom: 14px; }
.footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.footer-brand small { color: #b8ad9e; font-size: 9px; letter-spacing: .12em; }
.footer-staff-link { display: inline-block; margin-top: 13px; padding-bottom: 3px; border-bottom: 1px solid var(--gold); color: #f0e5d1; font-size: 11px; font-weight: 700; }
.checkout-main, .product-detail-main { min-height: 65vh; padding: clamp(40px, 7vw, 88px) clamp(16px, 4vw, 58px); }
.checkout-main { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.checkout-intro { position: sticky; top: 150px; display: grid; gap: 18px; }
.checkout-intro p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.checkout { padding: 25px; border: 1px solid var(--line); background: #151617; box-shadow: var(--shadow); }
.checkout-head { display: flex; justify-content: space-between; gap: 14px; }
.cart-rows, .quote-result { display: grid; gap: 8px; margin-top: 16px; }
.cart-row, .service-row, .totals-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 12px; border: 1px solid var(--line); background: #1a1b1c; }
.cart-row small, .service-row small, .totals-row small { display: block; margin-top: 4px; color: var(--muted); }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.quote-form label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }
.quote-form .check { display: flex; align-items: center; gap: 8px; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.detail-back { grid-column: 1 / -1; width: fit-content; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.detail-media { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid #302f2c; padding: 0; background: #d7d1c7; cursor: pointer; }
.detail-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-gallery { display: grid; gap: 10px; }
.detail-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.detail-thumbnail { aspect-ratio: 1; overflow: hidden; border: 1px solid #302f2c; padding: 0; background: #d7d1c7; opacity: .62; }
.detail-thumbnail.active { border-color: var(--gold); opacity: 1; }
.detail-thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-image-hint { position: absolute; right: 12px; bottom: 12px; padding: 8px 11px; background: rgba(34,33,30,.82); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.detail-ai-reference { position: absolute; left: 12px; bottom: 12px; padding: 8px 11px; background: rgba(122,72,34,.9); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.detail-copy { display: grid; gap: 18px; padding-top: 10px; }
.detail-copy > p:not(.eyebrow), .detail-care { color: var(--muted); line-height: 1.7; }
.detail-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.detail-meta span { padding: 6px 9px; border: 1px solid var(--line); font-size: 11px; }
.detail-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.image-viewer { width: min(94vw, 1200px); height: min(92vh, 900px); max-width: none; max-height: none; border: 0; padding: 0; background: #181715; box-shadow: 0 28px 80px rgba(0,0,0,.48); }
.image-viewer::backdrop { background: rgba(15,14,13,.86); backdrop-filter: blur(5px); }
.image-viewer-inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 48px 24px 24px; }
.image-viewer img { width: 100%; height: 100%; object-fit: contain; }
.image-viewer-close { position: absolute; top: 10px; right: 12px; z-index: 2; min-width: 38px; min-height: 38px; border: 1px solid rgba(255,255,255,.5); padding: 0; background: #181715; color: #fff; font-size: 23px; line-height: 1; }
.empty { padding: 28px; border: 1px solid var(--line); background: #171819; color: var(--muted); text-align: center; }
.mobile-checkout-bar { display: none; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 42px 1fr auto; min-height: 64px; padding: 8px 14px; }
  .menu-button { display: none; }
  .mobile-staff-access { grid-column: 1; grid-row: 1; justify-self: start; display: inline-flex; align-items: center; min-height: 38px; color: #c9c0b2; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
  .mobile-language { grid-column: 3; grid-row: 1; justify-self: end; display: block; min-width: 38px; min-height: 38px; border: 0; padding: 0; background: transparent; font-size: 11px; }
  .editorial-brand { grid-column: 2; }
  .editorial-brand strong { font-size: 21px; }
  .header-actions { grid-column: 3; }
  .category-nav { top: 64px; justify-content: flex-start; min-height: 39px; gap: 24px; }
  .editorial-hero { min-height: 560px; }
  .editorial-collage { grid-template-columns: 1fr .48fr; padding: 14px; }
  .editorial-hero-copy { left: 24px; bottom: 24px; width: min(440px, calc(100% - 48px)); }
  .category-cards, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-cards a { min-height: 230px; }
  .collection-tools { grid-template-columns: 1fr; }
  .category-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .category-tab { flex: 0 0 auto; }
  .service-panel, .checkout-main, .product-detail, .site-footer { grid-template-columns: 1fr; }
  .checkout-intro { position: static; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .mobile-checkout-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 0 16px; background: #171819; border: 1px solid var(--gold); color: var(--ink); box-shadow: var(--shadow); }
}
@media (max-width: 560px) {
  .announcement-bar { font-size: 9px; }
  .header-actions button { display: none; }
  .category-nav { padding-left: 14px; }
  .editorial-hero { min-height: 490px; }
  .editorial-collage { grid-template-columns: 1fr; }
  .collage-stack { display: none; }
  .editorial-hero-copy { left: 14px; right: 14px; bottom: 14px; width: auto; padding: 20px; }
  h1 { font-size: 41px; }
  h2 { font-size: 30px; }
  .shop-categories { padding-top: 42px; }
  .category-cards { gap: 8px; }
  .category-cards a { min-height: 190px; }
  .category-cards span { padding: 10px 6px; font-size: 16px; }
  .section-head { align-items: stretch; flex-direction: column; }
  .product-grid { gap: 20px 8px; }
  .card-actions { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
}

html, body { max-width: 100%; overflow-x: hidden; }
.site-header, .category-nav, .editorial-hero, .shop-categories, .collection-section { min-width: 0; max-width: 100%; }
@media (max-width: 560px) {
  .announcement-bar {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: .06em;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .site-header { grid-template-columns: 40px minmax(0, 1fr) 40px; }
  .header-actions { display: none; }
  .editorial-brand { max-width: 100%; min-width: 0; }
  .editorial-brand strong { max-width: 100%; font-size: 18px; white-space: nowrap; }
  .editorial-brand small { font-size: 8px; }
  .category-nav {
    width: 100%;
    max-width: 100vw;
    padding-right: 14px;
    overscroll-behavior-inline: contain;
  }
  .editorial-hero-copy {
    left: 14px;
    right: 14px;
    width: calc(100% - 28px);
    max-width: none;
    padding: 20px 18px;
    overflow: visible;
  }
  .editorial-hero-copy > * { max-width: 100%; }
  .editorial-hero-copy h1 {
    font-size: 34px;
    line-height: 1.04;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .editorial-hero-copy p:not(.eyebrow) { font-size: 14px; }
  .section-title-row h2 { font-size: 29px; }
}
