
:root {
  --bone: #f7f3ee;
  --sand: #d7c1a7;
  --coffee: #432a19;
  --graphite: #2b2623;
  --clay: #a56150;
  --clay-dark: #8d4f42;
  --white: #ffffff;
  --muted: #756b65;
  --line: #e8ddd2;
  --surface: #fffdfb;
  --success: #315d45;
  --error: #a2362f;
  --shadow-sm: 0 8px 24px rgba(67, 42, 25, 0.08);
  --shadow-md: 0 18px 50px rgba(67, 42, 25, 0.14);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 26px;
  --container: 1200px;
  --header-h: 76px;
  --focus: 0 0 0 3px rgba(165, 97, 80, 0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Poppins", "Segoe UI", sans-serif; color: var(--graphite); background: var(--bone); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: none; box-shadow: var(--focus); }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; transform: translateY(-140%); background: var(--coffee); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 8px; color: var(--clay-dark); font-weight: 700; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { color: var(--coffee); line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2rem, 4.4vw, 4.5rem); letter-spacing: -.045em; margin-bottom: 18px; }
h2 { font-size: clamp(1.6rem, 2.7vw, 2.65rem); letter-spacing: -.03em; margin-bottom: 14px; }
h3 { font-size: 1.18rem; letter-spacing: -.02em; }
p { margin-top: 0; }
.lead { max-width: 760px; color: #574f4a; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.text-link, .text-button, .footer-link { appearance: none; border: 0; background: transparent; color: var(--coffee); font-weight: 600; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.text-link:hover, .text-button:hover, .footer-link:hover { color: var(--clay-dark); }
.button { min-height: 48px; border-radius: 12px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button--primary { background: var(--clay); color: white; box-shadow: 0 10px 24px rgba(165, 97, 80, .18); }
.button--primary:hover { background: var(--clay-dark); }
.button--secondary { border-color: var(--line); background: var(--white); color: var(--coffee); }
.button--secondary:hover { border-color: var(--clay); }
.button--small { min-height: 44px; padding: 10px 15px; font-size: .9rem; }
.button--large { min-height: 54px; font-size: 1rem; }
.button--full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.icon-button { width: 46px; height: 46px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); display: inline-grid; place-items: center; cursor: pointer; flex: 0 0 auto; font-size: 1.6rem; line-height: 1; }
.icon-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-button--light { color: white; border-color: rgba(255,255,255,.35); background: rgba(0,0,0,.35); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,243,238,.94); border-bottom: 1px solid rgba(67,42,25,.08); backdrop-filter: blur(14px); }
.site-header__inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand-link { display: flex; align-items: center; gap: 18px; min-width: 0; }
.brand-link img { width: 135px; height: auto; }
.brand-context { border-left: 1px solid var(--line); padding-left: 18px; font-weight: 700; color: var(--coffee); }
.header-help { border: 0; background: var(--clay); color: white; border-radius: 12px; min-height: 46px; padding: 10px 18px; font-weight: 700; cursor: pointer; }
.header-help--compact { padding-inline: 16px; }
.product-header__title { font-weight: 700; color: var(--coffee); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.collection-hero { padding: clamp(52px, 8vw, 110px) 0 42px; }
.collection-hero__inner { text-align: center; display: grid; justify-items: center; }
.collection-hero .lead { margin-bottom: 26px; }
.capacity-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.chip { min-height: 46px; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); color: var(--coffee); font-weight: 600; cursor: pointer; }
.chip.is-active { background: var(--clay); color: white; border-color: var(--clay); }
.trust-strip { padding: 22px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.5); }
.trust-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item { display: flex; gap: 12px; align-items: flex-start; }
.trust-item__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--clay); margin-top: 7px; flex: 0 0 auto; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { color: var(--coffee); font-size: .92rem; }
.trust-item div > span { color: var(--muted); font-size: .78rem; margin-top: 3px; }
.catalog-section { padding: 64px 0 88px; }
.catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.catalog-heading h2 { margin-bottom: 0; }
.catalog-heading__copy { max-width: 460px; color: var(--muted); margin-bottom: 4px; }
.filter-toolbar { position: sticky; top: var(--header-h); z-index: 30; margin: 0 0 28px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,253,251,.96); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); display: flex; align-items: end; gap: 16px; }
.filter-toolbar__desktop { display: flex; gap: 14px; }
.filter-toolbar__mobile { display: none; gap: 10px; }
.filter-toolbar__summary { margin-left: auto; display: flex; align-items: center; gap: 14px; min-height: 48px; }
.result-count { margin: 0; color: var(--coffee); font-weight: 700; }
.field-control { display: grid; gap: 5px; font-size: .78rem; font-weight: 600; color: var(--muted); }
.field-control select { min-height: 46px; min-width: 210px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--coffee); padding: 9px 36px 9px 12px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 22px; }
.product-card { min-width: 0; display: flex; flex-direction: column; }
.product-card__image-wrap { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--white); border-radius: 3px; }
.product-card__image-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform .22s ease; }
.product-card:hover .product-card__image-wrap img { transform: scale(1.015); }
.capacity-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(247,243,238,.92); color: var(--clay-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.product-card__body { padding: 18px 12px 0; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.product-card h3 { font-size: clamp(1.08rem, 1.6vw, 1.35rem); margin-bottom: 8px; }
.product-card h3 a:hover { color: var(--clay-dark); }
.product-card__includes { color: var(--muted); font-size: .86rem; margin-bottom: 14px; }
.product-card__price { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 4px 10px; margin-bottom: 8px; }
.product-card__price .price-label { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; }
.product-card__price strong { color: var(--clay-dark); font-size: 1.15rem; }
.product-card__price del { color: #8a827d; font-size: .82rem; }
.color-count { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #efe6dd; color: var(--coffee); font-size: .72rem; margin-bottom: 14px; }
.product-card .button { margin-top: auto; }
.empty-state { text-align: center; padding: 70px 20px; border: 1px dashed var(--sand); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.empty-state__icon { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: #efe6dd; color: var(--clay-dark); font-size: 1.4rem; font-weight: 800; }
.help-banner { padding: 0 0 88px; }
.help-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 38px; box-shadow: var(--shadow-sm); }
.help-banner h2 { font-size: clamp(1.45rem, 2.5vw, 2.15rem); }
.help-banner p:last-child { margin-bottom: 0; color: var(--muted); }
.faq-section { padding: 80px 0; background: rgba(255,255,255,.45); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.4fr); gap: 64px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.faq-item summary, .policy-item summary { cursor: pointer; list-style: none; padding: 18px 52px 18px 20px; font-weight: 700; color: var(--coffee); position: relative; }
.faq-item summary::-webkit-details-marker, .policy-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after, .policy-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.45rem; color: var(--clay); }
.faq-item[open] summary::after, .policy-item[open] summary::after { content: "−"; }
.faq-answer, .policy-item > div { padding: 0 20px 18px; color: var(--muted); }
.faq-answer p, .policy-item p { margin: 0; }
.site-footer { background: #f1ebe4; border-top: 1px solid var(--line); padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
.footer-logo { width: 140px; height: auto; margin-bottom: 14px; }
.footer-grid h2 { font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.footer-grid p, .footer-grid a, .footer-grid span, .footer-link { color: var(--muted); font-size: .85rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid > div:first-child { gap: 0; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .75rem; }
.overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: end center; }
.overlay__backdrop { position: absolute; inset: 0; background: rgba(43,38,35,.52); backdrop-filter: blur(3px); }
.overlay__backdrop--dark { background: rgba(12,11,10,.88); }
.sheet { position: relative; z-index: 1; width: min(640px, 100%); max-height: min(88vh, 760px); background: var(--surface); border-radius: 24px 24px 0 0; box-shadow: var(--shadow-md); display: flex; flex-direction: column; animation: sheet-in .22s ease both; }
.sheet--short { max-height: 520px; }
.sheet__header, .sheet__footer { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sheet__header { border-bottom: 1px solid var(--line); }
.sheet__header h2 { margin: 0; font-size: 1.35rem; }
.sheet__body { padding: 22px; overflow: auto; }
.sheet__footer { border-top: 1px solid var(--line); }
.sheet__footer--stack { flex-direction: column; align-items: stretch; }
.radio-list, .zone-options { margin: 0; padding: 0; border: 0; display: grid; gap: 10px; }
.radio-list legend, .zone-options legend { font-weight: 700; color: var(--coffee); margin-bottom: 12px; }
.radio-list label, .zone-options label { position: relative; cursor: pointer; }
.radio-list input, .zone-options input { position: absolute; opacity: 0; pointer-events: none; }
.radio-list label span, .zone-options label span { display: flex; min-height: 50px; align-items: center; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.radio-list input:checked + span, .zone-options input:checked + span { border-color: var(--clay); box-shadow: var(--focus); color: var(--clay-dark); font-weight: 700; }
.radio-list input:focus-visible + span, .zone-options input:focus-visible + span { box-shadow: var(--focus); }
@keyframes sheet-in { from { transform: translateY(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.product-breadcrumb { padding-top: 22px; display: flex; gap: 8px; color: var(--muted); font-size: .82rem; }
.product-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.product-hero { padding: 24px 0 70px; }
.product-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(34px, 5vw, 72px); align-items: start; }
.product-gallery { display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 16px; min-width: 0; }
.gallery-thumbs { display: grid; align-content: start; gap: 10px; }
.gallery-thumb { padding: 0; border: 2px solid transparent; background: white; border-radius: 10px; overflow: hidden; cursor: pointer; aspect-ratio: 1; }
.gallery-thumb.is-active { border-color: var(--clay); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-stage { min-width: 0; }
.gallery-main-button { position: relative; width: 100%; padding: 0; border: 0; background: white; cursor: zoom-in; aspect-ratio: 1 / 1; overflow: hidden; }
.gallery-main-image { width: 100%; height: 100%; object-fit: contain; transition: opacity .2s ease; }
.gallery-main-image.is-changing { opacity: .25; }
.gallery-zoom-hint { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--coffee); font-size: .75rem; font-weight: 700; }
.gallery-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 12px; color: var(--muted); font-size: .82rem; }
.gallery-arrow { width: 42px; height: 42px; }
.product-summary { position: sticky; top: calc(var(--header-h) + 24px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-sm); }
.product-summary h1 { font-size: clamp(2rem, 3.2vw, 3.3rem); margin-bottom: 10px; }
.product-summary__includes { color: var(--muted); font-weight: 600; }
.product-price-block { margin: 22px 0 20px; padding: 18px 0; border-block: 1px solid var(--line); }
.product-price-block > span { display: block; color: var(--muted); font-size: .78rem; margin-bottom: 5px; }
.product-price-block div { display: flex; align-items: baseline; gap: 12px; }
.product-price-block strong { color: var(--clay-dark); font-size: clamp(1.8rem, 3vw, 2.55rem); }
.product-price-block del { color: #8b837e; }
.product-summary__short { color: var(--muted); }
.color-selector { margin: 26px 0 22px; }
.color-selector__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.color-selector__heading h2 { font-size: 1.08rem; margin-bottom: 3px; }
.color-selector__heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.same-price { padding: 6px 9px; border-radius: 999px; background: #eee5dc; color: var(--coffee); font-size: .68rem; font-weight: 700; white-space: nowrap; }
.color-options { display: grid; gap: 8px; }
.color-option { width: 100%; min-height: 58px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); display: grid; grid-template-columns: 38px 1fr 24px; gap: 12px; align-items: center; text-align: left; padding: 9px 12px; cursor: pointer; }
.color-option.is-selected { border-color: var(--clay); box-shadow: var(--focus); }
.color-option__swatch { width: 34px; height: 34px; border-radius: 50%; background: var(--swatch); border: 1px solid rgba(67,42,25,.16); }
.color-option__text strong, .color-option__text small { display: block; }
.color-option__text strong { color: var(--coffee); font-size: .84rem; }
.color-option__text small { color: var(--muted); font-size: .7rem; }
.color-option__check { opacity: 0; color: var(--clay-dark); font-weight: 800; }
.color-option.is-selected .color-option__check { opacity: 1; }
.microcopy { font-size: .74rem; color: var(--muted); }
.visual-reference-note { margin: 14px 0 6px; padding: 10px 12px; border-left: 3px solid var(--clay); background: #f3ebe4; color: var(--coffee); font-size: .76rem; }
.cta-support { text-align: center; color: var(--muted); font-size: .75rem; margin: 9px 0 0; }
.product-content-section, .included-section, .measurements-section, .policies-section, .related-section { padding: 78px 0; }
.two-column-copy { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(38px, 7vw, 100px); }
.two-column-copy p { color: var(--muted); }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--clay); font-weight: 800; }
.included-section { background: rgba(255,255,255,.45); border-block: 1px solid var(--line); }
.included-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px 60px; box-shadow: var(--shadow-sm); }
.included-card > .microcopy { grid-column: 2; }
.included-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.included-list li { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.included-list li:last-child { border-bottom: 0; }
.included-list strong, .included-list span { display: block; }
.included-list strong { color: var(--coffee); }
.included-list span { color: var(--muted); font-size: .85rem; margin-top: 4px; }
.section-heading { max-width: 720px; margin-bottom: 30px; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.measurements-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.measurement-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.measurement-card h3 { margin-bottom: 10px; }
.measurement-card p { color: var(--muted); }
.measurement-card--accent { background: #efe4da; }
.policies-section { background: #f1ebe4; }
.policies-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.accordion-list { display: grid; gap: 12px; }
.policy-item { background: var(--white); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.product-card--compact .product-card__body { padding-inline: 4px; }
.product-card--compact h3 { font-size: 1rem; }
.product-card--compact .product-card__includes, .product-card--compact .color-count { display: none; }
.product-card--compact .product-card__image-wrap { border-radius: 14px; }
.mobile-sticky-cta { display: none; }
.lightbox { position: relative; z-index: 1; width: 100%; height: 100%; display: flex; flex-direction: column; }
.lightbox__header { min-height: 70px; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; color: white; }
.lightbox__stage { flex: 1; min-height: 0; display: grid; grid-template-columns: 60px minmax(0,1fr) 60px; align-items: center; gap: 10px; padding: 0 20px 24px; }
.lightbox__stage img { width: 100%; height: 100%; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox__arrow { justify-self: center; }
.delivery-summary { display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: center; margin-bottom: 24px; padding: 12px; background: #f1ebe4; border-radius: 14px; }
.delivery-summary img { width: 96px; height: 96px; object-fit: contain; background: white; border-radius: 10px; }
.delivery-summary strong, .delivery-summary span { display: block; }
.delivery-summary strong { color: var(--coffee); }
.delivery-summary span { color: var(--muted); font-size: .8rem; margin-top: 3px; }
.zone-options { grid-template-columns: repeat(3, 1fr); }
.postal-field { display: grid; gap: 7px; margin-top: 18px; color: var(--coffee); font-weight: 600; }
.postal-field input { min-height: 50px; border: 1px solid var(--line); border-radius: 11px; padding: 10px 12px; background: white; }
.postal-field small { color: var(--muted); font-weight: 400; }
.field-error { color: var(--error); font-size: .78rem; margin: 8px 0 0; }
.delivery-note { margin: 20px 0 0; padding: 12px; border-radius: 12px; background: #f3ebe4; color: var(--coffee); font-size: .78rem; }
.whatsapp-status { min-height: 22px; margin: 0; text-align: center; color: var(--muted); font-size: .78rem; }
.filter-count-badge { display: inline-grid; place-items: center; min-width: 21px; height: 21px; border-radius: 999px; background: var(--clay); color: white; font-size: .7rem; }
@media (min-width: 760px) { .overlay { place-items: center; } .sheet { border-radius: 24px; max-height: 88vh; } }
@media (max-width: 980px) {
  :root { --header-h: 68px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .trust-list { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .filter-toolbar__desktop { display: none; }
  .filter-toolbar__mobile { display: flex; }
  .filter-toolbar { align-items: center; }
  .product-hero__grid { grid-template-columns: 1fr; }
  .product-summary { position: static; }
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-row: 2; display: flex; overflow-x: auto; padding-bottom: 4px; }
  .gallery-thumb { flex: 0 0 72px; }
  .included-card, .faq-layout, .policies-layout { grid-template-columns: 1fr; gap: 28px; }
  .included-card > .microcopy { grid-column: 1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  body { padding-bottom: 0; }
  .page-product { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 24px, var(--container)); }
  .brand-link img { width: 112px; }
  .brand-context { display: none; }
  .header-help { min-height: 42px; padding-inline: 13px; font-size: .78rem; }
  .product-header .site-header__inner { gap: 10px; }
  .product-header__title { font-size: .88rem; }
  .collection-hero { padding: 44px 0 28px; text-align: left; }
  .collection-hero__inner { text-align: left; justify-items: stretch; }
  .collection-hero h1 { font-size: clamp(2rem, 12vw, 3.2rem); }
  .capacity-chips { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; margin-right: -12px; }
  .chip { flex: 0 0 auto; min-height: 44px; padding-inline: 15px; }
  .trust-strip { overflow: hidden; }
  .trust-list { display: flex; overflow-x: auto; gap: 12px; margin-right: -12px; scroll-snap-type: x proximity; }
  .trust-item { flex: 0 0 250px; scroll-snap-align: start; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 13px; }
  .catalog-section { padding-top: 46px; }
  .catalog-heading { display: block; margin-bottom: 22px; }
  .catalog-heading__copy { margin-top: 12px; }
  .filter-toolbar { top: var(--header-h); margin-inline: -4px; padding: 10px; border-radius: 14px; flex-wrap: wrap; }
  .filter-toolbar__mobile { width: 100%; }
  .filter-toolbar__mobile .button { flex: 1; min-height: 44px; }
  .filter-toolbar__summary { margin-left: 0; width: 100%; min-height: 28px; justify-content: space-between; }
  .product-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-card__body { padding: 16px 8px 0; }
  .product-card h3 { font-size: 1.25rem; }
  .help-banner { padding-bottom: 64px; }
  .help-banner__inner { display: block; padding: 26px 22px; }
  .help-banner .button { width: 100%; margin-top: 14px; }
  .faq-section { padding: 60px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: grid; }
  .product-breadcrumb { display: none; }
  .product-hero { padding-top: 14px; padding-bottom: 48px; }
  .gallery-main-button { margin-inline: -12px; width: calc(100% + 24px); }
  .gallery-controls { justify-content: space-between; }
  .gallery-thumbs { margin-right: -12px; }
  .gallery-thumb { flex-basis: 66px; }
  .product-summary { padding: 22px 18px; margin-inline: -2px; }
  .product-summary h1 { font-size: 2rem; }
  .color-options { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .color-option { grid-template-columns: 32px 1fr 18px; padding: 8px; min-width: 0; }
  .color-option__swatch { width: 30px; height: 30px; }
  .color-option__text strong { font-size: .76rem; }
  .color-option__text small { font-size: .62rem; }
  .product-summary > .js-open-delivery, .product-summary > .cta-support { display: none; }
  .product-content-section, .included-section, .measurements-section, .policies-section, .related-section { padding: 58px 0; }
  .two-column-copy, .measurements-grid { grid-template-columns: 1fr; gap: 18px; }
  .included-card { padding: 24px 20px; }
  .section-heading--row { align-items: start; }
  .related-grid { display: flex; overflow-x: auto; gap: 14px; margin-right: -12px; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .related-grid .product-card { flex: 0 0 min(78vw, 310px); scroll-snap-align: start; }
  .mobile-sticky-cta { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,253,251,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(67,42,25,.12); backdrop-filter: blur(12px); }
  .mobile-sticky-cta > div span, .mobile-sticky-cta > div strong { display: block; white-space: nowrap; }
  .mobile-sticky-cta > div span { font-size: .64rem; color: var(--muted); }
  .mobile-sticky-cta > div strong { color: var(--clay-dark); font-size: 1rem; }
  .mobile-sticky-cta .button { min-width: 0; width: 100%; min-height: 50px; padding-inline: 12px; }
  .sheet { max-height: 92vh; }
  .sheet__header, .sheet__body, .sheet__footer { padding-inline: 18px; }
  .zone-options { grid-template-columns: 1fr; }
  .lightbox__stage { grid-template-columns: 42px minmax(0,1fr) 42px; padding-inline: 8px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; } }
