:root {
  --ink: #13201a;
  --muted: #607168;
  --paper: #f7f3ea;
  --cream: #fffaf0;
  --green: #176b4d;
  --lime: #c8ef62;
  --coral: #ff6f4d;
  --line: rgba(19, 32, 26, .14);
  --shadow: 0 24px 70px rgba(39, 55, 46, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 234, .9);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--cream);
  background: var(--green);
  font-size: 13px;
  letter-spacing: 0;
}
.nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font: 600 14px/1.2 Verdana, sans-serif;
}
.nav a:hover { color: var(--green); }
.nav-cta, .primary, .secondary, form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 20px;
  font: 700 14px/1 Verdana, sans-serif;
}
.nav-cta, .primary, form button {
  color: var(--cream);
  background: var(--ink);
}
.secondary {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.38);
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 30px;
  padding: clamp(80px, 10vw, 132px) clamp(18px, 4vw, 56px) 54px;
  background:
    linear-gradient(90deg, rgba(19,32,26,.84), rgba(19,32,26,.42) 48%, rgba(19,32,26,.08)),
    url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=82") center/cover;
  color: var(--cream);
}
.hero-copy { max-width: 780px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font: 800 12px/1.2 Verdana, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(48px, 8vw, 110px);
  line-height: .92;
  letter-spacing: 0;
}
.lead {
  max-width: 650px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  color: rgba(255,250,240,.86);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.hero .primary { background: var(--lime); color: var(--ink); }
.hero .secondary { color: var(--cream); border-color: rgba(255,255,255,.35); }
.hero-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,250,240,.14);
  backdrop-filter: blur(12px);
}
.hero-panel div {
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.hero-panel div:last-child { border-bottom: 0; }
.metric {
  display: block;
  font-size: 42px;
  line-height: 1;
}
.label {
  color: rgba(255,250,240,.75);
  font: 700 12px Verdana, sans-serif;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--lime);
}
.trust-strip span {
  padding: 18px 16px;
  text-align: center;
  border-right: 1px solid rgba(19,32,26,.16);
  font: 800 12px Verdana, sans-serif;
}

.section, .fulfillment, .reviews, .inquiry {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 56px);
}
.section-head {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 460px);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}
.section-head h2, .fulfillment h2, .inquiry h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 1;
  letter-spacing: 0;
}
.section-head p:last-child, .fulfillment-copy p, .inquiry p {
  margin: 0;
  color: var(--muted);
  font: 16px/1.7 Verdana, sans-serif;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.product-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.product-info { padding: 20px; }
.tag {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green);
  font: 800 11px Verdana, sans-serif;
  text-transform: uppercase;
}
.product-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.05;
}
.product-card p {
  margin: 0;
  min-height: 72px;
  color: var(--muted);
  font: 14px/1.65 Verdana, sans-serif;
}
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font: 12px Verdana, sans-serif;
}
.price-row strong {
  font: 700 24px Georgia, serif;
}

.fulfillment {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  background: var(--ink);
  color: var(--cream);
}
.fulfillment-copy p { color: rgba(255,250,240,.68); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.steps div {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}
.steps span {
  color: var(--lime);
  font: 800 13px Verdana, sans-serif;
}
.steps h3 { margin: 64px 0 12px; font-size: 28px; }
.steps p { margin: 0; color: rgba(255,250,240,.68); font: 14px/1.7 Verdana, sans-serif; }

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  align-items: end;
  background: var(--cream);
}
blockquote {
  margin: 0;
  font-size: clamp(30px, 5vw, 62px);
  line-height: 1.08;
}
.reviewer {
  display: flex;
  gap: 14px;
  align-items: center;
  font: 14px/1.5 Verdana, sans-serif;
  color: var(--muted);
}
.reviewer span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--lime));
}

.inquiry {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
}
form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--cream);
}
label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font: 700 13px Verdana, sans-serif;
}
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: white;
  padding: 14px 15px;
  color: var(--ink);
  font: 15px Verdana, sans-serif;
}
textarea { min-height: 130px; resize: vertical; }
form button {
  border: 0;
  cursor: pointer;
  background: var(--green);
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font: 13px Verdana, sans-serif;
}

@media (max-width: 980px) {
  .hero, .fulfillment, .inquiry, .reviews, .section-head {
    grid-template-columns: 1fr;
  }
  .hero { min-height: 650px; }
  .hero-panel { grid-template-columns: repeat(3, 1fr); }
  .hero-panel div { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.24); }
  .hero-panel div:last-child { border-right: 0; }
  .product-grid, .steps, .trust-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .topbar { align-items: flex-start; }
  .nav { display: none; }
  .nav-cta { padding: 0 14px; }
  .hero { min-height: 720px; padding-top: 96px; }
  .hero-panel, .product-grid, .steps, .trust-strip { grid-template-columns: 1fr; }
  .hero-panel div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .product-card p { min-height: auto; }
  footer { flex-direction: column; }
}
