:root {
  --paper: #f7f2ea;
  --ink: #1d2521;
  --muted: #66736b;
  --line: #ddd2c3;
  --sage: #7f9b80;
  --clay: #b86843;
  --blue: #264f68;
  --ivory: #fffaf1;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 52px);
  background: rgba(247, 242, 234, 0.92);
  border-bottom: 1px solid rgba(29, 37, 33, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--ivory) 0 34%, var(--blue) 35% 44%, var(--sage) 45% 64%, var(--clay) 65% 100%);
  border: 2px solid rgba(29, 37, 33, 0.2);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.nav a {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.nav a:hover { color: var(--ink); background: rgba(255, 250, 241, 0.9); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  min-height: calc(100vh - 72px);
  align-items: center;
  gap: clamp(26px, 5vw, 72px);
  padding: clamp(34px, 6vw, 78px) clamp(18px, 4vw, 52px) clamp(38px, 6vw, 72px);
}

.hero-copy { max-width: 720px; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

h3 { line-height: 1.25; letter-spacing: 0; }

.lead {
  max-width: 720px;
  color: #405047;
  font-size: clamp(18px, 2vw, 22px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid var(--ink);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary { background: var(--ink); color: var(--ivory); }
.button.secondary { background: transparent; color: var(--ink); }

.hero-media img {
  width: 100%;
  height: min(72vh, 760px);
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(44, 35, 24, 0.22);
}

.section {
  padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 52px);
  border-top: 1px solid var(--line);
}

.intro, .split, .order-band, .contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.product-grid, .article-grid, .values, .process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card, .article-card, .values div, .process article, .contact-card, .form {
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(29, 37, 33, 0.12);
  border-radius: 8px;
}

.product-card {
  min-height: 330px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.plate {
  width: min(170px, 70%);
  aspect-ratio: 1;
  margin: 8px auto 22px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 14px rgba(255,255,255,0.45), inset 0 0 0 18px rgba(29,37,33,0.08), 0 18px 30px rgba(44, 35, 24, 0.12);
}

.plate-1 { background: radial-gradient(circle, #eef0df 0 38%, #75937b 39% 55%, #f5ead9 56% 100%); }
.plate-2 { background: radial-gradient(circle, #fbf4e8 0 46%, #244d66 47% 52%, #b86843 53% 100%); }
.plate-3 { background: radial-gradient(circle, #f6efe3 0 42%, #d7b28b 43% 56%, #778f70 57% 100%); }
.plate-4 { background: radial-gradient(circle, #faf6ed 0 36%, #9b7461 37% 44%, #263f4f 45% 100%); }

.product-card h3, .article-card h3 { margin-bottom: 8px; }
.product-card p, .article-card p, .values p, .process p, .footer p { color: var(--muted); }
.product-card span { margin-top: auto; color: var(--blue); font-weight: 900; }

.article-card { padding: 22px; min-height: 210px; }
.article-card span { color: var(--clay); font-size: 13px; font-weight: 800; }
.article-card a { text-decoration: none; }
.article-card a:hover { text-decoration: underline; }

.text-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  font-size: 18px;
}

.page-hero {
  padding: clamp(56px, 9vw, 120px) clamp(18px, 4vw, 52px);
  background: linear-gradient(90deg, rgba(255,250,241,0.7), rgba(127,155,128,0.12));
  border-bottom: 1px solid var(--line);
}

.page-hero.compact h1 { max-width: 980px; font-size: clamp(40px, 6vw, 72px); }

.catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.order-band { align-items: center; background: var(--ivory); }
.values div, .process article { padding: 22px; }
.process article span { display: block; margin-bottom: 18px; color: var(--clay); font-weight: 900; }

.contact-layout { align-items: stretch; }
.contact-card, .form { padding: clamp(20px, 3vw, 34px); }
.form { display: grid; gap: 16px; }
.form label { display: grid; gap: 7px; font-weight: 800; }
.form input, .form textarea {
  width: 100%;
  border: 1px solid rgba(29, 37, 33, 0.18);
  border-radius: 8px;
  padding: 12px 14px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.article-page {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(56px, 9vw, 118px) clamp(18px, 4vw, 52px);
}

.article-page h1 { font-size: clamp(42px, 6vw, 76px); }
.article-body { margin-top: 36px; font-size: 20px; color: #37483f; }
.article-body p { margin-bottom: 24px; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 52px);
  color: var(--ivory);
  background: var(--ink);
}

.footer p { max-width: 620px; margin: 8px 0 0; color: rgba(255,250,241,0.72); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; align-content: start; justify-content: flex-end; }
.footer a { color: var(--ivory); }

@media (max-width: 980px) {
  .hero, .intro, .split, .order-band, .contact-layout { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-media img { height: 56vh; min-height: 320px; }
  .product-grid, .article-grid, .values, .process, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { display: block; }
}

@media (max-width: 640px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  .nav { justify-content: flex-start; }
  h1 { font-size: 42px; }
  .hero-media img { min-height: 260px; }
  .product-grid, .article-grid, .values, .process, .catalog-grid, .text-columns { grid-template-columns: 1fr; }
  .footer { display: block; }
  .footer-links { justify-content: flex-start; margin-top: 20px; }
}