:root {
  --green: #174a34;
  --green-deep: #0e3424;
  --cream: #f4f0e9;
  --white: #fff;
  --ink: #19211c;
  --muted: #6e756f;
  --line: #deddd8;
  --gold: #b79b65;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(18, 47, 34, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section--cream { background: var(--cream); }
.section--green { background: var(--green); color: #fff; }
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(44px, 6vw, 82px); }
h2 { font-size: clamp(34px, 4.2vw, 58px); }
h3 { font-size: 27px; }
p { margin: 0; }
.lead { max-width: 720px; margin-top: 18px; color: var(--muted); font-size: 18px; }
.section--green .lead { color: rgba(255,255,255,.75); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; background: var(--green); color: #fff; font-size: 15px; font-weight: 750; cursor: pointer; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); background: var(--green-deep); }
.btn--light { background: #fff; color: var(--green); }
.btn--outline { border-color: rgba(23,74,52,.25); background: transparent; color: var(--green); }
.btn--outline:hover { background: var(--green); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(0,0,0,.07); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; flex-direction: column; min-width: 150px; color: var(--green); line-height: 1; }
.brand strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; letter-spacing: .16em; }
.brand span { margin-top: 6px; font-size: 9px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.brand--logo { min-width: auto; flex-direction: row; align-items: center; }
.brand-logo { display: block; border-radius: 10px; object-fit: cover; }
.brand-logo--header { width: 62px; height: 62px; }
.brand-logo--footer { width: 158px; height: 158px; border-radius: 18px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav a.active { color: var(--green); }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; font-size: 13px; }
.header-phone a { color: var(--green); font-weight: 850; }
.menu-toggle { display: none; width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--green); color: #fff; font-size: 20px; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--green-deep); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,32,22,.93) 0%, rgba(7,32,22,.75) 42%, rgba(7,32,22,.08) 78%), url("assets/images/site/hero.jpg?v=2") center/cover no-repeat; }
.hero-content { position: relative; z-index: 1; max-width: 680px; padding: 100px 0; }
.hero .eyebrow { color: #d8c28d; }
.hero p { max-width: 610px; margin-top: 24px; color: rgba(255,255,255,.85); font-size: 19px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.18); }
.hero-fact { padding: 18px; background: rgba(8,43,29,.74); }
.hero-fact strong { display: block; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.hero-fact span { font-size: 12px; color: rgba(255,255,255,.7); }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 370px; overflow: hidden; border-radius: var(--radius); background: #ddd; color: #fff; box-shadow: var(--shadow); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,29,20,.8), transparent 60%); }
.category-card span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; font-family: Georgia, serif; font-size: 24px; line-height: 1.05; }
.category-card:hover img { transform: scale(1.04); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-media { display: block; aspect-ratio: 1.25; overflow: hidden; background: #eee; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-body { padding: 19px; }
.product-category { color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-title { margin-top: 7px; font-family: Georgia, serif; font-size: 25px; }
.product-note { min-height: 44px; margin-top: 9px; color: var(--muted); font-size: 13px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.price { color: var(--green); font-weight: 850; }
.more { color: var(--green); font-size: 14px; font-weight: 800; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.feature { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.06); }
.feature strong { display: block; margin-bottom: 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.feature p { color: rgba(255,255,255,.72); font-size: 14px; }
.feature-num { display: grid; width: 38px; height: 38px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #d9c58f; font-weight: 800; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-media { min-height: 560px; overflow: hidden; border-radius: 28px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #4f5851; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.faq { display: grid; gap: 10px; max-width: 900px; margin: 40px auto 0; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 25px; padding: 22px 24px; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 800; cursor: pointer; }
.faq-answer { display: none; padding: 0 24px 23px; color: var(--muted); font-size: 15px; }
.faq-item.open .faq-answer { display: block; }

.contact-band { padding: 70px 0; background: var(--green); color: #fff; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-band h2 { max-width: 700px; }
.contact-band p { margin-top: 12px; color: rgba(255,255,255,.7); }

.page-hero { padding: 105px 0 75px; background: var(--cream); }
.page-hero p { max-width: 700px; margin-top: 18px; color: var(--muted); font-size: 18px; }
.catalog-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.filter-btn { padding: 11px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 750; cursor: pointer; }
.filter-btn.active { border-color: var(--green); background: var(--green); color: #fff; }

.detail { padding: 65px 0 90px; }
.breadcrumbs { margin-bottom: 30px; color: var(--muted); font-size: 13px; }
.detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: start; }
.detail-image { overflow: hidden; border-radius: 24px; background: var(--cream); }
.detail-image img { width: 100%; min-height: 560px; object-fit: cover; }
.detail-panel { position: sticky; top: 110px; }
.detail-panel h1 { font-size: clamp(42px, 5vw, 68px); }
.detail-category { margin-bottom: 12px; color: var(--gold); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.detail-price { margin-top: 22px; color: var(--green); font-size: 25px; font-weight: 900; }
.detail-copy { margin-top: 22px; color: var(--muted); }
.spec-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.spec { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.spec span { color: var(--muted); }
.spec strong { text-align: right; }

.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.info-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; }
.info-card h3 { margin-bottom: 12px; }
.info-card p, .info-card li { color: var(--muted); }
.info-card ul { margin: 15px 0 0; padding-left: 20px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.contact-panel { padding: 35px; border-radius: 24px; background: var(--cream); }
.contact-row { padding: 20px 0; border-bottom: 1px solid #d7d2c8; }
.contact-row:last-child { border-bottom: 0; }
.contact-row small { display: block; margin-bottom: 5px; color: var(--muted); }
.contact-row a { color: var(--green); font-weight: 800; }
.map-frame { width: 100%; min-height: 580px; border: 0; border-radius: 24px; background: #eee; }
.map-card { min-height: 580px; display: flex; padding: 55px; flex-direction: column; align-items: center; justify-content: center; border-radius: 24px; background: linear-gradient(145deg, #153c2c, #0b291d); color: #fff; text-align: center; }
.map-pin { display: grid; width: 82px; height: 82px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50% 50% 50% 12px; transform: rotate(-45deg); color: #d8c28d; font-size: 28px; }
.map-pin span { transform: rotate(45deg); }
.map-card h2 { font-size: 42px; }
.map-card p { max-width: 480px; margin-top: 16px; color: rgba(255,255,255,.72); }

.site-footer { padding: 65px 0 100px; background: #0c2d20; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 320px; margin-top: 18px; color: rgba(255,255,255,.6); font-size: 14px; }
.site-footer h4 { margin-bottom: 18px; font-family: inherit; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.68); font-size: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 12px; }
.developer-credit { color: rgba(255,255,255,.72); transition: color .2s ease; }
.developer-credit:hover { color: #d8c28d; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .header-phone { display: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 66px 0; }
  .header-inner { height: 68px; }
  .brand strong { font-size: 21px; }
  .brand-logo--header { width: 52px; height: 52px; border-radius: 8px; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: none; padding: 24px; flex-direction: column; align-items: flex-start; background: #fff; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: 700px; }
  .hero::before { background: linear-gradient(0deg, rgba(7,32,22,.95) 0%, rgba(7,32,22,.68) 65%, rgba(7,32,22,.15)), url("assets/images/site/hero.jpg?v=2") 35% center/cover no-repeat; }
  .hero-content { align-self: end; padding: 120px 0 60px; }
  .hero p { font-size: 16px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-fact { display: flex; align-items: center; gap: 14px; padding: 13px 16px; }
  .hero-fact strong { font-size: 21px; }
  .section-head, .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .category-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; }
  .category-card { min-height: 260px; }
  .product-grid, .feature-grid, .split, .detail-grid, .info-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-grid { gap: 16px; }
  .split { gap: 35px; }
  .split-media { min-height: 380px; order: -1; }
  .detail-image img { min-height: 360px; }
  .detail-panel { position: static; }
  .footer-grid { gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-bottom: 110px; }
}

@media (max-width: 440px) {
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 300px; }
}
