:root {
  --ink: #071d2d;
  --navy: #062a45;
  --navy-2: #0a395c;
  --blue: #008ac7;
  --cyan: #10c2e8;
  --sky: #eaf8fc;
  --paper: #ffffff;
  --mist: #f4f7f8;
  --line: #dbe5e9;
  --muted: #637783;
  --success: #14845e;
  --danger: #b73b4a;
  --whatsapp: #148b5c;
  --shadow: 0 18px 55px rgba(7, 29, 45, .10);
  --shadow-soft: 0 8px 30px rgba(7, 29, 45, .07);
  --radius: 20px;
  --radius-sm: 12px;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--cyan); color: var(--navy); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .6; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { min-height: 32px; padding: 6px 20px; color: #d9f7ff; background: var(--navy); text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .025em; }
.announcement span { margin: 0 8px; color: var(--cyan); }
.test-environment-banner { padding: 9px 20px; color: #3b2a00; background: #ffd85a; text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .035em; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(219, 229, 233, .85); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.brand { width: 210px; }
.brand img { width: 100%; height: 62px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.main-nav a { position: relative; color: #304755; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--cyan); transition: right .22s ease; }
.main-nav a:hover::after { right: 0; }
.cart-link { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; color: var(--navy); background: var(--sky); font-size: 13px; font-weight: 800; }
.cart-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-link b { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; color: #fff; background: var(--blue); font-size: 11px; }
.cart-link b:not(.has-items) { background: #a9b8bf; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }

.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-heading h2, .page-heading h1, .legal-page h1, .contact-copy h1 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child, .page-heading > p:last-child { max-width: 590px; color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.split-heading > p { margin: 0; max-width: 430px !important; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; font-size: 14px; letter-spacing: .005em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, #008bc8, #06aad4); box-shadow: 0 10px 22px rgba(0, 138, 199, .22); }
.button--primary:hover { box-shadow: 0 14px 30px rgba(0, 138, 199, .32); }
.button--dark { color: #fff; background: var(--navy); }
.button--light { color: var(--navy); background: #fff; }
.button--outline { color: var(--navy); border-color: #bcd0d9; background: #fff; }
.button--whatsapp { color: #fff; background: var(--whatsapp); }
.button--wide { flex: 1; }
.button--block { width: 100%; }
.button--small { min-height: 42px; padding: 9px 15px; }
.button.is-disabled { pointer-events: none; opacity: .45; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 14px; font-weight: 800; }
.text-link span { color: var(--blue); }
.text-link--center { display: flex; justify-content: center; margin: 16px auto 0; }

.hero { overflow: hidden; position: relative; padding: 82px 0 0; background: linear-gradient(115deg, #f3fbfd 0%, #fff 55%, #edfafe 100%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; top: -250px; left: 35%; border: 1px solid rgba(16,194,232,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(16,194,232,.025), 0 0 0 150px rgba(16,194,232,.018); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 55px; min-height: 560px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 62px; }
.hero-copy h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 6.3vw, 82px); line-height: .98; letter-spacing: -.06em; font-weight: 800; }
.hero-copy h1 em { color: var(--blue); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 640px; margin: 27px 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-proof { display: flex; gap: 33px; margin-top: 48px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--navy); font-size: 18px; }
.hero-proof span { color: var(--muted); font-size: 13px; }
.hero-product { position: relative; align-self: stretch; display: grid; place-items: center; min-height: 540px; }
.hero-product::before { content: ""; position: absolute; inset: 7% 0 2% 4%; border-radius: 52% 48% 42% 58%; background: radial-gradient(circle at 42% 35%, #e1faff, #c7f1f9 55%, #b7e8f2); transform: rotate(-4deg); }
.hero-product > img { position: relative; z-index: 2; width: min(100%, 610px); max-height: 540px; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(4,38,60,.18)); transition: transform .4s ease; }
.hero-product:hover > img { transform: translateY(-8px) scale(1.015); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(0,138,199,.23); border-radius: 50%; }
.hero-orbit--one { width: 420px; height: 420px; }
.hero-orbit--two { width: 500px; height: 280px; transform: rotate(-16deg); }
.hero-product__label { position: absolute; right: 0; bottom: 44px; z-index: 3; min-width: 190px; padding: 15px 20px; border: 1px solid rgba(255,255,255,.85); border-radius: 14px; background: rgba(255,255,255,.85); backdrop-filter: blur(13px); box-shadow: var(--shadow-soft); }
.hero-product__label span, .hero-product__label small { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-product__label strong { display: block; margin: 2px 0; font-size: 21px; }
.hero-product__label small { color: var(--blue); font-weight: 800; }
.trust-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-bottom: 0; border-radius: 18px 18px 0 0; background: #fff; box-shadow: 0 -10px 35px rgba(7,29,45,.04); }
.trust-row > div { display: flex; gap: 15px; align-items: center; padding: 21px 28px; }
.trust-row > div + div { border-left: 1px solid var(--line); }
.trust-row i { color: var(--cyan); font-size: 12px; font-style: normal; font-weight: 800; }
.trust-row p { display: flex; flex-direction: column; margin: 0; }
.trust-row strong { font-size: 13px; }
.trust-row span { color: var(--muted); font-size: 13px; }

.catalog-section { padding: 105px 0 115px; background: #fff; }
.catalog-toolbar { display: grid; grid-template-columns: 1fr 270px auto; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: var(--mist); }
.search-field { display: flex; align-items: center; gap: 11px; padding: 0 15px; border: 1px solid transparent; border-radius: 9px; background: #fff; }
.search-field:focus-within { border-color: var(--cyan); }
.search-field svg { width: 19px; height: 19px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.search-field input, .catalog-toolbar select { width: 100%; min-height: 45px; border: 0; outline: 0; color: var(--ink); background: #fff; }
.catalog-toolbar select { padding: 0 13px; border-radius: 9px; }
.category-pills { display: flex; gap: 8px; overflow-x: auto; padding: 21px 0 4px; scrollbar-width: none; }
.category-pills::-webkit-scrollbar { display: none; }
.category-pills button { white-space: nowrap; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: #526976; background: #fff; font-size: 13px; font-weight: 700; }
.category-pills button.is-active { color: #fff; border-color: var(--navy); background: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; gap: 20px; margin-top: 34px; }
.product-card { min-width: 0; height: 100%; display: flex; flex-direction: column; border: 0; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card__image { position: relative; aspect-ratio: 4 / 3; display: block; padding: 0; overflow: hidden; border: 0; background: #eef4f6; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.product-card:hover .product-card__image img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-badge--stock { background: var(--danger); }
.product-card__body { flex: 1; display: flex; flex-direction: column; min-height: 245px; padding: 19px 19px 17px; }
.product-card__body .eyebrow { margin-bottom: 5px; font-size: 12px; }
.product-card h3 { margin: 0; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.product-card h3 a::after { content: ""; position: absolute; }
.product-card__meta { display: flex; flex-wrap: wrap; gap: 7px; min-height: 30px; margin: 12px 0; }
.product-card__meta span { padding: 4px 8px; border-radius: 5px; color: #5b707b; background: var(--mist); font-size: 12px; font-weight: 700; }
.mini-colors { display: flex; align-items: center; min-height: 23px; gap: 5px; }
.mini-colors i { width: 15px; height: 15px; border: 2px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px #cbd8dd; }
.mini-colors small { margin-left: 2px; color: var(--muted); font-size: 12px; }
.product-card__footer { display: flex; align-items: end; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid #edf1f3; }
.product-card__footer div { display: flex; flex-direction: column; }
.product-card__footer small { color: var(--muted); font-size: 12px; }
.product-card__footer strong { color: var(--navy); font-size: 17px; }
.product-card__footer .product-card__stock { color: var(--danger); font-size: 14px; }
.product-card.is-out-of-stock .product-card__image img { filter: saturate(.55); }
.arrow-link { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--blue); background: var(--sky); font-size: 18px; }
.empty-state { padding: 90px 20px; text-align: center; }
.empty-state > span { color: var(--cyan); font-size: 42px; }
.empty-state h3 { margin: 8px 0 0; }
.empty-state p { color: var(--muted); }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 45px; }
.catalog-pagination a { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #fff; font-size: 12px; font-weight: 800; transition: .2s ease; }
.catalog-pagination a:hover { color: var(--blue); border-color: var(--blue); }
.catalog-pagination a.is-current { color: #fff; border-color: var(--navy); background: var(--navy); }
.catalog-pagination a.is-disabled { pointer-events: none; opacity: .35; }
.catalog-pagination > span { min-width: 24px; color: var(--muted); text-align: center; }

.process-section { padding: 110px 0; color: #fff; background: var(--navy); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); }
.process-section .eyebrow { color: var(--cyan); }
.process-section .section-heading h2 { max-width: 490px; }
.process-section .section-heading > p:last-child { color: #b4c8d3; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li > span { color: var(--cyan); font-size: 12px; font-weight: 800; }
.process-list h3 { margin: -5px 0 3px; font-size: 18px; }
.process-list p { margin: 0; color: #aec3ce; font-size: 13px; }
.delivery-section { padding: 75px 0; background: #eaf8fc; }
.delivery-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px 60px; border-radius: 24px; color: #fff; background: linear-gradient(120deg, #0588bd, #0aaad2); box-shadow: 0 22px 60px rgba(0,138,199,.22); }
.delivery-card .eyebrow { color: #d9faff; }
.delivery-card h2 { max-width: 720px; margin: 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.delivery-card p:last-child { max-width: 780px; margin-bottom: 0; color: #e0f7fc; }
.delivery-card .button { flex-shrink: 0; }

.breadcrumb { display: flex; gap: 8px; align-items: center; overflow: hidden; padding-top: 25px; color: var(--muted); font-size: 13px; white-space: nowrap; }
.breadcrumb strong { overflow: hidden; color: var(--ink); text-overflow: ellipsis; }
.product-detail { display: grid; grid-template-columns: 1.12fr .88fr; gap: 62px; padding-top: 35px; padding-bottom: 70px; }
.product-gallery__stage { position: sticky; top: 140px; min-height: 620px; display: grid; place-items: center; overflow: hidden; padding: 55px; border-radius: 24px; background: radial-gradient(circle at 50% 42%, #fff 0, #f4f9fa 51%, #e7f1f4 100%); }
.product-gallery__stage::after { content: ""; position: absolute; width: 58%; height: 13%; bottom: 9%; border-radius: 50%; background: rgba(5,39,59,.12); filter: blur(18px); }
.product-gallery__stage img { position: relative; z-index: 2; width: 100%; height: 520px; object-fit: contain; filter: drop-shadow(0 25px 24px rgba(5,39,59,.13)); transition: opacity .18s ease, transform .25s ease; }
.product-gallery__stage img.is-changing { opacity: .25; transform: scale(.98); }
.product-gallery__category { position: absolute; z-index: 3; top: 20px; left: 22px; padding: 7px 11px; border-radius: 999px; color: var(--blue); background: #fff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.photo-disclaimer { min-height: 42px; margin: 13px 5px 0; color: var(--muted); font-size: 13px; }
.product-buybox { padding: 20px 0; }
.product-buybox h1 { margin: 0; font-size: clamp(45px, 5.5vw, 72px); line-height: 1; letter-spacing: -.055em; }
.product-subtitle { margin: 18px 0 26px; color: var(--muted); }
.retail-price { display: flex; flex-direction: column; padding: 21px 0; border-block: 1px solid var(--line); }
.retail-price span { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.retail-price strong { color: var(--navy); font-size: 34px; letter-spacing: -.035em; }
.retail-price small { color: var(--muted); font-size: 12px; }
.color-picker { margin: 25px 0; padding: 0; border: 0; }
.color-picker legend { margin-bottom: 12px; color: var(--muted); font-size: 13px; }
.color-picker legend strong { color: var(--ink); }
.color-options { display: flex; flex-wrap: wrap; gap: 10px; }
.color-option { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid #c9d5da; border-radius: 50%; background: #fff; }
.color-option span { width: 26px; height: 26px; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; background: var(--swatch); }
.color-option.is-selected { border: 2px solid var(--blue); box-shadow: 0 0 0 3px var(--sky); }
.purchase-row { display: flex; gap: 10px; }
.quantity-control { min-height: 48px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background: #fff; }
.quantity-control button { width: 38px; align-self: stretch; border: 0; color: var(--navy); background: #fff; font-size: 18px; }
.quantity-control input { width: 38px; border: 0; outline: 0; text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.product-buybox > .button--block { margin-top: 10px; }
.stock-notice { display: grid; gap: 8px; margin-top: 25px; padding: 20px; border: 1px solid #f0c6cc; border-radius: 13px; background: #fff5f6; }
.stock-notice strong { color: var(--danger); font-size: 19px; }
.stock-notice p { margin: 0; color: var(--muted); font-size: 13px; }
.stock-notice .button { width: fit-content; margin-top: 5px; }
.shipping-panel.is-unavailable { background: #f7f9fa; }
.wholesale-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; margin-top: 25px; padding: 20px; border: 1px solid #cae8db; border-radius: 13px; background: #f3fbf7; }
.wholesale-box div { display: flex; flex-direction: column; }
.wholesale-box span { color: var(--whatsapp); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.wholesale-box strong { font-size: 18px; }
.wholesale-box small { max-width: 300px; color: var(--muted); font-size: 13px; }
.buy-assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px 0 0; margin: 0; list-style: none; color: var(--muted); font-size: 13px; line-height: 1.45; }
.buy-assurances li { position: relative; padding-left: 14px; }
.buy-assurances li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.product-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-bottom: 105px; }
.spec-panel, .shipping-panel { padding: 40px; border-radius: 20px; }
.spec-panel { color: #fff; background: var(--navy); }
.spec-panel .eyebrow { color: var(--cyan); }
.spec-panel h2, .shipping-panel h2 { margin: 0 0 25px; font-size: 30px; line-height: 1.12; letter-spacing: -.035em; }
.spec-list { margin: 0; }
.spec-list div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.14); }
.spec-list dt { color: #bed0d8; font-size: 14px; }
.spec-list dd { margin: 0; text-align: right; font-size: 14px; font-weight: 800; }
.shipping-panel { border: 1px solid var(--line); background: #f8fbfc; }
.shipping-panel > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.shipping-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; margin: 22px 0; }
.shipping-form label { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 13px; font-weight: 700; }
.shipping-form input { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: #fff; }
.shipping-form input:focus { border-color: var(--cyan); }
.shipping-results { display: grid; gap: 8px; }
.shipping-quote { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.shipping-quote div { display: flex; flex-direction: column; }
.shipping-quote strong { font-size: 13px; }
.shipping-quote span { color: var(--muted); font-size: 12px; }
.shipping-quote b { font-size: 14px; }
.shipping-legal { display: block; margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.pickup-product-note { margin-top: 20px; padding: 16px; border: 1px solid #bfe3d4; border-radius: 11px; background: #effaf5; }
.pickup-product-note strong { color: var(--success); font-size: 14px; }
.pickup-product-note p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.page-heading { padding: 65px 0 38px; }
.page-heading h1 { font-size: clamp(44px, 6vw, 66px); }
.cart-page { min-height: 650px; padding-bottom: 90px; }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1fr 380px; align-items: start; gap: 30px; }
.cart-items { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 23px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.cart-item__image { aspect-ratio: 1; border-radius: 11px; overflow: hidden; background: var(--mist); }
.cart-item__image img { width: 100%; height: 100%; object-fit: contain; }
.cart-item__info > span { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cart-item__info h2 { margin: 2px 0; font-size: 22px; }
.cart-item__info p { margin: 0; color: var(--muted); font-size: 13px; }
.cart-item__info button { margin-top: 18px; padding: 0; border: 0; color: var(--danger); background: none; font-size: 12px; font-weight: 700; }
.cart-item__aside { display: flex; flex-direction: column; align-items: end; gap: 12px; }
.cart-item__aside > strong { font-size: 18px; }
.cart-item__aside small { color: var(--muted); font-size: 12px; }
.order-summary { position: sticky; top: 125px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.order-summary h2 { margin: 0 0 24px; font-size: 24px; }
.summary-line { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; color: var(--muted); border-top: 1px solid #edf1f3; font-size: 14px; }
.summary-line strong, .summary-line small { color: var(--ink); font-size: 14px; }
.summary-total { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-top: 1px solid var(--line); font-weight: 800; }
.summary-total strong { font-size: 22px; }
.summary-note { margin: 18px 0 0; padding: 12px; border-radius: 8px; color: var(--muted); background: var(--mist); font-size: 13px; line-height: 1.5; text-align: center; }
.empty-cart { min-height: 570px; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-cart > span { color: var(--cyan); font-size: 50px; }
.empty-cart h2 { margin: 5px 0; font-size: 32px; }
.empty-cart p { margin: 0 0 24px; color: var(--muted); }
.loading-card, .loading-inline { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 100px; color: var(--muted); }
.spinner { width: 20px; height: 20px; display: inline-block; border: 2px solid #c8d7dd; border-top-color: var(--blue); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.checkout-page { background: #f7fafb; }
.checkout-shell { padding-bottom: 90px; }
.checkout-forms { display: grid; gap: 15px; }
.checkout-card { padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.checkout-card__heading { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 25px; }
.checkout-card__heading > span { display: grid; place-items: center; width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; color: #fff; background: var(--blue); font-size: 10px; font-weight: 800; }
.checkout-card__heading h2 { margin: 0; font-size: 20px; }
.checkout-card__heading p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.delivery-method-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.delivery-method { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 88px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: .2s ease; }
.delivery-method:has(input:checked) { border-color: var(--blue); background: var(--sky); box-shadow: 0 0 0 2px rgba(0,138,199,.08); }
.delivery-method input { accent-color: var(--blue); }
.delivery-method > span { display: flex; flex-direction: column; }
.delivery-method strong { font-size: 14px; }
.delivery-method small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.delivery-method b { color: var(--success); font-size: 13px; }
.pickup-locations { margin: 20px 0 0; padding: 18px; border: 1px solid #bfe3d4; border-radius: 12px; background: #f4fbf8; }
.pickup-locations legend { padding: 0 7px; color: var(--success); font-size: 13px; font-weight: 800; }
.pickup-locations > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pickup-locations label { display: flex; align-items: center; gap: 9px; padding: 12px; border: 1px solid #d5e7df; border-radius: 9px; background: #fff; cursor: pointer; }
.pickup-locations label:has(input:checked) { border-color: var(--success); box-shadow: 0 0 0 2px rgba(20,132,94,.09); }
.pickup-locations input { accent-color: var(--success); }
.pickup-locations label span { display: flex; flex-direction: column; }
.pickup-locations label strong { font-size: 13px; }
.pickup-locations label small { color: var(--muted); font-size: 12px; }
.pickup-locations > p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: flex; flex-direction: column; gap: 6px; color: #465c68; font-size: 13px; font-weight: 700; }
.form-grid .span-2 { grid-column: 1 / -1; }
.form-grid input { min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: #fcfdfd; }
.form-grid input:focus { border-color: var(--cyan); background: #fff; box-shadow: 0 0 0 3px rgba(16,194,232,.1); }
.form-action { display: flex; align-items: end; }
.form-action .button { width: 100%; }
.checkout-shipping-options { display: grid; gap: 8px; }
.shipping-placeholder { padding: 25px; border: 1px dashed #bdcdd4; border-radius: 10px; color: var(--muted); background: var(--mist); font-size: 13px; text-align: center; }
.shipping-choice { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.shipping-choice:has(input:checked) { border-color: var(--blue); background: var(--sky); box-shadow: 0 0 0 2px rgba(0,138,199,.08); }
.shipping-choice span { display: flex; flex-direction: column; }
.shipping-choice strong { font-size: 13px; }
.shipping-choice small { color: var(--muted); font-size: 12px; }
.shipping-choice b { font-size: 14px; }
.checkout-summary__items { display: grid; gap: 11px; margin-bottom: 18px; }
.checkout-mini-item { display: grid; grid-template-columns: 52px 1fr auto; gap: 10px; align-items: center; }
.checkout-mini-item img { width: 52px; height: 52px; object-fit: contain; border-radius: 8px; background: var(--mist); }
.checkout-mini-item div { display: flex; flex-direction: column; min-width: 0; }
.checkout-mini-item strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.checkout-mini-item span { color: var(--muted); font-size: 12px; }
.checkout-mini-item b { font-size: 12px; }
.terms-check { display: flex; gap: 9px; margin: 17px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.terms-check input { margin-top: 3px; accent-color: var(--blue); }
.terms-check a { color: var(--blue); text-decoration: underline; }
.payment-note { display: flex; gap: 6px; align-items: center; justify-content: center; margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; text-align: center; }

.state-page { min-height: 650px; display: grid; place-items: center; align-content: center; text-align: center; }
.state-page > span { color: var(--cyan); font-size: 62px; font-weight: 300; }
.state-page h1 { margin: 0; font-size: 42px; letter-spacing: -.04em; }
.state-page p { color: var(--muted); }
.return-shell { min-height: 700px; display: grid; place-items: center; padding-block: 70px; }
.return-card { width: min(100%, 650px); padding: 50px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.return-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; font-size: 28px; font-weight: 800; }
.return-icon--success { color: var(--success); background: #e8f8f1; }
.return-icon--pending { color: #a87005; background: #fff7dd; }
.return-icon--failure { color: var(--danger); background: #fff0f1; }
.return-card h1 { margin: 0; font-size: 40px; line-height: 1.1; letter-spacing: -.04em; }
.return-card > p:not(.eyebrow) { color: var(--muted); }
.return-order { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 25px 0; padding: 20px; border-radius: 12px; background: var(--mist); }
.return-order span { color: var(--muted); font-size: 12px; }
.return-order strong { font-size: 14px; }
.return-actions { display: flex; justify-content: center; gap: 10px; }
.pickup-confirmation { margin: 24px 0; padding: 22px; border: 1px solid #bfe3d4; border-radius: 14px; background: #effaf5; text-align: left; }
.pickup-confirmation > span { color: var(--success); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pickup-confirmation > strong { display: block; margin-top: 3px; font-size: 18px; }
.pickup-confirmation p { margin: 7px 0 15px; color: var(--muted); font-size: 13px; }
.pickup-confirmation--test { border-color: #e7c44c; background: #fff8d9; }
.pickup-confirmation--test > span { color: #8a6500; }
.contact-page { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; padding-block: 90px; }
.contact-copy h1 { max-width: 700px; font-size: clamp(44px, 6vw, 72px); }
.contact-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.contact-copy ul { padding: 0; list-style: none; }
.contact-copy li { padding: 9px 0; font-size: 13px; }
.contact-copy li::before { content: "✓"; margin-right: 9px; color: var(--blue); }
.contact-card { padding: 42px; border-radius: 22px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.contact-card > span { color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card h2 { margin: 10px 0; font-size: 31px; line-height: 1.13; }
.contact-card p { color: #b5cad4; }
.contact-card small { display: block; margin-top: 12px; color: #a9bec8; font-size: 12px; text-align: center; }
.legal-page { max-width: 850px; padding-block: 85px; }
.legal-page h1 { font-size: clamp(44px, 6vw, 65px); }
.legal-intro { margin: 25px 0 45px; padding: 20px; border-left: 3px solid var(--cyan); color: var(--muted); background: var(--sky); }
.legal-page section { padding: 24px 0; border-top: 1px solid var(--line); }
.legal-page h2 { margin: 0 0 8px; font-size: 20px; }
.legal-page section p { margin: 0; color: var(--muted); font-size: 14px; }

.notice { padding: 13px 15px; border-radius: 9px; font-size: 13px; }
.notice--error { color: #8e2634; border: 1px solid #f0c6cc; background: #fff2f4; }
.notice--success { color: #0c6949; border: 1px solid #bfe3d4; background: #effaf5; }
.toast-stack { position: fixed; top: 125px; right: 25px; z-index: 100; display: grid; gap: 8px; }
.toast { width: min(360px, calc(100vw - 40px)); display: flex; gap: 11px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); opacity: 0; transform: translateX(20px); transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: none; }
.toast > span { display: grid; place-items: center; width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; color: #fff; background: var(--success); font-size: 11px; }
.toast--error > span { background: var(--danger); }
.toast p { margin: 0; font-size: 13px; font-weight: 700; }

.site-footer { padding-top: 65px; color: #dce9ef; background: #041d2d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1.05fr; gap: 55px; padding-bottom: 48px; }
.footer-brand img { width: 215px; height: 67px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 350px; color: #a9bec8; font-size: 14px; }
.footer-grid h2 { margin: 5px 0 16px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid div > p { margin: 0; color: #afc2cb; font-size: 13px; }
.footer-grid a:hover { color: var(--cyan); }
.footer-grid .button { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #a4b8c2; font-size: 12px; }

.setup-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--mist); }
.setup-card { width: min(100%, 560px); padding: 45px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.setup-logo { width: 230px; margin-bottom: 25px; }
.setup-card h1 { margin: 0; font-size: 35px; }
.setup-card > p { color: var(--muted); }
.setup-card .notice { margin: 20px 0; }
.stack-form { display: grid; gap: 14px; margin-top: 25px; }
.stack-form label { display: grid; gap: 5px; color: var(--muted); font-size: 13px; }
.stack-form input { min-height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; }
.setup-admin-nav { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 18px 0; }

.admin-page { min-height: 100vh; background: #f4f7f8; }
.admin-shell { width: min(calc(100% - 40px), 1320px); margin-inline: auto; padding-bottom: 70px; }
.admin-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.admin-header img { width: 205px; height: 64px; object-fit: contain; object-position: left center; }
.admin-nav { display: flex; align-items: center; gap: 8px; }
.admin-nav a { padding: 8px 13px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 700; }
.admin-nav a:hover, .admin-nav a.is-active { color: #fff; background: var(--navy); }
.admin-intro { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding: 55px 0 32px; }
.admin-intro h1 { margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
.admin-intro p:last-child { max-width: 720px; margin: 12px 0 0; color: var(--muted); }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 22px 0; }
.admin-stats div { display: flex; flex-direction: column; padding: 20px; border-radius: 14px; background: #fff; box-shadow: var(--shadow-soft); }
.admin-stats strong { color: var(--navy); font-size: 28px; line-height: 1; }
.admin-stats span { margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.admin-catalog { overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.admin-catalog__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px; border-bottom: 1px solid var(--line); }
.admin-catalog__toolbar h2 { margin: 0; font-size: 23px; }
.admin-catalog__toolbar p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.admin-search input { width: min(330px, 32vw); min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--mist); }
.admin-search input:focus { border-color: var(--cyan); background: #fff; }
.admin-product-head, .admin-product-row { display: grid; grid-template-columns: minmax(300px, 1fr) 180px 105px 90px 92px; gap: 15px; align-items: center; }
.admin-product-head { padding: 11px 20px; color: var(--muted); background: #f8fafb; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.admin-product-row { min-height: 92px; padding: 12px 20px; border-top: 1px solid #edf1f3; }
.admin-product-row:first-of-type { border-top: 0; }
.admin-product-row select, .admin-product-row input[type="number"] { width: 100%; min-height: 41px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: #fff; font-size: 13px; }
.admin-product-row select:focus, .admin-product-row input[type="number"]:focus { border-color: var(--cyan); }
.admin-product-identity { min-width: 0; display: grid; grid-template-columns: 66px 1fr; gap: 13px; align-items: center; }
.admin-product-identity img { width: 66px; height: 66px; object-fit: cover; border-radius: 10px; background: var(--mist); }
.admin-product-identity div { min-width: 0; display: flex; flex-direction: column; }
.admin-product-identity strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.admin-product-identity span { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-check { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.admin-check input { width: 17px; height: 17px; accent-color: var(--blue); }
.admin-mobile-label { display: none; }
.admin-empty { padding: 45px 20px; }
.admin-order-panel { overflow: hidden; margin-top: 22px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.admin-order-filters { display: grid; grid-template-columns: minmax(145px, 170px) minmax(145px, 170px) minmax(250px, 1fr) minmax(220px, 290px) auto auto; align-items: end; gap: 12px; padding: 22px 24px; border-bottom: 1px solid var(--line); background: #f8fafb; }
.admin-order-filters label { display: grid; gap: 5px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.admin-order-filters input, .admin-order-filters select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: var(--ink); background: #fff; font-size: 14px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.admin-order-filters input:focus, .admin-order-filters select:focus { border-color: var(--cyan); }
.admin-order-filters .text-link { min-height: 46px; align-items: center; }
.admin-order-panel__heading { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px 14px; }
.admin-order-panel__heading h2 { margin: 0; font-size: 23px; }
.admin-order-panel__heading p { margin: 1px 0 0; color: var(--muted); font-size: 13px; }
.admin-order-list { display: grid; gap: 14px; padding: 10px 24px 26px; }
.admin-order-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.admin-order-card__summary { display: grid; grid-template-columns: minmax(210px, .85fr) minmax(185px, .75fr) minmax(260px, 1.25fr) 135px; align-items: center; gap: 20px; padding: 18px 20px; background: linear-gradient(90deg, #fff, #fbfdfe); }
.admin-order-card__summary > div { min-width: 0; }
.admin-order-id, .admin-order-customer, .admin-order-total { display: flex; flex-direction: column; }
.admin-order-id span, .admin-order-customer span, .admin-order-total span, .admin-order-card__summary small { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-order-id strong { margin-top: 2px; color: var(--navy); font-size: 13px; letter-spacing: .01em; }
.admin-order-customer strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.admin-order-total { text-align: right; }
.admin-order-total strong { color: var(--navy); font-size: 19px; }
.admin-status { width: fit-content; display: inline-flex; align-items: center; min-height: 28px; margin-bottom: 4px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; line-height: 1.2; }
.admin-status--paid { color: #087049; background: #dff7ec; }
.admin-status--pending { color: #805a00; background: #fff1bf; }
.admin-status--waiting { color: #3d6477; background: #e8f1f5; }
.admin-status--failed { color: #a52637; background: #ffe2e6; }
.admin-status--review { color: #7048a0; background: #f0e6fb; }
.admin-status--refunded { color: #59646a; background: #e9edef; }
.admin-order-items { border-top: 1px solid #edf1f3; background: #fbfcfd; }
.admin-order-item { display: grid; grid-template-columns: 52px minmax(220px, 1fr) 160px 125px; align-items: center; gap: 14px; padding: 10px 20px; border-top: 1px solid #edf1f3; }
.admin-order-item:first-child { border-top: 0; }
.admin-order-item img { width: 52px; height: 52px; object-fit: cover; border-radius: 8px; background: var(--mist); }
.admin-order-item div { min-width: 0; display: flex; flex-direction: column; }
.admin-order-item div strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.admin-order-item div span, .admin-order-item > span { color: var(--muted); font-size: 12px; }
.admin-order-item > b { color: var(--navy); font-size: 13px; text-align: right; }
.admin-order-details { border-top: 1px solid var(--line); }
.admin-order-details summary { padding: 13px 20px; color: var(--blue); font-size: 13px; font-weight: 800; cursor: pointer; list-style-position: inside; }
.admin-order-details[open] summary { border-bottom: 1px solid var(--line); background: var(--sky); }
.admin-order-details__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 20px; }
.admin-order-details__grid section { min-width: 0; }
.admin-order-details__grid h3 { margin: 0 0 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.admin-order-details__grid p { margin: 0; overflow-wrap: anywhere; font-size: 13px; line-height: 1.65; }
.admin-order-totals { display: flex; justify-content: flex-end; gap: 24px; padding: 13px 20px; border-top: 1px solid var(--line); background: #f8fafb; color: var(--muted); font-size: 12px; }
.admin-order-totals span { display: inline-flex; gap: 6px; }
.admin-order-totals strong { color: var(--navy); }
.admin-order-pagination { margin: 0; padding: 4px 24px 28px; }
.admin-revenue { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 12px 0 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--line); box-shadow: var(--shadow-soft); }
.admin-revenue > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 19px 22px; background: #fff; }
.admin-revenue span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.admin-revenue strong { margin-top: 3px; color: var(--navy); font-size: 23px; }
.admin-revenue__main { color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)) !important; }
.admin-revenue__main span, .admin-revenue__main small { color: #beeafa; }
.admin-revenue__main strong { color: #fff; font-size: 30px; }
.admin-revenue__main small { margin-top: 3px; font-size: 11px; }
.admin-order-contact { min-width: 0; display: inline-flex; align-items: center; gap: 7px; }
.admin-order-contact > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-whatsapp { flex: 0 0 auto; width: 27px; height: 27px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--whatsapp); box-shadow: 0 4px 10px rgba(20,139,92,.2); transition: transform .2s ease, box-shadow .2s ease; }
.admin-whatsapp:hover { transform: translateY(-1px) scale(1.05); box-shadow: 0 6px 14px rgba(20,139,92,.3); }
.admin-whatsapp svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.admin-order-actions { display: flex; justify-content: flex-end; padding: 13px 20px; border-top: 1px solid var(--line); }
.admin-monthly-revenue { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1.15fr; gap: 1px; overflow: hidden; margin: 0 0 22px; border-radius: 16px; color: #fff; background: rgba(255,255,255,.17); box-shadow: 0 16px 40px rgba(6,42,69,.16); }
.admin-monthly-revenue > div, .admin-monthly-revenue > form { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 20px 22px; background: var(--navy); }
.admin-monthly-revenue > div > span, .admin-monthly-revenue__filter label > span { color: #aee4f5; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.admin-monthly-revenue > div > strong { margin-top: 3px; color: #fff; font-size: 22px; }
.admin-monthly-revenue__total { background: linear-gradient(135deg, #047faf, var(--navy)) !important; }
.admin-monthly-revenue__total > strong { font-size: 34px !important; line-height: 1.1; }
.admin-monthly-revenue__total > small { margin-top: 5px; color: #c9eff9; font-size: 11px; }
.admin-monthly-revenue__filter { gap: 8px; background: var(--navy-2) !important; }
.admin-monthly-revenue__filter label { display: grid; gap: 4px; }
.admin-monthly-revenue__filter input { width: 100%; min-height: 42px; padding: 0 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; outline: 0; color: var(--navy); background: #fff; font-size: 13px; }
.admin-monthly-revenue__filter .button { width: 100%; min-height: 40px; }

.purchase-order-page { min-height: 100vh; padding: 28px; background: #e9eef1; }
.purchase-order-actions { width: min(100%, 1050px); display: flex; justify-content: space-between; gap: 12px; margin: 0 auto 18px; }
.purchase-order-sheet { width: min(100%, 1050px); min-height: 1360px; margin: 0 auto; padding: 52px 58px; background: #fff; box-shadow: 0 18px 60px rgba(7,29,45,.14); }
.purchase-order-header { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 28px; border-bottom: 3px solid var(--navy); }
.purchase-order-header img { width: 245px; height: 78px; object-fit: contain; object-position: left center; }
.purchase-order-header div { text-align: right; }
.purchase-order-header span, .purchase-order-meta span, .purchase-order-destination > span, .purchase-order-notes > span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.purchase-order-header h1 { margin: 0; color: var(--navy); font-size: 34px; line-height: 1.1; letter-spacing: -.035em; }
.purchase-order-header div > strong { color: var(--blue); font-size: 14px; letter-spacing: .04em; }
.purchase-order-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 25px 0; border: 1px solid var(--line); background: var(--line); }
.purchase-order-meta > div { min-height: 80px; display: flex; flex-direction: column; justify-content: center; padding: 13px 15px; background: #fff; }
.purchase-order-meta strong { overflow-wrap: anywhere; font-size: 12px; }
.purchase-order-approved { color: var(--success); }
.purchase-order-destination { padding: 17px 19px; border-left: 4px solid var(--cyan); background: var(--sky); }
.purchase-order-destination strong { display: block; margin-top: 2px; font-size: 14px; }
.purchase-order-destination p { margin: 1px 0 0; color: var(--muted); font-size: 12px; }
.purchase-order-products { margin-top: 32px; }
.purchase-order-section-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.purchase-order-section-title span { color: var(--navy); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.purchase-order-section-title strong { color: var(--muted); font-size: 12px; }
.purchase-order-table { border: 1px solid var(--line); }
.purchase-order-table__head, .purchase-order-product { display: grid; grid-template-columns: 105px minmax(270px, 1fr) 155px 95px; align-items: center; gap: 15px; }
.purchase-order-table__head { min-height: 38px; padding: 0 15px; color: var(--muted); background: #f4f7f8; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.purchase-order-product { min-height: 112px; padding: 12px 15px; border-top: 1px solid var(--line); }
.purchase-order-product img { width: 88px; height: 88px; object-fit: cover; border-radius: 8px; background: var(--mist); }
.purchase-order-product div { display: flex; flex-direction: column; }
.purchase-order-product small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.purchase-order-product div > strong { color: var(--navy); font-size: 17px; }
.purchase-order-product div > span { color: var(--muted); font-size: 11px; }
.purchase-order-product > strong { font-size: 14px; }
.purchase-order-product > b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 18px; }
.purchase-order-notes { margin-top: 35px; }
.purchase-order-notes div { height: 34px; border-bottom: 1px solid #bfcdd4; }
.purchase-order-footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 75px; }
.purchase-order-footer div { padding-top: 7px; border-top: 1px solid var(--ink); text-align: center; }
.purchase-order-footer span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.purchase-order-disclaimer { margin: 48px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 190px 1fr auto; }
  .brand { width: 185px; }
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero-copy h1 { font-size: clamp(45px, 7vw, 68px); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-detail { gap: 35px; }
  .product-gallery__stage { min-height: 530px; padding: 35px; }
  .product-gallery__stage img { height: 450px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr 330px; }
}

@media (max-width: 820px) {
  .announcement { font-size: 12px; }
  .header-inner { height: 72px; grid-template-columns: 1fr auto auto; gap: 10px; }
  .brand { width: 175px; }
  .brand img { height: 55px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-soft); }
  .main-nav.is-open { display: grid; }
  .cart-link { grid-column: 3; grid-row: 1; }
  .cart-link > span { display: none; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 15px; text-align: center; }
  .hero-copy h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-product { min-height: 440px; }
  .hero-product > img { max-height: 420px; }
  .hero-product__label { right: 8%; bottom: 20px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 15px; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar .search-field { grid-column: 1 / -1; }
  .delivery-method-options { grid-template-columns: 1fr; }
  .pickup-locations > div { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .product-detail, .product-info-grid, .contact-page { grid-template-columns: 1fr; }
  .product-gallery__stage { position: relative; top: auto; }
  .product-buybox { padding-top: 0; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: relative; top: auto; }
  .checkout-summary { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-product-head { display: none; }
  .admin-product-row { grid-template-columns: 1fr 1fr; padding: 18px; }
  .admin-product-identity { grid-column: 1 / -1; }
  .admin-mobile-label { display: block; margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .admin-order-card__summary { grid-template-columns: 1fr 1fr; }
  .admin-order-total { text-align: left; }
  .admin-order-details__grid { grid-template-columns: 1fr 1fr; }
  .admin-order-filters { grid-template-columns: 1fr 1fr; }
  .admin-revenue { grid-template-columns: 1fr 1fr; }
  .admin-monthly-revenue { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .announcement span { display: none; }
  .header-inner { height: 66px; }
  .main-nav { top: 66px; }
  .brand { width: 145px; }
  .brand img { height: 48px; }
  .cart-link { padding: 8px; }
  .cart-link b { min-width: 19px; height: 19px; }
  .hero { padding-top: 42px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 16px; }
  .hero-proof span { font-size: 12px; }
  .hero-product { min-height: 330px; }
  .hero-product::before { inset: 5%; }
  .hero-product > img { max-height: 330px; }
  .hero-orbit--one { width: 290px; height: 290px; }
  .hero-orbit--two { width: 330px; height: 190px; }
  .hero-product__label { right: 0; bottom: 0; min-width: 145px; padding: 10px 13px; }
  .hero-product__label strong { font-size: 16px; }
  .trust-row > div { padding: 17px 20px; }
  .catalog-section, .process-section { padding-block: 75px; }
  .section-heading h2 { font-size: 37px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .catalog-toolbar .search-field { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card { display: grid; grid-template-columns: 43% 57%; min-height: 250px; }
  .product-card__image { aspect-ratio: auto; min-height: 250px; }
  .product-card__body { min-height: 250px; padding: 16px 14px; }
  .product-card__meta { min-height: 0; }
  .delivery-card { align-items: stretch; flex-direction: column; padding: 34px 25px; }
  .product-detail { padding-top: 18px; padding-bottom: 45px; }
  .product-gallery__stage { min-height: 390px; padding: 28px; }
  .product-gallery__stage img { height: 340px; }
  .product-buybox h1 { font-size: 48px; }
  .wholesale-box { grid-template-columns: 1fr; }
  .wholesale-box .button { width: 100%; }
  .buy-assurances { grid-template-columns: 1fr; }
  .product-info-grid { gap: 13px; padding-bottom: 70px; }
  .spec-panel, .shipping-panel { padding: 27px 22px; }
  .shipping-form { grid-template-columns: 1fr; }
  .page-heading { padding-top: 45px; }
  .cart-item { grid-template-columns: 90px 1fr; gap: 13px; }
  .cart-item__aside { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2 { grid-column: auto; }
  .checkout-card, .order-summary { padding: 21px; }
  .delivery-method { min-height: 78px; }
  .return-card { padding: 35px 20px; }
  .return-card h1 { font-size: 34px; }
  .return-actions { flex-direction: column; }
  .contact-page { gap: 40px; padding-block: 60px; }
  .contact-card { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .setup-page { padding: 12px; }
  .setup-card { padding: 28px 20px; }
  .admin-shell { width: min(calc(100% - 24px), 1320px); }
  .admin-header { align-items: flex-start; flex-direction: column; gap: 8px; padding: 16px 0; }
  .admin-header img { width: 170px; height: 50px; }
  .admin-nav { width: 100%; overflow-x: auto; }
  .admin-nav a { white-space: nowrap; }
  .admin-intro { align-items: stretch; flex-direction: column; padding-top: 38px; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-stats div { padding: 16px; }
  .admin-catalog__toolbar { align-items: stretch; flex-direction: column; gap: 15px; }
  .admin-search input { width: 100%; }
  .admin-product-row { grid-template-columns: 1fr; }
  .admin-product-identity { grid-column: auto; }
  .admin-product-row .button { width: 100%; }
  .admin-order-filters { grid-template-columns: 1fr; }
  .admin-order-filters .button, .admin-order-filters .text-link { width: 100%; }
  .admin-order-list { padding-inline: 12px; }
  .admin-order-panel__heading { padding-inline: 16px; }
  .admin-order-card__summary { grid-template-columns: 1fr; gap: 13px; padding: 16px; }
  .admin-order-item { grid-template-columns: 46px 1fr; padding: 10px 14px; }
  .admin-order-item img { width: 46px; height: 46px; }
  .admin-order-item > span, .admin-order-item > b { grid-column: 2; text-align: left; }
  .admin-order-details__grid { grid-template-columns: 1fr; padding: 16px; }
  .admin-order-totals { align-items: stretch; flex-direction: column; gap: 6px; }
  .admin-order-totals span { justify-content: space-between; }
  .admin-revenue { grid-template-columns: 1fr; }
  .admin-revenue > div { min-height: 90px; }
  .admin-monthly-revenue { grid-template-columns: 1fr; }
  .admin-monthly-revenue > div, .admin-monthly-revenue > form { min-height: 105px; }
  .admin-order-actions .button { width: 100%; }
  .purchase-order-page { padding: 0; background: #fff; }
  .purchase-order-actions { padding: 12px; }
  .purchase-order-sheet { min-height: 0; padding: 28px 20px; box-shadow: none; }
  .purchase-order-header { align-items: flex-start; flex-direction: column; }
  .purchase-order-header div { text-align: left; }
  .purchase-order-meta { grid-template-columns: 1fr 1fr; }
  .purchase-order-table { overflow-x: auto; }
  .purchase-order-table__head, .purchase-order-product { min-width: 720px; }
  .purchase-order-footer { grid-template-columns: 1fr; gap: 55px; }
}

@media print {
  @page { size: A4; margin: 10mm; }
  .no-print { display: none !important; }
  .purchase-order-page { padding: 0; background: #fff; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .purchase-order-sheet { width: 100%; min-height: 0; padding: 0; box-shadow: none; }
  .purchase-order-header img { width: 210px; }
  .purchase-order-product { break-inside: avoid; }
  .purchase-order-footer { break-inside: avoid; }
}
