:root {
    --ink: #17251d;
    --ink-2: #263b2f;
    --forest: #234f38;
    --forest-dark: #143525;
    --sage: #93aa85;
    --lime: #d8e7a7;
    --cream: #f7f4ec;
    --paper: #fffef9;
    --sand: #e9dfce;
    --rust: #c9633e;
    --muted: #6b756e;
    --line: #dedfd8;
    --danger: #a94035;
    --success: #27734c;
    --shadow: 0 24px 60px rgba(23, 37, 29, .11);
    --soft-shadow: 0 12px 32px rgba(23, 37, 29, .08);
    --radius: 24px;
    --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
input, select, textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #d5d8d1; border-radius: 12px; padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 4px rgba(35, 79, 56, .1); }
textarea { resize: vertical; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.03em; }
.shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-block; color: var(--rust); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 10px 22px rgba(35, 79, 56, .18); }
.button-primary:hover { background: var(--forest-dark); box-shadow: 0 14px 28px rgba(35, 79, 56, .25); }
.button-ghost { color: var(--ink); border-color: rgba(23, 37, 29, .26); background: rgba(255,255,255,.32); }
.button-outline { color: var(--forest); background: transparent; border-color: #b9c6bd; }
.button-light { color: var(--forest-dark); background: #fff; }
.button-danger { color: #fff; background: var(--danger); }
.button-small { min-height: 38px; padding: 7px 14px; font-size: .84rem; }
.button-wide { width: 100%; }

/* Public navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 244, 236, .92); border-bottom: 1px solid rgba(23,37,29,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--cream); background: var(--forest); border-radius: 50% 50% 48% 52% / 58% 44% 56% 42%; font-family: Georgia, serif; font-size: 1.45rem; font-style: italic; box-shadow: inset -7px -6px 0 rgba(0,0,0,.08); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1.15rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 650; }
.desktop-nav a:hover { color: var(--forest); }
.header-sell { padding: 10px 18px; color: #fff; background: var(--forest); border-radius: 999px; font-size: .88rem; font-weight: 750; }
.mobile-nav { display: none; }

/* Hero */
.hero { overflow: hidden; position: relative; color: #f9f6ed; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: auto auto -35% -10%; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(216,231,167,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(216,231,167,.025), 0 0 0 110px rgba(216,231,167,.018); }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-block: 80px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { color: var(--lime); }
.hero-copy h1 { max-width: 660px; margin: 20px 0; font-family: Georgia, serif; font-size: clamp(3.4rem, 6vw, 6.5rem); font-weight: 400; line-height: .91; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--lime); font-weight: 400; }
.hero-copy > p { max-width: 600px; color: #cbd1ca; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; }
.hero .button-primary { color: var(--ink); background: var(--lime); }
.hero .button-ghost { color: #fff; border-color: rgba(255,255,255,.25); }
.trust-row { display: flex; gap: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.trust-row span { color: #aeb7b0; font-size: .76rem; }
.trust-row b { display: block; color: #fff; font-size: 1.05rem; }
.hero-visual { position: relative; min-height: 440px; }
.hero-card { position: absolute; overflow: hidden; border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.hero-card-front { width: 315px; padding: 18px; right: 54px; top: 0; color: var(--ink); background: var(--paper); transform: rotate(4deg); }
.hero-card-front img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #d2c4ad; border-radius: 20px; }
.hero-card-front small, .hero-card-front strong { display: block; }
.hero-card-front small { margin-top: 16px; color: var(--rust); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card-front strong { margin: 5px 0 6px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.15; }
.hero-card-back { width: 280px; height: 375px; left: 5px; top: 60px; padding: 30px; color: var(--forest-dark); background: var(--sage); transform: rotate(-7deg); }
.hero-card-back::after { content: "↺"; position: absolute; right: 22px; bottom: 8px; color: rgba(20,53,37,.26); font-size: 9rem; line-height: 1; }
.hero-card-back span, .hero-card-back b { position: relative; z-index: 2; display: block; }
.hero-card-back span { font-size: .7rem; font-weight: 850; letter-spacing: .18em; }
.hero-card-back b { margin-top: 28px; font-family: Georgia, serif; font-size: 1.6rem; line-height: 1.15; }
.floating-badge { position: absolute; z-index: 3; right: 2px; bottom: 50px; width: 118px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--lime); border: 8px solid var(--ink); border-radius: 50%; font-weight: 850; line-height: 1.05; transform: rotate(-7deg); }
.floating-badge small { font-size: .65rem; font-weight: 650; }

/* Search and categories */
.search-section { position: relative; z-index: 5; margin-top: -34px; }
.search-panel { display: grid; grid-template-columns: minmax(260px, 1.7fr) 1fr 1fr auto; gap: 12px; padding: 16px; background: var(--paper); border: 1px solid #e4e0d6; border-radius: 20px; box-shadow: var(--shadow); }
.search-panel label { min-width: 0; }
.search-panel label > span { display: block; margin: 0 0 5px 3px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.search-panel .search-main { position: relative; }
.search-panel .search-main > span { position: absolute; top: 35px; left: 15px; z-index: 1; color: var(--forest); font-size: 1.15rem; }
.search-panel .search-main input { padding-left: 42px; }
.search-panel input, .search-panel select { height: 48px; background: #f8f8f4; border: 0; }
.category-chips { display: flex; gap: 9px; overflow-x: auto; padding: 22px 0 8px; scrollbar-width: none; }
.category-chips::-webkit-scrollbar { display: none; }
.category-chips a { flex: 0 0 auto; padding: 9px 15px; color: var(--muted); background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.category-chips a.active, .category-chips a:hover { color: #fff; background: var(--forest); border-color: var(--forest); }

/* Product cards */
.products-section { padding: 78px 0 95px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading h2 { margin: 7px 0 6px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 400; }
.section-heading p { margin: 0; color: var(--muted); }
.sort-form label { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .78rem; }
.sort-form select { width: auto; min-width: 170px; padding-block: 9px; background: transparent; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid #e2dfd7; border-radius: 22px; box-shadow: 0 8px 24px rgba(23,37,29,.05); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--soft-shadow); }
.reel-slider { position: relative; overflow: hidden; background: #dedbd2; touch-action: pan-y; }
.product-card .reel-slider { aspect-ratio: 9 / 16; }
.slides, .slide { width: 100%; height: 100%; }
.slide { display: none; }
.slide.is-active { display: block; animation: slideFade .25s ease; }
@keyframes slideFade { from { opacity: .35; } to { opacity: 1; } }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.card-topline { position: absolute; z-index: 3; top: 12px; left: 12px; right: 12px; display: flex; gap: 6px; justify-content: space-between; align-items: start; pointer-events: none; }
.condition-pill, .negotiable-pill { display: inline-flex; width: fit-content; padding: 7px 10px; border-radius: 999px; font-size: .65rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; backdrop-filter: blur(10px); }
.condition-pill { color: var(--forest-dark); background: rgba(238,243,221,.92); }
.negotiable-pill { color: #fff; background: rgba(23,37,29,.76); }
.slider-arrow { position: absolute; z-index: 5; top: 50%; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: var(--ink); background: rgba(255,255,255,.86); border: 0; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,.14); transform: translateY(-50%); opacity: 0; transition: opacity .2s, background .2s; }
.reel-slider:hover .slider-arrow, .detail-gallery .slider-arrow { opacity: 1; }
.slider-arrow:hover { background: #fff; }
.slider-arrow.prev { left: 10px; }
.slider-arrow.next { right: 10px; }
.slider-dots { position: absolute; z-index: 5; left: 50%; bottom: 12px; display: flex; align-items: center; gap: 5px; transform: translateX(-50%); }
.slider-dots i, .slider-dots button { width: 5px; height: 5px; display: block; padding: 0; background: rgba(255,255,255,.55); border: 0; border-radius: 99px; box-shadow: 0 1px 2px rgba(0,0,0,.2); transition: width .2s, background .2s; }
.slider-dots i.active, .slider-dots button.active { width: 18px; background: #fff; }
.image-count { position: absolute; z-index: 4; right: 10px; bottom: 10px; padding: 5px 8px; color: #fff; background: rgba(23,37,29,.65); border-radius: 999px; font-size: .66rem; font-weight: 750; backdrop-filter: blur(8px); }
.product-card-body { padding: 16px; }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.price-row strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.45rem; }
.price-row > span { max-width: 45%; overflow: hidden; color: var(--rust); font-size: .62rem; font-weight: 800; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-card h2 { margin: 8px 0; font-size: 1.05rem; line-height: 1.3; letter-spacing: -.015em; }
.product-card h2 a:hover { color: var(--forest); }
.card-description { min-height: 42px; margin-bottom: 12px; color: var(--muted); font-size: .78rem; }
.card-meta { display: flex; justify-content: space-between; gap: 8px; color: #849087; font-size: .68rem; }
.card-meta span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.seller-strip { display: flex; align-items: center; gap: 8px; margin: 15px -16px -16px; padding: 12px 16px; background: #f2f1ea; border-top: 1px solid #e3e2db; }
.seller-avatar { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.seller-avatar.large { width: 52px; height: 52px; flex-basis: 52px; font-size: 1.25rem; }
.seller-strip > span:nth-child(2) { min-width: 0; margin-right: auto; }
.seller-strip b, .seller-strip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.seller-strip b { font-size: .69rem; }
.seller-strip small { color: var(--success); font-size: .59rem; }
.seller-strip a { color: var(--forest); font-size: .7rem; font-weight: 800; }
.empty-state { padding: 70px 25px; text-align: center; background: var(--paper); border: 1px dashed #cbd0c9; border-radius: var(--radius); }
.empty-state > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--forest); background: #e6ecd9; border-radius: 50%; font-size: 1.8rem; }
.empty-state h1, .empty-state h2 { margin-bottom: 8px; font-family: Georgia, serif; font-weight: 400; }
.empty-state p { color: var(--muted); }
.value-section { padding: 75px 0; color: #fff; background: var(--forest); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.value-grid > div { position: relative; padding-left: 55px; }
.value-grid span { position: absolute; left: 0; top: 0; color: var(--lime); font-family: Georgia, serif; font-size: 1.6rem; }
.value-grid h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.value-grid p { margin: 0; color: #c4cec6; font-size: .86rem; }

/* Product detail */
.product-detail-section { padding: 24px 0 95px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; overflow: hidden; margin-bottom: 20px; color: var(--muted); font-size: .74rem; white-space: nowrap; }
.breadcrumbs b { overflow: hidden; text-overflow: ellipsis; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr); gap: 48px; align-items: start; }
.detail-gallery { width: min(100%, 520px); aspect-ratio: 9 / 16; justify-self: center; background: #dedbd2; border-radius: 26px; box-shadow: var(--shadow); }
.detail-summary { padding: 24px 0; }
.detail-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.detail-summary h1 { margin: 20px 0 10px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 4rem); font-weight: 400; }
.detail-location { color: var(--muted); font-size: .85rem; }
.detail-price { margin: 28px 0; color: var(--forest); font-family: Georgia, serif; font-size: 2.5rem; }
.seller-box { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; padding: 17px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.seller-box > div { min-width: 0; margin-right: auto; }
.seller-box small, .seller-box strong, .seller-box p { display: block; }
.seller-box small { color: var(--success); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.seller-box strong { overflow: hidden; margin: 2px 0; font-size: .93rem; text-overflow: ellipsis; white-space: nowrap; }
.seller-box p { margin: 0; color: var(--muted); font-size: .7rem; }
.verified-check { width: 26px; height: 26px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: .75rem; }
.safety-note { margin: 14px 0 0; color: var(--muted); font-size: .73rem; }
.detail-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 45px; align-items: start; margin-top: 55px; }
.detail-copy { min-width: 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 42px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.facts-grid div { padding-inline: 16px; border-right: 1px solid var(--line); }
.facts-grid div:last-child { border-right: 0; }
.facts-grid small, .facts-grid b { display: block; }
.facts-grid small { color: var(--muted); font-size: .66rem; text-transform: uppercase; }
.facts-grid b { overflow: hidden; margin-top: 4px; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.detail-copy section { padding: 30px 0; border-top: 1px solid var(--line); }
.detail-copy section:first-of-type { border-top: 0; }
.detail-copy h2 { margin: 7px 0 18px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.detail-copy h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.detail-copy p { color: #4f5d54; white-space: normal; }
.inquiry-card { position: sticky; top: 105px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--soft-shadow); }
.inquiry-card h2 { margin: 7px 0; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.inquiry-card > p { color: var(--muted); font-size: .85rem; }
.stack-form { display: grid; gap: 15px; }
.stack-form label, .auth-card label { color: #3d4b42; font-size: .76rem; font-weight: 750; }
.stack-form label small, .auth-card label small { color: var(--muted); font-weight: 500; }
.stack-form label input, .stack-form label textarea, .auth-card label input { margin-top: 6px; }
.privacy-line { color: var(--muted); text-align: center; }
.form-alert { margin-bottom: 18px; padding: 13px 15px; color: #782d26; background: #fff0ec; border: 1px solid #f0c9c1; border-radius: 12px; font-size: .78rem; }
.form-alert ul { margin: 5px 0 0; padding-left: 18px; }
.success-panel { text-align: center; }
.success-panel > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 18px; color: #fff; background: var(--success); border-radius: 50%; font-size: 1.6rem; }
.whatsapp-button, .whatsapp-mini { color: #fff; background: #168f49; }
.whatsapp-mini { padding: 7px 11px; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.simple-page { min-height: 60vh; padding: 80px 0; }

/* Authentication */
.auth-section { min-height: 76vh; padding: 75px 0 95px; background: radial-gradient(circle at 13% 25%, rgba(147,170,133,.26), transparent 28%), var(--cream); }
.auth-section.compact { display: grid; align-items: center; }
.auth-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(440px, 1.05fr); gap: 80px; align-items: center; }
.auth-copy h1 { margin: 16px 0 20px; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; }
.auth-copy h1 em { color: var(--forest); font-weight: 400; }
.auth-copy > p { max-width: 570px; color: var(--muted); font-size: 1rem; }
.auth-copy ul { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.auth-copy li { display: flex; gap: 11px; align-items: center; font-weight: 650; }
.auth-copy li span { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: .7rem; }
.auth-card { padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.auth-card-heading { margin-bottom: 24px; }
.auth-card-heading > span { color: var(--rust); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.auth-card-heading h2 { margin: 6px 0; font-family: Georgia, serif; font-size: 2.1rem; font-weight: 400; }
.auth-card-heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.form-grid { display: grid; gap: 16px; }
.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.auth-switch { margin: 3px 0 0; text-align: center; color: var(--muted); font-size: .78rem; }
.auth-switch a { color: var(--forest); font-weight: 800; }
.admin-auth .auth-copy { padding: 40px; color: #fff; background: var(--forest-dark); border-radius: 30px; }
.admin-auth .auth-copy .eyebrow { color: var(--lime); }
.admin-auth .auth-copy > p { color: #c5d0c7; }

/* Footer */
.site-footer { padding: 70px 0 25px; color: #d5ddd6; background: #101c15; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.brand-light .brand-mark { color: var(--ink); background: var(--lime); }
.brand-light strong { color: #fff; }
.brand-light small { color: #aab6ad; }
.footer-grid > div:first-child p { max-width: 350px; margin-top: 18px; color: #91a096; font-size: .82rem; }
.footer-grid h3 { margin-bottom: 16px; color: var(--lime); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { display: block; margin: 9px 0; color: #aeb9b1; font-size: .78rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; color: #718078; border-top: 1px solid rgba(255,255,255,.09); font-size: .68rem; }

/* Toast */
.toast { position: fixed; z-index: 100; top: 92px; right: 20px; width: min(380px, calc(100% - 40px)); display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: #fff; background: var(--ink); border-radius: 14px; box-shadow: var(--shadow); font-size: .82rem; animation: toastIn .35s ease; }
.toast-success { background: var(--success); }
.toast-error { background: var(--danger); }
.toast span { margin-right: auto; }
.toast button, .inline-flash button { padding: 0; color: inherit; background: transparent; border: 0; font-size: 1.35rem; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-12px); } }

/* Dashboard shell */
.dashboard-body { background: #f2f3ef; }
.dashboard-layout { min-height: 100vh; display: grid; grid-template-columns: 255px minmax(0, 1fr); }
.dashboard-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 24px 16px; color: #dce3dd; background: var(--ink); }
.dashboard-sidebar .brand { margin: 0 8px 30px; }
.dashboard-user { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; }
.dashboard-user > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }
.dashboard-user div { min-width: 0; }
.dashboard-user small, .dashboard-user b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-user small { color: #819088; font-size: .6rem; }
.dashboard-user b { color: #fff; font-size: .76rem; }
.dashboard-nav { display: grid; gap: 5px; }
.dashboard-nav a { display: flex; align-items: center; gap: 12px; padding: 11px 13px; color: #aab7ae; border-radius: 10px; font-size: .79rem; font-weight: 650; }
.dashboard-nav a span { width: 22px; color: #7f9085; text-align: center; font-size: 1rem; }
.dashboard-nav a:hover, .dashboard-nav a.active { color: #fff; background: rgba(216,231,167,.1); }
.dashboard-nav a.active span { color: var(--lime); }
.dashboard-sidebar-bottom { display: grid; gap: 8px; margin-top: auto; padding: 15px 11px 0; border-top: 1px solid rgba(255,255,255,.09); }
.dashboard-sidebar-bottom a { color: #89978e; font-size: .72rem; }
.dashboard-sidebar-bottom a:hover { color: #fff; }
.dashboard-main { min-width: 0; }
.dashboard-topbar { position: sticky; top: 0; z-index: 30; min-height: 74px; display: flex; align-items: center; gap: 14px; padding: 12px 30px; background: rgba(255,255,255,.9); border-bottom: 1px solid #e1e4df; backdrop-filter: blur(16px); }
.dashboard-topbar > div { margin-right: auto; }
.dashboard-topbar small, .dashboard-topbar strong { display: block; }
.dashboard-topbar small { color: var(--muted); font-size: .61rem; text-transform: uppercase; }
.dashboard-topbar strong { font-size: .92rem; }
.menu-button { display: none; width: 42px; height: 42px; background: #eef0eb; border: 0; border-radius: 10px; }
.dashboard-content { width: min(1400px, 100%); min-height: calc(100vh - 120px); padding: 28px 30px 55px; }
.dashboard-footer { padding: 18px 30px; color: #98a099; border-top: 1px solid #e1e4df; font-size: .65rem; }
.sidebar-backdrop { display: none; }
.inline-flash { display: flex; align-items: center; gap: 12px; margin: 18px 30px 0; padding: 13px 15px; color: #fff; background: var(--success); border-radius: 12px; font-size: .78rem; }
.inline-flash span { margin-right: auto; }
.inline-flash.error { background: var(--danger); }
.inline-flash.warning { color: #6e4a00; background: #fff2c7; }
.welcome-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; position: relative; margin-bottom: 22px; padding: 30px 34px; color: #fff; background: var(--forest); border-radius: 22px; }
.welcome-banner::after { content: "↺"; position: absolute; right: 16%; bottom: -72px; color: rgba(255,255,255,.08); font-size: 10rem; }
.welcome-banner .eyebrow { color: var(--lime); }
.welcome-banner h1 { position: relative; z-index: 1; margin: 6px 0; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.welcome-banner p { position: relative; z-index: 1; margin: 0; color: #cdd8d0; font-size: .82rem; }
.welcome-banner .button, .banner-actions { position: relative; z-index: 1; }
.banner-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 22px; }
.stat-grid article { display: flex; align-items: center; gap: 14px; padding: 20px; background: #fff; border: 1px solid #e0e4de; border-radius: 16px; box-shadow: 0 5px 18px rgba(20,30,24,.035); }
.stat-grid article > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--forest); background: #edf2e4; border-radius: 12px; font-size: 1.2rem; }
.stat-grid small, .stat-grid strong { display: block; }
.stat-grid small { color: var(--muted); font-size: .66rem; }
.stat-grid strong { font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; }
.dashboard-card { margin-bottom: 20px; padding: 22px; background: #fff; border: 1px solid #e0e4de; border-radius: 18px; box-shadow: 0 5px 18px rgba(20,30,24,.035); }
.card-heading { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 18px; }
.card-heading h2 { margin: 5px 0 0; font-size: 1.25rem; }
.card-heading > a, .card-heading > span { color: var(--forest); font-size: .72rem; font-weight: 750; }
.dashboard-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.dashboard-columns .dashboard-card { min-width: 0; }
.review-list, .dashboard-product-list { display: grid; }
.review-list article, .dashboard-product-list article { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid #edf0ec; }
.review-list article:first-child, .dashboard-product-list article:first-child { border-top: 0; }
.review-list img, .dashboard-product-list img { width: 42px; height: 52px; flex: 0 0 42px; object-fit: cover; border-radius: 8px; }
.review-list article > div, .dashboard-product-list article > div { min-width: 0; margin-right: auto; }
.review-list b, .review-list small, .dashboard-product-list b, .dashboard-product-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.review-list b, .dashboard-product-list b { font-size: .78rem; }
.review-list small, .dashboard-product-list small { color: var(--muted); font-size: .65rem; }
.review-list article > a, .dashboard-product-list article > a { color: var(--forest); font-size: .7rem; font-weight: 750; }
.status { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; font-size: .6rem; font-style: normal; font-weight: 850; text-transform: uppercase; }
.status-active, .status-approved { color: #19643e; background: #ddf3e5; }
.status-pending { color: #8a5d00; background: #fff0c1; }
.status-inactive { color: #5f6661; background: #eceeeb; }
.status-rejected, .status-suspended { color: #8d3027; background: #ffe1dc; }
.compact-table { overflow-x: auto; }
.table-row { min-width: 700px; display: grid; grid-template-columns: 1fr 1.5fr 1fr .7fr; gap: 15px; align-items: center; padding: 12px 10px; border-top: 1px solid #edf0ec; font-size: .72rem; }
.table-row span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.table-row small, .table-row b { display: block; }
.table-row small { color: var(--muted); font-size: .63rem; }
.table-head { color: var(--muted); background: #f7f8f5; border: 0; border-radius: 8px; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.mini-empty { padding: 30px 15px; text-align: center; }
.mini-empty p { color: var(--muted); }
.page-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.page-heading-row h1 { margin: 6px 0; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 400; }
.page-heading-row p { margin: 0; color: var(--muted); font-size: .8rem; }
.page-heading-row > a:not(.button) { color: var(--forest); font-size: .78rem; font-weight: 750; }
.heading-count { padding: 8px 13px; color: var(--forest); background: #e8eee3; border-radius: 999px; font-size: .72rem; font-weight: 750; }
.dashboard-filter { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 12px; background: #fff; border: 1px solid #e0e4de; border-radius: 14px; }
.dashboard-filter label { position: relative; flex: 1 1 260px; }
.dashboard-filter label span { position: absolute; z-index: 1; top: 10px; left: 12px; color: var(--muted); }
.dashboard-filter input { padding-left: 36px; }
.dashboard-filter input, .dashboard-filter select { min-height: 40px; padding-top: 8px; padding-bottom: 8px; }
.dashboard-filter select { width: auto; min-width: 150px; }
.dashboard-filter > a { padding: 8px; color: var(--muted); font-size: .7rem; }
.manage-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.manage-product-grid article { overflow: hidden; background: #fff; border: 1px solid #e0e4de; border-radius: 18px; }
.manage-thumb { position: relative; aspect-ratio: 9 / 6; background: #ddd; }
.manage-thumb img { width: 100%; height: 100%; object-fit: cover; }
.manage-thumb span { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; color: #fff; background: rgba(0,0,0,.6); border-radius: 999px; font-size: .6rem; }
.manage-body { padding: 17px; }
.manage-body > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.manage-body > div:first-child > small { color: var(--muted); font-size: .62rem; }
.manage-body h2 { margin: 12px 0 6px; font-size: 1rem; }
.manage-body > strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.25rem; }
.manage-body > p { min-height: 40px; margin: 7px 0 15px; color: var(--muted); font-size: .7rem; }
.manage-actions, .admin-actions, .row-actions { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.manage-actions form, .admin-actions form, .row-actions form { margin: 0; }
.text-button { padding: 6px; color: var(--forest); background: transparent; border: 0; font-size: .7rem; font-weight: 800; }
.text-button.danger { color: var(--danger); }
.inquiry-list, .inquiry-admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.inquiry-list article { padding: 16px; background: #f8f9f6; border: 1px solid #e4e8e2; border-radius: 14px; }
.inquiry-head { display: flex; align-items: center; gap: 10px; }
.inquiry-head > div { min-width: 0; margin-right: auto; }
.inquiry-head b, .inquiry-head small { display: block; }
.inquiry-head b { font-size: .78rem; }
.inquiry-head small { color: var(--muted); font-size: .6rem; }
.inquiry-list h3 { margin: 14px 0 5px; font-size: .8rem; }
.inquiry-list p, .inquiry-admin-grid article > p { color: #526057; font-size: .73rem; }
.inquiry-list article > small { color: var(--muted); font-size: .65rem; }
.seller-admin-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.seller-admin-head { display: flex; gap: 13px; align-items: center; margin-bottom: 17px; }
.seller-admin-head h2 { margin: 4px 0 2px; font-size: 1rem; }
.seller-admin-head p { margin: 0; color: var(--muted); font-size: .7rem; }
.seller-admin-grid dl, .inquiry-admin-grid dl { margin: 0 0 17px; }
.seller-admin-grid dl div, .inquiry-admin-grid dl div { display: grid; grid-template-columns: 75px minmax(0, 1fr); gap: 10px; padding: 7px 0; border-top: 1px solid #edf0ec; font-size: .7rem; }
.seller-admin-grid dt, .inquiry-admin-grid dt { color: var(--muted); }
.seller-admin-grid dd, .inquiry-admin-grid dd { min-width: 0; overflow-wrap: anywhere; margin: 0; font-weight: 650; }
.admin-product-table { overflow: hidden; background: #fff; border: 1px solid #e0e4de; border-radius: 16px; }
.admin-product-row { display: grid; grid-template-columns: minmax(270px, 1.8fr) 1fr .7fr .55fr 1.2fr; gap: 14px; align-items: center; padding: 12px 16px; border-top: 1px solid #edf0ec; font-size: .72rem; }
.admin-product-row.table-head { min-width: 0; padding-block: 11px; border-radius: 0; }
.admin-product-row > span { min-width: 0; }
.admin-product-row b, .admin-product-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-product-row small { color: var(--muted); font-size: .62rem; }
.product-cell { display: flex; align-items: center; gap: 11px; }
.product-cell img { width: 48px; height: 60px; flex: 0 0 48px; object-fit: cover; border-radius: 8px; }
.product-cell > span { min-width: 0; }

/* Product editor */
.product-editor { padding: 28px; }
.field { display: block; margin-bottom: 17px; color: #39473e; font-size: .76rem; font-weight: 750; }
.field > small { display: block; color: var(--muted); font-size: .65rem; font-weight: 500; }
.field input, .field select, .field textarea { margin-top: 6px; }
.field.span-2 { grid-column: 1 / -1; }
.checkbox-field { min-height: 51px; display: flex; align-items: center; gap: 11px; padding: 10px 13px; background: #f6f7f3; border: 1px solid #dfe3dc; border-radius: 12px; }
.checkbox-field input { width: 18px; height: 18px; margin: 0; }
.checkbox-field span b, .checkbox-field span small { display: block; }
.checkbox-field span small { color: var(--muted); font-size: .62rem; font-weight: 500; }
.upload-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: center; margin: 15px 0 24px; padding: 24px; background: #f3f4ee; border: 1px solid #dfe3dc; border-radius: 17px; }
.upload-panel h3 { margin: 5px 0; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; }
.upload-panel p { margin: 0; color: var(--muted); font-size: .72rem; }
.upload-drop { min-height: 145px; display: grid; place-items: center; align-content: center; padding: 18px; text-align: center; background: #fff; border: 1.5px dashed #aab8ad; border-radius: 14px; cursor: pointer; }
.upload-drop input { display: none; }
.upload-drop > span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 8px; color: #fff; background: var(--forest); border-radius: 50%; }
.upload-drop b, .upload-drop small { display: block; }
.upload-drop b { font-size: .76rem; }
.upload-drop small { color: var(--muted); font-size: .62rem; }
.existing-images { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 11px; }
.existing-images label { position: relative; overflow: hidden; border-radius: 10px; }
.existing-images img { width: 100%; aspect-ratio: 9 / 12; object-fit: cover; }
.existing-images span { position: absolute; inset: auto 5px 5px; padding: 5px; color: #fff; background: rgba(0,0,0,.67); border-radius: 7px; font-size: .58rem; text-align: center; }
.existing-images input { width: auto; margin: 0 3px 0 0; }
.form-submit-bar { display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding-top: 20px; border-top: 1px solid #e2e5df; }
.form-submit-bar span { margin-right: auto; color: var(--muted); font-size: .7rem; }
.admin-editor-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: -28px -28px 25px; padding: 18px 28px; background: var(--ink); border-radius: 17px 17px 0 0; }
.admin-editor-bar label { color: #fff; font-size: .7rem; font-weight: 750; }
.admin-editor-bar select { margin-top: 5px; color: var(--ink); }
.settings-form { max-width: 620px; }

@media (max-width: 1150px) {
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hero-grid { gap: 25px; }
    .hero-card-front { right: 15px; }
    .hero-card-back { left: 0; }
    .seller-admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .manage-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-product-row { grid-template-columns: minmax(250px, 1.6fr) .9fr .65fr .5fr 1.2fr; }
}

@media (max-width: 920px) {
    .desktop-nav { display: none; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 70px 0 90px; }
    .hero-copy { max-width: 700px; }
    .hero-visual { display: none; }
    .search-panel { grid-template-columns: 1fr 1fr; }
    .search-main { grid-column: 1 / -1; }
    .search-panel .button { align-self: end; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-detail-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 28px; }
    .detail-content-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 25px; }
    .facts-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
    .facts-grid div:nth-child(2) { border-right: 0; }
    .auth-grid { grid-template-columns: 1fr; gap: 40px; }
    .auth-copy { max-width: 680px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .dashboard-layout { display: block; }
    .dashboard-sidebar { position: fixed; z-index: 100; left: 0; top: 0; width: 260px; transform: translateX(-102%); transition: transform .25s ease; }
    .dashboard-sidebar.open { transform: translateX(0); }
    .sidebar-backdrop { position: fixed; z-index: 90; inset: 0; background: rgba(10,20,14,.5); }
    .sidebar-backdrop.show { display: block; }
    .menu-button { display: grid; place-items: center; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-product-table { overflow-x: auto; background: transparent; border: 0; }
    .admin-product-row { min-width: 850px; background: #fff; }
    .admin-product-row:first-child { border: 1px solid #e0e4de; }
}

@media (max-width: 700px) {
    body { padding-bottom: 67px; }
    .shell { width: min(100% - 28px, 1220px); }
    .site-header { position: relative; }
    .header-inner { min-height: 66px; }
    .brand-mark { width: 37px; height: 37px; flex-basis: 37px; font-size: 1.2rem; }
    .brand strong { font-size: 1rem; }
    .brand small { font-size: .55rem; }
    .header-sell { display: none; }
    .mobile-nav { position: fixed; z-index: 60; inset: auto 0 0; height: 67px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; padding: 7px max(12px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); color: #667067; background: rgba(255,255,255,.95); border-top: 1px solid #dfe2dd; backdrop-filter: blur(18px); }
    .mobile-nav a { display: grid; place-items: center; gap: 1px; font-size: .58rem; font-weight: 750; }
    .mobile-nav a > span { font-size: 1.15rem; }
    .mobile-nav .mobile-sell { align-self: center; color: var(--forest); }
    .mobile-nav .mobile-sell > span { width: 42px; height: 42px; display: grid; place-items: center; margin-top: -25px; color: #fff; background: var(--forest); border: 4px solid #fff; border-radius: 50%; font-size: 1.3rem; box-shadow: 0 8px 18px rgba(35,79,56,.23); }
    .hero-grid { padding: 55px 0 80px; }
    .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
    .hero-copy > p { font-size: .92rem; }
    .hero-actions .button { flex: 1 1 160px; }
    .trust-row { gap: 18px; overflow-x: auto; }
    .trust-row span { flex: 0 0 auto; }
    .search-section { margin-top: -27px; }
    .search-panel { grid-template-columns: 1fr; padding: 12px; }
    .search-main { grid-column: auto; }
    .search-panel .button { width: 100%; }
    .category-chips { margin-inline: -14px; padding-inline: 14px; }
    .products-section { padding: 52px 0 70px; }
    .section-heading { align-items: start; }
    .section-heading h2 { font-size: 2.25rem; }
    .sort-form label { display: block; font-size: 0; }
    .sort-form select { min-width: 125px; font-size: .7rem; }
    .product-grid { gap: 12px; }
    .product-card { border-radius: 17px; }
    .product-card .reel-slider { aspect-ratio: 9 / 16; }
    .product-card-body { padding: 11px; }
    .price-row strong { font-size: 1.1rem; }
    .price-row > span { display: none; }
    .product-card h2 { min-height: 38px; margin: 6px 0; font-size: .82rem; }
    .card-description { display: none; }
    .card-meta { font-size: .58rem; }
    .card-meta span:last-child { display: none; }
    .seller-strip { margin: 10px -11px -11px; padding: 8px 10px; }
    .seller-avatar { width: 28px; height: 28px; flex-basis: 28px; font-size: .7rem; }
    .seller-strip b { max-width: 85px; font-size: .58rem; }
    .seller-strip a { font-size: .62rem; }
    .slider-arrow { display: none; }
    .condition-pill, .negotiable-pill { padding: 5px 7px; font-size: .52rem; }
    .product-card .negotiable-pill { display: none; }
    .image-count { font-size: .56rem; }
    .value-grid { grid-template-columns: 1fr; gap: 35px; }
    .product-detail-section { padding-top: 12px; }
    .breadcrumbs { margin-bottom: 13px; }
    .product-detail-grid { grid-template-columns: 1fr; gap: 12px; }
    .detail-gallery { width: 100%; max-height: none; aspect-ratio: 9 / 16; border-radius: 20px; }
    .detail-summary { padding: 16px 2px; }
    .detail-summary h1 { margin-top: 15px; font-size: 2.45rem; }
    .detail-price { margin: 18px 0; font-size: 2.1rem; }
    .detail-content-grid { grid-template-columns: 1fr; margin-top: 22px; }
    .facts-grid { margin-bottom: 18px; padding: 14px 5px; }
    .detail-copy section { padding: 22px 0; }
    .inquiry-card { position: static; padding: 22px; }
    .auth-section { padding: 45px 0 70px; }
    .auth-grid { gap: 28px; }
    .auth-copy h1 { font-size: 2.8rem; }
    .auth-copy ul { font-size: .8rem; }
    .auth-card { padding: 22px; border-radius: 20px; }
    .form-grid.two { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
    .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { display: grid; }
    .dashboard-body { padding-bottom: 0; }
    .dashboard-topbar { padding: 10px 14px; }
    .dashboard-topbar .button { width: 40px; min-height: 40px; overflow: hidden; padding: 0; font-size: 0; border-radius: 50%; }
    .dashboard-topbar .button::before { content: "+"; font-size: 1.2rem; }
    .dashboard-content { padding: 20px 14px 40px; }
    .dashboard-footer { padding-inline: 14px; }
    .inline-flash { margin: 12px 14px 0; }
    .welcome-banner { align-items: start; padding: 24px; }
    .welcome-banner h1 { font-size: 1.8rem; }
    .welcome-banner .button, .banner-actions { display: none; }
    .stat-grid { gap: 10px; }
    .stat-grid article { padding: 14px 12px; }
    .stat-grid article > span { width: 34px; height: 34px; flex-basis: 34px; }
    .stat-grid strong { font-size: 1.4rem; }
    .dashboard-columns, .inquiry-list, .inquiry-admin-grid, .seller-admin-grid, .manage-product-grid { grid-template-columns: 1fr; }
    .dashboard-card { padding: 17px; }
    .page-heading-row { align-items: start; }
    .page-heading-row h1 { font-size: 2rem; }
    .page-heading-row > .button { min-width: 46px; width: 46px; overflow: hidden; padding-inline: 0; font-size: 0; }
    .page-heading-row > .button::before { content: "+"; font-size: 1.2rem; }
    .dashboard-filter { flex-wrap: wrap; }
    .dashboard-filter label { flex-basis: 100%; }
    .dashboard-filter select { flex: 1 1 120px; width: auto; min-width: 0; }
    .upload-panel { grid-template-columns: 1fr; padding: 17px; }
    .existing-images { grid-column: auto; grid-template-columns: repeat(3, 1fr); }
    .product-editor { padding: 17px; }
    .admin-editor-bar { grid-template-columns: 1fr; margin: -17px -17px 22px; padding: 17px; }
    .form-submit-bar { align-items: stretch; flex-direction: column; }
    .form-submit-bar .button { width: 100%; }
    .seller-admin-grid dl div { grid-template-columns: 65px minmax(0, 1fr); }
}

@media (max-width: 390px) {
    .shell { width: min(100% - 20px, 1220px); }
    .hero-copy h1 { font-size: 2.85rem; }
    .product-grid { gap: 8px; }
    .product-card h2 { font-size: .75rem; }
    .seller-strip > span:nth-child(2) { display: none; }
    .seller-strip a { margin-left: auto; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .stat-grid article { gap: 8px; }
    .stat-grid small { font-size: .57rem; }
}

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