:root {
  --paper: #fffaf2;
  --surface: #fffefd;
  --ink: #42372f;
  --muted: #7f746c;
  --line: #eadfd3;
  --orange: #eb7c47;
  --orange-deep: #cf5f2d;
  --orange-soft: #fff0e5;
  --green: #699d79;
  --green-soft: #eaf4eb;
  --rose: #d7807e;
  --rose-soft: #fae9e7;
  --blue: #6e92ac;
  --blue-soft: #eaf2f6;
  --yellow: #d6a54e;
  --yellow-soft: #fff5d9;
  --lilac: #8f86b7;
  --lilac-soft: #f0edf9;
  --shadow-dark: rgba(145, 116, 91, 0.12);
  --shadow-light: rgba(255, 255, 255, 0.92);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 10%, rgba(238, 150, 98, 0.12), transparent 24rem),
    radial-gradient(circle at 96% 34%, rgba(105, 157, 121, 0.1), transparent 28rem),
    var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 12px 18px;
  border: 1px solid rgba(234, 223, 211, 0.8);
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 9px 9px 22px var(--shadow-dark), -8px -8px 20px var(--shadow-light);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.brand img {
  border-radius: 12px;
  box-shadow: 4px 5px 10px rgba(170, 128, 95, 0.14);
}

