:root {
  color-scheme: light;
  --ink: #292d26;
  --muted: #666b60;
  --cream: #f7f7f2;
  --paper: #ffffff;
  --line: #dfe2d7;
  --accent: #606d4d;
  --green: #356146;
  --dark: #303c2e;
  --soft: #edf0e7;
  --sand: #e9decc;
  --shadow: 0 12px 32px rgba(34, 44, 29, .07);
  --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 16px/1.55 -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button, a, select { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
.shell { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; 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; left: 16px; top: -100px; background: var(--dark); color: white; padding: 12px 20px; z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.announcement { min-height: 36px; padding: 7px 20px; display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--dark); color: #f5f5ec; font-size: 12px; letter-spacing: .015em; }
.announcement p { margin: 0; }
.announcement svg { width: 16px; height: 16px; }
.announcement strong { font-weight: 650; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--cream); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { border-radius: 50%; width: 52px; height: 52px; }
.brand strong { display: block; font: 400 24px/1.1 Georgia, serif; letter-spacing: -.06em; }
.brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .28em; margin-top: 6px; }
.header-links { display: flex; gap: 32px; margin-left: auto; align-items: center; font-size: 13px; color: var(--muted); }
.header-links a { display: inline-flex; align-items: center; min-height: 44px; }
.header-links a:hover, .hero-secondary:hover, .footer-main a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
.header-cart { display: flex; align-items: center; gap: 10px; min-height: 44px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 8px; padding: 10px 14px; font-size: 13px; font-weight: 600; white-space: nowrap; transition: background .2s, border-color .2s; }
.header-cart:hover { background: var(--soft); border-color: var(--accent); }
.cart-badge { display: grid; place-items: center; border-radius: 50%; width: 23px; height: 23px; background: var(--dark); color: white; font-size: 11px; }
.eyebrow { font-size: 11px; letter-spacing: .18em; font-weight: 650; color: var(--accent); margin: 0 0 24px; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 24px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 8px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding-block: 56px; gap: 64px; align-items: center; }
.hero-copy { padding-block: 12px; }
.hero h1, .section-heading h2, .how-inner h2, .not-found h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; line-height: 1.07; }
.hero h1 { font-size: clamp(52px, 5.2vw, 76px); margin: 0; max-width: 600px; }
.hero h1 em, .section-heading h2 em, .how-inner h2 em { color: var(--accent); font-weight: 400; }
.hero h1 em { display: block; }
.hero-intro { font-size: 16px; color: var(--muted); max-width: 430px; margin: 26px 0 30px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 48px; border-radius: 7px; padding: 14px 22px; font-weight: 600; font-size: 14px; border: 1px solid transparent; transition: background .2s, box-shadow .2s; }
.button-dark { background: var(--dark); color: white; }
.button-dark:hover { background: #45543d; box-shadow: 0 4px 12px #303c2e20; }
.button-outline { border-color: var(--line); color: var(--ink); background: var(--paper); }
.button-outline:hover { background: var(--soft); border-color: var(--accent); }
.hero-secondary { font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; }
.hero-proof { display: flex; gap: 12px; align-items: center; margin-top: 32px; }
.proof-mark { display: grid; place-items: center; width: 40px; height: 40px; background: var(--soft); color: var(--accent); border: 1px solid var(--line); border-radius: 50%; flex: none; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: 12px; font-weight: 600; }
.hero-proof small { font-size: 12px; color: var(--muted); margin-top: 2px; }
/* An illustrative studio composition, built without external image requests. */
.hero-art { position: relative; width: 100%; min-width: 0; min-height: 510px; aspect-ratio: 1.1; background: radial-gradient(ellipse at 55% 45%, #637052, #35442f 62%, #2e3b29); border-radius: 16px; overflow: hidden; isolation: isolate; color: #f1eee2; }
.hero-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, #ffffff08, transparent 40%, #00000018); }
.art-heading { position: absolute; top: 28px; left: 28px; right: 28px; display: flex; justify-content: space-between; gap: 12px; font-size: 9px; font-weight: 600; letter-spacing: .16em; z-index: 2; }
.art-edition { color: #c6ccbc; }
.art-orbit { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid #e9e5d317; border-radius: 50%; left: 6%; top: 6%; }
.orbit-two { width: 112%; left: -6%; top: -7%; }
.art-spool { position: absolute; width: 45%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: var(--filament); border: 9px solid #d9d3c3; box-shadow: 3px 4px 0 #b1ad9e, 6px 8px 0 #8e9280, 9px 12px 0 #cac5b5, 13px 16px 0 #a4a68f, 22px 36px 28px #101b1a65, inset 0 0 0 5px #eeeece70; }
.art-spool::before { content: ''; position: absolute; inset: 7px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 2px, #171c1826 2.5px 3px, #ffffff35 3.5px 4px); box-shadow: inset 0 0 26px #0000001a; }
.spool-core { position: relative; width: 29%; height: 29%; background: #39462f; border: 13px solid #d9d3c3; border-radius: 50%; box-shadow: inset 5px 7px 7px #00000070, 0 0 0 1px #bcb9a1; }
.spool-one { --filament: #be906a; width: 49%; top: 17%; left: 12%; transform: rotate(-20deg) scaleY(.85); z-index: 2; }
.spool-two { --filament: #a9b298; top: 35%; left: 47%; transform: rotate(20deg) scaleY(.85); z-index: 3; }
.spool-three { --filament: #ece2c9; width: 34%; top: 47%; left: 14%; transform: rotate(-20deg) scaleY(.85); z-index: 4; }
.art-note { position: absolute; bottom: 27px; left: 28px; right: 28px; display: flex; justify-content: space-between; align-items: end; z-index: 5; font-size: 12px; line-height: 1.7; }
.art-note em { font: italic 23px Georgia, serif; }
.art-palette { display: flex; padding-bottom: 3px; }
.art-palette i { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #39472e; background: #be906a; margin-left: -4px; }
.art-palette i:nth-child(2) { background: #a9b298; }
.art-palette i:nth-child(3) { background: #ece2c9; }
.brand-band { display: flex; gap: 48px; align-items: center; padding-block: 26px 32px; border-bottom: 1px solid var(--line); }
.brand-band p { font-size: 10px; letter-spacing: .14em; color: var(--muted); margin: 0; max-width: 125px; flex-shrink: 0; }
.brand-list { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 24px; flex-wrap: wrap; }
.brand-list span { font-size: 21px; font-weight: 650; letter-spacing: -.04em; color: #5e6658; }
.catalog-section { padding-block: 76px 88px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 32px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .how-inner h2 { font-size: clamp(38px, 3.9vw, 54px); margin: 0; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 4px; }
.filters { display: grid; grid-template-columns: minmax(240px, 1.8fr) minmax(180px, 1fr) minmax(200px, 1fr); gap: 12px; padding: 16px; border: 1px solid var(--line); background: var(--soft); border-radius: var(--radius); }
.search-field, .select-field { display: flex; align-items: center; min-height: 52px; border: 1px solid #d4d9ca; background: var(--paper); border-radius: 7px; color: var(--muted); }
.search-field { gap: 12px; padding: 0 16px; }
.search-field input { border: 0; background: transparent; width: 100%; min-width: 0; min-height: 48px; color: var(--ink); font-size: 14px; }
.search-field input:focus-visible { outline: 0; }
.search-field:focus-within, .select-field:focus-within { outline: 3px solid var(--accent); outline-offset: 2px; }
.search-field input::placeholder { color: var(--muted); }
.select-field { padding: 8px 14px; gap: 10px; }
.select-field span { font-size: 11px; font-weight: 600; color: var(--muted); }
.select-field select { border: 0; width: 100%; min-width: 0; min-height: 34px; background: transparent; color: var(--ink); font-size: 13px; }
.select-field select:focus-visible { outline: 0; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; min-height: 76px; color: var(--muted); font-size: 12px; padding-block: 12px; }
.catalog-toolbar p { margin: 0; }
.results-summary { display: flex; align-items: center; gap: 16px; }
.text-button, .clear-button { background: none; border: 0; color: var(--accent); text-decoration: underline; text-underline-offset: 4px; padding: 10px; min-height: 44px; }
.sort-field { display: flex; gap: 10px; align-items: center; }
.sort-field select { min-height: 44px; padding: 8px; border: 0; background: transparent; color: var(--ink); font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-grid[aria-busy='true'] { min-height: 420px; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.product-card:hover { border-color: #a9b39c; box-shadow: var(--shadow); }
.product-visual { height: 216px; background: radial-gradient(ellipse at 45% 35%, #f8f6ef, #eeece3); display: grid; place-items: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.product-visual::after { content: 'AMOSTRA ILUSTRATIVA'; position: absolute; bottom: 12px; right: 14px; color: var(--muted); font-size: 8px; letter-spacing: .13em; }
.visual-spool { position: relative; width: 134px; height: 134px; border-radius: 50%; background: var(--spool-color); border: 8px solid #d2cfc4; transform: rotate(-22deg) scaleY(.88); box-shadow: 2px 3px 0 #a8a99b, 5px 6px 0 #ccc8b9, 7px 9px 0 #a9ab9d, 16px 24px 18px #353c3026, inset 0 0 0 4px #ffffff55; transition: transform .25s; }
.visual-spool::before { content: ''; position: absolute; inset: 6px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 1.5px, #00000026 2px 2.5px, #ffffff38 3px 3.5px); }
.visual-spool::after { content: ''; position: absolute; width: 36px; height: 36px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: #e1e0d5; border: 9px solid #d2cfc4; box-shadow: inset 3px 4px 4px #333c3040, 0 0 0 1px #aaa998; }
@media (hover: hover) { .product-card:hover .visual-spool { transform: rotate(-14deg) scaleY(.88) translateY(-3px); } }
.stock-tag { position: absolute; left: 12px; top: 12px; background: #ffffffed; color: var(--green); padding: 5px 9px; border: 1px solid #e0e5d8; border-radius: 5px; font-size: 10px; font-weight: 600; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-brand { font-size: 10px; letter-spacing: .13em; color: var(--accent); font-weight: 700; text-transform: uppercase; margin: 0 0 7px; }
.product-body h3 { font-size: 19px; letter-spacing: -.025em; font-weight: 600; margin: 0; line-height: 1.35; min-height: 51px; }
.product-color { display: flex; align-items: center; gap: 8px; margin: 8px 0 20px; color: var(--muted); font-size: 13px; min-height: 40px; }
.color-dot { width: 15px; height: 15px; flex: none; background: var(--spool-color); border: 1px solid #292d2640; border-radius: 50%; }
.price-line { display: flex; align-items: baseline; gap: 6px; margin-top: auto; border-top: 1px solid var(--line); padding-top: 15px; }
.price-line strong { font-size: 25px; font-weight: 600; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.price-unit { font-size: 11px; color: var(--muted); }
.pix-price { font-size: 12px; color: var(--green); margin: 3px 0 18px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.quantity-stepper { display: flex; border: 1px solid var(--line); border-radius: 6px; align-items: center; height: 46px; background: var(--cream); overflow: hidden; }
.quantity-stepper button { background: none; border: 0; width: 44px; height: 44px; font-size: 18px; color: var(--ink); transition: background .2s; }
.quantity-stepper button:hover:not(:disabled) { background: var(--soft); }
.quantity-stepper button:disabled { color: #969c90; opacity: .6; }
.quantity-stepper button:focus-visible { outline-offset: -4px; }
.quantity-stepper output { min-width: 22px; text-align: center; font-size: 13px; font-weight: 600; }
.add-button { flex: 1; min-width: 90px; min-height: 46px; padding: 10px; background: var(--dark); border: 1px solid var(--dark); color: white; border-radius: 6px; font-size: 12px; font-weight: 600; transition: background .2s; }
.add-button:hover:not(:disabled) { background: #4a5c40; }
.add-button:disabled { background: var(--soft); color: var(--muted); border-color: var(--line); }
.color-note { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); margin: 26px 0 0; }
.color-note svg { width: 16px; height: 16px; }
.empty-results { text-align: center; border: 1px dashed #b7c0ab; border-radius: var(--radius); padding: 55px 20px; background: var(--paper); }
.empty-icon { width: 40px; height: 40px; color: var(--accent); margin-bottom: 12px; }
.empty-results h3 { font: 400 29px Georgia, serif; margin: 5px 0; }
.empty-results p { color: var(--muted); }
.how-section { background: var(--soft); padding: 72px 0; border-block: 1px solid var(--line); }
.how-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.how-inner h2 { max-width: 420px; }
.how-inner ol { margin: 0; padding: 0; list-style: none; }
.how-inner li { display: flex; gap: 20px; border-bottom: 1px solid #d1d9c6; padding: 22px 0; }
.how-inner li:first-child { padding-top: 0; }
.how-inner li:last-child { padding-bottom: 0; border: 0; }
.how-inner li > span { display: grid; place-items: center; align-self: start; width: 38px; height: 38px; border: 1px solid #b8c2ab; border-radius: 50%; color: var(--accent); font-size: 12px; flex: none; }
.how-inner h3 { font-size: 15px; margin: 0 0 5px; font-weight: 600; }
.how-inner li p { font-size: 14px; color: var(--muted); margin: 0; }
.site-footer { background: #293526; color: #f5f4ec; padding-top: 40px; }
.footer-main { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 32px; }
.footer-main > div:first-child { display: flex; align-items: center; gap: 20px; }
.footer-main img { border-radius: 50%; width: 64px; height: 64px; }
.footer-main p { max-width: 190px; color: #c9d0c0; font-size: 13px; margin: 0; }
.footer-main > div:last-child { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 6px; font-size: 14px; }
.footer-main a { color: #e3e7d7; display: inline-flex; align-items: center; min-height: 44px; }
.footer-main a:hover { color: white; }
.footer-bottom { border-top: 1px solid #53604b; padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; color: #c3ccbc; font-size: 11px; }
.drawer-backdrop { position: fixed; inset: 0; background: #19211780; z-index: 20; backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: min(100%, 490px); background: var(--paper); z-index: 21; display: flex; flex-direction: column; box-shadow: -20px 0 45px #00000018; animation: drawer-in .22s ease-out; }
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
.drawer-heading { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.drawer-heading .eyebrow { margin: 0 0 6px; }
.drawer-heading h2 { font: 400 34px/1.1 Georgia, serif; letter-spacing: -.04em; margin: 0; }
.drawer-heading h2 span { font: 500 16px Arial, sans-serif; color: var(--muted); }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); background: var(--cream); border-radius: 50%; font-size: 26px; line-height: 1; color: var(--ink); flex: none; }
.icon-button:hover { background: var(--soft); }
.drawer-content { overflow-y: auto; flex: 1; min-height: 0; padding: 0 28px; overscroll-behavior: contain; }
.cart-items { list-style: none; margin: 0; padding: 0; }
.cart-item { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 12px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.mini-swatch { width: 44px; height: 44px; border-radius: 8px; background: var(--spool-color); border: 1px solid var(--line); }
.cart-item-name { font-size: 14px; font-weight: 600; line-height: 1.4; }
.cart-item-meta { font-size: 12px; color: var(--muted); margin: 5px 0 12px; }
.cart-item-price { font-size: 13px; font-weight: 600; white-space: nowrap; }
.cart-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.remove-button { border: 0; background: none; color: var(--accent); text-decoration: underline; text-underline-offset: 3px; font-size: 12px; padding: 8px; min-height: 44px; }
.cart-empty { text-align: center; padding: 64px 12px; }
.cart-empty > span { font-size: 44px; color: var(--accent); }
.cart-empty h3 { font: 400 27px Georgia, serif; margin: 10px 0; }
.cart-empty p { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.drawer-footer { padding: 22px 28px max(20px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--cream); max-height: 55%; overflow-y: auto; }
.total-row, .pix-row { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.total-row { font-size: 13px; }
.total-row strong { font-size: 18px; white-space: nowrap; }
.pix-row { color: var(--green); font-size: 13px; font-weight: 600; margin-top: 12px; }
.pix-row strong { font-size: 24px; white-space: nowrap; }
.drawer-footer p { font-size: 12px; color: var(--muted); margin: 12px 0 18px; }
.button-whatsapp { width: 100%; background: var(--green); color: white; justify-content: space-between; }
.button-whatsapp:hover:not(:disabled) { background: #274d35; }
.button-whatsapp:disabled { opacity: .55; }
.clear-button { display: block; margin: 8px auto 0; font-size: 12px; }
.toast { position: fixed; bottom: max(24px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); z-index: 30; background: var(--dark); color: white; padding: 14px 24px; border-radius: 8px; box-shadow: var(--shadow); font-size: 14px; max-width: calc(100% - 32px); width: max-content; text-align: center; }
.not-found { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 650px; padding: 32px; margin: auto; }
.not-found h1 { font-size: clamp(42px, 8vw, 64px); margin: 0; }
.not-found > p:not(.eyebrow) { color: var(--muted); margin-bottom: 24px; }
@media (max-width: 1180px) {
  .shell { width: calc(100% - 64px); }
  .header-links { gap: 20px; }
  .header-links a:last-child { display: none; }
  .hero { gap: 40px; }
  .hero-art { min-height: 470px; }
  .art-edition { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-list span { font-size: 18px; }
  .brand-band { gap: 32px; }
  .how-inner { gap: 56px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 100px; }
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 16px; }
  .header-links { gap: 16px; }
  .header-cart { margin-left: auto; }
  .brand strong { font-size: 21px; }
  .brand img { width: 44px; height: 44px; }
  .hero { gap: 28px; padding-block: 36px; }
  .hero h1 { font-size: clamp(44px, 6.5vw, 56px); }
  .hero-art { min-height: 380px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { gap: 12px; }
  .hero-proof small { font-size: 11px; }
  .art-heading { left: 20px; right: 20px; font-size: 8px; }
  .art-note { left: 20px; right: 20px; }
  .art-note em { font-size: 19px; }
  .art-palette { display: none; }
  .art-spool { border-width: 7px; }
  .spool-core { border-width: 9px; }
  .brand-band { display: block; padding-block: 16px 28px; }
  .brand-band p { max-width: none; text-align: center; margin-bottom: 18px; }
  .brand-list { gap: 20px; justify-content: center; }
  .catalog-section { padding-block: 56px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; }
  .search-field input, .select-field select { font-size: 16px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .how-inner { grid-template-columns: 1fr; gap: 36px; }
  .how-inner h2 { max-width: 500px; }
}
@media (max-width: 600px) {
  .announcement { font-size: 11px; gap: 8px; }
  .announcement p { max-width: 290px; text-align: center; }
  .header-inner { min-height: 72px; }
  .header-links { display: none; }
  .brand { gap: 8px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 9px; }
  .header-cart { padding: 9px 10px; gap: 8px; }
  .header-cart > span:not(.cart-badge) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding-block: 32px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(44px, 10.8vw, 62px); max-width: 500px; }
  .hero-intro { font-size: 16px; margin: 22px 0 24px; }
  .hero-actions { gap: 20px; }
  .hero-actions .button { font-size: 13px; padding-inline: 18px; gap: 14px; }
  .hero-proof { margin-top: 24px; }
  .hero-proof small { font-size: 12px; }
  .hero-art { min-height: 0; aspect-ratio: 1.14; border-radius: 12px; }
  .art-heading { top: 20px; }
  .art-note { bottom: 20px; }
  .art-note > span:first-child { font-size: 10px; }
  .art-note em { font-size: 20px; }
  .art-palette { display: flex; }
  .spool-one { top: 15%; }
  .spool-two { top: 29%; }
  .spool-three { top: 46%; }
  .brand-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: center; }
  .brand-list span { font-size: 17px; }
  .catalog-section { padding-top: 44px; }
  .section-heading h2, .how-inner h2 { font-size: 40px; }
  .section-heading > p { font-size: 14px; }
  .filters { padding: 10px; gap: 10px; }
  .select-field { display: block; padding: 8px 10px 4px; }
  .select-field span { display: block; }
  .select-field select { font-size: 16px; }
  .catalog-toolbar { align-items: flex-start; gap: 4px; padding-block: 16px; }
  .results-summary { min-height: 32px; flex-wrap: wrap; gap: 0 8px; }
  .sort-field { width: 100%; justify-content: space-between; }
  .sort-field select { font-size: 14px; }
  .product-grid { gap: 12px; }
  .product-visual { height: 166px; }
  .visual-spool { width: 104px; height: 104px; border-width: 7px; }
  .visual-spool::after { width: 30px; height: 30px; border-width: 8px; }
  .stock-tag { left: 8px; top: 8px; padding: 3px 7px; font-size: 10px; }
  .product-visual::after { font-size: 7px; right: 8px; bottom: 8px; }
  .product-body { padding: 14px 12px; }
  .product-body h3 { font-size: 17px; min-height: 69px; }
  .product-color { font-size: 12px; min-height: 56px; margin: 4px 0 14px; }
  .product-brand { font-size: 9px; }
  .price-line { flex-wrap: wrap; gap: 0 5px; padding-top: 12px; }
  .price-line strong { font-size: 23px; }
  .price-unit { font-size: 10px; }
  .pix-price { font-size: 11px; min-height: 35px; margin-bottom: 12px; }
  .card-actions { flex-direction: column; }
  .quantity-stepper { justify-content: space-between; }
  .color-note { align-items: flex-start; font-size: 11px; }
  .how-section { padding-block: 48px; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-main > div:last-child { align-items: flex-start; }
  .footer-bottom { gap: 8px; }
  .drawer-heading, .drawer-content, .drawer-footer { padding-left: 20px; padding-right: 20px; }
  .cart-item { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; }
  .mini-swatch { width: 36px; height: 36px; }
  .cart-item-price { grid-column: 2; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 32px); }
  .hero-actions { gap: 10px; }
  .hero-secondary { font-size: 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-body h3, .product-color, .pix-price { min-height: 0; }
  .card-actions { flex-direction: row; }
  .product-visual { height: 200px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
