:root {
  --cream: #f4f0e8;
  --paper: #fffdf8;
  --ink: #171c18;
  --muted: #667067;
  --green: #073f35;
  --green-deep: #052d27;
  --green-soft: #e5eee8;
  --sage: #a7b8aa;
  --wood: #9b6c42;
  --line: #d9d8cf;
  --shadow: 0 18px 50px rgba(16, 35, 29, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Manrope, system-ui, sans-serif; }
img { max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0; color: #d8c6aa; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--wood); }

.hero { color: white; background: radial-gradient(circle at 82% 25%, rgba(167,184,170,.3), transparent 28%), linear-gradient(135deg, var(--green-deep), var(--green) 60%, #1e5548); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; gap: 16px; color: white; text-decoration: none; font-family: Outfit, sans-serif; font-weight: 700; }
.brand img { width: 142px; padding: 8px 10px; background: rgba(255,255,255,.96); }
.nav-phone { text-decoration: none; font-weight: 800; }
.hero-content { padding: 82px 0 68px; }
h1, h2, h3 { font-family: Outfit, sans-serif; }
h1 { max-width: 920px; margin: 16px 0 22px; font-size: clamp(52px, 8vw, 108px); line-height: .91; letter-spacing: -.055em; }
h1 span { color: #d8c6aa; }
.hero-copy { max-width: 690px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: white; color: var(--green); }
.button-ghost { border-color: rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.05); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; margin: 54px 0 0; }
.hero-stats div { min-width: 170px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.24); }
.hero-stats div:first-child { padding-left: 0; border-left: 0; }
.hero-stats dt { font: 700 34px Outfit, sans-serif; }
.hero-stats dd { margin: 4px 0 0; color: rgba(255,255,255,.64); font-size: 13px; }

.trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; padding: 64px 0; }
.trust h2, .catalog-head h2, .pack-callout h2 { margin: 8px 0 0; color: var(--green); font-size: clamp(34px, 5vw, 62px); line-height: 1; letter-spacing: -.035em; }
.trust-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.legend { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; font-size: 13px; font-weight: 700; }
.legend span { display: flex; align-items: center; gap: 8px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.dot.phone { background: var(--wood); }

.pack-callout { padding: 64px 0; color: white; background: var(--green); }
.pack-callout-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: center; }
.pack-callout h2 { color: white; }
.pack-callout p { color: rgba(255,255,255,.72); line-height: 1.75; }
.call-card { padding: 30px; color: var(--green); background: var(--paper); box-shadow: var(--shadow); }
.call-card span, .call-card small { display: block; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.call-card > a { display: block; margin: 10px 0; color: var(--green); font: 800 clamp(30px, 4vw, 45px) Outfit, sans-serif; text-decoration: none; }
.call-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.catalog { padding: 72px 0 90px; }
.catalog-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.catalog-head > p { margin: 0; color: var(--muted); }
.catalog-tools { position: sticky; z-index: 4; top: 0; padding: 16px 0; background: rgba(244,240,232,.94); backdrop-filter: blur(12px); }
.search-wrap input { width: 100%; min-height: 54px; padding: 0 18px; border: 1px solid var(--line); border-radius: 0; outline: none; background: var(--paper); color: var(--ink); font: 600 15px Manrope, sans-serif; }
.search-wrap input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(7,63,53,.1); }
.filters { display: flex; gap: 8px; margin-top: 12px; padding-bottom: 3px; overflow-x: auto; }
.filter { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); background: transparent; color: var(--muted); font: 700 12px Manrope, sans-serif; cursor: pointer; }
.filter.active { border-color: var(--green); color: white; background: var(--green); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 24px; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 10px 35px rgba(16,35,29,.04); }
.product-visual { position: relative; min-height: 240px; display: grid; place-items: center; padding: 22px; overflow: hidden; background: linear-gradient(180deg,#fff,#f1eee7); }
.product-image-link { color: inherit; text-decoration: none; cursor: pointer; }
.product-image-link:hover img { transform: scale(1.025); }
.product-visual img { width: 100%; height: 210px; object-fit: contain; }
.product-visual img { transition: transform .2s ease; }
.image-fallback { color: rgba(7,63,53,.22); font: 800 58px Outfit, sans-serif; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.card-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.category { color: var(--wood); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.verified-badge { padding: 4px 7px; color: var(--green); background: var(--green-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-card h3 { margin: 13px 0 7px; color: var(--green); font-size: 21px; line-height: 1.2; }
.content { margin: 0; color: var(--muted); font-size: 13px; }
.product-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 20px 0 0; background: var(--line); }
.product-meta div { padding: 11px; background: var(--cream); }
.product-meta dt, .prices span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-meta dd { margin: 3px 0 0; font-weight: 800; }
.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.prices div { padding: 12px; border: 1px solid var(--line); }
.prices strong { display: block; margin-top: 4px; color: var(--green); font: 800 18px Outfit, sans-serif; }
.card-actions { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 18px; }
.card-link { flex: 1; color: white; background: var(--green); }
.product-card[data-assisted="true"] .card-link { background: var(--wood); }
.qr { width: 46px; height: 46px; border: 1px solid var(--line); background: white; }
.qr-link { display: inline-flex; outline-offset: 3px; }
.empty-state { padding: 50px 0; color: var(--muted); text-align: center; }

footer { padding: 48px 0; color: rgba(255,255,255,.72); background: var(--green-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1.1fr; gap: 40px; }
footer strong { color: white; } footer p { margin: 8px 0 0; font-size: 13px; line-height: 1.7; } footer a { display: block; margin-top: 8px; color: white; font-weight: 800; }

.help-page { background: var(--paper); }
.help-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.help-nav a { color: var(--green); font-weight: 800; text-decoration: none; }
.help-nav img { width: 140px; }
.help-shell { padding: 50px 0 80px; }
.help-product { display: grid; grid-template-columns: .75fr 1.25fr; gap: 52px; align-items: center; }
.help-visual { min-height: 380px; display: grid; place-items: center; padding: 30px; background: linear-gradient(180deg,#fff,#f1eee7); border: 1px solid var(--line); }
.help-visual img { width: 100%; height: 320px; object-fit: contain; }
.help-visual span { color: rgba(7,63,53,.2); font: 800 72px Outfit,sans-serif; }
.help-product h1 { margin: 12px 0 18px; color: var(--green); font-size: clamp(42px,6vw,78px); line-height: .96; }
.help-product > div > p:last-child { color: var(--muted); line-height: 1.75; }
.help-facts { display: flex; flex-wrap: wrap; gap: 8px; }
.help-facts span { padding: 9px 12px; color: var(--green); background: var(--green-soft); font-weight: 800; }
.phone-order { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; margin-top: 54px; padding: 46px; color: white; background: var(--green); }
.phone-order h2,.alternative-order h2 { margin: 8px 0 12px; font-size: clamp(32px,4vw,50px); line-height: 1; }
.phone-order p { color: rgba(255,255,255,.76); line-height: 1.7; }
.phone-box { align-self: center; padding: 24px; color: var(--green); background: var(--paper); }
.phone-box span,.phone-box small { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.phone-box a { display: block; margin: 8px 0; font: 800 clamp(28px,4vw,42px) Outfit,sans-serif; text-decoration: none; }
.alternative-order { max-width: 820px; padding: 64px 0 0; }
.alternative-order h2 { color: var(--green); }
.alternative-order ol { padding-left: 24px; color: var(--muted); line-height: 1.8; }
.alternative-order .button { width: fit-content; color: white; }

@media (max-width: 940px) { .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .trust,.pack-callout-grid { grid-template-columns: 1fr; } }
@media (max-width: 940px) { .help-product,.phone-order { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .shell { width: min(100% - 28px,1180px); } .nav { min-height: 70px; } .brand span { display: none; } .brand img { width: 122px; } .hero-content { padding: 62px 0 48px; } .hero-stats div { min-width: 50%; margin-top: 18px; padding-left: 16px; } .catalog-grid { grid-template-columns: 1fr; } .catalog-head { align-items: start; flex-direction: column; } .product-visual { min-height: 210px; } .footer-grid { grid-template-columns: 1fr; } .help-nav img { width: 115px; } .help-product { gap: 28px; } .help-visual { min-height: 280px; } .help-visual img { height: 230px; } .phone-order { padding: 28px 20px; } }
