:root {
  color-scheme: light;
  --bg: #fff7ed;
  --paper: #fffdf8;
  --ink: #17211b;
  --muted: #6f7067;
  --line: rgba(53, 58, 45, 0.13);
  --berry: #e83f4f;
  --orange: #ff7a2f;
  --yellow: #ffc845;
  --green: #138a62;
  --shadow: 0 22px 58px rgba(91, 61, 35, 0.14);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(16,16,18,.08);
  background: rgba(255, 250, 242, .91);
  backdrop-filter: saturate(180%) blur(22px);
}

.nav { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--berry); color: #fff; font-size: 14px; font-weight: 750; letter-spacing: -.04em; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand b { font-size: 13px; letter-spacing: .11em; }
.brand small { color: var(--muted); font-size: 8px; font-weight: 650; letter-spacing: .13em; }

.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { color: #3e3e43; font-size: 13px; font-weight: 560; transition: color .2s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 13px; }
.phone-link { font-size: 13px; font-weight: 650; white-space: nowrap; }
.cart-button { display: inline-flex; align-items: center; gap: 9px; border: 0; border-radius: 999px; padding: 10px 13px 10px 17px; background: var(--berry); color: #fff; cursor: pointer; font-size: 13px; font-weight: 640; box-shadow: 0 8px 20px rgba(232,63,79,.2); }
.cart-count { display: grid; place-items: center; min-width: 23px; height: 23px; padding-inline: 6px; border-radius: 999px; background: #fff; color: var(--ink); font-size: 11px; }

.hero { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 58px; padding-top: 58px; padding-bottom: 72px; }
.hero-copy { padding-block: 24px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .catalog-heading h2, .how h2, .delivery h2 { margin: 0; font-weight: 710; letter-spacing: -.058em; line-height: .96; }
.hero h1 { max-width: 570px; font-size: clamp(58px, 5.8vw, 88px); }
.hero-lead { max-width: 570px; margin: 28px 0 0; color: #55555b; font-size: 18px; line-height: 1.52; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 49px; border: 1px solid transparent; border-radius: 999px; padding: 0 21px; font-size: 14px; font-weight: 650; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--berry); color: #fff; box-shadow: 0 8px 18px rgba(232,63,79,.2); }
.button-dark:hover { background: #d93243; box-shadow: 0 11px 24px rgba(232,63,79,.26); }
.button-light { border-color: rgba(232,63,79,.22); background: #fff0e1; color: #9b303a; }
.hero-facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 26px; margin-top: 48px; color: var(--muted); font-size: 11px; line-height: 1.25; }
.hero-facts span { display: grid; gap: 3px; }
.hero-facts b { color: var(--ink); font-size: 21px; letter-spacing: -.04em; }

.hero-visual { position: relative; min-height: 624px; margin: 0; overflow: hidden; border-radius: var(--radius-xl); background: #ffd6bd; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(20,8,12,.14)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 624px; object-fit: cover; object-position: 63% center; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: end; justify-content: space-between; color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.28); }
.hero-visual figcaption span { font-size: 12px; }
.hero-visual figcaption b { font-size: 15px; }

.signal-bar { overflow: hidden; border-block: 1px solid rgba(210,145,26,.18); background: #fff0bd; }
.signal-row { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #4f4f54; font-size: 12px; font-weight: 620; white-space: nowrap; }
.signal-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.collection { padding-top: 126px; padding-bottom: 134px; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 40px; margin-bottom: 44px; }
.section-heading h2, .catalog-heading h2, .how h2, .delivery h2 { font-size: clamp(48px, 5vw, 72px); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.editorial-grid { display: grid; grid-template-columns: 1.45fr .85fr; grid-template-rows: repeat(2, 290px); gap: 16px; }
.editorial-card { position: relative; overflow: hidden; border: 0; border-radius: var(--radius-lg); padding: 0; background: #fff; cursor: pointer; text-align: left; box-shadow: inset 0 0 0 1px rgba(16,16,18,.05); }
.editorial-wide { grid-row: 1 / span 2; }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.editorial-wide img { object-position: 65% center; }
.editorial-card:hover img { transform: scale(1.025); }
.editorial-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(33,12,16,.55)); }
.editorial-label { position: absolute; left: 23px; right: 23px; bottom: 22px; display: grid; grid-template-columns: 1fr auto; color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.28); }
.editorial-label small { grid-column: 1 / span 2; margin-bottom: 5px; font-size: 11px; font-weight: 620; }
.editorial-label b { font-size: 24px; letter-spacing: -.035em; }
.editorial-label i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-style: normal; text-shadow: none; }
.dark-label { color: var(--ink); text-shadow: none; }
.dark-label i { background: var(--ink); color: #fff; }

.catalog-section { padding: 122px 0 140px; background: #fffdf8; }
.catalog-heading { display: grid; grid-template-columns: 1fr 310px; gap: 60px; align-items: end; }
.catalog-heading > div > p:last-child { max-width: 600px; margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.search-field { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: #fff6e8; }
.search-field > span:not(.visually-hidden) { color: var(--muted); font-size: 23px; transform: rotate(-15deg); }
.search-field input { width: 100%; border: 0; outline: none; background: transparent; font-size: 14px; }
.search-field input::placeholder { color: #8e8e93; }
.filter-row { display: flex; gap: 8px; margin: 42px 0 24px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: 11px 15px; background: #fff8ed; color: #625c51; cursor: pointer; font-size: 13px; font-weight: 610; }
.filter-chip span { margin-left: 6px; color: #9b9ba0; font-size: 10px; }
.filter-chip.is-active { border-color: var(--berry); background: var(--berry); color: #fff; }
.filter-chip.is-active span { color: #c8c8cc; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 13px; }
.product-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid rgba(90,66,42,.09); border-radius: 23px; background: #fff9ef; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(20,20,24,.08); }
.product-photo { position: relative; aspect-ratio: 1.28 / 1; overflow: hidden; background: var(--product-wash, #f0e9e8); }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-photo img { transform: scale(1.025); }
.product-category { position: absolute; top: 13px; left: 13px; z-index: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; padding: 6px 9px; background: rgba(255,255,255,.82); backdrop-filter: blur(12px); color: #36363a; font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.product-info { display: flex; flex-direction: column; flex: 1; padding: 17px; }
.product-info h3 { min-height: 44px; margin: 0; font-size: 17px; line-height: 1.28; letter-spacing: -.025em; }
.product-note { min-height: 34px; margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.42; }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 18px; }
.price-row span { display: grid; gap: 2px; }
.price-row b { font-size: 19px; letter-spacing: -.035em; }
.price-row small { color: var(--muted); font-size: 10px; }
.add-button { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--berry); color: #fff; cursor: pointer; font-size: 22px; line-height: 1; transition: transform .18s ease, background .18s ease; }
.add-button:hover { transform: scale(1.05); }
.add-button:active { transform: scale(.96); }
.add-button.is-added { background: var(--green); }
.quantity-inline { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; border-radius: 999px; padding: 3px; background: var(--berry); color: #fff; }
.quantity-inline button { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 19px; }
.quantity-inline strong { min-width: 24px; text-align: center; font-size: 12px; }
.bulk-badge { margin-top: 12px; color: var(--green); font-size: 10px; font-weight: 650; }
.bulk-badge.is-unknown { color: #8a6647; }
.empty-state { padding: 64px 0; color: var(--muted); text-align: center; }

.how { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; padding-top: 140px; padding-bottom: 140px; }
.how-intro { position: sticky; top: 120px; align-self: start; }
.how-intro > p:not(.eyebrow) { max-width: 500px; margin: 27px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 75px 1fr; gap: 18px; padding: 32px 0 35px; border-bottom: 1px solid var(--line); }
.steps li > span { color: #a0a0a5; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.steps b { font-size: 23px; letter-spacing: -.035em; }
.steps p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.delivery { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 530px; margin-bottom: 120px; overflow: hidden; border-radius: var(--radius-xl); background: #174f3d; color: #fff; }
.delivery-copy { z-index: 2; padding: 68px 64px; }
.eyebrow-light { color: #aaaab0; }
.delivery-copy > p:not(.eyebrow) { max-width: 440px; margin: 28px 0 34px; color: #b8b8be; font-size: 16px; line-height: 1.55; }
.delivery-copy > a { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 6px; border-bottom: 1px solid #fff; font-size: 18px; font-weight: 650; }
.delivery-map { position: relative; min-height: 530px; background: #e94d50; }
.delivery-map::before, .delivery-map::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.delivery-map::before { width: 480px; height: 480px; left: 12%; top: 2%; }
.delivery-map::after { width: 320px; height: 320px; left: 26%; top: 17%; }
.map-line { position: absolute; left: 31%; top: 34%; width: 38%; height: 34%; border: 2px dashed rgba(255,255,255,.28); border-color: rgba(255,255,255,.28) transparent transparent rgba(255,255,255,.28); border-radius: 70% 0 0 0; transform: rotate(7deg); }
.city { position: absolute; display: grid; gap: 3px; }
.city span { position: absolute; left: -23px; top: 3px; width: 12px; height: 12px; border: 3px solid rgba(255,255,255,.35); border-radius: 50%; background: #fff; box-shadow: 0 0 0 8px rgba(255,255,255,.08); }
.city b { font-size: 16px; }
.city small { color: #a9a9b0; font-size: 10px; }
.city-one { left: 31%; top: 29%; }
.city-two { right: 23%; bottom: 28%; }
.map-badge { position: absolute; right: 11%; top: 12%; display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: #ffd85e; color: var(--ink); text-align: center; font-size: 12px; font-weight: 700; transform: rotate(7deg); }

.footer { padding: 60px 0 24px; border-top: 1px solid var(--line); background: #f4e7d7; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 34px; padding-bottom: 55px; }
.footer-main > p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; gap: 24px; font-size: 12px; font-weight: 620; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #8a8a8f; font-size: 10px; }

.mobile-cart { position: fixed; z-index: 35; left: 14px; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); display: none; align-items: center; justify-content: space-between; min-height: 58px; border: 0; border-radius: 999px; padding: 0 20px; background: var(--berry); color: #fff; box-shadow: 0 14px 42px rgba(143,35,50,.25); cursor: pointer; }
.mobile-cart span { display: flex; align-items: center; gap: 7px; font-size: 13px; }
.mobile-cart b { display: grid; place-items: center; min-width: 25px; height: 25px; border-radius: 50%; background: #fff; color: var(--ink); }
.mobile-cart strong { font-size: 14px; }

.drawer-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(10,10,12,.32); backdrop-filter: blur(4px); opacity: 0; transition: opacity .25s ease; }
.drawer-backdrop.is-open { opacity: 1; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(480px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 28px; background: #fff; box-shadow: -20px 0 50px rgba(20,20,24,.12); transform: translateX(102%); transition: transform .36s cubic-bezier(.22,.72,.25,1); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; flex: 0 0 auto; padding: 4px 0 21px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 9px; }
.drawer-header h2 { margin: 0; font-size: 38px; letter-spacing: -.05em; }
.icon-button { display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid var(--line); border-radius: 50%; background: #f7f7f8; cursor: pointer; font-size: 24px; font-weight: 300; }
.cart-items { flex: 1 1 auto; overflow-y: auto; margin-right: -8px; padding: 10px 8px 10px 0; }
.cart-line { display: grid; grid-template-columns: 76px 1fr auto; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 76px; height: 76px; border-radius: 16px; object-fit: cover; background: #f1f1f3; }
.cart-line-copy { min-width: 0; }
.cart-line-copy b { display: block; overflow: hidden; font-size: 13px; line-height: 1.32; text-overflow: ellipsis; }
.cart-line-copy small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.line-controls { display: flex; align-items: center; gap: 2px; margin-top: 9px; }
.line-controls button { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.line-controls strong { min-width: 29px; text-align: center; font-size: 11px; }
.cart-line-total { align-self: end; padding-bottom: 13px; white-space: nowrap; font-size: 12px; }
.remove-line { grid-column: 3; justify-self: end; width: auto !important; padding: 0 5px; border: 0 !important; color: #9b9ba0; font-size: 9px; }
.cart-empty { flex: 1; display: grid; place-content: center; justify-items: center; text-align: center; }
.cart-empty > span { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 24px; background: #f0f0f2; font-size: 22px; font-weight: 750; }
.cart-empty h3 { margin: 20px 0 7px; font-size: 24px; letter-spacing: -.04em; }
.cart-empty p { max-width: 260px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cart-summary { flex: 0 0 auto; padding-top: 18px; border-top: 1px solid var(--line); background: #fff; }
.summary-saving, .summary-total { display: flex; justify-content: space-between; align-items: center; }
.summary-saving { margin-bottom: 9px; color: var(--green); font-size: 12px; }
.summary-total span { font-size: 14px; font-weight: 650; }
.summary-total b { font-size: 29px; letter-spacing: -.05em; }
.cart-summary > p { margin: 13px 0 17px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.checkout-button { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 17px; padding: 0 18px; background: #229ed9; color: #fff; cursor: pointer; font-size: 14px; font-weight: 680; }
.checkout-button i { font-size: 22px; font-style: normal; }
.checkout-button:disabled { cursor: wait; opacity: .7; }
.checkout-note { margin-bottom: 0 !important; color: #a0a0a5 !important; font-size: 9px !important; }

.status-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(10,10,12,.38); backdrop-filter: blur(7px); }
.status-card { position: relative; width: min(430px,100%); border-radius: 28px; padding: 40px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.status-card .icon-button { position: absolute; top: 16px; right: 16px; }
.status-icon { display: grid; place-items: center; width: 65px; height: 65px; margin: 5px auto 22px; border-radius: 22px; background: #eaf6fb; color: #229ed9; font-size: 28px; }
.status-card h2 { margin: 0; font-size: 29px; letter-spacing: -.045em; }
.status-card p { margin: 14px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.toast { position: fixed; z-index: 110; left: 50%; bottom: 24px; max-width: min(420px, calc(100% - 32px)); border-radius: 999px; padding: 12px 17px; background: rgba(16,16,18,.94); color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.18); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%,14px); transition: opacity .22s ease, transform .22s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1050px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 850px; }
  .hero-visual, .hero-visual img { min-height: 560px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .how { gap: 55px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .phone-link { display: none; }
  .hero { padding-top: 30px; }
  .hero h1 { font-size: clamp(50px, 13vw, 72px); }
  .hero-visual, .hero-visual img { min-height: 500px; }
  .signal-row { justify-content: flex-start; overflow: hidden; }
  .signal-row span:nth-of-type(n+3), .signal-row i:nth-of-type(n+2) { display: none; }
  .section-heading, .catalog-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 520px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 250px; }
  .editorial-wide { grid-column: 1 / span 2; grid-row: auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .how { grid-template-columns: 1fr; gap: 60px; }
  .how-intro { position: static; }
  .delivery { grid-template-columns: 1fr; }
  .delivery-copy { padding-bottom: 35px; }
  .delivery-map { min-height: 370px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { display: none; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .site-header { position: sticky; }
  .nav { height: 64px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand b { font-size: 11px; }
  .brand small { font-size: 7px; }
  .cart-button { padding: 9px 10px; }
  .cart-button > span:first-child { display: none; }
  .hero { gap: 28px; padding: 32px 0 48px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(46px, 14.6vw, 66px); line-height: .93; }
  .hero-lead { margin-top: 21px; font-size: 16px; }
  .hero-actions { margin-top: 27px; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-facts { width: 100%; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 36px; }
  .hero-facts b { font-size: 18px; }
  .hero-visual { min-height: 420px; border-radius: 25px; }
  .hero-visual img { min-height: 420px; object-position: 70% center; }
  .hero-visual figcaption { left: 17px; right: 17px; bottom: 16px; }
  .signal-row { min-height: 53px; font-size: 10px; }
  .collection { padding-top: 90px; padding-bottom: 92px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .catalog-heading h2, .how h2, .delivery h2 { font-size: clamp(43px, 12.5vw, 58px); }
  .section-heading > p { font-size: 14px; }
  .editorial-grid { grid-template-columns: 1fr; grid-template-rows: 350px 235px 235px; }
  .editorial-wide { grid-column: auto; }
  .editorial-card { border-radius: 22px; }
  .catalog-section { padding: 90px 0 100px; }
  .catalog-heading { gap: 27px; }
  .filter-row { width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-card { border-radius: 18px; }
  .product-category { top: 9px; left: 9px; padding: 5px 7px; font-size: 7px; }
  .product-info { padding: 12px; }
  .product-info h3 { min-height: 38px; font-size: 14px; }
  .product-note { min-height: 30px; font-size: 9px; }
  .price-row { margin-top: 13px; }
  .price-row b { font-size: 16px; }
  .add-button { width: 36px; height: 36px; }
  .quantity-inline { gap: 0; }
  .quantity-inline button { width: 28px; height: 30px; }
  .quantity-inline strong { min-width: 19px; }
  .bulk-badge { font-size: 8px; }
  .how { gap: 48px; padding-top: 95px; padding-bottom: 96px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 10px; }
  .steps b { font-size: 20px; }
  .delivery { width: calc(100% - 28px); margin-bottom: 82px; border-radius: 25px; }
  .delivery-copy { padding: 50px 28px 35px; }
  .delivery-map { min-height: 335px; }
  .delivery-map::before { left: -8%; }
  .city-one { left: 24%; }
  .city-two { right: 16%; }
  .map-badge { right: 7%; width: 86px; height: 86px; font-size: 10px; }
  .footer { padding-bottom: 90px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { display: grid; }
  .mobile-cart:not([hidden]) { display: flex; }
  .cart-drawer { padding: 20px 16px max(18px, env(safe-area-inset-bottom)); }
  .status-card { padding: 35px 24px 28px; }
}

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

/* Editorial storefront direction: product-first, flat surfaces, disciplined grid. */
:root {
  --bg: #f1eee5;
  --paper: #f8f6ef;
  --ink: #1d1d18;
  --muted: #706d63;
  --line: rgba(29, 29, 24, .18);
  --berry: #d83b2d;
  --orange: #e75d36;
  --yellow: #efcb55;
  --green: #214c39;
  --shadow: none;
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
}

body { background: var(--bg); }
.shell { width: min(1380px, calc(100% - 64px)); }

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(241, 238, 229, .96);
  backdrop-filter: none;
}
.nav { height: 76px; }
.brand { gap: 14px; }
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--ink);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
}
.brand b { font-size: 14px; letter-spacing: .16em; }
.brand small { font-size: 8px; letter-spacing: .18em; }
.nav-links { gap: 36px; }
.nav-links a {
  padding: 28px 0 24px;
  border-bottom: 2px solid transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.nav-links a:hover { border-color: var(--berry); }
.phone-link { font-size: 12px; letter-spacing: .04em; }
.cart-button {
  min-height: 42px;
  border-radius: 0;
  padding: 0 9px 0 17px;
  background: var(--ink);
  box-shadow: none;
  letter-spacing: .03em;
}
.cart-count { border-radius: 0; }

.hero {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  min-height: 720px;
  gap: 0;
  padding: 0;
  border-inline: 1px solid var(--line);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 78px 7vw 56px 46px;
}
.eyebrow {
  margin-bottom: 26px;
  color: var(--green);
  font-size: 10px;
  letter-spacing: .16em;
}
.eyebrow > span { width: 32px; }
.hero h1,
.section-heading h2,
.catalog-heading h2,
.how h2,
.delivery h2,
.drawer-header h2,
.status-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}
.hero h1 {
  max-width: 630px;
  font-size: clamp(64px, 6.2vw, 100px);
  line-height: .92;
}
.hero-lead {
  max-width: 560px;
  margin-top: 34px;
  color: #4f4d46;
  font-size: 17px;
  line-height: 1.6;
}
.button {
  min-height: 50px;
  border-radius: 0;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease;
}
.button:hover { transform: none; }
.button-dark { background: var(--berry); box-shadow: none; }
.button-dark:hover { background: var(--ink); box-shadow: none; }
.button-light { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-light:hover { background: var(--ink); color: #fff; }
.hero-facts {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 55px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.hero-facts span { padding: 17px 16px 0 0; border-right: 1px solid var(--line); }
.hero-facts span + span { padding-left: 16px; }
.hero-facts b { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.hero-visual { min-height: 720px; border-left: 1px solid var(--line); background: #d9d0c2; box-shadow: none; }
.hero-visual::after { background: linear-gradient(180deg, transparent 72%, rgba(0,0,0,.32)); }
.hero-visual img { min-height: 720px; object-position: 62% center; }
.hero-visual figcaption {
  left: 28px;
  right: 28px;
  bottom: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.55);
}

.signal-bar { border: 0; background: var(--ink); color: #fff; }
.signal-row { min-height: 54px; color: #fff; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.signal-row i { width: 18px; height: 1px; border-radius: 0; background: var(--berry); }

.collection { padding-top: 150px; padding-bottom: 150px; }
.section-heading { grid-template-columns: 1fr 360px; margin-bottom: 54px; }
.section-heading h2, .catalog-heading h2, .how h2, .delivery h2 { font-size: clamp(54px, 5.4vw, 82px); line-height: .94; }
.section-heading > p { font-size: 15px; line-height: 1.65; }
.editorial-grid { grid-template-columns: 1.3fr 1fr; grid-template-rows: repeat(2, 320px); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.editorial-card { border-radius: 0; box-shadow: none; }
.editorial-card img { filter: saturate(.88); }
.editorial-card:hover img { transform: scale(1.015); }
.editorial-label { left: 0; right: 0; bottom: 0; padding: 26px; }
.editorial-label small { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.editorial-label b { font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.editorial-label i { width: 38px; height: 38px; border-radius: 0; }

.catalog-section { padding: 145px 0 155px; border-top: 1px solid var(--line); background: var(--paper); }
.catalog-heading { grid-template-columns: 1fr 370px; }
.catalog-heading > div > p:last-child { color: var(--muted); line-height: 1.65; }
.search-field { min-height: 52px; border-color: var(--ink); border-radius: 0; background: transparent; }
.filter-row { gap: 0; margin: 44px 0 30px; border-block: 1px solid var(--ink); }
.filter-chip {
  border: 0;
  border-right: 1px solid var(--ink);
  border-radius: 0;
  padding: 15px 20px;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.filter-chip.is-active { background: var(--ink); color: #fff; }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--ink); background: var(--ink); }
.product-card { border: 0; border-radius: 0; background: var(--paper); transition: background .2s ease; }
.product-card:hover { transform: none; box-shadow: none; background: #fff; }
.product-photo { aspect-ratio: 1 / .82; border-bottom: 1px solid var(--line); }
.product-card:hover .product-photo img { transform: scale(1.012); }
.product-category {
  top: 14px;
  left: 15px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  color: var(--ink);
  font-size: 8px;
  letter-spacing: .14em;
}
.product-info { padding: 20px 18px 18px; }
.product-info h3 { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.product-note { color: var(--muted); }
.price-row { padding-top: 14px; border-top: 1px solid var(--line); }
.price-row b { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.add-button { width: 43px; height: 39px; border-radius: 0; background: var(--berry); }
.add-button:hover { transform: none; background: var(--ink); }
.quantity-inline { border-radius: 0; background: var(--ink); }

.how { grid-template-columns: .85fr 1.15fr; gap: 110px; padding-top: 155px; padding-bottom: 155px; }
.steps { border-top-color: var(--ink); }
.steps li { grid-template-columns: 62px 1fr; padding: 31px 0; border-bottom-color: var(--ink); }
.steps li > span { color: var(--berry); }
.steps b { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }

.delivery { min-height: 560px; margin-bottom: 0; border: 1px solid var(--ink); border-radius: 0; background: var(--green); }
.delivery-copy { padding: 72px 64px; }
.eyebrow-light { color: #d6d8cd; }
.delivery-map {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  padding: 64px;
  border-left: 1px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
}
.delivery-map::before, .delivery-map::after, .map-line, .city span { display: none; }
.city { position: static; display: flex; align-items: baseline; justify-content: space-between; padding: 23px 0; border-bottom: 1px solid var(--ink); }
.city b { font-family: Georgia, serif; font-size: clamp(34px, 4vw, 58px); font-weight: 500; letter-spacing: -.05em; }
.city small { color: var(--ink); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.map-badge {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 44px;
  border-radius: 0;
  background: transparent;
  text-align: left;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: none;
}
.footer { border-top: 0; background: var(--ink); color: #fff; }
.footer .brand-mark { background: var(--berry); }
.footer-main > p, .footer-bottom { color: #aaa99f; }
.footer-bottom { border-top-color: rgba(255,255,255,.18); }

.mobile-cart { border-radius: 0; background: var(--berry); }
.mobile-cart b { border-radius: 0; }
.cart-drawer { border-left: 1px solid var(--ink); box-shadow: none; }
.icon-button { border-color: var(--ink); border-radius: 0; background: transparent; }
.checkout-button { border-radius: 0; }
.status-card { border: 1px solid var(--ink); border-radius: 0; box-shadow: none; }
.status-icon { border-radius: 0; }
.toast { border-radius: 0; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 640px; padding: 70px 48px 48px; }
  .hero-visual { border-top: 1px solid var(--line); border-left: 0; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .shell { width: calc(100% - 32px); }
  .section-heading, .catalog-heading { grid-template-columns: 1fr; }
  .how { grid-template-columns: 1fr; gap: 65px; }
  .delivery { grid-template-columns: 1fr; }
  .delivery-map { border-top: 1px solid var(--ink); border-left: 0; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 22px); }
  .nav { height: 62px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-copy { min-height: 560px; padding: 58px 18px 38px; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 72px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-facts { margin-top: 42px; }
  .hero-facts span { padding-right: 8px; font-size: 9px; }
  .hero-facts span + span { padding-left: 8px; }
  .hero-facts b { font-size: 20px; }
  .hero-visual, .hero-visual img { min-height: 430px; }
  .collection, .catalog-section { padding-top: 100px; padding-bottom: 105px; }
  .section-heading h2, .catalog-heading h2, .how h2, .delivery h2 { font-size: clamp(47px, 13.5vw, 64px); }
  .editorial-grid { grid-template-columns: 1fr; grid-template-rows: 360px 245px 245px; }
  .editorial-wide { grid-column: auto; grid-row: auto; }
  .filter-row { width: 100%; margin-right: 0; padding-right: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-info { padding: 14px 12px 13px; }
  .product-info h3 { font-size: 16px; }
  .product-note { font-size: 9px; }
  .price-row b { font-size: 17px; }
  .how { padding-top: 105px; padding-bottom: 105px; }
  .delivery { width: calc(100% - 22px); }
  .delivery-copy, .delivery-map { padding: 50px 28px; }
  .delivery-map { min-height: 410px; }
  .city b { font-size: 38px; }
}
