:root {
  --ink: #243036;
  --muted: #607077;
  --paper: #fffaf4;
  --surface: #ffffff;
  --line: #e8ded2;
  --coral: #f2745f;
  --teal: #087b83;
  --mustard: #e0ad2f;
  --leaf: #6b8f57;
  --shadow: 0 18px 50px rgba(36, 48, 54, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.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;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 244, 0.88);
  border-bottom: 1px solid rgba(232, 222, 210, 0.76);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal), var(--coral));
  font-size: 0.85rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  font-weight: 700;
  font-size: 0.95rem;
}

.site-nav a {
  text-decoration: none;
  color: #334249;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 10px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 116px clamp(20px, 6vw, 92px) 72px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.97) 0%, rgba(255, 250, 244, 0.88) 33%, rgba(255, 250, 244, 0.32) 68%, rgba(255, 250, 244, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.24), rgba(255, 250, 244, 0.7));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
}

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

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

h1 {
  margin: 0;
  font-size: clamp(3.4rem, 9vw, 7.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-lead {
  width: min(560px, 100%);
  margin: 26px 0 0;
  color: #3e4d53;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: var(--teal);
  box-shadow: 0 14px 24px rgba(8, 123, 131, 0.24);
}

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

.section {
  padding: clamp(70px, 10vw, 126px) clamp(20px, 6vw, 92px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
  background: #ffffff;
}

.section-text {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-text p:first-child,
.contact-section p {
  margin-top: 0;
}

.section-text p:last-child,
.contact-section p:last-child {
  margin-bottom: 0;
}

.product-band {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.6), rgba(255, 250, 244, 1)),
    radial-gradient(circle at top left, rgba(242, 116, 95, 0.14), transparent 34%);
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: clamp(32px, 5vw, 54px);
}

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

.feature-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--coral);
  font-size: 0.82rem;
  font-weight: 800;
}

.feature-card:nth-child(2) .feature-icon {
  background: var(--teal);
}

.feature-card:nth-child(3) .feature-icon {
  background: var(--mustard);
}

.feature-card p,
.steps p {
  margin: 0;
  color: var(--muted);
}

.process {
  background: #f2f8f7;
}

.steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid rgba(8, 123, 131, 0.18);
}

.steps li:last-child {
  border-bottom: 1px solid rgba(8, 123, 131, 0.18);
}

.steps span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--leaf);
  color: #ffffff;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(70px, 10vw, 126px) clamp(20px, 6vw, 92px);
  background: var(--ink);
  color: #ffffff;
}

.contact-section .eyebrow {
  color: #8fd9d4;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.contact-panel {
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
}

.contact-panel .purchase-note {
  color: var(--muted);
  font-weight: 700;
}

.mail-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--teal);
  font-size: clamp(1.08rem, 2.5vw, 1.45rem);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 6vw, 92px);
  background: #182226;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 880px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 12px;
  }

  .hero {
    min-height: 820px;
    align-items: start;
  }

  .hero-image {
    object-position: 61% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 244, 0.98) 0%, rgba(255, 250, 244, 0.88) 42%, rgba(255, 250, 244, 0.25) 100%),
      linear-gradient(90deg, rgba(255, 250, 244, 0.92), rgba(255, 250, 244, 0.24));
  }

  .intro,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand {
    gap: 9px;
    font-size: 0.96rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 780px;
    padding: 104px 18px 46px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .steps li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .steps span {
    width: 42px;
    height: 42px;
  }

  .site-footer {
    flex-direction: column;
  }
}
