.s08-page {
  --s08-black: #090a09;
  --s08-black-2: #151512;
  --s08-ivory: #f5f1e9;
  --s08-cream: #e9dfd0;
  --s08-stone: #b7ac9c;
  --s08-ink: #1a1a17;
  --s08-muted: #6e685f;
  --s08-gold: #bd9761;
  --s08-gold-dark: #89683e;
  --s08-white: #fffdf8;
  --s08-success: #4a7259;
  --s08-error: #9c443e;
  --s08-container: min(1360px, calc(100vw - 96px));
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--s08-ivory);
  color: var(--s08-ink);
  font: 15px/1.55 Arial, "Helvetica Neue", sans-serif;
}

.s08-page *, .s08-page *::before, .s08-page *::after { box-sizing: border-box; }
.s08-page img { display: block; width: 100%; height: 100%; object-fit: cover; }
.s08-page a { color: inherit; text-decoration: none; }
.s08-page button, .s08-page input, .s08-page select, .s08-page textarea { color: inherit; font: inherit; }
.s08-page button, .s08-page select { cursor: pointer; }
.s08-page button { border: 0; background: none; }
.s08-page h1, .s08-page h2, .s08-page h3, .s08-page p { margin-top: 0; }
.s08-page h1, .s08-page h2, .s08-page h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.s08-page h1 { margin-bottom: 24px; font-size: clamp(46px, 5vw, 76px); line-height: .98; letter-spacing: -.035em; }
.s08-page h2 { margin-bottom: 24px; font-size: clamp(30px, 3vw, 46px); line-height: 1.05; letter-spacing: -.025em; }
.s08-page h3 { margin-bottom: 8px; font-size: 21px; line-height: 1.15; }
.s08-page :focus-visible { outline: 2px solid var(--s08-gold); outline-offset: 3px; }
.s08-page .s08-container { width: var(--s08-container); margin-inline: auto; }
.s08-page .s08-label, .s08-page .s08-eyebrow { margin-bottom: 12px; color: var(--s08-gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.s08-page .s08-section { padding: 78px 0; }
.s08-page .s08-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; border-bottom: 1px solid color-mix(in srgb, var(--s08-stone) 55%, transparent); }
.s08-page .s08-section-head > a { margin-bottom: 25px; border-bottom: 1px solid; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.s08-page .s08-primary-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid var(--s08-gold); background: var(--s08-gold); color: var(--s08-black); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.s08-page .s08-primary-button:hover { background: var(--s08-gold-dark); color: var(--s08-white); transform: translateY(-2px); }
.s08-page .s08-text-button { padding: 4px 0; border-bottom: 1px solid currentColor; }
.s08-page .s08-skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 18px; transform: translateY(-160%); background: var(--s08-white); color: var(--s08-black); }
.s08-page .s08-skip-link:focus { transform: none; }

.s08-page .s08-topbar { height: 32px; border-bottom: 1px solid #262620; background: var(--s08-black); color: var(--s08-stone); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.s08-page .s08-topbar .s08-container { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.s08-page .s08-topbar nav { display: flex; gap: 24px; }
.s08-page .s08-topbar a:hover { color: var(--s08-white); }
.s08-page .s08-topbar-mobile { display: none; }
.s08-page .s08-header { position: sticky; z-index: 50; top: 0; height: 78px; border-bottom: 1px solid #27271f; background: color-mix(in srgb, var(--s08-black) 96%, transparent); color: var(--s08-white); backdrop-filter: blur(12px); }
.s08-page .s08-header-row { display: grid; height: 100%; grid-template-columns: 250px 1fr auto; align-items: center; gap: 24px; }
.s08-page .s08-wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: .16em; }
.s08-page .s08-wordmark svg { width: 29px; height: 40px; color: var(--s08-gold); }
.s08-page .s08-wordmark small { display: block; margin-top: 3px; color: var(--s08-stone); font: 8px/1 Arial, sans-serif; letter-spacing: .2em; }
.s08-page .s08-desktop-nav { display: flex; justify-content: center; gap: clamp(12px, 1.8vw, 30px); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.s08-page .s08-desktop-nav a { position: relative; padding: 30px 0; }
.s08-page .s08-desktop-nav a::after { position: absolute; right: 50%; bottom: 22px; left: 50%; height: 1px; background: var(--s08-gold); content: ""; transition: inset .2s ease; }
.s08-page .s08-desktop-nav a:hover::after { right: 0; left: 0; }
.s08-page .s08-header-actions { display: flex; align-items: center; gap: 15px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.s08-page .s08-header-actions > * { color: var(--s08-white); }
.s08-page .s08-header-actions > *:hover { color: var(--s08-gold); }
.s08-page .s08-count { display: inline-grid; width: 20px; height: 20px; margin-left: 3px; place-items: center; border: 1px solid #3c3b32; border-radius: 50%; color: var(--s08-gold); font-size: 9px; font-variant-numeric: tabular-nums; }
.s08-page .s08-menu-button { display: none; }

.s08-page .s08-hero { position: relative; min-height: 620px; overflow: hidden; background: var(--s08-black); color: var(--s08-white); }
.s08-page .s08-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 7, 6, .95) 0%, rgba(6, 7, 6, .78) 35%, rgba(6, 7, 6, .08) 70%); content: ""; }
.s08-page .s08-hero-media, .s08-page .s08-hero-picture { position: absolute; inset: 0; }
.s08-page .s08-hero-grid { position: relative; z-index: 2; display: grid; min-height: 620px; grid-template-columns: 7fr 3fr; align-items: center; gap: 40px; }
.s08-page .s08-hero-copy { max-width: 700px; padding: 62px 0; }
.s08-page .s08-hero .s08-eyebrow { color: var(--s08-gold); }
.s08-page .s08-hero-lead { max-width: 570px; margin-bottom: 32px; color: #d7d0c4; font-size: 17px; }
.s08-page .s08-hero-dots { display: flex; gap: 16px; margin-top: 46px; }
.s08-page .s08-hero-dots button { padding: 6px 0; border-bottom: 1px solid #4e4b43; color: var(--s08-stone); font-size: 11px; }
.s08-page .s08-hero-dots button[aria-pressed="true"] { width: 38px; border-color: var(--s08-gold); color: var(--s08-white); }
.s08-page .s08-benefits { display: grid; align-self: end; margin: 0 0 52px; padding: 0; list-style: none; }
.s08-page .s08-benefits li { padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .2); color: #d7d0c4; font-family: Georgia, serif; font-size: 17px; }
.s08-page .s08-flame { position: absolute; z-index: 1; top: 31.5%; left: 56.3%; width: 9px; height: 24px; border-radius: 50% 50% 45% 45%; background: radial-gradient(ellipse at bottom, #fff 0 20%, #f6b548 45%, transparent 72%); filter: blur(.25px); transform-origin: 50% 100%; animation: s08-flame 2.2s ease-in-out infinite alternate; }
.s08-page .s08-shine { position: absolute; z-index: 1; top: 25%; left: 43%; width: 8%; height: 45%; opacity: 0; transform: skewX(-12deg); background: linear-gradient(90deg, transparent, rgba(255, 232, 186, .18), transparent); }
.s08-page .s08-hero:hover .s08-shine, .s08-page .s08-hero:focus-within .s08-shine { animation: s08-shine 1.8s ease-out 1; }
@keyframes s08-flame { from { opacity: .8; transform: rotate(-2deg) scale(.92); } to { opacity: 1; transform: rotate(2deg) scale(1.07); } }
@keyframes s08-shine { from { left: 43%; opacity: 0; } 30% { opacity: 1; } to { left: 70%; opacity: 0; } }

.s08-page .s08-category-strip { min-height: 105px; border-bottom: 1px solid #d3c8b8; background: var(--s08-cream); }
.s08-page .s08-category-strip .s08-container { display: grid; grid-template-columns: repeat(6, 1fr); }
.s08-page .s08-category-strip a { display: flex; min-height: 105px; align-items: center; justify-content: center; gap: 12px; border-left: 1px solid #d3c8b8; font: 14px Georgia, serif; }
.s08-page .s08-category-strip a:last-child { border-right: 1px solid #d3c8b8; }
.s08-page .s08-category-strip svg { width: 42px; height: 42px; padding: 8px; border-radius: 50%; background: var(--s08-ivory); color: var(--s08-gold-dark); }
.s08-page .s08-category-strip a:hover svg { background: var(--s08-black); color: var(--s08-gold); transform: rotate(-4deg); }

.s08-page .s08-collections { min-height: 410px; padding: 34px 0; }
.s08-page .s08-collections .s08-section-head { margin-bottom: 20px; }
.s08-page .s08-collection-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.s08-page .s08-collection-card { position: relative; min-height: 250px; overflow: hidden; background: var(--s08-black); color: var(--s08-white); }
.s08-page .s08-collection-card::after { position: absolute; inset: 0; background: linear-gradient(transparent 38%, rgba(0, 0, 0, .82)); content: ""; }
.s08-page .s08-collection-card picture { position: absolute; inset: 0; transition: transform .55s cubic-bezier(.2, .7, .2, 1); }
.s08-page .s08-collection-card:hover picture { transform: scale(1.045); }
.s08-page .s08-collection-card > span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; }
.s08-page .s08-collection-card strong, .s08-page .s08-collection-card small { display: block; }
.s08-page .s08-collection-card strong { font: 25px Georgia, serif; }
.s08-page .s08-collection-card small { margin-top: 5px; color: #d6cbbb; }

.s08-page .s08-bestsellers { min-height: 540px; padding: 32px 0; background: #eee7dc; }
.s08-page .s08-bestsellers .s08-section-head { margin-bottom: 18px; }
.s08-page #s08-bestseller-grid .s08-product-media > a,
.s08-page #s08-bestseller-grid .s08-product-image { height: 220px; aspect-ratio: auto; }
.s08-page .s08-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 20px; }
.s08-page #s08-bestseller-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.s08-page .s08-product-card { min-width: 0; }
.s08-page .s08-product-media { position: relative; margin-bottom: 18px; overflow: hidden; background: #ddd3c5; }
.s08-page .s08-product-media > a, .s08-page .s08-product-image { display: block; aspect-ratio: 1; }
.s08-page .s08-product-image img { transition: transform .45s cubic-bezier(.2, .7, .2, 1); }
.s08-page .s08-product-card:hover .s08-product-image img { transform: scale(1.035); }
.s08-page .s08-badge { display: inline-flex; min-height: 25px; align-items: center; padding: 0 10px; border: 1px solid var(--s08-gold); color: var(--s08-gold-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.s08-page .s08-product-media > .s08-badge { position: absolute; top: 12px; left: 12px; background: rgba(245, 241, 233, .92); }
.s08-page .s08-icon-button { width: 36px; height: 36px; background: var(--s08-white); }
.s08-page .s08-favorite-button { position: absolute; top: 10px; right: 10px; border-radius: 50%; font-size: 19px; }
.s08-page .s08-quick-button { position: absolute; right: 10px; bottom: 10px; left: 10px; min-height: 38px; opacity: 0; transform: translateY(8px); background: rgba(9, 10, 9, .9); color: var(--s08-white); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: opacity .2s ease, transform .2s ease; }
.s08-page .s08-product-card:hover .s08-quick-button, .s08-page .s08-quick-button:focus-visible { opacity: 1; transform: none; }
.s08-page .s08-product-card .s08-label { margin-bottom: 5px; }
.s08-page .s08-product-card h3 a:hover { color: var(--s08-gold-dark); }
.s08-page .s08-product-notes { min-height: 40px; margin-bottom: 8px; color: var(--s08-muted); font-size: 12px; }
.s08-page .s08-product-meta { color: var(--s08-muted); font-size: 11px; }
.s08-page .s08-product-meta span { text-transform: uppercase; }
.s08-page .s08-product-buy { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid #d4cabc; }
.s08-page .s08-product-buy strong { white-space: nowrap; }
.s08-page .s08-product-buy button { min-height: 34px; padding: 0 13px; border: 1px solid var(--s08-ink); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.s08-page .s08-product-buy button:hover { background: var(--s08-ink); color: var(--s08-white); }

.s08-page .s08-lifestyle { position: relative; min-height: 300px; overflow: hidden; background: var(--s08-black); color: var(--s08-white); }
.s08-page .s08-lifestyle::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .83), rgba(0, 0, 0, .08)); content: ""; }
.s08-page .s08-lifestyle-media { position: absolute; inset: -18px 0; }
.s08-page .s08-lifestyle > .s08-container { position: relative; z-index: 2; display: flex; min-height: 300px; max-width: 650px; flex-direction: column; justify-content: center; margin-left: max(48px, calc((100vw - 1360px) / 2)); }
.s08-page .s08-lifestyle h2 { max-width: 620px; }
.s08-page .s08-lifestyle a { width: max-content; border-bottom: 1px solid var(--s08-gold); color: var(--s08-gold); }

.s08-page .s08-story { min-height: 390px; padding: 35px 0; }
.s08-page .s08-story-grid { display: grid; grid-template-columns: 4fr 4fr 3fr; align-items: center; gap: 48px; }
.s08-page .s08-story-grid > picture { height: 320px; }
.s08-page .s08-story-grid > ul { margin: 0; padding: 0; list-style: none; }
.s08-page .s08-story-grid > ul li { padding: 18px 0; border-top: 1px solid #d1c5b5; font: 18px Georgia, serif; }
.s08-page .s08-story-more { margin-top: 18px; color: var(--s08-muted); }
.s08-page .s08-reviews { min-height: 280px; padding: 32px 0; background: var(--s08-black-2); color: var(--s08-white); }
.s08-page .s08-reviews h2 { margin-bottom: 18px; }
.s08-page .s08-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.s08-page .s08-review-grid figure { display: grid; margin: 0; padding: 18px; grid-template-columns: 44px 1fr; gap: 8px 14px; border: 1px solid #34332c; }
.s08-page .s08-monogram { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--s08-gold); border-radius: 50%; color: var(--s08-gold); font: 14px Georgia, serif; }
.s08-page .s08-review-grid blockquote { grid-column: 2; margin: 0; font-family: Georgia, serif; }
.s08-page .s08-review-grid figcaption { grid-column: 2; color: var(--s08-stone); font-size: 11px; }
.s08-page .s08-review-grid small { display: block; margin-top: 3px; text-transform: uppercase; }
.s08-page .s08-gallery { min-height: 260px; padding: 25px 0; }
.s08-page .s08-gallery h2 { margin-bottom: 16px; }
.s08-page .s08-gallery-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.s08-page .s08-gallery-row button { position: relative; height: 150px; overflow: hidden; opacity: 1; }
.s08-page .s08-gallery-row button:hover img { transform: scale(1.05); }
.s08-page .s08-gallery-row img { transition: transform .3s ease; }
.s08-page .s08-gallery-row button > span { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(9, 10, 9, .62); color: var(--s08-white); font: 18px Georgia, serif; }

.s08-page .s08-page-hero, .s08-page .s08-empty-page { padding: 100px 0 78px; background: var(--s08-black); color: var(--s08-white); }
.s08-page .s08-page-hero p:last-child, .s08-page .s08-empty-page p { max-width: 620px; color: var(--s08-stone); }
.s08-page .s08-catalog-layout { padding-bottom: 96px; }
.s08-page .s08-toolbar { position: sticky; z-index: 30; top: 78px; display: grid; min-height: 92px; grid-template-columns: 1fr 230px 190px auto; align-items: center; gap: 18px; border-bottom: 1px solid #d4c9b9; background: rgba(245, 241, 233, .96); backdrop-filter: blur(10px); }
.s08-page .s08-chip-row { display: flex; flex-wrap: wrap; gap: 7px; }
.s08-page .s08-chip-row button { min-height: 34px; padding: 0 13px; border: 1px solid #c9bdad; font-size: 10px; text-transform: uppercase; }
.s08-page .s08-chip-row button[aria-pressed="true"] { background: var(--s08-black); color: var(--s08-white); }
.s08-page .s08-toolbar label { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.s08-page .s08-toolbar input, .s08-page .s08-toolbar select { width: 100%; height: 38px; margin-top: 3px; border: 1px solid #c9bdad; border-radius: 0; background: transparent; }
.s08-page .s08-toolbar > strong { grid-column: 4; font-size: 11px; text-transform: uppercase; }
.s08-page .s08-filter-open { display: none; }
.s08-page .s08-catalog-body { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding-top: 44px; }
.s08-page .s08-filter-home { min-width: 0; }
.s08-page .s08-filters { align-self: start; }
.s08-page .s08-filters h2 { font-size: 28px; }
.s08-page .s08-filters fieldset { margin: 0 0 24px; padding: 0 0 20px; border: 0; border-bottom: 1px solid #d4c9b9; }
.s08-page .s08-filters legend, .s08-page .s08-filters > label[for] { margin-bottom: 10px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.s08-page .s08-filters label { display: block; margin: 7px 0; }
.s08-page .s08-filters select { width: 100%; height: 42px; margin: 7px 0 18px; border: 1px solid #c9bdad; background: transparent; }
.s08-page .s08-filters > button { margin-top: 18px; border-bottom: 1px solid; }
.s08-page .s08-empty-state { padding: 90px 20px; text-align: center; }
.s08-page .s08-empty-state button { border-bottom: 1px solid; }

.s08-page .s08-category-hero { position: relative; min-height: 440px; overflow: hidden; background: var(--s08-black); color: var(--s08-white); }
.s08-page .s08-category-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 10, 9, .88), rgba(9, 10, 9, .1)); content: ""; }
.s08-page .s08-category-media, .s08-page .s08-category-picture { position: absolute; inset: 0; }
.s08-page .s08-category-hero > .s08-container { position: relative; z-index: 2; display: flex; min-height: 440px; max-width: 650px; flex-direction: column; justify-content: center; margin-left: max(48px, calc((100vw - 1360px) / 2)); }
.s08-page .s08-category-hero p:last-child { color: #d3cabd; }
.s08-page .s08-category-intro { display: grid; grid-template-columns: 1fr 1fr 220px; align-items: center; gap: 30px; margin-bottom: 42px; padding-bottom: 24px; border-bottom: 1px solid #d4c9b9; }
.s08-page .s08-category-intro > div { display: flex; flex-wrap: wrap; gap: 8px; }
.s08-page .s08-category-intro span { padding: 7px 12px; border: 1px solid #c9bdad; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.s08-page .s08-category-intro select { display: block; width: 100%; height: 42px; margin-top: 5px; border: 1px solid #c9bdad; background: transparent; }
.s08-page .s08-finder-teaser { padding: 58px 0; background: var(--s08-cream); }
.s08-page .s08-finder-teaser .s08-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.s08-page .s08-product-page { padding: 64px 0 90px; }
.s08-page .s08-product-detail { display: grid; grid-template-columns: minmax(0, 7fr) minmax(380px, 5fr); gap: 64px; }
.s08-page .s08-product-gallery > button { display: block; width: 100%; }
.s08-page .s08-product-main-picture { display: block; aspect-ratio: 1; background: #ded4c6; }
.s08-page .s08-thumbnails { display: grid; grid-template-columns: repeat(2, 110px); gap: 12px; margin-top: 14px; }
.s08-page .s08-thumbnails button { aspect-ratio: 1; border: 1px solid #c9bdad; }
.s08-page .s08-thumbnail { display: block; width: 100%; height: 100%; }
.s08-page .s08-product-info { padding-top: 18px; }
.s08-page .s08-product-info h1 { margin: 14px 0 16px; }
.s08-page .s08-rating { color: var(--s08-muted); font-size: 12px; }
.s08-page .s08-price { margin: 26px 0; font: 30px Georgia, serif; }
.s08-page .s08-notes { padding: 18px 0; border-block: 1px solid #d4c9b9; font-family: Georgia, serif; }
.s08-page .s08-product-spec { color: var(--s08-muted); }
.s08-page .s08-product-controls { display: grid; grid-template-columns: 86px 1fr; gap: 10px; margin: 28px 0; }
.s08-page .s08-product-controls label { grid-column: 1; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.s08-page .s08-product-controls input { grid-column: 1; grid-row: 2; width: 86px; min-height: 48px; border: 1px solid #bdb1a1; background: transparent; text-align: center; }
.s08-page .s08-product-controls .s08-primary-button { grid-column: 2; grid-row: 2; }
.s08-page .s08-product-controls > button:last-child { grid-column: 1 / -1; min-height: 42px; border: 1px solid #bdb1a1; }
.s08-page .s08-accordion details { border-top: 1px solid #d4c9b9; }
.s08-page .s08-accordion details:last-child { border-bottom: 1px solid #d4c9b9; }
.s08-page .s08-accordion summary { padding: 18px 0; font-weight: 700; }
.s08-page .s08-accordion p { color: var(--s08-muted); }
.s08-page .s08-related { background: var(--s08-cream); }
.s08-page .s08-related .s08-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 980px; }

.s08-page .s08-footer { padding: 64px 0 18px; background: var(--s08-black); color: var(--s08-stone); }
.s08-page .s08-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr) 1.4fr; gap: 40px; padding-bottom: 50px; }
.s08-page .s08-footer-grid > div, .s08-page .s08-footer-grid > form { display: flex; flex-direction: column; gap: 9px; }
.s08-page .s08-wordmark-text { margin-bottom: 0; color: var(--s08-white); font: 20px Georgia, serif; letter-spacing: .18em; }
.s08-page .s08-footer-title, .s08-page .s08-subscribe-form > label { color: var(--s08-white); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.s08-page .s08-footer a:hover { color: var(--s08-gold); }
.s08-page .s08-subscribe-form > div { display: grid; grid-template-columns: 1fr auto; }
.s08-page .s08-subscribe-form input { min-width: 0; height: 46px; padding: 0 12px; border: 1px solid #3a3932; background: #121310; color: var(--s08-white); }
.s08-page .s08-subscribe-form button { padding: 0 14px; border: 1px solid var(--s08-gold); color: var(--s08-gold); }
.s08-page .s08-form-status { min-height: 24px; color: var(--s08-gold); font-size: 11px; }
.s08-page .s08-footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid #2f2f29; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.s08-page .s08-footer-bottom button { color: var(--s08-stone); }

.s08-page .s08-dialog { max-height: calc(100dvh - 32px); padding: 28px; border: 1px solid #5a5449; border-radius: 0; background: var(--s08-ivory); color: var(--s08-ink); box-shadow: 0 20px 80px rgba(0, 0, 0, .45); }
.s08-page .s08-dialog::backdrop { background: rgba(4, 5, 4, .72); backdrop-filter: blur(3px); }
.s08-page .s08-dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.s08-page .s08-dialog-head h2 { margin-bottom: 0; }
.s08-page .s08-dialog-close { width: 42px; height: 42px; border: 1px solid #bdb1a1; font-size: 25px; }
.s08-page .s08-menu-dialog { width: min(440px, calc(100vw - 24px)); margin: 0 0 0 auto; min-height: 100dvh; }
.s08-page .s08-menu-dialog > form { display: flex; justify-content: end; }
.s08-page .s08-menu-dialog nav { display: flex; flex-direction: column; }
.s08-page .s08-menu-dialog nav a { padding: 17px 0; border-bottom: 1px solid #d4c9b9; font: 25px Georgia, serif; }
.s08-page .s08-search-dialog { width: min(760px, calc(100vw - 32px)); }
.s08-page .s08-filter-dialog { width: min(460px, 100vw); min-height: 100dvh; margin: 0 0 0 auto; }
.s08-page .s08-filter-dialog .s08-filters { display: block; }
.s08-page .s08-search-dialog > label, .s08-page .s08-checkout-form > label { display: block; margin: 12px 0 6px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.s08-page .s08-search-dialog > input, .s08-page .s08-checkout-form input, .s08-page .s08-checkout-form textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #bdb1a1; background: var(--s08-white); }
.s08-page .s08-checkout-form textarea { min-height: 100px; resize: vertical; }
.s08-page .s08-search-results { display: grid; margin-top: 18px; }
.s08-page .s08-search-results a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid #d4c9b9; }
.s08-page .s08-search-results small { color: var(--s08-muted); }
.s08-page .s08-cart-dialog { width: min(460px, 100vw); min-height: 100dvh; margin: 0 0 0 auto; }
.s08-page .s08-cart-lines { display: grid; gap: 18px; }
.s08-page .s08-cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid #d4c9b9; }
.s08-page .s08-cart-picture { width: 72px; height: 72px; }
.s08-page .s08-cart-line h3 { font-size: 16px; }
.s08-page .s08-cart-line p { margin-bottom: 7px; color: var(--s08-muted); font-size: 11px; }
.s08-page .s08-stepper { display: inline-grid; grid-template-columns: 30px 35px 30px; border: 1px solid #bdb1a1; }
.s08-page .s08-stepper button, .s08-page .s08-stepper input { width: 100%; height: 30px; border: 0; background: transparent; text-align: center; }
.s08-page .s08-cart-line .s08-text-button { margin-left: 10px; color: var(--s08-muted); font-size: 10px; }
.s08-page .s08-cart-total { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 28px; padding-top: 20px; border-top: 2px solid var(--s08-ink); }
.s08-page .s08-cart-total .s08-primary-button, .s08-page .s08-cart-total > button:last-child { grid-column: 1 / -1; }
.s08-page .s08-cart-total > button:last-child { min-height: 42px; border: 1px solid #bdb1a1; }
.s08-page .s08-empty-cart { padding: 70px 0; text-align: center; }
.s08-page .s08-checkout-dialog { width: min(560px, calc(100vw - 32px)); }
.s08-page .s08-checkout-form label span { color: var(--s08-muted); font-weight: 400; text-transform: none; }
.s08-page .s08-field-error { min-height: 18px; margin: 3px 0; color: var(--s08-error); font-size: 11px; }
.s08-page .s08-success { padding: 50px 0; text-align: center; }
.s08-page .s08-quick-dialog { width: min(840px, calc(100vw - 32px)); }
.s08-page .s08-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.s08-page .s08-quick-picture { aspect-ratio: 1; }
.s08-page .s08-quick-grid > div { display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 12px; }
.s08-page .s08-quick-grid strong { font-size: 21px; }
.s08-page .s08-quick-grid a { border-bottom: 1px solid; }
.s08-page .s08-lightbox-dialog { width: min(1060px, calc(100vw - 24px)); padding: 12px; background: var(--s08-black); }
.s08-page .s08-lightbox-dialog > form { position: absolute; z-index: 2; top: 20px; right: 20px; }
.s08-page .s08-lightbox-dialog .s08-dialog-close { background: var(--s08-black); color: var(--s08-white); }
.s08-page .s08-lightbox-picture { display: block; max-height: calc(100dvh - 48px); aspect-ratio: 4 / 3; }
.s08-page .s08-finder-dialog { width: min(680px, calc(100vw - 32px)); }
.s08-page .s08-finder-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.s08-page .s08-finder-form fieldset { margin: 0; padding: 18px; border: 1px solid #c9bdad; }
.s08-page .s08-finder-form label { display: block; margin-top: 10px; }
.s08-page .s08-finder-form > button, .s08-page .s08-finder-result { grid-column: 1 / -1; }
.s08-page .s08-live { position: fixed; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.s08-page .s08-toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 360px; padding: 16px 20px; border: 1px solid var(--s08-gold); background: var(--s08-black); color: var(--s08-white); }

@media (max-width: 1180px) {
  .s08-page { --s08-container: calc(100vw - 48px); }
  .s08-page .s08-header-row { grid-template-columns: 210px 1fr; }
  .s08-page .s08-desktop-nav { display: none; }
  .s08-page .s08-header-actions { justify-content: end; }
  .s08-page .s08-menu-button { display: inline-block; }
  .s08-page #s08-bestseller-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .s08-page .s08-footer-grid { grid-template-columns: repeat(3, 1fr); }
  .s08-page .s08-footer-grid > :last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .s08-page { --s08-container: calc(100vw - 48px); }
  .s08-page .s08-section { padding: 60px 0; }
  .s08-page .s08-topbar nav { display: none; }
  .s08-page .s08-topbar-desktop { display: none; }
  .s08-page .s08-topbar-mobile { display: inline; }
  .s08-page .s08-account-action, .s08-page .s08-header-actions > a, .s08-page .s08-header-actions > button:first-child { display: none; }
  .s08-page .s08-header-row { grid-template-columns: 1fr auto; }
  .s08-page .s08-hero-grid { min-height: 610px; grid-template-columns: 1fr; align-items: end; }
  .s08-page .s08-hero-copy { padding: 80px 0 30px; }
  .s08-page .s08-benefits { grid-template-columns: repeat(2, 1fr); margin: 0 0 30px; gap: 0 20px; }
  .s08-page .s08-hero::after { background: linear-gradient(90deg, rgba(6, 7, 6, .87), rgba(6, 7, 6, .28)); }
  .s08-page .s08-category-strip { overflow-x: auto; scroll-snap-type: x mandatory; }
  .s08-page .s08-category-strip .s08-container { width: max-content; grid-template-columns: repeat(6, 140px); margin-left: 24px; }
  .s08-page .s08-category-strip a { scroll-snap-align: start; }
  .s08-page .s08-collection-row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .s08-page .s08-collection-card { min-width: min(72vw, 330px); scroll-snap-align: start; }
  .s08-page .s08-product-grid, .s08-page #s08-bestseller-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s08-page .s08-story-grid { grid-template-columns: 1fr 1fr; }
  .s08-page .s08-story-grid > ul { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .s08-page .s08-review-grid { grid-template-columns: 1fr; }
  .s08-page .s08-gallery-row { grid-template-columns: repeat(3, 1fr); }
  .s08-page .s08-toolbar { grid-template-columns: 1fr 170px auto; padding: 14px 0; }
  .s08-page .s08-chip-row { grid-column: 1 / -1; overflow-x: auto; flex-wrap: nowrap; }
  .s08-page .s08-toolbar > strong { grid-column: 3; }
  .s08-page .s08-catalog-body { grid-template-columns: 1fr; }
  .s08-page .s08-filter-open { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; border: 1px solid #c9bdad; }
  .s08-page .s08-filter-home { display: none; }
  .s08-page .s08-filter-dialog .s08-filters { padding: 0; border: 0; }
  .s08-page .s08-category-intro { grid-template-columns: 1fr 1fr; }
  .s08-page .s08-category-intro > label { grid-column: 1 / -1; }
  .s08-page .s08-product-detail { grid-template-columns: 1fr; gap: 34px; }
  .s08-page .s08-related .s08-product-grid { grid-template-columns: repeat(2, 1fr); }
  .s08-page .s08-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .s08-page .s08-footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .s08-page { --s08-container: calc(100vw - 32px); font-size: 14px; }
  .s08-page h1 { font-size: clamp(43px, 13vw, 58px); }
  .s08-page .s08-header { height: 68px; }
  .s08-page .s08-header-row { gap: 8px; }
  .s08-page .s08-wordmark { font-size: 14px; }
  .s08-page .s08-wordmark svg { width: 23px; height: 32px; }
  .s08-page .s08-header-actions { gap: 8px; }
  .s08-page .s08-header-actions > button[data-s08-action="cart"] { font-size: 0; }
  .s08-page .s08-header-actions > button[data-s08-action="cart"]::before { content: "Корзина"; font-size: 9px; }
  .s08-page .s08-hero, .s08-page .s08-hero-grid { min-height: 650px; }
  .s08-page .s08-hero-copy { padding-top: 130px; }
  .s08-page .s08-benefits { grid-template-columns: 1fr 1fr; }
  .s08-page .s08-benefits li { font-size: 13px; }
  .s08-page .s08-section-head { align-items: start; }
  .s08-page .s08-product-grid, .s08-page #s08-bestseller-grid { gap: 26px 10px; }
  .s08-page .s08-product-card h3 { min-height: 36px; font-size: 16px; }
  .s08-page .s08-product-notes { min-height: 58px; font-size: 10px; }
  .s08-page .s08-product-meta { min-height: 34px; font-size: 9px; }
  .s08-page .s08-product-buy { display: grid; grid-template-columns: 1fr; padding-top: 8px; }
  .s08-page .s08-product-buy button { width: 100%; }
  .s08-page .s08-quick-button { display: none; }
  .s08-page .s08-lifestyle > .s08-container, .s08-page .s08-category-hero > .s08-container { margin-left: 16px; }
  .s08-page .s08-story-grid { grid-template-columns: 1fr; }
  .s08-page .s08-story-grid > picture { height: 260px; }
  .s08-page .s08-story-grid > ul { grid-column: auto; grid-template-columns: 1fr; }
  .s08-page .s08-gallery-row { grid-template-columns: repeat(2, 1fr); }
  .s08-page .s08-toolbar { top: 68px; grid-template-columns: 1fr auto; }
  .s08-page .s08-toolbar-search { grid-column: 1 / -1; }
  .s08-page .s08-toolbar > label[for="s08-catalog-sort"] { grid-column: 1; }
  .s08-page .s08-toolbar > strong { grid-column: 2; }
  .s08-page .s08-catalog-body { padding-top: 26px; }
  .s08-page .s08-category-intro { grid-template-columns: 1fr; }
  .s08-page .s08-category-intro > label { grid-column: auto; }
  .s08-page .s08-finder-teaser .s08-container { align-items: start; flex-direction: column; }
  .s08-page .s08-product-page { padding-top: 28px; }
  .s08-page .s08-product-detail { gap: 20px; }
  .s08-page .s08-product-controls { grid-template-columns: 72px 1fr; }
  .s08-page .s08-product-controls input { width: 72px; }
  .s08-page .s08-footer-grid { grid-template-columns: 1fr; }
  .s08-page .s08-footer-grid > :last-child { grid-column: auto; }
  .s08-page .s08-dialog { max-height: 100dvh; padding: 20px; }
  .s08-page .s08-cart-dialog, .s08-page .s08-menu-dialog { width: 100vw; }
  .s08-page .s08-quick-grid, .s08-page .s08-finder-form { grid-template-columns: 1fr; }
  .s08-page .s08-finder-form > button, .s08-page .s08-finder-result { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .s08-page *, .s08-page *::before, .s08-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .s08-page .s08-flame, .s08-page .s08-shine { display: none; }
}
