:root {
  --ink: #080a0e;
  --paper: #f4f2ec;
  --paper-2: #eae7df;
  --muted: #6f706c;
  --line: rgba(8, 10, 14, .11);
  --gold: #c8a75c;
  --gold-light: #f0d58e;
  --green: #18a765;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 148px); }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 15px; color: #fff; background: #000; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { min-height: 36px; padding: 8px clamp(16px, 4vw, 48px); display: flex; align-items: center; justify-content: center; gap: 30px; color: rgba(255,255,255,.7); background: #050609; font-size: .69rem; letter-spacing: .04em; }
.announcement p { margin: 0; }
.announcement p span { width: 3px; height: 3px; margin-inline: 12px; display: inline-block; border-radius: 50%; background: var(--gold); vertical-align: middle; }
.announcement > a { margin-left: auto; color: #fff; font-weight: 700; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(8,10,14,.08); background: rgba(244,242,236,.88); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: #111; background: linear-gradient(140deg, #f6dea0, #b98b37); box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--font-display); font-size: .84rem; letter-spacing: .07em; }
.brand-copy small { margin-top: 4px; color: #787972; font-size: .53rem; font-weight: 700; letter-spacing: .24em; }
.nav-menu { margin-inline: auto; display: flex; align-items: center; gap: 30px; }
.nav-menu a { font-size: .75rem; font-weight: 600; }
.nav-menu a:hover { color: #9e772b; }
.header-cta { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; color: #fff; background: var(--ink); font-size: .72rem; font-weight: 700; }
.status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #28d17e; box-shadow: 0 0 0 4px rgba(40,209,126,.14); }
.menu-toggle { width: 42px; height: 42px; display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { width: 21px; height: 1.5px; margin: 5px auto; display: block; background: var(--ink); transition: transform .2s; }

.hero { min-height: 760px; padding-block: clamp(65px, 8vw, 108px); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.kicker { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: #666861; font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker > span { width: 24px; height: 1px; background: var(--gold); }
.kicker.light { color: rgba(255,255,255,.5); }
.hero h1 { max-width: 620px; margin: 0 0 28px; font-family: var(--font-display); font-size: clamp(5.1rem, 8.6vw, 8.9rem); font-weight: 700; letter-spacing: -.09em; line-height: .82; }
h1 em, h2 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 540px; margin: 0; color: var(--muted); font-size: 1.01rem; }
.hero-actions { margin: 34px 0 40px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .76rem; font-weight: 700; transition: transform .22s, background .22s, color .22s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.5); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; }
.hero-trust > div { display: flex; align-items: center; gap: 9px; }
.trust-icon { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #9e772b; font-size: .7rem; }
.hero-trust > div > span:last-child { display: grid; color: #85867f; font-size: .68rem; line-height: 1.35; }
.hero-trust strong { color: var(--ink); font-size: .73rem; }

.hero-stage { position: relative; min-height: 640px; overflow: hidden; border-radius: 38px; color: #fff; background: radial-gradient(circle at 70% 25%, #343b4d, #11141c 50%, #07090d 100%); isolation: isolate; }
.hero-stage::before, .hero-stage::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero-stage::before { width: 560px; height: 560px; top: 40px; left: 50px; }
.hero-stage::after { width: 420px; height: 420px; right: -180px; bottom: -120px; }
.stage-label { position: absolute; z-index: 3; top: 27px; left: 30px; margin: 0; color: rgba(255,255,255,.53); font-size: .62rem; font-weight: 700; letter-spacing: .17em; }
.stage-main { position: absolute; z-index: 1; inset: 70px 70px 80px; margin: 0; overflow: hidden; border-radius: 27px; background: #1e222c; box-shadow: 0 38px 80px rgba(0,0,0,.43); }
.stage-main img { width: 100%; height: 100%; object-fit: cover; }
.stage-main figcaption { position: absolute; inset: auto 0 0; padding: 80px 26px 24px; display: grid; background: linear-gradient(transparent, rgba(0,0,0,.87)); }
.stage-main figcaption span { color: rgba(255,255,255,.58); font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.stage-main figcaption strong { font-family: var(--font-display); font-size: 1.15rem; }
.stage-mini { position: absolute; z-index: 2; width: 155px; height: 190px; margin: 0; overflow: hidden; border: 6px solid #20242d; border-radius: 22px; background: #fff; box-shadow: 0 22px 45px rgba(0,0,0,.48); }
.stage-mini img { width: 100%; height: 100%; object-fit: cover; }
.stage-mini figcaption { position: absolute; inset: auto 8px 8px; padding: 7px 9px; border-radius: 9px; color: #fff; background: rgba(0,0,0,.72); font-size: .6rem; }
.stage-monitor { right: 15px; top: 80px; transform: rotate(5deg); }
.stage-power { left: 14px; bottom: 25px; transform: rotate(-6deg); }
.stock-pill { position: absolute; z-index: 3; right: 24px; bottom: 23px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(7,9,13,.78); backdrop-filter: blur(12px); font-size: .67rem; }
.stock-pill span { width: 7px; height: 7px; border-radius: 50%; background: #2bd07e; }

.marquee { padding: 20px 0; overflow: hidden; color: #fff; background: #0a0c11; }
.marquee-track { width: max-content; padding-left: 3vw; display: flex; align-items: center; gap: 34px; }
.marquee span { font-family: var(--font-display); font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.marquee b { color: var(--gold); font-size: .72rem; }
.section-head { margin-bottom: 50px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.section-head h2, .feature-copy h2, .pickup-copy h2, .faq-intro h2 { max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(3.3rem, 5.5vw, 5.8rem); font-weight: 700; letter-spacing: -.075em; line-height: .95; }
.section-head > p { max-width: 460px; margin: 0; color: var(--muted); }

.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.category-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 29px; cursor: pointer; isolation: isolate; }
.category-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(4,5,8,.92), transparent 68%); }
.category-card > div { position: absolute; z-index: 2; inset: auto 30px 30px; color: #fff; }
.category-card p { margin: 0 0 4px; color: rgba(255,255,255,.57); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.category-card h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.06em; }
.category-card button { padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; font-size: .74rem; font-weight: 700; }
.category-card img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.category-card:hover img { transform: scale(1.035); }
.category-screen, .category-power { min-height: 390px; }
.category-power { color: #fff; background: #a10f19; }
.category-mobile { grid-column: 1 / -1; min-height: 440px; }
.category-mobile img { object-position: 50% 58%; }

.shop { background: var(--paper-2); }
.catalog-toolbar { margin-bottom: 22px; padding: 9px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.53); }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 4px; }
.filter { min-height: 38px; padding: 0 14px; border: 0; border-radius: 11px; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; }
.filter.active { color: #fff; background: var(--ink); }
.catalog-search { width: min(100%, 260px); padding: 0 13px; display: flex; align-items: center; gap: 8px; border-left: 1px solid var(--line); }
.catalog-search svg { width: 18px; fill: none; stroke: #777; stroke-width: 1.7; }
.catalog-search input { width: 100%; padding: 9px 0; border: 0; outline: 0; background: transparent; font-size: .75rem; }
.catalog-meta { margin-bottom: 19px; display: flex; justify-content: space-between; color: #777972; font-size: .68rem; }
.catalog-meta p { margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.product-card { overflow: hidden; border: 1px solid rgba(8,10,14,.08); border-radius: 21px; background: rgba(255,255,255,.62); cursor: pointer; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(26,27,25,.1); }
.product-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.product-media { position: relative; aspect-ratio: .93; overflow: hidden; background: #dedbd3; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.product-card:hover .product-media img { transform: scale(1.04); }
.product-tag { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; color: #fff; background: rgba(7,9,13,.76); backdrop-filter: blur(9px); font-size: .55rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-body { padding: 17px; }
.product-brand { margin: 0 0 5px; color: #8a8b85; font-size: .59rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-body h3 { margin: 0 0 7px; font-family: var(--font-display); font-size: .96rem; letter-spacing: -.025em; line-height: 1.25; }
.product-body > p:not(.product-brand) { min-height: 43px; margin: 0 0 13px; color: #777972; font-size: .72rem; line-height: 1.45; }
.product-footer { padding-top: 12px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.product-footer span { color: #555750; font-size: .65rem; font-weight: 700; }
.product-footer i { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.load-more-wrap { margin-top: 35px; text-align: center; }
.empty-state { grid-column: 1 / -1; padding: 70px 20px; text-align: center; color: var(--muted); }

.feature { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 38px; color: #fff; background: #090b10; }
.feature-visual { position: relative; min-height: 720px; overflow: hidden; background: radial-gradient(circle at 50% 42%, #353a44, #12151b 65%); }
.feature-back, .feature-front { position: absolute; object-fit: cover; border: 7px solid #272b33; border-radius: 24px; box-shadow: 0 35px 70px rgba(0,0,0,.5); }
.feature-back { width: 62%; height: 64%; left: 8%; top: 9%; transform: rotate(-6deg); }
.feature-front { width: 47%; height: 51%; right: 7%; bottom: 9%; transform: rotate(7deg); }
.feature-badge { position: absolute; right: 6%; top: 7%; width: 112px; height: 112px; display: grid; place-items: center; border: 1px solid rgba(240,213,142,.5); border-radius: 50%; color: var(--gold-light); font-family: var(--font-display); font-size: .65rem; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-align: center; }
.feature-copy { padding: clamp(50px, 7vw, 95px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy > p:not(.kicker) { margin: 27px 0 32px; color: rgba(255,255,255,.59); }
.feature-copy ol { margin: 0 0 33px; padding: 0; list-style: none; }
.feature-copy li { padding: 17px 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.feature-copy li > span { color: var(--gold); font-size: .65rem; font-weight: 700; }
.feature-copy li strong { display: block; margin-bottom: 3px; font-family: var(--font-display); font-size: .9rem; }
.feature-copy li p { margin: 0; color: rgba(255,255,255,.45); font-size: .73rem; }
.feature-copy .button { align-self: flex-start; }

.promise { padding-top: 35px; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promise-grid article { position: relative; min-height: 285px; padding: 32px 24px; border-right: 1px solid var(--line); }
.promise-grid article:last-child { border-right: 0; }
.promise-grid article > span { position: absolute; top: 18px; right: 18px; color: #a3a49f; font-size: .62rem; }
.promise-grid i { margin-bottom: 58px; display: block; color: var(--gold); font-family: Georgia, serif; font-size: 1.7rem; font-style: normal; }
.promise-grid h3 { margin: 0 0 9px; font-family: var(--font-display); font-size: 1.03rem; }
.promise-grid p { margin: 0; color: var(--muted); font-size: .75rem; }

.pickup { color: #fff; background: #080a0f; }
.pickup-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.pickup-copy > p:not(.kicker) { max-width: 500px; margin: 27px 0 38px; color: rgba(255,255,255,.58); }
.pickup-copy address { padding: 22px 0; display: grid; gap: 7px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); font-style: normal; }
.pickup-copy address span { color: var(--gold); font-size: .63rem; font-weight: 700; letter-spacing: .15em; }
.pickup-copy address strong { font-family: var(--font-display); font-size: 1.04rem; }
.pickup-copy address small { color: rgba(255,255,255,.44); }
.pickup-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.pickup-actions > span { font-size: .75rem; }
.pickup-actions > span a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-weight: 700; }
.pickup-gallery { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pickup-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 27px; background: #20242a; }
.pickup-gallery figure:last-child { margin-top: 70px; margin-bottom: -70px; }
.pickup-gallery img { width: 100%; height: 100%; object-fit: cover; }
.pickup-gallery figcaption { position: absolute; inset: auto 14px 14px; padding: 9px 12px; border-radius: 10px; background: rgba(5,7,9,.75); backdrop-filter: blur(10px); font-size: .67rem; font-weight: 700; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 135px); }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.kicker) { margin: 24px 0; color: var(--muted); }
.faq-intro > a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .77rem; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 42px 24px 0; list-style: none; cursor: pointer; font-family: var(--font-display); font-size: .96rem; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; right: 2px; top: 50%; width: 14px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq summary span::after { transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { margin: 0; padding: 0 30px 24px 0; color: var(--muted); font-size: .82rem; }

.final-cta { position: relative; margin-bottom: clamp(75px, 8vw, 120px); padding: clamp(60px, 8vw, 100px); overflow: hidden; border-radius: 38px; color: #fff; background: radial-gradient(circle at 90% 0, #2b303a, #090b10 48%); }
.final-cta::after { content: "G"; position: absolute; z-index: 0; right: 3%; top: -48%; color: rgba(255,255,255,.025); font-family: var(--font-display); font-size: 39rem; font-weight: 800; line-height: 1; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { max-width: 900px; margin: 0 0 23px; font-family: var(--font-display); font-size: clamp(3rem, 6.4vw, 6.5rem); letter-spacing: -.08em; line-height: .93; }
.final-cta > p:not(.kicker) { max-width: 550px; margin: 0 0 31px; color: rgba(255,255,255,.6); }

.site-footer { padding-top: 70px; color: rgba(255,255,255,.59); background: #050609; }
.footer-main { padding-bottom: 65px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 55px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.4); }
.footer-brand > p { max-width: 320px; margin: 20px 0 0; font-size: .8rem; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h3 { margin: 0 0 8px; color: #fff; font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a { font-size: .76rem; }
.footer-column a:hover { color: var(--gold-light); }
.footer-bottom { padding: 21px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 80; right: 23px; bottom: 23px; min-height: 50px; padding: 10px 16px 10px 11px; display: flex; align-items: center; gap: 9px; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 15px 35px rgba(13,108,63,.3); font-size: .73rem; font-weight: 700; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 28px; fill: #fff; }
.mobile-order-bar { display: none; }

.product-dialog { width: min(900px, calc(100% - 30px)); max-height: min(760px, calc(100vh - 30px)); padding: 0; overflow: visible; border: 0; border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.42); }
.product-dialog::backdrop { background: rgba(3,4,6,.73); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; z-index: 5; right: 14px; top: 14px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(9,10,12,.76); cursor: pointer; font-size: 1.45rem; }
.dialog-grid { min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 28px; }
.dialog-image { min-height: 540px; background: #ddd9d1; }
.dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { padding: 55px 46px; display: flex; flex-direction: column; justify-content: center; }
.dialog-brand { margin: 0 0 9px; color: #888984; font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.dialog-copy h2 { margin: 0 0 15px; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.07em; line-height: .95; }
.dialog-copy > p:not(.dialog-brand, .dialog-price) { color: var(--muted); font-size: .84rem; }
.dialog-points { margin: 20px 0; display: grid; gap: 9px; color: #555753; font-size: .72rem; }
.dialog-price { margin: 0 0 17px; font-family: var(--font-display); font-size: 1rem; font-weight: 700; }
.dialog-copy .button { align-self: flex-start; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .72s, transform .72s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .nav-menu { gap: 18px; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .hero-stage { min-height: 590px; }
  .stage-main { inset: 70px 50px 75px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid article:nth-child(2) { border-right: 0; }
  .promise-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 840px) {
  .shell { width: min(100% - 32px, 720px); }
  .menu-toggle { display: block; order: 3; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .nav-menu { position: fixed; inset: 78px 0 auto; height: calc(100vh - 78px); padding: 36px 24px; flex-direction: column; align-items: flex-start; gap: 0; visibility: hidden; opacity: 0; background: rgba(244,242,236,.98); transform: translateY(-8px); transition: .22s; }
  .nav-menu.open { visibility: visible; opacity: 1; transform: none; }
  .nav-menu a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.35rem; }
  .header-cta { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .hero-stage { min-height: 660px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-screen, .category-power, .category-mobile { grid-column: auto; min-height: 470px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { width: 100%; border-left: 0; border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .feature { grid-template-columns: 1fr; }
  .feature-visual { min-height: 600px; }
  .pickup-grid { grid-template-columns: 1fr; }
  .pickup-gallery { min-height: 540px; margin-bottom: 70px; }
  .faq { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 590px) {
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 66px; }
  .shell { width: min(100% - 24px, 520px); }
  .section { padding-block: 82px; }
  .announcement { min-height: 34px; padding-inline: 12px; }
  .announcement p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .announcement p span { margin-inline: 7px; }
  .announcement > a { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .75rem; }
  .brand-copy small { font-size: .47rem; }
  .header-cta { display: none; }
  .nav { min-height: 72px; }
  .nav-menu { inset: 72px 0 auto; height: calc(100vh - 72px); }
  .hero { padding: 54px 0 35px; gap: 40px; }
  .hero h1 { font-size: clamp(4.25rem, 22vw, 6rem); }
  .hero-lead { font-size: .92rem; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 16px; justify-content: space-between; }
  .hero-stage { min-height: 520px; border-radius: 26px; }
  .stage-main { inset: 64px 36px 65px; border-radius: 21px; }
  .stage-mini { width: 112px; height: 145px; border-width: 5px; border-radius: 16px; }
  .stage-monitor { right: 6px; top: 45px; }
  .stage-power { left: 6px; bottom: 25px; }
  .stock-pill { right: 12px; bottom: 12px; }
  .section-head h2, .feature-copy h2, .pickup-copy h2, .faq-intro h2 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .category-card, .category-screen, .category-power, .category-mobile { min-height: 410px; }
  .category-card > div { inset: auto 22px 23px; }
  .product-grid { gap: 9px; }
  .product-card { border-radius: 16px; }
  .product-body { padding: 12px; }
  .product-body h3 { font-size: .82rem; }
  .product-body > p:not(.product-brand) { min-height: 47px; font-size: .65rem; }
  .product-footer span { max-width: 78px; font-size: .58rem; line-height: 1.3; }
  .feature { border-radius: 26px; }
  .feature-visual { min-height: 470px; }
  .feature-back { width: 65%; height: 62%; left: 6%; }
  .feature-front { width: 49%; height: 48%; right: 4%; }
  .feature-badge { width: 85px; height: 85px; right: 3%; font-size: .53rem; }
  .feature-copy { padding: 46px 24px; }
  .feature-copy .button { width: 100%; }
  .promise { padding-top: 0; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article, .promise-grid article:nth-child(2) { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid article:last-child { border-bottom: 0; }
  .pickup-gallery { min-height: 440px; gap: 8px; }
  .pickup-gallery figure { border-radius: 18px; }
  .final-cta { width: calc(100% - 24px); padding: 58px 23px; border-radius: 26px; }
  .final-cta h2 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .final-cta .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { display: none; }
  .mobile-order-bar { position: fixed; z-index: 90; inset: auto 0 0; height: 66px; padding: 9px 10px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8px; border-top: 1px solid var(--line); background: rgba(244,242,236,.94); backdrop-filter: blur(15px); }
  .mobile-order-bar a { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; font-size: .7rem; font-weight: 700; }
  .mobile-order-bar a:last-child { color: #fff; background: var(--ink); }
  .product-dialog { max-height: calc(100vh - 20px); overflow-y: auto; border-radius: 21px; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-image { min-height: 310px; height: 40vh; }
  .dialog-copy { padding: 32px 23px 37px; }
  .dialog-copy .button { width: 100%; }
}

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