:root {
  --ink: #101815;
  --muted: #5e6964;
  --paper: #f4f1e9;
  --paper-2: #eae5da;
  --forest: #08120f;
  --green: #9cd7ad;
  --line: rgba(16, 24, 21, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header, footer { width: min(1200px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { min-height: 84px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--green); background: var(--forest); border-radius: 3px 10px 3px 3px; }
nav { display: flex; gap: 30px; color: var(--muted); font-size: .9rem; }
nav a:hover { color: var(--ink); }

.hero { width: min(1200px, calc(100% - 48px)); min-height: 680px; margin: 0 auto; padding: 90px 0 100px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: center; }
.eyebrow { margin: 0 0 22px; color: #416a4d; font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(3.3rem, 7vw, 6.8rem); line-height: .97; }
.lead { max-width: 670px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border-radius: 4px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); }
.button-quiet { color: var(--muted); }
.hero-object { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 44px; color: #dce9df; background: var(--forest); border-radius: 5px 50px 5px 5px; }
.cutout { width: 150px; height: 200px; margin-bottom: 54px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(156,215,173,.35); background: radial-gradient(circle at 65% 28%, #456e59 0 2px, transparent 3px), radial-gradient(circle at 30% 70%, #8ecaa1 0 1px, transparent 2px), linear-gradient(145deg, #122b22, #050907); clip-path: polygon(0 0, 70% 0, 100% 16%, 100% 100%, 0 100%); }
.cutout span { font: 700 7rem/1 "Manrope", sans-serif; }
.hero-object p { margin: 0; font-size: 1rem; line-height: 1.7; }

.section { padding: 120px max(24px, calc((100vw - 1200px) / 2)); }
.section-heading { max-width: 820px; margin-bottom: 58px; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4.3vw, 4.6rem); line-height: 1.05; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { min-height: 340px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.18); display: flex; flex-direction: column; }
.card-number { color: #6e7a74; font: 500 .72rem "Manrope", sans-serif; }
.card h3 { margin: auto 0 20px; font-size: 1.55rem; }
.card p { min-height: 96px; margin: 0; color: var(--muted); line-height: 1.6; }
.card-accent { color: white; background: var(--forest); }
.card-accent p { color: #b7c4bd; }
.product-note { margin-top: 22px; color: var(--green); font-size: .78rem; }

.method { background: var(--paper-2); }
.steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { min-height: 150px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.steps > li > span { color: #6f7c76; font-size: .75rem; }
.steps h3 { margin-bottom: 8px; font-size: 1.55rem; }
.steps p { margin: 0; color: var(--muted); }

.contact { margin: 0; padding: 120px max(24px, calc((100vw - 1200px) / 2)); color: white; background: #173c2d; }
.contact h2 { max-width: 900px; }
.contact > p:not(.eyebrow) { max-width: 640px; margin: 30px 0; color: #c0d1c7; font-size: 1.1rem; line-height: 1.6; }
.contact .eyebrow { color: var(--green); }
.button-light { margin-top: 12px; color: var(--forest); background: var(--green); }
footer { min-height: 140px; color: #b8c2bd; background: var(--forest); width: 100%; padding: 0 max(24px, calc((100vw - 1200px) / 2)); }
footer .brand { color: white; }
footer p { font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; gap: 50px; }
  .hero-object { min-height: 460px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 280px; }
  footer { flex-wrap: wrap; gap: 20px; padding-top: 40px; padding-bottom: 40px; }
}

@media (max-width: 520px) {
  .site-header, .hero { width: min(100% - 32px, 1200px); }
  .hero { padding-top: 54px; }
  h1 { font-size: 3.2rem; }
  .hero-object { padding: 30px; min-height: 410px; }
  .section, .contact { padding-top: 90px; padding-bottom: 90px; }
  .steps li { grid-template-columns: 48px 1fr; padding: 24px 0; }
  footer > p:nth-of-type(1) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
