:root {
  --primary: #183e35;
  --secondary: #d3b78f;
  --on-primary: #ffffff;
  --ink: #171713;
  --muted: #686963;
  --paper: #f5f4ef;
  --white: #ffffff;
  --mist: #e9e7e0;
  --line: #d9d7cf;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", "Segoe UI", sans-serif;
  --utility: "IBM Plex Mono", Consolas, monospace;
  --wrap: 1280px;
  --shadow: 0 22px 70px rgba(23, 25, 23, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -80px; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.section { padding: 112px 0; }
.section--white { background: var(--white); }
.section--mist { background: var(--mist); }
.section--ink { background: var(--ink); color: var(--white); }
.section--secondary { background: var(--secondary); }
.eyebrow { margin: 0 0 18px; color: var(--primary-text, var(--primary)); font: 600 11px/1.2 var(--utility); letter-spacing: .18em; text-transform: uppercase; }
.section--ink .eyebrow { color: var(--secondary); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
h1 { margin-bottom: 28px; font-size: clamp(54px, 8.7vw, 138px); }
h2 { margin-bottom: 24px; font-size: clamp(42px, 6vw, 86px); }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.2; }
.lead { max-width: 58ch; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.section--ink .lead { color: #cdd2ce; }
.meta { color: var(--muted); font: 500 11px/1.4 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 1px solid var(--ink); background: transparent; font: 700 12px/1 var(--body); letter-spacing: .09em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { border-color: var(--primary); background: var(--primary); color: var(--on-primary); }
.button--primary:hover { filter: brightness(.9); }
.button--light { border-color: #fff; color: #fff; }
.button--wide { width: 100%; }
.button[disabled] { cursor: not-allowed; opacity: .5; transform: none; }

/* Neutral merchant-safe chrome */
.utility-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.utility-bar .wrap { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 18px; font: 500 10px/1 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: sticky; z-index: 90; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 84px; align-items: center; gap: 24px; }
.logo { display: inline-flex; width: fit-content; align-items: center; gap: 11px; }
.logo-mark { display: grid; width: 36px; height: 36px; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(45deg); }
.logo-mark i { background: var(--primary); }
.logo-mark i:nth-child(2), .logo-mark i:nth-child(3) { background: var(--secondary); }
.logo-word { font: 400 24px/1 var(--display); letter-spacing: -.06em; }
.logo-word small { display: block; margin-top: 5px; font: 600 8px/1 var(--utility); letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--primary); content: ""; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 6px; }
.icon-button { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; border: 0; background: transparent; font-weight: 700; }
.lang-button { font: 600 11px var(--utility); }
.cart-pill { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 8px 14px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.cart-count { display: inline-grid; min-width: 22px; height: 22px; place-items: center; border-radius: 999px; background: var(--primary); color: var(--on-primary); font: 600 10px var(--utility); }
.menu-button { display: none; }
.mobile-menu { position: fixed; z-index: 89; inset: 119px 0 0; display: none; padding: 28px 24px; background: var(--white); }
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); font: 400 30px/1 var(--display); text-transform: uppercase; }

/* Signature hero: a working wardrobe rail */
.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--secondary); }
.hero::before { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px); background-size: 32px 32px; content: ""; }
.hero-inner { position: relative; display: grid; min-height: 760px; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 3; padding: 88px 0; }
.hero-copy h1 { max-width: 710px; color: var(--ink); }
.hero-copy .lead { max-width: 500px; color: #424542; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.rail-stage { position: relative; min-height: 650px; align-self: end; }
.rail-line { position: absolute; z-index: 4; top: 78px; right: -8vw; left: -3vw; height: 8px; background: var(--ink); box-shadow: 0 9px 0 rgba(255,255,255,.38); }
.rail-post { position: absolute; z-index: 4; top: 78px; bottom: 0; width: 8px; background: var(--ink); }
.rail-post:first-of-type { left: 1%; }.rail-post:last-of-type { right: 2%; }
.hanger-card { position: absolute; top: 110px; width: 31%; color: var(--ink); transition: transform .25s ease; }
.hanger-card:hover { transform: translateY(-9px); }
.hanger-card::before { display: block; width: 2px; height: 65px; margin: -65px auto 0; background: var(--ink); content: ""; }
.hanger-card:nth-child(4) { left: 3%; transform: rotate(-3deg); }
.hanger-card:nth-child(5) { z-index: 2; top: 132px; left: 34.5%; width: 34%; }
.hanger-card:nth-child(6) { right: 1%; transform: rotate(3deg); }
.hanger-card:nth-child(4):hover, .hanger-card:nth-child(6):hover { transform: rotate(0) translateY(-9px); }
.hanger-art { aspect-ratio: 4/5; border: 1px solid rgba(23,25,23,.22); background: var(--white); box-shadow: var(--shadow); }
.hanger-art svg { width: 100%; height: 100%; }
.hanger-label { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 10px; padding: 12px 14px; background: var(--white); box-shadow: var(--shadow); }
.hanger-label b { font-size: 13px; }.hanger-label span { font: 600 10px var(--utility); }
.hero-index { position: absolute; z-index: 5; right: 20px; bottom: 24px; font: 600 10px var(--utility); letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

.category-track { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.category-link { position: relative; min-height: 170px; padding: 25px; overflow: hidden; border-right: 1px solid var(--line); background: var(--white); }
.category-link:last-child { border-right: 0; }
.category-link span { position: relative; z-index: 2; font: 400 clamp(22px,3vw,40px)/1 var(--display); text-transform: uppercase; }
.category-link b { position: absolute; right: -8px; bottom: -24px; color: var(--mist); font: 400 100px/1 var(--display); transition: color .2s, transform .2s; }
.category-link:hover b { color: var(--secondary); transform: translate(-8px,-6px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-head h2 { max-width: 850px; margin-bottom: 0; }

.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-grid--mosaic { grid-auto-rows: minmax(260px,auto); }
.product-card { position: relative; min-width: 0; border: 1px solid var(--line); background: var(--white); }
.product-card--feature { grid-row: span 2; grid-column: span 2; }
.product-art { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--mist); }
.product-card--feature .product-art { height: calc(100% - 118px); min-height: 560px; aspect-ratio: auto; }
.product-art svg { width: 100%; height: 100%; transition: transform .35s ease; }
.product-card:hover .product-art svg { transform: scale(1.035) rotate(-1deg); }
.product-info { min-height: 118px; padding: 17px 18px; }
.product-info h3 { margin-bottom: 6px; font-size: 16px; }
.price { margin: 0; font-weight: 800; }
.product-category { margin: 0 0 5px; color: var(--muted); font: 500 9px var(--utility); letter-spacing: .12em; text-transform: uppercase; }
.badge { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 7px 9px; background: var(--ink); color: #fff; font: 600 9px var(--utility); letter-spacing: .09em; text-transform: uppercase; }
.quick-add { position: absolute; z-index: 4; right: 12px; bottom: 128px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: var(--primary); color: var(--on-primary); font-size: 22px; box-shadow: 0 8px 25px rgba(0,0,0,.16); }

.collection-focus { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 700px; }
.collection-canvas { position: relative; overflow: hidden; background: var(--primary); color: var(--on-primary); }
.collection-canvas::before { position: absolute; width: 650px; height: 650px; border: 120px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; transform: translate(-25%,-20%); }
.collection-copy { position: relative; z-index: 2; display: flex; height: 100%; max-width: 680px; flex-direction: column; justify-content: end; padding: 90px; }
.collection-copy .eyebrow { color: var(--on-primary); }.collection-copy h2 { color: var(--on-primary); }.collection-copy .lead { color: color-mix(in srgb, var(--on-primary) 82%, transparent); }
.collection-look { display: grid; grid-template-columns: 1fr 1fr; background: var(--mist); }
.look-column { display: flex; flex-direction: column; justify-content: center; padding: 30px 16px; border-left: 1px solid rgba(23,25,23,.12); }
.look-column:first-child { transform: translateY(-55px); }.look-column:last-child { transform: translateY(55px); }
.look-tile { margin: 12px 0; border: 1px solid rgba(23,25,23,.14); background: #fff; }
.look-tile svg { width: 100%; }
.look-tile span { display: block; padding: 10px; font: 600 9px var(--utility); text-transform: uppercase; }

.story-band { display: grid; grid-template-columns: .72fr 1.28fr; border-block: 1px solid var(--line); }
.story-stamp { display: grid; min-height: 360px; place-items: center; background: var(--secondary); }
.story-stamp strong { display: grid; width: 210px; height: 210px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font: 400 52px var(--display); letter-spacing: -.06em; transform: rotate(-8deg); }
.story-copy { padding: 72px; background: var(--white); }
.story-copy blockquote { max-width: 830px; margin: 0; font: 400 clamp(30px,4.5vw,64px)/1.04 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.benefit-tickets { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.benefit-ticket { position: relative; min-height: 190px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.benefit-ticket::before, .benefit-ticket::after { position: absolute; top: 50%; width: 18px; height: 36px; border-radius: 50%; background: var(--paper); content: ""; transform: translateY(-50%); }
.benefit-ticket::before { left: -10px; }.benefit-ticket::after { right: -10px; }
.benefit-ticket .ticket-code { display: block; margin-bottom: 40px; color: var(--primary); font: 600 10px var(--utility); letter-spacing: .12em; }
.quote-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.quote-panel blockquote { margin: 0; font: 400 clamp(34px,5vw,72px)/1 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.quote-mark { color: var(--primary); font-size: 1.3em; }
.closing { text-align: center; }.closing h2 { max-width: 980px; margin-inline: auto; }.closing .lead { margin-inline: auto; }.closing .button { margin-top: 20px; }

/* Inner pages */
.page-hero { padding: 84px 0 60px; border-bottom: 1px solid var(--line); background: var(--white); }
.page-hero h1 { max-width: 1080px; margin-bottom: 14px; font-size: clamp(50px,8vw,118px); }
.breadcrumbs { margin-bottom: 24px; color: var(--muted); font: 500 10px var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.filters { display: flex; gap: 8px; overflow: auto; padding: 3px; }
.filter { flex: 0 0 auto; min-height: 42px; padding: 8px 15px; border: 1px solid var(--line); background: var(--white); font-size: 12px; font-weight: 700; }
.filter.is-active { border-color: var(--primary); background: var(--primary); color: var(--on-primary); }
.sort { min-height: 42px; padding: 8px 36px 8px 12px; border: 1px solid var(--line); background: var(--white); }
.product-detail { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: 70px; align-items: start; }
.detail-art { position: sticky; top: 118px; min-height: 680px; background: var(--mist); }
.detail-art svg { width: 100%; min-height: 680px; }
.detail-copy { padding: 26px 0; }.detail-copy h1 { margin-bottom: 18px; font-size: clamp(48px,6vw,82px); }
.detail-price { font-size: 22px; font-weight: 800; }.detail-description { max-width: 58ch; margin: 30px 0; color: var(--muted); }
.selector { margin: 26px 0; }.selector-label { display: block; margin-bottom: 10px; font: 600 10px var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.options { display: flex; flex-wrap: wrap; gap: 8px; }.option { min-width: 46px; height: 46px; border: 1px solid var(--line); background: var(--white); }.option.is-selected { border-color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.detail-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.panel { border: 1px solid var(--line); background: var(--white); padding: 30px; }
.cart-layout, .checkout-layout, .contact-layout, .policy-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 46px; align-items: start; }
.cart-list { display: grid; gap: 4px; }.cart-line { display: grid; grid-template-columns: 110px 1fr auto; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { background: var(--mist); }.cart-thumb svg { width: 110px; height: 138px; }
.cart-line h3 { margin-bottom: 5px; }.cart-line .remove { border: 0; background: transparent; color: var(--muted); text-decoration: underline; }
.quantity { display: flex; align-items: center; gap: 9px; margin-top: 10px; }.quantity button { width: 34px; height: 34px; border: 1px solid var(--line); background: #fff; }
.summary { position: sticky; top: 118px; }.summary h2 { font-size: 34px; }.summary-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }.summary-row--total { margin-bottom: 20px; font-size: 20px; font-weight: 800; }
.empty { padding: 70px 24px; text-align: center; }.empty h2 { font-size: 42px; }.empty .button { margin-top: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field { display: grid; gap: 7px; }.field--full { grid-column: 1/-1; }.field label { font-size: 12px; font-weight: 700; }.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; background: #fff; }.field textarea { min-height: 110px; resize: vertical; }
.checkout-banner { margin-bottom: 24px; padding: 18px; border-left: 5px solid var(--primary); background: var(--mist); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }.about-visual { position: relative; min-height: 640px; background: var(--secondary); }.about-visual svg { position: absolute; inset: 40px 0 0 12%; width: 76%; height: calc(100% - 40px); }
.values { display: grid; margin-top: 42px; border-top: 1px solid var(--line); }.value-row { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }.value-row b { color: var(--primary); font: 600 11px var(--utility); }
.contact-cards { display: grid; gap: 12px; }.contact-card { display: grid; min-height: 110px; grid-template-columns: 130px 1fr; align-items: center; border-bottom: 1px solid var(--line); }.contact-card b { font: 600 10px var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.map-card { position: relative; min-height: 370px; overflow: hidden; background: var(--mist); }.map-card::before { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(35deg, transparent 45%, var(--primary) 46% 48%, transparent 49%), linear-gradient(-30deg, transparent 44%, #fff 45% 48%, transparent 49%); background-size: 120px 90px; content: ""; }.map-pin { position: absolute; top: 46%; left: 55%; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50% 50% 50% 0; background: var(--primary); color: var(--on-primary); font: 600 16px var(--utility); transform: rotate(-45deg); }.map-pin span { transform: rotate(45deg); }
.policy-nav { position: sticky; top: 118px; display: grid; }.policy-nav a { padding: 14px 12px; border-left: 3px solid var(--line); }.policy-nav a:hover { border-color: var(--primary); color: var(--primary); }.policy-content section { padding: 0 0 42px; }.policy-content h2 { font: 700 29px/1.2 var(--body); letter-spacing: -.02em; text-transform: none; }.not-found { display: grid; min-height: 68vh; place-items: center; text-align: center; }.not-found-number { color: var(--secondary); font: 400 clamp(130px,26vw,380px)/.7 var(--display); letter-spacing: -.1em; }

/* Footer stays quiet so every merchant logo remains visible */
.site-footer { padding: 78px 0 30px; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 44px; }.footer-brand p { max-width: 330px; color: var(--muted); }.site-footer h3 { margin-bottom: 15px; font: 700 10px var(--utility); letter-spacing: .12em; text-transform: uppercase; }.site-footer a, .site-footer span { display: block; min-height: 32px; color: var(--muted); font-size: 14px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font: 500 10px var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.mobile-bottom { display: none; }
.toast { position: fixed; z-index: 150; right: 24px; bottom: 24px; max-width: min(390px,calc(100% - 32px)); padding: 15px 20px; background: var(--ink); color: #fff; box-shadow: var(--shadow); transform: translateY(140px); transition: transform .25s; }.toast.is-visible { transform: none; }.toast:empty { display: none; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }.menu-button { display: inline-grid; }.header-inner { grid-template-columns: 1fr auto; }.header-actions { grid-column: 2; }
  .hero-inner { grid-template-columns: .9fr 1.1fr; }.product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.product-card--feature { grid-row: span 1; grid-column: span 1; }.product-card--feature .product-art { height: auto; min-height: 0; aspect-ratio: 4/5; }
  .collection-copy { padding: 58px; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > :last-child { grid-column: 2/4; }
}

@media (max-width: 700px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }.wrap { width: min(calc(100% - 28px),var(--wrap)); }.section { padding: 72px 0; }
  .utility-bar .wrap { min-height: 30px; font-size: 8px; }.utility-bar .wrap span:first-child { display: none; }.header-inner { min-height: 66px; }.logo-mark { width: 30px; height: 30px; }.logo-word { font-size: 21px; }.logo-word small { font-size: 7px; }.lang-button { display: none; }.cart-pill { padding: 7px 10px; }.cart-pill .cart-label { display: none; }
  .mobile-menu { inset: 97px 0 0; }.hero { min-height: auto; }.hero-inner { display: block; min-height: 0; }.hero-copy { padding: 44px 0 20px; }.hero-copy h1 { margin-bottom: 18px; font-size: clamp(52px,16vw,74px); }.hero-copy .lead { margin-bottom: 0; font-size: 15px; }.hero-actions { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8px; margin-top: 20px; }.hero-actions .button { min-height: 46px; padding: 11px 8px; font-size: 9px; }
  .rail-stage { min-height: 350px; margin: 0; }.rail-line { top: 46px; right: 0; left: 0; height: 6px; }.rail-post { top: 46px; width: 6px; }.hanger-card { top: 80px; }.hanger-card::before { height: 34px; margin-top: -34px; }.hanger-card:nth-child(4) { left: 1%; }.hanger-card:nth-child(5) { top: 92px; left: 32%; width: 36%; }.hanger-card:nth-child(6) { right: 1%; }.hanger-label { display: block; padding: 7px; }.hanger-label b { display: block; font-size: 9px; }.hanger-label span { font-size: 7px; }.hero-index { display: none; }
  .category-track { grid-template-columns: repeat(2,minmax(0,1fr)); }.category-link { min-width: 0; min-height: 130px; padding: 20px 16px; border-bottom: 1px solid var(--line); }.category-link span { font-size: clamp(18px,6.5vw,27px); overflow-wrap: anywhere; }.category-link:nth-child(2) { border-right: 0; }.category-link b { font-size: 70px; }.section-head { display: block; margin-bottom: 30px; }.section-head h2 { margin-bottom: 20px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.product-info { min-height: 106px; padding: 12px; }.product-info h3 { font-size: 13px; }.product-category { font-size: 8px; }.price { font-size: 12px; }.quick-add { right: 8px; bottom: 114px; width: 39px; height: 39px; }.badge { top: 8px; left: 8px; font-size: 8px; }
  .collection-focus { grid-template-columns: 1fr; min-height: 0; }.collection-canvas { min-height: 540px; }.collection-copy { padding: 68px 24px; }.collection-look { min-height: 470px; }.look-column { padding-inline: 8px; }.story-band { grid-template-columns: 1fr; }.story-stamp { min-height: 270px; }.story-copy { padding: 52px 24px; }.story-copy blockquote { font-size: 36px; }.benefit-tickets { grid-template-columns: 1fr; }.quote-panel { grid-template-columns: minmax(0,1fr); gap: 30px; }.quote-panel > * { min-width: 0; }.quote-panel blockquote { font-size: 40px; overflow-wrap: anywhere; }
  .page-hero { padding: 56px 0 36px; }.page-hero h1 { font-size: 46px; overflow-wrap: break-word; hyphens: auto; }.toolbar { align-items: stretch; flex-direction: column; }.sort { width: 100%; }.product-detail, .cart-layout, .checkout-layout, .contact-layout, .policy-layout, .about-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }.product-detail > *, .cart-layout > *, .checkout-layout > *, .contact-layout > *, .policy-layout > *, .about-grid > * { min-width: 0; }.panel { min-width: 0; padding: 20px; }.panel h2 { font-size: 34px; overflow-wrap: anywhere; }.detail-art { position: static; min-height: 470px; }.detail-art svg { min-height: 470px; }.detail-copy { padding-top: 0; }.summary, .policy-nav { position: static; }.cart-line { grid-template-columns: 82px minmax(0,1fr); }.cart-thumb svg { width: 82px; height: 105px; }.cart-line > strong { grid-column: 2; }.form-grid { grid-template-columns: minmax(0,1fr); }.field, .field input, .field select, .field textarea { min-width: 0; }.field--full { grid-column: auto; }.about-visual { min-height: 470px; }.contact-card { grid-template-columns: 100px minmax(0,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }.footer-grid > :first-child { grid-column: 1/-1; }.footer-grid > :last-child { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom span { margin-top: 8px; }
  .mobile-bottom { position: fixed; z-index: 88; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4,1fr); min-height: 70px; padding: 7px 4px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -10px 30px rgba(23,25,23,.08); }.mobile-bottom a { display: grid; place-items: center; align-content: center; gap: 2px; font-size: 9px; font-weight: 700; }.mobile-bottom b { color: var(--primary); font: 600 15px var(--utility); }.toast { right: 16px; bottom: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.button, .hanger-card, .product-art svg, .toast { transition: none; }
}

/* Premium photographic direction — v2 */
h1, h2 { font-weight: 500; letter-spacing: -.045em; text-transform: none; }
h1 { line-height: .88; }
h2 { line-height: .94; }
.eyebrow { color: var(--primary); letter-spacing: .22em; }
.button { border-radius: 999px; padding-inline: 28px; letter-spacing: .07em; }
.button--primary { box-shadow: 0 9px 30px rgba(24,62,53,.15); }
.logo-mark { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ink); transform: none; }
.logo-mark i { display: none; }
.logo-mark::before { width:14px; height:14px; background:var(--primary); content:""; transform:rotate(45deg); }
.logo-word { font-family: var(--display); font-size: 29px; font-weight: 600; letter-spacing: -.035em; }
.logo-word small { font-family: var(--utility); font-weight: 500; letter-spacing: .2em; }
.site-header { border-color: rgba(23,23,19,.12); }
.header-inner { min-height: 88px; }
.desktop-nav { font-size: 12px; font-weight: 600; }
.desktop-nav a[aria-current="page"]::after { height: 1px; }
.utility-bar { color: #7b776f; }
.utility-bar .wrap { min-height: 30px; font-size: 9px; }

.hero--premium { position: relative; min-height: 790px; background: #d8d0c3; }
.hero--premium::before, .hero--premium::after { display: none; }
.hero-premium-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-premium-wash { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(245,244,239,.97) 0%,rgba(245,244,239,.87) 29%,rgba(245,244,239,.27) 52%,rgba(245,244,239,0) 72%); }
.hero-premium-content { position: relative; z-index: 2; display: flex; min-height: 790px; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 86px; }
.hero-premium-content h1 { max-width: 680px; margin-bottom: 26px; color: var(--primary); font-size: clamp(74px,9.2vw,145px); font-style: italic; }
.hero-premium-content .lead { max-width: 470px; color: #46433e; font-size: 18px; line-height: 1.75; }
.hero-premium-content .eyebrow { color: var(--primary); }
.hero-premium-content .hero-actions { display: flex; }
.hero-premium-caption { position: absolute; z-index: 2; right: 30px; bottom: 24px; color: #f7f4ed; font: 500 9px var(--utility); letter-spacing: .18em; writing-mode: vertical-rl; }

.premium-rail { padding: 38px 0 58px; background: var(--white); border-bottom: 1px solid var(--line); }
.premium-rail-head { display: flex; justify-content: space-between; margin-bottom: 20px; color: var(--muted); font: 500 9px var(--utility); letter-spacing: .16em; text-transform: uppercase; }
.premium-rail-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.premium-rail-card { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 22px; min-width: 0; padding: 16px 22px; border-right: 1px solid var(--line); }
.premium-rail-card:last-child { border-right: 0; }
.premium-rail-card .product-photo { width: 112px; aspect-ratio: 1; }
.premium-rail-card span:last-child { display: grid; gap: 7px; }
.premium-rail-card b { font-family: var(--display); font-size: 24px; font-weight: 600; line-height: 1; }
.premium-rail-card small { color: var(--muted); font: 500 9px var(--utility); }

.category-track { border-color: var(--line); }
.category-link { min-height: 150px; background: transparent; }
.category-link span { font-family: var(--display); font-weight: 500; text-transform: none; }
.category-link b { color: #e6e3db; font-family: var(--display); font-weight: 500; }
.category-link:hover b { color: var(--secondary); }

.product-grid { gap: 32px 20px; }
.product-card { border: 0; background: transparent; }
.product-art { background: #eeeae2; }
.product-art--photo { aspect-ratio: 4/5; }
.product-info { padding: 18px 2px 0; }
.product-info h3 { font-family: var(--display); font-size: 23px; font-weight: 600; }
.product-category { color: #8b877f; }
.price { font: 600 11px var(--utility); }
.badge { top: 14px; left: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.86); color: var(--ink); backdrop-filter: blur(8px); }
.quick-add { right: 13px; bottom: 102px; width: 43px; height: 43px; border-radius: 0; background: rgba(24,62,53,.96); box-shadow: none; }
.product-card--feature .product-art { min-height: 610px; }
.product-card--feature .quick-add { bottom: 102px; }

.collection-canvas { background: var(--primary); }
.collection-canvas::before { border-color: rgba(211,183,143,.18); }
.collection-look { gap: 1px; background: var(--line); }
.look-column { background: var(--paper); }
.look-tile { border: 0; background: transparent; }
.look-tile .product-photo { aspect-ratio: 4/5; }
.look-tile span { background: var(--white); }
.story-stamp { background: var(--secondary); }
.story-stamp strong { border-width: 1px; font-family: var(--display); font-weight: 500; }
.story-copy blockquote, .quote-panel blockquote { font-family: var(--display); font-weight: 500; text-transform: none; }
.benefit-ticket { background: var(--white); }
.benefit-ticket .ticket-code { color: #917450; }
.section--secondary { background: #d8c4a8; }

.page-hero { padding-top: 100px; background: #f8f7f3; }
.page-hero h1 { color: var(--primary); font-style: italic; }
.detail-art--photo { overflow: hidden; background: #eeeae2; }
.detail-art--photo .product-photo { min-height: 680px; }
.detail-copy h1 { color: var(--primary); font-style: italic; text-transform: none; }
.option { border-color: #cfcac0; }
.panel { box-shadow: 0 22px 70px rgba(37,31,23,.055); }
.cart-thumb { overflow: hidden; background: #eeeae2; }
.cart-thumb .product-photo { width: 110px; height: 138px; }
.about-visual--photo { min-height: 680px; background: url("assets/hero-premium-v2.webp") 72% center/cover no-repeat; }
.about-visual--photo::after { position: absolute; inset: 0; border: 16px solid rgba(255,255,255,.36); content: ""; }
.not-found-number { color: #ddd6c9; font-family: var(--display); font-weight: 500; }
.site-footer { background: #fff; }

/* SmartBiz server-rendered/editor-safe component aliases. */
.merchant-logo { display:block; width:auto; max-width:250px; height:52px; object-fit:contain; object-position:left center; }
.logo-word b { margin-right:.24em; color:var(--primary); font:600 20px/1 var(--utility); }
.muted { color:var(--muted); }
.btn { display:inline-flex; min-height:50px; align-items:center; justify-content:center; padding:13px 24px; border:1px solid var(--ink); background:transparent; font:700 12px/1 var(--body); letter-spacing:.09em; text-transform:uppercase; }
.btn--primary { border-color:var(--primary); background:var(--primary); color:var(--on-primary); }
.btn--light { border-color:#fff; color:#fff; }
.product-art > img, .product-media > img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.product-card:hover .product-art > img { transform:scale(1.035); }
.product-description { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; font-size:13px; }
.product-price { margin:10px 0 0; font-weight:700; }
.empty-state { grid-column:1/-1; padding:42px; border:1px dashed var(--line); background:rgba(255,255,255,.65); }
.collection-look { display:block; min-height:700px; overflow:hidden; }
.collection-look > img { width:100%; height:100%; min-height:700px; object-fit:cover; }
.catalog-toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:38px; }
.filter-row { display:flex; flex-wrap:wrap; gap:8px; }
.chip { min-height:42px; padding:8px 16px; border:1px solid var(--line); background:#fff; font-weight:700; }
.chip.is-active { border-color:var(--primary); background:var(--primary); color:var(--on-primary); }
.breadcrumb { color:var(--muted); font:500 11px/1.4 var(--utility); letter-spacing:.08em; text-transform:uppercase; }
.product-detail-media { min-height:680px; overflow:hidden; background:var(--mist); }
.product-detail-media img { width:100%; height:100%; min-height:680px; object-fit:cover; }
.product-detail-copy { padding:72px 64px; background:#fff; }
.option-row { display:flex; flex-wrap:wrap; gap:8px; }
.detail-desc { color:var(--muted); }
.detail-price { font-size:24px; font-weight:700; }
.detail-note { color:var(--muted); font-size:13px; }
.qty { display:flex; align-items:center; gap:8px; margin-top:14px; }
.qty button { width:34px; height:34px; border:1px solid var(--line); background:#fff; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:48px; align-items:start; }
.contact-list { display:grid; gap:18px; }
.contact-item { display:grid; gap:6px; padding-bottom:18px; border-bottom:1px solid var(--line); }
.home-visit { padding-block: 18px; }
.home-visit .contact-list { padding: 34px; background: var(--paper); border: 1px solid var(--line); }
.home-visit .contact-item b { color: var(--primary); font: 600 10px/1.3 var(--utility); letter-spacing: .15em; text-transform: uppercase; }
.home-visit .contact-item span, .home-visit .contact-item a { color: var(--muted); }
.home-visit .button { justify-self: start; }
.kaba-lookbook { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 22px; align-items: start; }
.kaba-lookbook figure { position: relative; margin: 0; overflow: hidden; background: #e8e3da; }
.kaba-lookbook__main { min-height: 720px; }
.kaba-lookbook__detail { min-height: 540px; margin-top: 120px !important; }
.kaba-lookbook img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.kaba-lookbook figcaption { position: absolute; right: 18px; bottom: 18px; padding: 8px 11px; background: rgba(255,255,255,.88); color: var(--ink); font: 600 9px/1 var(--utility); letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.policies-layout { display:grid; grid-template-columns:260px minmax(0,1fr); gap:64px; }
.richtext > * { max-width:74ch; }
.richtext section { padding:0 0 40px; }
.not-found-code { color:var(--secondary); font:400 clamp(110px,20vw,260px)/.7 var(--display); }
.mobile-bottom-nav { display:none; }

@media (max-width: 1000px) {
  .hero--premium, .hero-premium-content { min-height: 720px; }
  .hero-premium-photo { object-position: 58% center; }
  .hero-premium-wash { background: linear-gradient(90deg,rgba(245,244,239,.96),rgba(245,244,239,.68) 48%,rgba(245,244,239,.06) 78%); }
  .premium-rail-card { grid-template-columns: 82px 1fr; padding: 14px; }
  .premium-rail-card .product-photo { width: 82px; }
}

@media (max-width: 700px) {
  .header-inner { min-height: 68px; }
  .logo-mark { width: 32px; height: 32px; }.logo-mark::before { font-size: 21px; }.logo-word { font-size: 25px; }
  .hero--premium { min-height: 660px; }
  .hero-premium-photo { object-position: 63% center; }
  .hero-premium-wash { background: linear-gradient(180deg,rgba(245,244,239,.75) 0%,rgba(245,244,239,.18) 40%,rgba(14,35,29,.06) 55%,rgba(14,35,29,.8) 100%); }
  .hero-premium-content { min-height: 660px; justify-content: end; padding: 64px 0 42px; }
  .hero-premium-content h1 { max-width: 320px; margin-bottom: 14px; color: #fff; font-size: 68px; line-height: .82; text-shadow: 0 2px 20px rgba(0,0,0,.16); }
  .hero-premium-content .eyebrow { color: #fff; }
  .hero-premium-content .lead { max-width: 330px; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.55; }
  .hero-premium-content .hero-actions { display: grid; width: 100%; grid-template-columns: 1fr .72fr; }
  .hero-premium-content .button { border-color: #fff; background: rgba(255,255,255,.92); color: var(--ink); }
  .hero-premium-content .button--primary { background: #fff; color: var(--primary); }
  .hero-premium-caption { display: none; }
  .premium-rail { padding: 25px 0 35px; }
  .premium-rail-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .premium-rail-card { flex: 0 0 82%; grid-template-columns: 94px 1fr; scroll-snap-align: start; }
  .premium-rail-card .product-photo { width: 94px; }
  .category-link span { font-size: 26px; }
  .product-grid { gap: 24px 10px; }
  .product-info { min-height: 92px; padding-top: 11px; }
  .product-info h3 { font-size: 18px; }
  .quick-add { bottom: 96px; }
  .product-card--feature .product-art { min-height: 0; }
  .page-hero h1 { font-size: 52px; line-height: .88; }
  .detail-art--photo, .detail-art--photo .product-photo { min-height: 470px; }
  .cart-thumb .product-photo { width: 82px; height: 105px; }
  .about-visual--photo { min-height: 520px; }
  .merchant-logo { max-width:175px; height:44px; }
  .mobile-menu { inset:68px 0 0; }
  body:has(.utility-bar) .mobile-menu { inset:98px 0 0; }
  .catalog-toolbar { align-items:stretch; flex-direction:column; }
  .contact-grid, .policies-layout { grid-template-columns:minmax(0,1fr); gap:30px; }
  .kaba-lookbook { grid-template-columns: 1fr; gap: 12px; }
  .kaba-lookbook__main, .kaba-lookbook__detail { min-height: 470px; margin-top: 0 !important; }
  .home-visit .contact-list { padding: 24px; }
  .product-detail-media, .product-detail-media img { min-height:470px; }
  .product-detail-copy { padding:32px 4px 0; }
  .collection-look, .collection-look > img { min-height:470px; }
  .mobile-bottom-nav { position:fixed; z-index:88; right:0; bottom:0; left:0; display:grid; grid-template-columns:repeat(4,1fr); min-height:70px; padding:7px 4px calc(7px + env(safe-area-inset-bottom)); border-top:1px solid var(--line); background:rgba(255,255,255,.97); box-shadow:0 -10px 30px rgba(23,25,23,.08); }
  .mobile-bottom-nav a { display:grid; place-items:center; align-content:center; gap:2px; font-size:9px; font-weight:700; }
  .mobile-bottom-nav b { color:var(--primary); font:600 15px var(--utility); }
}
