:root {
  --bg: #faf7f4;
  --surface: rgba(255, 255, 255, .72);
  --text: #2d2724;
  --muted: #817771;
  --line: rgba(45, 39, 36, .09);
  --brown: #7b5543;
  --brown-dark: #52382d;
  --peach: #f4cdbb;
  --lavender: #ded8eb;
  --cream: #fff7ee;
  --white: #fff;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(82, 56, 45, .10);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 8%, rgba(222, 216, 235, .55), transparent 28rem),
    radial-gradient(circle at 8% 25%, rgba(244, 205, 187, .38), transparent 28rem),
    var(--bg);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  position: relative;
  z-index: 20;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 8px 25px rgba(82, 56, 45, .08);
  font-size: 17px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #665b55;
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  transition: opacity .2s ease;
}

.nav a:hover { opacity: .55; }

.header-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--brown-dark);
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease;
}

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

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  padding: 10px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--text);
  border-radius: 2px;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 70px 0 100px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #806a5e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b68d76;
  box-shadow: 0 0 0 5px rgba(182, 141, 118, .12);
}

h1, h2, h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -.055em;
}

h1 {
  max-width: 720px;
  margin: 22px 0;
  font-size: clamp(48px, 6vw, 76px);
  line-height: .99;
  font-weight: 800;
}

h1 span,
h2 span {
  display: block;
  color: #9b715d;
}

.hero-text {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: .22s ease;
}

.button-primary {
  color: #fff;
  background: var(--brown-dark);
  box-shadow: 0 14px 28px rgba(82, 56, 45, .17);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(82, 56, 45, .22);
}

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

.button-secondary:hover {
  background: #fff;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
}

.trust-row strong,
.trust-row small {
  display: block;
}

.trust-row strong {
  font-size: 12px;
}

.trust-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 32px;
  height: 32px;
  margin-left: -7px;
  border: 3px solid var(--bg);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: 14px;
}

.avatars span:first-child { margin-left: 0; }

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

.icon-card {
  width: min(430px, 70vw);
  aspect-ratio: 1;
  border-radius: 88px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transform: rotate(2deg);
  box-shadow: 0 45px 90px rgba(82, 56, 45, .16);
}

.icon-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(123, 85, 67, .10);
  border-radius: 50%;
}

.orbit-a {
  width: 560px;
  height: 560px;
}

.orbit-b {
  width: 700px;
  height: 700px;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 18px;
  box-shadow: 0 22px 45px rgba(82, 56, 45, .12);
  backdrop-filter: blur(18px);
}

.floating-card small,
.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card small,
.floating-card span {
  color: var(--muted);
  font-size: 9px;
}

.floating-card strong {
  margin: 2px 0;
  font-size: 12px;
}

.mini-icon,
.pet-avatar {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #f7eee8;
}

.check {
  margin-left: 5px;
  color: #759276;
  font-weight: 800;
}

.reminder-card {
  right: 0;
  bottom: 150px;
  animation: float 5s ease-in-out infinite;
}

.pet-card {
  left: 0;
  top: 150px;
  animation: float 6s ease-in-out infinite reverse;
}

.logo-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 20px auto 0;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.logo-strip div {
  display: flex;
  gap: 30px;
  color: #8d817a;
  font-size: 12px;
  font-weight: 700;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 150px auto;
}

.section-heading {
  max-width: 650px;
}

.section-heading h2 {
  margin: 18px 0;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.02;
}

.section-heading p {
  max-width: 550px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
  margin-top: 58px;
}

