:root {
  --green: #1f421f;
  --green-2: #335d2d;
  --gold: #b9933e;
  --cream: #fbf8ee;
  --paper: #fffdf7;
  --text: #52604d;
  --line: rgba(43, 72, 36, 0.14);
  --shadow: 0 24px 70px rgba(27, 48, 22, 0.12);
  --max: 1160px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #1d2d18;
  background: linear-gradient(180deg, #fffdf8, #f6f0e1 58%, #fffdf8);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Arial,
    sans-serif;
  line-height: 1.62;
}
a {
  color: inherit;
}
.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo img {
  display: block;
  width: min(286px, 46vw);
  height: auto;
}
.back-link {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}
.hero {
  padding: 74px 0 66px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 52px;
}
.eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(185, 147, 62, 0.3);
  border-radius: 999px;
  color: #806925;
  background: rgba(255, 253, 247, 0.74);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--green);
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(3.1rem, 7vw, 6.3rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.lead {
  max-width: 690px;
  margin: 0 0 26px;
  color: var(--text);
  font-size: 1.13rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
}
.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 12px 28px rgba(31, 66, 31, 0.16);
}
.btn.light {
  color: var(--green);
  background: #fffdf7;
  border: 1px solid rgba(185, 147, 62, 0.35);
}
.product-shot {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}
.product-shot img {
  width: 100%;
  height: 470px;
  object-fit: contain;
}
.section {
  padding: 72px 0;
}
.section.alt {
  background: rgba(255, 255, 255, 0.62);
  border-block: 1px solid var(--line);
}
.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}
.section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.section-head p {
  margin: 0;
  color: var(--text);
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fact {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(27, 48, 22, 0.07);
}
.fact b {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 1.04rem;
}
.fact span {
  color: var(--text);
  font-size: 0.93rem;
}
.document {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}
.document img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  border-radius: 18px;
  background: #eef0ec;
}
.document img.rotated {
  transform: rotate(90deg) scale(0.73);
}
.document h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}
.document p {
  color: var(--text);
}
.document small {
  display: block;
  margin: 14px 0 22px;
  color: #6d7969;
  line-height: 1.6;
}
.legal {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(185, 147, 62, 0.22);
  border-radius: 16px;
  background: #f8f3e5;
  color: #646957;
  font-size: 0.9rem;
}
.cta {
  padding: 68px 0;
  color: #fff;
  background: linear-gradient(135deg, #173819, #315d2d);
}
.cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
}
.cta p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}
.cta .btn {
  margin-top: 12px;
  background: #fffdf7;
  color: var(--green);
}
.footer {
  padding: 30px 0;
  color: #6d7969;
  background: #fffdf8;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .hero-grid,
  .document {
    grid-template-columns: 1fr;
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .product-shot {
    min-height: 420px;
  }
  .product-shot img {
    height: 380px;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: min(var(--max), calc(100% - 26px));
  }
  .nav {
    min-height: 72px;
  }
  .back-link {
    font-size: 0.86rem;
  }
  .hero {
    padding-top: 48px;
  }
  .product-shot {
    min-height: 340px;
    padding: 18px;
  }
  .product-shot img {
    height: 300px;
  }
  .document {
    padding: 18px;
  }
  .document img {
    height: 330px;
  }
}
