:root {
  --blue: #1854a6;
  --blue-2: #2d6cc0;
  --blue-deep: #102a4d;
  --blue-night: #071b34;
  --charcoal: #101214;
  --graphite: #25282c;
  --white: #fff;
  --gray-50: #f7f9fb;
  --gray-100: #eef1f4;
  --gray-200: #dfe5eb;
  --gray-500: #76818c;
  --silver: #aeb5bc;
  --yellow: #f2c500;
  --yellow-dark: #d7ad00;
  --red: #c92b32;
  --green: #20b85a;
  --radius: 12px;
  --shadow: 0 12px 35px rgba(12, 35, 62, .12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--blue-deep); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: var(--yellow); color: #001a35; padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; padding: 11px 18px; border-radius: 7px; font-weight: 800; font-size: .92rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.button--small { min-height: 34px; padding: 7px 13px; font-size: .78rem; }
.button--yellow { background: var(--yellow); color: #081d33; border-color: var(--yellow); }
.button--yellow:hover { background: #ffd72f; }
.button--blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.button--blue:hover { background: #0f4593; }
.button--outline-light { color: var(--white); border-color: rgba(255,255,255,.78); background: rgba(5,20,38,.22); backdrop-filter: blur(5px); }
.button--full { width: 100%; padding-inline: 9px; font-size: .78rem; }
.button--instagram { color: #102a4d; background: #fff; border-color: #b9c6d2; }
.button-icon { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.button-icon--white { filter: brightness(0) invert(1); }
.button--whatsapp { color: #fff; background: #20b85a; border-color: #20b85a; }

.topbar { height: 38px; background: #0b0e11; color: #fff; font-size: .74rem; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar__item { display: flex; align-items: center; gap: 6px; white-space: nowrap; opacity: .9; }
.mini-icon { color: var(--yellow); font-size: 1rem; font-weight: 900; }
.mini-icon-img { width: 17px; height: 17px; flex: 0 0 17px; object-fit: contain; }
.mini-icon-img--instagram, .mini-icon-img--whatsapp { width: 18px; height: 18px; }
.topbar__cta { margin-left: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: linear-gradient(90deg, #0f3159, #061b34); color: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.18); }
.site-header__inner { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; display: inline-flex; flex-direction: column; line-height: .9; color: #fff; }
.brand__main { font-size: 2rem; font-weight: 950; letter-spacing: -.07em; }
.brand__sub { margin-top: 5px; font-size: .88rem; font-weight: 800; }
.brand__city { margin-top: 5px; font-size: .58rem; font-weight: 900; letter-spacing: .28em; color: #69b6ff; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 21px; font-size: .78rem; font-weight: 750; }
.main-nav a { position: relative; padding-block: 27px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .button { font-size: .78rem; padding-inline: 14px; }
.social-chip { width: 36px; height: 36px; border-radius: 8px; background: #fff; display: grid; place-items: center; overflow: hidden; }
.social-chip img { width: 25px; height: 25px; object-fit: contain; }
.nav-toggle { display: none; width: 43px; height: 43px; padding: 9px; border: 1px solid rgba(255,255,255,.28); background: transparent; border-radius: 8px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s ease; }

.hero { position: relative; min-height: 610px; color: #fff; display: flex; align-items: center; overflow: hidden; }
.hero__picture, .hero__picture img, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__picture img { object-fit: cover; object-position: center; }
.hero__overlay { background: linear-gradient(90deg, rgba(3,17,31,.97) 0%, rgba(4,22,42,.89) 34%, rgba(6,32,58,.48) 58%, rgba(6,29,52,.12) 100%); }
.hero__content { position: relative; z-index: 2; min-height: 610px; padding: 84px 0 125px; display: flex; flex-direction: column; justify-content: center; }
.hero__copy { max-width: 590px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .72rem; }
.eyebrow { color: #a9d8ff; }
.eyebrow::before, .section-kicker::before { content: ""; width: 28px; height: 3px; background: var(--yellow); border-radius: 999px; }
.section-kicker--light { color: #a9d8ff; }
.hero h1 { max-width: 600px; margin: 16px 0 18px; font-size: clamp(2.4rem, 4.8vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.hero__copy > p { max-width: 520px; margin: 0; font-size: 1.12rem; color: #e1eaf3; }
.hero__buttons { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-features { position: absolute; left: 0; bottom: 24px; display: flex; align-items: flex-start; gap: 34px; }
.hero-features a { min-width: 70px; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: .72rem; color: #fff; text-align: center; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; background: rgba(0,43,82,.85); border: 1px solid rgba(112,190,255,.2); border-radius: 50%; box-shadow: 0 5px 20px rgba(0,0,0,.25); }
.feature-icon img { width: 42px; height: 42px; object-fit: contain; }
.feature-icon img[src$="icon-truck.png"] { width: 30px; height: 30px; }
.hero__badge { position: absolute; z-index: 3; right: 24px; bottom: 18px; padding: 6px 10px; border-radius: 7px; color: #fff; background: #1751a0; font-weight: 800; font-size: .72rem; }

.section { padding: 66px 0; }
.section--compact { padding: 22px 0; }
.section--dark { background: linear-gradient(135deg, #09213e, #06162b); color: #fff; }
.section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2, .primers h2, .varnishes h2, .spot h2, .chooser h2, .shipping h2, .faq-panel h2, .form-panel h2 { margin: 5px 0 0; font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.03; letter-spacing: -.04em; }
.section-heading p { max-width: 490px; margin: 0; color: #68798b; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 190px; display: flex; overflow: hidden; border-radius: 9px; color: #fff; background: linear-gradient(110deg, #071b34 0 54%, #123b67 100%); box-shadow: 0 7px 22px rgba(12,35,62,.12); isolation: isolate; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.93) 0%, rgba(3,20,37,.68) 52%, transparent 100%); z-index: -1; }
.category-card__content { position: relative; z-index: 2; max-width: 58%; padding: 23px 10px 20px 24px; }
.category-card h3 { margin: 0 0 8px; font-size: 1.24rem; line-height: 1.1; }
.category-card p { margin: 0; color: #d8e2ed; font-size: .88rem; }
.category-card img { position: absolute; right: -4%; bottom: -16%; width: 54%; height: 120%; object-fit: contain; transition: transform .3s ease; z-index: -2; }
.category-card:hover img { transform: scale(1.06) rotate(-2deg); }

.featured { padding-top: 40px; }
.featured-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #dce3ea; border-radius: 9px; padding: 12px 11px; background: #fff; box-shadow: 0 4px 15px rgba(14,42,73,.06); }
.product-card__image { height: 148px; display: grid; place-items: center; margin-bottom: 8px; }
.product-card__image img { max-height: 145px; width: 100%; object-fit: contain; }
.product-card__brand { margin-top: 3px; color: #667687; text-transform: uppercase; font-weight: 800; font-size: .55rem; }
.product-card h3 { margin: 5px 0 8px; min-height: 48px; font-size: .92rem; line-height: 1.15; color: #152f4d; }
.product-card > p { min-height: 54px; margin: 0 0 8px; color: #586878; font-size: .72rem; }
.product-card dl { margin: 0 0 9px; font-size: .64rem; }
.product-card dt { color: #68798b; }
.product-card dd { margin: 0 0 5px; font-weight: 750; }
.product-card small { margin-top: auto; margin-bottom: 9px; color: #87919b; font-size: .57rem; }

.family-layout { display: grid; grid-template-columns: 1.1fr repeat(5, 1fr); border: 1px solid rgba(255,255,255,.16); border-radius: 11px; overflow: hidden; }
.family-intro, .family-product { padding: 24px; border-right: 1px solid rgba(255,255,255,.16); }
.family-intro { background: linear-gradient(140deg, #123e6e, #061a32); }
.family-intro h2 { margin: 6px 0 10px; font-size: 2rem; }
.family-intro p { margin: 0 0 15px; color: #d8e5f0; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 23px; margin: 6px 0; font-size: .84rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.family-product { min-width: 0; display: flex; flex-direction: column; text-align: left; background: rgba(255,255,255,.025); }
.family-product:last-child { border-right: 0; }
.family-product h3 { margin: 0 0 6px; font-size: .97rem; }
.family-product p { min-height: 54px; margin: 0; color: #c8d4df; font-size: .76rem; }
.family-product img { width: 100%; height: 165px; margin-top: auto; object-fit: contain; }

.primers-layout { display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: stretch; }
.primers-intro { padding: 6px 0; }
.primers-intro > p { color: #657689; }
.fine-print { font-size: .76rem; }
.primer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #dce3ea; border-radius: 10px; overflow: hidden; }
.primer-grid article { min-width: 0; padding: 24px 14px 14px; text-align: center; border-right: 1px solid #e5eaf0; background: #fff; }
.primer-grid article:last-child { border-right: 0; }
.primer-grid h3 { margin: 0 0 8px; font-size: .96rem; }
.primer-grid p { min-height: 46px; margin: 0; color: #637386; font-size: .75rem; }
.primer-grid img { width: 100%; height: 190px; margin-top: 10px; object-fit: contain; }

.varnishes { padding-block: 36px; }
.varnishes__inner { min-height: 350px; display: grid; grid-template-columns: 300px 1fr 240px; align-items: center; gap: 20px; }
.varnishes__copy p { color: #d1dce6; }
.varnishes__products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: end; }
.varnishes__products img { width: 100%; height: 245px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(0,0,0,.35)); }
.varnishes__pour { position: relative; height: 280px; background: radial-gradient(circle at 50% 85%, rgba(74,144,210,.22), transparent 60%); }
.varnishes__pour::before { content: ""; position: absolute; top: 17px; right: 12px; width: 104px; height: 122px; border: 7px solid #c8d1d9; border-radius: 12px 12px 55px 55px; transform: rotate(28deg); box-shadow: inset 0 0 0 8px #5d6872; }
.varnishes__pour::after { content: ""; position: absolute; right: 100px; top: 110px; width: 15px; height: 135px; border-radius: 99px; background: linear-gradient(#e7eef3, rgba(214,230,240,.15)); transform: rotate(21deg); transform-origin: top; }
.varnishes__pour span { position: absolute; left: 37px; right: 18px; bottom: 10px; height: 122px; border: 3px solid rgba(212,226,237,.72); border-radius: 10px 10px 35px 35px; background: linear-gradient(to top, rgba(173,213,242,.35) 0 48%, transparent 48%); }

.spot-layout { display: grid; grid-template-columns: 250px 1fr; gap: 24px; }
.spot-intro p { color: #67788a; }
.warning { padding-left: 22px; position: relative; font-size: .76rem; }
.warning::before { content: "◆"; position: absolute; left: 0; color: var(--red); }
.spot-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #dce3ea; border-radius: 10px; overflow: hidden; }
.spot-grid article { padding: 18px 10px; text-align: center; border-right: 1px solid #e5eaf0; }
.spot-grid article:last-child { border-right: 0; }
.spot-grid img { height: 195px; width: 100%; object-fit: contain; }
.spot-grid span { display: block; margin-top: 6px; color: #68798a; text-transform: uppercase; font-size: .58rem; font-weight: 800; }
.spot-grid h3 { margin: 5px 0 0; font-size: .87rem; line-height: 1.17; }

.complements { background: var(--gray-50); border-block: 1px solid #e5eaf0; }
.complement-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.complement-chips span { padding: 9px 14px; border: 1px solid #cbd5df; border-radius: 99px; background: #fff; font-size: .85rem; font-weight: 750; }

.brands { padding: 28px 0 22px; border-bottom: 1px solid #dfe5eb; }
.brands h2 { margin: 0 0 18px; font-size: 1.3rem; }
.brand-strip { display: grid; grid-template-columns: repeat(7, 1fr); align-items: center; gap: 24px; }
.brand-strip img { width: 100%; height: 55px; object-fit: contain; }
.brands p { margin: 15px 0 0; color: #748391; font-size: .74rem; }

.chooser { padding-top: 44px; }
.chooser-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #dce3ea; border-radius: 10px; overflow: hidden; background: #fff; }
.chooser-grid article { min-width: 0; padding: 18px 12px 20px; text-align: center; border-right: 1px solid #e2e7ed; }
.chooser-grid article:last-child { border-right: 0; }
.chooser-icon { height: 72px; display: grid; place-items: center; font-size: 3.2rem; color: var(--blue-deep); }
.chooser-icon img { width: 72px; height: 66px; object-fit: contain; }
.chooser-grid h3 { margin: 8px 0 0; font-size: .78rem; line-height: 1.25; }
.chooser-cta { margin-top: 16px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.chooser-cta p { margin: 0; color: #68798b; }

.cards-section { padding-top: 22px; }
.cards-section__grid { display: grid; grid-template-columns: 1fr 1fr 1.45fr; gap: 12px; }
.story-card { position: relative; min-height: 300px; overflow: hidden; border-radius: 10px; color: #fff; background: var(--blue-deep); }
.story-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-card--workshop > img { object-position: 68% center; }
.story-card--promo > img { object-position: center; }
.story-card--about > img { object-position: center; }
.story-card__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,42,.97) 0%, rgba(5,25,47,.82) 52%, rgba(5,25,47,.2) 100%); }
.story-card--promo .story-card__overlay { background: linear-gradient(90deg, rgba(4,22,42,.97) 0%, rgba(5,25,47,.88) 58%, rgba(5,25,47,.16) 100%); }
.story-card__content { position: relative; z-index: 2; max-width: 65%; padding: 24px; }
.story-card--about .story-card__content { max-width: 61%; }
.story-card h2 { margin: 0 0 9px; font-size: 1.35rem; line-height: 1.08; }
.story-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.story-card p, .story-card li { color: #d7e3ed; font-size: .8rem; }
.story-card ul { margin: 9px 0 0; padding-left: 18px; }
.promo-label { display: inline-block; margin-bottom: 8px; padding: 4px 8px; border-radius: 3px; background: var(--red); font-size: .66rem; font-weight: 900; }
.promotion--hidden { display: none !important; }

.shipping { background: var(--blue-deep); color: #fff; }
.shipping__grid { display: grid; grid-template-columns: 1.2fr 1.4fr auto; gap: 36px; align-items: center; }
.shipping p { color: #d4e0ea; }
.shipping ol { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 30px; counter-reset: ship; list-style: none; padding: 0; }
.shipping li { position: relative; padding-left: 31px; font-size: .85rem; }
.shipping li::before { counter-increment: ship; content: counter(ship); position: absolute; left: 0; top: -2px; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: #09213e; background: var(--yellow); font-weight: 900; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 360px 1fr; gap: 22px; }
.faq-panel, .form-panel { border: 1px solid #dbe3ea; border-radius: 10px; padding: 23px; box-shadow: 0 8px 24px rgba(16,42,77,.06); }
.faq-list { margin-top: 18px; }
.faq-list details { border-top: 1px solid #e3e8ed; }
.faq-list details:last-child { border-bottom: 1px solid #e3e8ed; }
.faq-list summary { position: relative; cursor: pointer; padding: 13px 34px 13px 0; font-weight: 800; font-size: .88rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 9px; font-size: 1.3rem; color: var(--blue); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0 0 14px; color: #657587; font-size: .82rem; }
.faq-panel small { display: block; margin-top: 14px; color: #7c8894; }
.form-panel > p { margin-top: 4px; color: #68798b; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.form-grid label { display: flex; flex-direction: column; gap: 4px; }
.form-grid label span { font-size: .7rem; font-weight: 800; color: #506376; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #d4dde6; border-radius: 6px; padding: 10px 11px; color: #102a4d; background: #fff; outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(24,84,166,.11); }
.form-message { grid-column: span 2; }
.form-actions { margin-top: 12px; display: flex; justify-content: flex-end; gap: 10px; }
.form-note { margin: 10px 0 0; color: #71808d; font-size: .72rem; }

.final-cta { padding: 56px 0; color: #fff; background: linear-gradient(120deg, #071a32, #174b82); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { margin: 7px 0 4px; font-size: clamp(1.8rem, 3.2vw, 3rem); letter-spacing: -.04em; }
.final-cta p { margin: 0; color: #d8e4ef; }
.final-cta__buttons { display: flex; gap: 12px; flex: 0 0 auto; }

.footer { color: #fff; background: #071a32; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr 1.1fr 1.25fr; gap: 34px; padding: 42px 0 34px; }
.footer__brand p { max-width: 260px; color: #b9c8d6; font-size: .78rem; }
.footer h3 { margin: 4px 0 12px; color: #fff; font-size: .85rem; }
.footer a, .footer p { display: block; margin: 6px 0; color: #c7d4df; font-size: .74rem; }
.footer__info p, .footer__info a { display: flex; align-items: center; gap: 9px; }
.footer__info img { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.footer__info a { color: inherit; }

.footer__image { min-height: 180px; border-radius: 8px; overflow: hidden; }
.footer__image img { width: 100%; height: 100%; object-fit: cover; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer__bottom .container { min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #aebdca; font-size: .66rem; }
.brand--footer { margin-bottom: 14px; }

.mobile-actions { display: none; }
.toast { position: fixed; z-index: 999; left: 50%; bottom: 28px; max-width: min(90vw, 520px); transform: translate(-50%, 130%); padding: 12px 17px; border-radius: 8px; color: #fff; background: #102a4d; box-shadow: 0 12px 32px rgba(0,0,0,.25); transition: transform .25s ease; font-weight: 700; font-size: .86rem; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1180px) {
  .main-nav { gap: 13px; font-size: .72rem; }
  .header-actions .button { display: none; }
  .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .family-layout { grid-template-columns: repeat(3, 1fr); }
  .family-intro, .family-product { border-bottom: 1px solid rgba(255,255,255,.16); }
  .family-product:nth-child(3n) { border-right: 0; }
  .varnishes__inner { grid-template-columns: 260px 1fr; }
  .varnishes__pour { display: none; }
  .story-card__content { max-width: 78%; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 76px; }
  .topbar { display: none; }
  .site-header__inner { min-height: 68px; justify-content: space-between; }
  .brand__main { font-size: 1.75rem; }
  .nav-toggle { display: block; order: 3; }
  .header-actions { margin-left: auto; }
  .header-actions .social-chip { display: none; }
  .main-nav { position: fixed; top: 68px; left: 0; right: 0; max-height: calc(100dvh - 68px); overflow: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 26px; background: #071a32; transform: translateY(-115%); transition: transform .25s ease; box-shadow: 0 10px 28px rgba(0,0,0,.25); }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav a::after { display: none; }
  .hero, .hero__content { min-height: 680px; }
  .hero__content { padding-top: 75px; padding-bottom: 145px; }
  .hero__copy { max-width: 500px; }
  .hero__overlay { background: linear-gradient(180deg, rgba(3,17,31,.95) 0%, rgba(4,22,42,.72) 50%, rgba(4,22,42,.56) 100%); }
  .hero-features { right: 0; gap: 18px; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .hero-features a { min-width: 76px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .primers-layout, .spot-layout { grid-template-columns: 1fr; }
  .primers-intro { max-width: 630px; }
  .cards-section__grid { grid-template-columns: 1fr 1fr; }
  .story-card--about { grid-column: 1 / -1; }
  .brand-strip { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .chooser-grid { grid-template-columns: repeat(3, 1fr); }
  .chooser-grid article:nth-child(3n) { border-right: 0; }
  .chooser-grid article:nth-child(-n+3) { border-bottom: 1px solid #e2e7ed; }
  .shipping__grid { grid-template-columns: 1fr; gap: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
.footer__image { grid-column: span 2; }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { top: 0; }
  .hero { min-height: 740px; }
  .hero__content { min-height: 740px; padding: 74px 0 165px; justify-content: flex-start; }
  .hero__picture img { object-position: 58% center; }
  .hero h1 { margin-top: 14px; font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .hero__copy > p { font-size: 1rem; }
  .hero__buttons { flex-direction: column; align-items: stretch; max-width: 330px; }
  .hero-features { bottom: 20px; display: grid; grid-auto-flow: column; grid-auto-columns: 78px; width: 100%; gap: 8px; }
  .feature-icon { width: 44px; height: 44px; }
  .hero__badge { display: none; }
  .section { padding: 44px 0; }
  .section--compact { padding: 16px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 160px; }
  .category-card__content { max-width: 60%; padding: 20px; }
  .featured-grid { display: grid; grid-template-columns: repeat(7, minmax(235px, 235px)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 9px; }
  .product-card { scroll-snap-align: start; }
  .product-card__image { height: 170px; }
  .family-layout { display: grid; grid-template-columns: 1fr 1fr; }
  .family-intro { grid-column: 1 / -1; }
  .family-product { border-right: 1px solid rgba(255,255,255,.16) !important; }
  .family-product:nth-child(odd) { border-right: 0 !important; }
  .family-product img { height: 145px; }
  .primer-grid { grid-template-columns: 1fr 1fr; }
  .primer-grid article { border-bottom: 1px solid #e5eaf0; }
  .primer-grid article:nth-child(2n) { border-right: 0; }
  .primer-grid img { height: 170px; }
  .varnishes__inner { display: block; }
  .varnishes__products { margin-top: 22px; grid-template-columns: repeat(4, minmax(155px, 155px)); overflow-x: auto; }
  .varnishes__products img { height: 210px; }
  .spot-grid { grid-template-columns: repeat(5, minmax(180px,180px)); overflow-x: auto; border-radius: 10px; }
  .spot-grid article { border-bottom: 0; }
  .brand-strip { display: grid; grid-template-columns: repeat(7, minmax(150px,150px)); overflow-x: auto; }
  .chooser-grid { grid-template-columns: 1fr 1fr; }
  .chooser-grid article { border-bottom: 1px solid #e2e7ed; }
  .chooser-grid article:nth-child(2n) { border-right: 0; }
  .chooser-grid article:nth-child(3n) { border-right: 1px solid #e2e7ed; }
  .chooser-grid article:last-child { border-right: 0; }
  .chooser-cta { align-items: stretch; flex-direction: column; }
  .cards-section__grid { grid-template-columns: 1fr; }
  .story-card--about { grid-column: auto; }
  .story-card { min-height: 345px; }
  .story-card__content, .story-card--about .story-card__content { max-width: 76%; padding: 22px; }
  .shipping ol { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-message { grid-column: auto; }
  .form-actions { flex-direction: column; }
  .final-cta__inner { align-items: stretch; flex-direction: column; }
  .final-cta__buttons { flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
.footer__image { grid-column: auto; }
  .footer__bottom .container { padding: 12px 0; align-items: flex-start; flex-direction: column; gap: 5px; }
  .mobile-actions { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #dbe3ea; background: #fff; box-shadow: 0 -8px 25px rgba(8,29,51,.14); }
  .mobile-actions a, .mobile-actions button { display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; color: #102a4d; background: #fff; font-weight: 900; }
  .mobile-actions img { width: 26px; height: 26px; object-fit: contain; }
  .mobile-actions button img { filter: brightness(0) invert(1); }
  .mobile-actions button { color: #fff; background: #20b85a; }
  .toast { bottom: calc(78px + env(safe-area-inset-bottom)); }
}

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