:root {
  --ink: #263438;
  --muted: #637174;
  --paper: #fffdf8;
  --line: #d9e0dc;
  --coral: #e86f5c;
  --sage: #6d9078;
  --sky: #8fc4d8;
  --gold: #f1b653;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--sage);
  border-radius: 8px;
  font-size: 0.82rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  color: var(--muted);
  font-size: 0.95rem;
}

.main-nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 68px));
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

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

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.95), rgba(255, 253, 248, 0.48) 50%, rgba(255, 253, 248, 0.08)),
    linear-gradient(0deg, rgba(38, 52, 56, 0.2), rgba(38, 52, 56, 0));
}

.hero-copy {
  width: min(700px, calc(100% - 36px));
  margin: 0 0 clamp(48px, 10vh, 96px) clamp(18px, 7vw, 92px);
}

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

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

h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 58ch;
  margin: 20px 0 0;
  color: #45565a;
  font-size: 1.1rem;
}

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

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

.button.primary {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 12px 24px rgba(232, 111, 92, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-band div {
  min-height: 108px;
  padding: 24px clamp(18px, 4vw, 48px);
  background: #fff;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band span {
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: clamp(56px, 9vw, 108px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(24px, 6vw, 72px);
  background: #f3f9f7;
}

.rich-content {
  color: #415053;
  font-size: 1.05rem;
}

.rich-content p:first-child {
  margin-top: 0;
}

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

.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(38, 52, 56, 0.08);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.product-body p {
  margin: 0;
  color: var(--muted);
}

.product-body strong {
  color: var(--sage);
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(36px, 6vw, 72px) clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

.contact-strip .eyebrow {
  color: var(--gold);
}

.legal-page {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(46px, 8vw, 88px) 18px;
}

.legal-page h1 {
  max-width: none;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.legal-page p,
.legal-page li {
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 860px) {
  .site-header,
  .contact-strip,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero {
    min-height: 720px;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.72) 58%, rgba(255, 253, 248, 0.12));
  }

  .hero-copy {
    margin: 0 auto 42px;
  }

  h1 {
    max-width: 11ch;
  }

  .trust-band,
  .intro-section,
  .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .main-nav a:not(.button) {
    display: none;
  }

  .button {
    width: 100%;
  }

  .hero {
    min-height: 640px;
  }
}