.site-header nav,
footer nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-header nav a,
footer nav a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover,
footer nav a:hover {
  color: var(--orange-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  min-height: 720px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 80px;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.hero h1 .heading-line {
  display: block;
  white-space: nowrap;
}

.hero h1 .accent {
  color: var(--orange-deep);
}

.lead {
  max-width: 38rem;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 17px;
  font-size: 0.93rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  color: white;
  background: linear-gradient(145deg, #f18e57, #df6d38);
  box-shadow: 8px 10px 22px rgba(196, 91, 45, 0.22), -5px -5px 15px rgba(255, 255, 255, 0.8);
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--surface);
  box-shadow: 7px 8px 18px var(--shadow-dark), -7px -7px 18px var(--shadow-light);
}

.availability {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.phone-stage {
  position: relative;
  min-height: 548px;
}

.orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.orbit-one {
  inset: 48px 24px 42px 60px;
  background: linear-gradient(135deg, #f7dfcb, #edf4e9);
  transform: rotate(-8deg);
}

.orbit-two {
  width: 180px;
  height: 180px;
  right: 2%;
  top: 2%;
  background: rgba(242, 190, 149, 0.22);
  box-shadow: inset 12px 12px 20px rgba(184, 116, 71, 0.08), inset -12px -12px 20px white;
}

.phone {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 270px;
  height: 553px;
  overflow: hidden;
  border: 7px solid #4a403a;
  border-radius: 47px;
  background: #4a403a;
  box-shadow: 24px 28px 58px rgba(98, 72, 54, 0.23), -12px -12px 35px white;
  transform: translateX(-48%) rotate(3deg);
}

.phone-speaker {
  position: absolute;
  z-index: 5;
  top: 9px;
  left: 50%;
  width: 80px;
  height: 21px;
  border-radius: 18px;
  background: #4a403a;
  transform: translateX(-50%);
}

.app-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 38px 13px 45px;
  border-radius: 39px;
  background: #fffaf2;
}

.app-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
}

.app-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.search-pill {
  margin-top: 13px;
  padding: 9px 12px;
  border: 1px solid #eee2d6;
  border-radius: 13px;
  color: #ac9e93;
  background: white;
  font-size: 0.58rem;
  box-shadow: inset 2px 2px 5px rgba(171, 140, 113, 0.08);
}

.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 10px 0 12px;
  padding: 4px;
  border-radius: 12px;
  background: #f1e8dd;
  color: #86786e;
  font-size: 0.57rem;
  font-weight: 800;
  text-align: center;
}

.segmented span {
  padding: 7px 2px;
  border-radius: 9px;
}

.segmented .active {
  color: #c45c2f;
  background: white;
  box-shadow: 2px 3px 8px rgba(117, 85, 61, 0.1);
}

.recipe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.mini-card {
  min-height: 150px;
  padding: 9px;
  border: 1px solid rgba(220, 207, 194, 0.8);
  border-radius: 15px;
  background: white;
  box-shadow: 5px 6px 13px rgba(137, 106, 80, 0.09), -4px -4px 10px rgba(255, 255, 255, 0.85);
}

.mini-illustration {
  display: grid;
  height: 82px;
  place-items: center;
  margin-bottom: 7px;
  border-radius: 11px;
  font-size: 2.1rem;
}

.mini-card.coral .mini-illustration { background: #f9e4d7; }
.mini-card.green .mini-illustration { background: #e1efe1; }
.mini-card.yellow .mini-illustration { background: #fcf0cc; }
.mini-card.blue .mini-illustration { background: #e0edf2; }

.mini-card strong {
  display: block;
  font-size: 0.61rem;
  line-height: 1.35;
}

.mini-card small {
  color: #9a8e84;
  font-size: 0.5rem;
}

.floating-add {
  position: absolute;
  right: 18px;
  bottom: 54px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: var(--orange);
  box-shadow: 5px 7px 13px rgba(203, 96, 49, 0.26);
}

.app-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #eee2d6;
  color: #9a8d82;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.85rem;
}

.app-tabs span {
  display: grid;
  place-items: center;
}

.app-tabs small {
  font-size: 0.42rem;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  min-width: 170px;
  padding: 12px 15px;
  border: 1px solid rgba(233, 219, 207, 0.9);
  border-radius: 18px;
  background: rgba(255, 254, 253, 0.94);
  box-shadow: 10px 14px 26px rgba(114, 82, 58, 0.14), -8px -8px 20px white;
  backdrop-filter: blur(12px);
}

.floating-note span {
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  align-self: center;
  border-radius: 11px;
  color: var(--orange-deep);
  background: var(--orange-soft);
  font-weight: 900;
}

.floating-note strong {
  font-size: 0.76rem;
}

.floating-note small {
  color: var(--muted);
  font-size: 0.6rem;
}

.note-share {
  top: 110px;
  right: 18px;
  transform: rotate(-3deg);
}

.note-family {
  right: -6px;
  bottom: 72px;
  transform: rotate(2deg);
}

.note-family span {
  color: #b85e5d;
  background: var(--rose-soft);
}

.intro {
  width: min(800px, calc(100% - 40px));
  margin: 70px auto 42px;
  text-align: center;
}

.intro h2,
.support-section h2,
.cta-section h2,
.legal-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.intro h2 span {
  display: inline-block;
  white-space: nowrap;
}

.intro > p:last-child,
.support-section > div > p:last-child {
  color: var(--muted);
}

.celebration-strip {
  display: flex;
  width: min(920px, calc(100% - 40px));
  min-height: 116px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 42px;
  padding: 16px 32px;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 211, 0.88);
  border-radius: 26px;
  background: linear-gradient(100deg, rgba(255, 240, 229, 0.9), rgba(234, 244, 235, 0.92));
  box-shadow: 10px 12px 27px var(--shadow-dark), -9px -9px 22px var(--shadow-light);
}

.celebration-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.celebration-copy p {
  margin: 0;
}

.celebration-spark {
  color: var(--orange-deep);
  font-size: 1.5rem;
  animation: sparkle 1.8s ease-in-out infinite;
}

.happy-kids {
  position: relative;
  display: flex;
  width: 178px;
  height: 82px;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.kid {
  position: relative;
  width: 56px;
  height: 62px;
  border-radius: 27px 27px 16px 16px;
  transform-origin: center bottom;
  animation: happy-bounce 1.4s ease-in-out infinite;
}

.kid::before {
  position: absolute;
  top: -22px;
  left: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffd3ae;
  box-shadow: inset 0 -3px rgba(193, 119, 77, 0.1);
  content: "";
}

.kid::after {
  position: absolute;
  top: -9px;
  left: 17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #594239;
  box-shadow: 16px 0 #594239;
  content: "";
}

.kid i,
.kid b {
  position: absolute;
  z-index: -1;
  top: 7px;
  width: 13px;
  height: 42px;
  border-radius: 999px;
  content: "";
}

.kid i { left: -5px; transform: rotate(35deg); }
.kid b { right: -5px; transform: rotate(-35deg); }
.kid em {
  position: absolute;
  top: -2px;
  left: 24px;
  width: 9px;
  height: 5px;
  border: solid #b66259;
  border-width: 0 0 2px;
  border-radius: 0 0 10px 10px;
}

.kid-orange { background: #ef956d; }
.kid-orange i, .kid-orange b { background: #ef956d; }
.kid-green { background: #83b18b; animation-delay: 0.22s; }
.kid-green i, .kid-green b { background: #83b18b; }

.confetti {
  position: absolute;
  font-size: 0.8rem;
  animation: confetti-float 2.1s ease-in-out infinite;
}
.confetti-one { top: 0; left: 17px; color: var(--orange); }
.confetti-two { top: 4px; right: 18px; color: var(--yellow); animation-delay: .5s; }
.confetti-three { top: 25px; right: 4px; color: var(--rose); animation-delay: 1s; }

@keyframes happy-bounce {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  42% { transform: translateY(-13px) rotate(2deg); }
  62% { transform: translateY(0) rotate(1deg); }
}

@keyframes sparkle {
  0%, 100% { transform: scale(.82) rotate(0deg); opacity: .65; }
  50% { transform: scale(1.18) rotate(20deg); opacity: 1; }
}

@keyframes confetti-float {
  0%, 100% { transform: translateY(5px) rotate(0deg); opacity: .55; }
  50% { transform: translateY(-8px) rotate(22deg); opacity: 1; }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 120px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 34px;
  border: 1px solid rgba(234, 223, 211, 0.86);
  border-radius: 30px;
  background: rgba(255, 254, 253, 0.86);
  box-shadow: 14px 16px 34px var(--shadow-dark), -12px -12px 30px var(--shadow-light);
}

.feature-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr minmax(300px, 0.75fr);
  align-items: center;
  gap: 25px;
  min-height: 310px;
}

.feature-wide.reverse {
  grid-template-columns: auto 1fr minmax(300px, 0.75fr);
}

.feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  font-size: 1.45rem;
  font-weight: 900;
  box-shadow: inset 2px 2px 6px rgba(126, 95, 71, 0.08), 5px 7px 15px rgba(113, 83, 60, 0.08);
}

.feature-card:not(.feature-wide) .feature-icon {
  margin-bottom: 56px;
}

.feature-icon.orange { color: var(--orange-deep); background: var(--orange-soft); }
.feature-icon.rose { color: #b55d5b; background: var(--rose-soft); }
.feature-icon.green { color: #527f5f; background: var(--green-soft); }
.feature-icon.blue { color: #527891; background: var(--blue-soft); }
.feature-icon.lilac { color: #6f6596; background: var(--lilac-soft); }
.feature-icon.yellow { color: #aa7b2b; background: var(--yellow-soft); }

.card-number {
  margin: 0 0 5px;
  color: #b3a79c;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.feature-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.feature-card p:not(.card-number) {
  color: var(--muted);
}

.share-demo,
.today-demo {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 3px 3px 7px rgba(143, 112, 87, 0.06), 7px 9px 18px rgba(110, 80, 57, 0.09);
}

.share-demo {
  display: grid;
  grid-template-columns: 1fr auto auto 48px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
}

.share-demo b {
  color: var(--orange-deep);
}

.share-demo i {
  color: #b3a79c;
  font-style: normal;
}

.share-demo img {
  width: 45px;
  height: 45px;
  border-radius: 12px;
}

.rating-demo {
  margin-top: 26px;
  padding: 16px 18px;
  border-radius: 18px;
  color: #e8a43e;
  background: var(--rose-soft);
  font-size: 1.25rem;
}

.rating-demo .off { color: #decac7; }
.rating-demo small {
  float: right;
  color: #885e5d;
  font-size: 0.7rem;
  font-weight: 800;
}

.calendar-demo {
  margin-top: 26px;
  padding: 18px;
  border-radius: 18px;
  background: var(--green-soft);
}

.calendar-demo > b {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
}

.calendar-demo > div {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.calendar-demo span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 9px;
  color: #7d8b80;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.61rem;
}

.calendar-demo .meal {
  color: white;
  background: var(--green);
  box-shadow: 3px 4px 8px rgba(62, 112, 75, 0.2);
}

.calendar-demo .meal.alt {
  background: var(--orange);
}

.today-demo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.today-demo span {
  color: var(--muted);
  font-size: 0.68rem;
}

.today-demo strong {
  font-size: 0.94rem;
}

.today-demo button {
  margin-top: 10px;
  padding: 12px;
  border: 0;
  border-radius: 13px;
  color: white;
  background: var(--orange);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
}

.support-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 120px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 254, 253, 0.84);
  box-shadow: 7px 9px 20px var(--shadow-dark), -7px -7px 18px var(--shadow-light);
}

.faq-list summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 22px;
  content: "＋";
  color: var(--orange-deep);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 0.88rem;
}

.cta-section {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 100px;
  padding: 38px;
  border: 1px solid rgba(234, 223, 211, 0.9);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 238, 222, 0.92), rgba(237, 245, 234, 0.9));
  box-shadow: 14px 18px 36px var(--shadow-dark), -12px -12px 30px var(--shadow-light);
}

.cta-section > img {
  border-radius: 24px;
  box-shadow: 8px 10px 20px rgba(116, 83, 58, 0.14);
}

.cta-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 38px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand small,
footer > p {
  color: var(--muted);
  font-size: 0.68rem;
}

footer > p {
  grid-column: 1 / -1;
  margin: 0;
}

.legal-main {
  width: min(930px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0 110px;
}

.legal-hero {
  max-width: 730px;
  margin-bottom: 42px;
}

.legal-hero > p:not(.eyebrow, .updated) {
  color: var(--muted);
  font-size: 1.03rem;
}

.updated {
  color: #9c8f84;
  font-size: 0.78rem;
  font-weight: 700;
}

.legal-card {
  padding: clamp(28px, 6vw, 68px);
  border: 1px solid rgba(234, 223, 211, 0.88);
  border-radius: 32px;
  background: rgba(255, 254, 253, 0.9);
  box-shadow: 14px 18px 38px var(--shadow-dark), -12px -12px 32px var(--shadow-light);
}

.legal-card section + section {
  margin-top: 45px;
}

.legal-card h2 {
  margin: 0 0 14px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.legal-card h3 {
  margin: 26px 0 8px;
  color: #61544b;
  font-size: 1rem;
}

.legal-card p,
.legal-card li {
  color: #655a52;
  font-size: 0.92rem;
}

.legal-card ul,
.legal-card ol {
  padding-left: 1.45rem;
}

.legal-card li + li {
  margin-top: 7px;
}

.legal-card strong {
  color: var(--ink);
}

.legal-card hr {
  margin: 60px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.table-wrap {
  overflow-x: auto;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 0.8rem;
}

th,
td {
  min-width: 140px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: #554940;
  background: var(--orange-soft);
}

tr:last-child td {
  border-bottom: 0;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.link-list a {
  color: var(--orange-deep);
  font-weight: 700;
}

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

  .hero-copy {
    max-width: 680px;
  }

  .phone-stage {
    margin-top: 50px;
  }

  .feature-wide,
  .feature-wide.reverse {
    grid-template-columns: auto 1fr;
  }

  .feature-wide .share-demo,
  .feature-wide .today-demo {
    grid-column: 1 / -1;
  }

  .support-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cta-section {
    grid-template-columns: 76px 1fr;
  }

  .cta-section .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 660px) {
  .site-header {
    width: calc(100% - 24px);
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  .brand span {
    font-size: 0.9rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .site-header nav {
    gap: 14px;
  }

  .site-header nav a {
    display: none;
  }

  .site-header nav a:last-child {
    display: block;
  }

  .hero {
    width: calc(100% - 30px);
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10.8vw, 3.35rem);
  }

  .hero-actions {
    display: grid;
  }

  .phone-stage {
    min-height: 540px;
    margin-right: -8px;
    margin-left: -8px;
  }

  .phone {
    left: 50%;
    width: 252px;
    height: 516px;
  }

  .note-share {
    top: 82px;
    right: 8px;
  }

  .note-family {
    right: -4px;
    bottom: 48px;
  }

  .floating-note {
    min-width: 145px;
    grid-template-columns: 34px auto;
    padding: 10px;
  }

  .floating-note span {
    width: 29px;
    height: 29px;
  }

  .intro {
    margin-top: 30px;
  }

  .intro h2 {
    font-size: clamp(1.72rem, 7.8vw, 2.15rem);
  }

  .celebration-strip {
    width: calc(100% - 30px);
    min-height: 150px;
    padding: 18px 22px;
  }

  .celebration-copy {
    align-items: flex-start;
    font-size: 0.87rem;
    line-height: 1.6;
  }

  .happy-kids {
    width: 132px;
    flex: 0 0 132px;
    transform: scale(.8);
    transform-origin: right center;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 30px);
    gap: 18px;
  }

  .feature-card,
  .feature-wide,
  .feature-wide.reverse {
    grid-column: auto;
    display: block;
    min-height: 330px;
    padding: 26px;
  }

  .feature-wide .feature-icon {
    margin-bottom: 46px;
  }

  .feature-wide .share-demo,
  .feature-wide .today-demo {
    margin-top: 24px;
  }

  .share-demo {
    grid-template-columns: 1fr auto auto 40px;
  }

  .share-demo strong {
    display: none;
  }

  .support-section,
  .cta-section {
    width: calc(100% - 30px);
  }

  .cta-section {
    display: block;
    padding: 28px;
    text-align: center;
  }

  .cta-section > img {
    width: 82px;
    margin: 0 auto 22px;
  }

  .cta-section .button {
    width: 100%;
    margin-top: 22px;
  }

  footer {
    grid-template-columns: 1fr;
    width: calc(100% - 30px);
  }

  footer nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .legal-main {
    width: calc(100% - 30px);
    padding-top: 60px;
  }

  .legal-card {
    padding: 26px 22px;
    border-radius: 24px;
  }
}

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

  .button {
    transition: none;
  }
}
