:root {
  --ink: #18213d;
  --muted: #59647f;
  --cream: #fff9ea;
  --paper: #ffffff;
  --orange: #ff7a24;
  --sun: #ffbd2e;
  --aqua: #16c8d7;
  --purple: #7557e8;
  --coral: #ff5f72;
  --navy: #192252;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(38, 39, 96, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid var(--aqua); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); background: var(--navy); color: white; padding: 10px 16px; border-radius: 12px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.eyebrow { margin: 0 0 14px; color: var(--purple); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; font-size: .82rem; }
h1, h2, h3 { font-family: "Baloo 2", "Nunito", sans-serif; line-height: 1.03; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(3.5rem, 7.4vw, 7rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.6rem, 5vw, 4.7rem); margin-bottom: 22px; }
h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); margin-bottom: 10px; }
p { margin-top: 0; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); color: var(--muted); max-width: 720px; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading.center .lead { margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 24px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(135deg, var(--orange), var(--coral)); color: white; box-shadow: 0 14px 32px rgba(255, 103, 55, .28); }
.button-secondary { background: white; color: var(--navy); box-shadow: 0 8px 30px rgba(28, 34, 77, .1); }
.button-light { background: white; color: var(--navy); }
.button-arrow::after { content: "→"; font-size: 1.25em; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; padding: 14px 0; transition: background .2s ease, box-shadow .2s ease; }
.site-header.scrolled { background: rgba(255, 249, 234, .92); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(31, 37, 80, .08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: auto; height: 58px; object-fit: contain; }
.brand-logo-footer { height: 66px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a:not(.button) { text-decoration: none; font-weight: 800; }
.nav-links > a:not(.button):hover { color: var(--orange); }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 16px; border: 0; background: white; color: var(--navy); font-size: 1.5rem; }

.hero { min-height: 820px; padding: 150px 0 90px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(135deg, #fff3cb 0%, #ebfbff 48%, #f0eaff 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); opacity: .8; }
.hero::before { width: 340px; height: 340px; background: #ffe17b; left: -120px; top: 130px; }
.hero::after { width: 270px; height: 270px; background: #d9cfff; right: -80px; bottom: 60px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.32fr; align-items: center; gap: 34px; }
.release-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 10px 15px; background: rgba(255,255,255,.82); border: 2px solid rgba(255,122,36,.15); border-radius: 999px; color: #a53d00; font-weight: 900; box-shadow: 0 8px 24px rgba(57, 47, 94, .08); }
.release-pill::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #2cc476; box-shadow: 0 0 0 5px rgba(44,196,118,.15); }
.hero h1 span { color: var(--orange); text-shadow: 4px 4px 0 #fff; }
.hero-copy .lead { margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; color: var(--muted); font-size: .95rem; font-weight: 800; }
.hero-note span::before { content: "✓"; margin-right: 7px; color: #16a968; }
.hero-art { position: relative; width: 100%; max-width: 780px; margin-inline: auto; }
.hero-art img { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; object-position: 58% center; border: 8px solid white; border-radius: 44px; box-shadow: var(--shadow); }
.float-card { position: absolute; padding: 12px 16px; background: white; border-radius: 18px; font-weight: 900; box-shadow: 0 12px 32px rgba(31,37,80,.16); animation: float 4s ease-in-out infinite; }
.float-card.one { left: -24px; bottom: 55px; color: var(--purple); }
.float-card.two { right: -14px; top: 38px; color: #b84a00; animation-delay: -1.3s; }

.pet-section { background: white; }
.pet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pet-card { position: relative; overflow: hidden; min-height: 355px; padding: 34px; border-radius: var(--radius); color: white; box-shadow: var(--shadow); }
.pet-card:nth-child(1) { background: linear-gradient(155deg, #ff9f33, #f26922); }
.pet-card:nth-child(2) { background: linear-gradient(155deg, #8674ed, #5d3dc8); }
.pet-card:nth-child(3) { background: linear-gradient(155deg, #20ced3, #1599bd); }
.pet-card::after { content: "🐾"; position: absolute; right: -12px; bottom: -38px; font-size: 9rem; opacity: .14; transform: rotate(-12deg); }
.pet-card .pet-emoji { font-size: 4.2rem; line-height: 1; margin-bottom: 40px; display: block; }
.pet-card p { color: rgba(255,255,255,.86); font-weight: 700; }
.pet-tag { display: inline-block; margin-top: 20px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.journey { background: var(--cream); }
.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.journey-card { padding: 34px; border-radius: var(--radius); background: white; box-shadow: 0 14px 45px rgba(42,48,89,.08); border: 1px solid rgba(54,64,119,.08); }
.journey-card.wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; padding: 28px; }
.journey-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 22px; border-radius: 20px; font-size: 1.8rem; background: #fff1d1; }
.journey-card:nth-child(2) .journey-icon { background: #ddf9fb; }
.journey-card:nth-child(3) .journey-icon { background: #eee9ff; }
.journey-card:nth-child(4) .journey-icon { background: #ffe6ea; }
.journey-card p { color: var(--muted); }
.screen { width: 100%; margin: 0; align-self: center; overflow: hidden; border-radius: 22px; background: #222; box-shadow: 0 16px 36px rgba(22,26,64,.2); }
.screen img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.journey-card.wide .screen, .progression .screen { max-width: 680px; justify-self: center; }
.screen-caption { padding: 11px 15px; color: white; background: var(--navy); font-weight: 800; font-size: .9rem; }

.room-section { background: linear-gradient(135deg, #142353, #30347a); color: white; overflow: hidden; }
.room-section .eyebrow { color: #6ce3e7; }
.room-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.room-grid .lead { color: #cdd5f2; }
.room-points { display: grid; gap: 18px; margin-top: 32px; }
.room-point { display: flex; gap: 16px; align-items: flex-start; }
.room-point b { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border-radius: 13px; background: var(--aqua); color: var(--navy); }
.media-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.media-stack .screen:first-child { grid-column: 1 / -1; }
.media-stack .screen img { width: 100%; height: auto; object-fit: contain; }

.progression { background: #fff; }
.progress-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }
.bubble-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.bubble { padding: 20px; border-radius: 22px; background: #f7f4ff; }
.bubble:nth-child(2) { background: #e9fbfc; }
.bubble:nth-child(3) { background: #fff0dc; }
.bubble:nth-child(4) { background: #ffeaee; }
.bubble b { display: block; font-family: "Baloo 2", sans-serif; font-size: 1.25rem; }
.progression .screen { transform: rotate(1deg); }

.guardian { background: linear-gradient(135deg, #371b69, #6b2bb7 55%, #ed506f); color: white; overflow: hidden; }
.guardian::before { content: "✦"; position: absolute; font-size: 24rem; color: rgba(255,255,255,.04); right: 1%; top: -100px; }
.guardian-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: center; position: relative; }
.guardian .eyebrow { color: #ffd65b; }
.guardian .lead { color: #eee3ff; }
.guardian-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.guardian-stat { padding: 22px 14px; text-align: center; border-radius: 22px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); }
.guardian-stat strong { display: block; font-family: "Baloo 2", sans-serif; font-size: 2.2rem; color: #ffd65b; }

.faq { background: var(--cream); }
.faq-list { max-width: 830px; margin-inline: auto; display: grid; gap: 14px; }
details { background: white; border-radius: 20px; box-shadow: 0 10px 35px rgba(38,44,84,.07); }
summary { cursor: pointer; list-style: none; padding: 22px 60px 22px 24px; position: relative; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 24px; top: 15px; font-size: 1.7rem; color: var(--purple); }
details[open] summary::after { content: "−"; }
details p { padding: 0 24px 24px; color: var(--muted); }

.final-cta { padding: 80px 0 100px; background: var(--cream); }
.cta-card { padding: 70px 40px; text-align: center; border-radius: 42px; color: white; background: linear-gradient(135deg, var(--orange), #ff5c66 52%, var(--purple)); box-shadow: var(--shadow); }
.cta-card h2 { max-width: 780px; margin-inline: auto; }
.cta-card p { max-width: 620px; margin: 0 auto 30px; font-size: 1.15rem; color: rgba(255,255,255,.87); }

.site-footer { background: var(--navy); color: white; padding: 52px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.footer-brand p { color: #aeb7dc; margin: 8px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #dce2ff; text-decoration: none; font-weight: 800; }
.footer-links a:hover { color: #71e1e5; }

.privacy-hero { padding: 170px 0 65px; background: linear-gradient(135deg, #fff0c6, #e8fbff 55%, #eee8ff); text-align: center; }
.privacy-hero h1 { font-size: clamp(3.2rem, 7vw, 5.8rem); }
.privacy-main { padding: 70px 0 110px; }
.policy { max-width: 900px; margin-inline: auto; }
.policy > section { padding: 34px; margin-bottom: 20px; background: white; border-radius: 24px; box-shadow: 0 10px 40px rgba(37,43,85,.07); }
.policy h2 { font-size: 2rem; color: var(--navy); }
.policy h3 { font-size: 1.25rem; color: var(--orange); margin-top: 25px; }
.policy p { color: var(--muted); }
.policy a { color: #5236bd; font-weight: 800; }
.contact-card { text-align: center; background: linear-gradient(135deg, #fff2d3, #e8fbfc) !important; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 76px 20px auto; padding: 24px; display: none; flex-direction: column; align-items: stretch; background: white; border-radius: 24px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .room-grid, .progress-grid, .guardian-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-art img { min-height: 0; }
  .pet-grid { grid-template-columns: 1fr; }
  .journey-card.wide { grid-template-columns: 1fr; }
  .room-grid { gap: 40px; }
  .progression .screen { transform: none; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-logo { height: 48px; }
  .brand-logo-footer { height: 58px; }
  .section { padding: 78px 0; }
  .hero { padding-top: 125px; }
  .hero-grid { gap: 40px; }
  .hero-art img { border-width: 5px; border-radius: 28px; }
  .float-card { display: none; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card.wide { grid-column: span 1; }
  .media-stack { grid-template-columns: 1fr; }
  .media-stack .screen:first-child { grid-column: auto; }
  .bubble-list { grid-template-columns: 1fr; }
  .guardian-stats { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .cta-card { padding: 54px 22px; border-radius: 30px; }
  .policy > section { padding: 25px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
