/*
Theme Name: NARMEX Everyday Care
Theme URI: https://narmex.com.pk/
Author: NARMEX
Description: The current NARMEX Everyday Care website adapted as a multi-page WordPress theme with WooCommerce cart support.
Version: 2.4.7
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: narmex-everyday-care
*/
:root {
  color-scheme: light;
  --navy: #071522;
  --navy-2: #0d2231;
  --navy-3: #183344;
  --gold: #e8ca77;
  --gold-bright: #f1dd9c;
  --gold-deep: #967336;
  --ink: #172630;
  --muted: #68747b;
  --paper: #f4f2eb;
  --paper-2: #ebe8df;
  --white: #fffefa;
  --line: #d9d6cc;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  --page: min(1380px, calc(100% - 9vw));
  --header-height: 82px;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--navy); background: var(--gold-bright); }
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 4px; }
.section-shell { width: var(--page); max-width: 1380px; margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 15px; transform: translateY(-160%); color: var(--navy); background: var(--gold); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 60; top: 0; left: 0; width: 100%; height: 2px; background: var(--gold); box-shadow: 0 0 14px rgba(232,202,119,.7); transform: scaleX(0); transform-origin: left; }

.topline { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 4.5vw; color: rgba(241,243,241,.68); background: #04101b; font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.topline p { display: flex; align-items: center; gap: 10px; margin: 0; }
.topline-mark { width: 5px; height: 5px; display: inline-block; background: var(--gold); transform: rotate(45deg); }
.topline-divider { color: var(--gold); }
.topline a { color: var(--gold); font-size: 12px; letter-spacing: .04em; transition: color .2s ease; }
.topline a:hover { color: #fff4c9; }
.topline a span { padding-left: 5px; }

.site-header { position: sticky; z-index: 30; top: 0; color: var(--white); background: rgba(7,21,34,.94); border-bottom: 1px solid rgba(232,202,119,.2); backdrop-filter: blur(18px); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(5,17,28,.98); box-shadow: 0 10px 32px rgba(2,10,16,.2); }
.header-inner { width: var(--page); min-height: var(--header-height); margin-inline: auto; display: flex; align-items: center; gap: clamp(20px,3vw,42px); transition: min-height .3s ease; }
.site-header.is-scrolled .header-inner { min-height: 68px; }
.brand { width: 120px; flex: 0 0 120px; }
.brand img, .footer-brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(25px,4vw,62px); margin-left: auto; }
.primary-nav a { position: relative; padding: 10px 0; color: rgba(243,244,240,.74); font-size: 13px; font-weight: 500; transition: color .2s ease; }
.primary-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.primary-nav a:hover, .primary-nav a[aria-current="location"] { color: #fff7db; }
.primary-nav a:hover::after, .primary-nav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }
.bag-trigger { min-height: 43px; display: inline-flex; align-items: center; gap: 9px; padding: 0 0 0 13px; color: var(--white); background: transparent; border: 0; border-left: 1px solid rgba(232,202,119,.23); cursor: pointer; font-size: 13px; }
.bag-icon-wrap { width: 29px; height: 29px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(232,202,119,.4); border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.bag-trigger:hover .bag-icon-wrap { color: var(--navy); background: var(--gold); transform: translateY(-2px); }
.bag-trigger svg, .dock-bag-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.bag-count { min-width: 23px; height: 23px; display: inline-grid; place-items: center; padding: 0 6px; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 700; }
.bag-count.is-updated { animation: count-pop .36s var(--ease); }
.bag-total { color: rgba(237,239,234,.6); font-size: 12px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(800px, calc(100svh - 116px)); display: grid; grid-template-rows: 1fr auto; overflow: hidden; isolation: isolate; color: var(--white); background: var(--navy); }
.hero::after { position: absolute; z-index: 3; right: 4.5vw; bottom: 63px; left: 4.5vw; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(232,202,119,.45), transparent); }
.hero-backdrop, .hero-shade { position: absolute; z-index: 0; inset: 0; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; opacity: .83; animation: hero-drift 26s ease-in-out infinite alternate; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(3,12,21,.97) 0%, rgba(4,14,23,.88) 29%, rgba(5,15,24,.55) 54%, rgba(4,12,20,.18) 100%), linear-gradient(0deg, rgba(3,12,20,.78), transparent 23%, rgba(3,12,20,.13)); }
.hero-inner { position: relative; z-index: 2; width: var(--page); min-height: 0; margin: auto; display: grid; grid-template-columns: minmax(365px,.8fr) minmax(0,1.2fr); align-items: center; gap: 3vw; padding: 22px 0 34px; }
.hero-copy { position: relative; z-index: 2; max-width: 610px; padding: 14px 0 0; }
.eyebrow, .section-kicker { margin: 0; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow-line { width: 31px; height: 1px; background: linear-gradient(90deg,#8d6d31,var(--gold-bright)); }
.eyebrow-divider { opacity: .55; }
.hero h1 { max-width: 760px; margin: 22px 0 18px; font-family: var(--serif); font-size: clamp(56px,6.1vw,92px); font-weight: 400; letter-spacing: -.065em; line-height: .94; text-wrap: balance; }
.hero h1 em { display: inline-block; color: var(--gold); font-weight: 400; font-style: italic; }
.hero-lede { max-width: 465px; margin: 0; color: rgba(239,241,240,.76); font-size: clamp(17px,1.4vw,20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 26px; }
.button { position: relative; min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; overflow: hidden; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: color .22s ease, background .22s ease, transform .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: var(--navy); background: var(--gold); }
.button-gold::after { position: absolute; top: -50%; bottom: -50%; left: -35%; width: 22%; content: ""; background: rgba(255,255,255,.36); transform: skewX(-18deg) translateX(-130%); transition: transform .65s var(--ease); }
.button-gold:hover { background: var(--gold-bright); }
.button-gold:hover::after { transform: skewX(-18deg) translateX(650%); }
.button span { position: relative; z-index: 1; font-size: 17px; line-height: 1; }
.button > :first-child { position: relative; z-index: 1; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid var(--gold-deep); color: var(--ink); font-size: 13px; font-weight: 600; transition: color .2s ease, gap .2s ease; }
.text-link:hover { gap: 16px; color: var(--gold-deep); }
.text-link-light { color: rgba(246,247,241,.86); border-color: rgba(232,202,119,.62); }
.text-link-light:hover { color: var(--gold-bright); }
.hero-signature { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 29px; color: rgba(235,238,237,.65); font-size: 13px; letter-spacing: .05em; }
.hero-signature strong { color: var(--gold); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.hero-signature i, .section-aside i, .contact-small i, .footer-bottom i { width: 4px; height: 4px; display: inline-block; border-radius: 50%; background: var(--gold); }
.hero-stage { position: relative; min-width: 0; height: clamp(380px,33vw,520px); margin: 0 -2vw 0 0; isolation: isolate; perspective: 950px; }
.hero-stage::before { position: absolute; right: 2%; bottom: 10%; left: 0; height: 24%; content: ""; border-radius: 50%; background: radial-gradient(ellipse,rgba(0,0,0,.52),transparent 72%); filter: blur(18px); }
.stage-floor { position: absolute; right: 0; bottom: 13%; left: 4%; height: 1px; background: linear-gradient(90deg,transparent,rgba(232,202,119,.58),transparent); }
.stage-orbit { position: absolute; z-index: -1; top: 47%; left: 53%; width: min(66%,450px); aspect-ratio: 1; border: 1px solid rgba(236,207,134,.24); border-radius: 50%; transform: translate(-50%,-50%); animation: orbit-breathe 9s ease-in-out infinite alternate; }
.stage-orbit-one { width: min(81%,560px); border-color: rgba(236,207,134,.11); animation-delay: -4.5s; }
.stage-orbit-two { width: min(58%,390px); }
.stage-product { position: absolute; z-index: 2; bottom: 13%; width: 24%; height: 60%; object-fit: contain; filter: drop-shadow(0 27px 18px rgba(0,0,0,.42)); translate: var(--parallax-x,0px) var(--parallax-y,0px); animation: bottle-float 7s ease-in-out infinite; will-change: transform, translate; }
.stage-product-one { left: 3%; bottom: 13%; height: 51%; animation-delay: -.8s; }
.stage-product-two { z-index: 4; left: 25%; bottom: 8%; width: 31%; height: 78%; animation-delay: -2.5s; }
.stage-product-three { left: 55%; bottom: 14%; height: 57%; animation-delay: -3.8s; }
.stage-product-four { right: -3%; bottom: 13%; height: 60%; animation-delay: -1.3s; }
.stage-index { position: absolute; z-index: 5; top: 7%; left: 8%; display: inline-flex; align-items: center; gap: 10px; color: rgba(238,239,232,.68); font-size: 12px; letter-spacing: .14em; }
.stage-index span { color: var(--gold); font-weight: 700; }
.stage-index i { width: 17px; height: 1px; background: rgba(232,202,119,.66); }
.stage-caption { position: absolute; z-index: 5; right: 6%; bottom: 8%; left: 6%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 14px; border-top: 1px solid rgba(232,202,119,.35); }
.stage-caption span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.stage-caption b { padding: 0 4px; color: rgba(232,202,119,.55); }
.stage-caption strong { color: rgba(245,245,238,.87); font-family: var(--serif); font-size: 15px; font-weight: 400; font-style: italic; }
.stage-side-note { position: absolute; z-index: 5; top: 36%; right: 0; color: rgba(235,237,233,.53); font-size: 12px; letter-spacing: .15em; writing-mode: vertical-rl; }
.hero-footer { position: relative; z-index: 4; width: calc(100% - 9vw); min-height: 52px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.hero-scroll { display: inline-flex; align-items: center; gap: 11px; color: rgba(230,233,232,.7); font-size: 12px; font-weight: 650; letter-spacing: .15em; }
.hero-scroll span { position: relative; width: 26px; height: 1px; overflow: hidden; background: rgba(232,202,119,.38); }
.hero-scroll span::after { position: absolute; inset: 0; content: ""; background: var(--gold-bright); transform: translateX(-105%); animation: scroll-line 2.3s ease-in-out infinite; }
.hero-edition { display: inline-flex; align-items: center; gap: 11px; color: rgba(232,234,231,.5); font-size: 12px; letter-spacing: .15em; }
.hero-edition i { width: 3px; height: 3px; display: inline-block; border-radius: 50%; background: var(--gold); }

.marquee-band { overflow: hidden; color: rgba(244,241,230,.78); background: #0a1b29; border-bottom: 1px solid rgba(232,202,119,.19); }
.marquee-track { width: max-content; min-height: 57px; display: flex; align-items: center; animation: marquee 34s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: clamp(18px,4vw,58px); padding-right: clamp(18px,4vw,58px); font-size: 12px; font-weight: 600; letter-spacing: .2em; white-space: nowrap; }
.marquee-track b { color: var(--gold); font-size: 13px; font-weight: 400; }
.marquee-band:hover .marquee-track { animation-play-state: paused; }

.ranges-section { padding: 105px 0 110px; color: var(--ink); background: var(--paper); }
.ranges-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 39px; }
.eyebrow-dark { color: #73766e; }
.eyebrow-dark .eyebrow-line { background: var(--gold-deep); }
.ranges-heading h2, .collection-heading h2, .order-heading h2, .story-copy h2, .contact-copy h2 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(43px,5.3vw,72px); font-weight: 400; letter-spacing: -.052em; line-height: 1; }
.ranges-heading h2 em, .collection-heading h2 em, .order-heading h2 em, .story-copy h2 em { color: var(--gold-deep); font-weight: 400; }
.ranges-heading > p { max-width: 365px; margin: 0 2px 7px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.category-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 19px; }
.category-card { position: relative; min-height: 340px; display: block; overflow: hidden; isolation: isolate; padding: 21px 22px; color: #f6f2e9; background: #102432; border: 1px solid rgba(20,40,52,.12); transition: transform .45s var(--ease), box-shadow .45s ease; }
.category-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(ellipse at 77% 42%,rgba(232,202,119,.27),transparent 46%), linear-gradient(140deg,#213642,#071522 84%); transition: transform .8s var(--ease); }
.category-card::after { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 51%; content: ""; background: linear-gradient(0deg,rgba(5,16,25,.95),rgba(5,16,25,.04)); }
.category-kitchen::before { background: radial-gradient(ellipse at 76% 38%,rgba(153,201,112,.29),transparent 45%),linear-gradient(140deg,#25473c,#0a211d 84%); }
.category-home::before { background: radial-gradient(ellipse at 77% 40%,rgba(204,133,145,.3),transparent 45%),linear-gradient(140deg,#48343e,#211c29 84%); }
.category-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 23px 50px rgba(7,21,34,.18); }
.category-card:hover::before { transform: scale(1.06); }
.category-card-index { position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 10px; color: rgba(238,220,170,.94); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.category-card-index i { width: 20px; height: 1px; background: var(--gold); }
.category-card > img { position: absolute; z-index: 0; right: 1%; bottom: 2%; width: 47%; height: 77%; object-fit: contain; filter: drop-shadow(0 25px 14px rgba(0,0,0,.42)); transition: transform .6s var(--ease); }
.category-personal > img { right: 0; width: 45%; }
.category-kitchen > img { right: 3%; width: 42%; height: 72%; }
.category-home > img { right: 5%; width: 42%; height: 80%; }
.category-card:hover > img { transform: translateY(-10px) scale(1.06) rotate(1deg); }
.category-card-copy { position: absolute; z-index: 3; right: 28%; bottom: 24px; left: 22px; display: grid; gap: 5px; }
.category-card-copy strong { color: #fffaf0; font-family: var(--serif); font-size: clamp(24px,2.5vw,35px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.category-card-copy small { color: rgba(235,235,229,.71); font-size: 13px; line-height: 1.45; }
.category-card-copy b { display: flex; align-items: center; gap: 8px; margin-top: 6px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.category-card-copy b span { font-size: 16px; font-weight: 400; transition: transform .25s ease; }
.category-card:hover .category-card-copy b span { transform: translate(3px,-3px); }

.section-pad { padding: 101px 0 97px; }
.collection { color: var(--ink); background: #e9e7df; border-top: 1px solid #dfdcd3; }
.section-topline { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 16px; border-bottom: 1px solid #d0cdc3; }
.section-kicker { color: var(--gold-deep); }
.section-number { color: #ad8d4b; font-variant-numeric: tabular-nums; }
.section-aside { display: inline-flex; align-items: center; gap: 11px; color: #737b7d; font-size: 12px; font-weight: 650; letter-spacing: .12em; }
.section-aside i { background: var(--gold-deep); }
.collection-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.55fr); align-items: end; gap: 8vw; padding: 45px 0 36px; }
.collection-heading h2 { margin-top: 15px; color: var(--navy); font-size: clamp(48px,5.8vw,78px); }
.collection-intro { max-width: 460px; padding-bottom: 5px; }
.collection-intro p { margin: 0 0 18px; color: #647079; font-size: 16px; line-height: 1.75; }
.shop-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 0 18px; border-top: 1px solid #d1cec5; }
.filter-list { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.filter-button { min-height: 43px; display: inline-flex; align-items: center; gap: 10px; padding: 0 15px; color: #536069; background: transparent; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 550; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.filter-button:hover { color: var(--navy); border-color: #b8ab88; transform: translateY(-1px); }
.filter-button span { color: #899093; font-size: 12px; }
.filter-button.is-active { color: #f8f5ea; background: var(--navy); border-color: var(--navy); box-shadow: 0 6px 18px rgba(7,21,34,.13); }
.filter-button.is-active span { color: var(--gold); }
.shop-tools { min-width: min(480px,46%); display: grid; grid-template-columns: minmax(0,1fr) 214px; gap: 9px; }
.search-field, .sort-field { min-width: 0; min-height: 43px; display: flex; align-items: center; gap: 10px; padding: 0 12px; color: #788181; background: rgba(255,254,250,.64); border: 1px solid #d3d0c6; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.search-field:focus-within, .sort-field:focus-within { background: #fffefa; border-color: #9f854c; box-shadow: 0 0 0 3px rgba(159,133,76,.11); }
.search-field svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; }
.search-field input { width: 100%; min-width: 0; padding: 0; color: var(--navy); background: transparent; border: 0; outline: 0; font-size: 13px; }
.search-field input::placeholder { color: #838b89; opacity: 1; }
.search-field input::-webkit-search-cancel-button { cursor: pointer; }
.sort-field { gap: 6px; }
.sort-field span { flex: 0 0 auto; color: #89908d; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.sort-field select { width: 100%; min-width: 0; padding: 0 15px 0 0; color: var(--navy); background: transparent; border: 0; outline: 0; cursor: pointer; font-size: 12px; font-weight: 600; }
.catalogue-status { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 2px 14px; border-bottom: 1px solid #d2d0c7; }
.catalogue-status span:first-child { color: var(--navy); font-size: 14px; font-weight: 700; }
.catalogue-status span:last-child { color: #777e7f; font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 20px; padding-top: 22px; }
.product-grid[hidden] { display: none; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid rgba(28,44,48,.09); box-shadow: 0 3px 15px rgba(16,29,35,.025); transform: perspective(1200px) rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg)); transform-style: preserve-3d; transition: transform .42s var(--ease), box-shadow .4s ease, border-color .3s ease; }
.product-card::before { position: absolute; z-index: 4; inset: 0; content: ""; background: radial-gradient(circle at var(--glow-x,50%) var(--glow-y,50%),rgba(255,255,255,.36),transparent 38%); mix-blend-mode: soft-light; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.product-card:hover { z-index: 2; transform: perspective(1200px) rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg)) translateY(-6px); border-color: #c4ad73; box-shadow: 0 22px 45px rgba(15,31,38,.12); }
.product-card:hover::before { opacity: .72; }
.product-visual { position: relative; height: clamp(290px,29vw,365px); display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 48%,#fffefa 0%,#efede6 70%,#e8e6dd 100%); }
.product-card[data-category="kitchen"] .product-visual { background: radial-gradient(ellipse at 50% 48%,#fffef7 0%,#eaf0e5 73%,#e1e9dc 100%); }
.product-card[data-category="personal"] .product-visual { background: radial-gradient(ellipse at 50% 48%,#fffdfa 0%,#f0e9e4 73%,#e9e0d9 100%); }
.product-card[data-category="home"] .product-visual { background: radial-gradient(ellipse at 50% 48%,#fffdfa 0%,#eee8e7 73%,#e6dfdf 100%); }
.product-visual::before { position: absolute; z-index: 0; top: 9%; left: 50%; width: min(70%,275px); aspect-ratio: 1; content: ""; border: 1px solid rgba(20,42,51,.065); border-radius: 50%; background: radial-gradient(circle,rgba(255,255,255,.64),transparent 70%); transform: translateX(-50%); transition: transform .65s var(--ease), border-color .4s ease; }
.product-card:hover .product-visual::before { transform: translateX(-50%) scale(1.08); border-color: rgba(150,115,54,.2); }
.product-visual::after { position: absolute; z-index: 0; right: 20%; bottom: 9%; left: 20%; height: 15px; content: ""; border-radius: 50%; background: rgba(23,34,36,.17); filter: blur(10px); }
.product-visual img { position: relative; z-index: 1; width: 68%; height: 86%; max-height: 324px; object-fit: contain; filter: drop-shadow(0 18px 12px rgba(20,33,38,.14)); transition: transform .5s var(--ease), opacity .2s ease; }
.product-card:hover .product-visual img { transform: translateY(-5px) scale(1.035); }
.product-visual img.is-changing { opacity: .55; transform: scale(.97); }
.product-number { position: absolute; z-index: 2; top: 15px; left: 16px; color: rgba(32,50,56,.66); font-size: 12px; font-weight: 700; letter-spacing: .14em; font-variant-numeric: tabular-nums; }
.product-family { position: absolute; z-index: 2; top: 12px; right: 12px; max-width: 67%; overflow: hidden; padding: 6px 9px; color: #667176; background: rgba(255,254,250,.82); border: 1px solid rgba(35,51,54,.08); font-size: 12px; font-weight: 700; letter-spacing: .075em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; backdrop-filter: blur(8px); }
.product-info { flex: 1; display: flex; flex-direction: column; padding: 20px 21px 19px; }
.product-category { margin: 0 0 6px; color: #987941; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-name { min-height: 34px; margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(23px,2.2vw,30px); font-weight: 400; letter-spacing: -.025em; line-height: 1.18; }
.product-note { min-height: 43px; margin: 7px 0 18px; color: #717b7e; font-size: 14px; line-height: 1.55; }
.product-purchase { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid #e6e3da; }
.size-field { min-width: 0; display: grid; align-content: end; gap: 8px; }
.size-label { color: #747c7c; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.variant-options { display: flex; flex-wrap: wrap; gap: 6px; }
.variant-button, .variant-fixed { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; color: #435159; background: #f4f2eb; border: 1px solid #d8d5cc; font-size: 13px; font-weight: 600; white-space: nowrap; }
.variant-fixed { width: max-content; min-width: 74px; justify-self: start; }
.variant-button { cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.variant-button:hover { color: var(--navy); border-color: #9f854c; transform: translateY(-1px); }
.variant-button[aria-pressed="true"] { color: #f9f6eb; background: var(--navy); border-color: var(--navy); box-shadow: inset 0 -2px 0 var(--gold); }
.product-price { padding-bottom: 5px; color: var(--navy); font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -.025em; white-space: nowrap; }
.add-button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 15px; padding: 0 15px; color: var(--white); background: var(--navy); border: 1px solid var(--navy); cursor: pointer; font-size: 13px; font-weight: 650; letter-spacing: .025em; transition: color .2s ease, background .2s ease, border-color .2s ease, padding .2s ease; }
.add-button span:last-child { color: var(--gold); font-size: 19px; font-weight: 400; transition: transform .25s ease; }
.add-button:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); padding-inline: 18px 12px; }
.add-button:hover span:last-child { color: var(--navy); transform: rotate(45deg); }
.add-button.is-added { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.add-button.is-added span:last-child { color: var(--navy); }
.collection-footnote { display: flex; align-items: center; gap: 13px; margin-top: 25px; padding-top: 18px; border-top: 1px solid #d2d0c7; }
.collection-footnote p { margin: 0; color: #737c7b; font-size: 13px; }
.footnote-mark { color: var(--gold-deep); font-size: 18px; }
.empty-results { min-height: 220px; display: flex; align-items: center; gap: 17px; margin-top: 22px; padding: 28px; background: rgba(255,254,250,.62); border: 1px solid #d9d5ca; animation: line-in .3s var(--ease) both; }
.empty-results[hidden] { display: none; }
.empty-results-mark { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 43px; color: var(--gold-deep); border: 1px solid #cbb77f; border-radius: 50%; }
.empty-results strong { color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.empty-results p { margin: 2px 0 0; color: #697679; font-size: 14px; }
.empty-results button { display: flex; align-items: center; gap: 10px; margin-left: auto; padding: 11px 14px; color: var(--navy); background: var(--gold); border: 0; cursor: pointer; font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.empty-results button:hover { background: var(--gold-bright); transform: translateY(-2px); }
.noscript-note { padding: 20px; color: var(--ink); background: var(--white); }

.order-steps { position: relative; overflow: hidden; color: #f5f3eb; background: var(--navy); }
.order-steps::before { position: absolute; top: -20%; right: -8%; width: min(55vw,780px); aspect-ratio: 1; content: ""; border: 1px solid rgba(232,202,119,.1); border-radius: 50%; box-shadow: 0 0 0 40px rgba(232,202,119,.025),0 0 0 80px rgba(232,202,119,.018); pointer-events: none; }
.order-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 9vw; padding-block: 85px; }
.order-heading h2 { margin-top: 20px; color: var(--white); font-size: clamp(42px,4.8vw,62px); }
.order-heading h2 em { color: var(--gold); }
.order-heading > p:last-child { max-width: 330px; margin: 18px 0 0; color: rgba(239,241,236,.65); font-size: 15px; line-height: 1.7; }
.step-list { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(232,202,119,.38); border-bottom: 1px solid rgba(232,202,119,.23); }
.step-list::before { position: absolute; top: 35px; right: 13%; left: 4%; height: 1px; content: ""; background: linear-gradient(90deg,rgba(232,202,119,.68),rgba(232,202,119,.16)); transform: scaleX(0); transform-origin: left; }
.step-list.is-in-view::before { animation: order-line-draw 1.2s .16s var(--ease) forwards; }
.step-card { min-height: 225px; padding: 23px 19px 20px 0; }
.step-card + .step-card { padding-left: 20px; border-left: 1px solid rgba(232,202,119,.22); }
.step-number { position: relative; z-index: 1; width: max-content; padding-right: 9px; color: var(--gold); background: var(--navy); font-family: var(--serif); font-size: 24px; }
.step-card h3 { margin: 18px 0 7px; color: #f8f5eb; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.step-card p { margin: 0; color: rgba(231,234,231,.64); font-size: 13px; line-height: 1.65; }

.brand-story { padding: 0 0 98px; background: #efede6; }
.story-inner { padding-top: 36px; }
.story-topline { border-color: #d5d1c6; }
.story-grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); align-items: center; gap: clamp(52px,8vw,120px); padding: 69px 0 61px; }
.story-media { position: relative; min-height: 535px; overflow: hidden; isolation: isolate; background: #081927; box-shadow: 0 25px 58px rgba(10,26,36,.16); }
.story-media::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(0deg,rgba(3,13,22,.93),rgba(3,13,22,.1) 55%),linear-gradient(90deg,rgba(3,13,22,.17),transparent 68%); }
.story-media-backdrop { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .71; transform: scale(1.03); transition: transform 1.2s var(--ease); }
.story-media:hover .story-media-backdrop { transform: scale(1.08); }
.story-media-overline { position: absolute; z-index: 3; top: 25px; left: 27px; color: #f1d990; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.story-media-product { position: absolute; z-index: 2; bottom: 12%; width: 35%; height: 65%; object-fit: contain; filter: drop-shadow(0 25px 16px rgba(0,0,0,.45)); animation: bottle-float 8s ease-in-out infinite; }
.story-media-product-main { left: 16%; width: 43%; height: 78%; animation-delay: -1.8s; }
.story-media-product-side { right: 9%; bottom: 13%; width: 32%; height: 65%; animation-delay: -4.4s; }
.story-media-caption { position: absolute; z-index: 3; right: 27px; bottom: 24px; left: 27px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 14px; border-top: 1px solid rgba(232,202,119,.48); }
.story-media-caption span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.story-media-caption strong { color: #f3f0e6; font-family: var(--serif); font-size: 17px; font-weight: 400; font-style: italic; }
.story-copy { max-width: 600px; }
.story-copy h2 { margin: 20px 0 25px; color: var(--navy); font-size: clamp(45px,5.2vw,72px); }
.story-copy > p:not(.eyebrow) { margin: 0 0 15px; color: #626e72; font-size: 15px; line-height: 1.8; }
.story-mantra { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 15px; margin-top: 29px; padding-top: 19px; border-top: 1px solid #cecabe; }
.story-mantra span { color: #707875; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.story-mantra strong { color: var(--navy); font-family: var(--serif); font-size: clamp(20px,2.2vw,27px); font-weight: 400; font-style: italic; line-height: 1.25; }
.story-link { margin-top: 22px; }
.story-band { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #cfccc1; border-bottom: 1px solid #cfccc1; }
.story-band-item { position: relative; min-height: 121px; display: grid; align-content: center; gap: 5px; padding: 20px 24px 20px 46px; border-right: 1px solid #cfccc1; transition: background .25s ease; }
.story-band-item:hover { background: rgba(255,254,250,.6); }
.story-band-item:first-child { padding-left: 0; }
.story-band-item:last-child { border-right: 0; }
.story-band-item > span { position: absolute; top: 19px; left: 0; color: var(--gold-deep); font-size: 12px; font-weight: 700; }
.story-band-item strong { color: var(--navy); font-family: var(--serif); font-size: 20px; font-weight: 400; }
.story-band-item small { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #68726f; font-size: 13px; }
.story-band-item small b { color: #92733b; font-size: 16px; font-weight: 400; transition: transform .2s ease; }
.story-band-item:hover small b { transform: translate(3px,-3px); }

.contact-section { position: relative; overflow: hidden; isolation: isolate; color: var(--white); background: var(--navy); }
.contact-backdrop, .contact-backdrop::after { position: absolute; z-index: -1; inset: 0; }
.contact-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; opacity: .34; }
.contact-backdrop::after { content: ""; background: linear-gradient(90deg,rgba(4,16,26,.96) 0%,rgba(6,20,31,.83) 54%,rgba(6,20,31,.65) 100%); }
.contact-inner { position: relative; z-index: 1; min-height: 500px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(270px,.62fr); align-items: center; gap: 11vw; padding-block: 82px; }
.contact-copy h2 { max-width: 700px; margin-top: 22px; color: #f7f4e9; font-size: clamp(48px,6vw,80px); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin: 19px 0 25px; color: rgba(235,239,238,.71); font-size: 16px; line-height: 1.75; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.contact-details { display: grid; justify-items: start; padding: 27px 0 27px 30px; border-left: 1px solid rgba(232,202,119,.37); }
.contact-panel-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 31px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.contact-panel-kicker i { width: 24px; height: 1px; background: rgba(232,202,119,.55); }
.contact-detail-label { margin-bottom: 7px; color: #e4cb8b; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.contact-details > a { color: #f3f4f1; font-family: var(--serif); font-size: clamp(20px,2.3vw,29px); line-height: 1.55; transition: color .2s ease; }
.contact-details > a:hover { color: var(--gold); }
.contact-business { max-width: 350px; margin: 15px 0 0; color: rgba(228,234,231,.62); font-size: 13px; line-height: 1.65; }
.contact-business a { display: inline-flex; align-items: center; gap: 6px; margin-left: 4px; color: var(--gold); font-weight: 700; transition: color .2s ease, gap .2s ease; }
.contact-business a:hover { gap: 10px; color: var(--gold-bright); }
.contact-rule { width: 100%; height: 1px; margin: 23px 0 20px; background: rgba(232,202,119,.25); }
.contact-small { display: flex; align-items: center; gap: 9px; color: rgba(228,234,231,.6); font-size: 12px; letter-spacing: .12em; }
.contact-decoration { position: absolute; z-index: -1; right: 1%; bottom: -40%; color: rgba(232,202,119,.035); font-family: var(--serif); font-size: min(51vw,680px); line-height: .8; pointer-events: none; }

.site-footer { padding: 33px 0 18px; color: #bec7cb; background: #04111c; }
.footer-main { display: flex; align-items: center; gap: 26px; padding-bottom: 26px; }
.footer-brand { width: 116px; flex: 0 0 116px; }
.footer-brand-note { display: grid; gap: 2px; }
.footer-brand-note strong { color: #f2efe7; font-family: var(--serif); font-size: 16px; font-weight: 400; font-style: italic; }
.footer-brand-note span { color: rgba(223,228,226,.49); font-size: 12px; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 23px; margin-left: auto; }
.footer-main nav a, .footer-top, .footer-bottom { color: rgba(200,209,209,.64); font-size: 13px; transition: color .2s ease; }
.footer-main nav a:hover, .footer-top:hover, .footer-bottom a:hover { color: var(--gold); }
.footer-top { display: inline-flex; align-items: center; gap: 8px; margin-left: 15px; }
.footer-top span { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 16px; border-top: 1px solid rgba(232,202,119,.18); font-size: 12px; letter-spacing: .06em; }
.footer-bottom > span:nth-child(2) { display: flex; align-items: center; gap: 9px; }

.bag-dialog { width: min(520px,100%); max-width: none; height: 100dvh; max-height: none; margin: 0 0 0 auto; padding: 0; color: var(--ink); background: var(--paper); border: 0; box-shadow: -22px 0 65px rgba(2,12,21,.3); }
.bag-dialog[open] { animation: drawer-in .36s var(--ease) both; }
.bag-dialog::backdrop { background: rgba(2,10,17,.66); backdrop-filter: blur(4px); }
.bag-panel { min-height: 100%; display: flex; flex-direction: column; padding: 27px 30px 22px; }
.bag-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #d7d4ca; }
.bag-header h2 { margin: 7px 0 0; color: var(--navy); font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.13; }
.bag-header h2 span { color: #7a8586; font-family: var(--sans); font-size: 14px; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: transparent; border: 1px solid #c7c7bd; cursor: pointer; font-size: 26px; line-height: 1; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.icon-button:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.bag-lines { flex: 1; overflow: auto; }
.bag-empty { min-height: 250px; display: grid; align-content: center; justify-items: center; padding: 24px; text-align: center; }
.bag-empty-mark { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 15px; color: var(--gold-deep); border: 1px solid #c8b47b; border-radius: 50%; font-size: 23px; animation: empty-breathe 3s ease-in-out infinite; }
.bag-empty strong { color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.bag-empty p { max-width: 280px; margin: 6px 0 14px; color: #717d7f; font-size: 14px; }
.bag-empty a { color: var(--gold-deep); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; }
.bag-line { display: grid; grid-template-columns: 65px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 18px 0; border-bottom: 1px solid #d9d6cd; animation: line-in .3s var(--ease) both; }
.bag-line img { width: 65px; height: 79px; object-fit: contain; background: #eeece4; }
.bag-line-info strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.25; }
.bag-line-info > span { display: block; margin-top: 3px; color: #697576; font-size: 13px; }
.quantity-controls { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; border: 1px solid #d3d1c8; }
.quantity-controls button { width: 31px; height: 29px; display: grid; place-items: center; padding: 0; color: var(--navy); background: transparent; border: 0; cursor: pointer; font-size: 16px; transition: background .2s ease; }
.quantity-controls button:hover { background: var(--gold-bright); }
.quantity-controls span { min-width: 20px; color: var(--ink); font-size: 12px; text-align: center; }
.bag-line-price { align-self: start; padding-top: 5px; color: var(--navy); font-size: 13px; font-weight: 700; white-space: nowrap; }
.bag-footer { padding-top: 16px; border-top: 1px solid #d7d4ca; }
.bag-subtotal { display: flex; align-items: center; justify-content: space-between; color: #687475; font-size: 14px; }
.bag-subtotal small { color: #89918d; font-size: 12px; }
.bag-subtotal strong { color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.bag-footer > p { margin: 8px 0 15px; color: #707b7c; font-size: 13px; line-height: 1.55; }
.bag-checkout { width: 100%; justify-content: space-between; }
.bag-checkout[aria-disabled="true"] { opacity: .6; }
.clear-bag { width: 100%; margin-top: 8px; padding: 8px; color: #697474; background: transparent; border: 0; cursor: pointer; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.clear-bag:disabled { opacity: .4; cursor: default; }

.cart-dock { position: fixed; z-index: 25; right: 24px; bottom: max(22px,env(safe-area-inset-bottom)); width: min(365px,calc(100% - 36px)); min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 11px 15px; color: #f8f5ec; background: rgba(7,21,34,.96); border: 1px solid rgba(232,202,119,.53); box-shadow: 0 16px 50px rgba(3,13,21,.26); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(18px) scale(.98); transition: opacity .3s ease, transform .35s var(--ease), box-shadow .25s ease; backdrop-filter: blur(15px); }
.cart-dock.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.cart-dock:hover { box-shadow: 0 22px 54px rgba(3,13,21,.36); }
.dock-bag-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; color: var(--navy); background: var(--gold); border-radius: 50%; }
.dock-copy { display: grid; min-width: 0; text-align: left; }
.dock-copy strong { color: #f6f3ea; font-size: 14px; font-weight: 700; }
.dock-copy strong span { color: var(--gold); }
.dock-copy small { color: rgba(228,232,229,.58); font-size: 12px; }
.dock-total { margin-left: auto; color: #f4e2ac; font-family: var(--serif); font-size: 18px; font-weight: 400; white-space: nowrap; }
.dock-arrow { color: var(--gold); font-size: 17px; }
.toast { position: fixed; z-index: 80; right: 23px; bottom: 23px; max-width: min(360px,calc(100% - 46px)); padding: 13px 17px; color: #f7f4ec; background: var(--navy); border-left: 3px solid var(--gold); box-shadow: 0 14px 40px rgba(4,15,27,.25); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease,transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
body.has-cart .toast { bottom: 111px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

html.has-reveal [data-reveal="up"] { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s var(--ease); transition-delay: var(--reveal-delay,0ms); }
html.has-reveal [data-reveal="up"].is-in-view { opacity: 1; transform: translateY(0); }
@keyframes hero-drift { from { transform: scale(1.02) translate3d(0,0,0); } to { transform: scale(1.075) translate3d(-1.1%,.3%,0); } }
@keyframes bottle-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-8px) rotate(.35deg); } }
@keyframes orbit-breathe { from { opacity: .54; scale: .97; rotate: -4deg; } to { opacity: 1; scale: 1.035; rotate: 4deg; } }
@keyframes scroll-line { 0% { transform: translateX(-105%); } 68%,100% { transform: translateX(105%); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes count-pop { 0% { scale: .72; } 66% { scale: 1.22; } 100% { scale: 1; } }
@keyframes drawer-in { from { transform: translateX(30px); opacity: .84; } to { transform: translateX(0); opacity: 1; } }
@keyframes empty-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes line-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  :root { --page: min(100% - 7vw,960px); }
  .hero-inner { grid-template-columns: minmax(325px,.87fr) minmax(0,1.13fr); gap: 2vw; }
  .hero-stage { height: 540px; }
  .category-card { min-height: 310px; padding: 18px; }
  .category-card-copy { right: 23%; left: 18px; }
  .category-card-copy strong { font-size: 27px; }
  .product-grid { gap: 16px; }
  .product-info { padding: 18px 17px 17px; }
  .story-grid { gap: 6vw; }
  .order-shell { grid-template-columns: .62fr 1.38fr; gap: 5vw; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 38px); --header-height: 69px; }
  html { scroll-padding-top: 78px; }
  .topline { min-height: 33px; padding-inline: 19px; font-size: 12px; letter-spacing: .1em; }
  .topline p { gap: 7px; }
  .topline a { font-size: 12px; }
  .header-inner { gap: 13px; }
  .site-header.is-scrolled .header-inner { min-height: 62px; }
  .brand { width: 122px; flex-basis: 122px; }
  .menu-toggle { width: 40px; height: 40px; display: grid; align-content: center; justify-items: center; gap: 6px; margin-left: auto; padding: 0; background: transparent; border: 1px solid rgba(255,255,255,.21); cursor: pointer; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--gold); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 8px 19px 15px; background: rgba(7,21,34,.99); border-top: 1px solid rgba(232,202,119,.19); }
  .primary-nav.is-open { display: grid; animation: nav-drop .22s var(--ease) both; }
  .primary-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .bag-trigger { min-height: 39px; gap: 6px; padding-left: 9px; font-size: 12px; }
  .bag-icon-wrap { width: 27px; height: 27px; }
  .bag-total { display: none; }
  .hero { min-height: 0; }
  .hero::after { bottom: 55px; }
  .hero-backdrop img { object-position: 70% center; opacity: .64; }
  .hero-shade { background: linear-gradient(90deg,rgba(3,12,21,.95),rgba(4,14,23,.73) 65%,rgba(4,12,20,.48)),linear-gradient(0deg,rgba(3,12,20,.82),transparent 25%); }
  .hero-inner { grid-template-columns: 1fr; gap: 12px; padding: 50px 0 52px; }
  .hero-copy { padding: 0; }
  .hero h1 { max-width: 550px; margin: 21px 0 17px; font-size: clamp(53px,11.5vw,78px); }
  .hero-lede { max-width: 500px; font-size: 17px; }
  .hero-actions { gap: 20px; margin-top: 25px; }
  .hero-signature { gap: 11px; margin-top: 26px; font-size: 12px; }
  .hero-stage { height: min(107vw,445px); margin: -5px -8px 0; }
  .stage-product-one { left: 0; }
  .stage-product-two { left: 23%; }
  .stage-product-three { left: 55%; }
  .stage-product-four { right: -2%; }
  .stage-index { top: 5%; left: 8%; }
  .stage-side-note { right: 2%; top: 34%; }
  .stage-caption { right: 7%; bottom: 5%; left: 7%; }
  .hero-footer { width: var(--page); min-height: 55px; }
  .hero-scroll { font-size: 12px; }
  .hero-edition { font-size: 12px; letter-spacing: .1em; }
  .marquee-track { min-height: 49px; animation-duration: 28s; }
  .marquee-track span { gap: 21px; padding-right: 21px; font-size: 12px; }
  .ranges-section { padding: 73px 0 76px; }
  .ranges-heading { align-items: start; flex-direction: column; gap: 13px; margin-bottom: 25px; }
  .ranges-heading h2 { margin-top: 15px; font-size: clamp(42px,9.5vw,60px); }
  .ranges-heading > p { max-width: 520px; font-size: 15px; }
  .category-cards { grid-template-columns: 1fr; gap: 12px; }
  .category-card { min-height: 270px; padding: 19px; }
  .category-card > img { right: 5%; width: 40%; height: 85%; }
  .category-kitchen > img, .category-home > img { right: 8%; width: 34%; height: 77%; }
  .category-card-copy { right: 35%; bottom: 21px; left: 19px; }
  .category-card-copy strong { max-width: 280px; font-size: clamp(28px,7vw,36px); }
  .category-card-copy small { max-width: 280px; }
  .section-pad { padding: 72px 0 74px; }
  .section-topline { gap: 13px; }
  .section-topline .section-aside { font-size: 12px; }
  .collection-heading { grid-template-columns: 1fr; gap: 15px; padding: 31px 0 22px; }
  .collection-heading h2 { font-size: clamp(48px,11vw,64px); }
  .collection-intro { max-width: 510px; }
  .collection-intro p { margin-bottom: 12px; font-size: 15px; }
  .shop-controls { align-items: start; flex-direction: column; gap: 9px; }
  .filter-list { gap: 4px; }
  .filter-button { min-height: 39px; gap: 7px; padding: 0 11px; font-size: 12px; }
  .shop-tools { width: 100%; min-width: 0; grid-template-columns: minmax(0,1fr) 160px; }
  .search-field, .sort-field { min-height: 42px; }
  .sort-field { gap: 5px; padding-inline: 8px; }
  .sort-field span { font-size: 12px; }
  .sort-field select { font-size: 12px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding-top: 14px; }
  .product-visual { height: clamp(185px,48vw,260px); }
  .product-visual img { width: 80%; height: 86%; }
  .product-number { top: 10px; left: 9px; }
  .product-family { top: 8px; right: 8px; max-width: 72%; padding: 4px 6px; font-size: 12px; letter-spacing: .04em; }
  .product-info { padding: 13px 12px 12px; }
  .product-category { min-height: 18px; font-size: 12px; }
  .product-name { min-height: 44px; font-size: clamp(17px,4.2vw,22px); }
  .product-note { min-height: 58px; margin: 4px 0 12px; font-size: 13px; line-height: 1.45; }
  .product-purchase { grid-template-columns: 1fr; align-items: start; gap: 8px; padding-top: 10px; }
  .size-field { gap: 6px; }
  .variant-options { gap: 5px; }
  .variant-button, .variant-fixed { min-height: 35px; padding-inline: 9px; font-size: 12px; }
  .product-price { grid-row: 2; padding: 0; font-size: 20px; }
  .add-button { min-height: 43px; margin-top: 12px; padding-inline: 10px; font-size: 12px; }
  .collection-footnote { align-items: start; margin-top: 19px; }
  .collection-footnote p { font-size: 13px; }
  .empty-results { min-height: 0; display: grid; grid-template-columns: 43px minmax(0,1fr); gap: 10px 12px; padding: 18px; }
  .empty-results-mark { grid-row: span 2; }
  .empty-results strong { font-size: 22px; }
  .empty-results p { font-size: 13px; }
  .empty-results button { grid-column: 2; margin-left: 0; justify-self: start; }
  .order-shell { grid-template-columns: 1fr; gap: 27px; padding-block: 66px; }
  .order-heading h2 { font-size: clamp(42px,9.5vw,59px); }
  .order-heading > p:last-child { margin-top: 13px; font-size: 14px; }
  .step-card { min-height: 206px; padding: 17px 11px 17px 0; }
  .step-card + .step-card { padding-left: 13px; }
  .step-card h3 { margin-top: 14px; font-size: 20px; }
  .step-card p { font-size: 12px; }
  .brand-story { padding-bottom: 68px; }
  .story-inner { padding-top: 26px; }
  .story-grid { grid-template-columns: 1fr; gap: 29px; padding: 43px 0 36px; }
  .story-media { min-height: min(118vw,440px); }
  .story-media-overline { top: 18px; left: 18px; font-size: 12px; }
  .story-media-product-main { left: 12%; width: 49%; height: 75%; }
  .story-media-product-side { right: 5%; width: 34%; }
  .story-media-caption { right: 17px; bottom: 17px; left: 17px; gap: 10px; }
  .story-media-caption strong { font-size: 15px; }
  .story-copy h2 { margin: 16px 0 19px; font-size: clamp(44px,10vw,62px); }
  .story-copy > p:not(.eyebrow) { font-size: 15px; }
  .story-mantra { grid-template-columns: 1fr; gap: 8px; margin-top: 23px; }
  .story-mantra strong { font-size: 24px; }
  .story-band { grid-template-columns: 1fr; }
  .story-band-item, .story-band-item:first-child { min-height: 90px; padding: 14px 14px 14px 39px; border-right: 0; border-bottom: 1px solid #cfccc1; }
  .story-band-item:last-child { border-bottom: 0; }
  .story-band-item > span { top: 15px; left: 0; }
  .contact-inner { min-height: 0; grid-template-columns: 1fr; gap: 38px; padding-block: 67px; }
  .contact-copy h2 { max-width: 570px; font-size: clamp(47px,10.5vw,68px); }
  .contact-copy > p:not(.eyebrow) { font-size: 15px; }
  .contact-details { padding: 22px 0 22px 21px; }
  .site-footer { padding-top: 27px; }
  .footer-main { flex-wrap: wrap; gap: 13px 18px; padding-bottom: 21px; }
  .footer-brand { width: 99px; flex-basis: 99px; }
  .footer-brand-note strong { font-size: 14px; }
  .footer-main nav { width: 100%; gap: 16px; margin: 5px 0 0; }
  .footer-main nav a { font-size: 12px; }
  .footer-top { margin: 4px 0 0 auto; }
  .footer-bottom { align-items: start; flex-wrap: wrap; row-gap: 9px; font-size: 12px; }
  .bag-panel { padding: 22px 19px 17px; }
  .cart-dock { right: 14px; bottom: max(13px,env(safe-area-inset-bottom)); width: calc(100% - 28px); min-height: 68px; padding: 9px 12px; }
  .dock-bag-icon { width: 37px; height: 37px; flex-basis: 37px; }
  .dock-total { font-size: 17px; }
  .toast { right: 14px; bottom: 14px; }
  body.has-cart .toast { bottom: 91px; }
}

@media (max-width: 430px) {
  :root { --page: calc(100% - 32px); }
  .topline { padding-inline: 16px; font-size: 12px; letter-spacing: .075em; }
  .topline p { gap: 6px; }
  .topline a { max-width: 120px; font-size: 12px; text-align: right; }
  .brand { width: 108px; flex-basis: 108px; }
  .bag-trigger { gap: 5px; padding-left: 7px; }
  .bag-trigger-label { display: none; }
  .hero-inner { width: calc(100% - 32px); padding-top: 42px; }
  .hero h1 { font-size: clamp(47px,12.1vw,60px); letter-spacing: -.07em; }
  .hero-actions { align-items: start; flex-direction: column; gap: 15px; }
  .hero-stage { height: 104vw; max-height: 395px; margin-top: 2px; }
  .stage-product-one { width: 23%; }
  .stage-product-two { left: 23%; width: 32%; }
  .stage-product-three { left: 56%; width: 23%; }
  .stage-product-four { right: -1%; width: 23%; }
  .stage-caption { flex-direction: column; align-items: start; gap: 2px; }
  .stage-side-note { right: 1%; font-size: 12px; }
  .hero-edition { max-width: 48%; gap: 7px; font-size: 12px; }
  .ranges-section, .section-pad { padding-block: 64px; }
  .category-card { min-height: 250px; padding: 17px; }
  .category-card-copy { right: 32%; bottom: 17px; left: 16px; }
  .category-card-copy strong { font-size: 27px; }
  .category-card-copy small { font-size: 12px; }
  .section-topline .section-aside { font-size: 12px; letter-spacing: .07em; }
  .filter-list { gap: 2px; }
  .filter-button { min-height: 37px; gap: 5px; padding-inline: 8px; font-size: 12px; }
  .shop-tools { grid-template-columns: minmax(0,1fr); gap: 7px; }
  .product-grid { gap: 9px; }
  .product-visual { height: 182px; }
  .product-visual img { width: 83%; height: 85%; }
  .product-family { max-width: 67%; padding: 4px 5px; font-size: 12px; letter-spacing: .025em; }
  .product-info { padding: 11px 9px 10px; }
  .product-category { font-size: 12px; letter-spacing: .1em; }
  .product-name { min-height: 42px; font-size: 17px; }
  .product-note { min-height: 68px; font-size: 12px; }
  .variant-button, .variant-fixed { min-height: 33px; padding-inline: 7px; font-size: 12px; }
  .product-price { font-size: 18px; }
  .add-button { min-height: 41px; margin-top: 10px; padding-inline: 8px; font-size: 12px; }
  .catalogue-status span:last-child { font-size: 12px; letter-spacing: .08em; }
  .step-list { grid-template-columns: 1fr; }
  .step-list::before { display: none; }
  .step-card, .step-card + .step-card { min-height: 0; display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: baseline; column-gap: 10px; row-gap: 1px; padding: 16px 0; border-left: 0; border-bottom: 1px solid rgba(232,202,119,.22); }
  .step-card:last-child { border-bottom: 0; }
  .step-number { grid-row: span 2; font-size: 20px; }
  .step-card h3 { margin: 0; font-size: 21px; }
  .step-card p { grid-column: 2; }
  .story-media { min-height: 112vw; }
  .footer-bottom > span:nth-child(2) { display: none; }
}

@keyframes nav-drop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes order-line-draw { to { transform: scaleX(1); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.has-reveal [data-reveal="up"] { opacity: 1; transform: none; }
  .stage-product, .story-media-product { translate: none !important; will-change: auto; }
}

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: page-exit .18s ease both; }
::view-transition-new(root) { animation: page-enter .48s cubic-bezier(.2,.75,.25,1) both; }

.primary-nav { gap: clamp(17px,2.5vw,36px); }
.product-visual-link { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; color: inherit; }
.product-visual-link .product-number, .product-visual-link .product-family { z-index: 2; }
.product-name a { transition: color .2s ease; }
.product-name a:hover { color: var(--gold-deep); }
.product-details-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin: -7px 0 14px; padding-bottom: 3px; color: #6d7371; border-bottom: 1px solid #c7ba91; font-size: 13px; font-weight: 650; transition: color .2s ease,gap .2s ease; }
.product-details-link:hover { gap: 13px; color: var(--gold-deep); }
.product-details-link span { color: var(--gold-deep); font-size: 16px; }
.featured-products { background: #f6f4ed; }
.featured-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; padding: 28px 0 12px; }
.featured-heading h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(42px,5vw,68px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.featured-heading h2 em { color: var(--gold-deep); font-weight: 400; }
.featured-heading > .text-link { margin-bottom: 7px; }
.featured-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.featured-grid .product-visual { height: clamp(235px,23vw,315px); }
.featured-grid .product-info { padding: 16px 17px; }
.featured-grid .product-name { font-size: clamp(20px,1.75vw,26px); }
.featured-grid .product-note { min-height: 46px; margin-bottom: 13px; }
.featured-grid .product-purchase { grid-template-columns: 1fr; align-items: start; }
.featured-grid .product-price { padding-bottom: 0; }

.page-hero { position: relative; overflow: hidden; isolation: isolate; color: var(--white); background: radial-gradient(ellipse at 78% 26%,rgba(35,67,84,.84),transparent 40%),linear-gradient(116deg,#071522 0%,#0a1b29 58%,#102836 100%); }
.page-hero::after { position: absolute; z-index: -1; right: 5%; bottom: 0; left: 5%; height: 1px; content: ""; background: linear-gradient(90deg,transparent,rgba(232,202,119,.55),transparent); }
.page-hero-grid { min-height: 520px; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.92fr); align-items: center; gap: 6vw; padding-block: 47px; }
.page-hero-copy { position: relative; z-index: 2; max-width: 670px; }
.page-hero-copy h1 { margin: 23px 0 19px; color: #f6f3ea; font-family: var(--serif); font-size: clamp(58px,7vw,92px); font-weight: 400; letter-spacing: -.07em; line-height: .92; text-wrap: balance; }
.page-hero-copy h1 em { color: var(--gold); font-weight: 400; }
.page-hero-copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: rgba(239,241,240,.76); font-size: 18px; line-height: 1.75; }
.page-hero-art { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.page-hero-art::before { position: absolute; right: 5%; bottom: 10%; left: 5%; height: 18%; content: ""; border-radius: 50%; background: radial-gradient(ellipse,rgba(0,0,0,.48),transparent 72%); filter: blur(19px); }
.page-art-orbit { position: absolute; z-index: -1; width: min(88%,400px); aspect-ratio: 1; border: 1px solid rgba(232,202,119,.22); border-radius: 50%; }
.page-art-orbit-one { transform: scale(.72) rotate(-14deg); }
.page-art-orbit-two { transform: scale(.94) rotate(25deg); border-color: rgba(232,202,119,.11); }
.page-art-product { position: absolute; z-index: 1; bottom: 8%; width: min(45%,215px); height: 78%; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(0,0,0,.3)); animation: page-product-float 6.5s ease-in-out infinite; }
.page-art-product-one { left: 19%; }
.page-art-product-two { right: 14%; height: 68%; animation-delay: -2.8s; }
.page-art-kicker, .page-art-caption { position: absolute; z-index: 2; color: rgba(241,232,200,.74); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.page-art-kicker { top: 7%; left: 4%; }
.page-art-caption { right: 4%; bottom: 4%; display: flex; align-items: center; gap: 9px; }
.page-art-caption i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.contact-page-hero { background: radial-gradient(ellipse at 78% 26%,rgba(45,57,66,.9),transparent 40%),linear-gradient(118deg,#071522,#141c23 74%,#25333a); }
.contact-page-art { position: relative; min-height: 410px; display: grid; place-items: center; overflow: hidden; }
.contact-page-art::before { position: absolute; width: min(86%,390px); aspect-ratio: 1; content: ""; border: 1px solid rgba(232,202,119,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(232,202,119,.035),0 0 0 84px rgba(232,202,119,.025); }
.contact-page-art img { position: relative; z-index: 1; width: 45%; height: 330px; object-fit: contain; filter: drop-shadow(0 22px 19px rgba(0,0,0,.32)); animation: page-product-float 6s ease-in-out infinite; }
.contact-page-art > span { position: absolute; z-index: 2; right: 3%; bottom: 7%; color: rgba(241,232,200,.7); font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.8; text-align: right; }
.wholesale-page-hero { background: radial-gradient(ellipse at 76% 33%,rgba(37,72,81,.75),transparent 42%),linear-gradient(112deg,#071522,#0d2732 65%,#142d35); }
.wholesale-assurance { max-width: 460px; display: flex; align-items: start; gap: 12px; margin-top: 29px; padding-top: 16px; border-top: 1px solid rgba(232,202,119,.24); }
.wholesale-assurance > span { color: var(--gold); font-size: 19px; }
.wholesale-assurance p { margin: 0; color: rgba(235,237,231,.72); font-size: 14px; line-height: 1.6; }

.product-page { padding-top: 30px; background: #f5f3ec; }
.product-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-bottom: 23px; color: #758083; font-size: 13px; }
.product-breadcrumb a { color: var(--navy); transition: color .2s ease; }
.product-breadcrumb a:hover { color: var(--gold-deep); }
.product-breadcrumb > span:nth-child(2), .product-breadcrumb > span:nth-child(4) { color: #ad9c71; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(390px,.96fr); align-items: center; gap: clamp(40px,7vw,105px); }
.product-detail-visual { position: relative; min-height: clamp(450px,49vw,650px); display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 47%,#fffefa 0%,#eeece4 71%,#e5e2d8 100%); }
.product-detail-visual::before { position: absolute; z-index: -1; width: min(76%,440px); aspect-ratio: 1; content: ""; border: 1px solid rgba(20,42,51,.1); border-radius: 50%; box-shadow: 0 0 0 31px rgba(255,255,255,.22),0 0 0 63px rgba(21,48,57,.025); animation: orbit-breathe 8s ease-in-out infinite; }
.product-detail-visual::after { position: absolute; right: 21%; bottom: 8%; left: 21%; height: 20px; content: ""; border-radius: 50%; background: rgba(23,34,36,.18); filter: blur(15px); }
.product-detail-visual img { position: relative; z-index: 1; width: min(54%,370px); height: min(80%,530px); object-fit: contain; filter: drop-shadow(0 23px 17px rgba(20,33,38,.18)); transition: transform .5s var(--ease),opacity .2s ease; animation: page-product-float 6.5s ease-in-out infinite; }
.product-detail-visual img.is-changing { opacity: .55; transform: scale(.97); }
.detail-product-number, .detail-product-family, .detail-image-caption { position: absolute; z-index: 2; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.detail-product-number { top: 22px; left: 22px; color: #788281; }
.detail-product-family { top: 18px; right: 18px; padding: 7px 10px; color: #677377; background: rgba(255,254,250,.82); border: 1px solid rgba(35,51,54,.08); text-transform: uppercase; }
.detail-image-caption { right: 24px; bottom: 20px; color: rgba(23,38,48,.5); letter-spacing: .18em; }
.product-detail-copy { max-width: 565px; padding-block: 36px; }
.product-detail-title { margin: 16px 0 13px; color: var(--navy); font-family: var(--serif); font-size: clamp(49px,5vw,75px); font-weight: 400; letter-spacing: -.065em; line-height: .98; text-wrap: balance; }
.product-detail-note { max-width: 470px; margin: 0; color: #68747a; font-size: 17px; line-height: 1.75; }
.product-detail-overview { margin-top: 23px; padding-top: 16px; border-top: 1px solid #d7d4ca; }
.detail-overview-label { margin: 0 0 8px; color: #987941; font-size: 12px; font-weight: 750; letter-spacing: .15em; }
.product-detail-description { max-width: 520px; margin: 0; color: #42515a; font-size: 15px; line-height: 1.72; }
.product-detail-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 17px 0 0; }
.detail-fact { min-width: 0; padding: 11px 12px 12px; background: rgba(231,228,218,.55); border-bottom: 1px solid #d7d4ca; }
.detail-fact-label { margin: 0 0 6px; color: #7b817e; font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.detail-fact-value { margin: 0; color: var(--navy); font-size: 13px; font-weight: 600; line-height: 1.45; }
.detail-size-field { display: grid; gap: 11px; margin-top: 32px; padding-bottom: 24px; border-bottom: 1px solid #d7d4ca; }
.detail-variant-options { display: flex; flex-wrap: wrap; gap: 9px; }
.detail-variant-options .variant-button { min-width: 102px; min-height: 46px; }
.detail-price-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 0 15px; }
.detail-listed-price { color: #788180; font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.detail-price { color: var(--navy); font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -.03em; }
.detail-purchase { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 10px; }
.detail-quantity { display: grid; align-content: center; gap: 5px; color: #747c7c; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.detail-quantity input { width: 100%; min-height: 53px; padding: 0 12px; color: var(--navy); background: #fffefa; border: 1px solid #d4d1c7; font: 600 16px var(--sans); }
.detail-add-button { width: 100%; justify-content: space-between; margin-top: 0; }
.detail-confirmation { margin: 14px 0 0; color: #7a8382; font-size: 13px; line-height: 1.6; }
.related-products { background: #efede6; }
.related-products .featured-heading { padding-top: 0; padding-bottom: 12px; }
.product-missing { min-height: 440px; display: grid; align-content: center; justify-items: start; }
.product-missing h1 { margin: 17px 0 24px; color: var(--navy); font-family: var(--serif); font-size: clamp(48px,6vw,74px); font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.product-missing h1 em { color: var(--gold-deep); font-weight: 400; }

.wholesale-teaser { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(108deg,#091a27 0%,#112b38 69%,#172b34 100%); }
.wholesale-teaser::after { position: absolute; right: -5%; bottom: -145px; width: 380px; height: 380px; content: ""; border: 1px solid rgba(232,202,119,.17); border-radius: 50%; box-shadow: 0 0 0 34px rgba(232,202,119,.03),0 0 0 70px rgba(232,202,119,.02); }
.wholesale-teaser-inner { position: relative; z-index: 1; min-height: 260px; display: grid; grid-template-columns: 1fr .85fr auto; align-items: center; gap: 5vw; padding-block: 39px; }
.wholesale-teaser h2 { margin: 14px 0 0; color: #f5f2e8; font-family: var(--serif); font-size: clamp(39px,4vw,58px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.wholesale-teaser h2 em { color: var(--gold); font-weight: 400; }
.wholesale-teaser-inner > p { max-width: 390px; margin: 0; color: rgba(238,240,234,.72); font-size: 15px; line-height: 1.75; }
.wholesale-teaser .button { white-space: nowrap; }
.shop-business-callout { background: #e8e6de; }
.shop-business-inner { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.shop-business-inner p { margin: 0; color: #536068; font-size: 14px; }
.shop-business-inner .text-link { font-size: 14px; }

.about-story { padding-bottom: 72px; }
.about-story .story-grid { padding-top: 45px; }
.about-range-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 47px; }
.about-range-grid article { position: relative; min-height: 210px; padding: 23px; background: #f7f5ee; border: 1px solid #dcd9cf; transition: transform .3s var(--ease),border-color .3s ease,box-shadow .3s ease; }
.about-range-grid article:hover { transform: translateY(-5px); border-color: #b8a36e; box-shadow: 0 18px 35px rgba(18,36,45,.08); }
.about-range-grid article > span { color: var(--gold-deep); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.about-range-grid h3 { margin: 22px 0 7px; color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.about-range-grid p { max-width: 320px; margin: 0; color: #68747a; font-size: 14px; line-height: 1.65; }
.about-close { padding: 70px 0 78px; background: #e6e4dc; }
.about-close-inner { display: grid; justify-items: start; }
.about-close h2 { margin: 15px 0 24px; color: var(--navy); font-family: var(--serif); font-size: clamp(45px,5.5vw,72px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.about-close h2 em { color: var(--gold-deep); }
.button-dark { color: #f7f4eb; background: var(--navy); border-color: var(--navy); }
.button-dark::after { position: absolute; top: -50%; bottom: -50%; left: -35%; width: 22%; content: ""; background: rgba(255,255,255,.25); transform: skewX(-18deg) translateX(-130%); transition: transform .65s var(--ease); }
.button-dark:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.button-dark:hover::after { transform: skewX(-18deg) translateX(650%); }

.contact-options { background: #f3f1e9; }
.contact-options-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; padding-top: 31px; }
.contact-options-grid article { position: relative; min-height: 315px; display: flex; flex-direction: column; align-items: start; padding: 31px; background: #fffefa; border: 1px solid #dfdcd2; transition: transform .35s var(--ease),box-shadow .35s ease,border-color .3s ease; }
.contact-options-grid article:hover { transform: translateY(-5px); border-color: #b6a16a; box-shadow: 0 20px 40px rgba(17,38,48,.08); }
.contact-option-number { position: absolute; top: 22px; right: 24px; color: rgba(150,115,54,.53); font-family: var(--serif); font-size: 26px; }
.contact-options-grid .eyebrow { margin-top: 13px; font-size: 12px; }
.contact-options-grid h2 { margin: 13px 0 5px; color: var(--navy); font-family: var(--serif); font-size: 33px; font-weight: 400; }
.contact-options-grid article > p:not(.eyebrow) { max-width: 400px; margin: 0 0 18px; color: #6b777a; font-size: 14px; line-height: 1.65; }
.contact-phone { margin-top: auto; color: var(--navy); font-family: var(--serif); font-size: 25px; }
.contact-option-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 5px; padding-bottom: 3px; color: var(--gold-deep); border-bottom: 1px solid #c6b380; font-size: 13px; font-weight: 650; }
.contact-business-band { color: var(--white); background: #0c1c29; }
.contact-business-inner { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding-block: 34px; }
.contact-business-inner h2 { margin: 10px 0 0; color: #f6f3ea; font-family: var(--serif); font-size: clamp(34px,4.2vw,52px); font-weight: 400; letter-spacing: -.04em; }

.wholesale-section { background: #f3f1e9; }
.wholesale-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); align-items: start; gap: clamp(35px,7vw,100px); }
.wholesale-copy { position: sticky; top: 112px; }
.wholesale-copy h2 { margin: 16px 0 17px; color: var(--navy); font-family: var(--serif); font-size: clamp(42px,5.2vw,68px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.wholesale-copy h2 em { color: var(--gold-deep); }
.wholesale-copy > p:not(.eyebrow) { max-width: 470px; margin: 0; color: #6a7579; font-size: 15px; line-height: 1.75; }
.wholesale-range-list { display: grid; gap: 0; max-width: 455px; margin: 23px 0 22px; border-top: 1px solid #d6d3c9; }
.wholesale-range-list span { display: flex; align-items: center; gap: 13px; padding: 11px 0; color: #43525a; border-bottom: 1px solid #d6d3c9; font-size: 14px; }
.wholesale-range-list b { color: var(--gold-deep); font-size: 12px; letter-spacing: .12em; }
.wholesale-form { padding: clamp(22px,3.3vw,40px); background: #fffefa; border: 1px solid #dedbd1; box-shadow: 0 18px 46px rgba(22,38,44,.05); }
.form-heading { padding-bottom: 19px; border-bottom: 1px solid #e4e1d7; }
.form-heading > span { color: var(--gold-deep); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.form-heading p { margin: 6px 0 0; color: #788182; font-size: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 13px; padding-block: 21px; }
.form-field { min-width: 0; display: grid; gap: 6px; }
.form-field > span { color: #4d5a5f; font-size: 13px; font-weight: 650; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--navy); background: #f8f6ef; border: 1px solid #d8d5ca; border-radius: 0; font: 14px var(--sans); }
.form-field textarea { min-height: 96px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #9aa09d; }
.form-field-wide { grid-column: 1 / -1; }
.wholesale-submit { width: 100%; justify-content: space-between; min-height: 55px; cursor: pointer; }
.form-footnote, .form-status { margin: 10px 0 0; color: #798382; font-size: 12px; line-height: 1.55; }
.form-status { color: #375a44; font-size: 13px; }
.whatsapp-fallback { margin-top: 8px; }
.whatsapp-fallback[hidden] { display: none; }
.noscript-note { position: relative; z-index: 100; padding: 12px 18px; color: #fff; background: #071522; text-align: center; font-size: 14px; }

@keyframes page-enter { from { opacity: 0; transform: translateY(12px) scale(.998); filter: blur(3px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes page-exit { to { opacity: 0; transform: translateY(-4px); filter: blur(2px); } }
@keyframes page-product-float { 0%,100% { transform: translate3d(0,0,0) rotate(-.4deg); } 50% { transform: translate3d(0,-10px,0) rotate(.6deg); } }
@keyframes orbit-breathe { 0%,100% { transform: scale(.98) rotate(-3deg); opacity: .72; } 50% { transform: scale(1.035) rotate(3deg); opacity: 1; } }

@media (max-width: 1080px) {
  .featured-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .featured-grid .product-visual { height: clamp(260px,35vw,350px); }
  .page-hero-grid { grid-template-columns: minmax(0,1fr) minmax(300px,.82fr); gap: 3vw; }
  .page-hero-art, .contact-page-art { min-height: 370px; }
  .product-detail-grid { gap: 4vw; }
  .wholesale-teaser-inner { grid-template-columns: 1fr 1fr; }
  .wholesale-teaser .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
  .primary-nav { gap: 0; }
  .featured-heading { align-items: start; flex-direction: column; gap: 19px; padding-top: 22px; }
  .featured-heading h2 { font-size: clamp(41px,10vw,58px); }
  .featured-grid { gap: 12px; }
  .featured-grid .product-visual { height: clamp(190px,47vw,260px); }
  .featured-grid .product-info { padding: 13px 12px; }
  .featured-grid .product-name { font-size: clamp(17px,4.2vw,22px); }
  .page-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 8px; padding-block: 48px 29px; }
  .page-hero-copy h1 { margin-top: 19px; font-size: clamp(54px,11vw,75px); }
  .page-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .page-hero-art, .contact-page-art { min-height: min(93vw,390px); margin-top: 7px; }
  .page-art-product { width: min(43%,180px); height: 78%; }
  .contact-page-art img { height: min(80vw,310px); }
  .product-detail-grid { grid-template-columns: 1fr; gap: 17px; }
  .product-detail-visual { min-height: min(113vw,485px); }
  .product-detail-visual img { width: min(60%,300px); height: 82%; }
  .product-detail-copy { max-width: none; padding-block: 15px 24px; }
  .product-detail-title { font-size: clamp(47px,10vw,64px); }
  .product-detail-note { font-size: 16px; }
  .product-detail-overview { margin-top: 20px; }
  .product-detail-description { font-size: 15px; }
  .product-detail-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .detail-fact:last-child { grid-column: 1 / -1; }
  .detail-size-field { margin-top: 25px; }
  .about-story .story-grid { padding-top: 31px; }
  .about-range-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
  .about-range-grid article { min-height: 0; padding: 19px; }
  .about-range-grid h3 { margin-top: 12px; }
  .about-close { padding-block: 56px; }
  .contact-options-grid { grid-template-columns: 1fr; gap: 11px; padding-top: 22px; }
  .contact-options-grid article { min-height: 285px; padding: 24px; }
  .contact-business-inner { align-items: start; flex-direction: column; justify-content: center; gap: 19px; min-height: 0; padding-block: 40px; }
  .wholesale-teaser-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 40px; }
  .wholesale-teaser .button { grid-column: auto; }
  .shop-business-inner { align-items: start; flex-direction: column; justify-content: center; gap: 5px; min-height: 90px; padding-block: 15px; }
  .wholesale-layout { grid-template-columns: 1fr; gap: 32px; }
  .wholesale-copy { position: static; }
  .wholesale-form { padding: 21px 17px; }
  .form-grid { gap: 13px 9px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 14px; }
}
@media (max-width: 430px) {
  .featured-grid { gap: 9px; }
  .featured-grid .product-visual { height: 182px; }
  .featured-grid .product-info { padding: 11px 9px 10px; }
  .featured-grid .product-note { min-height: 68px; font-size: 12px; }
  .product-detail-visual { min-height: 105vw; }
  .product-detail-visual img { width: 65%; }
  .detail-product-number { top: 14px; left: 14px; }
  .detail-product-family { top: 11px; right: 10px; max-width: 62%; padding: 6px; font-size: 12px; }
  .detail-purchase { grid-template-columns: 89px minmax(0,1fr); gap: 8px; }
  .detail-add-button { min-height: 53px; gap: 12px; padding-inline: 13px; }
  .contact-options-grid h2 { font-size: 29px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root), ::view-transition-new(root) { animation: none !important; }
  .page-art-product, .contact-page-art img, .product-detail-visual img, .product-detail-visual::before { animation: none !important; }
}

/* NARMEX motion, commerce and responsive refinements */
.hero-range-picker { display: grid; gap: 8px; margin-top: 19px; }
.hero-range-picker > span { color: rgba(231,235,231,.56); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.hero-range-picker > div { display: flex; flex-wrap: wrap; gap: 7px; }
.hero-range-picker button { min-height: 37px; display: inline-flex; align-items: center; gap: 10px; padding: 0 13px; color: rgba(243,242,234,.8); background: rgba(9,26,39,.44); border: 1px solid rgba(232,202,119,.27); cursor: pointer; font-size: 13px; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease); }
.hero-range-picker button:hover { color: #fff7dc; border-color: rgba(232,202,119,.72); transform: translateY(-2px); }
.hero-range-picker button[aria-pressed="true"] { color: var(--navy); background: var(--gold); border-color: var(--gold); box-shadow: 0 6px 19px rgba(232,202,119,.18); }
.hero-range-picker button b { color: var(--gold); font-size: 11px; }
.hero-range-picker button[aria-pressed="true"] b { color: var(--navy); }
.hero-stage .stage-product { opacity: .38; scale: .9; filter: grayscale(.25) drop-shadow(0 27px 18px rgba(0,0,0,.35)); transition: opacity .42s ease, scale .55s var(--ease), filter .42s ease, left .55s var(--ease), right .55s var(--ease), width .55s var(--ease), height .55s var(--ease), bottom .55s var(--ease); }
.hero-stage[data-focus="personal"] [data-stage-category="personal"], .hero-stage[data-focus="kitchen"] [data-stage-category="kitchen"], .hero-stage[data-focus="home"] [data-stage-category="home"] { z-index: 5; opacity: 1; scale: 1.06; filter: drop-shadow(0 30px 20px rgba(0,0,0,.46)); }
.hero-stage[data-focus="kitchen"] .stage-product-one { left: 34%; bottom: 8%; width: 31%; height: 77%; }
.hero-stage[data-focus="home"] .stage-product-four { right: 22%; bottom: 8%; width: 30%; height: 78%; }
.stage-caption { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr) auto; align-items: center; }
.stage-caption a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 12px; font-weight: 700; white-space: nowrap; }
.stage-caption a b { color: var(--gold-bright); transition: transform .25s ease; }
.stage-caption a:hover b { transform: translate(3px,-3px); }
.shop-page .shop-controls { position: sticky; z-index: 18; top: var(--header-height); margin-inline: -10px; padding-inline: 10px; background: rgba(233,231,223,.94); backdrop-filter: blur(16px); }
.product-note { margin-bottom: 13px; }
.product-card { backface-visibility: hidden; }
.detail-image-open { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; display: grid; place-items: center; padding: 0; background: transparent; border: 0; cursor: zoom-in; }
.detail-image-open img { pointer-events: none; }
.detail-image-open::after { position: absolute; right: 17px; top: 50%; content: "VIEW LARGER  +"; padding: 8px 10px; color: #4b5a5e; background: rgba(255,254,250,.82); border: 1px solid rgba(35,51,54,.1); font-size: 11px; font-weight: 750; letter-spacing: .11em; writing-mode: vertical-rl; transform: translateY(-50%); transition: color .25s ease, background .25s ease, transform .25s var(--ease); }
.detail-image-open:hover::after { color: var(--navy); background: var(--gold); transform: translateY(-50%) translateX(-3px); }
.product-lightbox { width: min(900px,calc(100% - 28px)); max-width: none; max-height: calc(100dvh - 28px); margin: auto; padding: 0; color: #f8f4e9; background: #071522; border: 1px solid rgba(232,202,119,.48); box-shadow: 0 30px 100px rgba(0,0,0,.42); }
.product-lightbox[open] { animation: drawer-in .32s var(--ease) both; }
.product-lightbox::backdrop { background: rgba(2,9,16,.82); backdrop-filter: blur(9px); }
.lightbox-panel { position: relative; min-height: min(78dvh,790px); display: grid; grid-template-rows: minmax(0,1fr) auto; justify-items: center; padding: 38px clamp(20px,5vw,58px) 23px; background: radial-gradient(ellipse at 50% 46%,rgba(30,56,70,.8),rgba(7,21,34,.98) 63%); }
.lightbox-panel img { width: min(64vw,410px); height: min(69dvh,650px); object-fit: contain; filter: drop-shadow(0 28px 24px rgba(0,0,0,.43)); animation: page-product-float 6s ease-in-out infinite; }
.lightbox-panel > p { margin: 12px 0 0; color: #fbf7ed; font-family: var(--serif); font-size: clamp(26px,4vw,39px); line-height: 1.1; text-align: center; }
.lightbox-close { position: absolute; z-index: 2; top: 16px; right: 16px; color: #fff9e8; background: rgba(255,255,255,.05); border-color: rgba(232,202,119,.35); }
.lightbox-zoom-mark { position: absolute; bottom: 26px; left: 25px; display: inline-flex; align-items: center; gap: 8px; color: rgba(239,228,189,.56); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.lightbox-zoom-mark i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.range-stat-band { color: #f1eee5; background: linear-gradient(110deg,#071522,#102737 58%,#091b29); border-block: 1px solid rgba(232,202,119,.2); }
.range-stat-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.range-stat-grid > div { min-width: 0; min-height: 119px; display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-right: 1px solid rgba(232,202,119,.2); }
.range-stat-grid > div:first-child { padding-left: 0; }
.range-stat-grid > div:last-child { padding-right: 0; border-right: 0; }
.range-stat-grid strong { color: var(--gold); font-family: var(--serif); font-size: clamp(32px,4vw,47px); font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.range-stat-grid > div > span:last-child { max-width: 230px; color: rgba(239,240,234,.76); font-size: 14px; line-height: 1.45; }
.whatsapp-fab { position: fixed; z-index: 24; left: 24px; bottom: max(22px,env(safe-area-inset-bottom)); min-height: 53px; display: inline-flex; align-items: center; gap: 10px; overflow: hidden; padding: 0 15px; color: #f6f2e8; background: rgba(7,21,34,.96); border: 1px solid rgba(232,202,119,.47); box-shadow: 0 12px 36px rgba(3,13,21,.24); font-size: 13px; font-weight: 650; transition: transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease; backdrop-filter: blur(14px); }
.whatsapp-fab:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 17px 43px rgba(3,13,21,.34); }
.whatsapp-fab svg { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.whatsapp-fab b { color: var(--gold); font-size: 16px; font-weight: 500; transition: transform .25s ease; }
.whatsapp-fab:hover b { transform: translate(2px,-2px); }
.whatsapp-fab-orbit { position: absolute; top: 11px; left: 12px; width: 27px; height: 27px; border: 1px solid rgba(232,202,119,.52); border-radius: 50%; pointer-events: none; animation: contact-pulse 2.8s ease-out infinite; }
@keyframes contact-pulse { 0% { transform: scale(.78); opacity: .7; } 80%,100% { transform: scale(1.45); opacity: 0; } }

@media (max-width: 1080px) {
  .stage-caption { grid-template-columns: 1fr 1.3fr; row-gap: 5px; }
  .stage-caption a { grid-column: 2; }
  .hero-stage[data-focus="kitchen"] .stage-product-one { left: 29%; }
  .hero-stage[data-focus="home"] .stage-product-four { right: 19%; }
}
@media (max-width: 760px) {
  .hero-range-picker { margin-top: 17px; }
  .hero-range-picker button { min-height: 40px; padding-inline: 12px; }
  .stage-caption { grid-template-columns: 1fr auto; row-gap: 5px; }
  .stage-caption strong { grid-column: 1; grid-row: 2; }
  .stage-caption a { grid-column: 2; grid-row: 2; }
  .hero-stage[data-focus="kitchen"] .stage-product-one { left: 31%; }
  .hero-stage[data-focus="home"] .stage-product-four { right: 20%; }
  .shop-page .shop-controls { top: var(--header-height); margin-inline: -5px; padding: 10px 5px; }
  .range-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .range-stat-grid > div { min-height: 96px; padding: 16px 10px; gap: 11px; }
  .range-stat-grid > div:first-child { padding-left: 0; }
  .range-stat-grid > div:nth-child(2) { padding-right: 0; border-right: 0; }
  .range-stat-grid > div:last-child { grid-column: 1 / -1; min-height: 76px; padding: 12px 0; border-top: 1px solid rgba(232,202,119,.17); }
  .range-stat-grid > div > span:last-child { font-size: 13px; }
  .whatsapp-fab { left: 14px; bottom: max(15px,env(safe-area-inset-bottom)); min-height: 49px; padding-inline: 12px; font-size: 13px; }
  body.has-cart .whatsapp-fab { bottom: calc(96px + env(safe-area-inset-bottom)); }
  .lightbox-panel { min-height: min(73dvh,690px); padding: 52px 18px 22px; }
  .lightbox-panel img { width: min(75vw,380px); height: min(60dvh,520px); }
  .lightbox-zoom-mark { left: 18px; bottom: 17px; }
}
@media (max-width: 430px) {
  .hero-range-picker > div { gap: 6px; }
  .hero-range-picker button { min-height: 38px; gap: 7px; padding-inline: 9px; font-size: 12px; }
  .product-note, .featured-grid .product-note { min-height: 60px; font-size: 13px; }
  .whatsapp-fab { left: 12px; }
  .range-stat-grid strong { font-size: 34px; }
  .range-stat-grid > div { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-stage .stage-product { will-change: auto; }
  .lightbox-panel img { animation: none !important; }
}

/* NARMEX signature storefront: ink, brushed gold and vivid product colour. */
:root {
  --navy: #061521;
  --navy-2: #0b2231;
  --navy-3: #173847;
  --gold: #e7c875;
  --gold-bright: #f5e4a7;
  --gold-deep: #896828;
  --ink: #12232e;
  --muted: #62717a;
  --paper: #f2f5f3;
  --paper-2: #e5ebe8;
  --white: #fffefa;
  --line: #d4ddd8;
  --page: min(1460px, calc(100% - clamp(34px, 8vw, 144px)));
  --header-height: 82px;
  --ease: cubic-bezier(.2,.76,.2,1);
}

html { scroll-padding-top: calc(var(--header-height) + 20px); }
body { color: var(--ink); background: var(--paper); }
main { animation: storefront-enter .52s var(--ease) both; }
@keyframes storefront-enter { from { opacity: .75; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: view-leave .2s ease both; }
::view-transition-new(root) { animation: view-arrive .36s var(--ease) both; }
@keyframes view-leave { to { opacity: 0; filter: blur(3px); } }
@keyframes view-arrive { from { opacity: 0; filter: blur(4px); transform: translateY(8px); } to { opacity: 1; filter: none; transform: none; } }
.section-shell { width: var(--page); max-width: 1460px; }
.scroll-progress { height: 3px; box-shadow: 0 0 17px rgba(231,200,117,.72); }
.topline { min-height: 34px; padding-inline: max(4vw, calc((100vw - 1460px) / 2)); color: rgba(241,244,241,.72); background: #030c14; font-size: 12px; letter-spacing: .12em; }
.topline a { font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.site-header { border-bottom-color: rgba(231,200,117,.24); background: rgba(5,18,29,.94); }
.header-inner { position: relative; gap: clamp(17px,2.7vw,40px); }
.site-header.is-scrolled .header-inner { min-height: 68px; }
.brand { width: 166px; flex: 0 0 166px; }
.brand img { width: 100%; max-height: 82px; object-fit: contain; }
.site-header.is-scrolled .brand { width: 152px; flex-basis: 152px; }
.primary-nav { gap: clamp(18px,2.5vw,37px); }
.primary-nav a { color: rgba(245,245,238,.77); font-size: 13px; font-weight: 570; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: #fff3c7; }
.primary-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.bag-trigger { gap: 8px; padding-left: 14px; }
.bag-icon-wrap { border-radius: 7px; }
.bag-count { border-radius: 6px; }
.menu-toggle { border-radius: 5px; }

.hero { min-height: min(850px, calc(100svh - 31px)); background: #06131f; }
.hero-backdrop img { opacity: .65; object-position: center 52%; transform: scale(1.03); }
.hero-shade { background: linear-gradient(90deg,rgba(3,11,18,.98) 0%,rgba(5,17,27,.91) 32%,rgba(5,17,27,.55) 57%,rgba(4,13,21,.26) 100%),linear-gradient(0deg,rgba(2,10,16,.88),transparent 25%,rgba(2,10,16,.12)); }
.hero-inner { grid-template-columns: minmax(350px,.78fr) minmax(0,1.22fr); gap: clamp(12px,2vw,30px); padding-block: 37px 43px; }
.hero-copy { max-width: 590px; padding-top: 0; }
.hero .eyebrow { color: rgba(247,231,185,.94); }
.hero h1 { max-width: 590px; margin: 19px 0 18px; font-size: clamp(59px,6.6vw,96px); letter-spacing: -.075em; line-height: .9; }
.hero h1 em { color: #efd484; }
.hero-lede { max-width: 470px; color: rgba(241,243,238,.78); font-size: clamp(17px,1.35vw,19px); line-height: 1.65; }
.hero-actions { gap: 18px; margin-top: 24px; }
.button { min-height: 54px; padding-inline: 21px; border-radius: 3px; font-size: 14px; letter-spacing: .015em; }
.button-gold { color: #111d25; background: linear-gradient(115deg,#dcb95f,#f0d88c 58%,#dfbd68); box-shadow: 0 8px 30px rgba(207,170,83,.14); }
.button-gold:hover { background: linear-gradient(115deg,#eed487,#fae9ae 58%,#e9ca7c); box-shadow: 0 11px 34px rgba(207,170,83,.25); }
.text-link { min-height: 30px; border-color: rgba(146,111,47,.55); font-size: 13px; }
.hero-signature { gap: 11px; margin-top: 25px; font-size: 12px; letter-spacing: .025em; }
.hero-signature strong { font-size: 26px; }
.hero-brand-line { margin: 14px 0 0; color: rgba(235,218,167,.82); font-family: var(--serif); font-size: 21px; font-style: italic; line-height: 1.35; }
.hero-range-picker { margin-top: 20px; }
.hero-range-picker > span { color: rgba(239,233,210,.68); }
.hero-range-picker button { min-height: 41px; border-radius: 3px; }
.hero-stage { height: clamp(420px,40vw,610px); margin-right: -1.5vw; }
.hero-stage::before { bottom: 12%; opacity: .62; }
.stage-product { filter: drop-shadow(0 29px 20px rgba(0,0,0,.46)); }
.stage-product-two { left: 26%; width: 29%; }
.stage-product-three { left: 55%; width: 24%; }
.hero-stage[data-focus="personal"] .stage-product-two { left: 22%; width: 34%; height: 81%; }
.hero-stage[data-focus="kitchen"] .stage-product-one { left: 34%; bottom: 8%; width: 31%; height: 77%; }
.hero-stage[data-focus="home"] .stage-product-four { right: 22%; bottom: 8%; width: 30%; height: 78%; }
.stage-caption { bottom: 7%; padding-top: 17px; }
.stage-caption strong { font-size: 17px; }
.stage-side-note { top: 32%; color: rgba(242,228,187,.66); font-size: 10px; }
.hero-footer { width: var(--page); min-height: 48px; }
.hero-footer .hero-scroll, .hero-edition { font-size: 12px; letter-spacing: .12em; }

.marquee-band { color: rgba(244,242,231,.84); background: #091d2b; border-block-color: rgba(231,200,117,.23); }
.marquee-track { min-height: 49px; animation-duration: 42s; }
.marquee-track span { font-size: 11px; letter-spacing: .23em; }
.marquee-band b { color: #e9cb78; }
.ranges-section { padding: clamp(68px,8vw,112px) 0 clamp(73px,8vw,112px); background: #eff3f0; }
.ranges-heading { margin-bottom: 34px; }
.ranges-heading h2, .collection-heading h2, .story-copy h2, .contact-copy h2 { letter-spacing: -.06em; }
.ranges-heading h2 em, .collection-heading h2 em, .order-heading h2 em, .story-copy h2 em { color: #96702e; }
.ranges-heading > p { color: #5e6e75; }
.category-cards { gap: 15px; }
.category-card { min-height: 372px; border-color: rgba(231,200,117,.18); border-radius: 3px; }
.category-card::before { background: radial-gradient(ellipse at 78% 41%,rgba(220,190,104,.3),transparent 44%),linear-gradient(135deg,#18374a,#071522 84%); }
.category-kitchen::before { background: radial-gradient(ellipse at 77% 40%,rgba(141,192,96,.3),transparent 44%),linear-gradient(135deg,#1e473f,#0a211d 85%); }
.category-home::before { background: radial-gradient(ellipse at 76% 40%,rgba(209,114,143,.27),transparent 44%),linear-gradient(135deg,#573245,#1e1722 85%); }
.category-card > img { width: 46%; height: 81%; filter: drop-shadow(0 26px 18px rgba(0,0,0,.48)); }
.category-card-copy { right: 31%; bottom: 25px; }
.category-card-copy strong { font-size: clamp(26px,2.6vw,36px); }
.category-card-copy small { font-size: 14px; }
.category-card:hover { transform: translateY(-9px); }
.section-pad { padding: clamp(64px,7.5vw,104px) 0 clamp(65px,7.5vw,102px); }
.section-topline { border-bottom-color: #ced8d3; }
.section-kicker { color: #8b682d; }
.section-aside { color: #61727a; }
.featured-products { background: #f8faf8; }
.featured-heading { padding-top: 24px; }
.featured-heading h2 { font-size: clamp(42px,5.3vw,72px); }
.wholesale-teaser { color: #f8f4e9; background: radial-gradient(ellipse at 87% 20%,rgba(27,62,77,.8),transparent 37%),#071522; }
.wholesale-teaser-inner { padding-block: clamp(42px,6vw,75px); }
.wholesale-teaser-inner h2 { color: #f6f1df; }
.wholesale-teaser-inner > p { color: rgba(240,241,235,.72); font-size: 15px; line-height: 1.75; }

.collection { background: #eef2ef; border-top-color: #dce4df; }
.collection-heading { grid-template-columns: minmax(0,1.05fr) minmax(300px,.72fr); gap: clamp(34px,7vw,100px); padding: 35px 0 27px; }
.collection-heading h1 { margin: 13px 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(48px,6vw,79px); font-weight: 400; letter-spacing: -.07em; line-height: .92; text-wrap: balance; }
.collection-heading h1 em { color: #96702e; font-weight: 400; }
.collection-intro { padding-bottom: 3px; }
.collection-intro p { color: #5c6b72; font-size: 16px; line-height: 1.7; }
.shop-controls { gap: 15px; padding-block: 12px 14px; border-top-color: #d0dad5; }
.shop-page .shop-controls { margin-inline: -12px; padding-inline: 12px; background: rgba(238,242,239,.95); }
.filter-list { gap: 5px; }
.filter-button { min-height: 42px; padding: 0 13px; color: #495a61; background: transparent; border-color: transparent; border-radius: 3px; font-size: 13px; }
.filter-button span { color: #78868b; }
.filter-button:hover { color: #162a35; background: rgba(255,255,255,.6); }
.filter-button.is-active { color: #f6f4eb; background: #081a27; box-shadow: 0 7px 18px rgba(7,21,34,.11); }
.filter-button.is-active span { color: var(--gold); }
.search-field, .sort-field { min-height: 43px; color: #65747a; background: #fbfcfa; border-color: #cfd8d3; border-radius: 3px; }
.search-field input { min-width: 130px; font-size: 14px; }
.sort-field select { font-size: 13px; }
.catalogue-status { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 17px; color: #17303b; font-size: 13px; font-weight: 700; }
.catalogue-status > span:last-child { color: #718085; font-size: 10px; letter-spacing: .14em; }
.product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; padding-top: 14px; }
.product-card { border: 1px solid #dce3df; border-radius: 3px; background: #fff; box-shadow: 0 6px 20px rgba(13,34,43,.035); transition: transform .38s var(--ease),box-shadow .38s ease,border-color .28s ease; }
.product-card:hover { border-color: #c1a35d; box-shadow: 0 23px 44px rgba(13,34,43,.12); }
.product-card::before { background: radial-gradient(circle at var(--glow-x,50%) var(--glow-y,40%),rgba(255,255,255,.53),transparent 43%); }
.product-visual { height: clamp(235px,22vw,318px); background: radial-gradient(ellipse at 51% 45%,#fff 0%,#f0f3f1 73%,#e7eeea 100%); }
.product-card[data-category="kitchen"] .product-visual { background: radial-gradient(ellipse at 51% 44%,#fcfff4 0%,#e7f1e3 70%,#dae7d6 100%); }
.product-card[data-category="personal"] .product-visual { background: radial-gradient(ellipse at 51% 44%,#fffdfd 0%,#f6e9ed 70%,#eddee4 100%); }
.product-card[data-category="home"] .product-visual { background: radial-gradient(ellipse at 51% 44%,#fffafa 0%,#f0e8eb 70%,#e6dce1 100%); }
.product-visual::before { top: 8%; width: min(78%,255px); border-color: rgba(19,45,53,.1); background: radial-gradient(circle,rgba(255,255,255,.7),transparent 70%); }
.product-visual::after { right: 22%; bottom: 8%; left: 22%; height: 13px; background: rgba(20,39,42,.2); }
.product-visual img { width: 66%; height: 87%; max-height: 305px; filter: drop-shadow(0 20px 14px rgba(18,37,44,.2)); transition: transform .58s var(--ease),opacity .2s ease,filter .35s ease; }
.product-card:hover .product-visual img { transform: translateY(-8px) scale(1.055); filter: drop-shadow(0 26px 18px rgba(18,37,44,.25)); }
.product-number { top: 13px; left: 14px; padding: 6px 8px; color: #52656c; background: rgba(255,255,255,.78); border-radius: 2px; font-size: 12px; letter-spacing: .09em; }
.product-family { top: 12px; right: 12px; max-width: 60%; padding: 6px 8px; color: #42555d; background: rgba(255,255,255,.83); border-radius: 2px; font-size: 12px; letter-spacing: .055em; }
.product-info { padding: 16px 16px 15px; }
.product-category { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; color: #68767a; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.product-brand { color: #88682d; }
.product-brand-divider { color: #9aa5a3; font-style: normal; }
.product-name { margin: 0 0 7px; font-size: 22px; }
.product-name a { transition: color .2s ease; }
.product-name a:hover { color: #8c6828; }
.product-note { min-height: 44px; margin-bottom: 8px; color: #637177; font-size: 13px; line-height: 1.5; }
.product-details-link { margin-bottom: 11px; color: #5d6c72; border-color: #d7dfdb; font-size: 12px; }
.product-details-link:hover { color: #7f5d20; border-color: #ab8944; }
.product-purchase { grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 9px; margin-top: auto; padding-top: 12px; border-top-color: #e0e6e2; }
.size-field { gap: 6px; }
.size-label, .product-price-label { color: #738186; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.variant-options { display: grid; grid-template-columns: repeat(auto-fit,minmax(66px,1fr)); gap: 5px; }
.variant-button { min-height: 45px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; padding: 4px 7px; color: #263a44; background: #f4f7f5; border: 1px solid #d3ddd7; border-radius: 3px; cursor: pointer; font-size: 13px; font-weight: 680; line-height: 1.2; text-align: left; transition: color .2s ease,background .2s ease,border-color .2s ease,transform .2s var(--ease); }
.variant-button:hover { border-color: #af934e; transform: translateY(-1px); }
.variant-button.is-active { color: #fbf7e8; background: #0b202d; border-color: #0b202d; box-shadow: inset 0 -2px 0 var(--gold); }
.variant-size { font-size: 13px; white-space: nowrap; }
.variant-price { color: #7c6028; font-size: 13px; font-weight: 750; white-space: nowrap; }
.variant-button.is-active .variant-price { color: var(--gold); }
.variant-fixed { min-height: 37px; display: inline-flex; align-items: center; padding: 0 10px; color: #243943; background: #f4f7f5; border: 1px solid #d4ddd8; border-radius: 3px; font-size: 12px; font-weight: 680; }
.product-price-group { display: grid; justify-items: end; gap: 2px; padding-bottom: 2px; }
.product-price { color: #081c29; font-family: var(--serif); font-size: 21px; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.add-button { min-height: 44px; gap: 12px; margin-top: 12px; padding-inline: 13px; color: #f9f6e8; background: #071a27; border-color: #071a27; border-radius: 3px; font-size: 14px; }
.add-button:hover, .add-button.is-added { color: #0b1c25; background: var(--gold); border-color: var(--gold); }
.add-button .add-label { text-align: left; }
.add-button .add-icon { font-size: 15px; transition: transform .22s ease; }
.add-button:hover .add-icon { transform: translate(2px,-2px); }
.collection-footnote { margin-top: 20px; border-top-color: #ced9d3; }
.collection-footnote p { color: #5c6b71; font-size: 13px; }
.footnote-mark { color: #947031; }
.shop-business-callout { background: #e4ebe7; border-top: 1px solid #d3ddd7; }
.shop-business-inner { min-height: 86px; }
.shop-business-inner p { color: #203640; }
.shop-business-inner .text-link { color: #805f22; }

.product-page { background: #f7f9f7; }
.product-breadcrumb { padding: 0 0 16px; color: #637178; font-size: 13px; }
.product-breadcrumb a:hover { color: #856426; }
.product-detail-grid { grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: clamp(35px,6.5vw,96px); align-items: center; }
.product-detail-visual { min-height: min(67vw,690px); border: 1px solid #dfe7e2; background: radial-gradient(ellipse at 50% 44%,#fff 0%,#eff4f0 59%,#e3ebe6 100%); box-shadow: 0 18px 45px rgba(18,42,47,.07); }
.product-detail-visual::before { width: 81%; border-color: rgba(21,50,54,.1); }
.product-detail-visual img { width: 62%; height: 86%; max-height: 600px; filter: drop-shadow(0 26px 21px rgba(14,34,38,.2)); }
.detail-product-number { color: #51646b; background: rgba(255,255,255,.77); font-size: 12px; }
.detail-product-family { color: #40535b; background: rgba(255,255,255,.88); font-size: 12px; }
.detail-image-open::after { color: #42545a; background: rgba(255,255,255,.88); border-radius: 2px; }
.product-detail-copy { max-width: 620px; padding-block: 23px; }
.detail-brand-mark { display: inline-block; margin-top: 13px; color: #856629; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.product-detail-title { margin: 6px 0 12px; font-size: clamp(48px,6vw,76px); letter-spacing: -.07em; }
.product-detail-note { color: #52666f; font-size: 18px; }
.product-detail-overview { margin-top: 23px; padding-top: 17px; border-top-color: #d9e1dc; }
.detail-overview-label { color: #856629; font-size: 10px; letter-spacing: .15em; }
.product-detail-description { color: #4e6068; font-size: 15px; line-height: 1.7; }
.product-detail-facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.detail-fact { min-height: 75px; padding: 11px 12px; background: #edf2ef; border: 1px solid #dfe7e2; border-radius: 3px; }
.detail-fact:last-child { grid-column: 1 / -1; }
.detail-fact-label { color: #7b8789; font-size: 12px; letter-spacing: .06em; }
.detail-fact-value { margin-top: 2px; color: #233a43; font-size: 13px; }
.detail-size-field { margin-top: 23px; }
.detail-variant-options { display: flex; flex-wrap: wrap; gap: 7px; }
.detail-variant-options .variant-button { min-width: 112px; min-height: 51px; padding: 7px 11px; }
.detail-price-row { margin-top: 12px; padding-block: 13px; border-top-color: #dce4df; }
.detail-listed-price { color: #708085; font-size: 12px; font-weight: 750; letter-spacing: .1em; }
.detail-price { color: #071a27; font-size: clamp(30px,3.1vw,39px); font-weight: 500; font-variant-numeric: tabular-nums; }
.detail-purchase { grid-template-columns: 108px minmax(0,1fr); gap: 10px; }
.detail-quantity input { min-height: 54px; border-color: #d2ddd7; border-radius: 3px; }
.detail-add-button { width: 100%; justify-content: space-between; min-height: 54px; border-radius: 3px; }
.detail-confirmation { margin-top: 11px; color: #64747a; font-size: 13px; }
.product-question-link { display: inline-flex; align-items: center; gap: 8px; min-height: 39px; padding-bottom: 2px; color: #426255; border-bottom: 1px solid #aabeb2; font-size: 13px; font-weight: 700; }
.product-question-link span { color: #8b6c30; font-size: 16px; transition: transform .2s ease; }
.product-question-link:hover span { transform: translate(2px,-2px); }
.related-products { background: #eaf0ec; }

.page-hero { background: radial-gradient(ellipse at 77% 36%,rgba(47,90,101,.7),transparent 38%),linear-gradient(120deg,#061521,#0b202e 63%,#102d38); }
.page-hero-grid { min-height: 490px; grid-template-columns: minmax(0,1.04fr) minmax(360px,.96fr); gap: 4vw; padding-block: 36px; }
.page-hero-copy h1 { font-size: clamp(56px,6.6vw,88px); letter-spacing: -.075em; }
.page-hero-copy > p:not(.eyebrow) { color: rgba(239,243,239,.78); font-size: 17px; line-height: 1.7; }
.page-hero-art { min-height: 395px; }
.page-hero-art::before { background: radial-gradient(ellipse,rgba(0,0,0,.54),transparent 73%); }
.page-art-product { filter: drop-shadow(0 31px 20px rgba(0,0,0,.48)); }
.page-art-kicker { color: rgba(243,223,167,.89); }
.page-art-caption { color: rgba(240,231,203,.76); }
.brand-story { background: #f1f4f2; }
.story-media { border-radius: 2px; }
.story-media-backdrop { opacity: .82; }
.story-copy > p:not(.eyebrow) { color: #52656d; font-size: 15px; line-height: 1.76; }
.story-mantra { border-left-color: #a2813c; }
.story-mantra strong { font-size: clamp(26px,3vw,37px); }
.brand-architecture { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 21px; }
.brand-architecture article { display: grid; gap: 3px; min-height: 100px; padding: 13px 14px; background: #e8efeb; border: 1px solid #d6e0da; border-radius: 3px; }
.brand-architecture article > span { color: #758286; font-size: 12px; font-weight: 800; letter-spacing: .07em; }
.brand-architecture strong { color: #102a37; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.brand-architecture small { color: #647278; font-size: 12px; }
.about-range-grid { gap: 13px; }
.about-range-grid article { min-height: 225px; background: #fff; border-color: #dae3de; border-radius: 3px; }
.about-range-grid article > span { color: #8b682d; }
.about-range-grid article > span i { color: #718084; font-size: 12px; font-style: normal; }
.about-range-grid h3 { margin-top: 18px; font-size: 29px; }
.about-range-grid p { margin-bottom: 14px; color: #596970; font-size: 14px; }
.about-range-grid .text-link { color: #805f22; }
.range-stat-band { background: linear-gradient(108deg,#05141f,#102a37 56%,#071a27); }
.about-close { background: #e7eeea; }
.about-close h2 em { color: #927034; }

.contact-page-hero .page-hero-grid, .wholesale-page-hero .page-hero-grid { min-height: 445px; }
.contact-options { background: #f2f5f3; }
.contact-options-grid article { min-height: 290px; background: #fff; border-color: #dce4df; border-radius: 3px; }
.contact-options-grid article:hover { box-shadow: 0 22px 42px rgba(17,38,48,.11); }
.contact-options-grid h2 { font-size: 36px; }
.contact-phone { font-variant-numeric: tabular-nums; }
.contact-option-link { min-height: 33px; color: #805f22; }
.contact-business-band { background: #071a27; }
.contact-business-inner { min-height: 170px; }
.wholesale-section { background: #eff3f0; }
.wholesale-layout { grid-template-columns: minmax(0,.87fr) minmax(470px,1.13fr); gap: clamp(30px,5.5vw,80px); }
.wholesale-copy h2 { letter-spacing: -.07em; }
.wholesale-copy > p:not(.eyebrow) { color: #53666e; font-size: 15px; }
.wholesale-range-list { border-top-color: #d1ddd6; }
.wholesale-range-list span { border-bottom-color: #d1ddd6; }
.wholesale-form { padding: clamp(24px,3.3vw,42px); background: #fff; border-color: #d9e2dc; border-radius: 3px; box-shadow: 0 24px 60px rgba(15,39,48,.08); }
.form-heading > span { color: #88692f; }
.form-heading p { color: #637177; }
.form-grid { gap: 16px 13px; }
.form-field > span { color: #344b54; font-size: 14px; }
.form-field > span small { color: #788589; font-weight: 450; }
.form-field input, .form-field select, .form-field textarea { min-height: 50px; color: #122831; background: #f7faf8; border-color: #d3ded8; border-radius: 3px; font: 14px var(--sans); transition: background .2s ease,border-color .2s ease,box-shadow .2s ease; }
.form-field textarea { min-height: 94px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: #fff; border-color: #a88843; box-shadow: 0 0 0 3px rgba(210,177,99,.16); outline: none; }
.wholesale-submit { border-radius: 3px; }
.form-footnote, .form-status { font-size: 13px; }

.site-footer { padding: 40px 0 20px; background: #030e17; }
.footer-main { gap: 22px; }
.footer-brand { width: 156px; flex-basis: 156px; }
.footer-brand img { width: 100%; }
.footer-brand-note strong { color: #f5f0e1; }
.footer-brand-note span { color: rgba(215,224,219,.62); }
.footer-main nav { gap: 11px; }
.footer-main nav a { font-size: 13px; }
.footer-bottom { color: rgba(211,220,218,.66); font-size: 12px; letter-spacing: .04em; }
.footer-bottom > span:nth-child(2) { gap: 7px; font-size: 12px; letter-spacing: .06em; }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 14px; font-variant-numeric: tabular-nums; letter-spacing: .04em; }

.bag-dialog { width: min(980px,100%); height: 100dvh; max-height: 100dvh; color: var(--ink); background: #f0f4f1; border-left: 1px solid rgba(231,200,117,.55); box-shadow: -28px 0 85px rgba(2,12,21,.38); }
.bag-dialog[open] { animation: order-panel-in .42s var(--ease) both; }
@keyframes order-panel-in { from { opacity: .8; transform: translateX(28px); } to { opacity: 1; transform: none; } }
.bag-dialog::backdrop { background: rgba(2,10,17,.72); backdrop-filter: blur(7px); }
.bag-panel { height: 100%; min-height: 0; padding: clamp(22px,3vw,34px); }
.bag-header { position: relative; flex: 0 0 auto; flex-wrap: wrap; align-items: center; padding-bottom: 18px; border-bottom-color: #d4dfd8; }
.bag-header .section-kicker { color: #8a682e; font-size: 10px; }
.bag-header h2 { color: #071a27; font-size: 38px; letter-spacing: -.04em; }
.bag-close { border-radius: 3px; }
.order-steps { display: flex; align-items: center; gap: 11px; width: 100%; padding-top: 17px; color: #5a6c73; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.order-steps b { display: inline-grid; width: 22px; height: 22px; place-items: center; margin-right: 5px; color: #0b202d; background: var(--gold); border-radius: 50%; font-size: 12px; }
.order-steps i { width: clamp(20px,7vw,80px); height: 1px; background: #bdc9c2; }
.bag-content { min-height: 0; flex: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.76fr); gap: 24px; padding-top: 19px; }
.bag-lines { overflow-y: auto; padding-right: 8px; }
.bag-line { grid-template-columns: 67px minmax(0,1fr) auto; gap: 13px; padding: 13px 0; border-bottom-color: #d9e2dc; }
.bag-line img { width: 64px; height: 80px; padding: 4px; background: linear-gradient(145deg,#fff,#e7eeea); border: 1px solid #dce5df; border-radius: 3px; object-fit: contain; }
.bag-line-info strong { color: #102a36; font-size: 15px; }
.bag-line-info > span { color: #68777c; font-size: 12px; }
.quantity-controls { margin-top: 8px; }
.quantity-controls button { width: 31px; height: 31px; color: #15313c; background: #fff; border-color: #d1dbd5; border-radius: 3px; }
.bag-line-price { align-self: center; color: #102632; font-family: var(--serif); font-size: 19px; white-space: nowrap; }
.bag-empty { min-height: 260px; align-content: center; justify-items: start; text-align: left; }
.bag-empty-mark { color: #98712d; }
.bag-empty strong { color: #102a36; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.bag-empty p { color: #627278; }
.bag-empty a { color: #805f22; }
.bag-footer { align-self: start; padding: 19px; background: #fff; border: 1px solid #dce5df; border-radius: 3px; box-shadow: 0 10px 28px rgba(16,41,45,.045); }
.bag-subtotal { padding-bottom: 13px; border-bottom-color: #dce4df; }
.bag-subtotal > span { color: #3a4f58; font-size: 13px; font-weight: 680; }
.bag-subtotal strong { color: #081c29; font-size: 29px; }
.bag-order-note { margin: 11px 0 15px; color: #596a70; font-size: 13px; line-height: 1.55; }
.order-details-heading { display: grid; gap: 3px; margin-bottom: 10px; padding-top: 14px; border-top: 1px solid #e0e7e3; }
.order-details-heading > span { color: #88672c; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.order-details-heading > small { color: #758287; font-size: 12px; line-height: 1.45; }
.order-details-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.order-field { min-width: 0; display: grid; gap: 4px; }
.order-field > span { color: #465960; font-size: 12px; font-weight: 700; }
.order-field input, .order-field textarea { width: 100%; min-height: 42px; padding: 9px 10px; color: #132a33; background: #f7faf8; border: 1px solid #d8e1dc; border-radius: 3px; font: 13px var(--sans); }
.order-field textarea { min-height: 55px; resize: vertical; }
.order-field-wide { grid-column: 1 / -1; }
.order-field input:focus, .order-field textarea:focus { border-color: #a88843; outline: 2px solid rgba(210,177,99,.16); }
.bag-checkout { width: 100%; justify-content: space-between; margin-top: 14px; padding-inline: 17px; }
.bag-checkout[aria-disabled="true"] { color: #899492; background: #e8eeea; border-color: #d9e2dc; box-shadow: none; cursor: not-allowed; }
.order-payment-note { margin: 9px 0 0; color: #66767a; font-size: 12px; line-height: 1.5; }
.clear-bag { margin-top: 9px; color: #727f83; font-size: 12px; }
.clear-bag:not(:disabled):hover { color: #8d4c4c; }
.cart-dock { width: min(390px,calc(100% - 32px)); gap: 11px; padding-inline: 14px; border-radius: 4px; background: rgba(5,20,30,.97); }
.dock-bag-icon { border-radius: 5px; }
.dock-arrow { color: var(--gold); }
.whatsapp-fab { left: 22px; border-radius: 4px; }
.whatsapp-fab-orbit { border-radius: 6px; transform: rotate(45deg); }
.toast { border: 1px solid rgba(231,200,117,.42); border-radius: 3px; }
.product-lightbox { border-radius: 3px; }
.lightbox-panel { background: radial-gradient(ellipse at 50% 45%,rgba(32,66,76,.9),rgba(4,16,25,.98) 64%); }
.lightbox-close { border-radius: 3px; }

@media (min-width: 1560px) {
  .hero-inner { grid-template-columns: minmax(430px,.75fr) minmax(0,1.25fr); }
}
@media (max-width: 1160px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
  .product-visual { height: clamp(240px,29vw,320px); }
  .product-info { padding: 15px 14px 14px; }
  .product-name { font-size: 21px; }
  .product-purchase { grid-template-columns: 1fr; }
  .product-price-group { display: flex; align-items: baseline; gap: 8px; justify-items: start; }
  .product-detail-grid { gap: 4vw; }
  .wholesale-layout { grid-template-columns: minmax(0,.84fr) minmax(440px,1.16fr); }
}
@media (max-width: 900px) {
  .header-inner { gap: 14px; }
  .brand { width: 150px; flex-basis: 150px; }
  .brand img { max-height: 73px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; align-content: center; justify-items: center; gap: 6px; margin-left: auto; padding: 0; background: transparent; border: 1px solid rgba(245,231,191,.27); cursor: pointer; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; gap: 0; margin: 0; padding: 10px max(4vw, calc((100vw - 1460px) / 2)) 17px; background: rgba(5,18,29,.985); border-bottom: 1px solid rgba(231,200,117,.29); box-shadow: 0 18px 35px rgba(3,11,17,.28); }
  .primary-nav.is-open { display: grid; animation: nav-drop .23s var(--ease) both; }
  .primary-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav a::after { bottom: 5px; right: auto; width: 40px; }
  .bag-trigger { margin-left: 0; }
  .hero-inner { grid-template-columns: minmax(300px,.84fr) minmax(0,1.16fr); gap: 0; }
  .hero h1 { font-size: clamp(56px,7vw,78px); }
  .hero-stage { height: clamp(380px,49vw,510px); margin-right: -3vw; }
  .hero-signature { max-width: 390px; row-gap: 4px; }
  .page-hero-grid { grid-template-columns: minmax(0,1fr) minmax(300px,.82fr); gap: 3vw; }
  .page-hero-art { min-height: 350px; }
  .wholesale-layout { grid-template-columns: 1fr; gap: 28px; }
  .wholesale-copy { position: static; }
  .wholesale-form { max-width: none; }
}
@media (max-width: 760px) {
  :root { --page: calc(100% - 34px); --header-height: 74px; }
  .topline { min-height: 34px; gap: 7px; padding-inline: 17px; font-size: 12px; letter-spacing: .04em; }
  .topline p { gap: 7px; }
  .topline a { font-size: 12px; letter-spacing: .02em; white-space: nowrap; }
  .header-inner, .site-header.is-scrolled .header-inner { min-height: 72px; }
  .brand, .site-header.is-scrolled .brand { width: 139px; flex-basis: 139px; }
  .brand img { max-height: 68px; }
  .bag-trigger { gap: 5px; min-height: 40px; padding-left: 9px; font-size: 12px; }
  .bag-icon-wrap { width: 26px; height: 26px; }
  .bag-total { display: none; }
  .hero { min-height: 0; min-height: auto; }
  .hero-inner { width: var(--page); grid-template-columns: 1fr; gap: 7px; padding: 49px 0 14px; }
  .hero-copy { max-width: 610px; }
  .hero h1 { max-width: 570px; margin: 17px 0 13px; font-size: clamp(55px,11.2vw,81px); }
  .hero-lede { max-width: 530px; font-size: 16px; }
  .hero-actions { gap: 15px; margin-top: 20px; }
  .hero-actions .button { min-height: 50px; }
  .hero-signature { max-width: 100%; margin-top: 16px; font-size: 12px; }
  .hero-signature strong { font-size: 22px; }
  .hero-brand-line { margin-top: 10px; font-size: 19px; }
  .hero-range-picker { margin-top: 15px; }
  .hero-range-picker > span { font-size: 12px; }
  .hero-range-picker button { min-height: 39px; }
  .hero-stage { height: clamp(282px,78vw,420px); margin: 0 -4vw -4px; }
  .hero-stage::before { bottom: 10%; }
  .stage-product-one { left: 1%; width: 24%; }
  .stage-product-two { left: 24%; width: 27%; height: 73%; }
  .stage-product-three { left: 51%; width: 22%; height: 55%; }
  .stage-product-four { right: 0; width: 24%; }
  .hero-stage[data-focus="personal"] .stage-product-two { left: 22%; width: 33%; height: 77%; }
  .hero-stage[data-focus="kitchen"] .stage-product-one { left: 34%; width: 31%; height: 74%; }
  .hero-stage[data-focus="home"] .stage-product-four { right: 24%; width: 29%; height: 76%; }
  .stage-index { top: 4%; left: 8%; gap: 7px; font-size: 12px; }
  .stage-caption { right: 8%; bottom: 5%; left: 8%; grid-template-columns: minmax(0,1fr) auto; row-gap: 5px; padding-top: 10px; }
  .stage-caption > span { font-size: 12px; }
  .stage-caption strong { grid-column: 1; grid-row: 2; font-size: 15px; }
  .stage-caption a { grid-column: 2; grid-row: 2; font-size: 12px; }
  .stage-side-note { display: none; }
  .hero-footer { min-height: 42px; }
  .hero-footer .hero-scroll { font-size: 12px; letter-spacing: .07em; }
  .hero-edition { display: none; }
  .marquee-track { min-height: 43px; }
  .ranges-section { padding-block: 63px 65px; }
  .ranges-heading { align-items: start; flex-direction: column; gap: 14px; margin-bottom: 23px; }
  .ranges-heading h2 { font-size: clamp(39px,9.5vw,59px); }
  .ranges-heading > p { max-width: 100%; font-size: 15px; }
  .category-cards { grid-template-columns: 1fr; gap: 10px; }
  .category-card { min-height: 252px; padding: 17px; }
  .category-card > img { right: 3%; width: 40%; height: 78%; }
  .category-personal > img { right: 1%; width: 42%; }
  .category-kitchen > img { right: 4%; width: 39%; }
  .category-home > img { right: 5%; width: 39%; }
  .category-card-copy { right: 41%; bottom: 18px; left: 17px; }
  .category-card-copy strong { font-size: clamp(25px,6vw,35px); }
  .category-card-copy small { font-size: 12px; }
  .section-pad { padding-block: 59px; }
  .section-topline { gap: 10px; }
  .section-kicker, .section-aside { font-size: 12px; }
  .section-aside { gap: 6px; letter-spacing: .08em; }
  .featured-heading { align-items: start; flex-direction: column; gap: 14px; padding: 21px 0 10px; }
  .featured-heading h2 { font-size: clamp(38px,9vw,58px); }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; padding-top: 12px; }
  .product-visual { height: clamp(185px,54vw,265px); }
  .product-visual img { width: 70%; height: 85%; }
  .product-info { padding: 12px 11px 11px; }
  .product-category { flex-wrap: wrap; gap: 4px; font-size: 12px; letter-spacing: .035em; }
  .product-name { margin-bottom: 5px; font-size: clamp(16px,4.1vw,22px); line-height: 1.1; }
  .product-note { min-height: 58px; margin-bottom: 7px; font-size: 12px; line-height: 1.43; }
  .product-details-link { min-height: 28px; gap: 6px; margin-bottom: 8px; font-size: 12px; }
  .product-purchase { grid-template-columns: minmax(0,1fr); gap: 8px; margin-top: auto; padding-top: 9px; }
  .size-label, .product-price-label { font-size: 12px; }
  .variant-options { grid-template-columns: repeat(auto-fit,minmax(60px,1fr)); gap: 4px; }
  .variant-button { min-height: 42px; gap: 1px; padding: 4px 6px; font-size: 13px; }
  .variant-size, .variant-price { font-size: 13px; }
  .variant-fixed { min-height: 34px; padding-inline: 8px; font-size: 12px; }
  .product-price-group { display: flex; align-items: baseline; justify-items: start; gap: 7px; }
  .product-price { font-size: 20px; }
  .add-button { min-height: 44px; gap: 8px; margin-top: 8px; padding-inline: 9px; font-size: 14px; }
  .catalogue-status { align-items: start; flex-direction: column; gap: 3px; padding-top: 13px; }
  .catalogue-status > span:last-child { font-size: 12px; }
  .collection-heading { grid-template-columns: 1fr; gap: 14px; padding: 28px 0 21px; }
  .collection-heading h1 { font-size: clamp(45px,10vw,68px); }
  .collection-intro p { margin-bottom: 11px; font-size: 15px; }
  .shop-controls { align-items: stretch; flex-direction: column; gap: 10px; }
  .shop-page .shop-controls { top: var(--header-height); margin-inline: -5px; padding: 9px 5px; }
  .filter-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: thin; }
  .filter-button { min-height: 39px; flex: 0 0 auto; padding-inline: 11px; font-size: 14px; }
  .shop-tools { width: 100%; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
  .search-field { min-width: 0; }
  .search-field input { width: 100%; min-width: 0; }
  .sort-field { min-width: 108px; }
  .sort-field select { max-width: 145px; }
  .collection-footnote { align-items: start; }
  .collection-footnote p { font-size: 12px; }
  .wholesale-teaser-inner { grid-template-columns: 1fr; gap: 17px; padding-block: 39px; }
  .wholesale-teaser-inner h2 { font-size: clamp(39px,9vw,57px); }
  .wholesale-teaser .button { grid-column: auto; }
  .story-grid { grid-template-columns: 1fr; gap: 26px; }
  .story-media { min-height: min(94vw,430px); }
  .story-copy h2 { font-size: clamp(40px,9vw,60px); }
  .story-copy > p:not(.eyebrow) { font-size: 14px; }
  .brand-architecture { gap: 7px; }
  .brand-architecture article { min-height: 92px; padding: 10px; }
  .brand-architecture strong { font-size: 21px; }
  .about-range-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 25px; }
  .about-range-grid article { min-height: 0; padding: 17px; }
  .about-range-grid h3 { margin: 11px 0 6px; font-size: 25px; }
  .about-range-grid p { margin-bottom: 9px; }
  .about-close { padding-block: 48px; }
  .about-close h2 { font-size: clamp(40px,9vw,59px); }
  .range-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .range-stat-grid > div { min-height: 86px; gap: 9px; padding: 11px 8px; }
  .range-stat-grid > div:first-child { padding-left: 0; }
  .range-stat-grid > div:nth-child(2) { padding-right: 0; border-right: 0; }
  .range-stat-grid > div:last-child { grid-column: 1 / -1; min-height: 67px; padding: 10px 0; border-top: 1px solid rgba(231,200,117,.2); }
  .range-stat-grid strong { font-size: 33px; }
  .range-stat-grid > div > span:last-child { font-size: 12px; }
  .page-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 8px; padding-block: 43px 26px; }
  .page-hero-copy h1 { margin: 17px 0 13px; font-size: clamp(51px,10.5vw,75px); }
  .page-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .page-hero-art { min-height: min(86vw,360px); }
  .page-art-product { width: min(41%,165px); height: 78%; }
  .contact-page-art, .contact-page-art img { height: auto; min-height: min(82vw,340px); }
  .contact-options-grid { grid-template-columns: 1fr; gap: 9px; padding-top: 21px; }
  .contact-options-grid article { min-height: 265px; padding: 22px; }
  .contact-options-grid h2 { font-size: 31px; }
  .contact-options-grid article > p:not(.eyebrow) { font-size: 14px; }
  .contact-phone { font-size: 23px; }
  .contact-business-inner { min-height: 0; align-items: start; flex-direction: column; justify-content: center; gap: 16px; padding-block: 34px; }
  .wholesale-copy h2 { font-size: clamp(42px,9vw,62px); }
  .wholesale-form { padding: 21px 16px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; padding-block: 18px; }
  .form-field-wide { grid-column: auto; }
  .form-field input, .form-field select, .form-field textarea { min-height: 47px; }
  .product-page { padding-top: 24px; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 17px; }
  .product-detail-visual { min-height: min(112vw,500px); }
  .product-detail-visual img { width: min(64%,310px); height: 84%; }
  .product-detail-copy { max-width: none; padding-block: 7px 12px; }
  .product-detail-title { font-size: clamp(44px,10vw,64px); }
  .product-detail-note { font-size: 16px; }
  .product-detail-description { font-size: 14px; }
  .product-detail-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .detail-purchase { grid-template-columns: 90px minmax(0,1fr); gap: 8px; }
  .detail-add-button { min-height: 51px; gap: 10px; padding-inline: 13px; }
  .related-products .featured-heading { align-items: start; }
  .bag-dialog { width: 100%; border-left: 0; }
  .bag-panel { padding: 19px 16px max(16px,env(safe-area-inset-bottom)); overflow-y: auto; }
  .bag-header { gap: 8px; padding-bottom: 13px; }
  .bag-header h2 { font-size: 33px; }
  .order-steps { gap: 6px; padding-top: 12px; font-size: 12px; }
  .order-steps b { width: 22px; height: 22px; margin-right: 3px; font-size: 12px; }
  .order-steps i { flex: 1; width: auto; }
  .bag-content { display: flex; flex-direction: column; gap: 13px; padding-top: 12px; }
  .bag-lines { flex: initial; max-height: 32dvh; padding-right: 2px; }
  .bag-empty { min-height: 155px; }
  .bag-empty strong { font-size: 29px; }
  .bag-line { grid-template-columns: 57px minmax(0,1fr) auto; gap: 9px; padding: 10px 0; }
  .bag-line img { width: 55px; height: 68px; }
  .bag-line-info strong { font-size: 14px; }
  .bag-line-info > span { font-size: 12px; }
  .bag-line-price { font-size: 16px; }
  .bag-footer { padding: 14px; }
  .bag-subtotal strong { font-size: 25px; }
  .order-details-fields { gap: 7px; }
  .order-field input, .order-field textarea { min-height: 40px; font-size: 13px; }
  .bag-checkout { min-height: 50px; margin-top: 11px; }
  .order-payment-note { font-size: 12px; }
  .footer-main { grid-template-columns: 1fr auto; gap: 15px; }
  .footer-brand { width: 143px; flex-basis: 143px; }
  .footer-brand-note { grid-column: 1; }
  .footer-main nav { grid-column: 1 / -1; grid-row: 3; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; }
  .footer-top { grid-column: 2; grid-row: 1; justify-self: end; }
  .footer-bottom { flex-wrap: wrap; gap: 9px 14px; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .footer-contacts { gap: 8px 14px; font-size: 12px; }
  .whatsapp-fab { left: 12px; bottom: max(13px,env(safe-area-inset-bottom)); min-height: 47px; padding-inline: 11px; }
  body.has-cart .whatsapp-fab { bottom: calc(93px + env(safe-area-inset-bottom)); }
  .cart-dock { right: 12px; bottom: max(13px,env(safe-area-inset-bottom)); min-height: 68px; }
}
@media (max-width: 390px) {
  :root { --page: calc(100% - 26px); }
  .topline { padding-inline: 13px; font-size: 12px; }
  .topline a { font-size: 12px; }
  .brand, .site-header.is-scrolled .brand { width: 124px; flex-basis: 124px; }
  .bag-trigger-label { display: none; }
  .hero h1 { font-size: clamp(49px,12vw,62px); }
  .hero-actions { align-items: start; flex-direction: column; gap: 13px; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-signature { column-gap: 8px; font-size: 10px; }
  .product-info { padding-inline: 9px; }
  .product-visual { height: 186px; }
  .product-name { font-size: 16px; }
  .product-note { min-height: 64px; font-size: 11px; }
  .product-category { font-size: 12px; }
  .variant-options { grid-template-columns: 1fr 1fr; }
  .variant-button { min-height: 40px; padding-inline: 5px; font-size: 13px; }
  .variant-price { font-size: 12px; }
  .product-price { font-size: 18px; }
  .add-button { font-size: 13px; }
  .order-details-fields { grid-template-columns: 1fr; }
  .order-field-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  main { animation: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none !important; }
  .hero-backdrop img { animation: none; transform: none; }
  .marquee-track { animation: none; }
}

/* Fresh Glowessa still life: preserve the supplied pack-shot artwork over a new, light editorial scene. */
.story-media-lifestyle { background: #e9e0d2; }
.story-media-lifestyle::before { background: linear-gradient(90deg,rgba(255,255,255,.06),transparent 72%); }
.story-media-lifestyle .story-media-backdrop { opacity: 1; transform: scale(1); }
.story-media-lifestyle:hover .story-media-backdrop { transform: scale(1.045); }
.story-media-lifestyle .story-media-overline { top: 23px; left: 23px; padding: 8px 10px; color: #14262d; background: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .14em; }
.story-media-lifestyle .story-media-product { filter: drop-shadow(0 17px 13px rgba(30,31,23,.23)); }
.story-media-lifestyle .story-media-product-main { left: 15%; bottom: 26%; width: 43%; height: 66%; }
.story-media-lifestyle .story-media-product-side { right: 19%; bottom: 18%; width: 32%; height: 58%; }
.story-media-lifestyle .story-media-caption { right: 0; bottom: 0; left: 0; padding: 15px 22px; background: rgba(7,21,34,.94); border-top-color: rgba(232,202,119,.58); }

/* Editorial routes */
.editorial-hero { background: #eff3f0; }
.editorial-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.65fr); align-items: end; gap: clamp(36px,7vw,98px); padding: 39px 0 18px; }
.editorial-hero h1 { margin: 15px 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(52px,7vw,90px); font-weight: 400; letter-spacing: -.065em; line-height: .94; text-wrap: balance; }
.editorial-hero h1 em { color: #96702e; font-weight: 400; }
.editorial-intro { max-width: 500px; padding-bottom: 6px; }
.editorial-intro p { margin: 0 0 20px; color: #617178; font-size: 16px; line-height: 1.75; }
.testimonial-section { background: #e9efeb; }
.testimonial-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(230px,.62fr); align-items: center; gap: clamp(32px,7vw,90px); min-height: 410px; padding: clamp(28px,5vw,66px); overflow: hidden; color: #f4f2e9; background: #071522; }
.testimonial-panel-main { max-width: 640px; }
.testimonial-overline { color: #e8ca77; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.testimonial-overline i, .journal-card-top i { display: inline-block; width: 4px; height: 4px; margin: 0 9px 2px; background: #d8b45e; border-radius: 50%; }
.testimonial-panel h2 { margin: 25px 0 17px; font-family: var(--serif); font-size: clamp(42px,5.2vw,68px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.testimonial-panel h2 em { color: #e8ca77; font-weight: 400; }
.testimonial-panel-main > p { max-width: 520px; color: rgba(244,242,233,.75); font-size: 16px; line-height: 1.75; }
.testimonial-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 26px; }
.testimonial-mark { position: relative; display: grid; place-items: center; width: min(100%,310px); aspect-ratio: 1; justify-self: end; border: 1px solid rgba(232,202,119,.45); border-radius: 50%; }
.testimonial-mark::before, .testimonial-mark::after { position: absolute; inset: 11%; content: ""; border: 1px solid rgba(232,202,119,.23); border-radius: 50%; }
.testimonial-mark::after { inset: 24%; }
.testimonial-mark span { color: #e8ca77; font-family: var(--serif); font-size: clamp(140px,20vw,230px); font-style: italic; line-height: 1; }
.testimonial-mark i { position: absolute; top: 13%; right: 17%; width: 9px; height: 9px; background: #e8ca77; border-radius: 50%; box-shadow: 0 0 22px rgba(232,202,119,.7); }
.testimonial-mark b { position: absolute; right: 15%; bottom: 16%; color: rgba(244,242,233,.6); font-size: 11px; letter-spacing: .18em; }
.feedback-prompts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 15px; }
.feedback-prompts article { min-height: 175px; padding: 23px; background: rgba(255,255,255,.68); border: 1px solid #d6e0d9; }
.feedback-prompts article > span { color: #92702e; font-size: 11px; font-weight: 750; letter-spacing: .14em; }
.feedback-prompts h3 { margin: 24px 0 7px; color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.035em; }
.feedback-prompts p { margin: 0; color: #637177; font-size: 14px; line-height: 1.65; }
.testimonial-close { background: #f6f4ed; }
.testimonial-close-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px 35px; }
.testimonial-close-inner .eyebrow { grid-column: 1 / -1; }
.testimonial-close-inner h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(37px,5.4vw,68px); font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.testimonial-close-inner h2 em { color: #96702e; font-weight: 400; }
.journal-section { background: #f6f4ed; }
.journal-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.journal-card { display: flex; flex-direction: column; min-height: 405px; padding: clamp(22px,3vw,36px); color: var(--navy); background: #fff; border: 1px solid #d9e2dc; transition: transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease); }
.journal-card:hover { transform: translateY(-4px); border-color: #cfb76d; box-shadow: 0 18px 38px rgba(15,39,48,.09); }
.journal-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1fr); align-items: start; column-gap: clamp(24px,5vw,70px); min-height: 320px; color: #f2f0e7; background: #071522; border-color: #18303c; }
.journal-card-top { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(130,153,153,.28); color: #a3b0ae; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.journal-card-top i { margin-inline: 5px; }
.journal-index { color: #d8b45e; font-family: var(--serif); font-size: 20px; font-weight: 400; letter-spacing: 0; }
.journal-kicker { margin: 26px 0 9px; color: #9b762e; font-size: 11px; font-weight: 750; letter-spacing: .14em; }
.journal-card-featured .journal-kicker { color: #e8ca77; }
.journal-card h2 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(29px,3.2vw,42px); font-weight: 400; letter-spacing: -.045em; line-height: 1.06; }
.journal-card-featured h2 { max-width: 490px; }
.journal-summary { margin: 0 0 22px; color: #627178; font-size: 15px; line-height: 1.7; }
.journal-card-featured .journal-summary { color: rgba(242,240,231,.77); }
.journal-details { margin-top: auto; border-top: 1px solid #dce2dc; }
.journal-card-featured .journal-details { border-color: rgba(130,153,153,.32); }
.journal-details summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; color: var(--navy); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.journal-details summary::-webkit-details-marker { display: none; }
.journal-card-featured .journal-details summary { color: #f2f0e7; }
.journal-details summary span { color: #96702e; font-size: 19px; transition: transform .25s ease; }
.journal-details[open] summary span { transform: rotate(45deg); }
.journal-details > div { padding: 2px 0 5px; color: #627178; font-size: 14px; line-height: 1.72; }
.journal-details > div p { margin: 0 0 12px; }
.journal-card-featured .journal-details > div { color: rgba(242,240,231,.75); }
.journal-details .text-link { display: inline-flex; margin-top: 6px; }
.journal-close { color: #f4f2e9; background: #0b202b; }
.journal-close-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.journal-close-inner > span { color: #e8ca77; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.wholesale-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.wholesale-actions .wholesale-submit { min-width: 0; font-size: 14px; }
.wholesale-actions .email-submit { color: var(--navy); background: #f4f2e9; border: 1px solid #cdd8d1; }
.wholesale-actions .email-submit:hover { color: #071522; background: #e8ca77; border-color: #e8ca77; }
.email-fallback { margin: 8px 0 0; }
.email-fallback[hidden] { display: none; }

@media (max-width: 760px) {
  .editorial-hero-grid { grid-template-columns: 1fr; gap: 20px; padding: 29px 0 4px; }
  .editorial-hero h1 { font-size: clamp(49px,11vw,72px); }
  .editorial-intro { max-width: 620px; }
  .testimonial-panel { grid-template-columns: 1fr; gap: 26px; }
  .testimonial-mark { width: min(64vw,230px); justify-self: start; }
  .feedback-prompts { grid-template-columns: 1fr; }
  .feedback-prompts article { min-height: 0; }
  .feedback-prompts h3 { margin-top: 13px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card-featured { grid-column: auto; grid-template-columns: 1fr; }
  .journal-card-featured .journal-card-top { grid-column: auto; }
  .journal-card { min-height: 0; }
  .journal-close-inner { align-items: flex-start; flex-direction: column; }
  .testimonial-close-inner { grid-template-columns: 1fr; align-items: start; }
  .testimonial-close-inner .eyebrow { grid-column: auto; }
  .wholesale-actions { grid-template-columns: 1fr; }
  .story-media-lifestyle .story-media-product-main { left: 12%; width: 49%; height: 66%; bottom: 25%; }
  .story-media-lifestyle .story-media-product-side { right: 14%; width: 35%; height: 58%; bottom: 17%; }
}

@media (prefers-reduced-motion: reduce) {
  .journal-card, .story-media-lifestyle .story-media-backdrop { transition: none; }
  .journal-card:hover { transform: none; }
}

/* Advanced catalogue search */
.shop-tools { min-width: min(660px,58%); grid-template-columns: minmax(185px,1fr) auto 190px; }
.advanced-search-trigger { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; color: #233943; background: #f9fbf9; border: 1px solid #cfd8d3; border-radius: 3px; cursor: pointer; font-size: 13px; font-weight: 650; transition: border-color .2s ease,background .2s ease,box-shadow .2s ease; }
.advanced-search-trigger:hover, .advanced-search-trigger[aria-expanded="true"], .advanced-search-trigger.has-filters { background: #fff; border-color: #a78a4b; box-shadow: 0 0 0 3px rgba(159,133,76,.08); }
.advanced-search-trigger svg { width: 17px; height: 17px; fill: none; stroke: #806426; stroke-linecap: round; stroke-width: 1.6; }
.advanced-search-trigger b { color: #8e6c2d; font-size: 18px; font-weight: 500; transition: transform .2s ease; }
.advanced-search-trigger[aria-expanded="true"] b { transform: rotate(45deg); }
.advanced-filter-count { width: 19px; height: 19px; display: inline-grid; place-items: center; color: #071522; background: #e8ca77; border-radius: 50%; font-size: 11px; font-weight: 800; }
.advanced-filter-count[hidden] { display: none; }
.advanced-search-panel { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) auto; align-items: end; gap: 10px; margin: 2px 0 15px; padding: 15px; background: #e4ebe7; border: 1px solid #d1dcd5; animation: filter-panel-in .2s var(--ease) both; }
.advanced-search-panel[hidden] { display: none; }
@keyframes filter-panel-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.advanced-filter-field { min-width: 0; display: grid; gap: 5px; color: #66767b; font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.advanced-filter-field input, .advanced-filter-field select { width: 100%; min-height: 42px; padding: 0 10px; color: #1b3039; background: #fbfcfa; border: 1px solid #cfd8d3; border-radius: 3px; font-size: 13px; letter-spacing: 0; text-transform: none; }
.advanced-filter-field input:focus, .advanced-filter-field select:focus { border-color: #a78a4b; outline: 2px solid rgba(159,133,76,.2); outline-offset: 1px; }
.advanced-reset { min-height: 42px; padding: 0 6px; color: #755923; background: transparent; border: 0; cursor: pointer; font-size: 12px; font-weight: 700; white-space: nowrap; }
.advanced-reset span { margin-left: 4px; font-size: 15px; }
.advanced-reset:hover { color: var(--navy); }

/* Long-form NARMEX articles */
.article-index-section { padding-top: 18px; background: #e9efeb; }
.article-index-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.article-index-grid a { min-height: 177px; display: flex; flex-direction: column; padding: 20px; background: rgba(255,255,255,.76); border: 1px solid #d4dfd8; transition: transform .25s var(--ease),border-color .25s ease,box-shadow .25s ease; }
.article-index-grid a:hover { transform: translateY(-3px); border-color: #b79a57; box-shadow: 0 12px 27px rgba(14,36,42,.08); }
.article-index-grid a > span { color: #826528; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.article-index-grid i, .long-article-header > span i { display: inline-block; width: 4px; height: 4px; margin: 0 7px 2px; background: #c4a050; border-radius: 50%; }
.article-index-grid strong { margin: 17px 0 13px; color: #102533; font-family: var(--serif); font-size: clamp(21px,2.35vw,29px); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
.article-index-grid small { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: #798589; font-size: 11px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.article-index-grid b { color: #927131; font-size: 17px; font-weight: 500; transition: transform .2s ease; }
.article-index-grid a:hover b { transform: translate(2px,-2px); }
.long-articles { background: #f5f5ef; }
.long-article { display: grid; grid-template-columns: minmax(0,.84fr) minmax(0,1fr); gap: clamp(35px,8vw,118px); padding: clamp(42px,7vw,88px) 0; border-top: 1px solid #d8ddd6; scroll-margin-top: 105px; }
.long-article:first-child { padding-top: 0; border-top: 0; }
.long-article-header { position: sticky; top: 110px; align-self: start; }
.long-article-header > span { color: #896a2f; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.long-article-header > p:first-of-type { display: flex; justify-content: space-between; gap: 12px; margin: 25px 0 13px; padding-bottom: 10px; color: #788587; border-bottom: 1px solid #d8ddd6; font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.long-article-header > p:first-of-type b { color: #96702e; font-size: inherit; }
.long-article-header h2 { margin: 0 0 17px; color: #071a27; font-family: var(--serif); font-size: clamp(36px,4.4vw,62px); font-weight: 400; letter-spacing: -.06em; line-height: .99; text-wrap: balance; }
.long-article-header h2 em { color: #96702e; font-weight: 400; }
.long-article-deck { margin: 0; color: #617178; font-size: 16px; line-height: 1.75; }
.long-article-body { max-width: 690px; color: #4f626a; font-size: 15px; line-height: 1.85; }
.long-article-body p { margin: 0 0 19px; }
.long-article-body h3 { margin: 31px 0 10px; color: #122a36; font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
.long-article-body .article-dropcap:first-letter { float: left; margin: 8px 9px 0 0; color: #a17d35; font-family: var(--serif); font-size: 61px; line-height: .73; }
.long-article-body .text-link { margin-top: 4px; }
.article-index-section + .long-articles { padding-top: clamp(45px,7vw,85px); }

/* Product reviews, distinct from customer-story testimonials */
.reviews-section { background: #e9efeb; }
.review-layout { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.1fr); align-items: start; gap: clamp(34px,7vw,100px); }
.review-intro { position: sticky; top: 110px; }
.review-intro h2 { margin: 18px 0 15px; color: #071a27; font-family: var(--serif); font-size: clamp(39px,5vw,63px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.review-intro h2 em { color: #96702e; font-weight: 400; }
.review-intro > p:not(.eyebrow) { color: #617178; font-size: 15px; line-height: 1.75; }
.review-empty-state { display: flex; align-items: center; gap: 13px; margin: 22px 0 22px; padding: 16px; background: rgba(255,255,255,.65); border: 1px solid #d1dcd5; }
.review-empty-state > span { color: #a07b34; font-size: 27px; }
.review-empty-state div { display: grid; gap: 3px; }
.review-empty-state strong { color: #213941; font-size: 14px; }
.review-empty-state small { color: #6e7d80; font-size: 12px; line-height: 1.5; }
.review-form { display: grid; gap: 15px; padding: clamp(22px,4vw,42px); background: #fff; border: 1px solid #d7e0da; box-shadow: 0 17px 45px rgba(15,38,42,.055); }
.review-form .form-heading { margin-bottom: 2px; }
.review-field { display: grid; gap: 6px; color: #465d66; font-size: 13px; font-weight: 700; }
.review-field > span small { color: #788588; font-size: 11px; font-weight: 500; }
.review-field select, .review-field input, .review-field textarea { width: 100%; min-height: 46px; padding: 11px 13px; color: #18303b; background: #f4f7f5; border: 1px solid #d3ddd7; border-radius: 2px; font: inherit; font-weight: 450; }
.review-field textarea { min-height: 128px; resize: vertical; line-height: 1.6; }
.review-field select:focus, .review-field input:focus, .review-field textarea:focus { background: #fff; border-color: #a78a4b; outline: 2px solid rgba(159,133,76,.17); outline-offset: 1px; }
.review-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.review-actions .button { min-width: 0; justify-content: space-between; padding-inline: 15px; font-size: 13px; }
.review-actions .button-outline { color: #152d38; background: #f7f8f5; border: 1px solid #d2dcd6; }
.review-actions .button-outline:hover { background: #e8ca77; border-color: #e8ca77; }
.review-privacy { margin: -2px 0 0; color: #7a8787; font-size: 12px; line-height: 1.6; }
.review-fallback, .review-email-fallback { margin-top: -5px; }
.review-fallback[hidden], .review-email-fallback[hidden] { display: none; }

@media (max-width: 1160px) {
  .header-inner, .site-header.is-scrolled .header-inner { gap: 14px; }
  .brand, .site-header.is-scrolled .brand { width: 150px; flex-basis: 150px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; align-content: center; justify-items: center; gap: 6px; margin-left: auto; padding: 0; background: transparent; border: 1px solid rgba(245,231,191,.27); cursor: pointer; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--gold); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 10px max(4vw, calc((100vw - 1460px) / 2)) 17px; background: rgba(5,18,29,.985); border-bottom: 1px solid rgba(231,200,117,.29); box-shadow: 0 18px 35px rgba(3,11,17,.28); }
  .primary-nav.is-open { display: grid; animation: nav-drop .23s var(--ease) both; }
  .primary-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav a::after { bottom: 5px; right: auto; width: 40px; }
  .bag-trigger { margin-left: 0; }
  .shop-controls { align-items: stretch; flex-direction: column; gap: 10px; }
  .shop-tools { width: 100%; min-width: 0; }
  .advanced-search-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .advanced-reset { justify-self: start; }
  .long-article { grid-template-columns: minmax(0,.8fr) minmax(0,1fr); gap: 38px; }
}
@media (max-width: 760px) {
  .advanced-search-panel { grid-template-columns: 1fr 1fr; gap: 9px; padding: 11px; }
  .advanced-filter-field:first-child { grid-column: 1 / -1; }
  .advanced-reset { grid-column: 1 / -1; justify-self: start; }
  .shop-tools { grid-template-columns: minmax(0,1fr) auto; }
  .advanced-search-trigger { padding-inline: 10px; }
  .advanced-search-trigger span:not(.advanced-filter-count) { font-size: 12px; }
  .sort-field { grid-column: 1 / -1; }
  .article-index-grid { grid-template-columns: 1fr; gap: 8px; }
  .article-index-grid a { min-height: 140px; padding: 17px; }
  .long-article { grid-template-columns: 1fr; gap: 22px; padding-block: 46px; }
  .long-article-header, .review-intro { position: static; }
  .long-article-header > p:first-of-type { margin-top: 18px; }
  .long-article-header h2 { font-size: clamp(37px,9vw,53px); }
  .long-article-body { font-size: 14px; }
  .review-layout { grid-template-columns: 1fr; gap: 25px; }
  .review-intro h2 { font-size: clamp(41px,9vw,58px); }
  .review-actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .advanced-search-panel { animation: none; }
  .article-index-grid a { transition: none; }
  .article-index-grid a:hover { transform: none; }
}

/* Brand refresh: art-directed page stages, clearer pack selection and a calmer shop toolbar. */
.page-art-backdrop { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .74; filter: saturate(.82) contrast(1.04); }
.about-page-hero .page-art-backdrop { opacity: .63; }
.wholesale-page-hero .page-art-backdrop { opacity: .58; }
.page-hero-art { border-radius: 2px; }
.page-hero-art::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg,rgba(5,18,28,.2),transparent 75%),linear-gradient(0deg,rgba(4,15,23,.22),transparent 42%); pointer-events: none; }
.contact-page-hero { background: linear-gradient(120deg,#05131f,#0b2230 67%,#102e37); }
.contact-page-art { isolation: isolate; border-radius: 2px; background: #0b202c; }
.contact-art-backdrop { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.contact-page-art::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg,rgba(6,20,30,.08),transparent 65%),linear-gradient(0deg,rgba(4,16,24,.42),transparent 40%); }
.contact-page-art .contact-art-product { z-index: 1; width: 42%; height: 76%; object-fit: contain; }
.testimonial-mark { width: min(100%,430px); aspect-ratio: 1.2; display: block; overflow: hidden; justify-self: end; border: 1px solid rgba(232,202,119,.45); border-radius: 3px; background: #101c25; box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.testimonial-mark::before { inset: 0; border: 0; border-radius: 0; background: linear-gradient(0deg,rgba(4,13,21,.83),transparent 48%); }
.testimonial-mark::after { display: none; }
.testimonial-mark img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.01); transition: transform .85s var(--ease); }
.testimonial-panel:hover .testimonial-mark img { transform: scale(1.055); }
.testimonial-mark figcaption, .testimonial-mark b { position: absolute; z-index: 1; bottom: 18px; color: rgba(250,241,211,.88); font-size: 10px; font-weight: 750; letter-spacing: .15em; }
.testimonial-mark figcaption { left: 20px; }
.testimonial-mark b { right: 20px; font-size: 11px; }
.company-promise-section { color: #f5f2e8; background: linear-gradient(110deg,#071522,#102c37 64%,#0b1d29); }
.company-promise-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.7fr); gap: clamp(18px,3vw,42px); align-items: stretch; }
.company-ceo-card, .company-vision-card { position: relative; min-height: 340px; padding: clamp(24px,4vw,48px); border: 1px solid rgba(232,202,119,.22); background: rgba(255,255,255,.025); }
.company-ceo-card h2 { margin: 24px 0 18px; font-family: var(--serif); font-size: clamp(39px,5vw,63px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.company-ceo-card h2 em, .company-ceo-card blockquote { color: var(--gold); font-weight: 400; }
.company-ceo-card > p:not(.eyebrow), .company-vision-card > p { max-width: 600px; color: rgba(241,242,236,.74); font-size: 15px; line-height: 1.78; }
.company-ceo-card blockquote { margin: 25px 0 15px; font-family: var(--serif); font-size: clamp(26px,3vw,36px); font-style: italic; line-height: 1.12; }
.company-ceo-attribution { display: flex; align-items: center; gap: 10px; color: rgba(241,232,200,.72); font-size: 10px; font-weight: 750; letter-spacing: .14em; }
.company-ceo-attribution i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.company-vision-card { display: flex; flex-direction: column; justify-content: center; background: radial-gradient(ellipse at 95% 5%,rgba(232,202,119,.11),transparent 40%),rgba(255,255,255,.035); }
.company-vision-index { display: flex; justify-content: space-between; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.company-vision-index b { color: rgba(242,231,197,.5); font-size: 12px; }
.company-vision-card h3 { margin: 34px 0 13px; font-family: var(--serif); font-size: clamp(32px,3.5vw,46px); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; }
.company-vision-card .text-link { align-self: start; margin-top: 17px; color: var(--gold); border-color: rgba(232,202,119,.45); }
.product-card { border-radius: 5px; box-shadow: 0 8px 24px rgba(13,34,43,.055); }
.product-visual { height: clamp(250px,23vw,330px); }
.product-visual img { width: 71%; height: 88%; max-height: 316px; filter: drop-shadow(0 23px 15px rgba(18,37,44,.22)); }
.product-card:hover .product-visual img { transform: translateY(-9px) scale(1.07); }
.product-info { padding: 18px 17px 16px; }
.product-category { margin-bottom: 7px; font-size: 10px; letter-spacing: .1em; }
.product-name { margin-bottom: 9px; font-size: clamp(20px,1.6vw,24px); }
.product-note { min-height: 43px; font-size: 13px; line-height: 1.58; }
.product-purchase { padding-top: 14px; }
.variant-options { display: flex; flex-wrap: wrap; gap: 7px; }
.variant-button { min-width: 72px; min-height: 40px; align-items: center; padding: 0 11px; border-radius: 3px; font-size: 12px; }
.variant-button.is-active { box-shadow: inset 0 -2px 0 var(--gold),0 4px 11px rgba(7,21,34,.11); }
.product-price-group { gap: 3px; }
.product-price-label { font-size: 9px; letter-spacing: .14em; }
.product-price { font-size: clamp(18px,1.55vw,22px); }
.add-button { margin-top: 13px; border-radius: 4px; }
.variant-fixed { padding-inline: 13px; }
.shop-page .section-topline .section-aside { white-space: nowrap; }
.shop-business-callout { display: none; }
.sort-field { overflow: hidden; }
.sort-field select { flex: 1 1 auto; max-width: none; min-width: 0; width: 100%; padding-right: 24px; text-overflow: ellipsis; white-space: nowrap; }
.privacy-hero { border-bottom: 1px solid #dde5e0; }
.privacy-updated { display: block; margin-top: 21px; color: #857043; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.privacy-section { background: #f1f4f1; }
.privacy-layout { display: grid; grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr); gap: clamp(35px,8vw,120px); align-items: start; }
.privacy-side-note { position: sticky; top: calc(var(--header-height) + 28px); padding: 25px; color: #f4f1e7; background: #0b202d; border: 1px solid rgba(232,202,119,.25); }
.privacy-side-note > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.privacy-side-note p { margin: 19px 0 22px; color: rgba(242,243,238,.79); font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.privacy-side-note .text-link { color: var(--gold); border-color: rgba(232,202,119,.45); }
.privacy-copy { display: grid; }
.privacy-copy article { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 18px; padding: 22px 0 26px; border-bottom: 1px solid #d5ded8; }
.privacy-copy article:first-child { padding-top: 0; }
.privacy-copy article > span { color: #9b7836; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.privacy-copy h2 { margin: 0 0 9px; color: #0a1d29; font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.025em; }
.privacy-copy p { margin: 0; color: #5e6f75; font-size: 14px; line-height: 1.8; }
.privacy-copy a { color: #76571e; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1279px) {
  .shop-page .shop-controls { align-items: stretch; flex-direction: column; gap: 11px; }
  .shop-page .shop-tools { width: 100%; min-width: 0; grid-template-columns: minmax(0,1fr) auto minmax(250px,280px); }
}
@media (max-width: 1160px) {
  .shop-page .shop-tools { grid-template-columns: minmax(0,1fr) auto minmax(235px,275px); }
}
@media (max-width: 760px) {
  .testimonial-mark { width: min(100%,430px); aspect-ratio: 1.25; justify-self: start; }
  .company-promise-grid { grid-template-columns: 1fr; gap: 12px; }
  .company-ceo-card, .company-vision-card { min-height: 0; padding: 23px; }
  .company-vision-card h3 { margin-top: 25px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 28px; }
  .privacy-side-note { position: static; }
  .privacy-copy article { grid-template-columns: 33px minmax(0,1fr); gap: 10px; padding-block: 19px; }
  .privacy-copy h2 { font-size: 24px; }
  .shop-page .shop-tools { grid-template-columns: minmax(0,1fr) auto; }
  .shop-page .sort-field { grid-column: 1 / -1; width: 100%; min-width: 0; }
  .shop-page .sort-field select { max-width: none; min-height: 41px; }
}
@media (max-width: 390px) {
  .company-ceo-card, .company-vision-card { padding: 19px; }
  .shop-page .shop-tools { grid-template-columns: minmax(0,1fr); }
  .shop-page .advanced-search-trigger, .shop-page .sort-field { width: 100%; }
  .shop-page .sort-field { grid-column: auto; }
}
@media (min-width: 981px) and (max-width: 1160px) {
  .header-inner, .site-header.is-scrolled .header-inner { gap: 14px; }
  .brand, .site-header.is-scrolled .brand { width: 150px; flex-basis: 150px; }
  .menu-toggle { display: none; }
  .primary-nav, .primary-nav.is-open { position: static; inset: auto; display: flex; align-items: center; gap: clamp(12px,1.4vw,18px); margin: 0 0 0 auto; padding: 0; background: transparent; border: 0; box-shadow: none; animation: none; }
  .primary-nav a { padding: 10px 0; border-bottom: 0; font-size: 13px; white-space: nowrap; }
  .primary-nav a::after { right: 0; bottom: 3px; left: 0; width: auto; }
}

.article-detail-bar { color: #52666e; background: #e9efeb; border-bottom: 1px solid #d4ded8; }
.article-detail-bar > .section-shell { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.article-breadcrumb { min-width: 0; display: flex; align-items: center; gap: 10px; color: #778387; font-size: 12px; }
.article-breadcrumb a { color: #253b44; transition: color .18s ease; }
.article-breadcrumb a:hover { color: #8a682b; }
.article-breadcrumb > span:last-child { overflow: hidden; color: #66777b; text-overflow: ellipsis; white-space: nowrap; }
.article-back-link { flex: 0 0 auto; color: #806426; font-size: 13px; font-weight: 700; }
.article-back-link:hover { color: #132a35; }
.article-back-link span { margin-left: 4px; }
.article-detail-section { padding-top: clamp(40px,6vw,70px); }
.article-pagination { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 18px; margin-top: 54px; padding-top: 20px; border-top: 1px solid #d8ddd6; }
.article-page-neighbor { min-width: 0; display: grid; gap: 4px; color: #112a35; }
.article-page-neighbor span { color: #8a6b30; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.article-page-neighbor strong { max-width: 280px; overflow: hidden; font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.2; text-overflow: ellipsis; }
.article-page-neighbor:hover strong { color: #89672c; }
.article-page-neighbor-next { text-align: right; justify-items: end; }
.article-page-neighbor-empty { visibility: hidden; }
.article-all-link { color: #735923; font-size: 13px; font-weight: 750; white-space: nowrap; }
.article-all-link:hover { color: #112a35; }
.article-all-link span { margin-left: 5px; font-size: 16px; }
.article-missing { background: #f5f5ef; }
.article-missing h1 { margin: 20px 0 26px; color: #071a27; font-family: var(--serif); font-size: clamp(48px,7vw,78px); font-weight: 400; letter-spacing: -.07em; line-height: .96; }
.article-missing h1 em { color: #96702e; }
@media (max-width: 760px) {
  .article-detail-bar > .section-shell { min-height: 54px; }
  .article-breadcrumb { gap: 7px; font-size: 11px; }
  .article-back-link { font-size: 12px; }
  .article-pagination { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 18px 10px; margin-top: 35px; }
  .article-all-link { grid-column: 1 / -1; grid-row: 1; }
  .article-page-neighbor { grid-row: 2; }
  .article-page-neighbor-next { grid-column: 2; }
  .article-page-neighbor strong { font-size: 15px; }
}


/* Final layout corrections: product packs, details and image stages. */
.shop-page .product-grid .product-card .product-visual {
  flex: 0 0 auto;
  height: clamp(260px, 27vw, 330px);
  background: radial-gradient(ellipse at 50% 39%, rgba(255,255,255,.97), rgba(255,255,255,.58) 29%, transparent 61%), linear-gradient(138deg,#f6f8f0 0%,#e6eee5 55%,#d8e5dc 100%);
}
.shop-page .product-grid .product-card[data-category="kitchen"] .product-visual { background: radial-gradient(ellipse at 50% 38%,rgba(255,255,250,.99),rgba(250,255,244,.66) 29%,transparent 61%),linear-gradient(138deg,#f5f8e8 0%,#e3eedc 56%,#d3e3d3 100%); }
.shop-page .product-grid .product-card[data-category="personal"] .product-visual { background: radial-gradient(ellipse at 50% 38%,rgba(255,255,255,.99),rgba(255,248,247,.68) 29%,transparent 61%),linear-gradient(138deg,#fbf4f0 0%,#f1e7e4 56%,#e8d9d9 100%); }
.shop-page .product-grid .product-card[data-category="home"] .product-visual { background: radial-gradient(ellipse at 50% 38%,rgba(255,255,255,.99),rgba(255,250,248,.66) 29%,transparent 61%),linear-gradient(138deg,#f5f3ef 0%,#eae8e4 56%,#dddfdc 100%); }
.shop-page .product-grid .product-card .product-visual::before { top: 7%; width: min(76%,278px); border-color: rgba(151,123,66,.17); background: radial-gradient(circle,rgba(255,255,255,.56),rgba(255,255,255,.08) 56%,transparent 72%); box-shadow: 0 0 0 17px rgba(255,255,255,.12),inset 0 0 34px rgba(255,255,255,.18); }
.shop-page .product-grid .product-card .product-visual::after { right: 25%; bottom: 8%; left: 25%; height: 12px; background: rgba(26,42,39,.2); filter: blur(12px); }
.shop-page .product-grid .product-card .product-visual > img { width: 70%; height: 76%; max-height: 255px; margin: 0; object-fit: contain; object-position: center; filter: drop-shadow(0 20px 14px rgba(18,37,44,.22)); }
.shop-page .product-grid .product-card:hover .product-visual > img { transform: translateY(-5px) scale(1.04); }
.product-purchase { grid-template-columns: auto minmax(0,1fr); }
.product-purchase .product-price-group { display: grid; justify-items: start; align-content: end; padding-bottom: 1px; }

.product-page .product-detail-grid { align-items: start; gap: clamp(26px,4.5vw,68px); }
.product-page .product-detail-visual { min-height: clamp(480px,55vw,650px); }
.product-page .product-detail-visual > img { width: min(62%,370px); height: 82%; max-height: 550px; object-fit: contain; }
.product-page .product-detail-copy { max-width: 650px; padding-block: 0; }
.product-page .product-detail-title { margin: 7px 0 10px; }
.product-page .product-detail-overview { margin-top: 16px; padding-top: 13px; }
.product-page .product-detail-facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 12px 0 0; }
.product-page .product-detail-facts .detail-fact { min-height: 66px; }
.product-page .product-detail-facts .detail-fact:last-child { grid-column: auto; }
.product-page .detail-price-row { margin: 12px 0 0; padding: 11px 0 6px; border-top: 1px solid #dce4df; }
.product-page .detail-size-field { gap: 8px; margin-top: 0; padding-top: 3px; }
.product-page .detail-variant-options .variant-button { min-width: 96px; min-height: 44px; flex-direction: row; align-items: center; justify-content: center; padding: 0 13px; }
.product-page .detail-purchase { margin-top: 10px; }

.about-page-hero .page-hero-art, .wholesale-page-hero .page-hero-art { min-height: clamp(360px,42vw,520px); overflow: hidden; isolation: isolate; }
.about-page-hero .page-hero-art > img.page-art-backdrop, .wholesale-page-hero .page-hero-art > img.page-art-backdrop { position: absolute; z-index: -2; inset: 0; display: block; width: 100%; height: 100%; min-height: 0; max-width: none; max-height: none; object-fit: cover; object-position: center; opacity: .92; filter: saturate(.94) contrast(1.04); transform: none; animation: none; }
.contact-page-art { isolation: isolate; overflow: hidden; }
.contact-page-art > img.contact-art-backdrop { position: absolute; z-index: -2; inset: 0; display: block; width: 100%; height: 100%; min-height: 0; max-width: none; max-height: none; object-fit: cover; object-position: center; opacity: .9; filter: none; transform: none; animation: none; }
.contact-page-art > img.contact-art-product { position: relative; z-index: 1; width: min(44%,220px); height: 320px; min-height: 0; max-width: none; max-height: 80%; margin: 0; object-fit: contain; filter: drop-shadow(0 22px 19px rgba(0,0,0,.36)); animation: page-product-float 6s ease-in-out infinite; }
@media (max-width: 760px) {
  .shop-page .product-grid .product-card .product-visual { height: clamp(220px,56vw,290px); }
  .shop-page .product-grid .product-card .product-visual > img { height: 75%; max-height: 218px; width: 70%; }
  .product-page .product-detail-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-page .product-detail-visual { min-height: clamp(340px,96vw,500px); }
  .product-page .product-detail-visual > img { width: min(64%,310px); height: 80%; max-height: 430px; }
  .product-page .product-detail-copy { padding-block: 0 12px; }
  .about-page-hero .page-hero-art, .wholesale-page-hero .page-hero-art { min-height: clamp(280px,78vw,390px); }
  .contact-page-art { min-height: min(82vw,340px); }
  .contact-page-art > img.contact-art-product { width: min(46%,180px); height: min(70vw,270px); }
}
@media (max-width: 390px) {
  .shop-page .product-grid .product-card .product-visual { height: 220px; }
  .product-page .product-detail-facts { gap: 6px; }
  .product-page .product-detail-facts .detail-fact { padding: 9px; }
  .contact-page-art > img.contact-art-product { width: 46%; height: 245px; }
}

/* Image fit corrections: keep stage artwork full bleed and the story card landscape. */
.about-page-hero .page-hero-art::after,
.wholesale-page-hero .page-hero-art::after {
  background: linear-gradient(90deg,rgba(5,18,28,.12),transparent 70%),linear-gradient(0deg,rgba(4,15,23,.42),transparent 44%);
}
.about-page-hero .page-hero-art > img.page-art-backdrop,
.wholesale-page-hero .page-hero-art > img.page-art-backdrop { opacity: 1; }
.about-page-hero .page-hero-art > img.page-art-backdrop { object-position: center 56%; }
.wholesale-page-hero .page-hero-art > img.page-art-backdrop { object-position: center 54%; }
.contact-page-art::after {
  background: linear-gradient(90deg,rgba(6,20,30,.08),transparent 65%),linear-gradient(0deg,rgba(4,16,24,.32),transparent 45%);
}
@media (max-width: 760px) {
  .testimonial-panel { grid-template-columns: 1fr; }
}

/* Full-bleed page hero backgrounds: keep the scene behind the complete hero, not in an art card. */
.page-hero.has-page-background { position: relative; isolation: isolate; overflow: hidden; }
.hero-section-background { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; pointer-events: none; }
.about-page-hero .hero-section-background { object-position: center 54%; }
.wholesale-page-hero .hero-section-background { object-position: center 52%; }
.contact-page-hero .hero-section-background { object-position: center 56%; }
.page-hero.has-page-background::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg,rgba(3,13,21,.9) 0%,rgba(4,17,26,.72) 41%,rgba(4,18,27,.37) 100%),linear-gradient(0deg,rgba(3,12,19,.34),transparent 57%); pointer-events: none; }
.about-page-hero.has-page-background::before { background: linear-gradient(90deg,rgba(3,13,21,.9) 0%,rgba(4,17,26,.72) 43%,rgba(4,18,27,.31) 100%),linear-gradient(0deg,rgba(3,12,19,.35),transparent 58%); }
.wholesale-page-hero.has-page-background::before { background: linear-gradient(90deg,rgba(3,13,21,.92) 0%,rgba(4,17,26,.74) 44%,rgba(4,18,27,.28) 100%),linear-gradient(0deg,rgba(3,12,19,.4),transparent 57%); }
.contact-page-hero.has-page-background::before { background: linear-gradient(90deg,rgba(3,13,21,.72) 0%,rgba(4,17,26,.5) 45%,rgba(4,18,27,.12) 100%),linear-gradient(0deg,rgba(3,12,19,.18),transparent 58%); }
.page-hero.has-page-background .page-hero-grid { position: relative; z-index: 2; }
.page-hero.has-page-background .page-hero-art,
.page-hero.has-page-background .contact-page-art { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.page-hero.has-page-background .page-hero-art::after,
.page-hero.has-page-background .contact-page-art::after { display: none; }
.page-hero.has-page-background .page-hero-art > .page-art-backdrop,
.page-hero.has-page-background .contact-page-art > .contact-art-backdrop { display: none; }
.page-hero.has-page-background .page-art-orbit { z-index: 0; }
.page-hero.has-page-background .page-art-product,
.page-hero.has-page-background .contact-art-product { z-index: 1; }
.testimonial-panel {
  position: relative;
  grid-template-columns: minmax(0,1fr);
  min-height: clamp(440px,52vw,570px);
  isolation: isolate;
  background-image:
    linear-gradient(90deg,rgba(3,13,21,.91) 0%,rgba(4,16,25,.78) 45%,rgba(4,16,25,.34) 100%),
    linear-gradient(0deg,rgba(3,12,19,.42),transparent 62%),
    url("./assets/customer-notebook-v2.jpg");
  background-size: cover;
  background-position: center 53%;
  background-repeat: no-repeat;
}
.testimonial-panel-main { position: relative; z-index: 1; }
@media (max-width: 760px) {
  .page-hero.has-page-background .page-hero-grid { position: relative; }
  .page-hero.has-page-background .page-hero-art,
  .page-hero.has-page-background .contact-page-art { overflow: visible; }
  .testimonial-panel { min-height: 470px; background-position: 54% center; }
}

/* WooCommerce pages use the same restrained NARMEX storefront palette. */
.woo-store-main { min-height: 48vh; padding-block: clamp(48px, 7vw, 96px); }
.woocommerce .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error { border-top-color: var(--gold-deep); background: #fffefa; color: var(--ink); }
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before { color: var(--gold-deep); }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { min-height: 45px; padding: 12px 18px; color: #fffefa; background: var(--navy); border: 1px solid var(--navy); border-radius: 0; font-weight: 700; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page .select2-container .select2-selection--single { min-height: 48px; padding: 11px 13px; background: #fffefa; border: 1px solid #d2dcd6; border-radius: 2px; }
.woocommerce table.shop_table { border-color: #d5ddd8; border-radius: 0; }
.woocommerce table.shop_table th { color: #5e7075; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce div.product .product_title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title { color: var(--navy); font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.bag-whatsapp-link { margin-top: 14px; }
