:root {
  --ink: #17332e;
  --green: #214e45;
  --green-2: #367363;
  --sage: #dce9df;
  --sage-light: #eef4ef;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --coral: #e5694f;
  --coral-dark: #bd4935;
  --muted: #687772;
  --line: #dce4df;
  --shadow: 0 24px 70px rgba(24, 60, 52, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,248,.9); border-bottom: 1px solid rgba(33,78,69,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-contact { display: none; }
.theme-toggle { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.theme-toggle:hover { background: var(--sage-light); }
.theme-icon { width: 18px; font-size: 19px; line-height: 1; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 600 18px/1 "Manrope", sans-serif; letter-spacing: -.4px; }
.brand strong { font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 12px 4px 12px 4px; font: 800 17px/1 "Manrope", sans-serif; letter-spacing: -1.5px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; color: #425852; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--coral); transform: scaleX(0); transition: .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.cart-button { position: relative; display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 0; background: transparent; cursor: pointer; font-size: 14px; font-weight: 700; }
.cart-icon, .empty-bag { width: 20px; height: 18px; border: 1.8px solid currentColor; border-radius: 4px 4px 6px 6px; position: relative; display: block; }
.cart-icon::before, .empty-bag::before { content: ""; position: absolute; width: 8px; height: 6px; left: 4px; top: -7px; border: 1.8px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; }
.cart-count { min-width: 21px; height: 21px; display: grid; place-items: center; padding: 0 5px; color: white; background: var(--coral); border-radius: 20px; font-size: 11px; }

.hero { padding: 42px 0 74px; overflow: hidden; background: linear-gradient(112deg, var(--cream) 0 46%, #e7ede4 46% 100%); }
.hero-inner { min-height: 580px; display: grid; grid-template-columns: .85fr 1.35fr; align-items: center; gap: 28px; }
.hero-copy { position: relative; z-index: 2; padding: 36px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; font: 800 clamp(45px, 5.5vw, 78px)/.98 "Manrope", sans-serif; letter-spacing: -4px; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-text { max-width: 480px; margin: 26px 0 30px; color: #53665f; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px 4px 12px 4px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(33,78,69,.2); }
.button-primary:hover { background: #173f36; box-shadow: 0 15px 34px rgba(33,78,69,.28); }
.button-secondary { color: var(--green); background: white; border-color: var(--line); }
.button-light { color: var(--green); background: white; }
.button-full { width: 100%; }
.text-button { padding: 10px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-weight: 700; cursor: pointer; }
.hero-proof { display: flex; gap: 20px; margin-top: 42px; color: #60716b; font-size: 12px; font-weight: 600; }
.hero-proof b { color: var(--green-2); }
.hero-visual { position: relative; align-self: stretch; min-width: 700px; margin-right: calc((1180px - 100vw) / 2); touch-action: pan-y; }
.hero-visual::after { content: ""; position: absolute; z-index: 1; inset: auto 0 -5px 0; height: 90px; background: linear-gradient(transparent, rgba(231,237,228,.9)); pointer-events: none; }
.hero-slides { position: absolute; inset: 0; overflow: hidden; border-radius: 80px 0 0 0; background: #dfe8df; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .65s ease, transform 5s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; mix-blend-mode: multiply; }
.carousel-controls { position: absolute; z-index: 4; right: 24px; bottom: 25px; display: flex; align-items: center; gap: 10px; padding: 7px; background: rgba(255,253,248,.9); border: 1px solid rgba(255,255,255,.8); border-radius: 30px; box-shadow: 0 10px 30px rgba(22,51,45,.14); backdrop-filter: blur(10px); }
.carousel-controls > button { width: 31px; height: 31px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--green); background: white; cursor: pointer; font-size: 16px; }
.carousel-dots { display: flex; align-items: center; gap: 5px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 10px; background: #a7b7b1; cursor: pointer; transition: width .2s, background .2s; }
.carousel-dots button.active { width: 20px; background: var(--coral); }
.floating-note { position: absolute; left: 6%; bottom: 38px; z-index: 2; max-width: 190px; display: flex; gap: 12px; align-items: center; padding: 14px 16px; background: rgba(255,253,248,.94); border: 1px solid white; border-radius: 16px 5px 16px 5px; box-shadow: var(--shadow); font-size: 13px; line-height: 1.35; }
.floating-note .spark { color: var(--coral); font-size: 24px; }
.floating-note b { display: block; }

.catalog-section { padding: 100px 0 108px; scroll-margin-top: 70px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 38px; }
.section-heading h2, .cta-card h2 { margin: 0; font: 800 clamp(32px, 4vw, 50px)/1.08 "Manrope", sans-serif; letter-spacing: -2.2px; }
.section-heading > p { max-width: 480px; margin: 0 0 4px; color: var(--muted); line-height: 1.7; }
.catalog-tools { display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; gap: 14px; align-items: center; padding: 14px; background: var(--sage-light); border: 1px solid var(--line); border-radius: 18px 5px 18px 5px; }
.search-box { min-height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 14px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.search-icon { width: 16px; height: 16px; position: relative; border: 1.8px solid #5e726b; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 6px; height: 1.8px; right: -5px; bottom: -2px; background: #5e726b; transform: rotate(45deg); border-radius: 2px; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-box input::placeholder { color: #8b9894; }
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; }
.filter-button { padding: 9px 12px; border: 0; border-radius: 8px; background: transparent; color: #60716b; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-button.active { color: white; background: var(--green); }
.stock-toggle { display: flex; align-items: center; gap: 8px; white-space: nowrap; color: #526760; font-size: 12px; font-weight: 700; cursor: pointer; }
.stock-toggle input { position: absolute; opacity: 0; }
.stock-toggle span { width: 31px; height: 18px; position: relative; background: #c6d3ce; border-radius: 20px; transition: .2s; }
.stock-toggle span::after { content: ""; position: absolute; width: 12px; height: 12px; top: 3px; left: 3px; background: white; border-radius: 50%; transition: .2s; }
.stock-toggle input:checked + span { background: var(--green); }
.stock-toggle input:checked + span::after { transform: translateX(13px); }
.catalog-meta { display: flex; align-items: center; justify-content: space-between; margin: 24px 2px 18px; color: var(--muted); font-size: 13px; }
.catalog-meta p { margin: 0; }
.catalog-meta label { display: flex; align-items: center; gap: 8px; }
.catalog-meta select { color: var(--ink); background: transparent; border: 0; outline: 0; font-weight: 700; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; position: relative; display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius) 6px var(--radius) 6px; transition: transform .24s, box-shadow .24s, border-color .24s; animation: reveal .45s both; }
.product-card:hover { transform: translateY(-5px); border-color: #cbd9d3; box-shadow: 0 22px 50px rgba(31,74,64,.12); }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.product-art { height: 154px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--green); background: var(--card-bg, #eef3ee); }
.product-art::before, .product-art::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.55); }
.product-art::before { width: 150px; height: 150px; top: -80px; right: -35px; }
.product-art::after { width: 100px; height: 100px; bottom: -55px; left: -30px; }
.product-icon { width: 76px; height: 76px; position: relative; z-index: 1; filter: drop-shadow(0 10px 12px rgba(33,78,69,.12)); }
.product-photo { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: cover; }
.stock-badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 9px; color: var(--coral-dark); background: #fff2ee; border: 1px solid #f4c7bd; border-radius: 7px; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.product-category { margin: 0 0 7px; color: var(--green-2); font-size: 10px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.product-card h3 { min-height: 50px; margin: 0; font: 750 18px/1.35 "Manrope", sans-serif; letter-spacing: -.5px; }
.product-description { display: -webkit-box; min-height: 46px; margin: 9px 0 16px; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid #edf1ee; }
.product-price { font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.8px; }
.details-button { padding: 6px 0; color: var(--green-2); background: none; border: 0; font-size: 12px; font-weight: 800; cursor: pointer; }
.stock-line { margin: 10px 0 0; color: var(--green-2); font-size: 11px; font-weight: 800; }
.stock-line.low { color: var(--coral-dark); }
.product-order { display: grid; grid-template-columns: 104px 1fr; gap: 9px; margin-top: 15px; }
.quantity { height: 44px; display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.quantity button { height: 100%; padding: 0; border: 0; background: var(--sage-light); font-size: 18px; cursor: pointer; }
.quantity output { text-align: center; font-weight: 800; font-size: 13px; }
.add-button { min-width: 0; padding: 0 14px; border: 0; border-radius: 10px 3px 10px 3px; color: white; background: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; }
.add-button:hover { background: #173f36; }
.unavailable-button { grid-column: 1 / -1; height: 44px; border: 1px dashed #e6b9ae; border-radius: 10px; color: var(--coral-dark); background: #fff7f4; font-weight: 800; cursor: not-allowed; }
.product-card.unavailable .product-art { filter: grayscale(.35); }
.empty-state { padding: 80px 20px; text-align: center; background: var(--sage-light); border-radius: var(--radius); }
.empty-state > span { font-size: 44px; }
.empty-state h3 { margin: 12px 0 5px; font: 800 22px "Manrope", sans-serif; }
.empty-state p { margin: 0 0 20px; color: var(--muted); }

.benefits { padding: 56px 0; color: white; background: var(--green); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefits article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 18px 40px; border-right: 1px solid rgba(255,255,255,.16); }
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { padding-right: 0; border: 0; }
.benefit-number { color: #94b7aa; font: 800 13px "Manrope", sans-serif; }
.benefits h3 { margin: 0 0 8px; font: 750 17px "Manrope", sans-serif; }
.benefits p { margin: 0; color: #bed0ca; font-size: 13px; line-height: 1.6; }
.cta-section { padding: 90px 0; background: var(--cream); }
.cta-card { min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px 64px; color: white; background: var(--coral); border-radius: 32px 8px 32px 8px; box-shadow: 0 25px 70px rgba(174,70,49,.18); }
.eyebrow.light { color: #ffe8e2; }
.cta-card h2 { max-width: 650px; }
.site-footer { padding: 34px 0; background: #152c28; color: #dce8e4; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto 1fr; align-items: center; gap: 30px; font-size: 12px; }
.footer-inner > p:last-child { text-align: right; }
.footer-brand .brand-mark { background: var(--coral); }
.creator-link { color: #a9c1b9; font-weight: 700; border-bottom: 1px solid rgba(169,193,185,.4); }

.overlay { position: fixed; inset: 0; z-index: 50; background: rgba(12,29,25,.48); backdrop-filter: blur(4px); }
.cart-drawer { width: min(440px, 100%); height: 100%; position: fixed; z-index: 60; top: 0; right: 0; display: flex; flex-direction: column; padding: 28px; background: var(--paper); box-shadow: -20px 0 70px rgba(8,31,24,.2); transform: translateX(105%); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 6px; }
.drawer-header h2 { margin: 0; font: 800 30px "Manrope", sans-serif; letter-spacing: -1.3px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 25px; line-height: 1; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; padding-right: 4px; }
.cart-item { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--green); background: var(--sage-light); border-radius: 12px 4px 12px 4px; }
.cart-item-icon svg { width: 34px; height: 34px; }
.cart-item-icon .product-photo { border-radius: inherit; }
.cart-item h4 { margin: 0 0 4px; font: 700 13px/1.35 "Manrope", sans-serif; }
.cart-item p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-item-controls { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.cart-item-controls button { width: 25px; height: 25px; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: white; cursor: pointer; }
.cart-item-controls b { min-width: 18px; text-align: center; font-size: 12px; }
.remove-item { padding: 5px; border: 0; color: #9a6155; background: transparent; cursor: pointer; font-size: 17px; }
.cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-bag { width: 48px; height: 42px; color: #92a39d; }
.empty-bag::before { width: 20px; height: 13px; left: 11px; top: -14px; }
.cart-empty h3 { margin: 24px 0 7px; font: 800 20px "Manrope", sans-serif; }
.cart-empty p { margin: 0 0 22px; color: var(--muted); }
.cart-footer { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-summary { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.cart-summary strong { font: 800 24px "Manrope", sans-serif; }
.cart-footer > p { margin: 0 0 16px; color: var(--muted); font-size: 11px; }
.clear-cart { width: 100%; margin-top: 10px; padding: 8px; border: 0; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; cursor: pointer; }
.copy-order-button { width: 100%; margin-top: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--green); background: white; font-size: 12px; font-weight: 800; cursor: pointer; }

.product-modal { width: min(720px, calc(100% - 30px)); max-height: min(780px, calc(100vh - 30px)); padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: 28px 8px 28px 8px; box-shadow: var(--shadow); }
.product-modal::backdrop { background: rgba(12,29,25,.58); backdrop-filter: blur(5px); }
.modal-close { position: sticky; z-index: 3; top: 18px; float: right; margin: 18px 18px -56px 0; }
.modal-hero { min-height: 230px; display: grid; place-items: center; color: var(--green); background: var(--card-bg, var(--sage-light)); }
.modal-hero svg { width: 110px; height: 110px; }
.modal-hero .product-photo { max-height: 360px; object-fit: contain; padding: 16px; }
.modal-body { padding: 32px 38px 38px; }
.modal-body .product-category { margin-bottom: 8px; }
.modal-body h2 { margin: 0; padding-right: 25px; font: 800 30px/1.18 "Manrope", sans-serif; letter-spacing: -1.2px; }
.modal-price { margin: 14px 0 22px; color: var(--coral-dark); font: 800 25px "Manrope", sans-serif; }
.modal-description { color: #53665f; line-height: 1.75; }
.modal-note { padding: 13px 15px; color: #53665f; background: var(--sage-light); border-left: 3px solid var(--green-2); border-radius: 4px 10px 10px 4px; font-size: 13px; }
.modal-order { display: flex; gap: 10px; margin-top: 24px; }
.modal-order .quantity { width: 120px; }
.modal-order .add-button { flex: 1; min-height: 46px; }

.checkout-dialog { width: min(960px, calc(100% - 30px)); max-height: min(850px, calc(100vh - 28px)); padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: 30px 8px 30px 8px; box-shadow: var(--shadow); }
.checkout-dialog::backdrop { background: rgba(12,29,25,.64); backdrop-filter: blur(6px); }
.checkout-close { position: sticky; z-index: 5; top: 20px; float: right; margin: 20px 20px -58px 0; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr); min-height: 610px; }
.checkout-layout > section { padding: 52px 46px 42px; }
.checkout-heading .eyebrow { margin-bottom: 10px; }
.checkout-heading h2 { margin: 0; padding-right: 35px; font: 800 clamp(30px, 4vw, 43px)/1.08 "Manrope", sans-serif; letter-spacing: -1.8px; }
.checkout-heading > p:last-child { max-width: 560px; margin: 13px 0 0; color: var(--muted); line-height: 1.6; }
.checkout-summary { display: flex; flex-direction: column; padding: 52px 30px 34px; background: var(--sage-light); border-left: 1px solid var(--line); }
.checkout-summary-title { margin: 0 0 18px; font: 800 14px "Manrope", sans-serif; }
.checkout-summary-items { max-height: 340px; overflow: auto; }
.checkout-summary-items > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 12px 0; border-bottom: 1px solid #dce5e0; font-size: 11px; line-height: 1.4; }
.checkout-summary-items span { color: #5e716a; }
.checkout-summary-items b { white-space: nowrap; }
.checkout-summary-total { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid #cad8d1; }
.checkout-summary-total span { font-weight: 800; }
.checkout-summary-total strong { font: 800 23px "Manrope", sans-serif; }
.payment-options { display: grid; gap: 12px; margin-top: 34px; }
.payment-option { min-height: 92px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 15px 5px 15px 5px; color: var(--ink); background: white; text-align: left; cursor: pointer; transition: .2s; }
.payment-option:hover { transform: translateY(-2px); border-color: var(--green-2); box-shadow: 0 12px 26px rgba(33,78,69,.09); }
.payment-option > span:nth-child(2) { display: grid; gap: 4px; }
.payment-option b { font: 750 15px "Manrope", sans-serif; }
.payment-option small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.payment-option i { font-style: normal; }
.payment-symbol { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px 4px 13px 4px; color: var(--green); background: var(--sage-light); font: 900 11px "Manrope", sans-serif; }
.payment-symbol.card { color: var(--coral-dark); background: #fff0eb; font-size: 26px; }
.checkout-back { margin: -18px 0 22px; padding: 7px 0; border: 0; color: var(--green-2); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.card-machine { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 20px; margin: 30px 0 18px; padding: 20px; background: var(--sage-light); border-radius: 17px 5px 17px 5px; }
.machine-icon { width: 72px; height: 102px; display: flex; flex-direction: column; align-items: center; padding: 12px 9px; color: white; background: var(--green); border-radius: 10px; box-shadow: 0 12px 25px rgba(33,78,69,.18); }
.machine-icon i { width: 100%; height: 38px; background: #dce9df; border-radius: 4px; }
.machine-icon b { margin-top: auto; letter-spacing: 4px; }
.card-machine > div > b { font: 750 14px "Manrope", sans-serif; }
.card-machine p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.payment-total { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; }
.payment-total span { color: var(--muted); font-size: 12px; font-weight: 700; }
.payment-total strong { white-space: nowrap; color: var(--coral-dark); font: 800 25px "Manrope", sans-serif; }
.payment-confirm-button { margin-top: 18px; }
.customer-identification { margin-top: 20px; }
.customer-identification label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }
.customer-identification input { width: 100%; height: 47px; padding: 0 13px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; outline: none; font: 13px "DM Sans", sans-serif; }
.customer-identification input:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(54,115,99,.12); }
.customer-identification input[aria-invalid="true"] { border-color: var(--coral-dark); }
.customer-identification > p { min-height: 14px; margin: 5px 0 0; color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.success-customer { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.customer-identification label + label { margin-top: 14px; }
.customer-identification small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.monitoring-notice p { white-space: pre-line; overflow-wrap: anywhere; }
.processing-notice { width: min(520px, 100%); margin-top: 22px; padding: 18px 20px; color: var(--ink); background: var(--sage-light); border: 1px solid var(--line); border-radius: 14px 5px 14px 5px; }
.processing-notice strong { font: 800 14px "Manrope", sans-serif; }
.processing-notice p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.success-support { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.success-support a { color: var(--green-2); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.contact-section { padding: 70px 0; border-top: 1px solid var(--line); scroll-margin-top: 85px; }
.contact-section h2 { margin: 0; font: 800 38px "Manrope", sans-serif; letter-spacing: -1.5px; }
.contact-intro { color: var(--muted); font-size: 14px; line-height: 1.6; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.contact-link { display: grid; gap: 10px; padding: 26px; background: var(--sage-light); border: 1px solid var(--line); border-radius: 18px 5px 18px 5px; transition: border-color .2s; }
.contact-link:hover { border-color: var(--green-2); }
.contact-link > span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.contact-link strong { overflow-wrap: anywhere; font: 800 18px "Manrope", sans-serif; }
.contact-link small { color: var(--green-2); font-size: 11px; font-weight: 800; }
.confirmation-hint { margin: 9px 0 0; color: #7c8a86; text-align: center; font-size: 10px; }
.pix-payment { display: grid; grid-template-columns: 200px 1fr; align-items: center; gap: 18px; margin-top: 24px; }
.qr-frame { width: 200px; height: 200px; display: grid; place-items: center; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 18px 5px 18px 5px; box-shadow: 0 14px 34px rgba(33,78,69,.1); }
.qr-frame img { width: 100%; height: 100%; object-fit: contain; image-rendering: crisp-edges; }
.pix-total { min-height: 105px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.monitoring-notice { display: grid; grid-template-columns: 32px 1fr; gap: 11px; margin-top: 18px; padding: 15px; color: #715032; background: #fff7e8; border: 1px solid #efddb7; border-radius: 12px; }
.monitoring-notice > span { width: 28px; height: 28px; display: grid; place-items: center; color: #805922; border: 1px solid #d9ba7f; border-radius: 50%; font-weight: 900; }
.monitoring-notice strong { font: 900 11px "Manrope", sans-serif; letter-spacing: 1px; }
.monitoring-notice p { margin: 4px 0 0; font-size: 10px; line-height: 1.5; }
.checkout-single-state, .checkout-success { min-height: 580px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px; text-align: center; }
.checkout-single-state .checkout-heading > p:last-child, .checkout-success .checkout-heading > p:last-child { margin-inline: auto; }
.checkout-state-icon, .success-check { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; font: 900 32px "Manrope", sans-serif; }
.checkout-state-icon.unavailable { color: #95611a; background: #fff0d2; }
.success-check { color: white; background: var(--green-2); box-shadow: 0 14px 35px rgba(54,115,99,.25); }
.checkout-single-state .button { margin-top: 26px; }
.success-details { width: min(520px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.success-details > div { display: grid; gap: 4px; padding: 15px; border-right: 1px solid var(--line); }
.success-details > div:last-child { border: 0; }
.success-details span { color: var(--muted); font-size: 10px; }
.success-details b { font-size: 12px; }
.receipt-button { margin-top: 10px; padding: 8px; border: 0; border-bottom: 1px solid var(--green-2); color: var(--green-2); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; padding: 12px 18px; color: white; background: #142f29; border-radius: 10px; box-shadow: var(--shadow); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; padding-bottom: 0; }
  .hero-visual { min-width: 0; height: 440px; margin: 0 -20px -74px 130px; }
  .hero-slides { border-radius: 60px 0 0; }
  .catalog-tools { grid-template-columns: 1fr; }
  .filters { justify-content: flex-start; }
  .stock-toggle { padding: 8px 2px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits article { padding-inline: 22px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 66px; }
  .main-nav { display: none; }
  .cart-button > span:nth-child(2) { display: none; }
  .header-actions { gap: 5px; }
  .header-inner { gap: 10px; }
  .header-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 37px; padding: 6px 8px; border: 1px solid var(--line); border-radius: 9px; font-size: 11px; font-weight: 800; }
  .cart-button { gap: 6px; padding: 8px 4px; }
  .theme-toggle { width: 37px; padding-inline: 0; }
  .theme-toggle [data-theme-label] { display: none; }
  .hero { padding-top: 22px; }
  .hero-inner { min-height: 0; }
  .hero h1 { font-size: clamp(40px, 12.5vw, 58px); letter-spacing: -3px; overflow-wrap: anywhere; }
  .hero-text { margin: 20px 0 24px; font-size: 16px; }
  .hero-actions, .hero-proof { flex-wrap: wrap; }
  .hero-proof { gap: 10px 16px; justify-content: flex-start; margin-top: 30px; font-size: 10px; }
  .hero-visual { height: 330px; margin: 5px -14px -74px 20px; }
  .hero-slides { border-radius: 45px 0 0; }
  .hero-slide img { object-position: 64% center; }
  .carousel-controls { right: 12px; bottom: 22px; }
  .floating-note { left: 3%; bottom: 28px; }
  .catalog-section { padding: 76px 0; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading > p { margin-top: 18px; }
  .section-heading h2, .cta-card h2 { font-size: 34px; letter-spacing: -1.6px; }
  .filters { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow: auto; }
  .filter-button { white-space: nowrap; }
  .catalog-meta label { font-size: 0; }
  .catalog-meta select { font-size: 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card h3 { min-height: auto; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article, .benefits article:first-child, .benefits article:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .benefits article:last-child { border-bottom: 0; }
  .cta-section { padding: 55px 0; }
  .cta-card { min-height: 320px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 38px 28px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-inner > p { margin: 0; }
  .footer-inner > p:last-child { text-align: center; }
  .cart-drawer { padding: 22px 18px; }
  .modal-body { padding: 26px 22px 30px; }
  .modal-body h2 { font-size: 25px; }
  .checkout-dialog { width: 100%; max-height: 94vh; margin: auto 0 0; border-radius: 24px 24px 0 0; }
  .checkout-layout { grid-template-columns: 1fr; min-height: 0; }
  .checkout-layout > section { padding: 46px 20px 26px; }
  .checkout-summary { min-height: 190px; padding: 24px 20px; border-top: 1px solid var(--line); border-left: 0; }
  .checkout-summary-items { max-height: 150px; }
  .checkout-summary-total { margin-top: 18px; }
  .checkout-heading h2 { font-size: 30px; }
  .pix-payment { grid-template-columns: 1fr; justify-items: center; }
  .pix-total { width: 100%; min-height: 86px; align-items: center; }
  .checkout-single-state, .checkout-success { min-height: 540px; padding: 45px 20px; }
  .success-details { grid-template-columns: 1fr; }
  .success-details > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-section { padding: 45px 0; }
  .contact-link { padding: 22px 18px; }
}

@media (max-width: 380px) {
  .site-header .brand { gap: 6px; font-size: 13px; }
  .site-header .brand-mark { width: 32px; height: 32px; font-size: 15px; }
}

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

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #e7f0ea;
  --green: #2f715d;
  --green-2: #9bcfb8;
  --sage: #273e32;
  --sage-light: #1c2c25;
  --cream: #15231d;
  --paper: #101c17;
  --coral: #ef8065;
  --coral-dark: #f49d87;
  --muted: #a1b6a9;
  --line: #30473a;
  --shadow: 0 24px 70px rgba(0,0,0,.3);
}
html[data-theme="dark"] .site-header { background: rgba(16,28,23,.94); border-color: var(--line); }
html[data-theme="dark"] .main-nav, html[data-theme="dark"] .hero-text, html[data-theme="dark"] .hero-proof, html[data-theme="dark"] .stock-toggle { color: var(--muted); }
html[data-theme="dark"] .hero { background: linear-gradient(112deg, var(--cream) 0 46%, #1c3024 46% 100%); }
html[data-theme="dark"] .hero-visual::after { background: linear-gradient(transparent, #1c3024); }
html[data-theme="dark"] .hero-slide img { mix-blend-mode: normal; }
html[data-theme="dark"] .floating-note, html[data-theme="dark"] .carousel-controls { background: rgba(22,37,29,.94); border-color: var(--line); }
html[data-theme="dark"] .carousel-controls > button, html[data-theme="dark"] .search-box, html[data-theme="dark"] .product-card, html[data-theme="dark"] .button-secondary, html[data-theme="dark"] .icon-button, html[data-theme="dark"] .cart-item-controls button, html[data-theme="dark"] .copy-order-button, html[data-theme="dark"] .payment-option, html[data-theme="dark"] .customer-identification input, html[data-theme="dark"] .skip-link { color: var(--ink); background: #192b21; }
html[data-theme="dark"] .product-price-row { border-color: var(--line); }
html[data-theme="dark"] .product-card:hover { border-color: #536f5d; }
html[data-theme="dark"] .cart-item-icon { color: #b9e1cb; }
html[data-theme="dark"] .stock-badge, html[data-theme="dark"] .unavailable-button { background: #3b2620; border-color: #6a4539; }
html[data-theme="dark"] .modal-description, html[data-theme="dark"] .modal-note, html[data-theme="dark"] .checkout-summary-items span { color: var(--muted); }
html[data-theme="dark"] .payment-symbol.card { background: #3b2922; }
html[data-theme="dark"] .payment-symbol.pix { color: var(--green-2); }
html[data-theme="dark"] .filter-button { color: var(--muted); }
html[data-theme="dark"] .filter-button.active { color: white; }
html[data-theme="dark"] .success-check { background: var(--green); }
html[data-theme="dark"] .monitoring-notice { color: #ecd4a2; background: #352c1b; border-color: #655335; }
html[data-theme="dark"] .monitoring-notice > span { color: #f3dda7; background: #55462a; }
html[data-theme="dark"] .site-footer { background: #0b1510; }
html[data-theme="dark"] .cta-card { color: #fff7f1; background: #a94833; }

.checkout-address {display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.customer-identification select,.customer-identification textarea {width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);font:inherit;}
.fulfillment-help {font-size:13px;line-height:1.6;color:var(--muted);white-space:pre-line;overflow-wrap:anywhere;}
.checkout-consent {display:flex!important;align-items:flex-start;gap:10px;font-size:12px!important;line-height:1.6;}
.checkout-consent input {width:18px!important;min-width:18px;margin-top:4px!important;}
.checkout-shipping {display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);}
.policy-page {padding-top:70px;padding-bottom:70px;max-width:850px;}
.policy-text {white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8;margin:25px 0;}
.receipt-page {padding-top:45px;padding-bottom:60px;max-width:780px;}
@media(max-width:480px){.checkout-address{grid-template-columns:1fr;}}
