:root {
  --bg: #f7efe6;
  --bg-alt: #fffaf5;
  --bg-soft: #f3e4d4;
  --accent: #d1681c;
  --accent-dark: #8f4513;
  --text: #2f2218;
  --muted: #6f5a4b;
  --white: #ffffff;
  --border: rgba(47, 34, 24, 0.08);
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.header { position: sticky; top: 0; z-index: 30; background: rgba(247,239,230,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo-wrap { display: flex; gap: 12px; align-items: center; }
.logo-image { width: 52px; height: 52px; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.logo { font-weight: 800; }
.logo-sub { font-size: 12px; color: var(--muted); }
.nav { display: flex; gap: 18px; color: var(--muted); }
.nav a { text-decoration: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 999px; background: linear-gradient(135deg, var(--accent), #e1802d); color: var(--white); text-decoration: none; font-weight: 700; border: none; box-shadow: 0 12px 24px rgba(209,104,28,.25); }
.btn--small { padding: 10px 18px; box-shadow: none; }
.btn--ghost { background: transparent; color: var(--accent-dark); border: 1px solid rgba(143,69,19,.2); box-shadow: none; }
.hero { position: relative; overflow: hidden; padding: 86px 0 56px; }
.hero__bg { position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(209,104,28,.18), transparent 35%), radial-gradient(circle at left bottom, rgba(95,43,12,.12), transparent 30%); pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: start; }
.badge { display: inline-block; margin-bottom: 14px; padding: 8px 12px; border-radius: 999px; background: rgba(209,104,28,.12); color: var(--accent-dark); font-size: 14px; font-weight: 700; }
.hero h1 { margin: 0 0 18px; font-size: clamp(38px,6vw,64px); line-height: 1.02; max-width: 820px; }
.hero__text { font-size: 19px; color: var(--muted); max-width: 760px; }
.hero__actions { display: flex; gap: 14px; margin: 28px 0 24px; flex-wrap: wrap; }
.hero__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: 760px; }
.stat { padding: 16px; border-radius: 16px; background: rgba(255,255,255,.7); border: 1px solid var(--border); }
.stat strong { display: block; font-size: 18px; }
.stat span { color: var(--muted); font-size: 14px; }
.hero__panel { display: grid; gap: 16px; }
.hero__card, .card, .product, .feature, .contact-box, .equipment-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero__card { padding: 24px; }
.hero__card--accent { background: linear-gradient(160deg,#fff9f2,#ffffff); border-color: rgba(209,104,28,.16); }
.hero__image { width: 100%; height: 300px; object-fit: cover; border-radius: 14px; }
.section { padding: 76px 0; }
.section--alt { background: var(--bg-alt); }
.section--soft { background: var(--bg-soft); }
.section--accent { background: linear-gradient(135deg,#6b3310,#b15919); color: var(--white); }
.section__head { margin-bottom: 24px; }
.section__label { display: inline-block; margin-bottom: 10px; color: var(--accent-dark); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.section__label--light { color: rgba(255,255,255,.82); }
.section h2 { margin: 0; font-size: clamp(30px,5vw,46px); }
.lead { max-width: 860px; font-size: 19px; color: var(--muted); }
.lead--small { font-size: 17px; max-width: none; }
.features, .products { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature, .product { padding: 24px; }
.products--visual { grid-template-columns: repeat(3,1fr); }
.product--media { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.product--media img { width: 100%; height: 240px; object-fit: contain; background: #fff; padding: 12px; }
.product--media div { padding: 18px; }
.grid-2, .contacts { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.card, .contact-box { padding: 24px; }
.contact-box { color: var(--text); }
.contact-box a { color: var(--accent-dark); }
.production-intro { margin-bottom: 20px; }
.equipment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.equipment-card { overflow: hidden; display: flex; flex-direction: column; }
.equipment-card img { width: 100%; height: 220px; object-fit: contain; background: #fff; padding: 12px; }
.equipment-card div { padding: 18px; }
.equipment-card h3 { margin-top: 0; margin-bottom: 8px; }
.footer { padding: 24px 0 36px; border-top: 1px solid var(--border); }
.footer__inner { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 14px; }
@media (max-width: 1100px) {
  .products--visual { grid-template-columns: repeat(2,1fr); }
  .equipment-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 960px) {
  .hero__grid, .features, .grid-2, .contacts, .hero__stats { grid-template-columns: 1fr; }
  .nav { display: none; }
}
@media (max-width: 700px) {
  .products--visual, .equipment-grid { grid-template-columns: 1fr; }
  .product--media img, .equipment-card img { height: 200px; }
  .hero { padding: 64px 0 40px; }
  .hero h1 { font-size: clamp(30px, 10vw, 44px); }
}