.feature-card {
  min-height: 430px;
  padding: 25px;
  border: 1px solid rgba(45, 39, 36, .07);
  border-radius: var(--radius);
  background: rgba(255,255,255,.56);
  box-shadow: 0 20px 60px rgba(82, 56, 45, .055);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.feature-card.large {
  grid-row: span 2;
  min-height: 878px;
  background: linear-gradient(145deg, #f3e8e0, #f8f2ed);
}

.feature-card.wide {
  grid-column: span 2;
  min-height: 430px;
  justify-content: space-between;
  background: #e8e2ee;
}

.feature-content {
  margin-top: auto;
}

.feature-number {
  color: #a28d82;
  font-size: 11px;
  font-weight: 800;
}

.feature-content h3 {
  margin: 9px 0 7px;
  font-size: 23px;
  line-height: 1.1;
}

.feature-content p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 13px;
}

.feature-visual {
  height: 580px;
  position: relative;
  display: grid;
  place-items: center;
}

.health-ring {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, #f7eee8 57%, transparent 58%),
    conic-gradient(#896553 0 92%, #dfd1c8 92% 100%);
  box-shadow: 0 25px 50px rgba(82, 56, 45, .08);
}

.health-ring div {
  text-align: center;
}

.health-ring strong {
  display: block;
  font-family: "Plus Jakarta Sans";
  font-size: 44px;
}

.health-ring span {
  color: var(--muted);
  font-size: 11px;
}

.pill {
  position: absolute;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 30px rgba(82,56,45,.08);
  font-size: 11px;
  font-weight: 700;
}

.pill-a { top: 25%; left: 5%; }
.pill-b { top: 38%; right: 3%; }
.pill-c { bottom: 21%; left: 18%; }

.simple-visual {
  height: 235px;
  margin-bottom: 35px;
  padding: 25px;
  border-radius: 22px;
  background: #f2ece7;
}

.calendar-visual {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.calendar-top span {
  display: block;
  color: #a28d82;
  font-size: 11px;
  font-weight: 800;
}

.calendar-top strong {
  display: block;
  margin-top: 3px;
  font-family: "Plus Jakarta Sans";
  font-size: 58px;
  line-height: 1;
}

.calendar-lines {
  flex: 1;
  padding-top: 10px;
}

.calendar-lines i {
  display: block;
  height: 12px;
  margin: 0 0 15px;
  border-radius: 20px;
  background: rgba(123,85,67,.12);
}

.calendar-lines i:nth-child(2) { width: 70%; }
.calendar-lines i:nth-child(3) { width: 84%; }
.calendar-lines i:nth-child(4) { width: 55%; }

.routine-visual {
  background: #ece8ef;
}

.routine-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(45,39,36,.08);
  font-size: 12px;
  font-weight: 700;
}

.routine-row b {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #806456;
  color: #fff;
  font-size: 11px;
}

.routine-row.muted {
  color: #988d87;
}

.routine-row.muted b {
  background: transparent;
  border: 1px solid rgba(45,39,36,.15);
  color: #988d87;
}

.quote-mark {
  font-family: Georgia, serif;
  color: #8f776a;
  font-size: 70px;
  line-height: .7;
}

blockquote {
  max-width: 690px;
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-size: clamp(27px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -.045em;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-paw {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.6);
}

.quote-author strong,
.quote-author small {
  display: block;
}

.quote-author strong { font-size: 12px; }
.quote-author small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.how-section {
  padding: 130px 20px;
  background: rgba(255,255,255,.45);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.centered p {
  margin-left: auto;
  margin-right: auto;
}

.steps {
  width: min(1050px, 100%);
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.step {
  text-align: center;
}

.step > span {
  color: #a28d82;
  font-size: 11px;
  font-weight: 800;
}

.step-icon {
  width: 64px;
  height: 64px;
  margin: 15px auto 20px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: #f4ece6;
  font-size: 26px;
}

.step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.step p {
  max-width: 250px;
  margin: auto;
  color: var(--muted);
  line-height: 1.6;
  font-size: 12px;
}

.step-line {
  width: 80px;
  height: 1px;
  background: var(--line);
}

.download-section {
  width: min(1180px, calc(100% - 40px));
  min-height: 510px;
  margin: 130px auto;
  padding: 70px 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 70px;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(235, 211, 199, .35), transparent 18rem),
    linear-gradient(135deg, #4c382f, #745342);
}

.download-orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.orb-left {
  width: 500px;
  height: 500px;
  left: -300px;
  bottom: -350px;
}

.orb-right {
  width: 650px;
  height: 650px;
  right: -350px;
  top: -420px;
}

.download-icon {
  width: 270px;
  height: 270px;
  flex: 0 0 270px;
  overflow: hidden;
  border-radius: 60px;
  box-shadow: 0 35px 70px rgba(0,0,0,.25);
  transform: rotate(-3deg);
}

.download-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-copy {
  position: relative;
  z-index: 2;
}

.eyebrow.light {
  color: rgba(255,255,255,.65);
}

.download-copy h2 {
  margin: 18px 0 14px;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.02;
}

.download-copy h2 span {
  color: #e9c9b8;
}

.download-copy p {
  max-width: 510px;
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
}

.store-buttons {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.store-button {
  min-width: 150px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.09);
  transition: background .2s ease, transform .2s ease;
}

.store-button:hover {
  background: rgba(255,255,255,.16);
  transform: translateY(-2px);
}

.store-logo {
  font-size: 25px;
}

.store-logo.play {
  font-size: 18px;
}

.store-button small,
.store-button strong {
  display: block;
}

.store-button small {
  color: rgba(255,255,255,.65);
  font-size: 7px;
  letter-spacing: .03em;
}

.store-button strong {
  font-size: 14px;
  margin-top: 1px;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  color: #8b7e77;
  font-size: 11px;
}

.footer p {
  margin: 0;
  text-align: center;
}

.footer > span {
  text-align: right;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@media (max-width: 900px) {
  .nav { gap: 18px; }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 35px;
  }

  .hero-copy {
    padding: 40px 0 10px;
    text-align: center;
  }

  .hero-text {
    margin: auto;
  }

  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .hero-visual {
    min-height: 570px;
  }

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

  .feature-card.large {
    grid-row: span 1;
    grid-column: span 2;
    min-height: 700px;
  }

  .feature-card.wide {
    grid-column: span 2;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .step-line {
    width: 1px;
    height: 40px;
    margin: -15px auto;
  }

  .download-section {
    padding: 55px;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 72px;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .nav.open {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    background: rgba(255,255,255,.94);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  h1 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .hero,
  .section,
  .logo-strip,
  .download-section,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 440px;
  }

  .icon-card {
    width: min(330px, 72vw);
    border-radius: 55px;
  }

  .orbit-a {
    width: 390px;
    height: 390px;
  }

  .orbit-b {
    width: 500px;
    height: 500px;
  }

  .floating-card {
    transform: scale(.86);
  }

  .pet-card {
    left: -8px;
    top: 70px;
  }

  .reminder-card {
    right: -8px;
    bottom: 75px;
  }

  .logo-strip {
    display: block;
  }

  .logo-strip div {
    flex-wrap: wrap;
    margin-top: 18px;
    gap: 14px 22px;
  }

  .section {
    margin: 100px auto;
  }

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

  .feature-card.large,
  .feature-card.wide {
    grid-column: auto;
    min-height: 480px;
  }

  .feature-card.large {
    min-height: 650px;
  }

  .feature-visual {
    height: 360px;
  }

  .health-ring {
    width: 210px;
    height: 210px;
  }

  .simple-visual {
    margin-bottom: 25px;
  }

  .how-section {
    padding: 90px 14px;
  }

  .download-section {
    min-height: auto;
    margin: 90px auto;
    padding: 42px 24px;
    border-radius: 30px;
    display: block;
    text-align: center;
  }

  .download-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto 40px;
    border-radius: 40px;
  }

  .download-copy p {
    margin: auto;
  }

  .store-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .footer p,
  .footer > span {
    text-align: center;
  }
}
