:root {
  --bg: #ffffff;
  --soft: #f6f3ee;
  --soft-2: #eee8df;
  --ink: #171717;
  --muted: #6c6a67;
  --line: #e6e2dc;
  --accent: #8a654f;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --page: min(1380px, calc(100vw - 48px));
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.nav-open, body.filters-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: var(--page); margin: 0 auto; }
.section { padding: 78px 0; }
.section--soft { background: var(--soft); }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.section-head--compact h2 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 3.4vw, 48px); font-weight: 500; line-height: 1.05; }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.button { min-height: 48px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-size: 12px; font-weight: 750; letter-spacing: .04em; cursor: pointer; transition: .2s ease; }
.button:hover { opacity: .88; }
.button--secondary { background: #fff; color: var(--ink); }
.button--light { background: #fff; color: var(--ink); border-color: #fff; }
.button--full { width: 100%; }

.announcement { background: var(--ink); color: #fff; }
.announcement__inner { width: var(--page); min-height: 34px; margin: 0 auto; display: flex; justify-content: center; gap: 38px; align-items: center; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { width: var(--page); height: 74px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 42px; align-items: center; }
.brand { font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.nav__links { display: flex; align-items: center; gap: 27px; }
.nav__links a, .nav__actions a { font-size: 12px; font-weight: 650; }
.nav__actions { display: flex; align-items: center; gap: 18px; }
.ecom-header-search { color: var(--muted); }
.nav-whatsapp { padding: 10px 15px; border-radius: 999px; background: #111; color: #fff; }
.nav__menu { display: none; width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; }
.nav__menu span { display: block; height: 1px; margin: 6px 0; background: var(--ink); }
.mobile-panel { display: none; }

.ecom-hero { min-height: 580px; display: grid; grid-template-columns: .88fr 1.12fr; background: var(--soft); border-bottom: 1px solid var(--line); }
.ecom-hero__copy { padding: clamp(58px, 7vw, 100px) max(32px, calc((100vw - var(--page))/2)); display: flex; flex-direction: column; justify-content: center; }
.ecom-hero__copy h1 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.ecom-hero__copy > p:not(.eyebrow) { max-width: 580px; margin: 24px 0 28px; color: var(--muted); font-size: 17px; }
.ecom-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ecom-hero__mini-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 36px; padding-top: 22px; border-top: 1px solid #dcd6cd; color: var(--muted); font-size: 11px; }
.ecom-hero__visual { position: relative; min-height: 580px; overflow: hidden; background: #e6ddd2; }
.ecom-hero__visual img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.ecom-hero__visual:hover img { transform: scale(1.015); }
.ecom-hero__visual span { position: absolute; right: 24px; bottom: 24px; padding: 11px 15px; border-radius: 999px; background: rgba(255,255,255,.92); font-size: 12px; font-weight: 750; }

.category-section { padding: 56px 0 68px; }
.category-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-tile { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.category-tile:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(30,20,10,.07); }
.category-tile img { aspect-ratio: 4 / 3; object-fit: cover; background: var(--soft); }
.category-tile div { padding: 18px; }
.category-tile strong { display: block; font-size: 16px; }
.category-tile span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 16px; }
.ecom-product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: box-shadow .2s ease, transform .2s ease; }
.ecom-product-card:hover { box-shadow: 0 10px 30px rgba(26,18,10,.08); transform: translateY(-2px); }
.ecom-product-card__media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--soft); }
.ecom-product-card__media img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.ecom-product-card:hover .ecom-product-card__media img { transform: scale(1.02); }
.ecom-product-card__badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; background: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 3px 10px rgba(0,0,0,.06); }
.ecom-product-card__quick { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 11px; border-radius: 7px; background: rgba(17,17,17,.93); color: #fff; text-align: center; font-size: 11px; font-weight: 750; opacity: 0; transform: translateY(6px); transition: .2s ease; }
.ecom-product-card:hover .ecom-product-card__quick { opacity: 1; transform: none; }
.ecom-product-card__meta { padding: 15px 15px 16px; }
.ecom-product-card__category { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ecom-product-card h3 { margin: 6px 0 7px; font-size: 16px; line-height: 1.28; }
.ecom-product-card__details { display: flex; gap: 7px; flex-wrap: wrap; color: var(--muted); font-size: 11px; }
.ecom-product-card__details span + span::before { content: '·'; margin-right: 7px; }
.ecom-product-card__bottom { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.ecom-product-card__bottom strong { font-size: 15px; }
.ecom-product-card__bottom a { font-size: 11px; font-weight: 750; }

.promo-grid { padding: 82px 0; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.promo-card { position: relative; min-height: 310px; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.promo-card--large { grid-row: 1 / 3; min-height: 638px; }
.promo-card img { height: 100%; object-fit: cover; }
.promo-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.58)); }
.promo-card__content { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: #fff; }
.promo-card__content span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.promo-card__content h2, .promo-card__content h3 { max-width: 580px; margin: 6px 0 14px; font-family: var(--serif); font-weight: 500; line-height: 1.05; }
.promo-card__content h2 { font-size: clamp(34px, 4vw, 54px); }
.promo-card__content h3 { font-size: 28px; }
.promo-card__content strong { font-size: 12px; }
.promo-card--dark { background: #1a1918; }
.promo-card--dark::after { display: none; }
.promo-card--dark .promo-card__content { top: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { padding: 26px 24px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong { display: block; margin-bottom: 5px; font-size: 13px; }
.trust-strip span { color: var(--muted); font-size: 11px; }
.help-banner { padding: 68px 0; background: var(--soft); }
.help-banner__inner { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.help-banner h2 { margin: 0 0 9px; font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); font-weight: 500; }
.help-banner p:not(.eyebrow) { max-width: 690px; margin: 0; color: var(--muted); }

.shop-hero { padding: 54px 0 42px; background: var(--soft); border-bottom: 1px solid var(--line); }
.shop-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 62px); font-weight: 500; }
.shop-hero p:last-child { max-width: 680px; margin: 12px 0 0; color: var(--muted); }
.shop-categories { border-bottom: 1px solid var(--line); background: #fff; }
.category-tabs { display: flex; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab { flex: none; padding: 18px 0 16px; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.category-tab.is-active { border-color: var(--ink); }
.shop-layout { padding: 36px 0 82px; display: grid; grid-template-columns: 230px 1fr; gap: 34px; align-items: start; }
.filter-panel { position: sticky; top: 110px; }
.filter-panel__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.filter-panel__head strong { font-size: 14px; }
.filter-panel__head button { display: none; border: 0; background: transparent; font-size: 27px; }
.filter-group { padding: 17px 0; border-bottom: 1px solid var(--line); }
.filter-group label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 750; }
.filter-group input, .filter-group select, .sort-control select { width: 100%; min-height: 44px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); outline: none; }
.filter-group input:focus, .filter-group select:focus, .sort-control select:focus { border-color: #8c8985; }
.filter-done { display: none; margin-top: 18px; }
.shop-results { min-width: 0; }
.shop-toolbar { min-height: 46px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.shop-count { color: var(--muted); font-size: 12px; }
.sort-control { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.sort-control select { min-width: 170px; min-height: 40px; }
.mobile-filter-toggle { display: none; min-height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 7px; background: #fff; font-size: 12px; font-weight: 700; }
.product-grid--shop { grid-template-columns: repeat(3, 1fr); }
.empty { grid-column: 1 / -1; padding: 80px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 10px; color: var(--muted); }
.filter-backdrop { display: none; }

.product-page { padding: 28px 0 84px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 0 24px; color: var(--muted); font-size: 11px; }
.ecom-product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(40px, 6vw, 90px); align-items: start; }
.ecom-product-gallery__main { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; background: var(--soft); }
.ecom-product-gallery__main img { height: 100%; object-fit: cover; }
.ecom-product-gallery__main > span { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ecom-product-gallery__thumbs { display: grid; grid-template-columns: 92px 1fr; gap: 12px; margin-top: 12px; }
.ecom-product-gallery__thumbs button { padding: 0; overflow: hidden; border: 1px solid var(--ink); border-radius: 8px; background: var(--soft); }
.ecom-product-gallery__thumbs button img { aspect-ratio: 1; object-fit: cover; }
.ecom-product-gallery__info { min-height: 92px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; justify-content: center; }
.ecom-product-gallery__info strong { font-size: 13px; }
.ecom-product-gallery__info span { color: var(--muted); font-size: 11px; }
.ecom-product-info { position: sticky; top: 110px; }
.ecom-product-info__category { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.ecom-product-info h1 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(38px, 4vw, 57px); font-weight: 500; line-height: 1.02; }
.ecom-product-info__price { margin: 0 0 18px; font-size: 22px; font-weight: 750; }
.ecom-product-info__description { max-width: 620px; margin: 0 0 20px; color: var(--muted); }
.product-highlight-row { display: flex; flex-wrap: wrap; gap: 8px; }
.product-highlight-row span { padding: 7px 9px; border-radius: 999px; background: var(--soft); font-size: 10px; font-weight: 700; }
.product-option { margin: 26px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-option__label { margin-bottom: 12px; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; }
.product-option__label span { color: var(--muted); }
.lengths { display: flex; flex-wrap: wrap; gap: 8px; }
.length { min-width: 50px; min-height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 7px; background: #fff; cursor: pointer; font-size: 12px; }
.length:hover, .length.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.product-actions { display: grid; gap: 9px; }
.product-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.product-accordion { margin-top: 28px; border-top: 1px solid var(--line); }
.product-accordion details { border-bottom: 1px solid var(--line); }
.product-accordion summary { padding: 17px 0; cursor: pointer; list-style: none; font-size: 12px; font-weight: 750; }
.product-accordion summary::after { content: '+'; float: right; }
.product-accordion details[open] summary::after { content: '−'; }
.product-accordion ul, .product-accordion p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.mobile-buy-bar { display: none; }

.page-hero { padding: 64px 0 48px; background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero .display { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 64px); font-weight: 500; line-height: 1; }
.lede { max-width: 680px; margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.prose-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.prose-sticky { position: sticky; top: 110px; }
.prose-sticky .heading { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 500; }
.prose h2 { margin: 50px 0 14px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); font-size: 16px; }
.prose blockquote { margin: 34px 0; padding: 28px; border-radius: 12px; background: var(--soft); font-family: var(--serif); font-size: 26px; line-height: 1.25; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-card { padding: 42px; border-radius: 14px; background: var(--soft); }
.contact-card h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 38px; font-weight: 500; }
.contact-card p { color: var(--muted); }
.contact-list { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-list li { padding: 13px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; font-size: 12px; }
.contact-list span { color: var(--muted); }

.site-footer { background: #171717; color: #fff; }
.footer-main { width: var(--page); margin: 0 auto; padding: 62px 0 44px; display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 55px; }
.footer-brand > a:first-child { font-family: var(--serif); font-size: 34px; font-weight: 700; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.6); font-size: 12px; }
.footer-brand .button { margin-top: 12px; }
.footer-col h4 { margin: 0 0 14px; color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-col a { display: block; margin: 9px 0; font-size: 12px; }
.footer-bottom { width: var(--page); margin: 0 auto; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(10px); transition: opacity .45s ease, transform .45s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --page: min(100% - 36px, 980px); }
  .nav { grid-template-columns: auto auto 1fr; gap: 18px; }
  .nav__menu { display: block; }
  .nav__links { display: none; }
  .nav__actions { justify-content: flex-end; }
  .mobile-panel { position: fixed; inset: 108px 0 0; z-index: 55; padding: 25px 22px 50px; overflow-y: auto; background: #fff; }
  body.nav-open .mobile-panel { display: block; }
  .mobile-panel > a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 650; }
  .mobile-panel__cta { margin-top: 18px; border: 0 !important; border-radius: 8px; background: var(--ink); color: #fff; text-align: center; }
  .ecom-hero { grid-template-columns: 1fr 1fr; }
  .category-strip { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid--shop { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ecom-product-detail { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-main { grid-template-columns: 1.2fr repeat(3, .7fr); gap: 34px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100% - 28px); }
  body { font-size: 14px; padding-bottom: 0; }
  .announcement__inner { min-height: 30px; justify-content: center; font-size: 9px; }
  .announcement__inner span:not(:first-child) { display: none; }
  .nav { height: 62px; grid-template-columns: 36px 1fr auto; gap: 8px; }
  .brand { text-align: center; font-size: 20px; }
  .nav__actions { gap: 8px; }
  .ecom-header-search { display: none; }
  .nav-whatsapp { padding: 8px 10px; font-size: 10px !important; }
  .mobile-panel { inset: 92px 0 0; }
  .section { padding: 58px 0; }
  .section-head { align-items: center; margin-bottom: 22px; }
  .section-head--compact h2 { font-size: 30px; }
  .section-head .text-link { font-size: 10px; }

  .ecom-hero { min-height: auto; grid-template-columns: 1fr; }
  .ecom-hero__copy { padding: 42px 18px 38px; }
  .ecom-hero__copy h1 { font-size: 48px; }
  .ecom-hero__copy > p:not(.eyebrow) { margin: 18px 0 22px; font-size: 15px; }
  .ecom-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ecom-hero__actions .button { padding: 0 12px; font-size: 10px; }
  .ecom-hero__mini-proof { margin-top: 25px; gap: 8px 14px; font-size: 10px; }
  .ecom-hero__visual { min-height: 400px; }
  .ecom-hero__visual span { right: 14px; bottom: 14px; }

  .category-section { padding: 46px 0 50px; }
  .category-strip { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .category-tile { border-radius: 10px; }
  .category-tile img { aspect-ratio: 1 / 1; }
  .category-tile div { padding: 12px; }
  .category-tile strong { font-size: 13px; }
  .category-tile span { font-size: 10px; }

  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px 9px; }
  .ecom-product-card { border-radius: 9px; }
  .ecom-product-card__quick { display: none; }
  .ecom-product-card__badge { top: 8px; left: 8px; padding: 5px 7px; font-size: 8px; }
  .ecom-product-card__meta { padding: 11px 10px 12px; }
  .ecom-product-card__category { font-size: 8px; }
  .ecom-product-card h3 { min-height: 34px; margin: 4px 0 5px; font-size: 13px; }
  .ecom-product-card__details { min-height: 28px; font-size: 9px; line-height: 1.35; }
  .ecom-product-card__bottom { margin-top: 9px; padding-top: 9px; }
  .ecom-product-card__bottom strong { font-size: 12px; }
  .ecom-product-card__bottom a { font-size: 9px; }

  .promo-grid { padding: 58px 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .promo-card, .promo-card--large { min-height: 390px; grid-row: auto; }
  .promo-card:not(.promo-card--large) { min-height: 250px; }
  .promo-card__content { left: 18px; right: 18px; bottom: 18px; }
  .promo-card__content h2 { font-size: 34px; }
  .promo-card__content h3 { font-size: 23px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip__grid > div { padding: 19px 14px; }
  .trust-strip strong { font-size: 11px; }
  .trust-strip span { font-size: 9px; line-height: 1.35; }
  .help-banner { padding: 48px 0; }
  .help-banner__inner { align-items: flex-start; flex-direction: column; gap: 22px; }
  .help-banner h2 { font-size: 34px; }

  .shop-hero { padding: 38px 0 30px; }
  .shop-hero h1 { font-size: 42px; }
  .category-tabs { gap: 21px; }
  .category-tab { padding: 15px 0 13px; font-size: 11px; }
  .shop-layout { display: block; padding: 20px 0 58px; }
  .shop-toolbar { position: sticky; top: 92px; z-index: 20; margin: -1px -14px 16px; padding: 10px 14px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
  .mobile-filter-toggle { display: inline-flex; align-items: center; }
  .shop-count { flex: 1; text-align: center; font-size: 10px; }
  .sort-control { display: none; }
  .filter-panel { position: fixed; inset: auto 0 0; z-index: 90; max-height: 82vh; padding: 20px 18px 24px; overflow-y: auto; border-radius: 18px 18px 0 0; background: #fff; transform: translateY(105%); transition: transform .25s ease; }
  body.filters-open .filter-panel { transform: none; }
  .filter-panel__head button { display: block; }
  .filter-done { display: inline-flex; }
  .filter-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(0,0,0,.35); }
  body.filters-open .filter-backdrop { display: block; }
  .product-grid--shop { grid-template-columns: repeat(2, 1fr); }

  .product-page { padding: 10px 0 90px; }
  .breadcrumb { padding: 10px 0 14px; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; }
  .ecom-product-detail { grid-template-columns: 1fr; gap: 24px; }
  .ecom-product-gallery__main { border-radius: 10px; }
  .ecom-product-gallery__thumbs { grid-template-columns: 70px 1fr; }
  .ecom-product-gallery__info { min-height: 70px; padding: 11px 13px; }
  .ecom-product-info { position: static; }
  .ecom-product-info h1 { font-size: 38px; }
  .ecom-product-info__price { font-size: 20px; }
  .product-highlight-row { gap: 5px; }
  .product-highlight-row span { font-size: 9px; }
  .product-option { margin: 21px 0; padding: 18px 0; }
  .length { min-width: 46px; min-height: 40px; }
  .mobile-buy-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 70; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
  .mobile-buy-bar div { display: flex; flex-direction: column; }
  .mobile-buy-bar span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
  .mobile-buy-bar strong { font-size: 16px; }
  .mobile-buy-bar a { min-width: 150px; padding: 12px 16px; border-radius: 7px; background: var(--ink); color: #fff; text-align: center; font-size: 11px; font-weight: 800; }

  .page-hero { padding: 45px 0 36px; }
  .page-hero .display { font-size: 42px; }
  .prose-layout { grid-template-columns: 1fr; gap: 34px; }
  .prose-sticky { position: static; }
  .prose-sticky .heading { font-size: 34px; }
  .prose h2 { font-size: 29px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 30px 22px; }
  .contact-card h2 { font-size: 32px; }

  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; padding: 48px 0 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand > a:first-child { font-size: 30px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
