:root {
  --ink: #171714;
  --paper: #f8f7f2;
  --stone: #e9e5dc;
  --line: #dedbd2;
  --muted: #77756e;
  --accent: #a7352a;
  --dark: #141411;
  --shell: min(1440px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.35; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 1000; top: 10px; left: 10px; width: auto; height: auto; padding: 10px 14px; color: white; background: black; clip: auto; }
.section-shell { width: var(--shell); margin: 0 auto; }
.eyebrow { margin: 0 0 11px; color: #5f5d55; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 23px; border: 1px solid var(--ink); background: var(--ink); color: white; font-size: 11px; font-weight: 700; letter-spacing: .12em; cursor: pointer; transition: .22s ease; }
.button:hover { background: transparent; color: var(--ink); }
.button--light { border-color: #fff; background: #fff; color: var(--ink); }
.button--light:hover { background: transparent; color: #fff; }
.underlined-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; padding: 0 0 5px; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.underlined-link span { font-size: 16px; line-height: 10px; transition: transform .18s ease; }
.underlined-link:hover span { transform: translateX(4px); }

.announcement { height: 31px; overflow: hidden; color: #fff; background: var(--dark); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.announcement__track { display: flex; align-items: center; justify-content: center; gap: 24px; min-width: max-content; height: 31px; animation: notice 28s linear infinite; }
.announcement i { display: block; width: 3px; height: 3px; border-radius: 50%; background: #bbb8ad; }
@keyframes notice { from { transform: translateX(0); } to { transform: translateX(-12%); } }

.site-header { position: sticky; z-index: 40; top: 0; background: rgba(248, 247, 242, .97); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 3px 14px rgba(0,0,0,.04); }
.header-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: var(--shell); min-height: 79px; margin: 0 auto; }
.brand { display: inline-flex; align-items: baseline; font-size: 20px; font-weight: 400; letter-spacing: .19em; line-height: 1; white-space: nowrap; }
.brand span { font-weight: 700; }
.desktop-nav { display: flex; align-items: stretch; justify-content: center; gap: 23px; height: 79px; }
.desktop-nav > a, .nav-parent { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; background: none; font-size: 11px; letter-spacing: .055em; white-space: nowrap; cursor: pointer; }
.desktop-nav > a::after, .nav-parent::after { position: absolute; bottom: 19px; left: 0; width: 0; height: 1px; background: currentColor; content: ""; transition: width .18s ease; }
.desktop-nav > a, .nav-parent { position: relative; }
.desktop-nav > a:hover::after, .nav-parent:hover::after, .nav-parent[aria-expanded="true"]::after { width: 100%; }
.nav-parent svg { width: 12px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.header-actions { display: flex; align-items: center; justify-content: end; gap: 15px; }
.icon-button, .cart-button { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-button svg, .cart-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.menu-trigger { display: none; }
.cart-button { position: relative; margin-left: 1px; }
.cart-count { position: absolute; top: 0; right: -4px; display: grid; min-width: 15px; height: 15px; padding: 0 3px; border-radius: 50%; place-items: center; color: white; background: var(--ink); font-size: 8px; line-height: 1; }
.mega-menu { position: absolute; top: 100%; left: 50%; display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 58px; width: min(920px, calc(100vw - 64px)); padding: 34px 42px 36px; transform: translateX(-50%); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 20px 45px rgba(0,0,0,.09); }
.mega-menu > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.mega-menu p { margin: 0 0 7px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.mega-menu a { color: #625f57; font-size: 12px; }
.mega-menu a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.mega-menu__offer { justify-content: center; min-height: 150px; padding: 24px 28px; color: #fff; background: #202019; }
.mega-menu__offer span { color: #bebba9; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.mega-menu__offer strong { font-size: 21px; font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.mega-menu__offer a { color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mega-menu__offer a span { margin-left: 6px; color: #fff; font-size: 15px; }

.hero { position: relative; overflow: hidden; width: 100%; background: #ddd8cf; }
.hero picture, .hero img { display: block; width: 100%; }
.hero img { min-height: 360px; max-height: calc(100vh - 110px); object-fit: cover; object-position: center; }
.hero-link { position: absolute; inset: 0; }
.intro-section { display: grid; grid-template-columns: 1.15fr .75fr; column-gap: 64px; padding: clamp(66px, 8vw, 126px) 4.3vw; }
.intro-section .eyebrow { grid-column: 1; }
.intro-section h1 { grid-column: 1; margin: 0; font-size: clamp(29px, 3.3vw, 53px); font-weight: 400; letter-spacing: -.055em; line-height: .99; }
.intro-section .underlined-link { grid-column: 1; width: fit-content; margin-top: 31px; }
.intro-copy { align-self: end; grid-column: 2; grid-row: 1 / span 3; max-width: 410px; margin: 0 0 4px; color: #58564f; font-size: 15px; line-height: 1.65; }
.feature-band { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 560px; color: #fff; background: #24251e; }
.feature-band__image { min-height: 460px; overflow: hidden; }
.feature-band__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; filter: saturate(.85) contrast(.95); }
.feature-band__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px clamp(35px, 7vw, 120px); }
.feature-band__copy .eyebrow { color: #c5c1ae; }
.feature-band__copy h2 { margin: 0; font-size: clamp(36px, 4vw, 63px); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.feature-band__copy > p:not(.eyebrow) { max-width: 310px; margin: 25px 0 32px; color: #d8d6cb; font-size: 14px; line-height: 1.65; }

.collection-section { padding-top: clamp(62px, 7vw, 104px); padding-bottom: clamp(62px, 7vw, 104px); }
.collection-section--stone { width: 100%; padding-right: max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); padding-left: max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); background: var(--stone); }
.collection-section--black { width: 100%; padding-right: max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); padding-left: max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); color: #f6f5ef; background: #1c1c18; }
.collection-section--black .eyebrow { color: #c7c4b8; }
.collection-section--black .product-card__info { color: #f6f5ef; }
.collection-section--black .product-card__title { color: #f4f2e9; }
.collection-section--black .underlined-link { color: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2, .trend-strip h2 { margin: 0; font-size: clamp(30px, 3.2vw, 44px); font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(15px, 1.8vw, 28px); }
.product-card { position: relative; min-width: 0; }
.product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: .735; background: #e9e8e2; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s cubic-bezier(.2,.65,.25,1); }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.sale-badge { position: absolute; top: 11px; left: 11px; z-index: 1; padding: 6px 8px; color: #fff; background: var(--accent); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.quick-add { position: absolute; right: 11px; bottom: 11px; left: 11px; display: flex; align-items: center; justify-content: space-between; padding: 12px 13px; transform: translateY(8px); border: 0; color: #fff; background: rgba(23,23,20,.92); opacity: 0; font-size: 10px; font-weight: 700; letter-spacing: .11em; cursor: pointer; transition: .24s ease; }
.quick-add span { font-size: 17px; line-height: 8px; }
.product-card:hover .quick-add { transform: translateY(0); opacity: 1; }
.product-card__info { padding-top: 13px; }
.product-card__title { display: -webkit-box; overflow: hidden; height: 35px; margin: 0; color: #2a2925; font-size: 12px; font-weight: 400; line-height: 1.42; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-top: 8px; }
.price { color: #a02c25; font-size: 13px; font-weight: 700; }
.card-dot { display: inline-flex; align-items: center; gap: 4px; color: #77736b; font-size: 10px; }
.card-dot::before { width: 6px; height: 6px; border-radius: 50%; background: #606f57; content: ""; }

.trend-strip { overflow: hidden; padding: clamp(58px, 7vw, 100px) 0; color: #fff; background: #2b2b26; }
.trend-strip .eyebrow { color: #c9c7b9; }
.trend-strip__top { position: relative; margin-bottom: 30px; }
.slider-controls { position: absolute; right: 0; bottom: 0; display: flex; gap: 9px; }
.slider-controls button { width: 38px; height: 38px; border: 1px solid #707067; color: #fff; background: transparent; font-size: 19px; cursor: pointer; transition: .2s; }
.slider-controls button:hover { color: var(--ink); background: #fff; }
.trend-scroll { display: grid; grid-auto-columns: minmax(225px, 22vw); grid-auto-flow: column; gap: 18px; width: var(--shell); margin: 0 auto; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scrollbar-width: none; }
.trend-scroll::-webkit-scrollbar { display: none; }
.trend-scroll .product-card__info { color: white; }
.trend-scroll .product-card__title { color: white; }
.trend-scroll .price { color: #f1d1ca; }
.trend-scroll .card-dot { color: #b1aea2; }

.dual-feature { display: grid; grid-template-columns: 1fr 1fr; }
.dual-feature__card { position: relative; min-height: clamp(400px, 52vw, 760px); overflow: hidden; background: #25241f; }
.dual-feature__card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.55)); content: ""; }
.dual-feature__card img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform .55s ease; }
.dual-feature__card:hover img { transform: scale(1.035); }
.dual-feature__card div { position: absolute; z-index: 1; right: 34px; bottom: 31px; left: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; color: white; }
.dual-feature__card p { margin: 0; font-size: clamp(19px, 2.3vw, 34px); font-weight: 400; letter-spacing: -.04em; }
.dual-feature__card a { border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 10px; font-weight: 700; letter-spacing: .12em; white-space: nowrap; }
.dual-feature__card a span { margin-left: 4px; font-size: 15px; }

.newsletter { padding: clamp(62px, 8vw, 116px) 0; background: #d9d4c6; }
.newsletter__inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.newsletter h2 { margin: 0; font-size: clamp(27px, 3.2vw, 45px); font-weight: 400; letter-spacing: -.055em; line-height: 1.03; }
.newsletter-form { display: flex; width: min(450px, 100%); border-bottom: 1px solid var(--ink); }
.newsletter-form input { min-width: 0; flex: 1; padding: 12px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.newsletter-form input::placeholder { color: #6d6a62; }
.newsletter-form button { padding: 0 0 10px 18px; border: 0; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .1em; cursor: pointer; white-space: nowrap; }
.newsletter-form button span { font-size: 16px; }

.site-footer { color: #e7e5de; background: #1a1a17; }
.footer-shell { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 38px; width: var(--shell); padding: 63px 0 52px; margin: 0 auto; }
.footer-brand .brand { color: #fff; }
.footer-brand p { max-width: 220px; margin: 16px 0 18px; color: #aaa79d; font-size: 13px; line-height: 1.5; }
.footer-brand > a:not(.brand) { color: #e1ded3; font-size: 12px; }
.footer-shell h3 { margin: 0 0 16px; color: #8e8b80; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.footer-shell > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-shell > div:not(.footer-brand) a { color: #e7e5de; font-size: 12px; }
.footer-shell a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; width: var(--shell); padding: 18px 0; margin: 0 auto; border-top: 1px solid #3b3a35; color: #858278; font-size: 10px; }

.mobile-menu, .cart-drawer { position: fixed; z-index: 80; top: 0; bottom: 0; width: min(396px, 88vw); padding: 0 23px; overflow-y: auto; color: var(--ink); background: var(--paper); box-shadow: 6px 0 35px rgba(0,0,0,.12); transition: transform .3s cubic-bezier(.2,.68,.26,1); }
.mobile-menu { left: 0; transform: translateX(-105%); }
.mobile-menu.is-open { transform: translateX(0); }
.cart-drawer { right: 0; transform: translateX(105%); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; min-height: 73px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 16px; font-weight: 400; letter-spacing: -.02em; }
.drawer-head h2 span { color: var(--muted); font-size: 12px; }
.close-menu, .close-cart, .close-search { position: relative; }
.close-menu span, .close-cart span, .close-search span { position: absolute; width: 20px; height: 1px; background: var(--ink); transform: rotate(45deg); }
.close-menu span:last-child, .close-cart span:last-child, .close-search span:last-child { transform: rotate(-45deg); }
.drawer-search { display: flex; align-items: center; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.drawer-search svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.drawer-search input { width: 100%; padding: 5px 0; border: 0; outline: 0; background: transparent; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav > a, .mobile-menu summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.mobile-menu details { border-bottom: 1px solid var(--line); }
.mobile-menu details summary { cursor: pointer; list-style: none; }
.mobile-menu details summary::-webkit-details-marker { display: none; }
.mobile-menu details[open] summary span { transform: rotate(45deg); }
.mobile-menu details > a { display: block; padding: 7px 0 7px 13px; color: #615f58; font-size: 12px; }
.mobile-menu details > a:last-child { padding-bottom: 16px; }
.drawer-foot { display: flex; gap: 18px; padding: 22px 0; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.scrim { position: fixed; z-index: 70; inset: 0; background: rgba(0,0,0,.38); }
body.is-locked { overflow: hidden; }

.cart-items { display: grid; gap: 17px; padding: 22px 0; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 13px; }
.cart-item img { width: 78px; height: 101px; object-fit: cover; }
.cart-item h3 { margin: 2px 0 8px; font-size: 12px; font-weight: 400; line-height: 1.35; }
.cart-item p { margin: 0; color: #a02c25; font-size: 12px; font-weight: 700; }
.cart-item button { align-self: start; padding: 0; border: 0; color: #77756e; background: none; font-size: 17px; cursor: pointer; }
.cart-empty { display: grid; min-height: calc(100vh - 75px); place-content: center; justify-items: center; gap: 14px; text-align: center; }
.cart-empty svg { width: 38px; fill: none; stroke: #827f75; stroke-width: 1; }
.cart-empty p { margin: 0 0 6px; color: #55534d; }
.cart-footer { position: sticky; bottom: 0; padding: 20px 0 24px; border-top: 1px solid var(--line); background: var(--paper); }
.cart-footer > div { display: flex; justify-content: space-between; font-size: 14px; }
.cart-footer > div strong { color: #a02c25; }
.cart-footer p { margin: 10px 0 15px; color: var(--muted); font-size: 10px; }
.cart-footer .button { width: 100%; }

.search-panel { position: fixed; z-index: 90; inset: 0; overflow-y: auto; background: var(--paper); }
.search-panel__head { display: flex; align-items: center; gap: 16px; min-height: 93px; }
.search-panel__head form { display: flex; flex: 1; align-items: center; gap: 14px; border-bottom: 1px solid var(--ink); }
.search-panel__head form svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-panel__head input { width: 100%; padding: 13px 0; border: 0; outline: 0; background: transparent; font-size: clamp(20px, 2vw, 28px); }
.search-results { padding-top: 36px; padding-bottom: 65px; }
.search-status { color: #6e6b62; font-size: 13px; }
.search-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 23px; }
.search-grid .product-card { margin-top: 18px; }

.feedback-button { position: fixed; z-index: 25; top: 52%; right: 0; padding: 13px 8px; transform: rotate(-90deg) translateX(50%); transform-origin: right bottom; border: 0; color: #fff; background: #22221e; font-size: 10px; letter-spacing: .08em; cursor: pointer; }
.toast { position: fixed; z-index: 150; right: 24px; bottom: 25px; max-width: calc(100vw - 48px); padding: 13px 16px; transform: translateY(15px); color: #fff; background: #20201c; box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: 12px; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }

/* Detail page */
.product-card__link { display: block; width: 100%; height: 100%; }
.product-card__link img { width: 100%; height: 100%; object-fit: cover; }
.detail-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid var(--line); background: rgba(248, 247, 242, .97); }
.detail-header__shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--shell); min-height: 72px; margin: 0 auto; }
.detail-header nav { display: flex; align-items: center; gap: 25px; }
.detail-header nav a { position: relative; font-size: 10px; letter-spacing: .06em; }
.detail-header nav a::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.detail-header nav a:hover::after { transform: scaleX(1); }
.detail-header__actions { display: flex; justify-content: end; gap: 13px; }
.detail-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.detail-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.detail-bag span { position: absolute; top: -1px; right: -6px; display: grid; min-width: 15px; height: 15px; padding: 0 3px; border-radius: 50%; place-items: center; color: white; background: var(--ink); font-size: 8px; }
.detail-shell { width: var(--shell); margin: 0 auto; }
.breadcrumbs { display: flex; gap: 8px; overflow: hidden; padding: 20px 0; color: #76736a; font-size: 10px; letter-spacing: .025em; white-space: nowrap; }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs strong { overflow: hidden; color: #4f4d47; font-weight: 400; text-overflow: ellipsis; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: start; gap: clamp(37px, 5vw, 90px); padding-bottom: clamp(70px, 8vw, 120px); }
.detail-gallery { position: sticky; top: 95px; display: grid; grid-template-columns: 77px minmax(0, 1fr); gap: 12px; }
.detail-thumbnails { display: flex; flex-direction: column; gap: 10px; }
.detail-thumbnails button { width: 100%; aspect-ratio: .75; padding: 0; overflow: hidden; border: 1px solid transparent; background: #e6e4dd; cursor: pointer; transition: border-color .18s; }
.detail-thumbnails button.selected { border-color: var(--ink); }
.detail-thumbnails img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.detail-main-image { position: relative; overflow: hidden; aspect-ratio: .78; background: #eeece5; }
.detail-main-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.detail-image-count { position: absolute; z-index: 1; right: 13px; bottom: 13px; padding: 6px 8px; color: #fff; background: rgba(24,24,21,.76); font-size: 9px; letter-spacing: .04em; }
.detail-summary { min-width: 0; padding: 2px 0 0; }
.detail-kicker { margin: 0 0 11px; color: #6c6960; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.detail-summary h1 { margin: 0; font-size: clamp(25px, 2.6vw, 38px); font-weight: 400; letter-spacing: -.055em; line-height: 1.08; }
.review-line { display: flex; align-items: center; gap: 11px; margin-top: 17px; font-size: 11px; }
.stars { color: #a53229; font-size: 12px; letter-spacing: 1px; }
.review-line a { color: #55524a; text-decoration: underline; text-underline-offset: 3px; }
.detail-price-row { display: flex; align-items: center; gap: 13px; margin-top: 20px; }
.detail-price { color: #a02c25; font-size: 25px; font-weight: 700; letter-spacing: -.025em; }
.detail-save { padding: 5px 7px; color: #fff; background: var(--accent); font-size: 8px; font-weight: 700; letter-spacing: .09em; }
.detail-note { margin: 6px 0 20px; color: #77746b; font-size: 10px; }
.detail-promo { display: flex; align-items: flex-start; gap: 11px; padding: 13px 14px; border: 1px solid #d7d2c8; background: #f0ede5; }
.detail-promo > span { padding-top: 2px; color: #a53229; font-size: 14px; }
.detail-promo p { margin: 0; font-size: 11px; line-height: 1.45; }
.detail-promo small { color: #67645c; font-size: 10px; }
.viewing-line { display: flex; align-items: center; gap: 5px; margin: 15px 0 21px; color: #5b5850; font-size: 10px; }
.viewing-line > span { width: 7px; height: 7px; border-radius: 50%; background: #b3392e; box-shadow: 0 0 0 3px rgba(179,57,46,.12); }
.purchase-form { display: grid; gap: 19px; }
.purchase-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.purchase-form legend { display: flex; justify-content: space-between; width: 100%; margin-bottom: 10px; font-size: 11px; }
.size-guide-link { color: #666259; text-decoration: underline; text-underline-offset: 3px; }
.swatch-row, .size-row { display: flex; flex-wrap: wrap; gap: 8px; }
.swatch { width: 29px; height: 29px; padding: 3px; border: 1px solid transparent; border-radius: 50%; background: #d9d4c8; background-clip: content-box; cursor: pointer; }
.swatch.selected { border-color: var(--ink); }
.swatch--dark { background-color: #353630; }
.swatch--red { background-color: #a9382c; }
.size-row button { min-width: 46px; height: 35px; padding: 0 11px; border: 1px solid #cdc9bf; background: transparent; font-size: 11px; cursor: pointer; transition: .16s ease; }
.size-row button.selected, .size-row button:hover { border-color: var(--ink); color: #fff; background: var(--ink); }
.purchase-actions { display: grid; grid-template-columns: 112px 1fr; gap: 10px; }
.quantity-control { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; height: 48px; border: 1px solid #c9c6bd; }
.quantity-control button { height: 100%; padding: 0; border: 0; background: transparent; font-size: 18px; cursor: pointer; }
.quantity-control output { text-align: center; font-size: 12px; }
.add-product-button, .buy-now-button { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 17px; border: 1px solid var(--ink); color: #fff; background: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; cursor: pointer; transition: .2s ease; }
.add-product-button:hover { color: var(--ink); background: transparent; }
.add-product-button span { font-size: 10px; font-weight: 400; letter-spacing: 0; }
.add-product-button b { font-weight: 700; }
.buy-now-button { justify-content: center; border-color: #aa3429; color: white; background: #aa3429; }
.buy-now-button:hover { color: #aa3429; background: transparent; }
.detail-benefits { display: grid; gap: 12px; padding: 20px 0; margin-top: 23px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-benefits > div { display: flex; align-items: center; gap: 10px; }
.detail-benefits svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.detail-benefits p { margin: 0; color: #716e65; font-size: 10px; line-height: 1.5; }
.detail-benefits b { color: #2b2a25; font-size: 11px; }
.detail-summary details { border-bottom: 1px solid var(--line); }
.detail-summary summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; list-style: none; font-size: 12px; cursor: pointer; }
.detail-summary summary::-webkit-details-marker { display: none; }
.detail-summary summary span { font-size: 16px; font-weight: 300; transition: transform .2s; }
.detail-summary details[open] summary span { transform: rotate(45deg); }
.detail-summary details > div { padding: 0 0 16px; color: #656259; font-size: 12px; line-height: 1.6; }
.detail-summary details p { margin: 0; }
.detail-summary details ul { padding-left: 19px; margin: 10px 0 0; }
.detail-story { padding: clamp(70px, 9vw, 136px) 0; color: #fff; background: #262720; }
.detail-story__shell { display: grid; grid-template-columns: 1.15fr .85fr; width: var(--shell); margin: 0 auto; }
.detail-story .eyebrow { grid-column: 1; color: #bebcae; }
.detail-story h2 { grid-column: 1; margin: 0; font-size: clamp(43px, 5.6vw, 82px); font-weight: 400; letter-spacing: -.07em; line-height: .9; }
.detail-story p:last-child { align-self: end; grid-column: 2; grid-row: 1 / span 2; max-width: 345px; margin: 0 0 6px; color: #d0cec3; font-size: 14px; line-height: 1.65; }
.related-section { padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(70px, 8vw, 115px); }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(15px, 1.8vw, 28px); }
.product-reviews { display: grid; grid-template-columns: .75fr .65fr 1fr; gap: 30px; padding: 40px 0 70px; border-top: 1px solid var(--line); }
.product-reviews h2 { margin: 0; font-size: 33px; font-weight: 400; letter-spacing: -.055em; }
.review-summary { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; color: #656159; font-size: 10px; }
.review-summary__score { color: var(--ink); font-size: 30px; font-weight: 400; line-height: 1; }
.product-reviews article { align-self: center; padding-left: 28px; border-left: 1px solid var(--line); }
.product-reviews article p { margin: 0 0 10px; font-size: 14px; line-height: 1.6; }
.product-reviews article span { color: #77736a; font-size: 10px; }
.site-footer--compact .footer-bottom { min-height: 56px; align-items: center; padding: 0; border: 0; }
.detail-toast { position: fixed; z-index: 150; right: 24px; bottom: 25px; max-width: calc(100vw - 48px); padding: 13px 16px; transform: translateY(15px); color: #fff; background: #20201c; box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: 12px; opacity: 0; pointer-events: none; transition: .2s ease; }
.detail-toast.is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 1080px) {
  :root { --shell: min(1440px, calc(100vw - 40px)); }
  .desktop-nav { gap: 15px; }
  .desktop-nav > a, .nav-parent { font-size: 10px; }
  .footer-shell { grid-template-columns: 1.55fr repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100vw - 32px); }
  .announcement__track { justify-content: flex-start; padding-left: 16px; animation-duration: 20s; }
  .header-shell { min-height: 64px; }
  .desktop-nav, .account-trigger { display: none; }
  .menu-trigger { display: inline-flex; justify-self: start; }
  .brand { font-size: 17px; letter-spacing: .16em; }
  .header-actions { gap: 8px; }
  .hero img { min-height: 510px; max-height: none; object-position: center top; }
  .intro-section { display: block; padding: 70px 4vw 74px; }
  .intro-section h1 { font-size: clamp(31px, 8vw, 48px); }
  .intro-copy { max-width: 610px; margin: 35px 0 0; font-size: 14px; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band__image { min-height: 440px; max-height: 600px; }
  .feature-band__copy { min-height: 400px; padding: 60px 8vw; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-grid .product-card:nth-child(n+7) { display: none; }
  .footer-shell { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 14px; }
  .newsletter__inner { display: block; }
  .newsletter-form { margin-top: 34px; }
  .search-grid { grid-template-columns: repeat(3, 1fr); }
  .detail-header__shell { grid-template-columns: 1fr auto; min-height: 62px; }
  .detail-header nav { display: none; }
  .product-detail { grid-template-columns: 1fr; gap: 34px; }
  .detail-gallery { position: relative; top: auto; grid-template-columns: 65px minmax(0, 1fr); }
  .detail-main-image { max-height: 760px; }
  .detail-story__shell { grid-template-columns: 1fr; gap: 28px; }
  .detail-story p:last-child { grid-column: 1; grid-row: auto; }
  .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-reviews { grid-template-columns: 1fr 1fr; }
  .product-reviews article { grid-column: 1 / -1; padding-top: 25px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 26px); }
  .announcement { height: 29px; }
  .announcement__track { height: 29px; gap: 17px; font-size: 8px; }
  .header-shell { min-height: 57px; }
  .site-header .brand { font-size: 15px; }
  .hero img { min-height: 540px; }
  .intro-section { padding: 54px 0 57px; }
  .intro-section h1 { font-size: 33px; }
  .feature-band__image { min-height: 365px; }
  .feature-band__copy { min-height: 340px; padding: 52px 7vw; }
  .feature-band__copy h2 { font-size: 42px; }
  .collection-section { padding-top: 55px; padding-bottom: 58px; }
  .section-heading { align-items: start; margin-bottom: 23px; }
  .section-heading .underlined-link { margin-top: 16px; font-size: 8px; }
  .section-heading h2, .trend-strip h2 { font-size: 32px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 10px; }
  .product-grid .product-card:nth-child(n+5) { display: none; }
  .product-card__title { height: 34px; font-size: 11px; }
  .quick-add { display: none; }
  .sale-badge { top: 7px; left: 7px; padding: 5px 6px; font-size: 7px; }
  .product-card__meta { margin-top: 6px; }
  .price { font-size: 12px; }
  .trend-strip { padding: 55px 0; }
  .trend-scroll { grid-auto-columns: 62vw; gap: 11px; }
  .slider-controls { bottom: -5px; }
  .slider-controls button { width: 32px; height: 32px; }
  .dual-feature { grid-template-columns: 1fr; }
  .dual-feature__card { min-height: 465px; }
  .dual-feature__card div { right: 19px; bottom: 21px; left: 19px; }
  .newsletter { padding: 58px 0; }
  .newsletter h2 { font-size: 33px; }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 34px 20px; padding: 49px 0 42px; }
  .footer-shell > div:last-child { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .feedback-button { display: none; }
  .search-grid { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .detail-header__shell { min-height: 57px; }
  .detail-header .brand { font-size: 15px; }
  .breadcrumbs { padding: 14px 0; font-size: 9px; }
  .product-detail { gap: 28px; padding-bottom: 63px; }
  .detail-gallery { grid-template-columns: 52px minmax(0, 1fr); gap: 8px; }
  .detail-thumbnails { gap: 7px; }
  .detail-summary h1 { font-size: 27px; }
  .detail-price { font-size: 23px; }
  .purchase-actions { grid-template-columns: 96px 1fr; }
  .quantity-control { height: 47px; }
  .add-product-button { padding: 0 12px; font-size: 9px; letter-spacing: .07em; }
  .detail-story { padding: 67px 0; }
  .detail-story h2 { font-size: 50px; }
  .detail-story p:last-child { font-size: 13px; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 10px; }
  .product-reviews { grid-template-columns: 1fr; gap: 20px; padding: 35px 0 52px; }
  .product-reviews article { grid-column: auto; }
  .site-footer--compact .footer-bottom { min-height: 68px; }
}

/* Sale / original price */
.price-row { display: inline-flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price--sale { color: #a02c25; font-size: 13px; font-weight: 700; }
.price--original { color: #9a968c; font-size: 12px; font-weight: 400; text-decoration: line-through; }
.detail-price-original { color: #9a968c; font-size: 16px; font-weight: 400; text-decoration: line-through; }
.cart-item-meta { margin: 0 0 4px !important; color: #777 !important; font-size: 11px !important; font-weight: 400 !important; }

/* Reviews */
.product-reviews { display: block; padding: 48px 0 80px; border-top: 1px solid var(--line); }
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.reviews-header h2 { margin: 0; font-size: clamp(28px, 3vw, 36px); font-weight: 400; letter-spacing: -.055em; }
.review-summary { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; color: #656159; font-size: 11px; }
.review-summary__score { color: var(--ink); font-size: 32px; font-weight: 400; line-height: 1; }
.reviews-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.review-card { padding: 20px 22px; border: 1px solid var(--line); background: #fff; }
.review-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.review-card__date { color: #8a877c; font-size: 10px; }
.review-card p { margin: 0 0 12px; font-size: 13px; line-height: 1.6; color: #2a2925; }
.review-card__author { color: #77736a; font-size: 11px; }
@media (max-width: 700px) {
  .reviews-list { grid-template-columns: 1fr; }
}

/* Size guide */
.size-guide-block { margin-top: 8px; }
.size-guide-block p { margin: 0 0 10px; font-size: 13px; line-height: 1.55; color: #2a2925; }
.size-guide-block ul { margin: 0 0 12px; padding-left: 18px; font-size: 13px; line-height: 1.55; color: #2a2925; }
.size-guide-note { margin-top: 12px !important; color: #666 !important; font-size: 12px !important; }
.size-table-wrap { overflow-x: auto; margin: 12px 0; }
.size-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.size-table th, .size-table td { padding: 8px 10px; border: 1px solid var(--line); text-align: left; white-space: nowrap; }
.size-table th { background: #f5f3ec; font-weight: 600; letter-spacing: .04em; font-size: 11px; }
.size-table tbody tr:nth-child(even) { background: #faf9f5; }
.size-guide-link { margin-left: 8px; font-size: 11px; font-weight: 600; letter-spacing: .04em; color: #666; text-decoration: underline; }

/* ========== Floating quick actions (cart + scroll-to-variant) ========== */
.float-actions {
  position: fixed;
  z-index: 60;
  right: 18px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}
.float-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.float-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.float-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}
.float-btn:active { transform: translateY(0); }
.float-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.float-btn--cart {
  color: #fff;
  background: #1a1a17;
}
.float-btn--cart .float-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #a02c25;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.float-btn--cart .float-count:empty,
.float-btn--cart .float-count[data-empty="1"] {
  display: none;
}
.float-btn--up {
  color: #1a1a17;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
}
@media (max-width: 700px) {
  .float-actions {
    right: 14px;
    bottom: 18px;
    gap: 9px;
  }
  .float-btn {
    width: 46px;
    height: 46px;
  }
}
