@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/saira-latin.woff2") format("woff2");
}

:root {
  --graphite: #121417;
  --graphite-2: #1a1d21;
  --gunmetal: #4b525a;
  --bronze: #b07a3b;
  --bronze-light: #d7a267;
  --neutral: #e8e5e0;
  --paper: #f4f2ee;
  --white: #fff;
  --line: rgba(18, 20, 23, .13);
  --radius: 3px;
  --container: min(1240px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(13, 15, 18, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  color: var(--graphite);
  background: var(--paper);
  font-family: "Saira", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 128px 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: -100px; z-index: 999;
  padding: 10px 16px; color: white; background: var(--bronze);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white);
  transition: background .3s, box-shadow .3s;
}
.site-header.scrolled { background: rgba(18, 20, 23, .94); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.header-inner {
  width: var(--container); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { width: 190px; height: 55px; display: grid; place-items: center; overflow: hidden; }
.brand img, .footer-brand img { width: 100%; filter: drop-shadow(0 5px 12px rgba(0,0,0,.35)); }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { color: rgba(255,255,255,.74); font-size: .82rem; font-weight: 500; letter-spacing: .06em; transition: color .2s; }
.desktop-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-button, .menu-button {
  border: 0; background: transparent; color: white; cursor: pointer;
}
.icon-button { width: 40px; height: 40px; padding: 10px; }
.icon-button svg { width: 100%; height: 100%; }
.menu-button { width: 42px; height: 42px; display: none; padding: 12px 7px; }
.menu-button span { display: block; width: 27px; height: 1px; margin: 6px 0; background: white; transition: transform .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu {
  display: none; position: absolute; inset: 92px 0 auto; padding: 20px 24px 28px;
  background: var(--graphite); border-top: 1px solid rgba(255,255,255,.08);
}
.mobile-menu.open { display: grid; }
.mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  padding: 0 24px; border: 1px solid var(--bronze); border-radius: var(--radius);
  color: white; background: var(--bronze); font-size: .82rem; font-weight: 600; letter-spacing: .04em;
  cursor: pointer; transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); background: #98652e; border-color: #98652e; }
.button svg { width: 20px; height: 20px; }
.button-small { min-height: 40px; padding: 0 18px; gap: 10px; font-size: .76rem; }
.button-small svg { width: 17px; }
.button-ghost { color: var(--graphite); border-color: var(--line); background: transparent; }
.button-ghost:hover { color: white; background: var(--graphite); border-color: var(--graphite); }
.button-light { color: var(--graphite); background: var(--neutral); border-color: var(--neutral); }
.button-light:hover { background: white; border-color: white; }
.text-link { font-size: .85rem; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 3px; }
.text-link span { color: var(--bronze-light); margin-left: 7px; }

.hero {
  min-height: 820px; height: 100vh; position: relative; display: flex; align-items: center;
  color: white; background: var(--graphite); overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(18,20,23,.98) 0%, rgba(18,20,23,.89) 34%, rgba(18,20,23,.16) 72%, rgba(18,20,23,.03));
}
.hero-visual { position: absolute; inset: 0; background: url("assets/hero-kromax-3d.png") center/cover no-repeat; }
.hero-grid {
  position: absolute; inset: 0; opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 65%);
}
.hero-content { position: relative; z-index: 2; padding-top: 76px; }
.eyebrow, .kicker {
  display: flex; align-items: center; gap: 11px; margin-bottom: 22px;
  color: var(--bronze-light); font-size: .72rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero h1, .section h2, .cta-section h2 {
  margin: 0; font-size: clamp(3.8rem, 7.1vw, 7.5rem); line-height: .89; letter-spacing: -.055em; font-weight: 600;
}
.hero h1 em, .custom-copy h2 em { color: var(--bronze-light); font-style: normal; font-weight: 400; }
.hero > .hero-content > p { width: min(530px, 100%); margin: 30px 0; color: rgba(255,255,255,.69); font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-proof {
  width: min(680px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14);
}
.hero-proof div { display: grid; }
.hero-proof strong { font-size: .79rem; font-weight: 600; }
.hero-proof span { color: rgba(255,255,255,.44); font-size: .68rem; margin-top: 2px; }
.scroll-hint {
  position: absolute; z-index: 3; right: 35px; bottom: 35px; color: rgba(255,255,255,.45);
  font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl;
}
.scroll-hint span { color: var(--bronze-light); margin-top: 10px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 66px; }
.section-heading h2, .custom-copy h2, .about-copy h2, .faq-section h2 {
  font-size: clamp(2.7rem, 5.4vw, 5.2rem); line-height: .98; letter-spacing: -.045em; font-weight: 600;
}
.section-heading p { max-width: 460px; margin: 0 0 8px; color: var(--gunmetal); font-size: .95rem; }
.catalog-section { background: var(--paper); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.category-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.category-chip, .filter-search {
  height: 42px; padding: 0 18px; border: 1px solid var(--line); border-radius: 100px;
  background: transparent; color: var(--gunmetal); font-size: .75rem; font-weight: 500; cursor: pointer; transition: all .2s;
}
.category-chip:hover, .category-chip.active { color: white; background: var(--graphite); border-color: var(--graphite); }
.filter-search { display: flex; align-items: center; gap: 9px; border-radius: var(--radius); }
.filter-search svg { width: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 22px; }
.product-card { cursor: pointer; outline: 0; }
.product-card:focus-visible { outline: 2px solid var(--bronze); outline-offset: 5px; }
.product-image { height: 390px; position: relative; overflow: hidden; background: #d9d5ce; }
.product-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(18,20,23,.07); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-tag {
  position: absolute; z-index: 2; top: 14px; left: 14px; padding: 5px 10px;
  color: white; background: rgba(18,20,23,.83); backdrop-filter: blur(8px);
  border-radius: 2px; font-size: .64rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.quick-view {
  position: absolute; z-index: 2; right: 12px; bottom: 12px; left: 12px; height: 47px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 17px;
  border: 0; color: white; background: rgba(18,20,23,.91); font-size: .74rem; cursor: pointer;
  transform: translateY(65px); transition: transform .3s ease;
}
.product-card:hover .quick-view, .product-card:focus .quick-view { transform: translateY(0); }
.quick-view span { color: var(--bronze-light); }
.product-info { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-top: 16px; }
.product-info div { display: grid; }
.product-info span { color: var(--bronze); font-size: .65rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.product-info h3 { margin: 3px 0 0; font-size: 1.05rem; font-weight: 600; }
.product-info > strong { padding-top: 19px; font-size: .91rem; white-space: nowrap; }
.catalog-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 54px; }
.catalog-footer > span { color: var(--gunmetal); font-size: .72rem; }
.empty-state { padding: 80px 20px; text-align: center; border: 1px solid var(--line); }
.empty-state > span { color: var(--bronze); font-size: 3rem; }
.empty-state h3 { margin: 10px 0 4px; font-size: 1.3rem; }
.empty-state p { color: var(--gunmetal); margin: 0 0 24px; }

.custom-section { color: white; background: var(--graphite); overflow: hidden; }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.custom-copy > p { max-width: 570px; color: rgba(255,255,255,.59); margin: 26px 0 42px; }
.steps { margin: 0 0 44px; padding: 0; list-style: none; }
.steps li { display: flex; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.steps li > span { color: var(--bronze-light); font-size: .65rem; }
.steps li div { display: grid; }
.steps strong { font-size: .9rem; }
.steps small { color: rgba(255,255,255,.48); margin-top: 3px; font-size: .73rem; }
.custom-art { min-height: 610px; position: relative; display: grid; place-items: center; perspective: 800px; }
.custom-art::before {
  content: ""; position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(176,122,59,.22), transparent 65%); filter: blur(8px);
}
.orbit { position: absolute; width: 78%; aspect-ratio: 1; border: 1px solid rgba(215,162,103,.25); border-radius: 50%; transform: rotateX(66deg) rotateZ(-18deg); }
.orbit-two { width: 58%; transform: rotateY(68deg) rotateZ(22deg); }
.wire-cube { width: 230px; height: 230px; position: relative; transform: rotateX(58deg) rotateZ(45deg); animation: float 7s ease-in-out infinite; }
.wire-cube, .wire-cube::before, .wire-cube::after {
  border: 2px solid var(--bronze-light); box-shadow: 0 0 26px rgba(176,122,59,.12);
}
.wire-cube::before, .wire-cube::after { content: ""; position: absolute; inset: 38px -42px -42px 38px; }
.wire-cube::after { inset: 78px -82px -82px 78px; opacity: .35; }
.wire-cube span { position: absolute; height: 2px; width: 115%; background: var(--bronze-light); transform-origin: left; }
.wire-cube span:nth-child(1) { left: 0; top: 0; transform: rotate(45deg); }
.wire-cube span:nth-child(2) { right: -36px; bottom: -40px; transform: rotate(45deg); }
.wire-cube span:nth-child(3) { right: -65px; top: 58px; transform: rotate(135deg); }
.custom-label {
  position: absolute; right: 10%; bottom: 11%; display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(18,20,23,.7); font-size: .72rem;
}
.custom-label span { color: var(--bronze-light); font-size: 1.2rem; }
@keyframes float { 50% { transform: translateY(-18px) rotateX(58deg) rotateZ(48deg); } }

.about-section { background: var(--neutral); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 10vw; align-items: center; }
.about-card { height: 600px; position: relative; overflow: hidden; padding: 35px; color: white; background: var(--graphite); }
.about-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 35%, rgba(176,122,59,.24)), repeating-radial-gradient(ellipse at 65% 60%, transparent 0 16px, rgba(255,255,255,.035) 17px 18px);
}
.about-card strong { position: absolute; z-index: 2; left: 35px; bottom: 35px; font-size: 1.4rem; line-height: 1.25; }
.layer-lines { position: absolute; z-index: 1; width: 330px; height: 390px; right: -30px; top: 75px; transform: skewY(-15deg); }
.layer-lines::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0 9px, rgba(215,162,103,.52) 10px 11px);
  clip-path: polygon(50% 0, 100% 28%, 90% 80%, 50% 100%, 8% 80%, 0 28%);
}
.about-copy > p { max-width: 600px; color: var(--gunmetal); }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 44px; }
.about-points div { display: grid; padding-top: 16px; border-top: 1px solid rgba(18,20,23,.2); }
.about-points span { color: var(--bronze); font-size: .64rem; }
.about-points strong { margin: 12px 0 3px; font-size: .92rem; }
.about-points small { color: var(--gunmetal); font-size: .72rem; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.faq-intro { color: var(--gunmetal); max-width: 300px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 0; font-weight: 600; font-size: .93rem; cursor: pointer; list-style: none;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--bronze); font-size: 1.5rem; font-weight: 300; transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -4px 0 24px; color: var(--gunmetal); font-size: .84rem; }

.cta-section { padding: 84px 0; color: white; background: var(--bronze); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.cta-section .kicker { color: rgba(255,255,255,.75); }
.cta-section h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
footer { padding: 75px 0 24px; color: rgba(255,255,255,.68); background: var(--graphite); }
.footer-grid { display: flex; justify-content: space-between; gap: 80px; padding-bottom: 70px; }
.footer-brand img { width: 220px; }
.footer-brand p { margin: 4px 0 0; font-size: .78rem; }
.footer-links { display: flex; gap: 100px; }
.footer-links div { min-width: 120px; display: grid; align-content: start; gap: 9px; }
.footer-links strong { color: white; margin-bottom: 8px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { font-size: .74rem; }
.footer-links a:hover { color: var(--bronze-light); }
.footer-bottom {
  display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.35); font-size: .65rem;
}

.search-overlay {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: start center; padding-top: 15vh;
  color: white; background: rgba(10,11,13,.93); opacity: 0; visibility: hidden; transition: .25s;
}
.search-overlay.open { opacity: 1; visibility: visible; }
.search-panel { width: min(780px, calc(100% - 40px)); position: relative; }
.close-search, .modal-close {
  position: absolute; right: 0; top: -65px; width: 44px; height: 44px;
  border: 1px solid rgba(255,255,255,.22); color: white; background: transparent; font-size: 1.6rem; cursor: pointer;
}
.search-panel label { position: relative; display: block; }
.search-panel input {
  width: 100%; padding: 15px 65px 15px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35);
  outline: 0; color: white; background: transparent; font-size: clamp(1.5rem, 4vw, 3rem);
}
.search-panel input::placeholder { color: rgba(255,255,255,.25); }
.search-panel label svg { position: absolute; right: 10px; top: 50%; width: 30px; transform: translateY(-50%); color: var(--bronze-light); }
.search-panel p { color: rgba(255,255,255,.38); font-size: .7rem; }

.product-modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: .25s; }
.product-modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8,9,11,.82); backdrop-filter: blur(6px); }
.modal-card { width: min(980px, calc(100% - 36px)); max-height: calc(100vh - 50px); position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); box-shadow: var(--shadow); overflow: auto; }
.modal-close { z-index: 4; top: 14px; right: 14px; color: var(--graphite); border-color: rgba(18,20,23,.2); background: rgba(244,242,238,.82); }
.modal-image { min-height: 580px; background: #d6d2cb; overflow: hidden; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { padding: 70px 44px 42px; display: flex; flex-direction: column; }
.modal-category { color: var(--bronze); font-size: .67rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.modal-content h2 { margin: 8px 0 20px; font-size: 2.6rem; line-height: 1.05; letter-spacing: -.04em; }
.modal-description { color: var(--gunmetal); font-size: .9rem; }
.modal-options { display: grid; gap: 9px; margin: 26px 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--gunmetal); font-size: .74rem; }
.modal-options span::first-letter { color: var(--bronze); }
.modal-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 32px; }
.modal-bottom > div { display: grid; }
.modal-bottom small { color: var(--gunmetal); font-size: .66rem; }
.modal-price { font-size: 1.45rem; }
.toast {
  position: fixed; z-index: 200; left: 50%; bottom: 25px; width: min(520px, calc(100% - 30px));
  padding: 14px 18px; color: white; background: var(--graphite); border-left: 3px solid var(--bronze);
  box-shadow: var(--shadow); font-size: .76rem; transform: translate(-50%, 120px); transition: transform .3s;
}
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 780px); }
  .desktop-nav, .header-actions .button-small { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 760px; }
  .hero-visual { background-position: 62% center; opacity: .68; }
  .hero::after { background: linear-gradient(90deg, rgba(18,20,23,.97), rgba(18,20,23,.67)); }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof div:last-child { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-grid, .about-grid { gap: 6vw; }
  .custom-art { min-height: 470px; }
  .wire-cube { width: 165px; height: 165px; }
  .about-card { height: 520px; }
  .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .modal-card { grid-template-columns: 1fr 1fr; }
  .modal-image { min-height: 510px; }
  .modal-content { padding: 65px 28px 30px; }
}

