:root {
  color-scheme: light;
  --navy: #111c2b;
  --navy-soft: #1c2a3d;
  --green: #3f7132;
  --lime: #bbf39b;
  --lime-bright: #d7ffae;
  --paper: #f5f6f2;
  --white: #fff;
  --ink: #172033;
  --muted: #687285;
  --line: #dde2d9;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

a { color: inherit; }

.site-header,
.hero,
.feature-section,
.cta,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  width: 100%;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(24px, calc((100% - 1180px) / 2));
  background: var(--paper);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 205px;
  max-width: 46vw;
  height: auto;
}

.header-link {
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.header-link::after { margin-left: 8px; content: "↓"; }

.hero {
  display: grid;
  min-height: 690px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(32px, 7vw, 100px);
  padding: 64px 0 90px;
}

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

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

h1 {
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(58px, 7.4vw, 102px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .9;
}

h1 span { color: var(--green); }

.hero-intro {
  max-width: 590px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--navy);
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

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

.button-primary {
  background: var(--navy);
  box-shadow: 0 12px 30px rgb(17 28 43 / 18%);
  color: var(--white);
}

.button-secondary { background: transparent; }

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.hero-note-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgb(63 113 50 / 12%);
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgb(63 113 50 / 18%);
  border-radius: 50%;
}

.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 390px; height: 390px; background: rgb(187 243 155 / 22%); }

.phone {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 572px;
  margin-top: -574px;
  margin-left: -286px;
  padding: 18px;
  border: 8px solid #0a101a;
  border-radius: 86px;
  background: #0a101a;
  box-shadow: 0 70px 140px rgb(17 28 43 / 30%);
  transform: rotate(3deg) scale(.5);
}

.phone-screen {
  height: 1096px;
  overflow: hidden;
  border-radius: 62px;
  background: white;
}

.demo-status {
  position: relative;
  display: flex;
  height: 84px;
  align-items: center;
  justify-content: space-between;
  padding: 0 54px;
  color: #07090d;
  font-size: 19px;
}

.demo-status i {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 148px;
  height: 47px;
  border-radius: 30px;
  background: #050607;
  transform: translateX(-50%);
}

