:root {
  --navy: #4f3b3f;
  --navy-2: #75565c;
  --blue: #cf5f73;
  --orange: #d96d5b;
  --yellow: #f2d987;
  --green: #76ad91;
  --cream: #fffaf3;
  --line: #eaded9;
  --ink: #402d2d;
  --muted: #756867;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(92, 53, 58, 0.11);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #ffffff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.5; background: #ffffff; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.topbar { min-height: 36px; padding: 6px 20px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--navy); color: var(--white); font-size: .78rem; letter-spacing: .02em; border-bottom: 3px solid var(--yellow); }
.topbar a { color: var(--white); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(228,230,220,.9); }
.header-main { min-height: 82px; display: grid; grid-template-columns: auto auto minmax(240px, 1fr) auto auto auto; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; min-width: 208px; }
.brand-logo { display: block; width: 208px; height: 56px; object-fit: contain; object-position: left center; }
.brand-word { font-size: 1.75rem; line-height: .9; font-weight: 900; letter-spacing: -.065em; color: var(--navy); }
.brand-word span { color: var(--orange); }
.brand small { margin-top: 7px; font-size: .59rem; letter-spacing: .34em; font-weight: 800; color: #806c6d; }
.location-button { border: 0; background: transparent; display: flex; align-items: center; gap: 9px; padding: 8px; color: var(--ink); text-align: left; }
.location-button .location-pin { color: var(--orange); font-size: .75rem; }
.location-button span:last-child { display: flex; flex-direction: column; }
.location-button small { font-size: .68rem; color: var(--muted); }
.location-button strong { font-size: .86rem; }
.search { min-height: 48px; display: flex; align-items: center; gap: 10px; border: 2px solid #e8d8d2; background: #fffaf4; border-radius: 15px; padding: 0 16px; transition: border .2s, box-shadow .2s; }
.search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(207,95,115,.1); }
.search span { font-size: 1.4rem; transform: rotate(-15deg); color: var(--navy); }
.search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search input::placeholder { color: #7c879d; }
.header-cart { min-height: 48px; padding: 0 15px; border: 0; border-radius: 14px; background: var(--orange); color: var(--white); display: flex; align-items: center; gap: 10px; font-weight: 800; }
.header-cart strong { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: var(--white); font-size: .75rem; }
.header-account { min-height: 46px; padding: 0 13px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); color: var(--ink); }
.header-account span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #eef7f2; color: var(--green); font-size: .5rem; }
.header-account strong { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .78rem; }
.language-toggle { min-width: 48px; min-height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 12px; background: #fffaf4; color: var(--navy); font-weight: 900; font-size: .76rem; }
.language-toggle:hover { border-color: var(--blue); color: var(--blue); }
.legal-header .legal-shell { display: flex; align-items: center; justify-content: space-between; }
.legal-header .language-toggle { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.12); }
.legal-page main.shell > .language-toggle { margin-left: auto; }

.category-strip { display: flex; gap: 9px; padding-block: 18px; overflow-x: auto; scrollbar-width: none; }
.category-strip::-webkit-scrollbar { display: none; }
.category { flex: 0 0 auto; border: 1px solid #eaded8; background: #fff9f6; color: #644f53; padding: 10px 15px; border-radius: 12px; font-weight: 800; font-size: .86rem; display: flex; gap: 7px; align-items: center; }
.category span { color: var(--blue); }
.category:nth-child(3n+2) { background: #fffbed; border-color: #ecdfb2; }
.category:nth-child(3n) { background: #f1f8f4; border-color: #cde2d6; }
.category:hover, .category.active { background: var(--blue); border-color: var(--blue); color: var(--white); }
.category.active span { color: var(--yellow); }

.hero { position: relative; min-height: 390px; overflow: hidden; border-radius: 26px; background: #fffaf0; box-shadow: 0 18px 45px rgba(98,57,50,.09); border: 1px solid #eadfca; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,252,238,.99) 0%, rgba(255,252,238,.96) 38%, rgba(255,252,238,.16) 68%); }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) brightness(.99); }
.hero-copy { position: relative; z-index: 2; width: min(52%, 610px); padding: 58px 54px; color: var(--ink); }
.eyebrow { display: inline-block; margin-bottom: 14px; padding: 5px 9px; border-radius: 6px; background: var(--yellow); color: #613d00; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.eyebrow.dark { background: #e6f7ed; color: #2d825b; }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(2.1rem, 4.5vw, 3.65rem); line-height: 1.02; letter-spacing: -.055em; }
.hero p { max-width: 510px; margin: 18px 0 26px; color: #536071; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.primary-button, .secondary-button { min-height: 46px; border-radius: 12px; padding: 0 18px; font-weight: 800; }
.primary-button { border: 1px solid var(--orange); background: var(--orange); color: var(--white); box-shadow: 0 5px 0 #cf351d; }
.primary-button:hover { background: #e94a27; }
.secondary-button { border: 1px solid #ddcec7; background: rgba(255,255,255,.86); color: var(--navy); }
.secondary-button.light { color: var(--navy); border-color: var(--line); background: var(--white); }
.primary-button.pale { border-color: var(--white); background: var(--white); color: var(--navy); box-shadow: 0 4px 0 #badfcb; }

.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; border-radius: 18px; }
.trust-row > div { padding: 18px 22px; display: flex; gap: 13px; align-items: center; background: #fff8f7; border: 1px solid #ead7da; border-radius: 16px; }
.trust-row > div:nth-child(2) { background: #fffcef; border-color: #ebdfb8; }
.trust-row > div:nth-child(3) { background: #f1f8f4; border-color: #cde2d6; }
.trust-row > div > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--blue); color: var(--white); font-weight: 900; font-size: .75rem; }
.trust-row > div:nth-child(2) > span { background: #ddbd61; color: #493f25; }
.trust-row > div:nth-child(3) > span { background: var(--green); }
.trust-row p { margin: 0; display: flex; flex-direction: column; }
.trust-row strong { font-size: .9rem; }
.trust-row small { margin-top: 2px; color: var(--muted); font-size: .74rem; }
.local-delivery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.local-delivery > div { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid #e7ddd8; border-radius: 14px; background: #fffaf6; }
.local-delivery > div > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #eef7f2; color: #4f8469; font-size: .7rem; font-weight: 900; }
.local-delivery p { margin: 0; display: flex; flex-direction: column; }
.local-delivery strong { font-size: .84rem; }
.local-delivery small { color: var(--muted); font-size: .71rem; }

.offers-section { padding-top: 48px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.offer-card { min-width: 0; padding: 22px; border: 1px solid #efdbd6; border-radius: 18px; background: linear-gradient(145deg, #fff8f5, #fff); box-shadow: 0 8px 24px rgba(76, 36, 30, .06); }
.offer-code { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #ffe9e5; color: #b93426; font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.offer-card h3 { margin: 12px 0 4px; color: var(--navy); font-size: 1rem; }
.offer-card > strong { display: block; color: var(--orange); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.15; }
.offer-card p { margin: 10px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.offer-card small { display: block; margin-top: 12px; padding-top: 10px; border-top: 1px solid #efdfd9; color: var(--green); font-weight: 800; }

.products-section { padding-block: 58px 28px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(1.8rem, 3.2vw, 2.55rem); letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: .86rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid #e8ddd8; border-radius: 18px; background: var(--white); transition: transform .2s, box-shadow .2s, border .2s; }
.favorite-button { position: absolute; z-index: 4; top: 18px; right: 18px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(255,255,255,.9); color: #765f62; box-shadow: 0 3px 12px rgba(79,59,63,.11); font-size: 1.05rem; }
.favorite-button.active { color: var(--blue); background: #fff1f3; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(48,57,38,.1); border-color: transparent; }
.product-visual { position: relative; width: calc(100% - 20px); height: 190px; margin: 10px; padding: 0; border: 0; border-radius: 15px; display: grid; place-items: center; background: var(--product-bg, #eef3ff); overflow: hidden; }
.product-visual::after { content: ""; width: 130px; height: 130px; position: absolute; border-radius: 50%; background: rgba(255,255,255,.48); }
.product-emoji { position: relative; z-index: 1; font-size: 4.7rem; filter: drop-shadow(0 12px 10px rgba(8,27,63,.12)); }
.product-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; background: var(--white); }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; border-radius: 999px; background: var(--orange); color: var(--white); padding: 5px 9px; font-weight: 800; font-size: .7rem; letter-spacing: .04em; }
.product-badge.unavailable { background: #6d7470; }
.product-info { padding: 9px 16px 16px; }
.product-category { color: #4c9873; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-info h3 { margin: 5px 0 3px; min-height: 48px; font-size: 1rem; line-height: 1.35; }
.product-info h3 button { padding: 0; border: 0; background: transparent; color: inherit; text-align: left; font: inherit; font-weight: inherit; }
.product-info h3 button:hover { color: var(--blue); }
.product-info > small { color: var(--muted); font-size: .74rem; }
.format-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 13px; padding: 4px; border-radius: 11px; background: var(--cream); }
.format-toggle button { border: 0; border-radius: 8px; padding: 7px; background: transparent; color: #667085; font-size: .72rem; font-weight: 800; }
.format-toggle button.active { background: var(--white); color: var(--navy); box-shadow: 0 2px 8px rgba(8,27,63,.08); }
.product-buy { min-height: 48px; display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 14px; }
.product-price { display: flex; flex-direction: column; }
.product-price strong { color: var(--orange); font-size: 1.18rem; letter-spacing: -.025em; }
.product-price small { color: var(--muted); font-size: .67rem; }
.product-price em { width: max-content; margin-top: 4px; padding: 2px 6px; border-radius: 999px; background: #eef7f2; color: #4f8469; font-size: .62rem; font-style: normal; font-weight: 800; }
.add-button { width: 42px; height: 42px; flex: 0 0 auto; border: 0; border-radius: 11px; background: var(--green); color: var(--white); font-size: 1.35rem; font-weight: 500; box-shadow: 0 3px 0 #33845e; }
.add-button:hover { background: var(--navy-2); }
.add-button:disabled { cursor: not-allowed; background: #aeb5b1; box-shadow: none; }
.empty-state { padding: 60px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 20px; }
.empty-state strong { font-size: 1.2rem; }
.empty-state p { color: var(--muted); }
.catalog-more { display: flex; justify-content: center; padding-top: 22px; }

.bulk-zone { margin-block: 40px 80px; padding: 40px 42px; border-radius: 22px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; color: var(--ink); background: #f1f8f4; border: 2px solid #cde2d6; border-top: 7px solid var(--green); }
.bulk-zone h2 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 2.5rem); letter-spacing: -.04em; }
.bulk-zone p { max-width: 570px; margin: 8px 0 24px; color: #55657a; }
.bulk-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.bulk-whatsapp { display: inline-flex; align-items: center; justify-content: center; }
.bulk-levels { display: grid; gap: 9px; }
.bulk-levels > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 14px; border: 1px solid #c8e5d4; border-radius: 14px; background: rgba(255,255,255,.72); }
.bulk-levels span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #d8f0e2; color: #2b8059; font-size: .72rem; font-weight: 900; }
.bulk-levels strong { font-size: .9rem; }
.bulk-levels small { color: #64748b; font-size: .74rem; }

.exclusive-zone { margin-bottom: 28px; padding: 38px 40px; border: 1px solid #eadfca; border-radius: 22px; background: #fffaf0; }
.exclusive-copy { display: grid; grid-template-columns: 1fr .9fr; column-gap: 35px; align-items: end; }
.exclusive-copy .eyebrow { grid-column: 1 / -1; width: max-content; }
.exclusive-copy h2 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 2.5rem); letter-spacing: -.04em; }
.exclusive-copy p { margin: 0; color: var(--muted); }
.exclusive-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 25px; }
.exclusive-cards article { min-height: 130px; padding: 20px; display: flex; flex-direction: column; justify-content: end; border: 1px solid #e8ddd8; border-radius: 15px; background: var(--white); }
.exclusive-cards article:nth-child(2) { background: #f1f8f4; }
.exclusive-cards article:nth-child(3) { background: #fff8f7; }
.exclusive-cards span { margin-bottom: auto; color: var(--blue); font-size: .67rem; font-weight: 900; letter-spacing: .12em; }
.exclusive-cards strong { font-size: .92rem; }
.exclusive-cards small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.supplier-zone { margin-bottom: 70px; padding: 32px 38px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid #d2e5da; border-radius: 20px; background: #f1f8f4; }
.supplier-zone h2 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.1rem); letter-spacing: -.035em; }
.supplier-zone p { max-width: 720px; margin: 7px 0 0; color: var(--muted); }
.supplier-zone .primary-button { flex: 0 0 auto; }

footer { padding: 54px 0 100px; background: var(--navy); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr .8fr; gap: 35px; }
.footer-grid strong { display: block; margin-bottom: 10px; font-size: .84rem; letter-spacing: .04em; }
.footer-grid p { margin: 0; color: #e2d2d3; font-size: .82rem; line-height: 1.8; }
.footer-grid a:hover { color: var(--white); }
.footer-brand .brand-word { color: var(--white); }
.footer-brand small { color: #d8c6c7; }
.footer-grid > div:first-child p { margin-top: 18px; }
.footer-bottom { margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #cbb6b8; font-size: .75rem; }

.overlay { position: fixed; inset: 0; z-index: 60; background: rgba(4,12,29,.55); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 70; width: min(440px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 24px; background: var(--white); box-shadow: -20px 0 60px rgba(8,27,63,.2); transform: translateX(102%); transition: transform .28s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; letter-spacing: -.04em; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); font-size: 1.5rem; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item-visual { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; background: var(--cream); font-size: 1.8rem; }
.cart-item h4 { margin: 0; font-size: .86rem; }
.cart-item small { color: var(--muted); }
.cart-qty { display: flex; align-items: center; gap: 8px; margin-top: 7px; }
.cart-qty button { width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.cart-item-price { font-size: .84rem; }
.cart-empty { margin: auto; text-align: center; color: var(--muted); }
.cart-empty > span { width: 66px; height: 66px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--navy); font-size: 1.7rem; }
.cart-empty strong { display: block; color: var(--ink); }
.cart-empty p { margin: 4px 0; font-size: .84rem; }
.cart-footer { padding-top: 16px; border-top: 1px solid var(--line); }
.cart-summary { margin-bottom: 12px; padding: 9px 11px; border-radius: 10px; background: var(--cream); color: var(--muted); font-size: .74rem; font-weight: 700; }
.cart-line { display: flex; justify-content: space-between; margin-bottom: 5px; }
.cart-line.small { color: var(--muted); font-size: .78rem; }
.checkout-button { width: 100%; min-height: 50px; margin-top: 14px; border: 0; border-radius: 13px; background: var(--orange); color: var(--white); font-weight: 900; box-shadow: 0 4px 0 #cf351d; }
.bulk-cart-link { display: block; margin: 12px 0 2px; color: #56816a; text-align: center; text-decoration: underline; text-underline-offset: 3px; font-size: .73rem; font-weight: 800; }
.cart-footer > small { display: block; margin-top: 8px; text-align: center; color: var(--muted); font-size: .69rem; }

dialog { width: min(600px, calc(100% - 28px)); max-height: min(90dvh, 900px); padding: 0; overflow: auto; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(8,27,63,.35); }
dialog::backdrop { background: rgba(4,12,29,.62); backdrop-filter: blur(4px); }
.product-detail-panel { position: relative; padding: 34px; }
.product-detail-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: center; }
.product-detail-visual { min-height: 310px; display: grid; place-items: center; border-radius: 20px; background: var(--product-bg, var(--cream)); }
.product-detail-visual span { font-size: 7rem; filter: drop-shadow(0 16px 16px rgba(79,59,63,.12)); }
.product-detail-image { width: 100%; height: 310px; object-fit: contain; padding: 16px; border-radius: inherit; background: var(--white); }
.product-detail-copy h2 { margin: 5px 0 0; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; }
.product-detail-size { margin: 6px 0 18px; color: var(--muted); }
.product-detail-description { color: #5f5555; font-size: .9rem; }
.detail-price-options { display: grid; gap: 9px; margin-top: 22px; }
.detail-price-options button { display: grid; grid-template-columns: 1fr auto; gap: 1px 12px; padding: 13px 15px; border: 1px solid #e5d9d4; border-radius: 13px; background: var(--white); color: var(--ink); text-align: left; }
.detail-price-options button:hover { border-color: var(--green); background: #f5faf7; }
.detail-price-options small { color: var(--muted); font-weight: 800; }
.detail-price-options strong { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--orange); font-size: 1.08rem; }
.detail-price-options span { color: #6e6262; font-size: .72rem; }
.product-data-note { margin: 14px 0 0; color: var(--muted); font-size: .68rem; }
.checkout-panel { position: relative; padding: 34px; }
.supplier-panel { position: relative; padding: 34px; }
.supplier-panel h2 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.supplier-panel > p { color: var(--muted); }
.checkout-panel h2 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.checkout-panel > p { color: var(--muted); }
.dialog-close { position: absolute; top: 20px; right: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 22px; }
.form-grid label { display: flex; flex-direction: column; gap: 6px; color: #344054; font-size: .78rem; font-weight: 800; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: var(--white); }
.form-grid textarea { min-height: 80px; resize: vertical; }
.delivery-quote { margin-top: 14px; padding: 12px 14px; border: 1px solid #cde2d6; border-radius: 12px; background: #f1f8f4; color: #456856; font-size: .8rem; }

.account-dialog { width: min(900px, calc(100% - 28px)); }
.account-panel { position: relative; padding: 34px; }
.account-panel h2 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.account-panel > section > p, .account-heading p { margin: 7px 0 0; color: var(--muted); }
.account-auth-grid, .account-dashboard { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.account-card, .account-section { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fffdf9; }
.account-card { display: flex; flex-direction: column; gap: 12px; }
.account-card h3, .account-section h3 { margin: 0; color: var(--ink); }
.account-card label, .account-address-form label { display: flex; flex-direction: column; gap: 5px; color: #5f5353; font-size: .75rem; font-weight: 800; }
.account-card input, .account-address-form input, .account-address-form select, .account-address-form textarea { width: 100%; padding: 10px 11px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); outline: none; }
.account-card .primary-button { align-self: flex-end; margin-top: auto; }
.text-button { align-self: flex-start; padding: 0; border: 0; background: transparent; color: var(--blue); font-weight: 800; }
.account-recovery-form { margin-top: 14px; }
.account-recovery-form[hidden], #password-reset-complete[hidden], .security-complete[hidden] { display: none; }
.account-panel > .account-recovery-form { margin-top: 18px; }
#password-reset-complete { display: grid; gap: 12px; }
.account-heading, .account-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.account-heading-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.account-section-heading button { border: 0; background: transparent; color: var(--blue); font-weight: 800; }
.account-section.full, .account-address-form .full { grid-column: 1 / -1; }
.account-list { display: grid; gap: 8px; margin-top: 14px; }
.account-list-empty { color: var(--muted); font-size: .78rem; }
.account-list-row { padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #eee4df; border-radius: 11px; background: var(--white); }
.account-list-row > span { min-width: 0; display: flex; flex-direction: column; }
.account-list-row strong { overflow-wrap: anywhere; font-size: .82rem; }
.account-list-row small { color: var(--muted); font-size: .7rem; }
.account-list-row button { flex: 0 0 auto; border: 0; background: transparent; color: var(--blue); font-size: .72rem; font-weight: 800; }
.account-address-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--line); }
.account-address-form[hidden] { display: none; }
.account-address-form .check { flex-direction: row; align-items: center; }
.account-address-form .check input { width: auto; }
.account-form-actions { display: flex; justify-content: flex-end; gap: 8px; }
.account-status { min-height: 20px; margin-top: 14px; color: var(--blue); font-size: .78rem; font-weight: 700; }
.account-security-note { margin: 7px 0 0; color: var(--muted); font-size: .76rem; }
.account-security-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.account-security-grid .account-address-form { align-content: start; padding: 15px; border: 1px solid var(--line); border-radius: 13px; }
.security-complete { display: flex; align-items: end; gap: 8px; }
.security-complete label { flex: 1; }
.account-profile-form { margin: 18px 0 0; padding: 15px; border: 1px solid var(--line); border-radius: 14px; }
.account-list-actions { display: flex; flex: 0 0 auto; gap: 5px; }
.account-list-actions .danger-button, .order-detail-actions .danger-button { color: #b42318; }
.order-dialog { width: min(660px, calc(100% - 28px)); }
.order-dialog .account-panel > p { color: var(--muted); }
.order-line { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; }
.order-line small { grid-column: 1 / -1; }
.order-cancel-form { display: grid; gap: 12px; margin-top: 18px; padding: 15px; border: 1px solid #f1cbc7; border-radius: 13px; background: #fff8f7; }
.order-cancel-form label { display: grid; gap: 6px; color: #5f5353; font-size: .75rem; font-weight: 800; }
.order-cancel-form textarea { min-height: 80px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 10px; resize: vertical; }
.order-detail-actions { margin-top: 18px; }
.order-detail-actions { flex-wrap: wrap; }
.order-receipt { margin-top: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.order-receipt[hidden] { display: none; }
.order-receipt h3, .order-receipt p { margin: 0; text-align: center; }
.order-receipt h3 { color: var(--ink); font-size: 1.25rem; }
.order-receipt .receipt-meta { margin-top: 5px; color: var(--muted); font-size: .74rem; }
.order-receipt .receipt-number { margin: 16px 0 8px; color: var(--ink); font-size: .86rem; font-weight: 900; }
.receipt-lines { display: grid; gap: 7px; margin-top: 12px; padding: 12px 0; border-block: 1px solid var(--line); }
.receipt-line, .receipt-total { display: flex; justify-content: space-between; gap: 14px; color: var(--ink); font-size: .8rem; }
.receipt-line span:first-child, .receipt-total span:first-child { min-width: 0; overflow-wrap: anywhere; }
.receipt-tax { display: grid; gap: 7px; margin-top: 13px; }
.receipt-total.grand { margin-top: 5px; padding-top: 9px; border-top: 1px solid var(--line); font-size: 1rem; font-weight: 900; }
.order-receipt .receipt-footer { margin-top: 13px; line-height: 1.5; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; padding: 11px 16px; border-radius: 999px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); font-size: .82rem; font-weight: 700; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.mobile-nav { display: none; }

@media (max-width: 900px) {
  .header-main { grid-template-columns: auto 1fr auto auto auto; gap: 10px; min-height: 72px; }
  .location-button { display: none; }
  .search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 12px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bulk-zone { grid-template-columns: 1fr; gap: 28px; }
  .exclusive-copy { grid-template-columns: 1fr; }
  .exclusive-copy p { margin-top: 8px; }
  .supplier-zone { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .shell { width: min(100% - 24px, 1180px); }
  .topbar { justify-content: space-between; font-size: .68rem; }
  .topbar-dot { display: none; }
  .header-main { gap: 10px; }
  .brand { min-width: 165px; }
  .brand-logo { width: 165px; height: 48px; }
  .brand-word { font-size: 1.55rem; }
  .header-cart { width: 44px; padding: 0; justify-content: center; }
  .header-cart > span { display: none; }
  .header-account { width: 44px; padding: 0; justify-content: center; }
  .header-account strong { display: none; }
  .language-toggle { min-width: 44px; width: 44px; min-height: 44px; padding: 0; }
  .category-strip { padding-block: 13px; }
  .hero { min-height: 430px; border-radius: 20px; }
  .hero img { object-position: 61% center; }
  .hero::after { background: linear-gradient(180deg, rgba(255,252,238,.99) 0%, rgba(255,252,238,.92) 51%, rgba(255,252,238,.08) 100%); }
  .hero-copy { width: 100%; padding: 29px 24px; }
  .hero h1 { font-size: 2.45rem; max-width: 360px; }
  .hero p { margin: 14px 0 20px; font-size: .9rem; max-width: 340px; }
  .trust-row { grid-template-columns: 1fr; }
  .local-delivery { grid-template-columns: 1fr; }
  .offers-section { padding-top: 40px; }
  .offer-grid { grid-template-columns: 1fr; }
  .trust-row > div { padding: 14px 16px; }
  .products-section { padding-top: 50px; }
  .section-heading { align-items: start; }
  .section-heading p { padding-top: 8px; }
  .product-grid { gap: 10px; }
  .product-card { border-radius: 16px; }
  .product-visual { height: 135px; margin: 7px; }
  .product-visual { width: calc(100% - 14px); }
  .product-visual::after { width: 95px; height: 95px; }
  .product-emoji { font-size: 3.5rem; }
  .product-info { padding: 7px 11px 13px; }
  .product-info h3 { min-height: 44px; font-size: .87rem; }
  .format-toggle { grid-template-columns: 1fr; }
  .format-toggle button { padding: 6px 4px; }
  .product-buy { margin-top: 11px; }
  .product-price strong { font-size: .95rem; }
  .add-button { width: 38px; height: 38px; }
  .bulk-zone { margin-block: 28px 50px; padding: 27px 22px; }
  .exclusive-zone { padding: 27px 22px; }
  .exclusive-cards { grid-template-columns: 1fr; }
  .supplier-zone { margin-bottom: 48px; padding: 26px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  footer { padding-bottom: 70px; }
  .mobile-nav { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(16px); }
  .mobile-nav a, .mobile-nav button { height: 100%; border: 0; background: transparent; color: #69758b; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: .65rem; }
  .mobile-nav span { color: var(--navy); font-size: 1.1rem; }
  .mobile-nav .active { color: var(--blue); font-weight: 800; }
  .mobile-nav b { position: absolute; transform: translate(11px,-10px); min-width: 16px; height: 16px; padding: 0 3px; border-radius: 999px; background: var(--orange); color: var(--white); display: grid; place-items: center; font-size: .56rem; }
  .checkout-panel { padding: 28px 20px; }
  .supplier-panel { padding: 48px 20px 22px; }
  .product-detail-panel { padding: 48px 20px 22px; }
  .product-detail-layout { grid-template-columns: 1fr; gap: 20px; }
  .product-detail-visual { min-height: 180px; }
  .product-detail-visual span { font-size: 5.2rem; }
  .product-detail-image { height: 180px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: 1; }
  .account-panel { padding: 48px 18px 22px; }
  .account-auth-grid, .account-dashboard { grid-template-columns: 1fr; }
  .account-security-grid { grid-template-columns: 1fr; }
  .account-section.full, .account-address-form .full { grid-column: 1; }
  .account-address-form { grid-template-columns: 1fr; }
  .account-heading { align-items: flex-start; }
  .toast { bottom: 80px; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