@media (max-width: 700px) {
  :root { --container: calc(100% - 32px); }
  .section { padding: 88px 0; }
  .header-inner { height: 76px; }
  .brand { width: 155px; }
  .mobile-menu { top: 76px; }
  .hero { min-height: 710px; height: auto; padding: 140px 0 68px; align-items: flex-start; }
  .hero-visual { inset: auto 0 0; height: 60%; background-position: 68% center; opacity: .43; }
  .hero::after { background: linear-gradient(180deg, var(--graphite) 30%, rgba(18,20,23,.58) 76%, rgba(18,20,23,.8)); }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero > .hero-content > p { max-width: 440px; margin: 24px 0; font-size: .9rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { margin-top: 46px; gap: 12px; }
  .hero-proof strong { font-size: .7rem; }
  .hero-proof span { font-size: .61rem; }
  .scroll-hint { display: none; }
  .section-heading { display: grid; gap: 25px; margin-bottom: 42px; }
  .section-heading h2, .custom-copy h2, .about-copy h2, .faq-section h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .catalog-toolbar { align-items: flex-start; }
  .category-filters { flex-wrap: nowrap; width: calc(100vw - 32px); overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .category-filters::-webkit-scrollbar { display: none; }
  .category-chip { white-space: nowrap; }
  .filter-search { width: 42px; flex: 0 0 42px; padding: 0; justify-content: center; font-size: 0; }
  .product-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-image { height: min(115vw, 480px); }
  .quick-view { transform: translateY(0); }
  .custom-grid, .about-grid { grid-template-columns: 1fr; }
  .custom-art { order: -1; min-height: 350px; }
  .custom-copy > p { margin-bottom: 30px; }
  .about-card { height: 420px; }
  .about-points { gap: 16px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-section { padding: 70px 0; }
  .footer-grid { flex-direction: column; gap: 50px; padding-bottom: 55px; }
  .footer-links { gap: 50px; justify-content: space-between; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .modal-card { display: block; max-height: calc(100vh - 24px); }
  .modal-image { height: 42vh; min-height: 300px; }
  .modal-content { padding: 34px 24px 25px; }
  .modal-content h2 { font-size: 2rem; }
  .modal-bottom { align-items: stretch; flex-direction: column; }
  .modal-bottom .button { width: 100%; }
}

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

/* KromaX Chroma Glass — matte, tecnológico e multicolorido */
body {
  background:
    radial-gradient(circle at 10% 18%, rgba(41, 201, 255, .12), transparent 25rem),
    radial-gradient(circle at 90% 30%, rgba(168, 79, 255, .10), transparent 28rem),
    radial-gradient(circle at 55% 72%, rgba(255, 172, 66, .09), transparent 32rem),
    #eeece8;
}
.brand img,
.footer-brand img {
  filter: brightness(1.65) contrast(1.2) drop-shadow(0 4px 16px rgba(255,255,255,.08));
}
.site-header.scrolled {
  background: rgba(20, 23, 28, .62);
  border-bottom: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 10px 35px rgba(0,0,0,.18);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
}
.hero {
  min-height: 610px;
  height: min(660px, 78vh);
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(16,18,22,.99), rgba(26,29,36,.94)),
    var(--graphite);
}
.hero::after {
  background: linear-gradient(90deg, rgba(13,15,19,.72), rgba(13,15,19,.15));
  pointer-events: none;
}
.hero-grid {
  opacity: .11;
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 75% 45%, black, transparent 72%);
}
.chroma-field { position: absolute; inset: 0; overflow: hidden; }
.chroma-field::after {
  content: ""; position: absolute; width: 47vw; height: 47vw; min-width: 520px; min-height: 520px;
  right: -4vw; top: 45%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%;
  transform: translateY(-50%); box-shadow: inset 0 0 100px rgba(255,255,255,.025), 0 0 100px rgba(70,153,255,.08);
  backdrop-filter: blur(5px);
}
.chroma-blob {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; mix-blend-mode: screen;
  animation: chromaDrift 10s ease-in-out infinite alternate;
}
.blob-cyan { width: 360px; height: 360px; right: 25%; top: 12%; background: #14bce6; }
.blob-violet { width: 440px; height: 440px; right: -5%; top: 14%; background: #7543f5; animation-delay: -3s; }
.blob-amber { width: 330px; height: 330px; right: 12%; bottom: -15%; background: #d78635; animation-delay: -6s; }
.tech-x {
  position: absolute; right: clamp(30px, 10vw, 150px); top: 50%; color: rgba(255,255,255,.08);
  font-size: clamp(23rem, 43vw, 43rem); font-weight: 600; line-height: .7; letter-spacing: -.12em;
  transform: translateY(-47%) rotate(-7deg); text-shadow: 0 0 80px rgba(73,176,255,.12);
}
@keyframes chromaDrift {
  to { transform: translate3d(35px, -22px, 0) scale(1.08); }
}
.hero-content { padding-top: 72px; }
.hero-glass {
  width: min(620px, 100%); padding: 38px 42px 40px;
  border: 1px solid rgba(255,255,255,.17); border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 30px 80px rgba(0,0,0,.26);
  backdrop-filter: blur(32px) saturate(145%);
  -webkit-backdrop-filter: blur(32px) saturate(145%);
}
.hero-brandmark {
  width: min(410px, 86%); margin: 0 0 30px;
  filter: brightness(2.2) contrast(1.12) drop-shadow(0 7px 24px rgba(255,255,255,.14));
}
.hero h1 { font-size: clamp(3rem, 5.1vw, 5.4rem); line-height: .94; }
.hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #58d4f5, #a47dff 52%, #e0a158);
  -webkit-background-clip: text; background-clip: text;
}
.hero > .hero-content p { margin: 22px 0 28px; color: rgba(255,255,255,.72); }
.hero-actions { gap: 24px; }
.catalog-section {
  position: relative; z-index: 3; padding-top: 82px;
  background: linear-gradient(180deg, rgba(244,242,238,.72), rgba(244,242,238,.52));
}
.catalog-section::before {
  content: ""; position: absolute; inset: 30px max(18px, 2vw) auto; height: 170px; z-index: -1;
  border: 1px solid rgba(255,255,255,.62); border-radius: 34px;
  background: rgba(255,255,255,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(25px) saturate(135%);
}
.section-heading { margin-bottom: 45px; }
.catalog-toolbar {
  padding: 10px; border: 1px solid rgba(255,255,255,.66); border-radius: 22px;
  background: rgba(255,255,255,.38); box-shadow: 0 12px 35px rgba(18,20,23,.05), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(22px) saturate(140%);
}
.category-chip, .filter-search { border-color: rgba(18,20,23,.09); background: rgba(255,255,255,.3); }
.category-chip:hover, .category-chip.active {
  color: white; border-color: rgba(255,255,255,.13);
  background: linear-gradient(120deg, rgba(23,27,33,.92), rgba(54,58,68,.88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 7px 20px rgba(18,20,23,.12);
}
.product-card {
  padding: 9px 9px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 25px;
  background: rgba(255,255,255,.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84), 0 18px 45px rgba(18,20,23,.07);
  backdrop-filter: blur(22px) saturate(130%);
  transition: transform .3s ease, box-shadow .3s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: inset 0 1px 0 white, 0 25px 55px rgba(18,20,23,.12); }
.product-image { height: 320px; border-radius: 18px; }
.product-image.no-photo {
  background:
    radial-gradient(circle at 18% 20%, rgba(41,197,255,.16), transparent 36%),
    radial-gradient(circle at 86% 30%, rgba(142,80,255,.17), transparent 38%),
    radial-gradient(circle at 58% 90%, rgba(219,144,64,.18), transparent 42%),
    rgba(228,228,228,.52);
}
.product-placeholder {
  position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden;
  color: var(--graphite); text-align: center;
}
.placeholder-spectrum {
  position: absolute; width: 185px; height: 185px; border-radius: 50%;
  background: conic-gradient(from 30deg, #22bee4, #8059ed, #e5984a, #22bee4);
  filter: blur(30px); opacity: .18;
}
.placeholder-x {
  position: relative; color: rgba(18,20,23,.15); font-size: 8rem; font-weight: 600; line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.85);
}
.product-placeholder small {
  position: absolute; bottom: 30px; color: rgba(18,20,23,.52);
  font-size: .65rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
}
.product-image::after { border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,.6); }
.product-tag { top: 17px; left: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 100px; }
.quick-view { border-radius: 12px; background: rgba(18,20,23,.68); backdrop-filter: blur(18px); }
.product-info { padding-inline: 8px; }
.custom-section {
  background:
    radial-gradient(circle at 75% 40%, rgba(75,73,180,.16), transparent 35%),
    radial-gradient(circle at 85% 70%, rgba(176,122,59,.14), transparent 32%),
    var(--graphite);
}
.steps li, .custom-label, .about-card, .accordion details, .admin-card {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.about-section, .faq-section { background: rgba(242,240,236,.57); }
.about-card { border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 25px 60px rgba(18,20,23,.14); }
.accordion details { padding-inline: 20px; border: 1px solid rgba(255,255,255,.65); border-bottom: 0; background: rgba(255,255,255,.26); }
.accordion details:first-child { border-radius: 22px 22px 0 0; }
.accordion details:last-child { border-bottom: 1px solid rgba(255,255,255,.65); border-radius: 0 0 22px 22px; }
.modal-card { border: 1px solid rgba(255,255,255,.55); border-radius: 30px; background: rgba(244,242,238,.80); backdrop-filter: blur(35px) saturate(145%); }
.modal-image { position: relative; border-radius: 30px 0 0 30px; }
.modal-placeholder { background: linear-gradient(145deg, rgba(83,210,241,.13), rgba(141,91,237,.12), rgba(220,151,72,.13)); }
.modal-placeholder .placeholder-x { font-size: 13rem; }
.cta-section {
  background: linear-gradient(115deg, #a96831, #bd8543 45%, #6653ac 125%);
}

@media (max-width: 700px) {
  .hero { min-height: 560px; height: auto; padding: 90px 0 30px; }
  .hero::after { background: linear-gradient(180deg, rgba(18,20,23,.35), rgba(18,20,23,.12)); }
  .hero-content { padding-top: 0; }
  .hero-glass { padding: 24px 22px 24px; border-radius: 24px; }
  .hero-brandmark { width: 91%; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .hero > .hero-content p { margin-block: 17px 21px; font-size: .82rem; }
  .chroma-field::after { min-width: 400px; min-height: 400px; right: -55%; }
  .tech-x { right: -18%; font-size: 27rem; opacity: .7; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; gap: 16px; }
  .hero-actions .button { min-height: 44px; padding-inline: 17px; }
  .catalog-section { padding-top: 68px; }
  .catalog-section::before { height: 145px; border-radius: 26px; }
  .catalog-toolbar { border-radius: 17px; }
  .product-card { border-radius: 22px; }
  .product-image { height: min(95vw, 390px); border-radius: 16px; }
  .modal-image { border-radius: 30px 30px 0 0; }
}

/* Refinamento compacto — paleta original KromaX */
body {
  background: var(--neutral);
}
.section { padding: 88px 0; }
.site-header,
.site-header.scrolled {
  background: rgba(18, 20, 23, .82);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 8px 30px rgba(0,0,0,.16);
  backdrop-filter: blur(20px) saturate(110%);
  -webkit-backdrop-filter: blur(20px) saturate(110%);
}
.header-inner { height: 76px; }
.brand { width: 205px; height: 48px; justify-content: start; }
.brand img,
.footer-brand img {
  filter: brightness(2.05) contrast(1.08) drop-shadow(0 4px 14px rgba(0,0,0,.3));
}
.mobile-menu { top: 76px; }
.hero {
  min-height: 520px;
  height: 560px;
  background:
    radial-gradient(circle at 82% 42%, rgba(176,122,59,.10), transparent 25rem),
    linear-gradient(135deg, #111317, #1d2025);
}
.hero::after {
  background: linear-gradient(90deg, rgba(18,20,23,.2), transparent);
}
.hero-grid {
  opacity: .07;
  background-size: 60px 60px;
  mask-image: linear-gradient(90deg, black, transparent 85%);
}
.hero-content { padding-top: 76px; }
.hero-glass {
  width: min(610px, 100%);
  padding: 36px 40px 38px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 24px 65px rgba(0,0,0,.22);
  backdrop-filter: blur(24px) saturate(105%);
  -webkit-backdrop-filter: blur(24px) saturate(105%);
}
.hero h1 { font-size: clamp(3.1rem, 5.2vw, 5.6rem); }
.hero h1 em {
  color: var(--bronze-light);
  background: none;
  -webkit-text-fill-color: currentColor;
}
.hero > .hero-content p {
  max-width: 520px;
  margin: 20px 0 26px;
  color: rgba(255,255,255,.67);
}
.catalog-section {
  padding-top: 76px;
  background: rgba(244,242,238,.84);
}
.catalog-section::before { display: none; }
.section-heading { margin-bottom: 36px; }
.section-heading h2,
.custom-copy h2,
.about-copy h2,
.faq-section h2 {
  font-size: clamp(2.65rem, 4.5vw, 4.65rem);
}
.catalog-toolbar {
  margin-bottom: 26px;
  padding: 8px;
  border-color: rgba(255,255,255,.7);
  border-radius: 15px;
  background: rgba(255,255,255,.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 10px 28px rgba(18,20,23,.04);
  backdrop-filter: blur(16px) saturate(105%);
}
.product-grid { gap: 24px 18px; }
.product-card {
  padding: 8px 8px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 14px 36px rgba(18,20,23,.07);
  backdrop-filter: blur(15px) saturate(105%);
}
.product-card:hover { box-shadow: inset 0 1px 0 white, 0 20px 42px rgba(18,20,23,.11); }
.product-image { height: 270px; border-radius: 12px; }
.product-image.no-photo {
  background:
    radial-gradient(circle at 70% 20%, rgba(176,122,59,.12), transparent 48%),
    linear-gradient(145deg, rgba(75,82,90,.12), rgba(232,229,224,.72));
}
.placeholder-spectrum {
  width: 105px; height: 105px;
  border: 1px solid rgba(176,122,59,.35);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,122,59,.17), rgba(75,82,90,.08) 48%, transparent 70%);
  box-shadow: 0 0 0 18px rgba(75,82,90,.035), 0 0 0 36px rgba(176,122,59,.025);
  filter: none;
  opacity: .8;
}
.placeholder-x { color: rgba(18,20,23,.12); }
.product-placeholder small { bottom: 21px; color: rgba(18,20,23,.48); }
.quick-view { border-radius: 8px; }
.product-info { padding: 12px 7px 10px; }
.product-info h3 { font-size: .98rem; }
.product-whatsapp {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 7px;
  padding: 0 14px;
  border: 1px solid rgba(176,122,59,.34);
  border-radius: 9px;
  color: #815324;
  background: rgba(176,122,59,.08);
  font-size: .69rem;
  font-weight: 600;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.product-whatsapp svg { width: 17px; height: 17px; }
.product-whatsapp:hover {
  color: white;
  border-color: var(--bronze);
  background: var(--bronze);
  transform: translateY(-1px);
}
.catalog-footer { margin-top: 38px; }
.custom-section {
  background:
    radial-gradient(circle at 77% 48%, rgba(176,122,59,.10), transparent 30rem),
    var(--graphite);
}
.custom-art { min-height: 480px; }
.about-section,
.faq-section { background: rgba(232,229,224,.82); }
.about-card { height: 500px; border-radius: 20px; }
.accordion details { background: rgba(255,255,255,.3); }
.cta-section {
  padding: 65px 0;
  background: var(--bronze);
}
.cta-section h2 { font-size: clamp(2.6rem, 4.3vw, 4.3rem); }
footer { padding-top: 58px; }
.footer-grid { padding-bottom: 48px; }

@media (max-width: 980px) {
  .brand { width: 180px; }
  .hero { height: 540px; min-height: 500px; }
  .product-image { height: 260px; }
}

@media (max-width: 700px) {
  .section { padding: 64px 0; }
  .header-inner { height: 68px; }
  .brand { width: 160px; height: 40px; }
  .mobile-menu { top: 68px; }
  .hero {
    min-height: 480px;
    height: auto;
    padding: 92px 0 30px;
  }
  .hero-content { padding-top: 0; }
  .hero-glass { padding: 27px 22px 25px; border-radius: 18px; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 3.8rem); }
  .hero > .hero-content p { margin: 16px 0 20px; }
  .hero-actions { gap: 14px; }
  .catalog-section { padding-top: 58px; }
  .section-heading { margin-bottom: 28px; }
  .product-grid { gap: 18px; }
  .product-card { border-radius: 16px; }
  .product-image { height: min(78vw, 320px); }
  .quick-view { display: none; }
  .custom-art { min-height: 300px; }
  .about-card { height: 350px; }
  .cta-section { padding: 52px 0; }
}

/* Tema escuro integral */
body {
  color: var(--neutral);
  background: #0f1114;
}
.catalog-section,
.about-section,
.faq-section {
  background:
    radial-gradient(circle at 85% 12%, rgba(176,122,59,.055), transparent 28rem),
    #14171b;
}
.catalog-section { border-top: 1px solid rgba(255,255,255,.07); }
.section-heading p,
.faq-intro,
.about-copy > p,
.accordion details p,
.product-info > strong,
.catalog-footer > span {
  color: rgba(232,229,224,.58);
}
.catalog-toolbar {
  border-color: rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 14px 35px rgba(0,0,0,.18);
}
.category-chip,
.filter-search {
  color: rgba(232,229,224,.62);
  border-color: rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}
.category-chip:hover,
.category-chip.active {
  color: var(--neutral);
  border-color: rgba(176,122,59,.34);
  background: rgba(176,122,59,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.product-card {
  border-color: rgba(255,255,255,.075);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 18px 42px rgba(0,0,0,.20);
}
.product-card:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 48px rgba(0,0,0,.28);
}
.product-image.no-photo {
  background:
    radial-gradient(circle at 70% 20%, rgba(176,122,59,.12), transparent 48%),
    linear-gradient(145deg, rgba(75,82,90,.22), rgba(18,20,23,.78));
}
.placeholder-spectrum {
  border-color: rgba(176,122,59,.42);
  background: radial-gradient(circle, rgba(176,122,59,.12), rgba(75,82,90,.10) 48%, transparent 70%);
  box-shadow: 0 0 0 18px rgba(75,82,90,.06), 0 0 0 36px rgba(176,122,59,.025);
}
.product-placeholder small { color: rgba(232,229,224,.45); }
.product-image::after { box-shadow: inset 0 0 0 1px rgba(255,255,255,.055); }
.product-info h3,
.product-info > strong { color: var(--neutral); }
.product-whatsapp {
  color: var(--bronze-light);
  border-color: rgba(176,122,59,.27);
  background: rgba(176,122,59,.08);
}
.button-ghost {
  color: var(--neutral);
  border-color: rgba(255,255,255,.12);
}
.button-ghost:hover {
  color: var(--graphite);
  border-color: var(--neutral);
  background: var(--neutral);
}
.about-section { border-top: 1px solid rgba(255,255,255,.055); }
.about-points div { border-color: rgba(255,255,255,.12); }
.about-points small { color: rgba(232,229,224,.48); }
.faq-section { border-top: 1px solid rgba(255,255,255,.055); }
.accordion details {
  border-color: rgba(255,255,255,.075);
  background: rgba(255,255,255,.025);
}
.accordion details:last-child { border-bottom-color: rgba(255,255,255,.075); }
.accordion summary { color: var(--neutral); }
.modal-card {
  color: var(--neutral);
  border-color: rgba(255,255,255,.10);
  background: rgba(24,27,32,.92);
}
.modal-image { background: #171a1f; }
.modal-placeholder {
  background: radial-gradient(circle at center, rgba(176,122,59,.11), rgba(18,20,23,.5));
}
.modal-content h2,
.modal-price { color: var(--neutral); }
.modal-description,
.modal-options,
.modal-bottom small { color: rgba(232,229,224,.55); }
.modal-close {
  color: var(--neutral);
  border-color: rgba(255,255,255,.12);
  background: rgba(18,20,23,.72);
}
.empty-state { border-color: rgba(255,255,255,.10); }
.empty-state p { color: rgba(232,229,224,.52); }
.cta-section { border-top: 1px solid rgba(255,255,255,.07); }
footer { border-top: 1px solid rgba(255,255,255,.06); }

/* Hero com produto + densidade compacta */
.site-header,
.site-header.scrolled {
  background: rgba(18,20,23,.94);
  box-shadow: 0 10px 36px rgba(0,0,0,.30), inset 0 -1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(24px) saturate(115%);
  -webkit-backdrop-filter: blur(24px) saturate(115%);
}
.header-inner { height: 68px; }
.brand { width: 210px; height: 44px; }
.brand img { filter: brightness(2.25) contrast(1.04) drop-shadow(0 3px 15px rgba(255,255,255,.09)); }
.mobile-menu { top: 68px; }
.hero {
  min-height: 440px;
  height: 470px;
}
.hero-product-visual {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 64%;
  overflow: hidden;
  opacity: .78;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 22%, black 53%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 22%, black 53%);
}
.hero-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
.hero-product-visual picture { display: block; width: 100%; height: 100%; }
.hero::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(15,17,20,.96) 0%, rgba(15,17,20,.76) 43%, rgba(15,17,20,.12) 75%);
}
.hero-grid { z-index: 1; }
.hero-content { z-index: 2; padding-top: 68px; }
.hero-glass {
  width: min(555px, 100%);
  padding: 28px 32px 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(25,28,33,.78), rgba(25,28,33,.50));
}
.hero h1 { font-size: clamp(2.8rem, 4.4vw, 4.75rem); }
.hero > .hero-content p { margin: 14px 0 20px; font-size: .88rem; }
.hero-actions .button { min-height: 44px; }
.section { padding: 64px 0; }
.catalog-section { padding-top: 56px; }
.section-heading { margin-bottom: 26px; }
.section-heading h2,
.custom-copy h2,
.about-copy h2,
.faq-section h2 {
  font-size: clamp(2.35rem, 3.8vw, 3.9rem);
}
.catalog-toolbar { margin-bottom: 18px; }
.product-grid { gap: 18px 14px; }
.product-image { height: 220px; }
.product-info { padding-block: 9px 7px; }
.product-whatsapp { height: 38px; }
.catalog-footer { margin-top: 28px; }
.custom-grid { gap: 6vw; }
.custom-art { min-height: 340px; }
.steps { margin-bottom: 28px; }
.steps li { padding: 13px 0; }
.custom-copy > p { margin: 18px 0 26px; }
.about-card { height: 390px; }
.about-points { margin-top: 28px; }
.faq-grid { gap: 7vw; }
.accordion summary { padding: 18px 0; }
.accordion details p { margin-bottom: 18px; }
.cta-section { padding: 48px 0; }
.cta-section h2 { font-size: clamp(2.35rem, 3.7vw, 3.75rem); }
footer { padding-top: 44px; }
.footer-grid { padding-bottom: 34px; }

@media (max-width: 980px) {
  .hero-product-visual { width: 72%; opacity: .62; }
  .hero { height: 450px; min-height: 420px; }
  .product-image { height: 210px; }
}

@media (max-width: 700px) {
  .header-inner { height: 62px; }
  .brand { width: 165px; height: 38px; }
  .mobile-menu { top: 62px; }
  .hero {
    height: auto;
    min-height: 410px;
    padding: 78px 0 22px;
  }
  .hero-product-visual {
    width: 100%;
    opacity: .30;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 92%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 92%);
  }
  .hero-product-visual img { object-position: 72% center; }
  .hero::after { background: rgba(15,17,20,.45); }
  .hero-glass { padding: 22px 20px 21px; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 3.25rem); }
  .hero > .hero-content p { margin: 12px 0 17px; font-size: .78rem; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { min-height: 40px; }
  .section { padding: 46px 0; }
  .catalog-section { padding-top: 42px; }
  .section-heading { margin-bottom: 21px; }
  .section-heading h2,
  .custom-copy h2,
  .about-copy h2,
  .faq-section h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { padding: 5px 5px 8px; border-radius: 13px; }
  .product-image { height: min(38vw, 155px); border-radius: 9px; }
  .product-tag { top: 8px; left: 8px; padding: 4px 7px; font-size: .48rem; }
  .product-placeholder small { bottom: 12px; font-size: .48rem; }
  .placeholder-spectrum { width: 58px; height: 58px; box-shadow: 0 0 0 10px rgba(75,82,90,.06), 0 0 0 20px rgba(176,122,59,.025); }
  .product-info { display: block; min-height: 56px; padding: 8px 4px 6px; }
  .product-info span { font-size: .48rem; }
  .product-info h3 { overflow: hidden; margin-top: 2px; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
  .product-info > strong { display: block; padding-top: 3px; font-size: .66rem; }
  .product-whatsapp { height: 34px; margin-inline: 3px; padding-inline: 8px; font-size: .54rem; }
  .product-whatsapp svg { width: 14px; height: 14px; }
  .custom-art { display: none; }
  .custom-grid { display: block; }
  .about-card { height: 270px; }
  .about-points { margin-top: 22px; }
  .faq-grid { gap: 32px; }
  .accordion summary { padding: 15px 0; }
  .cta-section { padding: 40px 0; }
  footer { padding-top: 38px; }
}

/* Refinamento de fidelidade da marca + catálogo denso */
.brand img {
  opacity: .98;
  filter:
    brightness(1.14)
    contrast(1.03)
    saturate(.82)
    drop-shadow(1px 0 0 rgba(190,196,202,.30))
    drop-shadow(-1px 0 0 rgba(190,196,202,.30))
    drop-shadow(0 1px 0 rgba(190,196,202,.24))
    drop-shadow(0 -1px 0 rgba(190,196,202,.24))
    drop-shadow(0 3px 7px rgba(0,0,0,.42));
}
.site-header,
.site-header.scrolled {
  border-bottom: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(49,53,60,.68), rgba(30,33,38,.58));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(255,255,255,.035),
    0 12px 38px rgba(0,0,0,.24);
  backdrop-filter: blur(30px) saturate(120%);
  -webkit-backdrop-filter: blur(30px) saturate(120%);
}
.section { padding: 46px 0; }
.catalog-section { padding-top: 40px; }
.section-heading {
  align-items: center;
  margin-bottom: 18px;
}
.section-heading h2,
.custom-copy h2,
.about-copy h2,
.faq-section h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}
.section-heading p { max-width: 420px; font-size: .84rem; }
.catalog-search {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 14px;
  padding: 0 48px 0 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 13px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.catalog-search > svg {
  width: 18px;
  margin-right: 11px;
  color: var(--bronze-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.catalog-search input {
  width: 100%;
  height: 100%;
  color: var(--neutral);
  border: 0;
  outline: 0;
  background: transparent;
  font: 500 .82rem "Saira", sans-serif;
}
.catalog-search input::placeholder { color: rgba(232,229,224,.37); }
.clear-search-inline {
  position: absolute;
  right: 9px;
  width: 30px;
  height: 30px;
  color: rgba(232,229,224,.65);
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  font-size: 1.1rem;
  cursor: pointer;
}
.catalog-browser {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  grid-template-areas:
    ". result-header"
    "sidebar results";
  column-gap: 14px;
  row-gap: 8px;
  align-items: start;
}
.catalog-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 82px;
  padding: 14px 10px 10px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}
.catalog-sidebar > strong {
  display: block;
  padding: 0 8px 9px;
  color: rgba(232,229,224,.48);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.category-filters {
  --indicator-x: 0px;
  --indicator-y: 0px;
  --indicator-width: 100%;
  --indicator-height: 29px;
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 2px;
}
.category-filters::before,
.category-filters::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: var(--indicator-width);
  height: var(--indicator-height);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  content: "";
  transform: translate3d(var(--indicator-x), var(--indicator-y), 0);
}
.category-filters::before {
  background: rgba(176,122,59,.17);
  box-shadow: inset 2px 0 0 var(--bronze-light), 0 0 12px rgba(176,122,59,.055);
  transition:
    transform 280ms cubic-bezier(.22,.8,.28,1),
    width 220ms ease,
    height 220ms ease,
    opacity 160ms ease;
}
.category-filters::after {
  background: linear-gradient(90deg, rgba(202,151,88,.13), rgba(176,122,59,.035) 62%, transparent);
  filter: blur(4px);
  transition:
    transform 410ms cubic-bezier(.2,.72,.25,1),
    width 310ms ease,
    height 310ms ease,
    opacity 180ms ease;
}
.category-filters.indicator-visible::before { opacity: 1; }
.category-filters.indicator-visible::after { opacity: .62; }
.category-filters.indicator-static::before,
.category-filters.indicator-static::after { transition: none; }
.category-chip {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 29px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 9px;
  color: rgba(232,229,224,.61);
  border: 0;
  border-radius: 7px;
  background: transparent;
  text-align: left;
  font-size: .65rem;
  letter-spacing: 0;
  text-transform: none;
  transition: color 180ms ease, transform 220ms ease, text-shadow 220ms ease;
}
.category-icon {
  width: 13px;
  flex: 0 0 13px;
  color: var(--bronze-light);
  font-size: .72rem;
  line-height: 1;
  text-align: center;
}
.category-chip:hover {
  color: var(--neutral);
  border-color: transparent;
  background: rgba(176,122,59,.08);
}
.category-chip.active {
  color: var(--neutral);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 12px rgba(232,229,224,.13);
}
.catalog-results {
  grid-area: results;
  min-width: 0;
  transition: opacity 170ms ease, transform 210ms cubic-bezier(.22,.8,.28,1), filter 190ms ease;
}
.catalog-results.catalog-leaving {
  opacity: .22;
  filter: blur(2px);
  transform: translateY(3px);
}
.catalog-results.catalog-entering {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(-3px);
}
.catalog-result-top {
  grid-area: result-header;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 31px;
  margin-bottom: 0;
}
.catalog-result-top strong {
  color: var(--neutral);
  font-size: .78rem;
  font-weight: 600;
}
.catalog-result-top span {
  color: rgba(232,229,224,.42);
  font-size: .61rem;
}
.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.product-card { padding: 5px 5px 8px; border-radius: 13px; }
.product-image { height: 142px; border-radius: 9px; }
.product-tag { top: 8px; left: 8px; padding: 4px 7px; font-size: .48rem; }
.product-placeholder small { bottom: 12px; font-size: .48rem; }
.placeholder-spectrum {
  width: 58px;
  height: 58px;
  box-shadow: 0 0 0 10px rgba(75,82,90,.06), 0 0 0 20px rgba(176,122,59,.025);
}
.product-info {
  display: block;
  min-height: 57px;
  padding: 8px 4px 5px;
}
.product-info span { font-size: .49rem; }
.product-info h3 {
  overflow: hidden;
  margin-top: 2px;
  font-size: .73rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-info > strong { display: block; padding-top: 3px; font-size: .68rem; }
.product-whatsapp {
  height: 33px;
  margin-inline: 3px;
  padding-inline: 8px;
  font-size: .54rem;
}
.product-whatsapp svg { width: 14px; height: 14px; }
.catalog-footer { margin-top: 14px; }
.empty-state {
  min-height: 280px;
  padding: 38px 24px;
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.empty-state h3 { margin-bottom: 5px; color: var(--neutral); }
.empty-state p { margin: 0; }
.empty-state small { display: block; margin-top: 9px; color: rgba(232,229,224,.38); }
.empty-order-link { color: var(--bronze-light); text-decoration: none; }
.empty-order-link strong {
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}
.custom-section { padding-block: 44px; }
.custom-grid { display: block; }
.custom-copy { max-width: none; }
.custom-copy > p { max-width: 820px; margin: 12px 0 18px; font-size: .82rem; }
.custom-art { display: none; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 18px;
}
.steps li {
  min-height: 78px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 11px;
  background: rgba(255,255,255,.025);
}
.steps li + li { border-top: 1px solid rgba(255,255,255,.07); }
.steps small { font-size: .65rem; }
.about-grid { gap: 4vw; align-items: center; }
.about-card { height: 250px; }
.about-copy > p { margin: 12px 0 0; font-size: .82rem; }
.about-points { margin-top: 17px; }
.faq-grid { gap: 5vw; }
.faq-intro { margin-top: 13px; }
.accordion summary { padding: 12px 0; font-size: .84rem; }
.accordion details p { margin-bottom: 13px; font-size: .75rem; }
.cta-section { padding: 34px 0; }
.cta-section h2 { font-size: clamp(2rem, 3vw, 3rem); }
footer { padding-top: 32px; }
.footer-grid { padding-bottom: 24px; }

@media (max-width: 980px) {
  .catalog-browser { grid-template-columns: 160px minmax(0, 1fr); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .brand img {
    filter:
      brightness(1.14)
      contrast(1.03)
      saturate(.82)
      drop-shadow(1px 0 0 rgba(190,196,202,.30))
      drop-shadow(-1px 0 0 rgba(190,196,202,.30))
      drop-shadow(0 1px 0 rgba(190,196,202,.24))
      drop-shadow(0 -1px 0 rgba(190,196,202,.24))
      drop-shadow(0 2px 6px rgba(0,0,0,.42));
  }
  .section { padding: 34px 0; }
  .catalog-section { padding-top: 32px; }
  .section-heading { gap: 10px; margin-bottom: 14px; }
  .section-heading h2,
  .custom-copy h2,
  .about-copy h2,
  .faq-section h2 { font-size: clamp(1.85rem, 8.5vw, 2.55rem); }
  .section-heading p { display: none; }
  .catalog-search { height: 44px; margin-bottom: 10px; }
  .catalog-browser {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "sidebar"
      "result-header"
      "results";
    gap: 8px;
  }
  .catalog-sidebar {
    position: static;
    margin-bottom: 0;
    padding: 9px;
  }
  .catalog-sidebar > strong { padding-bottom: 7px; }
  .category-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    overflow: visible;
    gap: 2px 5px;
    padding: 0;
  }
  .category-chip { height: 27px; font-size: .59rem; }
  .catalog-result-top { margin-bottom: 6px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .product-image { height: min(35vw, 145px); }
  .empty-state { min-height: 210px; padding: 28px 17px; }
  .steps { grid-template-columns: 1fr; gap: 6px; }
  .steps li { min-height: 0; }
  .about-grid { gap: 22px; }
  .about-card { height: 205px; }
  .faq-grid { gap: 18px; }
  .cta-section { padding: 28px 0; }
}

/* Logo oficial enviada pelo cliente — somente enquadramento da faixa central */
.official-logo {
  position: relative;
  display: block;
  width: 210px;
  height: 54px;
  overflow: hidden;
}
.official-logo > img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: none;
  transform: none;
}
.footer-brand .official-logo { width: 220px; height: 46px; }
.brand { height: 56px; }

@media (max-width: 700px) {
  .brand { height: 48px; }
  .brand .official-logo { width: 165px; height: 46px; }
  .site-header,
  .site-header.scrolled {
    backdrop-filter: blur(16px) saturate(103%);
    -webkit-backdrop-filter: blur(16px) saturate(103%);
  }
  .hero-glass {
    backdrop-filter: blur(12px) saturate(102%);
    -webkit-backdrop-filter: blur(12px) saturate(102%);
  }
  .product-card,
  .catalog-search,
  .catalog-sidebar {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

#personalizados,
#sobre,
#faq,
.cta-section,
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

@media (max-width: 360px) {
  .hero { min-height: 395px; }
  .hero h1 { font-size: 2.2rem; }
  .hero-glass { padding-inline: 20px; }
  .product-whatsapp {
    min-height: 38px;
    height: auto;
    line-height: 1.15;
  }
}

/* FAQ mais compacto */
.faq-section { padding-block: 32px; }
.faq-grid {
  grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr);
  gap: 34px;
  align-items: start;
}
.faq-section h2 {
  margin-block: 8px 0;
  font-size: clamp(1.9rem, 2.8vw, 2.85rem);
  line-height: .98;
}
.faq-intro {
  margin: 10px 0 0;
  font-size: .8rem;
  line-height: 1.45;
}
.accordion details { padding-inline: 16px; }
.accordion summary {
  min-height: 47px;
  padding: 9px 0;
}
.accordion details p { margin-bottom: 11px; }

@media (max-width: 700px) {
  .faq-section { padding-block: 27px; }
  .faq-grid { grid-template-columns: 1fr; gap: 14px; }
  .faq-section h2 { font-size: 1.9rem; }
  .faq-intro { max-width: none; margin-top: 8px; }
  .accordion summary { min-height: 45px; padding-block: 8px; }
}

/* Faixa superior em vidro líquido neutro */
.site-header {
  isolation: isolate;
  overflow: visible;
  border-bottom: 1px solid rgba(255,255,255,.105);
  background: rgba(22,24,28,.27);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(255,255,255,.035),
    0 9px 30px rgba(0,0,0,.14);
  backdrop-filter: blur(34px) saturate(106%) contrast(103%);
  -webkit-backdrop-filter: blur(34px) saturate(106%) contrast(103%);
}
.site-header.scrolled {
  border-bottom-color: rgba(255,255,255,.12);
  background: rgba(22,24,28,.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.17),
    inset 0 -1px 0 rgba(255,255,255,.04),
    0 11px 34px rgba(0,0,0,.18);
}
.site-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, rgba(255,255,255,.085), transparent 25%, rgba(255,255,255,.018) 54%, transparent 76%),
    linear-gradient(180deg, rgba(255,255,255,.055), transparent 46%);
  opacity: .72;
  pointer-events: none;
  content: "";
}
.site-header::after {
  position: absolute;
  right: 6%;
  bottom: 0;
  left: 6%;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18) 34%, rgba(202,151,88,.11) 58%, transparent);
  filter: blur(.3px);
  opacity: .65;
  pointer-events: none;
  content: "";
}

/* Navegação mobile acima do conteúdo, sem ser recortada pelo vidro do cabeçalho */
.mobile-menu {
  top: 100%;
  z-index: 60;
  display: grid;
  max-height: 0;
  padding-block: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  background: rgba(18,20,23,.97);
  box-shadow: 0 22px 42px rgba(0,0,0,.34);
  backdrop-filter: blur(18px) saturate(105%);
  -webkit-backdrop-filter: blur(18px) saturate(105%);
  transition: max-height .28s ease, padding .28s ease, opacity .2s ease, transform .28s ease, visibility .2s;
}
.mobile-menu.open {
  max-height: 320px;
  padding-block: 14px 22px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 981px) {
  .mobile-menu { display: none; }
}
