:root {
  --orange: #f26b21;
  --orange-bright: #ff7f35;
  --amber: #ffb15c;
  --bg: #0d0b0a;
  --bg-raised: #14110f;
  --surface: #191512;
  --surface-2: #211a16;
  --surface-3: #2a201b;
  --text: #f7efe7;
  --muted: #a99b90;
  --line: rgba(255, 255, 255, .1);
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --success: #67c16f;
  --danger: #e15a4f;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --font-display: "Arial Narrow", "Aptos Display", Impact, sans-serif;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
}

body[data-theme="light"] {
  --bg: #f6f0e9;
  --bg-raised: #fffaf4;
  --surface: #fffdf9;
  --surface-2: #f2e8de;
  --surface-3: #e9ddd1;
  --text: #211712;
  --muted: #75675c;
  --line: rgba(43, 29, 21, .14);
  --shadow: 0 24px 70px rgba(74, 42, 23, .14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); line-height: 1.5; transition: background .25s ease, color .25s ease; }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow svg { width: 15px; height: 15px; vertical-align: -3px; margin-right: 6px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.025em; }
h1, h2 { font-family: var(--font-display); text-transform: uppercase; line-height: .92; }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); margin-bottom: 0; }
.primary-button, .ghost-button, .cart-button, .link-button { border: 0; cursor: pointer; }
.primary-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 14px; padding: 0 22px; background: var(--orange); color: #170b05; font-weight: 900; box-shadow: 0 12px 32px rgba(242,107,33,.24); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.primary-button:hover { transform: translateY(-2px); background: var(--orange-bright); box-shadow: 0 16px 40px rgba(242,107,33,.36); }
.primary-button svg { width: 18px; }
.ghost-button { min-height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(10,8,7,.24); color: #fff8f0; font-weight: 800; transition: border-color .2s ease, background .2s ease; }
.ghost-button:hover { border-color: var(--orange); background: rgba(242,107,33,.1); }
.icon-button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface-2); display: grid; place-items: center; cursor: pointer; }
.icon-button:hover { color: var(--orange); }
.reveal { animation: rise-in .7s ease both; }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.announce-bar { --campaign-image: none; position: relative; z-index: 60; background-color: var(--orange); background-image: linear-gradient(rgba(242,107,33,.91),rgba(242,107,33,.91)), var(--campaign-image); background-size: cover; background-position: center; color: #170b05; border-bottom: 1px solid rgba(0,0,0,.16); font-size: .72rem; font-weight: 700; }
body[data-theme="light"] .announce-bar { background: var(--orange); }
.announce-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 22px; }
.announce-inner span { display: inline-flex; align-items: center; gap: 5px; }
.promo-code { display: inline-flex; align-items: center; gap: 11px; border: 0; border-inline: 1px solid rgba(23,11,5,.2); padding: 3px 16px; background: transparent; color: #170b05; font-weight: 950; letter-spacing: .1em; cursor: pointer; }
.promo-code small { letter-spacing: 0; font-size: .6rem; text-transform: uppercase; }
.promo-close { position: absolute; right: 12px; border: 0; background: transparent; color: #170b05; font-size: 1.15rem; font-weight: 900; cursor: pointer; }
.announce-bar.closed { display: none; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #65d06d; box-shadow: 0 0 0 5px rgba(101,208,109,.1); animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(101,208,109,0); } }

.site-header { height: 82px; position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 190px; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 11px; background: #211e1c; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font-family: var(--font-display); font-size: 1.18rem; text-transform: uppercase; letter-spacing: .03em; }
.brand-copy small { color: var(--orange); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; margin-top: 5px; }
.store-status { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.store-status > span:last-child { display: grid; line-height: 1.15; }
.store-status b { color: var(--success); font-size: .68rem; }
.store-status small { color: var(--muted); font-size: .58rem; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--muted); font-size: .85rem; font-weight: 700; transition: color .18s ease; }
.main-nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.link-button { background: transparent; display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.link-button:hover { color: var(--orange); }
.link-button svg { width: 17px; }
.cart-button { min-height: 44px; position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 0 10px 0 15px; border-radius: 12px; background: var(--orange); color: #190b04; font-weight: 900; }
.cart-button svg { width: 18px; }
.cart-count { min-width: 23px; height: 23px; padding: 0 5px; display: grid; place-items: center; border-radius: 8px; background: rgba(23,10,4,.15); font-size: .75rem; }
.account-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--text); cursor: pointer; }
.account-button span { display: none; }
.account-button:hover { color: var(--orange); border-color: rgba(242,107,33,.45); }

.hero { min-height: 700px; position: relative; overflow: hidden; background: #080706; color: #fff8f0; }
.hero-bg { --hero-image: url("assets/hero-brasa.webp"); position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8,7,6,.98) 0%, rgba(8,7,6,.87) 35%, rgba(8,7,6,.25) 66%, rgba(8,7,6,.08) 100%), linear-gradient(0deg, rgba(8,7,6,.68), transparent 35%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.015); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 40%, rgba(242,107,33,.12), transparent 28%); }
.hero-inner { position: relative; z-index: 2; min-height: 700px; display: flex; align-items: center; }
.hero-copy { max-width: 600px; padding: 70px 0 90px; }
.hero h1 { margin: 0 0 22px; font-size: clamp(4.7rem, 8.7vw, 8.2rem); letter-spacing: -.045em; }
.hero h1 em { color: var(--orange); font-style: normal; text-shadow: 0 8px 36px rgba(242,107,33,.25); }
.hero-lead { max-width: 510px; margin-bottom: 24px; color: #c9bbb0; font-size: 1.05rem; }
.coupon-chip { width: fit-content; display: flex; align-items: center; padding: 6px; border: 1px dashed rgba(255,177,92,.5); border-radius: 10px; background: rgba(242,107,33,.08); margin-bottom: 26px; font-size: .78rem; }
.coupon-chip span { padding: 5px 9px; border-radius: 6px; background: var(--orange); color: #1b0c05; font-weight: 900; }
.coupon-chip b { padding: 0 12px; letter-spacing: .13em; }
.coupon-chip button { border: 0; border-left: 1px solid rgba(255,255,255,.15); padding: 3px 8px; color: #bfaea1; background: transparent; cursor: pointer; font-size: .68rem; text-transform: uppercase; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 32px; }
.hero-proof { display: flex; align-items: center; gap: 20px; }
.hero-proof > span { display: grid; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-proof > span:last-child { border-right: 0; }
.hero-proof b { font-size: .72rem; }
.hero-proof small { color: #a7968a; font-size: .59rem; }
.hero-edge { height: 3px; position: absolute; inset: auto 0 0; background: linear-gradient(90deg, transparent, var(--orange), transparent); opacity: .55; }

.service-strip { background: var(--bg-raised); border-bottom: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.service-grid > div { min-height: 98px; display: flex; align-items: center; gap: 15px; padding: 22px 26px; border-right: 1px solid var(--line); }
.service-grid > div:first-child { border-left: 1px solid var(--line); }
.service-grid svg { color: var(--orange); width: 25px; height: 25px; }
.service-grid span { display: grid; }
.service-grid small { color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.service-grid b { margin-top: 3px; font-size: .84rem; }

.menu-section { background: linear-gradient(180deg, var(--bg), var(--bg-raised)); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading > p { max-width: 360px; color: var(--muted); margin-bottom: 4px; }
.category-rail { position: sticky; top: 94px; z-index: 20; display: flex; width: max-content; max-width: 100%; gap: 9px; margin: 0 auto 36px; padding: 8px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 8px; scrollbar-width: none; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--bg-raised) 88%, transparent); box-shadow: 0 14px 36px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.category-rail::-webkit-scrollbar { display: none; }
.category-pill { flex: 0 0 auto; min-height: 42px; border: 1px solid var(--line); border-radius: 999px; padding: 10px 17px; background: var(--surface); color: var(--muted); font-size: .82rem; font-weight: 800; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.category-pill:hover { color: var(--text); border-color: color-mix(in srgb, var(--orange) 48%, var(--line)); background: var(--surface-2); transform: translateY(-1px); }
.category-pill:focus-visible { outline: 3px solid color-mix(in srgb, var(--orange) 34%, transparent); outline-offset: 2px; }
.category-pill.active { border-color: var(--orange); color: #1a0c05; background: var(--orange); box-shadow: 0 7px 18px rgba(242,107,33,.22); }
.store-paused .hero-actions .primary-button { border-color: #4a4039; background: #3a322d; color: #9f9289; box-shadow: none; cursor: not-allowed; }
.store-paused .store-status b { color: #dd5e54; }

.feature-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; margin-bottom: 56px; }
.feature-card { min-height: 360px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.feature-main img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.feature-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,7,6,.94), rgba(9,7,6,.2)); }
.feature-overlay { position: relative; z-index: 2; width: 54%; height: 100%; padding: 42px; color: #fff7ee; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.feature-overlay > span { margin-bottom: 12px; color: var(--amber); text-transform: uppercase; font-size: .67rem; letter-spacing: .15em; font-weight: 900; }
.feature-overlay h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 3rem; text-transform: uppercase; line-height: .95; }
.feature-overlay p { color: #c5b7ac; font-size: .88rem; }
.feature-overlay button { display: inline-flex; align-items: center; gap: 8px; border: 0; border-bottom: 1px solid var(--orange); padding: 4px 0 7px; background: transparent; color: var(--orange); font-weight: 900; cursor: pointer; }
.feature-overlay button svg { width: 16px; }
.feature-coupon { padding: 42px; isolation: isolate; background: linear-gradient(145deg, #30160c, #120d0b); color: #fff8f0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.feature-coupon::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .25; background-image: radial-gradient(rgba(255,177,92,.4) .8px, transparent .8px); background-size: 14px 14px; mask-image: linear-gradient(135deg, #000, transparent 70%); }
.feature-coupon p { margin: 0; color: var(--amber); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.feature-coupon strong { font-family: var(--font-display); font-size: 7.2rem; line-height: .88; color: var(--orange); }
.feature-coupon sup { font-size: 2.2rem; }
.feature-coupon h3 { margin: 0 0 18px; font-family: var(--font-display); text-transform: uppercase; font-size: 2rem; }
.feature-coupon > span { border: 1px dashed rgba(255,255,255,.3); border-radius: 9px; padding: 8px 10px; font-size: .75rem; }
.ember-orb { width: 170px; height: 170px; position: absolute; right: -60px; bottom: -60px; z-index: -1; border-radius: 50%; background: var(--orange); filter: blur(35px); opacity: .34; }

.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.menu-toolbar p { margin: 0; color: var(--muted); font-size: .84rem; }
.menu-toolbar p b { color: var(--text); }
.menu-search { width: 260px; min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.menu-search svg { width: 16px; color: var(--muted); }
.menu-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); font-size: .8rem; }
.menu-search input::placeholder { color: var(--muted); }
.catalog-sections { display: grid; gap: 70px; }
.catalog-section { min-width: 0; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.catalog-heading p { margin: 0 0 7px; color: var(--orange); font-size: .66rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.catalog-heading h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2.2rem,4vw,3.7rem); line-height: .95; text-transform: uppercase; }
.catalog-heading small { display: block; margin-top: 7px; color: var(--muted); font-size: .72rem; }
.rail-buttons { display: flex; gap: 8px; }
.rail-buttons button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--text); cursor: pointer; font-size: 1.2rem; }
.rail-buttons button:hover { border-color: var(--orange); color: var(--orange); }
.product-rail { display: flex; gap: 18px; overflow-x: auto; padding: 4px 2px 20px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: rgba(242,107,33,.45) transparent; }
.product-rail::-webkit-scrollbar { height: 5px; }
.product-rail::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(242,107,33,.45); }
.product-rail .product-card { flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(242,107,33,.42); box-shadow: var(--shadow); }
.product-media { height: 225px; position: relative; overflow: hidden; background: #17110e; cursor: pointer; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-tag { position: absolute; top: 14px; left: 14px; padding: 6px 9px; border-radius: 7px; background: rgba(13,11,10,.82); color: #fff; backdrop-filter: blur(8px); font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-tag.hot { background: var(--orange); color: #1b0c05; }
.product-card-body { min-height: 190px; display: flex; flex-direction: column; padding: 20px; }
.card-category { margin-bottom: 7px; color: var(--orange); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card-title { display: flex; justify-content: space-between; gap: 14px; }
.product-card h3 { margin: 0 0 7px; font-size: 1.13rem; }
.product-card p { margin: 0 0 18px; color: var(--muted); font-size: .78rem; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-footer { margin-top: auto; display: flex; align-items: end; justify-content: space-between; }
.product-price { display: grid; }
.product-price small { color: var(--muted); font-size: .64rem; }
.product-price b { font-size: 1.08rem; }
.add-product { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 12px; background: var(--orange); color: #180b05; font-size: 1.45rem; font-weight: 500; cursor: pointer; transition: transform .18s ease; }
.add-product:hover { transform: rotate(5deg) scale(1.05); }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state span { font-size: 2.4rem; }
.empty-state h3 { margin: 10px 0 5px; }
.empty-state p { color: var(--muted); }

.offer-band { min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #130e0b; color: #fff8f0; }
.offer-image { position: relative; min-height: 540px; }
.offer-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #130e0b); }
.offer-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.offer-copy { max-width: 650px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px clamp(35px,6vw,100px); }
.offer-copy h2 { margin-bottom: 24px; font-size: clamp(3.4rem,5.5vw,6rem); }
.offer-copy h2 em { color: var(--orange); font-style: normal; }
.offer-copy > p:not(.eyebrow) { max-width: 520px; color: #b9aaa0; }
.offer-copy > div { display: flex; align-items: center; gap: 17px; margin-top: 18px; }
.offer-coupon { display: grid; padding-left: 17px; border-left: 1px solid rgba(255,255,255,.15); color: #96877d; font-size: .6rem; letter-spacing: .14em; }
.offer-coupon b { color: var(--amber); font-size: .84rem; }

.story-section { position: relative; overflow: hidden; background: #17100c; color: #fff8f0; }
.story-section::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 15% 60%, rgba(242,107,33,.28), transparent 26%), linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.05) 50%, transparent 50.2%); }
.story-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 450px; }
.story-mark { font-family: var(--font-display); font-size: clamp(4rem, 8vw, 7rem); line-height: .82; color: #fff; transform: rotate(-3deg); }
.story-mark em { color: var(--orange); font-style: normal; }
.story-copy { max-width: 560px; padding-left: 55px; border-left: 1px solid rgba(255,255,255,.12); }
.story-copy h2 { margin-bottom: 22px; }
.story-copy > p:not(.eyebrow) { color: #bcaea4; }
.story-numbers { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 30px; }
.story-numbers span { display: grid; }
.story-numbers b { color: var(--orange); font-family: var(--font-display); font-size: 1.8rem; }
.story-numbers small { color: #9f8d81; font-size: .68rem; }

.order-flow { background: var(--bg); }
.flow-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.flow-grid article { min-height: 280px; position: relative; padding: 38px; border-right: 1px solid var(--line); background: var(--surface); }
.flow-grid article:last-child { border-right: 0; }
.flow-grid article > span { position: absolute; top: 23px; right: 28px; color: rgba(242,107,33,.2); font-family: var(--font-display); font-size: 4.5rem; line-height: 1; }
.flow-grid article > i { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 37px; border-radius: 14px; background: var(--orange-soft,rgba(242,107,33,.12)); color: var(--orange); font-style: normal; font-size: 1.25rem; }
.flow-grid article h3 { margin: 0 0 9px; font-family: var(--font-display); font-size: 2rem; text-transform: uppercase; }
.flow-grid article p { max-width: 260px; color: var(--muted); font-size: .78rem; }

.faq-section { background: var(--bg-raised); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-intro > p:not(.eyebrow) { max-width: 330px; margin: 24px 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 900; }
.text-link svg { width: 17px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--orange); font-size: 1.4rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 40px 22px 0; color: var(--muted); font-size: .88rem; }

.site-footer { padding: 70px 0 22px; background: #090807; color: #fff8f0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 46px; }
.footer-brand img { width: 72px; height: 72px; object-fit: contain; border-radius: 12px; background: #211e1c; }
.footer-brand h3 { margin: 17px 0 7px; text-transform: uppercase; }
.footer-grid h4 { color: var(--orange); font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid p { color: #9f9187; font-size: .78rem; line-height: 1.7; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: #756a62; font-size: .7rem; }
.footer-bottom a:hover { color: var(--orange); }

.float-actions { position: fixed; right: 22px; bottom: 24px; z-index: 45; display: grid; justify-items: end; gap: 9px; }
.floating-bag { width: 52px; height: 52px; position: relative; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--orange); color: #180b05; box-shadow: 0 14px 34px rgba(0,0,0,.28); cursor: pointer; }
.floating-bag .cart-count { position: absolute; top: -3px; right: -3px; min-width: 19px; height: 19px; background: var(--text); color: var(--bg); font-size: .58rem; }
.theme-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--text); box-shadow: var(--shadow); cursor: pointer; display: grid; place-items: center; }
.theme-toggle svg { grid-area: 1/1; width: 18px; transition: transform .25s ease, opacity .25s ease; }
.theme-toggle .sun { opacity: 1; transform: scale(1); }
.theme-toggle .moon { opacity: 0; transform: scale(.5); }
body[data-theme="light"] .theme-toggle .sun { opacity: 0; transform: scale(.5); }
body[data-theme="light"] .theme-toggle .moon { opacity: 1; transform: scale(1); }
.whatsapp-float { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 7px 7px 7px 17px; border-radius: 28px; background: #25d366; color: #092b15; box-shadow: 0 14px 34px rgba(0,0,0,.28); font-size: .75rem; font-weight: 900; }
.whatsapp-float b { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.3); font-family: Arial; font-size: 1rem; }
.mobile-cart-bar { display: none; }

.scrim { position: fixed; inset: 0; z-index: 90; background: rgba(5,4,3,.7); backdrop-filter: blur(5px); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.scrim.active { opacity: 1; visibility: visible; }
.cart-drawer { width: min(430px, 100%); position: fixed; inset: 0 0 0 auto; z-index: 100; display: flex; flex-direction: column; background: var(--bg-raised); border-left: 1px solid var(--line); box-shadow: var(--shadow); transform: translateX(105%); transition: transform .32s cubic-bezier(.2,.75,.25,1); }
.cart-drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 24px 18px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 2.4rem; }
.cart-account-card { margin: 14px 24px 4px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.cart-account-card header { display: flex; align-items: center; gap: 10px; }
.cart-account-card header > span:first-child { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(242,107,33,.1); color: var(--orange); }
.cart-account-card header > span:last-child { display: grid; }
.cart-account-card b { font-size: .72rem; }
.cart-account-card small { color: var(--muted); font-size: .6rem; }
.cart-account-actions { display: flex; gap: 7px; margin-top: 11px; }
.cart-account-actions button { flex: 1; border: 1px solid var(--line); border-radius: 8px; padding: 8px; background: var(--bg-raised); color: var(--text); font-size: .62rem; font-weight: 800; cursor: pointer; }
.cart-account-actions button:first-child { border-color: rgba(242,107,33,.35); color: var(--orange); }
.cart-account-user { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cart-account-user button { border: 0; background: transparent; color: var(--orange); font-size: .62rem; cursor: pointer; }
.cart-content { flex: 1; padding: 10px 24px; overflow: auto; }
.cart-empty { min-height: 100%; display: grid; place-items: center; text-align: center; align-content: center; }
.cart-empty > div { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--surface-2); color: var(--orange); }
.cart-empty svg { width: 28px; height: 28px; }
.cart-empty h3 { margin-bottom: 6px; }
.cart-empty p { max-width: 260px; color: var(--muted); font-size: .82rem; }
.cart-item { display: grid; grid-template-columns: 68px 1fr auto; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 68px; height: 68px; object-fit: cover; border-radius: 12px; }
.cart-item h4 { margin: 2px 0 3px; font-size: .82rem; }
.cart-item p { margin: 0; color: var(--muted); font-size: .66rem; line-height: 1.4; }
.cart-item-price { display: grid; justify-items: end; align-content: space-between; }
.cart-item-price b { font-size: .78rem; }
.cart-item-price button { border: 0; padding: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: .68rem; text-decoration: underline; }
.cart-item-controls { display: flex; align-items: center; gap: 8px; margin-top: 9px; }
.cart-item-controls button { width: 23px; height: 23px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface-2); cursor: pointer; }
.cart-item-controls b { font-size: .72rem; }
.cart-footer { padding: 18px 24px 24px; border-top: 1px solid var(--line); background: var(--surface); }
.coupon-box > label { display: block; margin-bottom: 6px; font-size: .68rem; font-weight: 800; }
.coupon-box > div { display: flex; }
.coupon-box input { min-width: 0; flex: 1; height: 42px; border: 1px solid var(--line); border-right: 0; border-radius: 10px 0 0 10px; padding: 0 12px; outline: 0; text-transform: uppercase; background: var(--bg-raised); color: var(--text); }
.coupon-box button { border: 0; border-radius: 0 10px 10px 0; padding: 0 14px; background: var(--surface-3); color: var(--orange); font-size: .72rem; font-weight: 900; cursor: pointer; }
.coupon-box small { min-height: 18px; display: block; padding-top: 4px; color: var(--success); font-size: .65rem; }
.neighborhood-select { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 2px 0 10px; color: var(--muted); font-size: .7rem; }
.neighborhood-select select { max-width: 220px; border: 1px solid var(--line); border-radius: 8px; padding: 6px 8px; background: var(--bg-raised); color: var(--text); font-size: .7rem; }
.cart-totals p { display: flex; justify-content: space-between; margin: 5px 0; color: var(--muted); font-size: .72rem; }
.cart-totals b { color: var(--text); }
.discount-row b { color: var(--success); }
.total-line { margin-top: 10px !important; padding-top: 10px; border-top: 1px solid var(--line); align-items: center; }
.total-line span { color: var(--text); font-weight: 800; }
.total-line b { color: var(--orange); font-size: 1.25rem; }
.cart-footer > .primary-button { width: 100%; min-height: 50px; margin-top: 12px; }
.cart-footer > .primary-button:disabled { cursor: not-allowed; opacity: .45; transform: none; }

.modal { position: fixed; z-index: 110; inset: 50% auto auto 50%; opacity: 0; visibility: hidden; transform: translate(-50%,-47%) scale(.98); transition: opacity .24s ease, visibility .24s ease, transform .24s ease; background: var(--bg-raised); border: 1px solid var(--line); box-shadow: var(--shadow); }
.modal.open { opacity: 1; visibility: visible; transform: translate(-50%,-50%) scale(1); }
.modal > .modal-close { position: absolute; top: 14px; right: 14px; z-index: 4; background: color-mix(in srgb, var(--surface) 85%, transparent); backdrop-filter: blur(8px); }
.product-modal { width: min(980px, calc(100% - 36px)); height: min(820px, calc(100vh - 36px)); height: min(820px, calc(100dvh - 36px)); max-height: min(820px, calc(100vh - 36px)); overflow: hidden; overscroll-behavior: contain; border-radius: var(--radius-lg); display: grid; grid-template-columns: .92fr 1.08fr; grid-template-rows: minmax(0, 1fr); }
.product-modal-media { min-width: 0; min-height: 0; position: relative; background: #17100c; }
.product-modal-media::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(8,6,5,.6)); }
.product-modal-media img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.product-modal-media span { position: absolute; z-index: 2; left: 22px; bottom: 22px; border-radius: 8px; padding: 7px 10px; background: var(--orange); color: #1c0c05; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.product-modal-body { min-width: 0; min-height: 0; padding: 42px; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-gutter: stable; scrollbar-color: var(--orange) var(--surface); -webkit-overflow-scrolling: touch; touch-action: pan-y; }
.product-modal-body::-webkit-scrollbar { width: 8px; }
.product-modal-body::-webkit-scrollbar-track { background: var(--surface); }
.product-modal-body::-webkit-scrollbar-thumb { border: 2px solid var(--surface); border-radius: 999px; background: var(--orange); }
.product-modal-body h2 { font-size: clamp(2.5rem,4.5vw,4.2rem); margin-bottom: 14px; }
.modal-description { color: var(--muted); font-size: .86rem; }
.option-group { padding: 18px 0; border-top: 1px solid var(--line); }
.option-head { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.option-head h4 { margin: 0; font-size: .82rem; }
.option-head small { color: var(--muted); font-size: .66rem; }
.option-list { display: grid; gap: 8px; }
.option-row { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; font-size: .76rem; }
.option-row > span { display: flex; align-items: center; gap: 9px; }
.option-row input { width: 17px; height: 17px; accent-color: var(--orange); }
.option-row b { color: var(--muted); font-size: .7rem; font-weight: 600; }
.notes-field { position: relative; display: grid; gap: 7px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .78rem; font-weight: 800; }
.notes-field textarea { min-height: 82px; resize: vertical; border: 1px solid var(--line); border-radius: 11px; padding: 11px 38px 11px 12px; outline: 0; background: var(--surface); color: var(--text); font-size: .76rem; }
.notes-field small { position: absolute; right: 10px; bottom: 8px; color: var(--muted); font-size: .6rem; }
.modal-buy-row { position: sticky; bottom: 0; z-index: 3; display: grid; grid-template-columns: auto 1fr; gap: 12px; margin: 24px -42px -42px; padding: 16px 42px 22px; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--bg-raised) 92%, transparent); backdrop-filter: blur(12px); }
.quantity-stepper { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.quantity-stepper button { width: 38px; height: 50px; border: 0; background: transparent; color: var(--orange); cursor: pointer; font-size: 1.1rem; }
.quantity-stepper b { min-width: 20px; text-align: center; font-size: .82rem; }
.modal-buy-row .primary-button { justify-content: space-between; }

.checkout-modal { width: min(1040px, calc(100% - 36px)); height: min(720px, calc(100vh - 36px)); border-radius: var(--radius-lg); overflow: hidden; }
.checkout-shell { height: 100%; display: grid; grid-template-columns: 330px 1fr; }
.checkout-side { padding: 45px 36px; background: #17100c; color: #fff7ef; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; }
.checkout-side h2 { font-size: 3.2rem; }
.checkout-steps { display: grid; gap: 18px; margin-top: 50px; }
.checkout-step { display: flex; align-items: center; gap: 12px; color: #76685e; font-size: .76rem; font-weight: 800; }
.checkout-step i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #493b32; border-radius: 50%; font-style: normal; }
.checkout-step.active { color: #fff; }
.checkout-step.active i { background: var(--orange); border-color: var(--orange); color: #180b05; }
.checkout-step.done { color: #b8a99e; }
.checkout-step.done i { border-color: var(--success); color: var(--success); }
.secure-note { margin-top: auto; display: flex; gap: 10px; color: #97887e; }
.secure-note svg { flex: 0 0 auto; color: var(--orange); }
.secure-note span { display: grid; }
.secure-note b { color: #d8cbc0; font-size: .68rem; }
.secure-note small { font-size: .58rem; }
.checkout-main { padding: 48px; overflow-y: auto; }
.checkout-main > header { margin-bottom: 30px; }
.checkout-main > header h3 { margin: 0 0 7px; font-size: 1.55rem; }
.checkout-main > header p { color: var(--muted); font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.form-grid .wide { grid-column: 1/-1; }
.field { display: grid; gap: 7px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.field input, .field select { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 11px; padding: 0 12px; outline: 0; background: var(--surface); color: var(--text); }
.field input:focus, .field select:focus, .notes-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,107,33,.1); }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.choice-card { min-height: 105px; position: relative; display: grid; align-content: center; gap: 6px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; }
.choice-card:has(input:checked) { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); background: rgba(242,107,33,.06); }
.choice-card svg { color: var(--orange); }
.choice-card b { font-size: .8rem; }
.choice-card small { color: var(--muted); font-size: .65rem; }
.checkout-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.back-step { border: 0; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.back-step:hover { color: var(--orange); }
.review-box { display: grid; gap: 12px; }
.review-section { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.review-section header { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.review-section h4 { margin: 0; font-size: .76rem; }
.review-section button { border: 0; background: transparent; color: var(--orange); font-size: .65rem; cursor: pointer; }
.review-section p { margin: 3px 0; color: var(--muted); font-size: .7rem; }
.review-total { display: flex; justify-content: space-between; align-items: end; padding-top: 14px; border-top: 1px solid var(--line); }
.review-total span { color: var(--muted); font-size: .75rem; }
.review-total b { color: var(--orange); font-size: 1.35rem; }
.confirmation { min-height: 100%; display: grid; place-items: center; text-align: center; align-content: center; }
.confirmation-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: rgba(103,193,111,.12); color: var(--success); margin-bottom: 20px; }
.confirmation-icon svg { width: 34px; height: 34px; }
.confirmation h3 { margin-bottom: 8px; font-size: 1.7rem; }
.confirmation > p { max-width: 430px; color: var(--muted); font-size: .82rem; }
.order-number { margin: 12px 0 24px; padding: 9px 14px; border: 1px dashed var(--orange); border-radius: 9px; color: var(--orange); font-weight: 900; letter-spacing: .09em; }
.confirmation-actions { display: flex; gap: 10px; }

.tracking-modal { width: min(690px, calc(100% - 36px)); max-height: calc(100vh - 36px); padding: 42px; border-radius: var(--radius-lg); overflow-y: auto; }
.tracking-head h2 { font-size: 3.4rem; margin-bottom: 13px; }
.tracking-head > p { color: var(--muted); font-size: .82rem; }
.tracking-form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 10px; margin-top: 25px; }
.tracking-form label { display: grid; gap: 6px; color: var(--muted); font-size: .65rem; font-weight: 800; }
.tracking-form input { height: 46px; border: 1px solid var(--line); border-radius: 10px; padding: 0 11px; outline: 0; background: var(--surface); color: var(--text); }
.tracking-form .primary-button { min-height: 46px; font-size: .75rem; }
.tracking-result { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.tracking-order-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 25px; }
.tracking-order-head p { margin: 0; color: var(--muted); font-size: .7rem; }
.tracking-order-head b { color: var(--orange); }
.timeline { display: grid; grid-template-columns: repeat(5,1fr); }
.timeline-step { position: relative; display: grid; justify-items: center; gap: 8px; text-align: center; color: var(--muted); font-size: .57rem; }
.timeline-step::before { content: ""; width: 100%; height: 2px; position: absolute; top: 13px; left: -50%; z-index: 0; background: var(--line); }
.timeline-step:first-child::before { display: none; }
.timeline-step i { width: 28px; height: 28px; position: relative; z-index: 1; display: grid; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: var(--bg-raised); font-style: normal; }
.timeline-step.done { color: var(--text); }
.timeline-step.done::before { background: var(--orange); }
.timeline-step.done i { background: var(--orange); border-color: var(--orange); color: #180b05; }
.tracking-note { margin-top: 22px; padding: 13px; border-radius: 11px; background: rgba(242,107,33,.08); color: var(--muted); font-size: .7rem; }
.tracking-demo-next { width: 100%; margin-top: 12px; border: 1px solid var(--line); border-radius: 10px; padding: 10px; background: var(--surface); color: var(--orange); font-weight: 800; cursor: pointer; }

.account-modal { width: min(520px,calc(100% - 36px)); max-height: calc(100vh - 36px); padding: 38px; border-radius: var(--radius-lg); overflow-y: auto; }
.account-head { padding-right: 45px; }
.account-head h2 { margin-bottom: 10px; font-size: 3.2rem; }
.account-head > p:last-child { color: var(--muted); font-size: .78rem; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.account-tabs button { min-height: 40px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: .7rem; font-weight: 850; cursor: pointer; }
.account-tabs button.active { background: var(--surface-3); color: var(--orange); }
.account-form { display: grid; gap: 14px; }
.account-form label { display: grid; gap: 7px; color: var(--muted); font-size: .66rem; font-weight: 800; }
.account-form input { height: 48px; border: 1px solid var(--line); border-radius: 10px; padding: 0 12px; outline: 0; background: var(--surface); color: var(--text); }
.account-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,107,33,.1); }
.account-form .primary-button { width: 100%; margin-top: 5px; }
.account-demo-note { margin: 4px 0 0; color: var(--muted); text-align: center; font-size: .6rem; }
.account-profile { text-align: center; }
.account-avatar { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 22px; background: rgba(242,107,33,.12); color: var(--orange); font-family: var(--font-display); font-size: 1.6rem; }
.account-profile h3 { margin-bottom: 4px; }
.account-profile > p { color: var(--muted); font-size: .72rem; }
.account-order-card { margin: 22px 0; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); text-align: left; }
.account-order-card header { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: .67rem; }
.account-order-card p { margin: 0; color: var(--muted); font-size: .64rem; }
.account-logout { border: 0; background: transparent; color: var(--danger); font-size: .68rem; cursor: pointer; }

.toast { position: fixed; z-index: 200; left: 50%; bottom: 30px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 11px; background: var(--text); color: var(--bg); box-shadow: var(--shadow); font-size: .75rem; font-weight: 800; opacity: 0; visibility: hidden; transform: translate(-50%,10px); transition: .22s ease; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%,0); }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .store-status { margin-left: auto; }
  .product-rail .product-card { flex-basis: calc((100% - 18px) / 2); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .service-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .feature-grid { grid-template-columns: 1.5fr .8fr; }
  .story-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-copy { padding-left: 0; border-left: 0; }
  .faq-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .product-modal { grid-template-columns: .8fr 1.2fr; }
  .checkout-shell { grid-template-columns: 260px 1fr; }
  .checkout-side { padding: 40px 25px; }
  .checkout-main { padding: 42px 32px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 92px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .announce-inner { justify-content: center; }
  .announce-copy { display: none !important; }
  .announce-inner { min-height: 44px; padding-right: 24px; gap: 8px; font-size: .62rem; }
  .promo-code { padding: 3px 8px; }
  .promo-code small { display: none; }
  .promo-close { right: 5px; }
  .site-header { height: 68px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy b { font-size: .95rem; }
  .brand-copy small { font-size: .52rem; }
  .store-status { display: none; }
  .header-actions .link-button span, .header-actions .cart-button span { display: none; }
  .link-button { width: 42px; height: 42px; justify-content: center; border: 1px solid var(--line); border-radius: 11px; }
  .cart-button { min-width: 47px; padding: 0 7px; justify-content: center; }
  .cart-button .cart-count { position: absolute; top: 7px; right: 7px; min-width: 17px; height: 17px; background: #1c0d06; color: #fff; font-size: .58rem; }
  .account-button { width: 42px; height: 42px; }
  .hero, .hero-inner { min-height: 670px; }
  .hero-bg { background-image: linear-gradient(0deg, rgba(8,7,6,1) 0%, rgba(8,7,6,.8) 42%, rgba(8,7,6,.05) 80%), var(--hero-image); background-position: 66% center; }
  .hero-inner { align-items: end; }
  .hero-copy { padding: 260px 0 52px; }
  .hero h1 { font-size: clamp(4.1rem,20vw,6rem); margin-bottom: 14px; }
  .hero-lead { font-size: .92rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .ghost-button { display: none; }
  .hero-proof { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid > div { min-height: 90px; padding: 15px; gap: 10px; }
  .service-grid svg { width: 21px; }
  .service-grid small { font-size: .54rem; }
  .service-grid b { font-size: .68rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 15px; }
  h2 { font-size: 3.35rem; }
  .category-rail { top: 76px; width: 100%; max-width: 100%; margin: 0 auto 30px; padding: 7px; border-radius: 999px; }
  .category-pill { min-height: 40px; padding: 9px 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 320px; }
  .feature-main::after { background: linear-gradient(0deg, rgba(9,7,6,.95), rgba(9,7,6,.12)); }
  .feature-overlay { width: 100%; justify-content: end; padding: 26px; }
  .feature-coupon { min-height: 250px; }
  .feature-coupon strong { font-size: 5.5rem; }
  .menu-toolbar { align-items: stretch; flex-direction: column; }
  .menu-search { width: 100%; }
  .catalog-sections { gap: 48px; }
  .catalog-heading { align-items: center; }
  .catalog-heading h3 { font-size: 2.45rem; }
  .catalog-heading small { max-width: 245px; }
  .rail-buttons { display: none; }
  .product-rail { margin-right: -14px; padding-right: 14px; }
  .product-rail .product-card { flex: 0 0 min(84vw,325px); display: block; min-height: 0; }
  .product-rail .product-media { height: 220px; min-height: 0; }
  .product-rail .product-card-body { min-height: 190px; padding: 20px; }
  .product-grid { grid-template-columns: 1fr; gap: 13px; }
  .product-card { display: grid; grid-template-columns: 125px 1fr; min-height: 150px; }
  .product-media { height: 100%; min-height: 150px; }
  .product-tag { top: 8px; left: 8px; padding: 4px 6px; font-size: .5rem; }
  .product-card-body { min-height: 0; padding: 15px; }
  .product-card p { margin-bottom: 10px; font-size: .7rem; }
  .add-product { width: 36px; height: 36px; }
  .story-mark { font-size: 4.7rem; }
  .story-numbers { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .offer-band { grid-template-columns: 1fr; }
  .offer-image { min-height: 310px; }
  .offer-image::after { background: linear-gradient(0deg,#130e0b,transparent 58%); }
  .offer-copy { margin-top: -2px; padding: 45px 22px 65px; }
  .offer-copy h2 { font-size: 3.6rem; }
  .offer-copy > div { align-items: flex-start; flex-direction: column; }
  .offer-coupon { border-left: 0; padding-left: 0; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-grid article:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .float-actions { right: 14px; bottom: 87px; }
  .whatsapp-float { width: 52px; padding: 7px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float b { width: 38px; }
  .floating-bag { width: 48px; height: 48px; }
  .mobile-cart-bar { width: calc(100% - 24px); min-height: 58px; position: fixed; z-index: 44; left: 12px; bottom: 12px; display: none; grid-template-columns: 1fr auto 1fr; align-items: center; border: 0; border-radius: 15px; padding: 0 15px; background: var(--orange); color: #1c0c05; box-shadow: 0 15px 44px rgba(0,0,0,.36); cursor: pointer; }
  .mobile-cart-bar.visible { display: grid; }
  .mobile-cart-bar > span { font-size: .7rem; text-align: left; }
  .mobile-cart-bar > span:last-child { text-align: right; font-weight: 900; }
  .mobile-cart-bar strong { font-size: .8rem; }
  .cart-drawer { width: 100%; top: 8%; border-radius: 24px 24px 0 0; transform: translateY(105%); }
  .cart-drawer.open { transform: none; }
  .cart-footer { padding-bottom: max(22px, env(safe-area-inset-bottom)); }
  .product-modal { width: 100%; height: 94vh; height: 94dvh; max-height: none; inset: auto 0 0; border-radius: 24px 24px 0 0; grid-template-columns: 1fr; grid-template-rows: 245px minmax(0, 1fr); transform: translateY(105%); }
  .product-modal.open { transform: none; }
  .product-modal-media { min-height: 0; }
  .product-modal-body { padding: 25px 20px; }
  .product-modal-body h2 { font-size: 2.8rem; }
  .modal-buy-row { bottom: 0; margin: 20px -20px -25px; padding: 14px 20px max(18px,env(safe-area-inset-bottom)); }
  .checkout-modal { width: 100%; height: 94vh; inset: auto 0 0; border-radius: 24px 24px 0 0; transform: translateY(105%); }
  .checkout-modal.open { transform: none; }
  .checkout-shell { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .checkout-side { padding: 22px 20px 15px; border-right: 0; }
  .checkout-side h2, .checkout-side > .eyebrow, .secure-note { display: none; }
  .checkout-steps { grid-template-columns: repeat(4,1fr); gap: 5px; margin: 0 45px 0 0; }
  .checkout-step { display: grid; justify-items: center; gap: 4px; font-size: .54rem; text-align: center; }
  .checkout-step i { width: 25px; height: 25px; }
  .checkout-main { padding: 28px 20px; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .choice-card { min-height: 82px; }
  .tracking-modal { width: 100%; max-height: 94vh; inset: auto 0 0; border-radius: 24px 24px 0 0; padding: 28px 20px; transform: translateY(105%); }
  .tracking-modal.open { transform: none; }
  .tracking-head h2 { font-size: 2.8rem; }
  .tracking-form { grid-template-columns: 1fr; }
  .timeline-step { font-size: .48rem; }
  .account-modal { width: 100%; max-height: 94vh; inset: auto 0 0; border-radius: 24px 24px 0 0; padding: 28px 20px max(24px,env(safe-area-inset-bottom)); transform: translateY(105%); }
  .account-modal.open { transform: none; }
  .account-head h2 { font-size: 2.8rem; }
}

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