:root {
  --navy: #172a49;
  --navy-2: #223a61;
  --gold: #c88d27;
  --gold-light: #e3b75f;
  --cream: #fff7ea;
  --sand: #f3e4ce;
  --paper: #fffdf9;
  --ink: #182238;
  --muted: #6d7280;
  --line: #e8e1d7;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 42, 73, .11);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.whatsapp-icon { width: 19px; height: 19px; flex: 0 0 auto; fill: #20a866; }
.whatsapp-icon .phone-mark, .whatsapp-float .phone-mark { fill: #fff; }
.container { width: min(1180px, calc(100% - 40px)); 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; }

.prototype-bar { min-height: 34px; padding: 7px 20px; display: flex; justify-content: center; align-items: center; gap: 12px; color: #fff; background: var(--navy); font-size: 12px; letter-spacing: .02em; }
.prototype-bar span { padding: 2px 8px; color: var(--navy); background: var(--gold-light); border-radius: 99px; font-weight: 700; text-transform: uppercase; font-size: 10px; }
.prototype-bar p { margin: 0; opacity: .78; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,249,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-main { min-height: 104px; display: grid; grid-template-columns: 170px minmax(280px, 1fr) auto; align-items: center; gap: 34px; }
.brand { width: 155px; height: 88px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transform: none; }
.search { height: 48px; display: flex; align-items: center; padding-left: 16px; border: 1px solid #d9dbe0; border-radius: 99px; background: #fff; transition: .2s; }
.search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,141,39,.12); }
.search svg { width: 20px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.search input { flex: 1; min-width: 0; padding: 0 12px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search button { align-self: stretch; padding: 0 21px; border: 0; border-radius: 99px; color: #fff; background: var(--navy); cursor: pointer; font-weight: 700; }
.header-actions { display: flex; gap: 22px; }
.header-actions a, .cart-button { padding: 0; display: flex; align-items: center; gap: 9px; border: 0; background: none; color: var(--ink); cursor: pointer; text-align: left; }
.mobile-menu-toggle { width: 42px; height: 42px; padding: 10px; display: none; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.mobile-menu-toggle span { width: 100%; height: 2px; display: block; border-radius: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
.mobile-menu-toggle span + span { margin-top: 5px; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header-actions small, .header-actions strong { display: block; white-space: nowrap; }
.header-actions small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.header-actions strong { margin-top: 2px; font-size: 13px; }
.action-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); font-size: 17px; }
.category-nav-wrap { border-top: 1px solid #f0ebe4; }
.category-nav { min-height: 47px; display: flex; align-items: center; justify-content: center; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a, .category-link { flex: 0 0 auto; padding: 7px 0; border: 0; background: none; color: #484f5d; cursor: pointer; font-size: 13px; font-weight: 600; }
.category-link.promotion-link { color: #b84c55; }
.category-link.promotion-link::before { content: "✦ "; }
.category-link.active, .category-nav a:hover, .category-link:hover { color: var(--gold); }

.hero { min-height: 620px; padding-block: 44px 54px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; color: var(--navy); line-height: 1.08; }
h1 { max-width: 670px; font-size: clamp(46px, 5.2vw, 75px); letter-spacing: -.045em; }
h1 em { color: var(--gold); font-weight: inherit; }
h2 { font-size: clamp(32px, 3.2vw, 48px); letter-spacing: -.03em; }
.hero-copy { max-width: 590px; margin: 24px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 99px; cursor: pointer; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 10px 24px rgba(23,42,73,.18); }
.button-primary:hover { background: var(--navy-2); }
.button-ghost { border-color: var(--line); color: var(--navy); background: transparent; }
.button-gold { color: var(--navy); background: var(--gold-light); }
.button-full { width: 100%; }
.hero-benefits { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; list-style: none; color: #555d6a; font-size: 12px; font-weight: 600; }
.hero-benefits span { color: var(--gold); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -16px 30px 24px -18px; z-index: -1; border-radius: 48% 48% 16px 16px; background: var(--sand); transform: rotate(-2deg); }
.hero-visual img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 48% 48% 16px 16px; box-shadow: var(--shadow); }
.floating-card { position: absolute; left: -36px; bottom: 38px; min-width: 245px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.floating-card > span { width: 37px; height: 37px; display: grid; place-items: center; color: var(--gold); background: var(--cream); border-radius: 50%; }
.floating-card p { margin: 0; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--navy); font-size: 13px; }
.floating-card small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.trust-strip { padding: 24px 0; color: #fff; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { min-height: 54px; padding: 0 24px; display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border: 0; }
.trust-grid article > span { color: var(--gold-light); font-size: 28px; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { margin-top: 3px; color: rgba(255,255,255,.64); font-size: 11px; }

.section { padding-block: 90px; }
.section-heading { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 13px; }
.sector-showcase { padding-bottom: 20px; }
.sector-heading-side { display: flex; align-items: flex-end; flex-direction: column; gap: 13px; }
.sector-heading-side > p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; text-align: right; }
.sector-controls { display: flex; gap: 8px; }
.sector-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: #fff; cursor: pointer; font-size: 18px; transition: .2s; }
.sector-controls button:hover:not(:disabled) { color: #fff; border-color: var(--navy); background: var(--navy); transform: translateY(-2px); }
.sector-controls button:disabled { cursor: default; opacity: .32; }
.sector-carousel { margin: -16px; padding: 16px; overflow: hidden; }
.sector-grid { display: flex; gap: 18px; overflow-x: auto; padding: 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.sector-grid::-webkit-scrollbar { display: none; }
.sector-card { position: relative; min-width: 0; flex: 0 0 calc((100% - 54px) / 4); aspect-ratio: 4 / 5; padding: 0; overflow: hidden; scroll-snap-align: start; border: 0; border-radius: 22px; color: #fff; background: var(--navy); cursor: pointer; box-shadow: 0 8px 22px rgba(32,35,40,.07); text-align: left; text-decoration: none; isolation: isolate; }
.sector-card::after { content: ""; position: absolute; inset: 0 0 30%; z-index: -1; background: linear-gradient(180deg, transparent 68%, rgba(12,24,44,.18) 100%); pointer-events: none; }
.sector-card img { position: absolute; inset: 0 0 auto; z-index: -2; width: 100%; height: 70%; object-fit: cover; transition: transform .45s ease; }
.sector-card span { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; height: 30%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 15px 20px 16px; border-top: 1px solid rgba(213,165,70,.42); background: linear-gradient(135deg, #1c3458 0%, #10213d 100%); }
.sector-card small, .sector-card strong, .sector-card em { display: block; }
.sector-card small { margin-bottom: 4px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sector-card strong { font-family: "Playfair Display", serif; font-size: clamp(25px, 2.3vw, 34px); line-height: 1.1; }
.sector-card em { margin-top: 8px; color: rgba(255,255,255,.7); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .02em; transition: color .25s, transform .25s; }
.sector-card:hover img { transform: scale(1.045); }
.sector-card:hover em, .sector-card:focus-visible em { color: var(--gold-light); transform: translateX(4px); }
.sector-card:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
#produtos { scroll-margin-top: 170px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 18px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-art { position: relative; aspect-ratio: 1 / .9; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--art-a), var(--art-b)); }
.product-art::before, .product-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.product-art::before { width: 220px; height: 220px; right: -80px; top: -100px; }
.product-art::after { width: 140px; height: 140px; left: -70px; bottom: -55px; }
.product-emoji { z-index: 1; filter: drop-shadow(0 14px 15px rgba(35,40,50,.16)); font-size: clamp(64px, 7vw, 92px); transition: transform .25s; }
.product-card:hover .product-emoji { transform: scale(1.08) rotate(-3deg); }
.product-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card-image[src$="sem-foto.svg"] { padding: 0; object-fit: cover; background: #f8f3eb; }
.product-card:hover .product-card-image { transform: scale(1.045); }
.quick-view { position: absolute; z-index: 2; left: 50%; bottom: 12px; padding: 8px 14px; color: #fff; border-radius: 99px; background: rgba(23,42,73,.92); opacity: 0; transform: translate(-50%, 8px); transition: .2s; font-size: 11px; font-weight: 700; white-space: nowrap; }
.product-card:hover .quick-view { opacity: 1; transform: translate(-50%, 0); }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 9px; border-radius: 99px; color: #fff; background: var(--navy); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-badge.promotion { background: #b76825; }
.product-badge.unavailable { background: #7b818b; }
.favorite { position: absolute; z-index: 2; top: 10px; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.9); cursor: pointer; font-size: 18px; }
.favorite.active { color: #bd4452; }
.product-info { padding: 18px; }
.product-category { margin: 0 0 6px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-info h3 { min-height: 44px; margin: 0; color: var(--ink); font-size: 15px; line-height: 1.45; }
.product-price-row { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.price small, .price strong { display: block; }
.price small { color: var(--muted); font-size: 10px; text-decoration: line-through; }
.price strong { margin-top: 2px; color: var(--navy); font-size: 18px; }
.add-cart { min-height: 38px; padding: 0 13px; border: 0; border-radius: 99px; color: #fff; background: var(--navy); cursor: pointer; font-size: 11px; font-weight: 700; transition: .2s; white-space: nowrap; }
.add-cart:hover { background: var(--gold); transform: translateY(-2px); }
.installment { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.installment.unavailable { color: #8b3943; font-weight: 700; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state > span { color: var(--gold); font-size: 50px; }
.empty-state h3 { margin: 12px 0 5px; color: var(--navy); }
.empty-state p { margin: 0 0 22px; color: var(--muted); }

.local-banner { min-height: 370px; padding: 58px 70px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; overflow: hidden; color: #fff; border-radius: 28px; background: var(--navy); }
.local-banner h2 { max-width: 630px; color: #fff; }
.local-banner p:not(.eyebrow) { max-width: 640px; margin: 18px 0 24px; color: rgba(255,255,255,.7); line-height: 1.7; }
.local-banner a { color: var(--gold-light); font-weight: 700; }
.map-illustration { position: relative; min-height: 250px; display: grid; place-items: center; }
.map-ring { position: absolute; border: 1px solid rgba(227,183,95,.3); border-radius: 50%; }
.ring-one { width: 220px; height: 220px; }
.ring-two { width: 330px; height: 330px; }
.map-pin { z-index: 1; width: 88px; height: 88px; display: grid; place-items: center; color: var(--navy); border: 7px solid rgba(255,255,255,.15); border-radius: 50% 50% 50% 8px; background: var(--gold-light); box-shadow: 0 20px 45px rgba(0,0,0,.22); transform: rotate(-45deg); font-size: 36px; }
.map-pin::first-letter { transform: rotate(45deg); }
.map-illustration > span { position: absolute; bottom: 0; padding: 6px 13px; border-radius: 99px; background: rgba(255,255,255,.08); font-size: 12px; }

.about { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 75px; }
.about-image { position: relative; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.about-image img { width: 100%; border-radius: 14px; }
.about-content > p:not(.eyebrow) { max-width: 570px; margin: 20px 0 0; color: var(--muted); line-height: 1.75; }
.social-links { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a { padding: 12px 16px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 99px; color: var(--navy); font-size: 13px; font-weight: 700; }
.social-links span { color: var(--gold); font-size: 20px; }

.newsletter { padding: 46px 0; background: var(--sand); }
.newsletter-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.newsletter h2 { font-size: 33px; }
.newsletter form { flex: 0 1 510px; padding: 5px; display: flex; border-radius: 99px; background: #fff; box-shadow: 0 12px 30px rgba(23,42,73,.08); }
.newsletter input { flex: 1; min-width: 0; padding: 0 20px; border: 0; outline: 0; background: transparent; }
.newsletter .newsletter-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }

.footer { padding: 65px 0 20px; color: rgba(255,255,255,.68); background: #111f36; }
.footer-grid { padding-bottom: 50px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 155px; height: 88px; object-fit: cover; object-position: center 30%; border-radius: 8px; }
.footer-brand p { max-width: 330px; line-height: 1.7; }
.footer h3 { margin: 5px 0 20px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.footer a, .footer div > span { margin: 10px 0; display: block; font-size: 13px; }
.footer a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 15; width: 58px; height: 58px; padding: 9px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.85); border-radius: 50%; color: #fff; background: #26a966; box-shadow: 0 12px 30px rgba(0,0,0,.2); cursor: pointer; }
.whatsapp-float svg { width: 100%; height: 100%; fill: #fff; }
.overlay { position: fixed; inset: 0; z-index: 50; background: rgba(9,17,31,.52); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 60; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; padding: 26px; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 60px rgba(10,18,30,.2); transform: translateX(105%); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { padding-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.drawer-header small { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.drawer-header h2 { margin-top: 4px; font-size: 32px; }
.drawer-header button, .modal-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: #fff; cursor: pointer; font-size: 24px; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { padding: 16px 0; display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-item-art { width: 72px; height: 72px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.cart-item-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cart-item h4 { margin: 0 0 6px; font-size: 13px; }
.cart-item strong { color: var(--navy); font-size: 13px; }
.quantity { margin-top: 8px; display: flex; align-items: center; gap: 9px; }
.quantity button { width: 23px; height: 23px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.quantity span { font-size: 12px; }
.quantity-saving { margin-top: 4px; display: block; color: #248151; font-size: 10px; font-weight: 700; }
.remove-item { border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 17px; }
.cart-empty { margin: auto; padding: 30px; text-align: center; }
.cart-empty > span { font-size: 50px; }
.cart-empty h3 { margin: 15px 0 5px; color: var(--navy); }
.cart-empty p { margin: 0 0 20px; color: var(--muted); }
.cart-summary { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-summary > div { margin-bottom: 10px; display: flex; justify-content: space-between; }
.cart-summary > p { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 10px; }

.modal { position: fixed; z-index: 70; top: 50%; left: 50%; width: min(520px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 35px; overflow: auto; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.28); transform: translate(-50%, -50%); }
.modal-close { position: absolute; top: 18px; right: 18px; }
.checkout-progress { width: 190px; margin-bottom: 27px; display: flex; align-items: center; }
.checkout-progress span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #fff; font-size: 10px; }
.checkout-progress span.active { color: #fff; border-color: var(--gold); background: var(--gold); }
.checkout-progress i { flex: 1; height: 1px; background: var(--line); }
.modal h2 { padding-right: 35px; font-size: 34px; }
.modal > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.checkout-items { max-height: 210px; margin: 22px 0 10px; overflow: auto; border-block: 1px solid var(--line); }
.checkout-items > div { padding: 12px 2px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.checkout-items > div:last-child { border-bottom: 0; }
.checkout-items strong { flex: 0 0 auto; color: var(--navy); }
.checkout-notice { margin: 18px 0; padding: 15px; border: 1px solid #ecd5a8; border-radius: 13px; background: var(--cream); }
.checkout-notice strong { color: var(--navy); font-size: 12px; }
.checkout-notice p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.payment-options { display: grid; gap: 10px; margin: 22px 0; }
.payment-options label { position: relative; min-height: 68px; padding: 12px 14px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.payment-options label:has(input:checked) { border-color: var(--gold); background: var(--cream); }
.payment-options input { accent-color: var(--gold); }
.payment-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--gold); border-radius: 9px; background: #fff; }
.payment-options strong, .payment-options small { display: block; }
.payment-options strong { font-size: 13px; }
.payment-options small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.payment-options b { position: absolute; right: 11px; top: 8px; color: var(--gold); font-size: 8px; text-transform: uppercase; }
.checkout-total { margin: 18px 0; display: flex; justify-content: space-between; align-items: center; }
.checkout-total strong { color: var(--navy); font-size: 22px; }
.secure-note { margin-top: 12px; display: block; color: var(--muted); text-align: center; }
.product-modal { position: fixed; z-index: 70; top: 50%; left: 50%; width: min(920px, calc(100% - 30px)); max-height: calc(100dvh - 30px); display: grid; grid-template-columns: .9fr 1.1fr; overflow: auto; border-radius: 25px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.28); transform: translate(-50%, -50%); }
.product-modal-close { position: absolute; z-index: 3; top: 16px; right: 16px; }
.product-modal-art { position: relative; min-height: 570px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--art-a), var(--art-b)); }
.product-modal-art::before, .product-modal-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.product-modal-art::before { width: 430px; height: 430px; right: -190px; top: -170px; }
.product-modal-art::after { width: 260px; height: 260px; left: -130px; bottom: -90px; }
.product-modal-art span { z-index: 1; filter: drop-shadow(0 25px 25px rgba(35,40,50,.18)); font-size: 145px; }
.product-modal-content { padding: 52px 45px 40px; }
.product-modal-content h2 { font-size: 42px; }
.product-modal-rating { margin-top: 12px; display: flex; align-items: center; gap: 10px; }
.product-modal-rating span { color: var(--gold); letter-spacing: .08em; font-size: 13px; }
.product-modal-rating small { color: var(--muted); }
.product-modal-description { margin: 22px 0 16px; color: var(--muted); line-height: 1.7; }
.product-features { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 15px; list-style: none; color: #4f5662; font-size: 12px; }
.product-features li::before { content: "✓"; margin-right: 7px; color: var(--gold); font-weight: 700; }
.product-modal-price { margin: 25px 0; padding: 19px 0; display: flex; justify-content: space-between; align-items: center; border-block: 1px solid var(--line); }
.product-modal-price small, .product-modal-price strong, .product-modal-price div > span { display: block; }
.product-modal-price small { color: var(--muted); text-decoration: line-through; }
.product-modal-price strong { margin: 2px 0; color: var(--navy); font-size: 27px; }
.product-modal-price div > span { color: var(--muted); font-size: 11px; }
.stock-label { color: #248151; font-size: 11px; font-weight: 700; }
.special-conditions { margin: -8px 0 22px; padding: 14px 16px; border: 1px solid #ecd5a8; border-radius: 12px; background: var(--cream); }
.special-conditions strong { color: var(--navy); font-size: 11px; }
.special-conditions p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.product-modal-actions { display: flex; gap: 12px; }
.product-modal-actions > .button { flex: 1; }
.detail-quantity { min-width: 116px; padding: 4px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 99px; background: #fff; }
.detail-quantity button { width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--navy); background: var(--cream); cursor: pointer; font-size: 18px; }
.detail-quantity span { font-size: 13px; font-weight: 700; }
.product-modal-benefits { margin-top: 19px; display: flex; gap: 20px; color: var(--muted); font-size: 11px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; padding: 13px 20px; color: #fff; border-radius: 99px; background: var(--navy); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .header-main { grid-template-columns: 135px 1fr auto; gap: 16px; }
  .brand { width: 140px; height: 80px; }
  .location { display: none !important; }
  .hero { min-height: auto; gap: 35px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .trust-grid article:nth-child(2) { border: 0; }
  .sector-card { flex-basis: calc((100% - 18px) / 2); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 28px, 1180px); }
  .prototype-bar p { display: none; }
  .site-header { position: sticky; top: 0; box-shadow: 0 8px 24px rgba(23,42,73,.08); }
  .header-main { min-height: 90px; grid-template-columns: 120px 1fr; }
  .brand { width: 120px; height: 74px; grid-column: 1; grid-row: 1; }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; gap: 10px; }
  .mobile-menu-toggle { display: block; }
  .favorites-action > span:not(.action-icon) { display: none; }
  .cart-button small, .cart-button strong { display: block; }
  .search { width: 100%; grid-column: 1 / -1; grid-row: 2; margin-bottom: 14px; }
  .category-nav-wrap { max-height: 0; overflow: hidden; border-top: 0; opacity: 0; transition: max-height .25s ease, opacity .2s ease; }
  .category-nav-wrap.open { max-height: min(520px,calc(100dvh - 155px)); overflow-y: auto; border-top: 1px solid #f0ebe4; opacity: 1; }
  .category-nav { padding-block: 10px 15px; align-items: stretch; flex-direction: column; gap: 0; overflow: visible; }
  .category-nav a, .category-link { width: 100%; padding: 12px 4px; text-align: left; border-bottom: 1px solid #f0ebe4; }
  .category-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 48px; grid-template-columns: 1fr; }
  h1 { font-size: 43px; overflow-wrap: anywhere; }
  .hero-content { text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-actions, .hero-benefits { justify-content: center; }
  .hero-visual { width: 92%; margin: 10px auto 0; }
  .floating-card { left: -10px; bottom: 20px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article { padding: 0 12px; }
  .section { padding-block: 65px; }
  .section-heading { align-items: start; flex-direction: column; }
  .sector-showcase { padding-bottom: 10px; }
  .sector-heading-side { align-items: flex-start; }
  .sector-heading-side > p { text-align: left; }
  .sector-grid { gap: 12px; }
  .sector-card { flex-basis: 100%; aspect-ratio: 10 / 11; border-radius: 17px; }
  .sector-card img { height: 72%; }
  .sector-card::after { bottom: 28%; }
  .sector-card span { height: 28%; padding: 17px 18px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 15px 10px; }
  .product-info { padding: 14px; }
  .local-banner { padding: 45px 28px; grid-template-columns: 1fr; text-align: center; }
  .map-illustration { min-height: 210px; }
  .about { grid-template-columns: 1fr; gap: 45px; }
  .newsletter-inner { align-items: stretch; flex-direction: column; }
  .newsletter form { flex-basis: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-grid > div:nth-child(3) { display: none; }
  .footer-bottom { flex-direction: column; }
  .product-modal { grid-template-columns: 1fr; }
  .product-modal-art { min-height: 270px; }
  .product-modal-art span { font-size: 105px; }
  .product-modal-content { padding: 30px 25px; }
  .product-modal-content h2 { font-size: 34px; }
}

@media (max-width: 400px) {
  .header-main { grid-template-columns: 108px 1fr; gap: 8px; }
  .brand { width: 108px; }
  .header-actions { gap: 7px; }
  .cart-button { gap: 5px; }
  .cart-button small { display: none; }
}

@media (max-width: 460px) {
  h1 { font-size: 39px; }
  .search button { padding-inline: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-benefits { gap: 10px; font-size: 10px; }
  .floating-card { min-width: 210px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:nth-child(2) { padding: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .sector-card strong { font-size: 29px; }
  .product-info h3 { font-size: 13px; }
  .product-price-row { align-items: end; flex-direction: column; }
  .product-price-row .price { align-self: flex-start; }
  .add-cart { width: 100%; }
  .product-art { aspect-ratio: 1; }
  .product-emoji { font-size: 58px; }
  .newsletter form { padding: 0; flex-direction: column; gap: 8px; background: transparent; box-shadow: none; }
  .newsletter input { min-height: 52px; border-radius: 99px; background: #fff; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:nth-child(2) { display: none; }
  .modal { padding: 30px 20px; }
  .product-features { grid-template-columns: 1fr; }
  .product-modal-actions { flex-direction: column; }
  .detail-quantity { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
