:root {
  color-scheme: light;
  --page: #fffdf8;
  --panel: #ffffff;
  --panel-soft: #fff6e8;
  --mint: #dff5df;
  --mint-strong: #6fc284;
  --sky: #dff3ff;
  --peach: #ffe2cf;
  --butter: #fff0a8;
  --ink: #284238;
  --muted: #6f8176;
  --line: #ece4d7;
  --shadow: 0 20px 60px rgba(78, 95, 73, 0.12);
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 226, 207, 0.78), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(223, 245, 223, 0.82), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #fff8ef 52%, #f7fff8 100%);
}

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

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

.site-header,
.site-footer,
main {
  width: min(1100px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 900;
}

.brand img {
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: center;
  gap: 32px;
  min-height: calc(100vh - 160px);
  padding: 42px 0 68px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(62px, 11vw, 142px);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.05;
}

.lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(19px, 2.7vw, 28px);
  line-height: 1.25;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.primary-action {
  background: var(--mint-strong);
  color: #ffffff;
}

.secondary-action {
  background: rgba(255, 255, 255, 0.84);
}

.hero-art {
  position: relative;
  display: grid;
  min-height: 420px;
  place-items: center;
}

.hero-art img {
  position: relative;
  z-index: 2;
  width: min(320px, 78vw);
  border: 10px solid #ffffff;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.blob {
  position: absolute;
  border-radius: 44% 56% 60% 40% / 46% 44% 56% 54%;
  filter: blur(0.2px);
}

.blob-mint {
  width: 340px;
  height: 300px;
  background: var(--mint);
  transform: translate(-42px, -12px) rotate(-10deg);
}

.blob-peach {
  width: 270px;
  height: 230px;
  background: var(--peach);
  transform: translate(52px, 70px) rotate(15deg);
}

.checks,
.promise,
.legal-page {
  margin-bottom: 28px;
  border: 1px solid rgba(236, 228, 215, 0.9);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.checks,
.promise {
  padding: clamp(24px, 5vw, 42px);
}

.section-heading {
  margin-bottom: 24px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.check-grid article {
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  background: var(--panel-soft);
}

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

.check-dot {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 999px;
}

.breakfast {
  background: var(--butter);
}

.lunch {
  background: var(--sky);
}

.dinner {
  background: var(--peach);
}

.bed {
  background: var(--mint);
}

.promise {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.promise p {
  margin-bottom: 0;
  font-size: 20px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 42px;
  color: var(--muted);
  font-weight: 800;
}

.legal-page {
  max-width: 820px;
  padding: clamp(26px, 6vw, 56px);
}

.legal-page h1 {
  margin-bottom: 16px;
  font-size: clamp(46px, 8vw, 84px);
}

.legal-page h2 {
  margin-top: 34px;
  font-size: clamp(26px, 4vw, 40px);
}

.legal-page a {
  color: #2f6e45;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.legal-page ul {
  padding-left: 22px;
}

.legal-meta {
  color: var(--muted);
  font-weight: 800;
}

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

  nav {
    flex-wrap: wrap;
  }

  .hero,
  .promise {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .hero-art {
    min-height: 300px;
    order: -1;
  }

  .hero-art img {
    width: min(240px, 70vw);
  }

  .blob-mint {
    width: 250px;
    height: 220px;
  }

  .blob-peach {
    width: 210px;
    height: 180px;
  }

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