:root {
  --ink: #080909;
  --ink-2: #111313;
  --ink-3: #1a1d1c;
  --paper: #f0eee8;
  --paper-2: #dedbd2;
  --muted: #8f938f;
  --line: rgba(255, 255, 255, .14);
  --dark-line: rgba(8, 9, 9, .15);
  --signal: #ff5a1f;
  --signal-2: #ff7a3d;
  --green: #18b766;
  --shell: 1240px;
  --display: "Archivo Black", "Arial Black", sans-serif;
  --body: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
  --shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; overflow-x: clip; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.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: -80px; z-index: 200; background: var(--signal); color: white; padding: 12px 18px; border-radius: 999px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.topline { background: #030404; color: #bfc2bd; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.topline-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { color: white; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(8,9,9,.94); color: white; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { min-width: 220px; display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 52px; height: 52px; object-fit: cover; border: 1px solid rgba(255,255,255,.16); }
.brand span { display: grid; gap: 1px; text-transform: uppercase; }
.brand strong { font: 400 24px/1 var(--display); letter-spacing: .08em; }
.brand small { color: #aeb1ad; font: 700 9px/1.2 var(--body); letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #c8cbc6; font: 600 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--signal); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.mobile-menu-button { display: none; }
.cart-button { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 8px 0 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: white; color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; }
.cart-count { min-width: 30px; height: 30px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--signal); color: white; font: 800 13px/1 var(--body); }
.mobile-nav { display: none; background: var(--ink); padding: 12px 20px 24px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font: 500 15px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }

.hero { min-height: 700px; position: relative; isolation: isolate; display: grid; align-items: stretch; overflow: hidden; background: #070808; color: white; }
.hero-grid, .blueprint-grid { position: absolute; inset: 0; z-index: -2; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.hero::before { content: ""; position: absolute; inset: auto auto -220px -180px; z-index: -1; width: 620px; height: 620px; border: 1px solid rgba(255,90,31,.2); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,90,31,.025),0 0 0 220px rgba(255,90,31,.018); }
.hero-inner { display: grid; grid-template-columns: minmax(0,1fr); align-items: center; padding-top: 26px; padding-bottom: 26px; }
.hero-copy { position: relative; z-index: 3; align-self: center; max-width: 690px; }
.hero-copy, .hero-showcase, .compat-copy, .compat-tool, .lab-copy, .lab-visual { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #dedfdc; font: 600 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow > span:first-child { flex: 0 0 auto; display: inline-block; width: 34px; height: 2px; background: var(--signal); }
.eyebrow.dark { color: #555a57; }
.hero h1, .section-heading h2, .compat-copy h2, .lab-copy h2, .faq h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 { max-width: 700px; font-size: clamp(52px,5.2vw,76px); line-height: .92; }
em { color: var(--signal); font-style: normal; }
.hero-lead { max-width: 580px; min-height: 58px; margin: 28px 0 0; color: #c8cbc6; font-size: clamp(16px,1.35vw,19px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font: 600 10px/1 var(--mono); letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--signal); color: white; box-shadow: 0 10px 30px rgba(255,90,31,.22); }
.button-primary:hover { background: var(--signal-2); }
.button-ghost { border-color: rgba(255,255,255,.36); background: rgba(0,0,0,.22); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-wide { width: 100%; }
.button-whatsapp { background: var(--green); color: white; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; color: #9da19c; font: 500 8px/1.4 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 3px rgba(255,90,31,.12); }
.hero-showcase { position: relative; width: 100%; min-width: 0; }
.hero-visual { position: relative; min-height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #111313; box-shadow: 0 32px 80px rgba(0,0,0,.35); }
.hero-visual::before { content: "SELEÇÃO / GCL"; position: absolute; top: 20px; left: 20px; z-index: 4; padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); background: rgba(5,6,6,.72); color: white; font: 600 8px/1 var(--mono); letter-spacing: .1em; }
.hero-visual::after { content: "03 PRODUTOS EM DESTAQUE"; position: absolute; top: 20px; right: 20px; z-index: 4; padding: 8px 11px 8px 25px; border: 1px solid rgba(255,255,255,.16); background: rgba(5,6,6,.72); color: #b9bdb8; font: 600 8px/1 var(--mono); letter-spacing: .08em; }
.hero-visual-images { position: absolute; inset: 0; }
.hero-product { position: absolute; inset: 58px 7% 118px; width: 86%; height: calc(100% - 176px); object-fit: cover; object-position: center; border: 1px solid rgba(255,255,255,.12); background: #f6f5f1; opacity: 0; transform: scale(1.015); transition: opacity .65s ease, transform .8s ease; }
.hero-product.is-active { opacity: 1; transform: scale(1); }
.hero-visual-shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(0deg,rgba(2,3,3,.96),rgba(2,3,3,.08) 38%,rgba(2,3,3,.08) 72%,rgba(2,3,3,.35)); pointer-events: none; }
.hero-product-caption { position: absolute; inset: auto 0 0; z-index: 3; display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: end; gap: 22px; padding: 24px 26px; }
.hero-product-caption > div:first-child { display: grid; gap: 5px; }
.hero-product-caption span { color: var(--signal); font: 600 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-product-caption strong { max-width: 430px; font: 400 clamp(24px,2.2vw,34px)/.98 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.hero-product-caption small { color: #c0c4bf; font-size: 11px; }
.hero-product-caption b { color: rgba(255,255,255,.22); font: 400 48px/.8 var(--display); }
.hero-product-caption .button { min-height: 46px; }
.hero-product-caption .button-ghost { width: 46px; padding: 0; }
.hero-slider-controls { display: grid; grid-template-columns: 48px 1fr 48px; align-items: stretch; gap: 8px; margin-top: 10px; }
.hero-arrow { min-width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); background: #101212; color: white; cursor: pointer; transition: background .2s ease,color .2s ease; }
.hero-arrow:hover,.hero-arrow:focus-visible { background: var(--signal); }
.hero-arrow-prev svg { transform: rotate(180deg); }
.hero-dots { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.hero-dot { position: relative; min-width: 0; padding: 0 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #101212; color: #7f847f; text-align: left; cursor: pointer; }
.hero-dot span { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; font: 600 8px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.hero-dot span b { color: var(--signal); font: inherit; }
.hero-dot i { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--signal); }
.hero-dot.is-active { color: white; }
.hero.is-running .hero-dot.is-active i { animation: hero-progress 6.5s linear forwards; }
@keyframes hero-progress { to { width: 100%; } }

.trust-rail { background: var(--signal); color: white; }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; padding: 18px 26px; border-right: 1px solid rgba(255,255,255,.25); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.trust-grid b { color: rgba(255,255,255,.5); font: 900 28px/1 var(--display); }
.trust-grid span { display: grid; gap: 2px; font-size: 12px; }
.trust-grid strong { font-size: 14px; text-transform: uppercase; }

.category-section { padding: 72px 0 26px; }
.section-kicker-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--dark-line); font: 600 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.section-kicker-row small { color: #757a76; font-weight: 600; }
.category-rail { display: grid; grid-template-columns: repeat(5,1fr); border-bottom: 1px solid var(--dark-line); }
.category-rail a { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; gap: 4px; padding: 24px 16px; border-right: 1px solid var(--dark-line); transition: background .22s ease, color .22s ease; }
.category-rail a:first-child { border-left: 1px solid var(--dark-line); }
.category-rail a:hover { background: var(--ink); color: white; }
.category-rail span { margin-bottom: auto; color: var(--signal); font: 900 16px/1 var(--display); }
.category-rail strong { font: 400 19px/1.08 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.category-rail small { color: #717572; font-size: 11px; }
.category-rail a:hover small { color: #b9bcb8; }

.section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.55fr); align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .compat-copy h2, .lab-copy h2, .faq h2 { font-size: clamp(48px,5.5vw,76px); line-height: .9; }
.section-heading > p { margin: 0; color: #626763; font-size: 14px; line-height: 1.7; }
.spotlight-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; }
.spot-card { min-height: 520px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: white; }
.spot-card:not(:first-child) { min-height: 410px; }
.spot-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.spot-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,4,4,.94), rgba(3,4,4,0) 68%); }
.spot-card:hover img { transform: scale(1.035); }
.spot-content { position: relative; z-index: 2; padding: 28px; }
.product-overline { display: block; margin-bottom: 9px; color: var(--signal); font: 600 9px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.spot-content h3 { max-width: 440px; margin: 0; font: 400 clamp(26px,2.7vw,42px)/1 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.spot-content p { max-width: 440px; margin: 12px 0 20px; color: #c2c5c0; font-size: 13px; line-height: 1.5; }
.spot-actions { display: flex; align-items: center; gap: 10px; }
.mini-action { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(0,0,0,.25); color: white; font: 600 9px/1 var(--mono); letter-spacing: .03em; text-transform: uppercase; cursor: pointer; }
.mini-action.primary { border-color: var(--signal); background: var(--signal); }

.catalog { background: #e5e2da; }
.catalog-heading > p strong { color: var(--ink); }
.catalog-toolbar { position: sticky; top: 78px; z-index: 25; display: grid; grid-template-columns: 310px 1fr; gap: 16px; padding: 14px; margin: 0 0 28px; background: rgba(229,226,218,.94); border: 1px solid var(--dark-line); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.search-field { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 16px; background: white; border: 1px solid transparent; border-radius: 999px; }
.search-field:focus-within { border-color: var(--ink); }
.search-field input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; }
.filter-scroll { min-width: 0; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; }
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; min-height: 48px; padding: 0 18px; border: 1px solid var(--dark-line); border-radius: 999px; background: transparent; font: 600 9px/1 var(--mono); letter-spacing: .03em; text-transform: uppercase; cursor: pointer; }
.filter-chip:hover, .filter-chip.is-active { background: var(--ink); border-color: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; background: #f6f5f1; border: 1px solid rgba(8,9,9,.1); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(8,9,9,.12); }
.product-image { position: relative; aspect-ratio: 5 / 4; overflow: hidden; border: 0; border-bottom: 1px solid rgba(8,9,9,.08); background: #f6f5f1; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-badge { position: absolute; left: 14px; top: 14px; z-index: 2; padding: 7px 10px; border-radius: 999px; background: var(--ink); color: white; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.product-meta { display: flex; justify-content: space-between; gap: 10px; color: #797d79; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-meta small { overflow: hidden; color: #8a8e89; font: inherit; text-overflow: ellipsis; white-space: nowrap; }
.product-card h3 { min-height: 2.15em; margin: 13px 0 8px; font: 400 22px/1.08 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.product-card p { min-height: 3em; margin: 0; color: #666b67; font-size: 12px; line-height: 1.5; }
.product-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 15px; }
.product-tags span { padding: 6px 9px; border: 1px solid var(--dark-line); border-radius: 999px; color: #5e625e; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.product-actions { display: grid; grid-template-columns: 1fr 48px; gap: 8px; margin-top: auto; padding-top: 18px; }
.add-product { min-height: 48px; border: 0; border-radius: 999px; background: var(--ink); color: white; font: 600 9px/1 var(--mono); letter-spacing: .025em; text-transform: uppercase; cursor: pointer; }
.add-product:hover { background: var(--signal); }
.details-product { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--dark-line); border-radius: 50%; background: transparent; cursor: pointer; }
.details-product:hover { border-color: var(--ink); background: white; }
.catalog-more { display: flex; justify-content: center; padding-top: 30px; }
.catalog-more .button { min-width: 240px; }
.catalog-more .button[hidden] { display: none; }
.catalog-empty { padding: 70px 24px; text-align: center; border: 1px dashed var(--dark-line); }
.catalog-empty strong { font: 900 34px/1 var(--display); text-transform: uppercase; }
.catalog-empty p { color: #666; }

.compatibility { position: relative; overflow: hidden; background: var(--ink); color: white; }
.compatibility::before { content: "SELEÇÃO GUIADA"; position: absolute; right: -30px; top: 50%; transform: translateY(-50%) rotate(90deg); color: rgba(255,255,255,.025); font: 900 110px/1 var(--display); letter-spacing: .04em; white-space: nowrap; }
.compatibility-wrap { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: center; }
.compat-copy p:not(.eyebrow) { max-width: 560px; color: #b5b8b4; line-height: 1.7; }
.compat-copy ul { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; color: #d4d6d2; font-size: 13px; }
.compat-copy li { display: flex; align-items: center; gap: 10px; }
.compat-copy li svg { color: var(--signal); }
.compat-tool { padding: 28px; background: #f2f0ea; color: var(--ink); box-shadow: var(--shadow); }
.tool-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; margin-bottom: 22px; border-bottom: 1px solid var(--dark-line); font: 900 10px/1 var(--body); letter-spacing: .15em; }
.tool-top small { color: var(--signal); }
.compat-tool label, .drawer-footer label, .lab-form label { display: grid; gap: 8px; margin-bottom: 16px; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
select, input, textarea { width: 100%; border: 1px solid rgba(8,9,9,.2); border-radius: 0; background: white; color: var(--ink); outline: none; }
select, input { height: 52px; padding: 0 14px; }
textarea { padding: 14px; resize: vertical; }
select:focus, input:focus, textarea:focus { border-color: var(--signal); box-shadow: 0 0 0 3px rgba(255,90,31,.12); }
.compat-result { min-height: 128px; display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: center; padding: 18px; margin: 22px 0 14px; background: var(--ink); color: white; }
.result-reticle { width: 68px; height: 68px; position: relative; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.result-reticle::before, .result-reticle::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--signal); transform: translate(-50%,-50%); }
.result-reticle::before { width: 86px; height: 1px; }
.result-reticle::after { width: 1px; height: 86px; }
.compat-result small { color: var(--signal); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.compat-result strong { display: block; margin: 5px 0; font: 400 21px/1.08 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.compat-result p { margin: 0; color: #b4b8b3; font-size: 11px; line-height: 1.5; }
.tool-note { margin: 14px 0 0; color: #747975; font-size: 9px; line-height: 1.5; text-align: center; }

.lab { background: #f6f4ef; }
.lab-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.lab-visual { min-height: 610px; position: relative; overflow: hidden; background: #d5d1c7; border: 1px solid var(--dark-line); }
.lab-visual .blueprint-grid { z-index: 0; opacity: .5; mask-image: none; background-image: linear-gradient(rgba(8,9,9,.12) 1px,transparent 1px), linear-gradient(90deg,rgba(8,9,9,.12) 1px,transparent 1px); background-size: 36px 36px; }
.part { position: absolute; background: var(--ink); border: 2px solid #363a38; box-shadow: inset 0 0 0 8px rgba(255,255,255,.03), 0 30px 40px rgba(0,0,0,.2); }
.part-a { width: 210px; height: 300px; left: 21%; top: 26%; border-radius: 34% 15% 20% 22%; transform: rotate(-18deg) skewY(8deg); }
.part-b { width: 190px; height: 76px; left: 42%; top: 24%; border-radius: 28px; transform: rotate(14deg); background: var(--signal); }
.part-c { width: 106px; height: 230px; right: 17%; bottom: 14%; border-radius: 18px 18px 45px 45px; transform: rotate(21deg); }
.measure { position: absolute; color: #525753; font: 800 10px/1 var(--body); letter-spacing: .12em; }
.measure::before { content: ""; display: block; width: 110px; height: 1px; margin-bottom: 7px; background: #6b706c; }
.measure-a { left: 7%; bottom: 18%; }.measure-b { right: 7%; top: 18%; }
.lab-stamp { position: absolute; right: 24px; bottom: 24px; display: grid; padding: 12px 18px; border: 2px solid var(--ink); transform: rotate(-4deg); text-align: center; }
.lab-stamp b { font: 900 34px/1 var(--display); }.lab-stamp span { font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.lab-copy > p:not(.eyebrow) { max-width: 650px; color: #5f6460; line-height: 1.7; }
.lab-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 14px; margin-top: 28px; }
.lab-form .full { grid-column: 1 / -1; }

.brands { padding-top: 72px; padding-bottom: 72px; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.section-label { margin: 0 0 24px; color: #777c78; font-size: 9px; font-weight: 900; letter-spacing: .18em; text-align: center; text-transform: uppercase; }
.brand-wall { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px 42px; }
.brand-wall span { color: #424642; font: 400 clamp(18px,2vw,28px)/1 var(--display); letter-spacing: -.045em; }
.brand-wall span:nth-child(even) { color: #8a8e8a; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.process-grid article { min-height: 265px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--dark-line); }
.process-grid article:first-child { border-left: 1px solid var(--dark-line); }
.process-grid span { color: var(--signal); font: 900 17px/1 var(--display); }
.process-grid h3 { margin: auto 0 10px; font: 900 29px/1 var(--display); text-transform: uppercase; }
.process-grid p { margin: 0; color: #6b706c; font-size: 12px; line-height: 1.6; }

.faq { background: #dfdcd3; }
.faq-grid { display: grid; grid-template-columns: .68fr 1fr; gap: 100px; }
.faq-grid > div:first-child > p:last-child { color: #696d69; }
.faq-list { border-top: 1px solid var(--dark-line); }
.faq details { border-bottom: 1px solid var(--dark-line); }
.faq summary { position: relative; padding: 25px 42px 25px 0; cursor: pointer; list-style: none; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 18px; font: 300 28px/1 var(--body); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; margin: -5px 0 24px; color: #606561; font-size: 13px; line-height: 1.7; }

.final-cta { background: var(--ink); color: white; }
.final-cta-inner { min-height: 340px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
.final-cta span { color: var(--signal); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.final-cta h2 { max-width: 760px; margin: 14px 0 0; font: 400 clamp(40px,4.5vw,68px)/.98 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.final-cta-inner > div:last-child { display: grid; gap: 16px; justify-items: center; }
.final-cta-inner > div:last-child a { color: #c1c4bf; font-size: 10px; text-decoration: underline; text-underline-offset: 4px; }

.site-footer { padding: 72px 0 24px; background: #030404; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .8fr 1.2fr; gap: 50px; padding-bottom: 50px; }
.footer-brand img { width: 112px; height: 112px; object-fit: cover; margin-bottom: 18px; border: 1px solid var(--line); }
.footer-brand p, .footer-note p { max-width: 300px; margin: 0; color: #878c87; font-size: 11px; line-height: 1.6; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid strong { margin-bottom: 8px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #a4a9a3; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #686d68; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.mobile-cart-bar { display: none; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 110; background: rgba(0,0,0,.65); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 120; width: min(500px,100%); height: 100vh; height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; background: #f5f3ed; box-shadow: -30px 0 70px rgba(0,0,0,.35); transform: translateX(104%); visibility: hidden; transition: transform .32s ease, visibility .32s; }
.cart-drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer-head { min-height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid var(--dark-line); }
.drawer-head span { color: var(--signal); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.drawer-head h2 { margin: 4px 0 0; font: 900 36px/1 var(--display); text-transform: uppercase; }
.drawer-body { overflow-y: auto; padding: 0 24px; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.cart-empty { min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 10px; text-align: center; }
.cart-empty > span { color: #c5c2ba; font: 900 88px/1 var(--display); }
.cart-empty strong { font: 900 28px/1 var(--display); text-transform: uppercase; }
.cart-empty p { max-width: 320px; color: #727772; font-size: 12px; line-height: 1.6; }
.cart-line { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--dark-line); }
.cart-line img { width: 84px; height: 84px; object-fit: contain; background: #f6f5f1; }
.cart-line-top { display: flex; justify-content: space-between; gap: 12px; }
.cart-line strong { font: 900 18px/1.05 var(--display); text-transform: uppercase; }
.cart-line small { display: block; margin-top: 5px; color: #707570; font-size: 9px; }
.remove-line { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #7b807c; cursor: pointer; }
.qty-control { display: inline-grid; grid-template-columns: 32px 38px 32px; align-items: center; margin-top: 12px; border: 1px solid var(--dark-line); border-radius: 999px; overflow: hidden; }
.qty-control button { height: 32px; border: 0; background: transparent; cursor: pointer; }
.qty-control span { text-align: center; font-size: 11px; font-weight: 800; }
.drawer-footer { padding: 20px 24px 22px; background: white; border-top: 1px solid var(--dark-line); }
.drawer-footer label { margin-bottom: 10px; }
.drawer-footer input { height: 44px; }.drawer-footer textarea { min-height: 60px; }
.drawer-footer small { display: block; margin-top: 12px; color: #7b807c; font-size: 9px; text-align: center; }
.clear-cart { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin-top: 10px; border: 0; background: transparent; color: #6e736f; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }

.product-dialog { width: min(980px,calc(100% - 32px)); max-height: calc(100vh - 32px); max-height: min(760px,calc(100dvh - 32px)); padding: 0; border: 0; background: #f4f2ec; color: var(--ink); box-shadow: var(--shadow); }
.product-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 18px; top: 18px; z-index: 2; background: white; }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; }
.dialog-media { min-height: 450px; background: #f6f5f1; }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dialog-copy { display: flex; flex-direction: column; padding: 70px 46px 40px; overflow-y: auto; }
.dialog-copy h2 { margin: 10px 0 16px; font: 900 clamp(38px,4vw,58px)/.9 var(--display); text-transform: uppercase; }
.dialog-copy > p { color: #656a66; line-height: 1.65; }
.spec-list { display: grid; gap: 10px; padding: 20px 0; margin: 8px 0 24px; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); list-style: none; }
.spec-list li { display: flex; gap: 9px; font-size: 12px; }
.spec-list svg { color: var(--signal); }
.variant-field { display: grid; gap: 8px; margin: 0 0 12px; color: #555a56; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.variant-field select { flex: 0 0 auto; }
.dialog-copy .button { margin-top: auto; }
.dialog-copy .button:disabled { cursor: not-allowed; opacity: .45; }

.toast { position: fixed; left: 50%; bottom: 30px; z-index: 150; max-width: calc(100% - 32px); padding: 13px 18px; border-radius: 999px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 11px; font-weight: 800; transform: translate(-50%,30px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }
noscript { display: block; padding: 16px; background: #fff2cc; color: #5a4500; text-align: center; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-grid; }
  .mobile-nav.is-open { display: block; }
  .hero-inner { grid-template-columns: minmax(0,1fr); }
  .hero h1 { font-size: clamp(50px,6vw,70px); }
  .hero-visual { min-height: 560px; }
  .category-rail { grid-template-columns: repeat(3,1fr); }
  .category-rail a:nth-child(4) { border-left: 1px solid var(--dark-line); }
  .spotlight-grid { grid-template-columns: 1fr 1fr; }
  .spot-card:first-child { grid-column: 1/-1; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .compatibility-wrap, .lab-grid { gap: 50px; }
}

@media (min-width: 821px) and (max-height: 820px) {
  .hero { min-height: 620px; }
  .hero-inner { padding-top: 18px; padding-bottom: 18px; }
  .hero-visual { min-height: 500px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .shell { width: min(calc(100% - 28px),var(--shell)); }
  .topline-inner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .topline-inner a { flex: 0 0 auto; }
  .header-inner { height: 68px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 21px; }
  .brand small { display: none; }
  .cart-label { display: none; }
  .cart-button { padding-left: 12px; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: minmax(0,1fr); padding-top: 24px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(54px,11vw,78px); }
  .hero-showcase { max-width: none; margin-inline: auto; }
  .hero-visual { min-height: 520px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 80px; padding: 14px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .category-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .category-rail { -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; }
  .category-rail a { flex: 0 0 42%; min-height: 155px; scroll-snap-align: start; border-left: 0 !important; }
  .section-heading, .catalog-heading, .compatibility-wrap, .lab-grid, .faq-grid, .final-cta-inner { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .section-heading h2, .compat-copy h2, .lab-copy h2, .faq h2 { font-size: clamp(46px,12vw,68px); }
  .spotlight-grid { grid-template-columns: 1fr; }
  .spot-card:first-child { grid-column: auto; }
  .spot-card, .spot-card:not(:first-child) { min-height: 440px; }
  .catalog-toolbar { top: 68px; grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .lab-visual { min-height: 520px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(3) { border-left: 1px solid var(--dark-line); }
  .final-cta-inner { padding: 70px 0; }
  .final-cta-inner > div:last-child { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-note { grid-column: 1/-1; }
  .mobile-cart-bar { display: none; }
  .mobile-cart-bar > span { display: flex; align-items: center; gap: 9px; }
  .mobile-cart-bar b { font-size: 11px; text-transform: uppercase; }
  .mobile-cart-total { color: #c6c9c4; font-size: 10px; }
  .mobile-cart-total i { min-width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--signal); color: white; font-style: normal; font-weight: 800; }
  .toast { bottom: max(24px,env(safe-area-inset-bottom)); }
  .site-footer { padding-bottom: max(32px,env(safe-area-inset-bottom)); }
}

@media (max-width: 540px) {
  .topline { font-size: 8px; }
  .topline-inner { min-height: 28px; }
  .header-actions { gap: 5px; }
  .icon-button { width: 40px; height: 40px; }
  .cart-button { min-height: 40px; }
  .hero { min-height: auto; }
  .hero-inner { padding-top: 14px; padding-bottom: 18px; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .hero-inner { grid-template-columns: minmax(0,1fr); }
  .hero h1 { max-width: 100%; font-size: clamp(38px,11.8vw,50px); line-height: .98; letter-spacing: -.065em; }
  .hero-lead { margin-top: 20px; font-size: 15px; line-height: 1.55; }
  .hero-actions { margin-top: 0; }
  .hero-proof { gap: 8px 13px; margin-top: 20px; }
  .hero-proof span:nth-child(2) { display: none; }
  .hero-visual { min-height: 460px; touch-action: pan-y; }
  .hero-visual::before { top: 14px; left: 14px; }
  .hero-visual::after { content: "03 DESTAQUES"; top: 14px; right: 14px; }
  .hero-product { inset: 58px 14px 154px; width: calc(100% - 28px); height: calc(100% - 212px); object-fit: cover; }
  .hero-product-caption { grid-template-columns: minmax(0,1fr) auto; padding: 18px; }
  .hero-product-caption .hero-actions { grid-column: 1/-1; grid-row: 2; }
  .hero-product-caption > b { grid-column: 2; grid-row: 1; }
  .hero-product-caption strong { font-size: 28px; }
  .hero-product-caption small { font-size: 9px; }
  .hero-product-caption b { font-size: 44px; }
  .hero-slider-controls { grid-template-columns: 44px 1fr 44px; }
  .hero-arrow { min-width: 44px; height: 44px; }
  .hero-dot { padding-inline: 7px; }
  .hero-dot span { gap: 5px; font-size: 7px; }
  .trust-grid { margin-inline: 0; width: 100%; }
  .trust-grid b { font-size: 22px; }
  .trust-grid strong { font-size: 11px; }
  .trust-grid span { font-size: 9px; }
  .section-kicker-row small { display: none; }
  .category-rail a { flex-basis: 65%; }
  .spot-card, .spot-card:not(:first-child) { min-height: 390px; }
  .spot-content { padding: 22px; }
  .spot-content h3 { font-size: 34px; }
  .catalog-toolbar { margin-inline: -5px; padding: 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card h3 { min-height: 0; }
  .product-card p { min-height: 0; }
  .product-image { aspect-ratio: 5 / 4; }
  .compat-tool { padding: 20px; }
  .compat-result { grid-template-columns: 56px 1fr; padding: 14px; }
  .result-reticle { width: 50px; height: 50px; }
  .result-reticle::before { width: 62px; }.result-reticle::after { height: 62px; }
  .lab-form { grid-template-columns: minmax(0,1fr); }
  .lab-form label, .lab-form select, .lab-form input, .lab-form textarea { min-width: 0; }
  .lab-form .full { grid-column: auto; }
  .lab-visual { min-height: 430px; }
  .part-a { left: 10%; }.part-b { left: 39%; }.part-c { right: 7%; }
  .brand-wall { gap: 18px 25px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 210px; border-left: 1px solid var(--dark-line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-note { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-media { min-height: 280px; max-height: 320px; }
  .dialog-copy { padding: 32px 22px 24px; }
  .dialog-copy h2 { font-size: 40px; }
  .product-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
}

@supports (-webkit-touch-callout: none) {
  input, select, textarea { font-size: 16px; }
}

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