:root {
  --navy-950: #07131f;
  --navy-900: #0b1d2d;
  --navy-800: #132b40;
  --navy-700: #1e3a50;
  --ivory-50: #fdfbf6;
  --ivory-100: #f7f2e8;
  --ivory-200: #eee5d6;
  --ivory-300: #ddd0bc;
  --brass-300: #d1ae72;
  --brass-400: #c19856;
  --brass-500: #aa7e3f;
  --brass-600: #8f642e;
  --ink: #17212a;
  --muted: #687078;
  --line: #dedbd3;
  --white: #fff;
  --success: #286847;
  --error: #a53a36;
  --warning: #93691d;
  --shadow-sm: 0 14px 38px rgba(7, 19, 31, .09);
  --shadow-lg: 0 32px 90px rgba(7, 19, 31, .17);
  --serif: Georgia, 'Times New Roman', Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container: 1220px;
  --radius-sm: 8px;
  --radius: 18px;
  --header-height: 82px;
  --transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory-50); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); font-family: var(--serif); font-weight: 400; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 5.75rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; letter-spacing: -.015em; }
em { font-weight: 400; }
address { font-style: normal; }
::selection { background: var(--brass-300); color: var(--navy-950); }
:focus-visible { outline: 3px solid var(--brass-400); outline-offset: 4px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(76px, 9vw, 130px); }
.section--ivory { background: var(--ivory-100); }
#collections { scroll-margin-top: 116px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--navy-900); font-weight: 700; transform: translateY(-150%); transition: transform var(--transition); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 18px; color: var(--brass-600); font-size: .72rem; font-weight: 750; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--brass { color: var(--brass-300); }
.lead { font-size: 1.2rem; line-height: 1.65; }
.prose p { max-width: 72ch; white-space: pre-line; }
.prose p + p { margin-top: 1.5em; }
.prose--large { font-size: 1.14rem; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); align-items: end; gap: 70px; }
.section-heading--split > :last-child { margin-bottom: 7px; }
.section-heading--split > p, .section-heading--split > div > p:not(.eyebrow) { color: var(--muted); }
.section-heading--center { max-width: 730px; margin-inline: auto; text-align: center; }
.section-heading--light h2, .section-heading--light > p { color: var(--ivory-50); }
.section-heading--light > p { opacity: .7; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button-row--center { justify-content: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .76rem; font-weight: 750; letter-spacing: .08em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background-color var(--transition), border-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition); }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline-offset: 3px; }
.button--sm { min-height: 43px; padding: 10px 18px; font-size: .7rem; }
.button--full { width: 100%; }
.button--navy { background: var(--navy-900); color: var(--white); }
.button--navy:hover { background: var(--navy-700); }
.button--brass { background: var(--brass-400); color: var(--navy-950); }
.button--brass:hover { background: var(--brass-300); }
.button--light { background: var(--ivory-50); color: var(--navy-900); }
.button--light:hover { background: var(--brass-300); }
.button--outline { border-color: var(--navy-900); color: var(--navy-900); }
.button--outline:hover { background: var(--navy-900); color: var(--white); }
.button--ghost-dark { border-color: rgba(7, 19, 31, .35); color: var(--navy-950); }
.button--ghost-dark:hover { border-color: var(--navy-900); background: rgba(255, 255, 255, .35); }
.text-link { font-size: .79rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.text-link:hover { color: var(--brass-600); }
.text-link--arrow { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--brass-400); padding-bottom: 4px; }
.text-link--arrow span { transition: transform var(--transition); }
.text-link--arrow:hover span { transform: translateX(4px); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--ivory-50); box-shadow: 0 1px 0 rgba(7, 19, 31, .1); }
.utility-bar { background: var(--navy-950); color: rgba(255, 255, 255, .76); font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.utility-bar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar p { margin: 0; }
.utility-bar__links { display: flex; align-items: center; gap: 24px; }
.utility-bar__links a { display: inline-flex; align-items: center; gap: 7px; transition: color var(--transition); }
.utility-bar__links a:hover { color: var(--white); }
.utility-bar__links svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.nav-shell { background: rgba(253, 251, 246, .9); backdrop-filter: blur(18px); }
.nav-shell__inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand__mark { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--brass-500); border-radius: 50%; color: var(--navy-900); font-family: var(--serif); font-size: 1rem; letter-spacing: -.05em; }
.brand__copy { display: flex; flex-direction: column; line-height: 1; }
.brand__copy strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.05rem; font-weight: 600; letter-spacing: .02em; }
.brand__copy small { margin-top: 7px; color: var(--brass-600); font-size: .55rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); }
.nav-link { position: relative; padding-block: 30px; color: var(--navy-900); font-size: .73rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.nav-link::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 1px; background: var(--brass-500); content: ''; transform: scaleX(0); transition: transform var(--transition); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.nav-catalogue { position: relative; display: flex; align-items: center; gap: 3px; }
.nav-catalogue__toggle { display: grid; width: 23px; height: 30px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--navy-900); }
.nav-catalogue__toggle svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform var(--transition); }
.nav-catalogue__toggle[aria-expanded='true'] svg { transform: rotate(180deg); }
.category-menu { position: absolute; top: calc(100% - 9px); left: -34px; width: min(540px, calc(100vw - 32px)); padding: 30px; border: 1px solid rgba(7,19,31,.08); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transform: translateY(8px); visibility: hidden; transition: opacity var(--transition), transform var(--transition), visibility var(--transition); }
.category-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.category-menu .eyebrow { margin-bottom: 13px; }
.category-menu__grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
.category-menu__grid a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--navy-900); font-family: var(--serif); font-size: 1rem; }
.category-menu__grid a:hover { color: var(--brass-600); }
.category-menu__grid svg { width: 17px; fill: none; stroke: currentColor; }
.category-menu__all { display: inline-block; margin-top: 22px; color: var(--brass-600); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav__actions { display: flex; align-items: center; gap: 20px; margin-left: 4px; }
.nav-icon { position: relative; display: grid; width: 38px; height: 38px; place-items: center; color: var(--navy-900); }
.nav-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-icon span { position: absolute; top: 0; right: -2px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--brass-500); color: var(--navy-950); font-size: .6rem; font-weight: 800; }
.nav-toggle, .mobile-category-links { display: none; }
.is-scrolled .nav-shell { box-shadow: var(--shadow-sm); }

