:root {
  --red: #e51b2a;
  --red-dark: #c91622;
  --ink: #161616;
  --paper: #ffffff;
  --cream: #f4f0e8;
  --soft: #f6f6f4;
  --muted: #6f6f6b;
  --line: #e5e4df;
  --page: min(100% - 48px, 1380px);
  --header-height: 78px;
  --radius: 12px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
[hidden] { display: none !important; }
.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; top: 12px; left: 12px; z-index: 999; transform: translateY(-140%); padding: 12px 16px; background: var(--ink); color: white; text-decoration: none; font-size: 12px; font-weight: 700; }
.skip-link:focus { transform: none; }

.announcement { height: 28px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 0 24px; background: var(--red); color: white; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.announcement p { margin: 0; }
.announcement p:nth-child(2) { text-align: center; }
.announcement p:last-child { text-align: right; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-shell { width: var(--page); height: var(--header-height); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; color: var(--ink); text-decoration: none; font-size: 18px; font-weight: 900; letter-spacing: -.045em; }
.brand img { width: 48px; height: 48px; object-fit: cover; }
.brand strong { color: var(--red); }
.desktop-nav { display: flex; align-items: center; justify-content: flex-start; gap: clamp(18px, 2.2vw, 34px); }
.desktop-nav > span { display: contents; }
.desktop-nav a, .text-button, .bag-button { border: 0; padding: 0; background: none; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .055em; cursor: pointer; }
.desktop-nav a { position: relative; line-height: 78px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.bag-button { display: flex; align-items: center; gap: 8px; min-height: 40px; }
.bag-count { min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 9px; }
.icon-button { border: 0; background: transparent; cursor: pointer; }
.mobile-menu-button, .mobile-menu { display: none; }

.hero { width: var(--page); min-height: 510px; margin: 28px auto 0; display: grid; grid-template-columns: 42% 58%; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 58px clamp(32px, 4.5vw, 72px); }
.eyebrow { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.hero h1 { margin: 20px 0 23px; font-size: clamp(56px, 6vw, 88px); line-height: .88; letter-spacing: -.075em; }
.hero h1 span { color: var(--red); }
.hero-copy > p { max-width: 390px; margin: 0 0 30px; color: #484844; font-size: 15px; line-height: 1.55; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid transparent; border-radius: 5px; padding: 0 20px; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .065em; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: var(--red); }
.button--red { background: var(--red); color: white; }
.button--red:hover { background: var(--red-dark); }
.button--outline { border-color: var(--ink); background: white; }
.button--outline:hover { background: var(--ink); color: white; }
.button--full { width: 100%; }
.hero-visual { position: relative; min-width: 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 0; padding: 0; background: #ecebe7; cursor: pointer; }
.hero-model { width: 100%; height: 100%; min-height: 510px; object-fit: cover; transition: transform .5s var(--ease); }
.hero-model--secondary { border-left: 3px solid var(--cream); }
.hero-visual:hover .hero-model { transform: scale(1.018); }
.hero-product-label { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 17px; border-radius: 7px; background: rgba(255,255,255,.94); font-size: 9px; font-weight: 800; letter-spacing: .07em; }

.service-strip { width: var(--page); margin: 22px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 9px; }
.service-strip article { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 72px; padding: 15px 20px; }
.service-strip article + article { border-left: 1px solid var(--line); }
.service-strip article > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--red); font-size: 12px; font-weight: 800; }
.service-strip strong, .service-strip small { display: block; }
.service-strip strong { font-size: 9px; letter-spacing: .06em; }
.service-strip small { margin-top: 4px; color: var(--muted); font-size: 9px; }

.collection { width: var(--page); margin: 0 auto; padding: 92px 0 120px; }
.collection-header { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 30px; }
.collection-header h2 { margin: 10px 0 0; font-size: clamp(38px, 4.6vw, 64px); line-height: .96; letter-spacing: -.055em; }
.collection-header p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.catalog-toolbar { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding: 0 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-filters { display: flex; align-items: center; gap: 7px; }
.filter-button { min-height: 35px; border: 1px solid transparent; border-radius: 99px; padding: 0 13px; background: transparent; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .04em; cursor: pointer; }
.filter-button span { margin-left: 3px; font-size: 7px; vertical-align: super; }
.filter-button.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.sort-control { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .07em; }
.sort-control select { height: 36px; border: 1px solid var(--line); border-radius: 5px; padding: 0 30px 0 11px; background: white; font-size: 9px; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 48px 16px; }
.product-card { min-width: 0; }
.product-image-wrap { position: relative; aspect-ratio: 2 / 3; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.product-image-button { width: 100%; height: 100%; border: 0; padding: 0; background: transparent; cursor: pointer; }
.product-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.product-card:hover .product-image-button img { transform: scale(1.025); }
.product-badge { position: absolute; top: 11px; left: 11px; z-index: 1; padding: 7px 9px; border-radius: 4px; background: var(--ink); color: white; font-size: 8px; font-weight: 800; letter-spacing: .06em; }
.quick-add { position: absolute; right: 10px; bottom: 10px; left: 10px; min-height: 43px; border: 0; border-radius: 6px; background: rgba(255,255,255,.95); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .07em; cursor: pointer; opacity: 0; transform: translateY(10px); transition: opacity .2s, transform .2s, background .2s, color .2s; }
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: none; }
.quick-add:hover { background: var(--ink); color: white; }
.product-info { padding: 14px 3px 0; }
.product-number { display: block; margin-bottom: 6px; color: #9a9995; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.product-name-row { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.product-name-row h3, .product-name-row p { margin: 0; font-size: 11px; font-weight: 800; line-height: 1.35; }
.product-name-row p { white-space: nowrap; }
.color-row { display: flex; align-items: center; gap: 8px; margin-top: 11px; }
.color-swatch { position: relative; width: 16px; height: 16px; border: 1px solid #b7b6b1; border-radius: 50%; padding: 0; background: var(--swatch); cursor: pointer; }
.color-swatch::after { content: ""; position: absolute; inset: -4px; border: 1px solid transparent; border-radius: 50%; }
.color-swatch.is-active::after { border-color: var(--ink); }

@media (max-width: 760px) {
  .catalog-toolbar { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .catalog-filters { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .filter-button { flex: 0 0 auto; }
  .sort-control { width: 100%; justify-content: space-between; }
  .mobile-menu > span { display: contents; }
}

.story { width: var(--page); min-height: 600px; margin: 0 auto 110px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.story-image { overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 65px clamp(38px, 5vw, 76px); }
.story-copy h2 { margin: 20px 0 25px; font-size: clamp(40px, 4.8vw, 68px); line-height: .93; letter-spacing: -.06em; }
.story-copy p { max-width: 480px; margin: 0; color: #55524d; font-size: 14px; line-height: 1.7; }
.text-link { width: max-content; display: inline-flex; gap: 25px; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .07em; }

.values { width: var(--page); margin: 0 auto 110px; padding-top: 80px; border-top: 1px solid var(--line); }
.values-header { max-width: 720px; }
.values-header h2 { margin: 15px 0 0; font-size: clamp(38px, 4.5vw, 62px); line-height: .98; letter-spacing: -.055em; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 45px; }
.values-grid article { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.values-grid article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--red); font-size: 9px; font-weight: 800; }
.values-grid h3 { margin: 42px 0 10px; font-size: 13px; letter-spacing: .02em; }
.values-grid p { max-width: 320px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.newsletter { width: var(--page); margin: 0 auto 90px; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; padding: 52px 58px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.newsletter h2 { margin: 11px 0 14px; font-size: clamp(34px, 4vw, 52px); line-height: .98; letter-spacing: -.055em; }
.newsletter-copy p { max-width: 500px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.newsletter-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.newsletter-form input { min-width: 0; height: 48px; border: 1px solid var(--line); border-radius: 6px; outline: 0; padding: 0 14px; background: white; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.newsletter-form input:focus { border-color: var(--ink); }
.newsletter-form input::placeholder { color: #999; }
.newsletter-form button { min-width: 145px; border: 0; border-radius: 6px; padding: 0 18px; background: var(--ink); color: white; font-size: 9px; font-weight: 800; letter-spacing: .05em; cursor: pointer; }
.newsletter-form button:hover { background: var(--red); }
.newsletter-form small { display: block; margin-top: 10px; color: var(--muted); font-size: 8px; }

.site-footer { padding: 62px max(24px,calc((100% - 1380px)/2)) 22px; background: var(--ink); color: white; }
.footer-trust { display: grid; grid-template-columns: repeat(3,1fr); margin: -18px 0 55px; border: 1px solid #303030; border-radius: 10px; }
.footer-trust > div { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 16px; }
.footer-trust > div + div { border-left: 1px solid #303030; }
.trust-symbol { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #505050; border-radius: 50%; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: -.02em; }
.footer-trust p { margin: 0; display: grid; gap: 3px; }
.footer-trust strong { font-size: 9px; letter-spacing: .06em; }
.footer-trust small { color: #888; font-size: 8px; }
.footer-main { display: flex; justify-content: space-between; gap: 70px; padding-bottom: 55px; }
.brand--footer { align-self: start; color: white; font-size: 22px; }
.brand--footer img { width: 56px; height: 56px; }
.footer-links { display: grid; grid-template-columns: repeat(4,minmax(105px,1fr)); gap: 52px; }
.footer-links div { display: flex; flex-direction: column; align-items: start; gap: 12px; }
.footer-links strong { margin-bottom: 7px; color: #777; font-size: 8px; letter-spacing: .1em; }
.footer-links a { color: #d0d0d0; text-decoration: none; font-size: 10px; }
.footer-links a:hover { color: white; }
.footer-payments { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #303030; }
.footer-payments > span { color: #777; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.footer-payments > div { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-payments b { min-width: 48px; padding: 8px 10px; border: 1px solid #3b3b3b; border-radius: 5px; color: #ddd; text-align: center; font-size: 8px; letter-spacing: .04em; }
.footer-company { padding: 0 0 18px; color: #777; font-size: 8px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid #303030; color: #777; font-size: 8px; font-weight: 700; letter-spacing: .08em; }

/* Busca */
.search-panel { position: fixed; inset: 28px 0 auto; z-index: 80; min-height: 280px; padding: 55px 24px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 18px 45px rgba(0,0,0,.1); }
.search-shell { width: min(100%,900px); margin: 0 auto; }
.search-shell > label { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.search-row { display: grid; grid-template-columns: 1fr 44px; margin-top: 14px; border-bottom: 2px solid var(--ink); }
.search-row input { min-width: 0; height: 60px; border: 0; outline: 0; font-size: clamp(20px,3vw,34px); font-weight: 800; letter-spacing: -.03em; }
.close-search { border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.search-results { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 22px; }
.search-result { display: flex; align-items: center; gap: 10px; border: 0; border-radius: 6px; padding: 7px; background: var(--soft); text-align: left; cursor: pointer; }
.search-result img { width: 50px; height: 65px; border-radius: 4px; object-fit: cover; }
.search-result span { font-size: 8px; font-weight: 800; line-height: 1.4; }
.search-empty { grid-column: 1/-1; color: var(--muted); font-size: 12px; }

/* Sacola */
.drawer-overlay { position: fixed; inset: 0; z-index: 89; background: rgba(0,0,0,.4); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 90; width: min(100%,470px); height: 100dvh; display: flex; flex-direction: column; background: white; transform: translateX(101%); visibility: hidden; transition: transform .32s var(--ease); }
.cart-drawer.is-open { transform: none; visibility: visible; }
.drawer-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; padding: 24px 27px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 8px 0 0; font-size: 26px; letter-spacing: -.045em; }
.drawer-header .icon-button, .dialog-close, .checkout-topbar .icon-button { width: 40px; height: 40px; font-size: 29px; line-height: 1; }
.cart-delivery-note { display: flex; align-items: center; gap: 11px; padding: 14px 27px; background: var(--cream); }
.cart-delivery-note p { margin: 0; font-size: 10px; font-weight: 700; }
.cart-delivery-icon { position: relative; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; background: var(--red); color: white; }
.cart-delivery-icon::before { content: ""; position: absolute; left: 8px; top: 7px; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.cart-delivery-icon::after { content: ""; position: absolute; left: 7px; top: 12px; width: 11px; height: 2px; border-radius: 2px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.cart-items { flex: 1; overflow: auto; padding: 6px 27px; }
.cart-empty { min-height: 350px; display: grid; place-items: center; text-align: center; }
.cart-empty-mark { color: var(--red); font-size: 50px; }
.cart-empty h3 { margin: 17px 0 7px; font-size: 20px; }
.cart-empty p { margin: 0 0 22px; color: var(--muted); font-size: 11px; }
.cart-item { display: grid; grid-template-columns: 88px 1fr auto; gap: 13px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 88px; height: 118px; border-radius: 6px; object-fit: cover; background: var(--soft); }
.cart-item-info { display: flex; flex-direction: column; align-items: start; }
.cart-item-info strong { font-size: 10px; line-height: 1.35; }
.cart-item-info small { margin-top: 6px; color: var(--muted); font-size: 9px; text-transform: capitalize; }
.cart-item-price { font-size: 10px; white-space: nowrap; }
.quantity-control { display: inline-grid; grid-template-columns: 27px 29px 27px; align-items: center; height: 30px; margin-top: auto; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.quantity-control button { height: 100%; border: 0; background: white; cursor: pointer; }
.quantity-control span { text-align: center; font-size: 10px; font-weight: 800; }
.remove-item { margin-top: 8px; border: 0; padding: 0; background: transparent; color: var(--muted); font-size: 8px; text-decoration: underline; cursor: pointer; }
.cart-footer { max-height: 58dvh; overflow: auto; padding: 19px 27px 25px; border-top: 1px solid var(--line); }
.cart-shipping { margin-bottom: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.cart-shipping > label { display: block; margin-bottom: 9px; font-size: 9px; font-weight: 800; letter-spacing: .07em; }
.cart-postal-row { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.cart-postal-row input { min-width: 0; height: 42px; border: 1px solid var(--line); border-radius: 5px; outline: 0; padding: 0 12px; font-size: 11px; }
.cart-postal-row input:focus { border-color: var(--ink); }
.cart-postal-row button { min-width: 105px; border: 0; border-radius: 5px; padding: 0 12px; background: var(--ink); color: white; font-size: 8px; font-weight: 800; cursor: pointer; }
.cart-postal-row button:hover { background: var(--red); }
.cart-postal-row button:disabled { cursor: wait; opacity: .65; }
.cart-shipping-options { display: grid; gap: 7px; margin-top: 10px; }
.cart-shipping-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 48px; border: 1px solid var(--line); border-radius: 5px; padding: 9px 10px; cursor: pointer; }
.cart-shipping-option:has(input:checked) { border-color: var(--ink); box-shadow: inset 3px 0 0 var(--red); }
.cart-shipping-option input { accent-color: var(--red); }
.cart-shipping-option span strong, .cart-shipping-option span small { display: block; }
.cart-shipping-option span strong { font-size: 8px; }
.cart-shipping-option span small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.cart-shipping-option b { font-size: 9px; }
.cart-shipping-demo { margin: 2px 0 0; color: var(--muted); font-size: 8px; line-height: 1.4; }
.cart-total-line { display: flex; justify-content: space-between; margin: 7px 0; color: var(--muted); font-size: 9px; }
.cart-subtotal { display: flex; justify-content: space-between; margin: 12px 0 16px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 17px; font-weight: 900; }
.cart-footer .button { width: 100%; }
.cart-trust { display: flex; justify-content: center; gap: 14px; margin-top: 12px; color: var(--muted); font-size: 7px; font-weight: 700; }

/* Produto */
dialog { max-width: none; max-height: none; border: 0; padding: 0; }
dialog::backdrop { background: rgba(0,0,0,.55); }
.product-dialog { width: min(calc(100% - 48px),1080px); height: min(calc(100dvh - 48px),730px); overflow: visible; border-radius: 12px; background: white; }
.dialog-close { position: absolute; top: 13px; right: 13px; z-index: 5; border: 0; border-radius: 50%; background: white; cursor: pointer; }
.product-dialog-content { height: 100%; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; border-radius: 12px; }
.product-gallery { display: grid; grid-template-columns: 82px 1fr; min-height: 0; background: var(--soft); }
.product-thumbs { display: flex; flex-direction: column; gap: 7px; padding: 13px 7px; overflow: auto; }
.product-thumb { border: 1px solid transparent; border-radius: 5px; padding: 0; overflow: hidden; background: none; cursor: pointer; }
.product-thumb.is-active { border-color: var(--ink); }
.product-thumb img { width: 100%; aspect-ratio: 2/3; object-fit: cover; }
.product-main-image { min-width: 0; min-height: 0; }
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-info { overflow: auto; padding: 52px 45px 35px; }
.product-detail-info h2 { margin: 13px 0 8px; font-size: clamp(32px,3.5vw,50px); line-height: .95; letter-spacing: -.055em; }
.detail-price { font-size: 15px; }
.installments { margin: 6px 0 24px; color: var(--muted); font-size: 9px; }
.detail-description { margin: 0 0 25px; color: #494945; font-size: 12px; line-height: 1.6; }
.option-block { margin-top: 22px; }
.option-title { display: flex; justify-content: space-between; margin-bottom: 11px; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.option-title button { border: 0; padding: 0; background: none; color: var(--muted); font-size: 8px; text-decoration: underline; cursor: pointer; }
.detail-colors { display: flex; gap: 10px; }
.detail-colors .color-swatch { width: 24px; height: 24px; }
.size-options { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.size-option { min-height: 42px; border: 1px solid var(--line); border-radius: 5px; background: white; font-size: 9px; font-weight: 800; cursor: pointer; }
.size-option.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.detail-add { width: 100%; margin-top: 24px; }
.detail-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 20px; }
.detail-facts span { padding-top: 9px; border-top: 1px solid var(--line); color: var(--muted); font-size: 7px; font-weight: 700; line-height: 1.4; }

/* Checkout */
.checkout-dialog { width: 100%; height: 100dvh; background: var(--soft); }
.checkout-dialog::backdrop { background: white; }
.checkout-topbar { position: sticky; top: 0; z-index: 5; height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 28px; border-bottom: 1px solid var(--line); background: white; }
.checkout-topbar .icon-button { justify-self: end; }
.checkout-secure { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.checkout-secure span { margin-right: 5px; color: var(--red); }
.checkout-brand img { width: 41px; height: 41px; }
.checkout-layout { min-height: calc(100dvh - 70px); display: grid; grid-template-columns: minmax(0,1fr) minmax(350px,450px); }
.checkout-main { padding: 48px max(30px,7vw) 70px; }
.checkout-heading { max-width: 740px; margin: 0 auto 42px; }
.back-to-cart { border: 0; padding: 0; background: none; color: var(--muted); font-size: 8px; font-weight: 800; cursor: pointer; }
.checkout-heading h2 { margin: 20px 0 28px; font-size: clamp(32px,4.5vw,54px); line-height: .95; letter-spacing: -.055em; }
.checkout-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; }
.checkout-steps li { display: flex; align-items: center; gap: 7px; padding-bottom: 12px; border-bottom: 2px solid var(--line); color: #aaa; font-size: 8px; font-weight: 800; letter-spacing: .07em; }
.checkout-steps li.is-active, .checkout-steps li.is-complete { border-color: var(--red); color: var(--ink); }
.checkout-steps li span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 7px; }
.checkout-steps li.is-complete span { border-color: var(--red); background: var(--red); color: white; }
#checkout-form { max-width: 740px; margin: 0 auto; }
.checkout-step { padding: 32px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.form-section-title { display: flex; gap: 15px; margin-bottom: 27px; }
.form-section-title > span { color: var(--red); font-size: 9px; font-weight: 800; }
.form-section-title h3 { margin: 0; font-size: 16px; }
.form-section-title p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 11px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field--full { grid-column: 1/-1; }
.field span { font-size: 8px; font-weight: 800; letter-spacing: .06em; }
.field input { width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 5px; outline: 0; padding: 0 12px; background: white; font-size: 11px; }
.field input:focus { border-color: var(--ink); }
.field input.is-invalid { border-color: var(--red); }
.find-cep { align-self: end; height: 46px; border: 1px solid var(--ink); border-radius: 5px; background: white; font-size: 8px; font-weight: 800; cursor: pointer; }
.checkout-step > .button--full { margin-top: 25px; }
.shipping-loading { display: flex; align-items: center; gap: 9px; padding: 18px; border-radius: 6px; background: var(--soft); font-size: 10px; }
.shipping-loading span { width: 15px; height: 15px; border: 2px solid var(--line); border-top-color: var(--red); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.shipping-options, .payment-methods { display: grid; gap: 9px; }
.shipping-option, .payment-method { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 68px; border: 1px solid var(--line); border-radius: 6px; padding: 13px; cursor: pointer; }
.shipping-option:has(input:checked), .payment-method:has(input:checked) { border-color: var(--ink); box-shadow: inset 3px 0 0 var(--red); }
.shipping-option input, .payment-method input { accent-color: var(--red); }
.shipping-option span strong, .shipping-option span small, .payment-method span strong, .payment-method span small { display: block; }
.shipping-option span strong, .payment-method span strong { font-size: 10px; }
.shipping-option span small, .payment-method span small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.shipping-option > strong { font-size: 10px; }
.payment-method > b { color: var(--muted); font-size: 8px; }
.shipping-demo { margin: 10px 0 0; color: var(--muted); font-size: 8px; line-height: 1.5; }
.checkout-actions { display: grid; grid-template-columns: .35fr .65fr; gap: 9px; margin-top: 24px; }
.checkout-notice { display: flex; gap: 10px; margin-top: 19px; padding: 13px; border-radius: 6px; background: var(--soft); }
.checkout-notice span { color: var(--red); }
.checkout-notice p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.5; }
.checkout-consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.checkout-consent input { margin-top: 2px; accent-color: var(--red); }
.checkout-consent a { color: var(--ink); font-weight: 800; }
.integration-message { min-height: 17px; margin: 12px 0 0; color: var(--red); font-size: 9px; line-height: 1.5; }
.checkout-summary { padding: 44px 34px; border-left: 1px solid var(--line); background: white; }
.checkout-summary > h3 { margin: 0 0 24px; font-size: 11px; }
.checkout-summary-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 11px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.checkout-summary-item img { width: 62px; height: 82px; border-radius: 5px; object-fit: cover; }
.checkout-summary-item span strong, .checkout-summary-item span small { display: block; }
.checkout-summary-item span strong { font-size: 8px; line-height: 1.4; }
.checkout-summary-item span small { margin-top: 4px; color: var(--muted); font-size: 8px; text-transform: capitalize; }
.checkout-summary-item > strong { font-size: 8px; white-space: nowrap; }
#checkout-totals { margin: 22px 0; }
#checkout-totals div { display: flex; justify-content: space-between; margin: 10px 0; font-size: 9px; }
#checkout-totals dt, #checkout-totals dd { margin: 0; }
#checkout-totals .grand-total { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--ink); font-size: 15px; font-weight: 900; }
.checkout-benefits { display: grid; gap: 8px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 7px; font-weight: 800; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 200; max-width: min(340px,calc(100% - 40px)); padding: 14px 17px; border-radius: 6px; background: var(--ink); color: white; box-shadow: 0 10px 25px rgba(0,0,0,.22); font-size: 10px; font-weight: 700; line-height: 1.45; }

@media (max-width: 1100px) {
  :root { --page: min(100% - 32px,1380px); }
  .header-shell { gap: 25px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 9px; }
  .hero { grid-template-columns: 40% 60%; min-height: 460px; }
  .hero-model { min-height: 460px; }
  .hero-copy { padding: 42px 32px; }
  .hero h1 { font-size: 57px; }
  .service-strip { grid-template-columns: repeat(2,1fr); }
  .service-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .service-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .newsletter { gap: 45px; }
  .footer-links { gap: 40px; }
  .checkout-layout { grid-template-columns: minmax(0,1fr) 360px; }
  .checkout-main { padding-inline: 32px; }
}

@media (max-width: 820px) {
  :root { --page: 100%; --header-height: 64px; }
  .announcement { height: 26px; grid-template-columns: 1fr; text-align: center; }
  .announcement p { display: none; }
  .announcement .announcement__center { display: block; text-align: center; }
  .header-shell { width: 100%; grid-template-columns: 1fr auto 1fr; gap: 0; padding: 0 16px; }
  .brand { justify-self: center; gap: 5px; font-size: 14px; }
  .brand img { width: 38px; height: 38px; }
  .desktop-nav, .search-button { display: none; }
  .mobile-menu-button { display: flex; width: 34px; height: 34px; padding: 8px 4px; flex-direction: column; justify-content: center; gap: 6px; }
  .mobile-menu-button span { display: block; width: 21px; height: 1px; background: var(--ink); }
  .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu { max-height: calc(100dvh - 90px); overflow-y: auto; border-top: 1px solid var(--line); padding: 8px 18px 16px; background: white; }
  .mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; }
  .header-actions { justify-self: end; gap: 0; }
  .bag-button { padding: 0; font-size: 0; }
  .bag-count { font-size: 9px; }

  .hero { width: calc(100% - 24px); min-height: auto; margin-top: 12px; grid-template-columns: 1fr; }
  .hero-copy { min-height: 390px; padding: 42px 25px; }
  .hero h1 { font-size: clamp(56px,17vw,79px); }
  .hero-copy > p { font-size: 13px; }
  .hero-visual { min-height: 480px; }
  .hero-model { min-height: 480px; }
  .hero-product-label { right: 12px; bottom: 12px; left: 12px; }
  .service-strip { width: calc(100% - 24px); margin-top: 12px; }
  .service-strip article { justify-content: flex-start; min-height: 62px; padding: 13px; }
  .service-strip small { display: none; }

  .collection { width: 100%; padding: 72px 12px 85px; }
  .collection-header { align-items: start; flex-direction: column; gap: 18px; padding: 0 5px 25px; }
  .collection-header h2 { font-size: 44px; }
  .collection-header p { max-width: 340px; font-size: 12px; }
  .catalog-toolbar { overflow: auto; margin-bottom: 18px; padding: 0 10px; }
  .catalog-filters { min-width: max-content; }
  .sort-control { display: none; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px 9px; }
  .product-name-row { display: block; }
  .product-name-row p { margin-top: 5px; }
  .quick-add { min-height: 37px; opacity: 1; transform: none; }
  .product-info { padding-inline: 1px; }

  .story { width: calc(100% - 24px); min-height: 0; margin-bottom: 75px; grid-template-columns: 1fr; }
  .story-image { min-height: 500px; }
  .story-copy { padding: 48px 24px 54px; }
  .story-copy h2 { font-size: 43px; }
  .values { width: calc(100% - 24px); margin-bottom: 75px; padding-top: 60px; }
  .values-header h2 { font-size: 40px; }
  .values-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 32px; }
  .values-grid article { min-height: 170px; padding: 23px; }
  .values-grid h3 { margin-top: 28px; }
  .newsletter { width: calc(100% - 24px); margin-bottom: 70px; grid-template-columns: 1fr; align-items: start; gap: 32px; padding: 38px 22px; }
  .newsletter h2 { font-size: 39px; }
  .newsletter-form > div { grid-template-columns: 1fr; }
  .newsletter-form button { min-height: 48px; }
  .site-footer { padding: 46px 21px 18px; }
  .footer-trust { grid-template-columns: 1fr; margin-bottom: 42px; }
  .footer-trust > div { justify-content: flex-start; padding-inline: 22px; }
  .footer-trust > div + div { border-left: 0; border-top: 1px solid #303030; }
  .footer-main { flex-direction: column; gap: 48px; padding-bottom: 48px; }
  .brand--footer { justify-self: start; }
  .footer-links { width: 100%; grid-template-columns: repeat(2,1fr); gap: 34px; }
  .footer-payments { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }

  .search-panel { inset: 26px 0 auto; padding: 35px 16px; }
  .search-results { grid-template-columns: 1fr 1fr; }
  input, select, textarea { font-size: 16px; }
  .product-dialog { inset: 0; width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; overflow: hidden; border-radius: 0; }
  .product-dialog-content { width: 100%; max-width: 100vw; display: block; overflow-x: hidden; overflow-y: auto; border-radius: 0; }
  .product-gallery { height: min(58dvh,520px); min-height: 390px; grid-template-columns: 58px minmax(0,1fr); }
  .product-main-image { display: grid; place-items: center; overflow: hidden; }
  .product-main-image img { width: 100%; height: 100%; object-fit: contain; }
  .product-detail-info { overflow: visible; padding: 30px 19px max(42px,env(safe-area-inset-bottom)); }
  .product-detail-info h2 { font-size: clamp(30px,10vw,42px); }
  .checkout-topbar { height: 62px; grid-template-columns: 1fr auto; padding: 0 14px; }
  .checkout-secure { display: none; }
  .checkout-brand { justify-self: start; }
  .checkout-layout { display: flex; flex-direction: column; }
  .checkout-main { padding: 32px 13px 42px; }
  .checkout-heading { margin-bottom: 27px; }
  .checkout-heading h2 { margin-top: 18px; }
  .checkout-step { padding: 23px 15px; }
  .checkout-summary { order: -1; display: none; padding: 26px 19px; border: 0; border-bottom: 1px solid var(--line); }
  .field-grid { grid-template-columns: 1fr; }
  .field--full, .field--wide, .field--narrow { grid-column: auto; }
  .find-cep { width: 100%; }
  .checkout-actions { grid-template-columns: 1fr; }
  .checkout-actions .button--outline { order: 2; }
}

@media (max-width: 480px) {
  .hero-copy { min-height: 360px; }
  .hero-visual, .hero-model { min-height: 420px; }
  .hero-product-label { font-size: 8px; }
  .service-strip strong { font-size: 8px; }
  .product-name-row h3, .product-name-row p { font-size: 10px; }
  .story-image { min-height: 450px; }
  .cart-item { grid-template-columns: 75px 1fr; }
  .cart-item img { width: 75px; height: 100px; }
  .cart-item-price { grid-column: 2; }
  .search-results { grid-template-columns: 1fr; }
  .product-gallery { height: 54dvh; min-height: 350px; }
  .checkout-steps li { font-size: 7px; }
}

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