:root {
  color-scheme: light;
  --ink: #14211d;
  --ink-soft: #40504a;
  --paper: #f7f4eb;
  --paper-warm: #eee6d4;
  --white: #fffdf7;
  --green: #19594c;
  --teal: #2d8c87;
  --amber: #c98729;
  --coral: #b8644c;
  --line: rgba(20, 33, 29, 0.16);
  --shadow: 0 28px 80px rgba(17, 38, 33, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(247, 244, 235, 0.3), rgba(238, 230, 212, 0.88)),
    var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  grid-template-rows: auto 1fr;
  isolation: isolate;
  background: #ddd4c0;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% 50%;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 244, 235, 0.78) 0%, rgba(247, 244, 235, 0.62) 34%, rgba(247, 244, 235, 0.2) 65%, rgba(247, 244, 235, 0.04) 100%),
    linear-gradient(180deg, rgba(20, 33, 29, 0.04), rgba(20, 33, 29, 0.16));
}

.nav {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.nav-link,
.nav-actions,
.language-switcher {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 18px;
  font-weight: 750;
}

.brand-mark {
  width: 76px;
  aspect-ratio: 1;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(25, 89, 76, 0.18));
}

.nav-actions {
  gap: 12px;
}

.language-switcher {
  min-height: 40px;
  padding: 4px;
  border: 1px solid rgba(20, 33, 29, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.56);
  backdrop-filter: blur(18px);
}

.language-option {
  min-width: 42px;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  color: var(--ink-soft);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.language-option.is-active {
  color: var(--white);
  background: var(--green);
}

.nav-link {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(20, 33, 29, 0.24);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 247, 0.56);
}

.hero-content {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  align-self: center;
  padding: 56px 0 104px;
  text-shadow: 0 1px 18px rgba(255, 253, 247, 0.6);
}

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

h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
}

.notify-form {
  width: min(560px, 100%);
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(20, 33, 29, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.notify-form input,
.notify-form button {
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  font: inherit;
}

.notify-form input {
  width: 100%;
  min-width: 0;
  padding: 0 14px;
  color: var(--ink);
  background: transparent;
  outline: none;
}

.notify-form input::placeholder {
  color: rgba(64, 80, 74, 0.7);
}

.notify-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--white);
  background: var(--green);
  font-weight: 750;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.notify-form button:hover {
  transform: translateY(-1px);
  background: #123f37;
}

.mailchimp-responses:empty,
.mailchimp-responses .response:empty {
  display: none;
}

.mailchimp-responses:not(:has(.response:not(:empty))) {
  display: none;
}

.mailchimp-responses {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
}

.mailchimp-bot-field {
  position: absolute;
  left: -5000px;
}

.microcopy {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(64, 80, 74, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.product-strip {
  width: min(1160px, calc(100% - 40px));
  margin: -54px auto 64px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 22px 70px rgba(17, 38, 33, 0.12);
}

.product-strip article {
  min-height: 188px;
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-strip article + article {
  border-left: 1px solid var(--line);
}

.capability-icon {
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: #e8f1ef;
  background: color-mix(in srgb, var(--teal) 14%, white);
  font-size: 12px;
  font-weight: 850;
}

.product-strip article:nth-child(2) .capability-icon {
  color: #71420c;
  background: #f5ead8;
  background: color-mix(in srgb, var(--amber) 20%, white);
}

.product-strip article:nth-child(3) .capability-icon {
  color: #7b3326;
  background: #f3e4df;
  background: color-mix(in srgb, var(--coral) 16%, white);
}

h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-strip p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 820px) {
  .hero {
    min-height: 82vh;
  }

  .hero-image {
    opacity: 0.72;
    object-position: 68% 42%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(247, 244, 235, 0.86) 0%, rgba(247, 244, 235, 0.72) 48%, rgba(247, 244, 235, 0.42) 100%),
      linear-gradient(90deg, rgba(247, 244, 235, 0.72), rgba(247, 244, 235, 0.24));
  }

  .nav {
    width: min(100% - 28px, 1160px);
    padding: 18px 0;
  }

  .nav-actions {
    gap: 0;
  }

  .nav-link {
    display: none;
  }

  .hero-content {
    width: min(100% - 28px, 1160px);
    padding: 42px 0 84px;
  }

  h1 {
    font-size: clamp(44px, 12.4vw, 58px);
    line-height: 0.94;
  }

  .notify-form {
    grid-template-columns: 1fr;
  }

  .notify-form button {
    width: 100%;
  }

  .product-strip {
    width: min(100% - 28px, 1160px);
    margin-top: -40px;
    grid-template-columns: 1fr;
  }

  .product-strip article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 440px) {
  .brand {
    font-size: 16px;
  }

  .brand-mark {
    width: 64px;
  }

  .lead {
    font-size: 18px;
  }
}
