:root {
  --ink: #11110f;
  --paper: #f4f1eb;
  --white: #fff;
  --soft: #e5e1da;
  --muted: #77736d;
  --oxblood: #641b28;
  --line: rgba(17,17,15,.22);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --gutter: clamp(18px, 3vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.45; }
body.menu-open, body.search-open, body.filter-open, body.catalog-menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button { border: 0; background: transparent; }
:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }
.concept-note { min-height: 30px; padding: 7px var(--gutter); display: flex; justify-content: space-between; gap: 16px; background: #dad6cf; color: #4f4b46; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.service-bar { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: clamp(24px, 8vw, 112px); background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.service-bar span:not(:last-child)::after { content: ""; display: inline-block; width: 3px; height: 3px; margin: 0 0 2px clamp(24px, 8vw, 112px); background: #fff; border-radius: 50%; }

.site-header { height: 86px; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 50; background: rgba(244,241,235,.96); }
.desktop-nav, .header-actions { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav a, .desktop-nav button, .text-action { position: relative; }
.desktop-nav a::after, .desktop-nav button::after, .text-action::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav button:hover::after, .desktop-nav button[aria-expanded="true"]::after, .text-action:hover::after { right: 0; }
.mega-menu-toggle { padding: 0; display: inline-flex; align-items: center; gap: 9px; cursor: pointer; font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.nav-chevron { width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .25s ease; }
.mega-menu-toggle[aria-expanded="true"] .nav-chevron { transform: translateY(2px) rotate(225deg); }
.wordmark { font-weight: 800; font-size: 37px; letter-spacing: -.1em; line-height: 1; transform: translateX(-.06em); }
.header-actions { justify-content: flex-end; }
.icon-button { width: 44px; height: 44px; padding: 10px; cursor: pointer; display: inline-grid; place-items: center; }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.menu-toggle { display: none; position: relative; }
.menu-toggle span { position: absolute; width: 22px; height: 1px; background: var(--ink); transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 25px; }
.menu-open .menu-toggle span:first-child { top: 22px; transform: rotate(45deg); }
.menu-open .menu-toggle span:last-child { top: 22px; transform: rotate(-45deg); }
.cart-link { display: flex; align-items: center; gap: 8px; }
.cart-count { width: 21px; height: 21px; display: inline-grid; place-items: center; background: var(--ink); color: #fff; border-radius: 50%; font-size: 10px; }
.mobile-menu, .search-panel { position: fixed; z-index: 40; top: 150px; inset-inline: 0; bottom: 0; background: var(--paper); padding: 44px var(--gutter); overflow: auto; }
.mobile-menu nav { display: grid; }
.mobile-menu a { min-height: 67px; display: flex; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); font-size: clamp(24px, 5vw, 48px); letter-spacing: -.04em; }
.mobile-menu a span { font-size: 10px; letter-spacing: .1em; color: var(--muted); }
.mobile-intent { margin-top: 54px; padding-bottom: 48px; }
.mobile-intent h2 { margin: 0 0 18px; font-size: clamp(32px, 8vw, 54px); line-height: .95; letter-spacing: -.055em; font-weight: 400; }
.mobile-menu .mobile-intent a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: clamp(16px, 3.4vw, 25px); letter-spacing: -.02em; }
.search-panel form { max-width: 1000px; margin: 8vh auto; }
.search-panel label { display: block; font-size: clamp(34px, 7vw, 92px); letter-spacing: -.06em; line-height: 1; margin-bottom: 48px; }
.search-panel form div { display: flex; border-bottom: 1px solid var(--ink); }
.search-panel input { width: 100%; border: 0; background: transparent; font-size: clamp(18px, 3vw, 30px); padding: 18px 0; outline: none; }
.search-panel button { padding: 12px 24px; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; cursor: pointer; }

.section { padding: clamp(84px, 10vw, 160px) var(--gutter); }
.eyebrow { display: flex; gap: 24px; align-items: center; margin: 0 0 28px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span:last-child { color: var(--muted); }
.section-heading { margin-bottom: clamp(38px, 5vw, 76px); }
.section-heading h2 { margin: 0; font-size: clamp(42px, 6.3vw, 96px); font-weight: 400; letter-spacing: -.065em; line-height: .92; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 26px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 17px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { min-height: 54px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; transition: background .2s, color .2s; }
.button-dark { background: var(--ink); color: #fff; border: 1px solid var(--ink); }
.button-dark:hover { background: transparent; color: var(--ink); }
.button-light { background: #fff; color: var(--ink); border: 1px solid #fff; }
.button-light:hover { background: transparent; color: #fff; }

.hero { min-height: calc(100vh - 150px); position: relative; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { z-index: 2; padding: clamp(64px, 8vw, 126px) 4vw clamp(64px, 8vw, 100px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.hero h1 { margin: 0; font-size: clamp(68px, 7vw, 118px); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.hero h1 em { font-family: var(--serif); font-weight: 500; color: var(--oxblood); }
.hero-lede { max-width: 470px; margin: 46px 0 40px; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.6; }
.hero-media { margin: 0; min-height: 680px; position: relative; background: #bbb6ae; overflow: hidden; }
.hero-media img { height: 100%; object-fit: cover; object-position: 58% center; }
.hero-media::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.hero-media figcaption { position: absolute; z-index: 1; right: 30px; bottom: 28px; color: #fff; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.hero-stamp { position: absolute; z-index: 3; bottom: -10vw; left: 0; font-weight: 800; letter-spacing: -.12em; line-height: .7; font-size: clamp(160px, 27vw, 470px); color: transparent; -webkit-text-stroke: 1px rgba(17,17,15,.11); pointer-events: none; white-space: nowrap; }

.category-section { background: #fff; }
.category-grid { display: grid; grid-template-columns: 1.32fr .84fr .84fr; gap: 12px; }
.category-card { height: min(48vw, 690px); position: relative; overflow: hidden; color: #fff; background: #bbb; }
.category-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.025); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.48)); }
.category-number, .category-name, .category-arrow { position: absolute; z-index: 2; }
.category-number { left: 24px; top: 24px; font-size: 10px; letter-spacing: .1em; }
.category-name { left: 24px; bottom: 24px; font-size: clamp(18px, 2vw, 31px); }
.category-arrow { right: 24px; bottom: 24px; font-size: 23px; }
.category-card-wide img { object-position: 46% center; }

.product-section { background: var(--paper); }
.product-grid { display: grid; gap: 12px; }
.product-grid-four { grid-template-columns: repeat(4, 1fr); }
.product-card { min-width: 0; }
.product-image { display: block; aspect-ratio: .78; position: relative; overflow: hidden; background: #ddd8d1; }
.product-image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.02); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 8px 10px; background: rgba(244,241,235,.94); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.product-meta { min-height: 93px; padding: 18px 2px; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; border-bottom: 1px solid var(--line); }
.product-meta div { display: grid; gap: 6px; }
.product-meta a { font-size: 14px; font-weight: 500; }
.product-meta small, .price-note { color: var(--muted); font-size: 11px; }
.product-meta strong { flex: 0 0 auto; font-size: 13px; font-weight: 500; }

.edit-section { background: #fff; }
.edit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.edit-card { min-height: min(48vw, 690px); position: relative; padding: clamp(24px, 3vw, 46px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.edit-card h3 { margin: auto 0 24px; font-size: clamp(40px, 5vw, 76px); line-height: .93; letter-spacing: -.06em; font-weight: 400; }
.edit-card p { max-width: 300px; margin: 0 56px 0 0; }
.edit-dark { background: var(--ink); color: #fff; }
.edit-oxblood { background: var(--oxblood); color: #fff; }
.edit-photo { color: #fff; justify-content: flex-start; }
.edit-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.edit-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.62)); }
.edit-photo > *:not(img) { position: relative; z-index: 1; }
.edit-photo > div { margin-top: auto; }
.edit-photo > .round-arrow { position: absolute; }
.edit-silhouette img { object-position: 70% 34%; }
.edit-everyday img { object-position: 62% center; }
.edit-index { font-size: 10px; letter-spacing: .12em; }
.round-arrow { position: absolute; right: 30px; bottom: 28px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 17px; }

.editorial-section { height: clamp(560px, 58vw, 620px); min-height: 0; padding: 0; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--ink); color: #fff; }
.editorial-copy { padding: clamp(44px, 5vw, 72px) clamp(34px, 5.5vw, 84px) clamp(44px, 5vw, 72px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.editorial-copy h2 { margin: 0 0 28px; font-size: clamp(52px, 5.8vw, 82px); line-height: .87; letter-spacing: -.07em; font-weight: 400; }
.editorial-copy h2 em { font-family: var(--serif); font-weight: 500; color: #c48b92; }
.editorial-copy > p:not(.eyebrow) { max-width: 520px; margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 15.5px; line-height: 1.6; }
.editorial-copy .button { align-self: flex-start; }
.editorial-image { height: 100%; min-height: 0; margin: 0; }
.editorial-image img { height: 100%; object-fit: cover; }

.store-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 150px); background: var(--paper); }
.store-section figure { margin: 0; min-height: 720px; }
.store-section figure img { height: 100%; object-fit: cover; }
.store-copy { display: flex; flex-direction: column; justify-content: center; padding-right: 5vw; }
.store-copy h2 { margin: 0 0 34px; font-size: clamp(70px, 9vw, 138px); font-weight: 400; letter-spacing: -.08em; line-height: .78; }
.store-copy > p:not(.eyebrow) { max-width: 550px; font-size: 17px; line-height: 1.7; }
.store-copy ul { list-style: none; padding: 0; margin: 46px 0; border-top: 1px solid var(--line); }
.store-copy li { min-height: 58px; display: flex; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); }
.store-copy li span { font-size: 9px; color: var(--muted); }
.store-copy .text-link { align-self: flex-start; }

.instagram-section { background: #fff; }
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.instagram-grid img { aspect-ratio: 1; object-fit: cover; }

.site-footer { padding: 0 var(--gutter) 24px; background: var(--ink); color: #fff; }
.footer-wordmark { padding: clamp(18px, 2.4vw, 36px) 0 10px; font-weight: 800; font-size: clamp(90px, 18vw, 285px); line-height: .88; letter-spacing: -.04em; }
.footer-grid { padding: 58px 0; display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; gap: 40px; border-top: 1px solid rgba(255,255,255,.24); }
.footer-grid > div:not(.footer-note) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-label { margin: 0 0 13px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-note { align-self: end; max-width: 440px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

/* Listing */
.catalog-mega-menu { position: absolute; z-index: 45; top: 150px; left: 0; right: 0; padding: clamp(30px, 3.2vw, 48px) var(--gutter) var(--gutter); background: var(--paper); border-bottom: 1px solid var(--ink); box-shadow: 0 34px 70px rgba(17,17,15,.18); }
.mega-menu-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: clamp(26px, 3vw, 42px); }
.mega-menu-head h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 5vw, 76px); line-height: .88; letter-spacing: -.065em; font-weight: 400; }
.mega-menu-head p { max-width: 320px; margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.intent-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.intent-card { min-height: clamp(205px, 19vw, 285px); padding: clamp(22px, 2.2vw, 34px); display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: background-color .24s ease, color .24s ease; }
.intent-card h3 { max-width: 13ch; margin: 0; font-size: clamp(24px, 2.25vw, 36px); line-height: .96; letter-spacing: -.045em; font-weight: 400; }
.intent-card p { max-width: 28ch; margin: 18px 0 28px; color: currentColor; opacity: .7; font-size: 12px; line-height: 1.5; }
.intent-card span { margin-top: auto; padding-top: 12px; border-top: 1px solid currentColor; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.intent-new { background: #fff; }
.intent-headwear { background: #ddd8d0; }
.intent-evening { background: var(--oxblood); color: #fff; }
.intent-everyday { background: var(--ink); color: #fff; }
.intent-card:hover, .intent-card:focus-visible { background: var(--paper); color: var(--ink); }
.page-masthead { padding: clamp(26px, 2.8vw, 42px) var(--gutter) clamp(20px, 2vw, 30px); border-bottom: 1px solid var(--line); }
.page-masthead h1 { margin: 0; font-size: clamp(62px, 7.6vw, 112px); line-height: .79; letter-spacing: -.09em; font-weight: 400; }
.page-masthead h1 em { font-family: var(--serif); color: var(--oxblood); font-weight: 500; }
.masthead-meta { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 12px; }
.catalog-layout { display: grid; grid-template-columns: 260px 1fr; }
.filter-rail { padding: 38px 28px 80px var(--gutter); border-right: 1px solid var(--line); }
.filter-group { border-bottom: 1px solid var(--line); }
.filter-group button { width: 100%; min-height: 56px; padding: 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 12px; font-weight: 500; }
.filter-options { padding: 0 0 20px; display: grid; gap: 12px; }
.filter-options label { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #4f4b46; }
.filter-options input { accent-color: var(--oxblood); }
.filter-close { display: none; }
.filter-reset { width: 100%; min-height: 46px; margin-top: 24px; border: 1px solid var(--ink); padding: 0 16px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.catalog-main { padding: 16px var(--gutter) 110px 28px; }
.catalog-toolbar { min-height: 44px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.catalog-toolbar select {
  min-height: 42px;
  padding: 0 42px 0 14px;
  appearance: none;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 17px) 18px, calc(100% - 12px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  border: 0;
  border-block: 1px solid var(--ink);
  border-radius: 0;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mobile-filter-button { display: none; min-height: 44px; border: 1px solid var(--ink); padding: 0 16px; }
.catalog-main .product-grid { grid-template-columns: repeat(3, 1fr); }
.catalog-main .product-image { aspect-ratio: .86; }
.catalog-main .product-image img { filter: saturate(.76) contrast(.96); object-position: center 35%; }
.catalog-main .product-meta { min-height: 82px; padding-block: 14px; }
.product-card[hidden] { display: none; }
.listing-banner { grid-column: span 2; min-height: 560px; position: relative; padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--oxblood); color: #fff; overflow: hidden; }
.listing-banner img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .53; }
.listing-banner::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.55); }
.listing-banner > *:not(img) { position: relative; z-index: 2; }
.listing-banner h2 { max-width: 650px; margin: 0; font-size: clamp(43px, 6vw, 82px); line-height: .9; letter-spacing: -.06em; font-weight: 400; }

/* PDP */
.breadcrumbs { padding: 18px var(--gutter); border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pdp-layout { display: grid; grid-template-columns: 1.12fr .88fr; min-height: calc(100vh - 190px); }
.pdp-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.pdp-gallery figure { margin: 0; min-height: 650px; background: #ddd; overflow: hidden; }
.pdp-gallery figure:first-child { grid-column: span 2; min-height: 760px; }
.pdp-gallery img { height: 100%; object-fit: cover; }
.pdp-gallery figure:first-child img { object-position: center 28%; }
.pdp-buybox { padding: clamp(34px, 4.5vw, 66px); position: sticky; top: 0; align-self: start; }
.pdp-index { display: flex; justify-content: space-between; margin-bottom: 34px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.pdp-buybox h1 { margin: 0 0 14px; font-size: clamp(42px, 5vw, 76px); line-height: .95; font-weight: 400; letter-spacing: -.06em; }
.pdp-subtitle { color: var(--muted); }
.pdp-price { margin: 25px 0; font-size: 25px; }
.choice { padding: 17px 0; border-top: 1px solid var(--line); }
.choice-label { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.swatches { display: flex; gap: 10px; }
.swatch { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); padding: 4px; cursor: pointer; }
.swatch::after { content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; background: var(--swatch); }
.swatch[aria-pressed="true"] { border-color: var(--ink); }
.size-choice { display: flex; gap: 8px; }
.size-choice button { min-width: 76px; min-height: 44px; border: 1px solid var(--ink); }
.add-to-cart { width: 100%; min-height: 60px; margin: 10px 0 22px; background: var(--ink); color: #fff; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.add-to-cart:hover { background: var(--oxblood); }
.availability-note { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 34px; color: #5b5752; font-size: 12px; font-weight: 500; }
.detail-accordion { border-top: 1px solid var(--line); }
.detail-accordion details { border-bottom: 1px solid var(--line); }
.detail-accordion summary { min-height: 57px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 12px; }
.detail-accordion summary::after { content: "+"; }
.detail-accordion details[open] summary::after { content: "−"; }
.detail-accordion div { padding: 0 0 24px; color: #5b5752; font-size: 13px; line-height: 1.7; }
.mobile-buybar { display: none; }
.recommend-section { background: #fff; }

/* Cart */
.cart-page { padding: clamp(42px, 5vw, 72px) var(--gutter) 130px; }
.cart-page h1 { margin: 0 0 clamp(30px, 3vw, 44px); font-size: clamp(54px, 7vw, 102px); line-height: .84; letter-spacing: -.08em; font-weight: 400; }
.cart-layout { display: grid; grid-template-columns: 1.45fr .75fr; gap: clamp(50px, 8vw, 140px); }
.cart-line { display: grid; grid-template-columns: 150px 1fr auto; gap: 26px; padding: 22px 0; border-top: 1px solid var(--line); }
.cart-line img { aspect-ratio: .8; object-fit: cover; }
.cart-line h2 { margin: 4px 0 8px; font-size: 21px; font-weight: 400; }
.cart-line p { color: var(--muted); font-size: 12px; }
.quantity { display: inline-flex; border: 1px solid var(--line); }
.quantity button, .quantity span { min-width: 42px; height: 42px; display: grid; place-items: center; }
.remove-item { margin-top: 18px; padding: 0; border-bottom: 1px solid; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.cart-summary { padding: 34px; background: transparent; border-block: 1px solid var(--ink); align-self: start; position: sticky; top: 30px; }
.cart-summary h2 { margin: 0 0 35px; font-size: 28px; font-weight: 400; }
.summary-line { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); }
.summary-total { font-size: 21px; }
.checkout-demo { width: 100%; min-height: 58px; margin-top: 26px; background: var(--ink); color: #fff; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.demo-disclosure { margin: 16px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.empty-cart { padding: 80px 0; border-top: 1px solid var(--line); }

/* Stores */
.stores-hero { min-height: 670px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); color: var(--ink); }
.stores-hero-copy { padding: clamp(70px, 9vw, 140px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.stores-hero h1 { margin: 0; font-size: clamp(70px, 10vw, 155px); line-height: .8; font-weight: 400; letter-spacing: -.08em; }
.stores-hero h1 em { font-family: var(--serif); color: var(--oxblood); font-weight: 500; }
.stores-hero p { max-width: 480px; margin: 42px 0 0; color: var(--muted); font-size: 17px; }
.stores-hero figure { margin: 0; min-height: 670px; }
.stores-hero img { height: 100%; object-fit: cover; }
.locations { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-card { min-height: 330px; padding: clamp(30px, 4vw, 62px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.location-card span { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.location-card h2 { margin: auto 0 12px; font-size: clamp(38px, 5vw, 70px); font-weight: 400; letter-spacing: -.06em; }
.location-card p { margin: 0; }

.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 380px; padding: 18px 22px; background: var(--ink); color: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.25); font-size: 12px; transform: translateY(140%); transition: transform .3s ease; }
.toast.is-visible { transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero .button-row { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero h1 { font-size: 7.5vw; }
  .section-heading-row > .text-link { display: none; }
  .product-grid-four { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .edit-grid { grid-template-columns: 1fr 1fr; }
  .edit-card:last-child { grid-column: span 2; min-height: 420px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-layout { grid-template-columns: 220px 1fr; }
  .catalog-main .product-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp-layout { grid-template-columns: 1fr 1fr; }
  .pdp-gallery { grid-template-columns: 1fr; }
  .pdp-gallery figure:first-child { grid-column: auto; }
  .pdp-buybox { padding: 44px 34px; }
}

@media (max-width: 920px) {
  .desktop-nav, .text-action { display: none; }
  .menu-toggle { display: inline-grid; }
  .catalog-mega-menu { display: none !important; }
}

@media (max-width: 760px) {
  .concept-note { display: none; }
  .service-bar { min-height: 30px; justify-content: space-between; padding: 0 14px; gap: 8px; font-size: 8px; }
  .service-bar span:nth-child(2) { display: none; }
  .service-bar span:not(:last-child)::after { display: none; }
  .site-header { height: 66px; padding: 0 10px; }
  .wordmark { font-size: 30px; }
  .header-actions { gap: 0; }
  .cart-link span { display: none; }
  .mobile-menu, .search-panel { top: 126px; }
  .section { padding: 82px 16px; }
  .eyebrow { margin-bottom: 20px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(42px, 14vw, 65px); }
  .section-heading-row { align-items: flex-start; }
  .section-heading-row > .text-link { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; background: var(--paper); }
  .hero-copy { padding: 56px 16px 42px; order: 1; }
  .hero h1 { font-size: clamp(60px, 18vw, 82px); }
  .hero-lede { margin: 34px 0; font-size: 15px; }
  .hero-media { min-height: 520px; order: 2; }
  .hero-media img { object-position: 62% center; }
  .hero-stamp { bottom: -2vw; font-size: 46vw; color: transparent; -webkit-text-stroke-color: rgba(255,255,255,.5); }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .category-card { min-height: 68vw; }
  .category-card-wide { grid-column: span 2; min-height: 112vw; }
  .category-name { left: 14px; bottom: 14px; font-size: 17px; }
  .category-number { left: 14px; top: 14px; }
  .category-arrow { right: 14px; bottom: 14px; }
  .product-grid-four { gap: 7px; row-gap: 30px; }
  .product-meta { min-height: 110px; display: grid; }
  .product-meta strong { font-size: 12px; }
  .product-meta a { font-size: 12px; }
  .edit-grid { grid-template-columns: 1fr; gap: 6px; }
  .edit-card, .edit-card:last-child { grid-column: auto; min-height: 118vw; }
  .edit-card h3 { font-size: 17vw; }
  .editorial-section { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .editorial-copy { padding: 60px 16px; }
  .editorial-copy h2 { font-size: 14vw; }
  .editorial-image { height: 90vw; min-height: 0; }
  .store-section { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .store-section figure { min-height: 115vw; }
  .store-copy { padding: 76px 16px; }
  .store-copy h2 { font-size: 22vw; }
  .store-copy li { font-size: 12px; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
  .footer-wordmark { padding: 38px 0 14px; font-size: 24vw; line-height: .9; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 44px 0; gap: 48px 20px; }
  .footer-note { grid-column: span 2; }

  .page-masthead { padding: 40px 16px 28px; }
  .masthead-meta { margin-bottom: 22px; }
  .page-masthead h1 { font-size: 20vw; }
  .catalog-layout { display: block; }
  .filter-rail { display: none; position: fixed; z-index: 70; inset: 0; padding: 72px 22px; background: var(--paper); overflow: auto; border: 0; }
  .filter-rail.is-open { display: block; }
  .filter-close { display: block; position: absolute; top: 15px; right: 15px; }
  .catalog-main { padding: 12px 16px 80px; }
  .mobile-filter-button { display: inline-flex; align-items: center; }
  .catalog-toolbar { position: sticky; top: 0; z-index: 10; background: var(--paper); }
  .catalog-toolbar > span { display: none; }
  .catalog-toolbar select { width: min(56vw, 208px); min-width: 0; padding: 0 34px 0 10px; background-position: calc(100% - 15px) 18px, calc(100% - 10px) 18px; font-size: 9px; }
  .catalog-main .product-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; row-gap: 28px; }
  .listing-banner { grid-column: span 2; min-height: 125vw; padding: 24px; }
  .listing-banner h2 { font-size: 14vw; }

  .breadcrumbs { padding: 14px 16px; white-space: nowrap; overflow: hidden; }
  .pdp-layout { grid-template-columns: 1fr; }
  .pdp-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .pdp-gallery::-webkit-scrollbar { display: none; }
  .pdp-gallery figure, .pdp-gallery figure:first-child { min-width: 100%; min-height: 126vw; scroll-snap-align: start; }
  .pdp-buybox { position: static; padding: 48px 16px 80px; }
  .pdp-buybox h1 { font-size: 14vw; }
  .mobile-buybar { position: fixed; z-index: 35; left: 0; right: 0; bottom: 0; min-height: 72px; padding: 9px 12px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; align-items: center; background: rgba(244,241,235,.97); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .25s; }
  .mobile-buybar.is-visible { transform: translateY(0); }
  .mobile-buybar strong { font-size: 16px; }
  .mobile-buybar button { height: 52px; background: var(--ink); color: #fff; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }

  .cart-page { padding: 44px 16px 100px; }
  .cart-page h1 { margin-bottom: 32px; font-size: 18vw; }
  .cart-layout { grid-template-columns: 1fr; gap: 50px; }
  .cart-line { grid-template-columns: 105px 1fr; gap: 18px; }
  .cart-line > strong { grid-column: 2; }
  .cart-summary { position: static; padding: 26px 20px; }

  .stores-hero { grid-template-columns: 1fr; }
  .stores-hero-copy { padding: 72px 16px; }
  .stores-hero h1 { font-size: 22vw; }
  .stores-hero figure { min-height: 112vw; }
  .locations { grid-template-columns: 1fr; }
  .location-card { min-height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .concept-note, .service-bar, .site-header, .mobile-buybar { display: none; }
}
