:root {
    --ink: #073f3a;
    --muted: #5e7771;
    --paper: #f8fcfa;
    --surface: #ffffff;
    --green: #07845f;
    --green-dark: #00685a;
    --brand-teal: #007060;
    --brand-green: #10b050;
    --lime: #d9f7e2;
    --line: #d5e7e1;
    --danger: #b42318;
    --shadow: 0 18px 50px rgba(0, 112, 96, .11);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.55; animation: page-in .35s ease-out both; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(0,112,96,.14); background: rgba(248,252,250,.94); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; }
.brand-logo { width: 190px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions svg { width: 18px; height: 18px; }
.btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; cursor: pointer; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--surface); font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(28,55,44,.08); }
.btn-primary { color: #fff; border-color: var(--green); background: var(--green); }
.btn-primary:hover { background: var(--green-dark); }
.btn-link { padding-inline: 4px; border: 0; background: transparent; box-shadow: none; }
.badge { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; background: var(--lime); color: var(--green-dark); font-size: .8rem; font-weight: 800; }
.hero { padding: 88px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; }
.eyebrow { color: var(--green); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 14px; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }
.lead { max-width: 650px; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-card { min-height: 430px; display: grid; align-content: end; padding: 34px; overflow: hidden; position: relative; border-radius: 36px; background: linear-gradient(145deg,#dff5ee,#a9e6c1); box-shadow: var(--shadow); }
.hero-card::before { content: '🥬'; position: absolute; top: 12%; right: 10%; font-size: 10rem; transform: rotate(9deg); filter: drop-shadow(0 20px 20px rgba(15,99,61,.14)); }
.hero-card strong { position: relative; font-size: 1.7rem; }
.section { padding: 64px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 8px 28px rgba(28,55,44,.05); transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(28,55,44,.12); }
.card-body { padding: 22px; }
.product-image { height: 210px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#eaf7f2,#caecd7); color: var(--green); font-size: 4rem; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .9rem; }
.card-actions { display: flex; gap: 10px; margin-top: 18px; }
.price-row { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0; }
.price { color: var(--green-dark); font-size: 1.45rem; }
.price small { margin-left: 3px; color: var(--muted); font-size: .8rem; font-weight: 650; }
.product-purchase { display: grid; grid-template-columns: 105px 1fr; align-items: end; gap: 10px; }
.product-purchase label, .hero-actions label, .cart-controls label { color: var(--muted); font-size: .78rem; font-weight: 750; }
.product-purchase input, .hero-actions input, .cart-controls input { margin-top: 5px; color: var(--ink); }
.product-link { display: inline-block; margin-top: 15px; color: var(--green-dark); font-size: .9rem; font-weight: 750; }
.page-head { padding: 56px 0 30px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter { padding: 9px 15px; cursor: pointer; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 700; }
.filter.active { color: #fff; border-color: var(--green); background: var(--green); }
.form-shell { width: min(680px, calc(100% - 32px)); margin: 56px auto; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 750; }
input, textarea { width: 100%; padding: 12px 14px; border: 1px solid #cbd8d0; border-radius: 11px; outline: none; background: #fff; }
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(25,135,84,.12); }
.form-message { min-height: 24px; margin: 12px 0; color: var(--danger); }
.stack { display: grid; gap: 16px; }
.order-row, .cart-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.cart-row { grid-template-columns: 92px 1fr auto; }
.cart-thumb { width: 92px; height: 92px; display: grid; overflow: hidden; place-items: center; border-radius: 15px; background: linear-gradient(145deg,#eaf7f2,#caecd7); font-size: 2.5rem; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-product h3 { margin-bottom: 5px; }
.cart-product span { color: var(--green-dark); font-weight: 800; }
.cart-controls { display: grid; grid-template-columns: 110px auto auto; align-items: end; gap: 14px; }
.line-total { align-self: center; color: var(--green-dark); font-size: 1.1rem; }
.cart-summary { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
.cart-summary strong { color: var(--green-dark); font-size: 1.7rem; }
.quantity { width: 90px; }
.empty { padding: 42px; text-align: center; border: 1px dashed #b9c9bf; border-radius: 18px; color: var(--muted); }
.notice { position: fixed; z-index: 50; right: 20px; bottom: 20px; max-width: 380px; padding: 14px 18px; color: #fff; border-radius: 12px; background: var(--ink); box-shadow: var(--shadow); }
.cart-drawer-open { overflow: hidden; }
.cart-drawer-backdrop { position: fixed; z-index: 70; inset: 0; pointer-events: none; opacity: 0; background: rgba(4,35,31,.42); backdrop-filter: blur(3px); transition: opacity .28s ease; }
.cart-drawer-backdrop.open { pointer-events: auto; opacity: 1; }
.cart-drawer { width: min(470px,100%); display: flex; position: fixed; z-index: 71; top: 0; right: 0; bottom: 0; flex-direction: column; transform: translateX(105%); border-left: 1px solid rgba(0,112,96,.12); background: #fff; box-shadow: -24px 0 60px rgba(0,55,46,.18); transition: transform .32s cubic-bezier(.22,1,.36,1); }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 26px 20px; border-bottom: 1px solid var(--line); }
.cart-drawer-header .eyebrow { font-size: .72rem; }
.cart-drawer-header h2 { margin: 4px 0 0; font-size: 2rem; }
.cart-drawer-close { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; cursor: pointer; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #f7fbf9; font-size: 1.8rem; line-height: 1; transition: transform .2s ease, background .2s ease; }
.cart-drawer-close:hover { transform: rotate(6deg); background: #edf7f3; }
.cart-drawer-content { flex: 1; overflow-y: auto; padding: 8px 26px; overscroll-behavior: contain; }
.cart-drawer-item { display: grid; grid-template-columns: 82px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-drawer-thumb { width: 82px; height: 82px; display: grid; overflow: hidden; place-items: center; border-radius: 15px; background: linear-gradient(145deg,#fbfdfc,#eaf5f0); font-size: 2rem; }
.cart-drawer-thumb img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.cart-drawer-item-copy { min-width: 0; display: grid; gap: 3px; }
.cart-drawer-item-copy > a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cart-drawer-item-copy > span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.cart-drawer-item-actions { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.drawer-quantity { height: 34px; display: grid; grid-template-columns: 30px auto 30px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.drawer-quantity button { height: 100%; cursor: pointer; border: 0; color: var(--brand-teal); background: transparent; font-size: 1rem; }
.drawer-quantity button:hover { background: #edf7f3; }
.drawer-quantity span { min-width: 48px; text-align: center; font-size: .76rem; font-weight: 850; }
.drawer-remove, .cart-drawer-continue { padding: 0; cursor: pointer; border: 0; color: var(--muted); background: transparent; font-size: .75rem; font-weight: 750; }
.drawer-remove { display: inline-flex; align-items: center; gap: 4px; }
.drawer-remove svg { width: 13px; height: 13px; }
.drawer-remove:hover { color: var(--danger); }
.cart-drawer-line-total { align-self: start; color: var(--brand-teal); font-size: .88rem; white-space: nowrap; }
.cart-drawer-footer { display: grid; gap: 11px; padding: 20px 26px 24px; border-top: 1px solid var(--line); background: #fbfdfc; }
.cart-drawer-total { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 3px; }
.cart-drawer-total span { color: var(--muted); font-size: .88rem; font-weight: 700; }
.cart-drawer-total strong { color: var(--brand-teal); font-size: 1.45rem; }
.cart-drawer-notes { display: grid; gap: 7px; }
.cart-drawer-notes > span { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.cart-drawer-notes > span svg { width: 17px; height: 17px; color: var(--brand-teal); }
.cart-drawer-notes textarea { min-height: 64px; resize: vertical; font-size: .86rem; }
.cart-drawer-whatsapp { width: 100%; color: #fff; border-color: #128c5a; background: linear-gradient(135deg,#128c5a,#20b96c); box-shadow: 0 9px 22px rgba(18,140,90,.22); }
.cart-drawer-whatsapp:hover { background: linear-gradient(135deg,#0e774b,#18a85f); }
.cart-drawer-whatsapp svg, .cart-drawer-checkout svg { width: 19px; height: 19px; }
.cart-drawer-checkout { width: 100%; color: var(--brand-teal); background: #fff; }
.cart-drawer-continue { min-height: 34px; color: var(--brand-teal); }
.cart-drawer-empty { display: grid; min-height: 100%; align-content: center; justify-items: center; padding: 50px 20px; text-align: center; }
.cart-drawer-empty > span { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: var(--brand-teal); background: #edf7f3; }
.cart-drawer-empty > span svg { width: 34px; height: 34px; }
.cart-drawer-empty h3 { margin: 18px 0 6px; }
.cart-drawer-empty p { max-width: 290px; margin: 0; color: var(--muted); }
.product-modal-open { overflow: hidden; }
.product-modal-backdrop { position: fixed; z-index: 58; inset: 0; pointer-events: none; opacity: 0; background: rgba(3,35,30,.52); backdrop-filter: blur(6px); transition: opacity .25s ease; }
.product-modal-backdrop.open { pointer-events: auto; opacity: 1; }
.product-modal { display: grid; position: fixed; z-index: 59; inset: 0; padding: 28px; pointer-events: none; place-items: center; opacity: 0; transition: opacity .2s ease; }
.product-modal.open { pointer-events: auto; opacity: 1; }
.product-modal-panel { width: min(980px,100%); max-height: min(720px,calc(100vh - 56px)); overflow: hidden; position: relative; transform: translateY(18px) scale(.985); border: 1px solid rgba(0,112,96,.14); border-radius: 28px; background: #fff; box-shadow: 0 35px 90px rgba(0,52,43,.28); transition: transform .3s cubic-bezier(.22,1,.36,1); }
.product-modal.open .product-modal-panel { transform: translateY(0) scale(1); }
.product-modal-close { width: 44px; height: 44px; display: grid; position: absolute; z-index: 3; top: 18px; right: 18px; cursor: pointer; place-items: center; border: 1px solid rgba(0,112,96,.14); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 8px 22px rgba(0,60,50,.1); }
.product-modal-close:hover { color: #fff; background: var(--brand-teal); }
.product-modal-close svg { width: 20px; height: 20px; }
.product-modal-content { min-height: 550px; display: grid; grid-template-columns: 1.05fr .95fr; overflow-y: auto; }
.product-modal-media { min-height: 550px; display: grid; place-items: center; overflow: hidden; position: relative; padding: 35px; background: radial-gradient(circle at 50% 45%,#fff 0%,#f4faf7 47%,#e5f2ec 100%); }
.product-modal-media > img { width: 100%; height: 100%; max-height: 480px; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(0,75,60,.13)); }
.product-modal-placeholder { width: 110px; height: 110px; display: grid; place-items: center; border-radius: 50%; color: var(--brand-teal); background: #fff; }
.product-modal-placeholder svg { width: 44px; height: 44px; }
.product-modal-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 64px 54px 48px; }
.product-modal-copy h2 { margin: 10px 0 17px; color: #073f3a; font-size: clamp(2.2rem,4vw,3.6rem); }
.product-modal-copy > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.product-modal-facts { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 23px; color: #315b53; font-size: .78rem; font-weight: 800; }
.product-modal-facts span { display: inline-flex; align-items: center; gap: 6px; }
.product-modal-facts svg { width: 17px; height: 17px; color: var(--brand-teal); }
.product-modal-price { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding: 30px 0 18px; }
.product-modal-price > strong { color: var(--brand-teal); font-size: 1.9rem; }
.product-modal-price small { margin-left: 4px; color: var(--muted); font-size: .8rem; }
.product-modal-purchase > label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .76rem; }
.product-modal-controls { display: grid; grid-template-columns: 150px minmax(180px,1fr); gap: 10px; }
.product-modal-controls .quantity-stepper, .product-modal-controls .catalog-add-button { height: 50px; }
.product-modal-skeleton { min-height: 550px; border-radius: 0; }
.product-modal-loading { align-self: center; padding: 55px; }
.product-modal-error { grid-column: 1 / -1; align-self: center; margin: 50px; }
.footer { margin-top: 70px; padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-logo { width: 150px; height: auto; }
.hidden { display: none !important; }
.reveal { animation: reveal .45s ease-out both; }
.reveal:nth-child(2) { animation-delay: .05s; }
.reveal:nth-child(3) { animation-delay: .1s; }
.reveal:nth-child(4) { animation-delay: .15s; }
.skeleton { position: relative; overflow: hidden; border-radius: 10px; background: #e7eee9; }
.skeleton::after { content: ''; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent); animation: shimmer 1.25s infinite; }
.skeleton-image { height: 210px; border-radius: 0; }
.skeleton-line { height: 16px; margin: 14px 0; }
.skeleton-line.short { width: 45%; }
.is-loading { position: relative; color: transparent !important; pointer-events: none; }
.is-loading::after { content: ''; position: absolute; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.45); border-top-color: currentColor; border-radius: 50%; color: #fff; animation: spin .7s linear infinite; }
.btn:disabled { cursor: wait; opacity: .75; }

@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shimmer { to { transform: translateX(100%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
    .hero-grid, .grid { grid-template-columns: 1fr 1fr; }
    .hero-grid > :first-child { grid-column: 1 / -1; }
    .hero-card { min-height: 300px; grid-column: 1 / -1; }
    .nav-links { display: none; }
    .cart-row { grid-template-columns: 72px 1fr; }
    .cart-thumb { width: 72px; height: 72px; }
    .cart-controls { grid-column: 1 / -1; grid-template-columns: 1fr auto auto; }
    .product-modal { padding: 18px; }
    .product-modal-panel { max-height: calc(100vh - 36px); }
    .product-modal-content { grid-template-columns: 1fr; }
    .product-modal-media { min-height: 310px; padding: 25px; }
    .product-modal-media > img { max-height: 280px; }
    .product-modal-copy { padding: 38px 34px 34px; }
    .product-modal-copy h2 { font-size: 2.55rem; }
}

@media (max-width: 560px) {
    .grid, .form-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .hero { padding-top: 50px; }
    .hero-card::before { font-size: 7rem; }
    .nav { gap: 10px; }
    .nav-actions .account-label { display: none; }
    .brand-logo { width: 145px; }
    .form-shell { padding: 22px; }
    .product-purchase { grid-template-columns: 1fr; }
    .cart-controls { grid-template-columns: 1fr 1fr; }
    .cart-controls .remove-cart { grid-column: 1 / -1; }
    .footer-content { align-items: flex-start; flex-direction: column; }
    .cart-drawer-header { padding: 20px 18px 16px; }
    .cart-drawer-content { padding-inline: 18px; }
    .cart-drawer-footer { padding: 17px 18px 20px; }
    .cart-drawer-item { grid-template-columns: 70px minmax(0,1fr); }
    .cart-drawer-thumb { width: 70px; height: 70px; }
    .cart-drawer-line-total { grid-column: 2; margin-top: -6px; }
    .product-modal { align-items: end; padding: 0; }
    .product-modal-panel { width: 100%; max-height: 92vh; border-radius: 24px 24px 0 0; }
    .product-modal-media { min-height: 230px; padding: 18px; }
    .product-modal-media > img { max-height: 210px; }
    .product-modal-copy { padding: 30px 20px 24px; }
    .product-modal-copy h2 { padding-right: 32px; font-size: 2.1rem; }
    .product-modal-controls { grid-template-columns: 1fr; }
    .product-modal-price { padding-top: 24px; }
}

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

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.catalog-page { background: #f3f8f6; }
.catalog-container { width: min(1400px, calc(100% - 48px)); margin-inline: auto; }
.catalog-page .site-header { background: rgba(255,255,255,.96); }
.catalog-page .site-header .container { width: min(1400px, calc(100% - 48px)); }
.catalog-page .nav { min-height: 84px; }
.catalog-page .nav-links a { position: relative; padding: 30px 5px; color: var(--muted); font-weight: 700; }
.catalog-page .nav-links a:first-child { color: var(--brand-teal); }
.catalog-page .nav-links a:first-child::after { content: ''; position: absolute; right: 4px; bottom: 18px; left: 4px; height: 2px; border-radius: 2px; background: linear-gradient(90deg,var(--brand-teal),var(--brand-green)); }

.catalog-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(0,112,96,.08); background: radial-gradient(ellipse at 78% 42%,rgba(141,203,166,.42) 0%,rgba(220,240,229,.72) 27%,rgba(245,250,247,.44) 52%,transparent 70%), linear-gradient(105deg,#fff 0%,#fbfdfc 40%,#e7f3ec 100%); }
.catalog-hero::before { width: 760px; height: 310px; content: ''; position: absolute; top: -185px; right: -70px; border-radius: 0 0 45% 55%; background: rgba(255,255,255,.44); transform: rotate(-4deg); }
.catalog-hero::after { width: 430px; height: 530px; content: ''; position: absolute; left: 37%; bottom: -210px; opacity: .18; background: radial-gradient(ellipse,rgba(0,112,96,.22),transparent 68%); transform: rotate(-25deg); }
.catalog-hero-grid { min-height: 620px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 18px; }
.catalog-hero-copy { z-index: 3; padding: 68px 0 110px; }
.catalog-hero-copy .eyebrow { letter-spacing: .18em; }
.catalog-hero-copy h1 { max-width: 650px; margin: 22px 0 22px; color: #063b34; font-family: Georgia,'Times New Roman',serif; font-size: clamp(4.7rem,7vw,7.2rem); font-weight: 650; line-height: .87; letter-spacing: -.065em; }
.catalog-hero-copy h1 span { display: block; }
.catalog-hero-copy .lead { max-width: 570px; color: #526963; font-size: 1.15rem; line-height: 1.72; }
.catalog-highlights { display: flex; flex-wrap: wrap; gap: 13px 27px; margin-top: 27px; color: #173f38; font-size: .88rem; font-weight: 800; }
.catalog-highlights > span { display: inline-flex; align-items: center; gap: 9px; }
.catalog-highlights svg { width: 38px; height: 38px; padding: 9px; border: 1px solid rgba(0,112,96,.15); border-radius: 50%; color: var(--brand-teal); background: rgba(255,255,255,.55); }
.catalog-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.catalog-hero-actions a { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 12px 22px; border: 1px solid rgba(0,112,96,.24); border-radius: 12px; font-size: .9rem; font-weight: 850; transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.catalog-hero-actions a:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,112,96,.13); }
.catalog-hero-actions svg { width: 19px; height: 19px; }
.catalog-hero-primary { min-width: 230px; color: #fff; border-color: var(--brand-teal) !important; background: linear-gradient(135deg,#007b5d,#00966c); box-shadow: 0 10px 24px rgba(0,112,96,.2); }
.catalog-hero-primary svg:last-child { margin-left: auto; }
.catalog-hero-secondary { min-width: 170px; color: var(--brand-teal); background: rgba(255,255,255,.48); }
.catalog-hero-visual { min-height: 570px; display: flex; align-items: flex-end; justify-content: center; align-self: end; position: relative; z-index: 2; }
.catalog-hero-visual img { z-index: 2; width: min(790px,118%); max-width: none; max-height: 535px; object-fit: contain; filter: drop-shadow(0 30px 32px rgba(0,58,49,.18)); transform: translate(45px,18px) scale(1.08); }
.hero-glow { position: absolute; width: 610px; height: 330px; right: 0; bottom: 35px; border-radius: 50%; background: rgba(16,176,80,.18); filter: blur(65px); }

.catalog-content { padding: 0 0 70px; }
.catalog-toolbar { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: -48px; padding: 18px 20px; border: 1px solid rgba(0,112,96,.11); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 20px 54px rgba(0,80,65,.12); backdrop-filter: blur(18px); }
.category-tabs { min-width: 0; display: flex; align-items: center; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab { min-height: 52px; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; padding: 10px 17px; cursor: pointer; border: 1px solid #dbe9e3; border-radius: 13px; color: #244f47; background: rgba(255,255,255,.75); font: inherit; font-size: .82rem; font-weight: 800; transition: .2s ease; }
.category-tab svg { width: 17px; height: 17px; }
.category-tab:hover { border-color: rgba(0,112,96,.15); background: #f1f8f5; }
.category-tab.active { color: #fff; border-color: var(--brand-teal); background: linear-gradient(135deg,#007b5d,#00966c); box-shadow: 0 9px 22px rgba(0,112,96,.23); }
.catalog-tools { display: flex; flex: 0 0 auto; gap: 9px; }
.catalog-search { width: 230px; position: relative; }
.catalog-search input { height: 52px; padding: 10px 42px 10px 15px; border-color: #d8e5e0; background: #fff; }
.catalog-search svg { width: 19px; position: absolute; top: 16px; right: 14px; fill: none; stroke: var(--brand-teal); stroke-linecap: round; stroke-width: 1.8; }
.filter-button { min-height: 52px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; cursor: pointer; border: 1px solid #d8e5e0; border-radius: 12px; color: #345b53; background: #fff; font: inherit; font-size: .82rem; font-weight: 800; }
.filter-button svg { width: 18px; fill: none; stroke: currentColor; stroke-linejoin: round; stroke-width: 1.7; }
.filter-button.active { color: #fff; border-color: var(--brand-teal); background: var(--brand-teal); }
.catalog-results-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 54px 2px 22px; scroll-margin-top: 110px; }
.catalog-results-head h2 { margin: 5px 0 0; font-size: clamp(2rem,3vw,2.8rem); }
.result-count { color: var(--muted); font-size: .9rem; font-weight: 700; }

.catalog-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.catalog-grid .product-card { min-width: 0; display: flex; overflow: hidden; flex-direction: column; border-color: rgba(0,112,96,.1); border-radius: 22px; box-shadow: 0 10px 32px rgba(0,67,56,.07); }
.catalog-grid .product-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(0,67,56,.13); }
.product-media { height: 270px; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; position: relative; margin: 12px 12px 0; border-radius: 16px; background: linear-gradient(145deg,#fbfdfc,#eef6f2); }
.product-modal-trigger { cursor: pointer; }
.product-media img { width: 100%; height: 100%; padding: 10px; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-placeholder { font-size: 5rem; filter: drop-shadow(0 10px 12px rgba(0,80,60,.12)); }
.seasonal-badge { display: inline-flex; position: absolute; top: 12px; right: 12px; align-items: center; gap: 4px; padding: 5px 9px; border-radius: 999px; color: #fff; background: rgba(0,112,96,.9); font-size: .7rem; font-weight: 800; backdrop-filter: blur(8px); }
.seasonal-badge svg { width: 12px; height: 12px; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 19px 18px 18px; }
.product-category { margin-bottom: 7px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.product-card h3 { min-height: 2.35em; margin-bottom: 10px; color: #092f39; font-size: 1.14rem; letter-spacing: -.02em; }
.product-description { min-height: 4.8em; margin: 0; overflow: hidden; color: #4c625d; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .88rem; line-height: 1.6; }
.product-card .price-row { margin: auto 0 14px; padding-top: 18px; }
.product-card .price { color: #007754; font-size: 1.35rem; }
.product-purchase { display: grid; grid-template-columns: minmax(118px,1fr) minmax(116px,1fr); gap: 10px; }
.quantity-stepper { height: 46px; display: grid; grid-template-columns: 36px minmax(40px,1fr) 36px; align-items: center; overflow: hidden; border: 1px solid #d8e5e0; border-radius: 12px; background: #fff; }
.qty-step { height: 100%; cursor: pointer; border: 0; color: var(--brand-teal); background: transparent; font-size: 1.2rem; transition: background .2s ease; }
.qty-step svg { width: 17px; height: 17px; margin: auto; }
.qty-step:hover { background: #edf7f3; }
.quantity-stepper input { height: 100%; padding: 0; border: 0; border-radius: 0; text-align: center; appearance: textfield; font-weight: 850; box-shadow: none; }
.quantity-stepper input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.catalog-add-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(135deg,var(--brand-teal),#079366); font: inherit; font-size: .83rem; font-weight: 850; box-shadow: 0 8px 18px rgba(0,112,96,.2); transition: .2s ease; }
.catalog-add-button:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(0,112,96,.28); }
.catalog-add-button svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.catalog-empty { grid-column: 1 / -1; }

.catalog-services { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-bottom: 20px; padding: 28px 18px; border: 1px solid rgba(0,112,96,.09); border-radius: 24px; background: linear-gradient(120deg,#f7fbf9,#edf7f3); }
.catalog-services article { display: flex; align-items: flex-start; gap: 14px; padding: 10px 24px; border-right: 1px solid rgba(0,112,96,.1); }
.catalog-services article:last-child { border-right: 0; }
.service-icon { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 14px; color: var(--brand-teal); background: #fff; font-size: 1.35rem; box-shadow: 0 7px 18px rgba(0,90,70,.08); }
.catalog-services h3 { margin: 2px 0 6px; font-size: .95rem; }
.catalog-services p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

@media (max-width: 1220px) {
    .catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .catalog-toolbar { align-items: stretch; flex-direction: column; }
    .catalog-tools { justify-content: flex-end; }
    .category-tabs { padding-bottom: 2px; }
}

@media (max-width: 900px) {
    .catalog-container, .catalog-page .site-header .container { width: min(100% - 30px,720px); }
    .catalog-hero-grid { min-height: auto; grid-template-columns: 1fr; }
    .catalog-hero-copy { padding: 54px 0 18px; }
    .catalog-hero-copy h1 { font-size: clamp(3rem,10vw,5rem); }
    .catalog-hero-visual { min-height: 300px; }
    .catalog-hero-visual img { width: 100%; max-width: 720px; max-height: 330px; transform: translateY(12px) scale(1.06); }
    .catalog-toolbar { margin-top: -28px; }
    .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .catalog-services { grid-template-columns: repeat(2,1fr); }
    .catalog-services article:nth-child(2) { border-right: 0; }
    .catalog-services article:nth-child(-n+2) { border-bottom: 1px solid rgba(0,112,96,.1); }
}

@media (max-width: 600px) {
    .catalog-container, .catalog-page .site-header .container { width: calc(100% - 22px); }
    .catalog-page .nav { min-height: 72px; gap: 8px; }
    .catalog-page .brand-logo { width: 130px; }
    .catalog-page .nav-actions { margin-left: auto; gap: 4px; }
    .catalog-page .header-cart { min-height: 40px; padding: 7px 9px; font-size: .8rem; }
    .catalog-page .header-cart .badge { padding: 3px 7px; }
    .catalog-page .header-login, .catalog-page .header-logout { min-height: 40px; padding-inline: 4px; font-size: .8rem; }
    .catalog-page .header-register { display: none; }
    .catalog-hero-copy { min-width: 0; padding-top: 40px; }
    .catalog-hero-copy h1 { margin-top: 16px; font-size: 3.55rem; }
    .catalog-hero-copy .lead { font-size: 1rem; }
    .catalog-highlights { align-items: flex-start; flex-direction: column; }
    .catalog-hero-actions { display: grid; grid-template-columns: 1fr; }
    .catalog-hero-actions a { width: 100%; min-width: 0; }
    .catalog-hero-visual { min-height: 235px; }
    .catalog-hero-visual img { width: 118%; max-width: none; max-height: 255px; transform: translate(14px,10px) scale(1.05); }
    .catalog-toolbar { margin-top: -18px; padding: 11px; border-radius: 16px; }
    .catalog-tools { flex-direction: column; }
    .catalog-search { width: 100%; }
    .filter-button { justify-content: center; }
    .catalog-results-head { padding-top: 38px; }
    .catalog-grid { grid-template-columns: 1fr; gap: 17px; }
    .product-media { height: 310px; }
    .product-description { min-height: auto; }
    .catalog-services { grid-template-columns: 1fr; }
    .catalog-services article { border-right: 0; border-bottom: 1px solid rgba(0,112,96,.1); }
    .catalog-services article:last-child { border-bottom: 0; }
}