.demo-status span { color: #171b20; font-size: 13px; font-weight: 900; letter-spacing: 2px; }

.demo-nav {
  display: grid;
  height: 100px;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  padding: 0 30px;
  color: #172033;
}

.demo-nav > span { font-size: 56px; font-weight: 250; line-height: 1; }
.demo-nav strong { font-size: 27px; text-align: center; }
.demo-nav b { font-size: 31px; text-align: right; }
.demo-body { padding: 20px 28px 100px; }

.demo-weight,
.demo-packed,
.demo-expand,
.demo-category {
  border: 2px solid #e2e5e0;
  background: #fff;
}

.demo-weight { padding: 30px 28px 24px; border-radius: 28px; }
.demo-weight-title, .demo-weight-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-weight-title strong { color: #172033; font-size: 24px; }
.demo-weight-title > span { padding: 13px 18px; border-radius: 18px; background: #eaf5e5; color: var(--green); font-size: 20px; font-weight: 900; }
.demo-weight-meta { margin-top: 19px; color: #747d8c; font-size: 16px; font-weight: 650; }

.demo-weight-bar {
  display: flex;
  height: 12px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 12px;
}

.demo-weight-bar i:nth-child(1) { width: 11%; background: #4caf50; }
.demo-weight-bar i:nth-child(2) { width: 8%; background: #4285e8; }
.demo-weight-bar i:nth-child(3) { width: 12%; background: #6a80ec; }
.demo-weight-bar i:nth-child(4) { width: 8%; background: #ff9800; }
.demo-weight-bar i:nth-child(5) { width: 20%; background: #10a8b5; }
.demo-weight-bar i:nth-child(6) { width: 22%; background: #8bc34a; }
.demo-weight-bar i:nth-child(7) { width: 2%; background: #e34a45; }
.demo-weight-bar i:nth-child(8) { flex: 1; background: #8621a8; }

.demo-tools { display: grid; grid-template-columns: 1fr 90px; gap: 10px; margin-top: 20px; }
.demo-packed { display: flex; min-height: 92px; align-items: center; gap: 22px; padding: 0 28px; border-radius: 27px; color: #172033; }
.demo-packed > span { color: var(--green); font-size: 25px; font-weight: 900; }
.demo-packed strong { flex: 1; font-size: 22px; }
.demo-packed i { position: relative; width: 72px; height: 42px; border-radius: 30px; background: #eaebed; }
.demo-packed i::after { position: absolute; top: 3px; left: 3px; width: 36px; height: 36px; border: 1px solid #c5c7c9; border-radius: 50%; background: white; box-shadow: 0 3px 8px rgb(17 28 43 / 15%); content: ""; }
.demo-expand { display: grid; min-height: 92px; place-items: center; border-radius: 27px; color: #7a8290; font-size: 30px; }

.demo-category {
  display: grid;
  min-height: 103px;
  grid-template-columns: 52px 1fr auto 26px;
  align-items: center;
  gap: 15px;
  margin-top: 29px;
  padding: 20px;
  border-radius: 27px;
}

.demo-category-icon, .demo-item-icon { display: grid; place-items: center; border-radius: 18px; font-weight: 900; }
.demo-category-icon { width: 50px; height: 50px; background: rgb(255 255 255 / 48%); font-size: 24px; }
.demo-category strong, .demo-category small { display: block; }
.demo-category strong { font-size: 21px; }
.demo-category small { margin-top: 3px; color: #657080; font-size: 15px; }
.demo-category > b, .demo-category-header > b { font-size: 20px; }
.demo-category > span, .demo-category-header > span { font-size: 24px; font-weight: 900; }
.demo-category-shelter { border-color: #cae8cb; background: #eaf6e9; color: #31833a; }
.demo-category-pack { border-color: #cbdff9; background: #e9f1ff; color: #2d67b0; }
.demo-category-sleep { display: block; min-height: 420px; border-color: #d7dafa; background: #eff0ff; color: #4c63b4; }

.demo-category-header { display: grid; grid-template-columns: 52px 1fr auto 26px; align-items: center; gap: 15px; }
.demo-item {
  position: relative;
  display: grid;
  min-height: 112px;
  grid-template-columns: 62px 1fr 28px;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 14px 18px;
  border-left: 5px solid #4c63b4;
  border-radius: 23px;
  background: white;
  box-shadow: 0 4px 10px rgb(17 28 43 / 5%);
  color: #172033;
}

.demo-item-icon { width: 60px; height: 60px; background: #f0f1ff; color: #4c63b4; font-size: 23px; }
.demo-item strong, .demo-item small { display: block; }
.demo-item strong { overflow: hidden; font-size: 19px; text-overflow: ellipsis; white-space: nowrap; }
.demo-item small { margin-top: 5px; overflow: hidden; color: #78808e; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.demo-item em { display: inline-block; margin-top: 10px; padding: 5px 9px; border-radius: 10px; background: #f0f1ff; color: #4c63b4; font-size: 12px; font-style: normal; font-weight: 750; }
.demo-item > span { color: #737b88; font-size: 20px; }
.demo-item > b { position: absolute; right: 24px; bottom: 18px; font-size: 15px; }

.demo-fab {
  position: absolute;
  z-index: 5;
  right: 27px;
  bottom: 28px;
  display: flex;
  min-height: 67px;
  align-items: center;
  gap: 8px;
  padding: 0 26px;
  border-radius: 36px;
  background: #3f7935;
  box-shadow: 0 10px 22px rgb(17 28 43 / 22%);
  color: white;
  font-size: 17px;
  font-weight: 800;
}

.demo-fab span { font-size: 29px; font-weight: 350; }

.feature-section { padding: 100px 0 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-heading h2, .cta h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(38px, 5vw, 65px); letter-spacing: -.055em; line-height: 1; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.feature-card {
  position: relative;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
}

.feature-card-green { background: var(--navy); color: white; }
.feature-number { position: absolute; top: 24px; right: 26px; color: var(--muted); font-size: 12px; font-weight: 850; }
.feature-card-green .feature-number { color: rgb(255 255 255 / 45%); }
.feature-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; background: var(--lime); color: var(--navy); font-size: 25px; font-weight: 900; }
.feature-card h3 { margin: 88px 0 12px; font-size: 24px; letter-spacing: -.03em; }
.feature-card p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }
.feature-card-green p { color: rgb(255 255 255 / 65%); }

.cta {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 60px;
  padding: clamp(40px, 7vw, 80px);
  border-radius: 36px;
  background: var(--lime);
}

.cta-copy { align-self: end; }
.cta-copy p { color: #37502e; line-height: 1.6; }
.availability { display: inline-block; padding: 10px 14px; border-radius: 11px; background: var(--navy); color: white; font-size: 13px; font-weight: 800; }

footer {
  display: flex;
  width: 100%;
  min-height: 150px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 90px;
  padding-inline: max(24px, calc((100% - 1180px) / 2));
  background: var(--navy);
  color: rgb(255 255 255 / 62%);
  font-size: 13px;
}

.footer-brand .brand-logo { width: 165px; }
footer p { margin: 0; }
.footer-link {
  color: rgb(255 255 255 / 78%);
  font-weight: 700;
  text-decoration-color: rgb(255 255 255 / 28%);
  text-underline-offset: 3px;
}
.footer-link:hover { color: var(--white); text-decoration-color: currentColor; }

/* Privacy policy */
.legal-back-link::after { content: none; }
.legal-back-link::before { margin-right: 8px; content: "←"; }

.legal-page {
  padding: clamp(48px, 7vw, 96px) 24px;
  background:
    radial-gradient(circle at 12% 8%, rgb(187 243 155 / 24%), transparent 28rem),
    var(--paper);
}

.legal-content {
  width: min(820px, 100%);
  margin-inline: auto;
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 24px 70px rgb(17 28 43 / 8%);
}

.legal-heading {
  margin-bottom: 44px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.legal-content h1 {
  margin-bottom: 26px;
  font-size: clamp(44px, 8vw, 72px);
  letter-spacing: -.06em;
  line-height: .95;
}

.legal-content h2 {
  margin: 52px 0 18px;
  padding-top: 6px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 30px);
  letter-spacing: -.035em;
  line-height: 1.2;
}

.legal-content h3 {
  margin: 32px 0 12px;
  color: var(--navy-soft);
  font-size: 18px;
  letter-spacing: -.015em;
}

.legal-content p,
.legal-content li,
.legal-content address {
  color: #4f5a6c;
  font-size: 16px;
  line-height: 1.75;
}

.legal-content p { margin-bottom: 18px; }
.legal-content ul { margin: 0 0 24px; padding-left: 24px; }
.legal-content li + li { margin-top: 8px; }
.legal-content li::marker { color: var(--green); }

.legal-content a {
  color: var(--green);
  font-weight: 700;
  text-decoration-color: rgb(63 113 50 / 35%);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-content a:hover { text-decoration-color: currentColor; }

.legal-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0 !important;
}

.legal-dates span {
  display: inline-flex;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #d7e4d2;
  border-radius: 999px;
  background: #f1f7ee;
  color: #52644d;
  font-size: 12px;
}

.legal-dates strong { color: var(--green); }

.legal-intro {
  margin-bottom: 52px !important;
  color: var(--navy-soft) !important;
  font-size: clamp(18px, 2.5vw, 21px) !important;
  line-height: 1.65 !important;
}

.legal-content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #eef2eb;
  color: var(--navy-soft);
  font-size: .9em;
}

.legal-content address {
  padding: 22px 24px;
  border-left: 4px solid var(--green);
  border-radius: 0 16px 16px 0;
  background: #f1f7ee;
  font-style: normal;
}

.email-link-message {
  text-align: center;
}

.email-link-message h1 {
  max-width: 680px;
  margin-inline: auto;
}

.email-link-message .legal-intro {
  max-width: 620px;
  margin-inline: auto;
}

.email-link-message > p:not(.eyebrow):not(.legal-intro) {
  max-width: 580px;
  margin-inline: auto;
}

.email-link-message .button {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-intro { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .product-stage { margin-top: 10px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .feature-card h3 { margin-top: 60px; }
  .cta { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .feature-section,
  .cta { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 72px; padding-inline: 16px; }
  .header-link { display: none; }
  .hero { min-height: auto; padding: 50px 0 64px; }
  h1 { font-size: clamp(54px, 18vw, 78px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .product-stage { min-height: 520px; transform: scale(.9); }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 335px; height: 335px; }
  .feature-section { padding: 60px 0 80px; }
  .section-heading { display: block; }
  .cta { padding: 34px 26px; border-radius: 26px; }
  footer { flex-direction: column; justify-content: center; padding: 40px 16px; text-align: center; }
  .legal-page { padding: 24px 12px 48px; }
  .legal-content { padding: 28px 22px 40px; border-radius: 22px; }
  .legal-heading { margin-bottom: 34px; padding-bottom: 26px; }
  .legal-content h2 { margin-top: 42px; }
  .legal-dates { display: grid; }
  .legal-dates span { justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