/* Flash messages */
.flash-stack { position: relative; z-index: 50; padding-top: 14px; }
.flash { display: flex; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid; background: var(--white); box-shadow: var(--shadow-sm); }
.flash + .flash { margin-top: 8px; }
.flash__icon { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-weight: 800; line-height: 1; }
.flash p { flex: 1; margin: 0; font-size: .9rem; }
.flash button { padding: 4px 8px; border: 0; background: transparent; font-size: 1.25rem; }
.flash--success { border-color: rgba(40, 104, 71, .35); color: var(--success); }
.flash--error { border-color: rgba(165, 58, 54, .35); color: var(--error); }
.flash--warning { border-color: rgba(147, 105, 29, .35); color: var(--warning); }
.flash--info { border-color: rgba(30, 58, 80, .3); color: var(--navy-700); }
.flash.is-leaving { opacity: 0; transform: translateY(-6px); transition: .2s ease; }

/* Home */
.home-hero { position: relative; min-height: min(790px, calc(100svh - 116px)); overflow: hidden; background: var(--ivory-200); }
.home-hero__image, .home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__image { object-fit: cover; object-position: center; animation: hero-settle 1.2s ease-out both; }
.home-hero__shade { background: linear-gradient(90deg, rgba(247, 242, 232, .97) 0%, rgba(247, 242, 232, .84) 27%, rgba(247, 242, 232, .04) 58%, transparent 100%); }
.home-hero__inner { position: relative; display: flex; min-height: inherit; align-items: center; padding-block: 75px 95px; }
.home-hero__content { width: min(100%, 630px); }
.home-hero h1 { margin-bottom: 28px; color: var(--navy-950); font-size: clamp(3.2rem, 6.1vw, 6.25rem); }
.home-hero h1 em { color: var(--brass-600); }
.home-hero__lead { max-width: 575px; margin-bottom: 32px; color: #3f464b; font-family: var(--serif); font-size: clamp(1.1rem, 1.65vw, 1.38rem); line-height: 1.55; }
.home-hero__proof { display: flex; flex-wrap: wrap; gap: 17px 24px; margin-top: 34px; color: var(--navy-800); font-size: .71rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.home-hero__proof span { display: inline-flex; align-items: center; gap: 7px; }
.home-hero__proof svg { width: 17px; fill: none; stroke: var(--brass-600); stroke-width: 1.6; }
.home-hero__scroll { position: absolute; bottom: 0; left: 50%; display: flex; height: 56px; align-items: center; gap: 12px; padding: 0 21px; background: var(--navy-900); color: var(--ivory-50); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.trust-ribbon { border-block: 1px solid var(--line); background: var(--ivory-50); }
.trust-ribbon__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-ribbon__grid > div { position: relative; padding: 25px 28px; border-right: 1px solid var(--line); }
.trust-ribbon__grid > div::before { position: absolute; top: 30px; left: 14px; width: 4px; height: 4px; border-radius: 50%; background: var(--brass-500); content: ''; }
.trust-ribbon__grid > div:first-child { padding-left: 0; }
.trust-ribbon__grid > div:last-child { border-right: 0; }
.trust-ribbon strong, .trust-ribbon span { display: block; }
.trust-ribbon strong { color: var(--navy-900); font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.trust-ribbon span { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; gap: 16px; }
.category-card { position: relative; min-height: 410px; overflow: hidden; border-radius: var(--radius); background: var(--navy-900); color: var(--white); box-shadow: 0 1px 0 rgba(255,255,255,.08) inset; }
.category-card--wide { grid-column: span 2; }
.category-card > img, .category-card__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.category-card > img { object-fit: cover; transition: transform .7s ease; }
.category-card:hover > img, .category-card:focus-visible > img { transform: scale(1.05); }
.category-card__overlay { background: linear-gradient(0deg, rgba(7, 19, 31, .94) 0%, rgba(7, 19, 31, .1) 68%); }
.category-card__content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; }
.category-card__content small { margin-bottom: 8px; font-size: 1.2rem; }
.category-card__content strong { font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.2rem); font-weight: 400; line-height: 1.1; }
.category-card__content > span:not(.category-card__link) { max-width: 390px; margin-top: 8px; color: rgba(255,255,255,.72); font-size: .84rem; line-height: 1.45; }
.category-card__link { display: inline-flex; align-items: center; gap: 8px; max-height: 0; margin-top: 0; overflow: hidden; color: var(--brass-300); font-size: .67rem; font-weight: 750; letter-spacing: .1em; opacity: 0; text-transform: uppercase; transition: max-height .3s ease, margin .3s ease, opacity .3s ease; }
.category-card:hover .category-card__link, .category-card:focus-visible .category-card__link { max-height: 30px; margin-top: 17px; opacity: 1; }
.category-card__count { margin-top: 13px; color: var(--brass-300); font-family: var(--sans); font-size: .63rem; font-style: normal; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.category-card--fallback { border: 1px solid rgba(255,255,255,.12); background: var(--navy-900); }
.category-card--fallback:nth-child(2n) { background: var(--navy-800); }
.category-card__number { position: absolute; top: 25px; right: 26px; color: var(--brass-300); font-family: var(--serif); font-size: 2.2rem; opacity: .5; }
.featured-section { position: relative; overflow: hidden; background: var(--navy-900); }
.featured-section::before { position: absolute; top: -250px; right: -180px; width: 620px; height: 620px; border: 1px solid rgba(209,174,114,.12); border-radius: 50%; content: ''; }
.featured-section > .container { position: relative; }
.featured-section .product-card { background: var(--ivory-50); }
.new-arrivals { background: linear-gradient(180deg, var(--ivory-50), var(--ivory-100)); }
.product-grid--editorial { gap: 28px 18px; }
.featured-empty { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px; border: 1px solid rgba(255,255,255,.15); color: var(--white); }
.featured-empty p { margin: 0; font-family: var(--serif); font-size: 1.5rem; }
.story-panel { background: var(--ivory-50); }
.story-panel__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); align-items: center; gap: clamp(60px, 10vw, 145px); }
.story-panel__visual { position: relative; min-height: 610px; overflow: hidden; border-radius: var(--radius); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.story-panel__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-panel__visual::after { position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(7,19,31,.92), transparent); content: ''; }
.story-panel__caption { position: absolute; right: 34px; bottom: 34px; left: 34px; z-index: 1; display: flex; flex-direction: column; color: var(--white); }
.story-panel__caption span { color: var(--brass-300); font-size: .67rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.story-panel__caption strong { margin-top: 7px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1.1; }
.story-panel__seal { position: absolute; top: 25px; right: 25px; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(7,19,31,.22); color: var(--white); font-family: var(--serif); backdrop-filter: blur(7px); }
.story-panel__copy .lead { margin-bottom: 25px; color: var(--navy-800); font-family: var(--serif); }
.story-panel__copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.process-strip { padding-block: 100px; background: var(--ivory-200); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process-list li { display: flex; gap: 19px; padding: 4px 27px 4px 0; border-right: 1px solid var(--ivory-300); }
.process-list li + li { padding-left: 27px; }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--brass-600); font-family: var(--serif); font-size: 1.1rem; }
.process-list h3 { margin-bottom: 10px; font-size: 1.25rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.cta-band { padding-block: 70px; background: var(--navy-950); color: var(--white); }
.cta-band--ivory { background: var(--ivory-200); color: var(--ink); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-band h2 { margin: 0; color: inherit; font-size: clamp(2rem, 4vw, 3.45rem); }

@keyframes hero-settle { from { opacity: .65; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px 18px; }
.product-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { display: flex; min-width: 0; height: 100%; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 0 0 1px rgba(7, 19, 31, .07); transition: box-shadow .25s ease, transform .25s ease; }
.product-card:hover, .product-card:focus-within { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.product-card__media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ivory-200); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-card__media img, .product-card:focus-within .product-card__media img { transform: scale(1.04); }
.product-card__badge { position: absolute; top: 15px; left: 15px; padding: 6px 9px; background: var(--ivory-50); color: var(--navy-900); font-size: .6rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-card__arrow { position: absolute; right: 0; bottom: 0; display: grid; width: 46px; height: 46px; place-items: center; background: var(--navy-900); color: var(--white); transform: translateY(100%); transition: transform .25s ease; }
.product-card:hover .product-card__arrow, .product-card:focus-within .product-card__arrow { transform: translateY(0); }
.product-card__arrow svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px 22px 20px; }
.product-card__category { margin-bottom: 7px; color: var(--brass-600) !important; font-size: .64rem !important; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 10px; font-size: 1.42rem; }
.product-card h3 a:hover { color: var(--brass-600); }
.product-card__description { display: -webkit-box; min-height: 3.9em; margin-bottom: 20px; overflow: hidden; color: var(--muted); font-size: .82rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card__meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.product-card__meta a { color: var(--navy-900); font-weight: 750; }
.product-card__price-wrap { display: flex; flex-direction: column; gap: 1px; }
.product-card__price-wrap small { color: var(--muted); font-size: .55rem; letter-spacing: .09em; }
.product-card__meta .product-price { color: var(--navy-950); font-family: var(--serif); font-size: 1.08rem; font-weight: 700; letter-spacing: 0; text-transform: none; }

/* Commerce */
.product-summary__price { display: flex; margin: -5px 0 23px; flex-direction: column; color: var(--navy-950); font-family: var(--serif); font-size: 2rem; line-height: 1.2; }
.product-summary__price small { margin-bottom: 4px; color: var(--muted); font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-service-actions { margin-block: 25px 12px; }
.product-buy { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 9px; margin: 25px 0 12px; }
.product-buy label { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-buy input { width: 100%; height: 47px; margin-top: 4px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.commerce-hero { padding-block: 70px; background: var(--ivory-200); }
.commerce-hero--compact { padding-block: 45px; }
.commerce-hero h1 { margin: 0 0 10px; font-size: clamp(3rem, 6vw, 5rem); }
.commerce-hero p:last-child { margin: 0; color: var(--muted); }
.commerce-section { min-height: 560px; padding-block: 70px 110px; background: #faf8f3; }
.commerce-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: start; gap: 55px; }
.cart-line { display: grid; grid-template-columns: 160px minmax(0, 1fr) auto; gap: 25px; padding: 0 0 28px; border-bottom: 1px solid var(--line); }
.cart-line + .cart-line { padding-top: 28px; }
.cart-line > img { width: 160px; height: 145px; object-fit: cover; background: var(--ivory-200); }
.cart-line h2 { margin: 4px 0 10px; font-size: 1.45rem; }
.cart-line form { display: flex; align-items: end; gap: 14px; margin-top: 18px; }
.cart-line label { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.cart-line input { display: block; width: 72px; height: 38px; margin-top: 4px; border: 1px solid var(--line); text-align: center; }
.order-summary { position: sticky; top: 145px; padding: 32px; background: var(--navy-950); color: var(--white); }
.order-summary h2 { color: var(--white); }
.order-summary dl { margin: 25px 0; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; color: rgba(255,255,255,.72); font-size: .85rem; }
.order-summary dl .total { margin-top: 8px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: var(--white); font-family: var(--serif); font-size: 1.25rem; }
.order-summary > p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.52); font-size: .67rem; text-align: center; }
.empty-state { padding: 70px 30px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.empty-state > span { color: var(--brass-500); font-family: var(--serif); font-size: 4rem; }
.empty-state--small { padding: 30px; }
.checkout-form { display: grid; gap: 20px; }
.checkout-card { position: relative; padding: 35px; border: 1px solid var(--line); background: var(--white); }
.checkout-card h2 { margin-bottom: 25px; }
.checkout-card .form-group + .form-group { margin-top: 18px; }
.step-number { position: absolute; top: 35px; right: 35px; color: var(--brass-500); font-family: var(--serif); font-size: 1.4rem; }
.payment-choice { display: flex; gap: 12px; padding: 18px; border: 1px solid var(--brass-500); background: var(--ivory-100); }
.payment-choice span, .payment-choice small { display: block; }
.payment-choice small { margin-top: 5px; color: var(--muted); }
.summary-product { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.summary-product img { width: 55px; height: 55px; object-fit: cover; }
.summary-product span, .summary-product small { display: block; }
.summary-product strong { color: var(--white); font-size: .78rem; }
.summary-product small { color: rgba(255,255,255,.5); }
.summary-product b { font-size: .75rem; }
.order-success { display: grid; min-height: 690px; place-items: center; padding-block: 100px; background: var(--ivory-100); text-align: center; }
.order-success .container { max-width: 720px; }
.success-mark { display: grid; width: 72px; height: 72px; margin: 0 auto 30px; place-items: center; border: 1px solid var(--brass-500); border-radius: 50%; color: var(--brass-600); font-size: 2rem; }
.order-success h1 { font-size: clamp(3rem, 7vw, 5rem); }
.order-success > .container > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.success-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.account-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 55px; }
.account-nav { display: grid; align-self: start; }
.account-nav strong { padding-bottom: 15px; border-bottom: 1px solid var(--navy-900); }
.account-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.account-nav a.is-active { color: var(--brass-600); font-weight: 700; }
.account-orders { margin-top: 55px; }
.account-orders article { display: grid; grid-template-columns: 1fr auto 120px; align-items: center; gap: 25px; padding: 20px; border-bottom: 1px solid var(--line); background: var(--white); }
.account-orders article div span { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; }
.status-pill { padding: 5px 10px; border-radius: 20px; background: #e8f2e9; color: var(--success); font-size: .65rem; font-weight: 750; text-transform: uppercase; }

/* Interior page heroes */
.page-hero { position: relative; overflow: hidden; background: var(--navy-900); color: var(--white); }
.page-hero::before { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 80% 40%, rgba(193, 152, 86, .2), transparent 32%), linear-gradient(115deg, transparent 0 68%, rgba(255,255,255,.035) 68%); content: ''; }
.page-hero__image, .page-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero__image { object-fit: cover; object-position: center 55%; }
.page-hero__veil { z-index: 1; background: linear-gradient(90deg, rgba(7,19,31,.95) 0%, rgba(7,19,31,.78) 47%, rgba(7,19,31,.25) 100%); }
.page-hero__inner { position: relative; z-index: 2; padding-block: 55px 82px; }
.page-hero__inner--narrow { max-width: 950px; margin-inline: auto; text-align: center; }
.page-hero h1 { max-width: 950px; margin-bottom: 22px; color: var(--white); font-size: clamp(3rem, 6vw, 5rem); }
.page-hero__inner--narrow h1 { margin-inline: auto; }
.page-hero h1 em { color: var(--brass-300); }
.page-hero__inner > p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.15rem; }
.page-hero__inner--narrow > p:last-child { margin-inline: auto; }
.page-hero__monogram { position: absolute; right: 5%; bottom: -80px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 25rem; line-height: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-bottom: 46px; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--brass-600); }
.breadcrumbs--light { color: rgba(255,255,255,.55); }
.breadcrumbs--light a:hover { color: var(--brass-300); }

.collection-rail { position: sticky; z-index: 30; top: 116px; overflow: hidden; border-bottom: 1px solid var(--line); background: rgba(253,251,246,.94); backdrop-filter: blur(14px); }
.collection-rail__inner { display: flex; gap: 8px; overflow-x: auto; padding-block: 14px; scrollbar-width: none; }
.collection-rail__inner::-webkit-scrollbar { display: none; }
.collection-rail a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy-800); font-size: .68rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; transition: background var(--transition), color var(--transition), border-color var(--transition); }
.collection-rail a:hover, .collection-rail a.is-active { border-color: var(--navy-900); background: var(--navy-900); color: var(--white); }
.collection-rail a span { display: grid; min-width: 19px; height: 19px; place-items: center; border-radius: 50%; background: rgba(193,152,86,.17); font-size: .6rem; }

/* Catalogue */
.catalogue-section { padding-block: 74px 110px; }
.catalogue-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 56px; }
.catalogue-mobile-tools { display: none; }
.catalogue-filters { align-self: start; }
.catalogue-filters__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--navy-900); }
.catalogue-filters__heading h2 { margin: 0; font-size: 1.55rem; }
.catalogue-filters__heading a { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.filter-form { margin-top: 26px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label, .filter-categories legend { color: var(--navy-900); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.form-group label span, .contact-form-card__heading > p span { color: var(--error); }
.form-group input, .form-group textarea, .sort-form select { width: 100%; border: 1px solid #cec9be; border-radius: 0; background: var(--white); transition: border-color var(--transition), box-shadow var(--transition); }
.form-group input { min-height: 49px; padding: 10px 13px; }
.form-group textarea { min-height: 128px; padding: 12px 13px; line-height: 1.55; resize: vertical; }
.form-group input:focus, .form-group textarea:focus, .sort-form select:focus { border-color: var(--brass-500); box-shadow: 0 0 0 3px rgba(193, 152, 86, .16); outline: 0; }
.input-with-icon { position: relative; }
.input-with-icon input { padding-right: 45px; }
.input-with-icon button { position: absolute; top: 0; right: 0; display: grid; width: 45px; height: 49px; place-items: center; border: 0; background: transparent; }
.input-with-icon svg { width: 18px; fill: none; stroke: var(--navy-900); stroke-width: 1.5; }
.filter-categories { margin: 31px 0 0; padding: 26px 0 0; border: 0; border-top: 1px solid var(--line); }
.filter-categories legend { padding: 0; }
.filter-option { display: flex; align-items: center; gap: 10px; margin-top: 14px; cursor: pointer; }
.filter-option input { width: 16px; height: 16px; flex: 0 0 16px; margin: 0; accent-color: var(--navy-900); }
.filter-option span { flex: 1; color: #424a50; font-size: .84rem; }
.filter-option small { color: var(--muted); }
.filter-option:has(input:checked) span { color: var(--navy-900); font-weight: 700; }
.filter-submit { margin-top: 28px; }
.catalogue-help { display: flex; gap: 13px; margin-top: 38px; padding: 20px; background: var(--ivory-200); }
.catalogue-help > span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border: 1px solid var(--brass-600); border-radius: 50%; color: var(--brass-600); font-family: var(--serif); }
.catalogue-help strong { color: var(--navy-900); font-family: var(--serif); font-size: .95rem; font-weight: 600; }
.catalogue-help p { margin: 5px 0 8px; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.catalogue-help a { color: var(--brass-600); font-size: .66rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.catalogue-toolbar { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.catalogue-toolbar > p { margin: 0; color: var(--muted); font-size: .82rem; }
.catalogue-toolbar > p strong { color: var(--navy-900); }
.sort-form { display: flex; align-items: center; gap: 10px; }
.sort-form label { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.sort-form select { min-width: 145px; padding: 8px 30px 8px 10px; border-color: var(--line); background-color: transparent; font-size: .78rem; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 62px; padding-top: 24px; border-top: 1px solid var(--line); }
.pagination__arrow { display: inline-flex; align-items: center; gap: 9px; color: var(--navy-900); font-size: .71rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.pagination__arrow:last-of-type { justify-self: end; }
.pagination a:hover { color: var(--brass-600); }
.pagination .is-disabled { color: #aaa; pointer-events: none; }
.pagination__pages { display: flex; align-items: center; gap: 4px; }
.pagination__pages a { display: grid; width: 36px; height: 36px; place-items: center; font-size: .78rem; }
.pagination__pages a.is-current { background: var(--navy-900); color: var(--white); }
.empty-state { padding: 75px 30px; border: 1px solid var(--line); background: var(--ivory-100); text-align: center; }
.empty-state__mark { display: grid; width: 75px; height: 75px; margin: 0 auto 28px; place-items: center; border: 1px solid var(--brass-500); color: var(--navy-900); font-family: var(--serif); font-size: 1.5rem; }
.empty-state h2 { margin-bottom: 15px; font-size: 2.3rem; }
.empty-state > p:not(.eyebrow) { max-width: 520px; margin: 0 auto 28px; color: var(--muted); }

/* Product detail */
.product-detail { padding-block: 38px 100px; }
.product-detail__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .73fr); align-items: start; gap: clamp(45px, 7vw, 92px); }
.product-gallery__main { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: var(--ivory-200); box-shadow: 0 0 0 1px rgba(7,19,31,.06); }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__badge { position: absolute; top: 18px; left: 18px; padding: 8px 11px; background: var(--ivory-50); color: var(--navy-900); font-size: .64rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 10px; }
.product-gallery__thumbs button { aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: var(--ivory-200); }
.product-gallery__thumbs button.is-active { border-color: var(--brass-500); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { position: sticky; top: 140px; padding-top: 12px; }
.product-summary h1 { margin-bottom: 19px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.product-summary__lead { margin-bottom: 18px; color: var(--muted); font-family: var(--serif); font-size: 1.16rem; line-height: 1.55; }
.product-summary__availability { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: var(--success); font-size: .71rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-summary__availability span { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(40,104,71,.12); }
.product-summary__quick-specs { margin-bottom: 28px; border-block: 1px solid var(--line); }
.product-summary__quick-specs > div { display: grid; grid-template-columns: 1fr 1.1fr; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.product-summary__quick-specs > div:last-child { border-bottom: 0; }
.product-summary__quick-specs dt { color: var(--muted); }
.product-summary__quick-specs dd { color: var(--navy-900); font-weight: 650; }
.product-summary__note { margin: 14px 0 22px; color: var(--muted); font-size: .73rem; line-height: 1.5; text-align: center; }
.assurance-list { display: grid; gap: 9px; padding-top: 20px; border-top: 1px solid var(--line); }
.assurance-list span { display: flex; align-items: center; gap: 9px; color: var(--navy-800); font-size: .72rem; font-weight: 650; }
.assurance-list svg { width: 17px; fill: none; stroke: var(--brass-600); stroke-width: 1.6; }
.product-information { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(55px, 10vw, 130px); margin-top: 100px; padding-top: 72px; border-top: 1px solid var(--line); }
.product-information h2 { margin-bottom: 25px; font-size: 2.35rem; }
.product-information__description .prose { color: var(--muted); font-size: 1.04rem; }
.product-information__specs dl { margin: 0; }
.product-information__specs dl > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.product-information__specs dt { color: var(--muted); text-transform: capitalize; }
.product-information__specs dd { color: var(--navy-900); font-weight: 650; }
.inquiry-section { padding-block: 95px; background: var(--navy-900); color: var(--white); scroll-margin-top: 116px; }
.inquiry-section__grid { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(460px, 1fr); gap: clamp(60px, 10vw, 145px); align-items: start; }
.inquiry-section__intro h2 { color: var(--white); }
.inquiry-section__intro > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.inquiry-product-mini { display: flex; align-items: center; gap: 14px; margin-top: 35px; padding: 13px; border: 1px solid rgba(255,255,255,.15); }
.inquiry-product-mini img { width: 75px; height: 75px; object-fit: cover; background: var(--ivory-200); }
.inquiry-product-mini div { display: flex; flex-direction: column; }
.inquiry-product-mini small, .inquiry-product-mini span { color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.inquiry-product-mini strong { margin-block: 2px; color: var(--white); font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.inquiry-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.inquiry-form .form-group label { color: rgba(255,255,255,.75); }
.inquiry-form .form-group input, .inquiry-form .form-group textarea { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.07); color: var(--white); }
.inquiry-form .form-group input::placeholder, .inquiry-form .form-group textarea::placeholder { color: rgba(255,255,255,.38); }
.inquiry-form .form-group input:focus, .inquiry-form .form-group textarea:focus { border-color: var(--brass-300); box-shadow: 0 0 0 3px rgba(209,174,114,.12); }
.form-privacy { margin: -3px 0 0; color: rgba(255,255,255,.48); font-size: .67rem; line-height: 1.45; text-align: center; }
.related-products { background: var(--ivory-100); }

/* About */
.about-intro__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(400px, 1fr); gap: clamp(60px, 11vw, 150px); }
.about-intro h2 { margin-bottom: 0; }
.about-intro .prose { color: var(--muted); }
.about-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-block: 1px solid var(--line); }
.about-proof > div { display: flex; align-items: center; gap: 18px; padding: 25px 30px; border-right: 1px solid var(--line); }
.about-proof > div:first-child { padding-left: 0; }
.about-proof > div:last-child { border-right: 0; }
.about-proof strong { color: var(--brass-600); font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.about-proof span { color: var(--navy-800); font-size: .7rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.about-manifesto { padding-block: 110px; background: var(--ivory-200); }
.about-manifesto__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.about-manifesto__art { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: var(--brass-400); color: var(--white); }
.about-manifesto__art::after { position: absolute; inset: 40% 0 0; background: linear-gradient(0deg, rgba(7,19,31,.92), transparent); content: ''; }
.about-manifesto__art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-manifesto__art figcaption { position: absolute; right: 45px; bottom: 42px; left: 45px; z-index: 1; }
.about-manifesto__art figcaption span { display: block; color: var(--brass-300); font-size: .67rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.about-manifesto__art figcaption strong { display: block; max-width: 440px; margin-top: 8px; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.5rem); font-weight: 400; line-height: 1.05; }
.about-manifesto__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 90px); background: var(--navy-900); color: rgba(255,255,255,.68); }
.about-manifesto__copy h2 { color: var(--white); }
.about-manifesto__copy blockquote { margin: 25px 0 0; padding-left: 22px; border-left: 2px solid var(--brass-400); color: var(--ivory-100); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.values-grid article { padding: 5px 28px 0; border-right: 1px solid var(--line); }
.values-grid article:first-child { padding-left: 0; }
.values-grid article:last-child { border: 0; }
.values-grid article > span { display: inline-block; margin-bottom: 48px; color: var(--brass-600); font-family: var(--serif); font-size: 1.2rem; }
.values-grid h3 { margin-bottom: 14px; }
.values-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.export-focus { padding-block: 105px; background: var(--navy-900); color: rgba(255,255,255,.7); }
.export-focus__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); align-items: start; gap: clamp(60px, 11vw, 150px); }
.export-focus h2 { color: var(--white); }
.export-focus__grid > div > p:not(.eyebrow) { margin-bottom: 30px; }
.export-focus dl { margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.export-focus dl > div { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.export-focus dt { color: var(--white); font-family: var(--serif); font-size: 1.3rem; }
.export-focus dd { margin-top: 5px; font-size: .85rem; }

/* Contact */
.contact-hero { padding-block: 45px 95px; background: var(--ivory-200); }
.contact-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 90px; }
.contact-hero h1 { max-width: 850px; margin-bottom: 22px; }
.contact-hero__grid > div:first-child > p:last-child { max-width: 690px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; }
.contact-hero__note { padding: 25px; border: 1px solid var(--brass-500); color: var(--navy-800); }
.contact-hero__note > span { color: var(--brass-600); }
.contact-hero__note p { margin: 9px 0 0; font-size: .82rem; }
.contact-section { padding-block: 100px; }
.contact-layout { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(500px, 1fr); gap: clamp(70px, 11vw, 150px); }
.contact-details h2 { font-size: 2.8rem; }
.contact-details > p:not(.eyebrow) { color: var(--muted); }
.contact-list { margin: 40px 0 0; border-top: 1px solid var(--line); }
.contact-list > div { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--muted); font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-list dd { color: var(--navy-900); font-size: .9rem; font-weight: 650; }
.contact-list a { border-bottom: 1px solid var(--brass-500); }
.contact-list small { color: var(--muted); font-weight: 400; }
.contact-details__promise { margin-top: 35px; padding: 25px; background: var(--ivory-200); }
.contact-details__promise strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.1rem; }
.contact-details__promise ol { margin: 13px 0 0; padding-left: 20px; color: var(--muted); font-size: .82rem; }
.contact-form-card { padding: clamp(30px, 5vw, 55px); background: var(--navy-900); color: var(--white); box-shadow: var(--shadow-lg); }
.contact-form-card__heading h2 { margin-bottom: 8px; color: var(--white); font-size: 2.2rem; }
.contact-form-card__heading > p:last-child { color: rgba(255,255,255,.55); font-size: .72rem; }
.selected-product { display: flex; align-items: center; gap: 12px; margin: 22px 0; padding: 11px; border: 1px solid rgba(255,255,255,.15); }
.selected-product img { width: 60px; height: 60px; object-fit: cover; }
.selected-product div { display: flex; flex-direction: column; }
.selected-product small { color: rgba(255,255,255,.5); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.selected-product strong { font-family: var(--serif); font-weight: 400; }
.form-errors { margin: 20px 0; padding: 15px 18px; border: 1px solid rgba(255, 178, 171, .45); background: rgba(165, 58, 54, .16); color: #ffe0dc; font-size: .8rem; }
.form-errors strong { color: var(--white); }
.form-errors ul { margin: 7px 0 0; padding-left: 19px; }
.form-errors--light { margin: 0; border-color: rgba(165,58,54,.3); background: #fff1ef; color: var(--error); }
.form-errors--light strong { color: var(--error); }
.contact-faq { padding-block: 95px; background: var(--ivory-100); }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.faq-grid details { padding: 23px; border: 1px solid var(--line); background: var(--ivory-50); }
.faq-grid summary { display: flex; justify-content: space-between; gap: 15px; color: var(--navy-900); font-family: var(--serif); font-size: 1.12rem; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--brass-600); font-family: var(--sans); transition: transform var(--transition); }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: 18px 0 0; color: var(--muted); font-size: .84rem; }

/* Status pages */
.status-page { display: grid; min-height: 680px; place-items: center; padding-block: 90px; overflow: hidden; background: var(--ivory-100); text-align: center; }
.status-page__inner { position: relative; }
.status-page__code { position: absolute; z-index: 0; top: 50%; left: 50%; color: rgba(170,126,63,.08); font-family: var(--serif); font-size: clamp(15rem, 35vw, 33rem); line-height: .7; transform: translate(-50%, -50%); user-select: none; }
.status-page__inner > *:not(.status-page__code) { position: relative; z-index: 1; }
.status-page h1 { max-width: 800px; margin-inline: auto; font-size: clamp(2.8rem, 6vw, 5rem); }
.status-page__inner > p:not(.eyebrow) { max-width: 600px; margin: 0 auto 30px; color: var(--muted); }

/* Footer */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,.62); }
.site-footer__accent { width: 100%; height: 4px; background: linear-gradient(90deg, var(--brass-600), var(--brass-300), var(--brass-600)); }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr .62fr .7fr 1fr; gap: 60px; padding-block: 75px 62px; }
.brand--footer .brand__mark { color: var(--ivory-50); }
.brand--footer .brand__copy strong { color: var(--white); }
.site-footer__brand > p { max-width: 330px; margin: 25px 0; font-size: .85rem; }
.site-footer__origin { display: flex; align-items: center; gap: 9px; color: var(--brass-300); font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__origin span { width: 17px; height: 1px; background: var(--brass-400); }
.site-footer h2 { margin-bottom: 21px; color: var(--white); font-family: var(--sans); font-size: .67rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 10px; }
.site-footer li a { font-size: .82rem; transition: color var(--transition); }
.site-footer li a:hover { color: var(--brass-300); }
.site-footer__contact p { font-size: .82rem; }
.footer-contact-link { display: block; width: fit-content; margin-top: 8px; color: var(--white); font-family: var(--serif); font-size: 1rem; border-bottom: 1px solid var(--brass-500); }
.site-footer address { margin-top: 18px; font-size: .78rem; }
.site-footer__bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .63rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }

/* Motion enhancement */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .primary-nav { gap: 19px; }
  .primary-nav__actions .text-link { display: none; }
  .product-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card--wide { grid-column: span 1; }
  .category-card:first-child { grid-column: span 2; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .process-list li:nth-child(2) { border-right: 0; }
  .product-detail__grid { gap: 45px; }
  .site-footer__grid { grid-template-columns: 1.2fr .7fr .8fr; }
  .site-footer__contact { grid-column: span 3; max-width: 500px; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; --mobile-header-offset: calc(var(--header-height) + 34px); }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .utility-bar__links a span { display: none; }
  .nav-toggle { position: relative; z-index: 2; display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--line); background: transparent; }
  .nav-toggle > span:not(.sr-only) { width: 21px; height: 1px; background: var(--navy-900); transition: transform var(--transition), opacity var(--transition); }
  .nav-toggle[aria-expanded='true'] > span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded='true'] > span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { display: flex; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 0 30px; }
  .js .primary-nav { position: fixed; top: var(--mobile-header-offset); right: 0; bottom: 0; left: 0; overflow-y: auto; background: var(--ivory-50); opacity: 0; padding-inline: 18px; pointer-events: none; transform: translateX(100%); visibility: hidden; transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
  .js .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
  .nav-link { padding: 17px 7px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .nav-link::after { display: none; }
  .nav-catalogue { display: block; }
  .nav-catalogue__toggle, .category-menu { display: none; }
  .mobile-category-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 22px; padding: 24px 7px; border-bottom: 1px solid var(--line); }
  .mobile-category-links p { grid-column: 1 / -1; margin: 0 0 4px; color: var(--brass-600); font-size: .64rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-category-links a { color: var(--navy-800); font-size: .82rem; }
  .primary-nav__actions { justify-content: space-between; margin: 24px 7px 0; }
  .primary-nav__actions .text-link { display: inline-block; }
  .home-hero { min-height: max(650px, calc(100svh - var(--mobile-header-offset))); }
  .home-hero__image { object-position: 62% center; }
  .home-hero__shade { background: linear-gradient(90deg, rgba(247,242,232,.98), rgba(247,242,232,.79) 55%, rgba(247,242,232,.2)); }
  .trust-ribbon__grid { grid-template-columns: 1fr 1fr; }
  .trust-ribbon__grid > div:nth-child(2) { border-right: 0; }
  .trust-ribbon__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-ribbon__grid > div:nth-child(3) { padding-left: 0; }
  .section-heading--split, .story-panel__grid, .about-intro__grid, .export-focus__grid, .contact-hero__grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card:first-child { grid-column: auto; }
  .story-panel__copy { max-width: 660px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .catalogue-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 30px; }
  .catalogue-results .product-grid { grid-template-columns: 1fr 1fr; }
  .product-detail__grid, .product-information, .inquiry-section__grid { grid-template-columns: 1fr; }
  .product-summary { position: static; }
  .product-gallery { max-width: 760px; }
  .product-information { gap: 50px; }
  .inquiry-section__intro { max-width: 650px; }
  .about-manifesto__art, .about-manifesto__copy { min-height: 520px; }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .values-grid article:nth-child(2) { border-right: 0; }
  .values-grid article:nth-child(3) { padding-left: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: span 2; }
  .site-footer__contact { grid-column: span 2; }
  .commerce-layout, .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .collection-rail { top: var(--mobile-header-offset); }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-bar__inner { justify-content: center; }
  .utility-bar__links { display: none; }
  .brand__copy strong { font-size: .94rem; }
  .brand__copy small { letter-spacing: .12em; }
  .home-hero { min-height: max(690px, calc(100svh - var(--mobile-header-offset))); }
  .home-hero__image { object-position: 61% center; }
  .home-hero__shade { background: linear-gradient(90deg, rgba(247,242,232,.98) 0%, rgba(247,242,232,.9) 64%, rgba(247,242,232,.38)); }
  .home-hero__inner { align-items: flex-start; padding-top: 74px; }
  .home-hero h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .home-hero__lead { max-width: 93%; }
  .home-hero__proof { display: grid; gap: 9px; }
  .home-hero__scroll { display: none; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .button-row--center { align-items: center; }
  .trust-ribbon__grid > div { padding: 18px 12px; }
  .trust-ribbon__grid > div:first-child, .trust-ribbon__grid > div:nth-child(3) { padding-left: 0; }
  .trust-ribbon strong { font-size: .88rem; }
  .trust-ribbon span { font-size: .63rem; }
  .category-grid, .product-grid, .product-grid--featured { grid-template-columns: 1fr; }
  .category-card, .category-card:first-child { min-height: 360px; grid-column: auto; }
  .category-card__link { max-height: 30px; margin-top: 15px; opacity: 1; }
  .featured-empty { align-items: stretch; flex-direction: column; }
  .story-panel__visual { min-height: 500px; }
  .story-panel__caption { right: 22px; bottom: 24px; left: 22px; }
  .story-panel__seal { top: 18px; right: 18px; width: 54px; height: 54px; }
  .process-list { grid-template-columns: 1fr; gap: 0; }
  .process-list li, .process-list li + li { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--ivory-300); }
  .process-list li:last-child { border-bottom: 0; }
  .cta-band__inner { align-items: stretch; flex-direction: column; }
  .page-hero__inner { padding-block: 35px 65px; }
  .page-hero__veil { background: linear-gradient(90deg, rgba(7,19,31,.94), rgba(7,19,31,.72)); }
  .collection-rail { position: relative; top: auto; }
  .breadcrumbs { margin-bottom: 32px; }
  .catalogue-section { padding-block: 35px 80px; }
  .catalogue-mobile-tools { display: block; margin-bottom: 22px; }
  .catalogue-layout { display: block; }
  .catalogue-filters { display: none; margin-bottom: 30px; padding: 25px; border: 1px solid var(--line); background: var(--ivory-100); }
  .catalogue-filters.is-open { display: block; }
  .catalogue-toolbar { align-items: flex-start; flex-direction: column; }
  .catalogue-results .product-grid { grid-template-columns: 1fr; }
  .sort-form { width: 100%; justify-content: space-between; }
  .pagination { grid-template-columns: 1fr 1fr; gap: 22px; }
  .pagination__pages { grid-row: 1; grid-column: 1 / -1; justify-content: center; }
  .pagination__arrow { grid-row: 2; }
  .product-detail { padding-block: 25px 70px; }
  .product-detail__grid { gap: 34px; }
  .product-summary h1 { font-size: 3rem; }
  .product-information { margin-top: 70px; padding-top: 48px; }
  .inquiry-section { padding-block: 70px; }
  .inquiry-section__grid { gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .about-manifesto { padding-block: 70px; }
  .about-manifesto__grid { grid-template-columns: 1fr; }
  .about-manifesto__art { min-height: 390px; padding: 35px; }
  .about-manifesto__art figcaption { right: 24px; bottom: 24px; left: 24px; }
  .about-manifesto__copy { min-height: 0; padding: 45px 28px; }
  .about-proof { grid-template-columns: 1fr; margin-top: 45px; }
  .about-proof > div, .about-proof > div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-proof > div:last-child { border-bottom: 0; }
  .values-grid { grid-template-columns: 1fr; gap: 0; }
  .values-grid article, .values-grid article:nth-child(3) { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .values-grid article > span { margin-bottom: 15px; }
  .contact-hero { padding-block: 30px 65px; }
  .contact-layout { gap: 50px; }
  .contact-form-card { margin-inline: -14px; padding: 32px 18px; }
  .contact-list > div { grid-template-columns: 95px 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .site-footer__brand, .site-footer__contact { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
  .primary-nav__actions { justify-content: flex-start; }
  .product-buy { grid-template-columns: 75px 1fr; }
  .product-buy .button--brass { grid-column: 1 / -1; }
  .commerce-section { padding-block: 40px 80px; }
  .cart-line { grid-template-columns: 95px 1fr; gap: 15px; }
  .cart-line > img { width: 95px; height: 105px; }
  .cart-line > strong { grid-column: 2; }
  .checkout-card { padding: 25px 18px; }
  .account-layout { grid-template-columns: 1fr; gap: 30px; }
  .account-nav { grid-template-columns: repeat(3, 1fr); }
  .account-nav strong { display: none; }
  .account-orders article { grid-template-columns: 1fr auto; }
  .account-orders article > b { grid-column: 1 / -1; }
  .success-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
