:root {
  color-scheme: light;
  --ink: #17211b;
  --muted: #5d6a63;
  --line: #dbe5dd;
  --paper: #fbfcf8;
  --soft: #edf4ed;
  --green: #2d7a4f;
  --green-dark: #164f32;
  --sky: #e4f2f6;
  --gold: #f0c86b;
  --white: #ffffff;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(228, 242, 246, 0.85), rgba(251, 252, 248, 0) 440px),
    var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

.site-header,
.site-footer,
.hero,
.section-band,
.contact-section,
.legal-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.site-nav,
.hero-actions,
.site-footer div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green-dark);
  color: var(--white);
}

.site-nav {
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover,
.legal-page a:hover {
  color: var(--green-dark);
}

.hero {
  min-height: 520px;
  padding: 104px 0 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-copy {
  max-width: 880px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(3rem, 6.4vw, 5.45rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.22rem;
}

.intro {
  max-width: 680px;
  margin: 26px 0 0;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.62;
}

.hero-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--green-dark);
  color: var(--white);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
}

.product-showcase {
  margin-top: 34px;
  padding: 34px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(45, 122, 79, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 244, 237, 0.96)),
    linear-gradient(90deg, rgba(240, 200, 107, 0.16), rgba(228, 242, 246, 0.22));
  box-shadow: 0 20px 55px rgba(23, 33, 27, 0.08);
}

.product-showcase img {
  width: 112px;
  aspect-ratio: 1;
  display: block;
  height: auto;
  border-radius: 32%;
  background: var(--green-dark);
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(23, 33, 27, 0.16);
}

.preview-label {
  display: block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-showcase h3 {
  max-width: 680px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.product-showcase p,
.product-card p,
.section-heading p,
.contact-section p,
.legal-page p {
  color: var(--muted);
  line-height: 1.62;
}

.section-band {
  padding: 70px 0 28px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.product-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.contact-section {
  margin-top: 58px;
  padding: 44px 0 62px;
  border-top: 1px solid var(--line);
}

.contact-link {
  display: inline-flex;
  margin-top: 2px;
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--green-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.site-footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer div {
  gap: 16px;
}

.legal-page {
  min-height: calc(100vh - 168px);
  padding: 96px 0;
  max-width: 820px;
}

.legal-page p {
  font-size: 1.08rem;
}

.legal-page a {
  color: var(--green-dark);
  font-weight: 800;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .hero {
    min-height: auto;
    padding: 62px 0 76px;
  }

  .product-showcase {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .contact-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header,
  .site-footer,
  .hero,
  .section-band,
  .contact-section,
  .legal-page {
    width: min(100% - 28px, 1120px);
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.4rem);
  }

  .button {
    width: 100%;
  }

  .product-showcase,
  .product-card {
    padding: 22px;
  }
}
