:root {
  --red: #d71920;
  --red-dark: #ae1117;
  --ink: #191c20;
  --muted: #66707a;
  --line: #e3e5e8;
  --soft: #f5f6f7;
  --warm: #faf8f5;
  --white: #fff;
  --green: #168b47;
  --shadow: 0 14px 38px rgba(25, 28, 32, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font: 16px Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.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; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-label { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(42px, 5.1vw, 68px); line-height: 1.03; }
h2 { margin-bottom: 16px; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.08; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.25; }
p { line-height: 1.65; }
.utility-bar { min-height: 34px; padding: 7px max(24px, calc((100vw - 1180px)/2)); display: flex; gap: 28px; align-items: center; background: var(--ink); color: #f2f3f4; font-size: 12px; }
.utility-bar p { margin: 0; }
.utility-bar p:nth-child(2) { margin-right: auto; }
.utility-bar a { font-weight: 700; }

.site-header { min-height: 86px; padding: 14px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: auto auto minmax(280px, 1fr) auto; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); background: var(--white); }
.brand { display: flex; gap: 12px; align-items: center; }
.brand img { width: 54px; height: 54px; border: 1px solid var(--line); border-radius: 50%; object-fit: cover; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 20px; letter-spacing: -.02em; }
.brand small { margin-top: 3px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.deliver-to { padding: 0; display: flex; gap: 9px; align-items: center; border: 0; background: none; text-align: left; cursor: pointer; }
.deliver-to .pin-icon { color: var(--red); font-size: 25px; }
.deliver-to span:last-child { display: flex; flex-direction: column; }
.deliver-to small, .header-link small { color: var(--muted); font-size: 11px; }
.deliver-to strong, .header-link strong { font-size: 13px; white-space: nowrap; }
.market-search { height: 48px; display: grid; grid-template-columns: auto 1fr auto; overflow: hidden; border: 1px solid #cdd1d5; border-radius: 9px; background: var(--white); }
.market-search:focus-within { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(25, 28, 32, .08); }
.market-search select, .market-search input { min-width: 0; border: 0; outline: 0; background: transparent; }
.market-search select { padding: 0 12px; border-right: 1px solid var(--line); font-size: 13px; }
.market-search input { padding: 0 16px; font-size: 15px; }
.market-search button { padding: 0 21px; border: 0; background: var(--red); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.header-actions { display: flex; gap: 17px; align-items: center; }
.header-link { padding: 0; display: flex; flex-direction: column; border: 0; background: none; text-align: left; cursor: pointer; }
.cart-button { height: 42px; padding: 0 13px; display: flex; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
.cart-button b { min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 10px; }
.menu-button { display: none; }
.category-nav { min-height: 46px; padding: 0 max(24px, calc((100vw - 1180px)/2)); display: flex; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); background: #fff; font-size: 13px; font-weight: 650; }
.category-nav a { height: 46px; display: flex; align-items: center; border-bottom: 2px solid transparent; }
.category-nav a:hover, .category-nav a.active { color: var(--red); border-bottom-color: var(--red); }
.category-nav .nav-support { margin-left: auto; }
.menu-category { display: none; }

.hero { padding-block: 50px 58px; display: grid; grid-template-columns: 1fr .88fr; gap: 64px; align-items: center; }
.hero-lead { max-width: 650px; margin: 0 0 28px; color: var(--muted); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: #cfd3d7; background: #fff; }
.button-light { background: #fff; color: var(--ink); }
.trust-list { margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; list-style: none; color: #3f474f; font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); }
.hero-media { position: relative; overflow: hidden; border-radius: 12px; background: var(--soft); box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 480px; object-fit: cover; object-position: center 42%; }
.hero-caption { position: absolute; inset: auto 16px 16px; padding: 15px 17px; display: flex; flex-direction: column; border-radius: 8px; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); }
.hero-caption strong { font-size: 14px; }
.hero-caption span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.service-section, .shop-section, .local-section, .confidence-section { padding-block: 78px; }
.service-section { border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 32px; display: flex; gap: 50px; align-items: end; justify-content: space-between; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.section-heading > p { max-width: 400px; margin: 0; color: var(--muted); font-size: 14px; }
.text-link { color: var(--red); font-size: 14px; font-weight: 800; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.service-card { min-height: 260px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--red); color: #fff; border-color: var(--red); }
.service-icon { width: 44px; height: 44px; margin-bottom: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--red); font-size: 20px; font-weight: 800; }
.service-card.featured .service-icon { background: #fff; }
.service-card div { flex: 1; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.service-card.featured p { color: rgba(255,255,255,.82); }
.service-card b { padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; }
.service-card.featured b { border-color: rgba(255,255,255,.35); }

.shop-section { border-top: 1px solid var(--line); }
.filter-row { margin-bottom: 28px; display: flex; gap: 9px; flex-wrap: wrap; }
.filter { min-height: 40px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; cursor: pointer; }
.filter.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.filter sup { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.product-card.hidden { display: none; }
.product-visual { height: 280px; padding: 34px 18px 20px; position: relative; display: grid; place-items: center; background: var(--soft); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 5px 8px; border-radius: 4px; background: #fff; font-size: 10px; font-weight: 800; }
.heart { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #fff; font-size: 18px; cursor: pointer; }
.heart.liked { color: var(--red); }
.product-photo-link { width: 100%; height: 100%; display: grid; place-items: center; }
.real-phone-photo { max-width: 88%; max-height: 205px; object-fit: contain; mix-blend-mode: multiply; }
.real-phone-cover { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; mix-blend-mode: normal; }
.swatch-name { position: absolute; bottom: 13px; left: 14px; color: var(--muted); font-size: 10px; }
.product-info { padding: 18px 18px 10px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.brand-label { margin: 0 0 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.product-info h3 { margin-bottom: 8px; font-size: 17px; }
.product-info p { margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-info .rating { display: none; }
.stock-note { color: #3d474f !important; font-weight: 650; }
.price { padding-top: 10px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.price small, .price span { color: var(--muted); font-size: 10px; }
.price strong { grid-row: span 2; font-size: 20px; }
.quick-add { min-height: 44px; margin: 0 14px 14px; border: 0; border-radius: 7px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.quick-add:disabled { background: #c9cdd1; }
.empty-inventory { grid-column: 1/-1; padding: 40px; border-radius: 10px; background: var(--soft); color: var(--muted); text-align: center; }

.sell-section { padding-block: 78px; background: var(--ink); color: #fff; }
.sell-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.sell-copy > p:not(.section-label) { max-width: 520px; color: #b8bec4; }
.sell-copy .button { margin-top: 12px; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { padding: 20px 0 20px 54px; position: relative; border-bottom: 1px solid #3a3f44; counter-increment: process; }
.process-list li:first-child { border-top: 1px solid #3a3f44; }
.process-list li::before { content: counter(process); position: absolute; left: 0; top: 22px; color: #f05b60; font-size: 13px; font-weight: 800; }
.process-list span { font-weight: 800; }
.process-list p { margin: 4px 0 0; color: #aeb5bb; font-size: 13px; }

.local-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.local-media { overflow: hidden; border-radius: 10px; }
.local-media img { width: 100%; height: 580px; object-fit: cover; }
.local-copy h3 { margin: 24px 0 16px; display: flex; flex-direction: column; font-size: 18px; }
.local-copy h3 small { margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0; }
.local-copy > p:not(.section-label) { color: var(--muted); }
.shop-details { margin: 26px 0; display: grid; gap: 15px; }
.shop-details div { padding-left: 14px; display: flex; flex-direction: column; border-left: 2px solid var(--red); }
.shop-details small { color: var(--muted); font-size: 11px; }
.shop-details strong { margin-top: 3px; font-size: 13px; line-height: 1.5; }
.home-shop-photo { margin: 24px 0 0; }
.home-shop-photo img { border-radius: 8px; }
.home-shop-photo figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; }

.home-offer-section { padding-block: 68px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; border-top: 1px solid var(--line); }
.home-offer-section[hidden] { display: none; }
.offer-copy p:not(.section-label) { color: var(--muted); }
.home-offer-poster-wrap { overflow: hidden; border-radius: 10px; background: var(--soft); }
.home-offer-poster { width: 100%; max-height: 440px; object-fit: cover; }
.confidence-section { border-top: 1px solid var(--line); }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 10px; }
.confidence-grid article { padding: 28px; border-right: 1px solid var(--line); }
.confidence-grid article:last-child { border: 0; }
.confidence-grid h3 { font-size: 16px; }
.confidence-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-band { padding-block: 58px; background: var(--red); color: #fff; }
.contact-layout { display: flex; gap: 50px; align-items: center; justify-content: space-between; }
.contact-layout h2 { margin-bottom: 8px; font-size: 38px; }
.contact-layout p:not(.section-label) { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); }
.contact-layout .section-label { color: #fff; }

footer { padding: 62px 0 22px; background: #121416; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { margin-bottom: 8px; font-size: 13px; }
.footer-grid a, .footer-grid button { width: fit-content; padding: 0; border: 0; background: none; color: #aeb4ba; font-size: 12px; text-align: left; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: #fff; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
.footer-brand p { max-width: 280px; margin: 8px 0 0; color: #c7ccd1; font-size: 13px; }
.footer-brand small { color: #858d94; font-size: 10px; line-height: 1.5; }
.footer-bottom { margin-top: 46px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #303438; color: #81888f; font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; }

.flow-modal { position: fixed; inset: 0; z-index: 2000; padding: 24px; display: none; place-items: center; background: rgba(12,14,16,.62); }
.flow-modal.open { display: grid; }
.flow-content { width: min(560px, 100%); max-height: min(780px, calc(100vh - 48px)); padding: 34px; overflow-y: auto; border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.flow-content h2 { font-size: 32px; }
.flow-description { color: var(--muted); font-size: 14px; }
.flow-close, .search-close { position: fixed; z-index: 2; top: 20px; right: 24px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; font-size: 25px; cursor: pointer; }
.flow-form { display: grid; gap: 14px; }
.flow-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; }
.flow-form input, .flow-form select, .flow-form textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #ccd1d5; border-radius: 7px; outline: 0; font-size: 16px; }
.flow-form textarea { min-height: 90px; resize: vertical; }
.flow-submit { min-height: 48px; border: 0; border-radius: 7px; background: var(--red); color: #fff; font-weight: 800; cursor: pointer; }
.flow-message, .receipt, .tracking-card, .courier-card { padding: 16px; border-radius: 8px; background: var(--soft); }
.receipt, .tracking-card { display: grid; gap: 4px; }
.form-error { color: var(--red); font-size: 13px; }
.order-consent { grid-template-columns: auto 1fr !important; align-items: start; }
.order-consent input { width: 18px; min-height: 18px; }

.search-overlay { position: fixed; inset: 0; z-index: 1900; padding: 76px 24px 24px; display: none; background: rgba(245,246,247,.98); }
.search-overlay.open { display: block; }
.search-panel { width: min(760px, 100%); margin: 0 auto; }
.search-input { width: 100%; padding: 18px 0; border: 0; border-bottom: 2px solid var(--ink); outline: 0; background: transparent; font-size: clamp(26px, 5vw, 48px); }
.search-results { margin-top: 22px; display: grid; gap: 10px; }
.search-result { width: 100%; padding: 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: left; cursor: pointer; }
.search-result span { display: grid; gap: 2px; }
.search-result small, .search-result em, .search-status span { color: var(--muted); font-size: 11px; font-style: normal; }
.search-result b { font-size: 13px; }
.search-status { padding: 14px 0; display: grid; gap: 4px; }
.search-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.search-actions a { padding: 14px; border-radius: 7px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; text-align: center; }
.search-actions a:last-child { background: var(--green); }

.cart-drawer { width: min(430px, 100%); position: fixed; z-index: 2100; inset: 0 0 0 auto; padding: 28px; display: flex; flex-direction: column; transform: translateX(101%); background: #fff; transition: transform .24s ease; }
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; align-items: start; justify-content: space-between; }
.cart-head h2 { font-size: 28px; }
.cart-close { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--soft); font-size: 22px; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-item { padding: 14px 0; display: grid; gap: 10px; border-bottom: 1px solid var(--line); }
.cart-item > div:first-child { display: flex; gap: 12px; }
.cart-item img { width: 62px; height: 62px; object-fit: contain; background: var(--soft); }
.cart-item p { margin: 0; font-size: 12px; }
.cart-quantity { display: flex; align-items: center; gap: 12px; }
.cart-quantity button, .remove-item { border: 0; background: var(--soft); cursor: pointer; }
.remove-item { width: fit-content; color: var(--red); background: none; font-size: 11px; }
.cart-footer { padding-top: 20px; display: grid; gap: 13px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; }
.checkout { min-height: 48px; border: 0; border-radius: 7px; background: var(--red); color: #fff; font-weight: 800; cursor: pointer; }
.cart-footer small { color: var(--muted); }
.scrim { position: fixed; inset: 0; z-index: 2050; display: none; background: rgba(12,14,16,.55); }
.scrim.open { display: block; }
.toast { position: fixed; z-index: 2300; left: 50%; bottom: 24px; padding: 12px 18px; opacity: 0; transform: translate(-50%, 12px); border-radius: 7px; background: var(--ink); color: #fff; font-size: 12px; transition: .2s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.whatsapp-float { position: fixed; z-index: 1000; right: 18px; bottom: 18px; padding: 12px 17px; border-radius: 999px; background: var(--green); color: #fff; box-shadow: var(--shadow); font-size: 12px; font-weight: 800; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .deliver-to { display: none; }
  .header-link { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .confidence-grid { grid-template-columns: repeat(2, 1fr); }
  .confidence-grid article:nth-child(2) { border-right: 0; }
  .confidence-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  .section-shell { width: min(100% - 32px, 620px); }
  .utility-bar, .site-header, .category-nav { display: none; }
  main { padding-top: 0; }
  h1 { font-size: 34px; line-height: 1.1; }
  h2 { font-size: 29px; }
  .hero { padding-block: 24px 48px; display: flex; flex-direction: column-reverse; gap: 28px; align-items: stretch; }
  .hero-media img { height: 330px; }
  .hero-caption { inset: auto 10px 10px; }
  .hero-lead { font-size: 15px; }
  .button-row { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding: 0 14px; font-size: 12px; }
  .trust-list { gap: 9px 15px; font-size: 11px; }
  .service-section, .shop-section, .local-section, .confidence-section { padding-block: 52px; }
  .section-heading { margin-bottom: 24px; display: block; }
  .section-heading > p { margin-top: 14px; }
  .section-heading .text-link { display: inline-block; margin-top: 12px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-card { min-height: 220px; padding: 18px; }
  .service-card:last-child { grid-column: 1/-1; min-height: 170px; }
  .service-icon { margin-bottom: 20px; }
  .product-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .product-card { min-width: 82%; scroll-snap-align: start; }
  .product-visual { height: 250px; }
  .sell-layout { display: block; }
  .sell-copy { margin-bottom: 36px; }
  .local-section { display: block; }
  .local-media { margin-bottom: 34px; }
  .local-media img { height: 420px; }
  .home-offer-section { display: flex; flex-direction: column-reverse; gap: 28px; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .confidence-grid article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .contact-layout { display: block; }
  .contact-layout .button { margin-top: 24px; width: 100%; }
  .contact-layout h2 { font-size: 30px; }
  footer { padding-top: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { gap: 14px; flex-direction: column; }
  .whatsapp-float { bottom: 90px; }
  .flow-modal { padding: 0; align-items: end; }
  .flow-content { max-height: 88vh; padding: 26px 20px; border-radius: 16px 16px 0 0; }
  .flow-close { top: auto; right: 16px; bottom: calc(88vh - 52px); }
  .search-overlay { padding: 68px 18px 100px; }
  .search-input { font-size: 28px; }
  .search-actions { grid-template-columns: 1fr; }
  input, select, textarea { font-size: 16px !important; }
}

@media (max-width: 420px) {
  .service-card { min-height: 205px; }
  .button-row { grid-template-columns: 1fr; }
  .hero-media img { height: 300px; }
}
