:root {
  --color-primary: #246b53;
  --color-secondary: #e2eee5;
  --color-accent: #d58263;
  --color-background: #fafbf7;
  --color-text: #243c32;
  --color-muted: #67756d;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow-soft: 0 8px 32px #234b3210;
  --shadow-phone: 0 24px 50px #24433322, 0 4px 8px #24433312;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px;
}

body {
  margin:0;
  background:var(--color-background);
  color:var(--color-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.65;
}

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

button {
  font:inherit;
  cursor:pointer;
}

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

button,a {
  -webkit-tap-highlight-color:transparent;
}

button:focus-visible,a:focus-visible,[tabindex]:focus-visible {
  outline:3px solid var(--color-accent);
  outline-offset:5px;
}

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

h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.045em;
}

h1 {
  font-size:clamp(2.9rem,5.1vw,4.65rem);
  font-weight:650;
  margin-bottom:25px;
}

h1 em {
  font-style:normal;
  color:var(--color-primary);
}

h2 {
  font-size:clamp(2rem,3.2vw,2.8rem);
  font-weight:620;
  margin-bottom:22px;
}

h3 {
  font-size:1.2rem;
  letter-spacing:-.025em;
}

p {
  color:var(--color-muted);
}

.section-shell {
  width:min(1160px,calc(100% - 48px));
  margin-inline:auto;
}

.eyebrow {
  display:block;
  font-size:.68rem;
  letter-spacing:.16em;
  font-weight:750;
  color:var(--color-primary);
  margin-bottom:20px;
}

.site-header {
  position:sticky;
  top:16px;
  z-index:20;
  width:min(1220px,calc(100% - 32px));
  margin:16px auto 0;
  min-height:76px;
  padding:14px 25px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:#fffffff2;
  border:1px solid #e8ede5;
  border-radius:22px;
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(14px);
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:1.06rem;
  font-weight:750;
  letter-spacing:-.035em;
  white-space:nowrap;
}

.brand-icon {
  width:40px;
  height:40px;
  flex-shrink:0;
  border-radius:12px;
  background:var(--color-primary);
  color:white;
}

.brand-icon img {
  object-fit:contain;
  width:100%;
  height:100%;
}

.brand-icon .fallback {
  font-size:25px;
  letter-spacing:-3px;
  font-weight:600;
}

.brand-icon .fallback span {
  color:#f6c48b;
}

.site-header nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:.8rem;
  font-weight:550;
}

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

.nav-cta {
  background:var(--color-secondary);
  padding:11px 18px;
  border-radius:12px;
}

.nav-cta span {
  margin-left:14px;
}

.menu-toggle {
  display:none;
}

.hero {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  align-items:center;
  gap:35px;
  padding-block:70px 80px;
  min-height:690px;
}

.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
}

.status-dot {
  height:7px;
  width:7px;
  border-radius:50%;
  background:var(--color-primary);
}

.lead {
  max-width:440px;
  font-size:1.08rem;
  line-height:1.8;
  margin-bottom:30px;
}

.actions {
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:23px;
  min-height:52px;
  padding:14px 21px;
  border:0;
  border-radius:var(--radius-sm);
  font-size:.85rem;
  font-weight:650;
  transition:transform .2s,box-shadow .2s;
}

.button-primary {
  background:var(--color-primary);
  color:white;
  box-shadow:0 6px 16px #246b531b;
}

.button:hover {
  transform:translateY(-2px);
  box-shadow:0 9px 20px #246b5325;
}

.text-link {
  font-size:.83rem;
  font-weight:650;
  display:inline-flex;
  gap:13px;
  align-items:center;
  min-height:44px;
}

.hero-note {
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:27px;
  color:var(--color-muted);
  font-size:.75rem;
}

.little-heart {
  font-size:23px;
  color:var(--color-primary);
}

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

.hero-art:before {
  content:"";
  position:absolute;
  inset:25px -4px 20px;
  background:#e7efe3;
  border-radius:47% 53% 43% 57%;
  z-index:-2;
  transform:rotate(-12deg);
}

.orbit {
  position:absolute;
  border:1px solid #a8c1a660;
  border-radius:50%;
  z-index:-1;
}

.orbit-one {
  width:100%;
  height:77%;
  transform:rotate(-30deg);
}

.orbit-two {
  width:82%;
  height:98%;
  transform:rotate(30deg);
}

.phone {
  width:226px;
  background:#fff;
  padding:7px;
  border:1px solid #d4d9d0;
  border-radius:34px;
  box-shadow:var(--shadow-phone);
  position:relative;
}

.phone:after {
  content:"";
  position:absolute;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:7px;
  height:7px;
  background:#23352d;
  border-radius:50%;
  box-shadow:0 0 0 3px #ffffff65;
}

.phone-screen {
  aspect-ratio:390/844;
  border-radius:27px;
  overflow:hidden;
  background:#eff3e9;
}

.phone-screen>img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.hero-phone {
  width:242px;
  transform:rotate(6deg);
  animation:phone-drift 7s ease-in-out infinite;
}

.media {
  position:relative;
  overflow:hidden;
}

.fallback {
  display:flex;
  position:absolute;
  inset:0;
  align-items:center;
  justify-content:center;
}

.media>img {
  position:relative;
  z-index:1;
}

.media.loaded>.fallback {
  display:none;
}

.media.missing>img {
  visibility:hidden;
}

.screen-placeholder {
  flex-direction:column;
  text-align:center;
  padding:16px;
  background:radial-gradient(ellipse at 30% 15%,#fff9,transparent 60%),linear-gradient(155deg,#e5eee1,#f7f8ef 60%,#e5ebd9);
  gap:8px;
}

.placeholder-symbol {
  font-size:48px;
  color:var(--color-primary);
  line-height:1.3;
  margin-bottom:15px;
}

.placeholder-symbol span {
  color:var(--color-accent);
}

.screen-placeholder strong {
  font-size:1rem;
  font-weight:600;
}

.screen-placeholder>span:not(.placeholder-symbol):not(.sos-placeholder) {
  font-size:.7rem;
  color:var(--color-muted);
}

.screen-placeholder small {
  font-size:.58rem;
  color:#637363;
  position:absolute;
  bottom:35px;
  letter-spacing:.015em;
}

.floating-note {
  position:absolute;
  z-index:3;
  background:#fffffff2;
  border:1px solid #fff;
  border-radius:16px;
  box-shadow:var(--shadow-soft);
  font-size:.72rem;
  line-height:1.65;
  padding:14px 17px;
}

.floating-note strong {
  font-weight:650;
}

.note-top {
  top:82px;
  right:-5px;
  transform:rotate(5deg);
}

.note-top>span {
  float:left;
  margin-right:10px;
  font-size:28px;
  color:var(--color-accent);
}

.note-bottom {
  bottom:84px;
  left:0;
  transform:rotate(-4deg);
  display:flex;
  align-items:center;
  gap:12px;
}

.note-icon {
  background:#e6eee0;
  border-radius:50%;
  padding:5px 12px;
  color:var(--color-primary);
  font-size:20px;
}

.art-spark {
  position:absolute;
  color:var(--color-accent);
  font-size:44px;
}

.spark-one {
  top:20px;
  left:50px;
}

.spark-two {
  bottom:45px;
  right:40px;
}

.art-caption {
  position:absolute;
  bottom:-9px;
  font-size:.55rem;
  letter-spacing:.22em;
  color:#708171;
}

.features {
  padding-block:35px 75px;
}

.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:32px;
}

.section-heading h2 {
  margin-bottom:0;
}

.section-heading p {
  font-size:.9rem;
  margin:15px 0 0;
}

.feature-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:17px;
}

.feature-card {
  position:relative;
  padding:26px 23px 21px;
  border-radius:var(--radius-md);
  transition:transform .25s,box-shadow .25s;
}

.mint {
  background:#eaf1e7;
}

.peach {
  background:#fbede1;
}

.lavender {
  background:#efedf6;
}

.rose {
  background:#f7eae7;
}

.feature-icon {
  width:50px;
  height:50px;
  border-radius:15px;
  background:#ffffff90;
  margin-bottom:28px;
}

.feature-icon img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.feature-icon .fallback {
  font-size:30px;
  color:var(--color-primary);
}

.feature-icon .sos-symbol {
  font-size:14px;
  color:#a3594e;
  font-weight:800;
}

.feature-number {
  position:absolute;
  top:29px;
  right:24px;
  color:#35493660;
  font-size:.66rem;
}

.feature-card p {
  font-size:.84rem;
  line-height:1.75;
  margin-bottom:26px;
}

.feature-card h3 {
  margin-bottom:13px;
}

.card-tag {
  display:block;
  border-top:1px solid #394c3615;
  padding-top:15px;
  font-size:.67rem;
  color:#586253;
}

.screens-section {
  background:#f0f3eb;
  padding-block:65px 35px;
}

.screens-track {
  display:flex;
  gap:35px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:15px 12px 28px;
  scrollbar-width:thin;
  scrollbar-color:#a4b7a4 transparent;
}

.screens-track figure {
  flex:0 0 calc((100% - 105px)/4);
  min-width:200px;
  margin:0;
  scroll-snap-align:start;
}

.screens-track .phone {
  width:100%;
  max-width:242px;
  margin:auto;
  box-shadow:0 13px 25px #24433315;
}

.screens-track figure:nth-child(2n) .screen-placeholder {
  background:linear-gradient(145deg,#f8f3ea,#eeebdf);
}

figcaption {
  font-size:.75rem;
  margin-top:20px;
  text-align:center;
}

figcaption span {
  font-size:.63rem;
  color:#7d8e7b;
  margin-right:7px;
}

.carousel-controls {
  display:flex;
  gap:9px;
}

.carousel-controls button {
  width:42px;
  height:42px;
  border:1px solid #cfdbcd;
  border-radius:50%;
  background:transparent;
  color:var(--color-primary);
  font-size:20px;
}

.carousel-controls button:disabled {
  opacity:.35;
  cursor:default;
}

.swipe-hint {
  font-size:.65rem;
  text-align:center;
  margin:14px 0 0;
  letter-spacing:.02em;
}

.swipe-hint span {
  margin-left:8px;
}

.family-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:85px;
  padding-block:85px;
}

.family-art {
  height:390px;
  border-radius:var(--radius-lg);
  background:#f0eee5;
}

.family-art>img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.family-placeholder {
  background:radial-gradient(ellipse,#f7f8ed,#e9eedf);
}

.family-center {
  width:185px;
  height:185px;
  border-radius:50%;
  background:#fffaf0;
  box-shadow:0 12px 30px #3a594212;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  z-index:1;
}

.family-center>span {
  font-size:48px;
  line-height:1.3;
  color:var(--color-primary);
}

.family-center strong {
  font-size:1.15rem;
}

.family-center small {
  font-size:.65rem;
  color:var(--color-muted);
}

.family-ring {
  position:absolute;
  border:1px solid #bccdb57a;
  width:280px;
  height:280px;
  border-radius:50%;
}

.ring-b {
  width:380px;
  height:380px;
}

.family-label {
  position:absolute;
  background:#fffdf6;
  border:1px solid #fff;
  padding:8px 18px;
  border-radius:25px;
  font-size:.75rem;
  z-index:2;
  box-shadow:var(--shadow-soft);
}

.label-a {
  top:40px;
  left:45px;
  transform:rotate(-8deg);
}

.label-b {
  top:80px;
  right:20px;
  transform:rotate(8deg);
}

.label-c {
  bottom:45px;
  left:20px;
  transform:rotate(-5deg);
}

.label-d {
  bottom:65px;
  right:30px;
  transform:rotate(8deg);
}

.family-copy>p {
  font-size:.93rem;
}

.detail-line {
  display:flex;
  align-items:start;
  gap:14px;
  margin-top:19px;
}

.detail-line>span {
  background:#e8eee3;
  width:30px;
  height:30px;
  border-radius:50%;
  text-align:center;
  flex-shrink:0;
  color:var(--color-primary);
}

.detail-line p {
  font-size:.8rem;
  margin:0;
}

.detail-line strong {
  color:var(--color-text);
  font-weight:650;
}

.sos-section {
  padding-bottom:75px;
}

.sos-panel {
  background:#f5eae4;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:35px;
  border-radius:var(--radius-lg);
  padding:48px 70px 0;
  overflow:hidden;
  max-height:490px;
}

.sos-copy {
  padding-bottom:35px;
}

.sos-copy .eyebrow {
  color:#9f5c47;
}

.sos-copy p {
  max-width:410px;
  font-size:.9rem;
}

.sos-copy .sos-disclaimer {
  font-size:.68rem;
  border-left:2px solid #ca9b88;
  padding-left:12px;
  margin-top:24px;
}

.sos-art {
  position:relative;
  display:flex;
  justify-content:center;
  padding-top:15px;
}

.sos-art:before {
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  border:1px solid #dbb5a64d;
  top:45px;
  background:#edd7cb55;
}

.sos-art .phone {
  width:220px;
  transform:rotate(8deg);
}

.sos-art .screen-placeholder {
  background:linear-gradient(150deg,#fff6f1,#f3e4dc);
}

.sos-placeholder {
  background:#e8b8aa70;
  border:12px solid #f4d6cb;
  width:108px;
  height:108px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:24px;
  color:#a45a47;
  font-weight:750;
  margin-bottom:15px;
}

.privacy-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  padding-bottom:75px;
  align-items:center;
}

.privacy-icon {
  display:block;
  width:44px;
  height:44px;
  border-radius:14px;
  background:#eaf0e5;
  text-align:center;
  font-size:30px;
  color:var(--color-primary);
  margin-bottom:18px;
}

.privacy-section .eyebrow {
  margin-bottom:14px;
}

.privacy-section .text-link {
  color:var(--color-primary);
}

.privacy-list {
  list-style:none;
  margin:0;
  padding:0;
}

.privacy-list li {
  display:flex;
  gap:15px;
  margin-block:23px;
}

.privacy-list li>span {
  color:var(--color-primary);
  font-size:18px;
}

.privacy-list strong {
  font-size:.9rem;
  font-weight:650;
}

.privacy-list p {
  font-size:.82rem;
  margin:5px 0 0;
}

.download-panel {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  text-align:center;
  background:var(--color-primary);
  color:#fff;
  padding:55px 20px 36px;
  border-radius:var(--radius-lg);
}

.download-panel:before,.download-panel:after {
  content:"";
  position:absolute;
  border:1px solid #ffffff15;
  border-radius:50%;
  width:470px;
  height:470px;
  z-index:-1;
}

.download-panel:before {
  left:-220px;
  top:-50px;
}

.download-panel:after {
  right:-200px;
  bottom:-220px;
}

.download-panel .eyebrow {
  color:#c4d9b9;
  font-size:.62rem;
}

.download-panel h2 {
  font-size:clamp(2.1rem,3.8vw,3.2rem);
  line-height:1.18;
}

.download-panel h2 span {
  color:#d9e8c8;
}

.download-panel p {
  color:#dfebdf;
  font-size:.85rem;
}

.play-badge {
  min-height:57px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--color-text);
  border-radius:12px;
  padding:0 18px;
  margin-top:9px;
  font-size:.8rem;
  font-weight:650;
}

.play-badge[aria-disabled="true"] {
  cursor:default;
}

.play-badge img {
  object-fit:contain;
}

.store-text {
  display:flex;
  align-items:center;
  gap:11px;
}

.play-triangle {
  font-size:32px;
  font-weight:400;
}

.download-panel .download-status {
  font-size:.62rem;
  color:#c7d8c8;
  margin-top:17px;
}

.site-footer {
  padding-block:42px 22px;
}

.footer-top,.footer-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.footer-top nav {
  display:flex;
  gap:26px;
  align-items:center;
  font-size:.75rem;
}

.contact-link {
  border:0;
  padding:10px 0;
  background:transparent;
  color:inherit;
  font-size:inherit;
}

.footer-bottom {
  border-top:1px solid #e1e7dc;
  padding-top:21px;
  margin-top:27px;
  font-size:.65rem;
  color:var(--color-muted);
}

.footer-bottom small {
  font-size:inherit;
}

.footer-bottom>span>span {
  color:var(--color-primary);
  margin-left:6px;
}

dialog {
  border:1px solid #dce5d7;
  border-radius:var(--radius-md);
  padding:30px;
  max-width:min(440px,calc(100% - 40px));
  color:var(--color-text);
  box-shadow:var(--shadow-phone);
}

dialog::backdrop {
  background:#152f2670;
  backdrop-filter:blur(4px);
}

dialog h2 {
  font-size:1.6rem;
}

dialog p {
  font-size:.9rem;
}

.skip-link {
  position:fixed;
  top:-90px;
  left:20px;
  background:white;
  padding:12px;
  z-index:50;
}

.skip-link:focus {
  top:12px;
}

[hidden] {
  display:none!important;
}

.reveal-ready {
  opacity:0;
  transform:translateY(20px);
  transition:opacity .65s ease,transform .65s ease;
}

.reveal-ready.is-visible {
  opacity:1;
  transform:none;
}

.legal-main {
  max-width:780px;
  padding-block:65px;
}

.legal-main h1 {
  font-size:2.6rem;
}

.legal-main h2 {
  font-size:1.35rem;
  margin-top:32px;
}

.legal-notice {
  padding:20px;
  background:#f7ecdf;
  border-radius:16px;
}

.legal-main li {
  color:var(--color-muted);
  margin:12px 0;
}

@keyframes phone-drift {
  0%,100% {
    transform:translateY(0) rotate(6deg);
  }
  50% {
    transform:translateY(-9px) rotate(5deg);
  }
}

@media(hover:hover) {
  .feature-card:hover {
    transform:translateY(-4px);
    box-shadow:var(--shadow-soft);
  }
}

@media(min-width:1500px) {
  .hero {
    padding-block:85px;
  }
}

@media(max-width:1000px) {
  .site-header nav {
    gap:18px;
  }
  .hero {
    gap:20px;
  }
  .hero-art {
    min-height:510px;
  }
  .hero-phone {
    width:218px;
  }
  .floating-note {
    font-size:.65rem;
    padding:12px;
  }
  .note-top {
    right:-4px;
    top:70px;
  }
  .note-bottom {
    left:-8px;
    bottom:70px;
  }
  .feature-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .feature-card p {
    max-width:300px;
    min-height:48px;
  }
  .screens-track figure {
    flex-basis:calc((100% - 70px)/3);
  }
  .family-section {
    gap:40px;
  }
  .sos-panel {
    padding-inline:40px;
  }
  .privacy-section {
    gap:40px;
  }
  .footer-top nav {
    gap:16px;
  }
}

@media(max-width:760px) {
  html {
    scroll-padding-top:95px;
  }
  .section-shell {
    width:calc(100% - 40px);
  }
  .site-header {
    top:10px;
    margin-top:10px;
    min-height:64px;
    padding:10px 15px;
    border-radius:18px;
  }
  .brand {
    font-size:.98rem;
  }
  .brand-icon {
    width:35px;
    height:35px;
  }
  .menu-toggle {
    display:flex;
    width:42px;
    height:42px;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    align-items:center;
    border:0;
    border-radius:12px;
    background:#edf2e9;
  }
  .menu-toggle span {
    height:2px;
    width:19px;
    background:var(--color-primary);
    transition:transform .2s;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-4px) rotate(-45deg);
  }
  .site-header nav {
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    right:0;
    background:#fff;
    border:1px solid #e4eadf;
    box-shadow:var(--shadow-soft);
    border-radius:18px;
    padding:15px;
    align-items:stretch;
    gap:3px;
  }
  .site-header nav.is-open {
    display:flex;
    flex-direction:column;
  }
  .site-header nav a {
    padding:12px 16px;
  }
  .hero {
    grid-template-columns:1fr;
    gap:25px;
    padding-block:42px 45px;
    min-height:auto;
  }
  .hero-copy {
    max-width:540px;
  }
  .hero .eyebrow {
    font-size:.61rem;
    margin-bottom:20px;
  }
  h1 {
    font-size:clamp(2.8rem,9vw,4rem);
  }
  .lead {
    font-size:1rem;
    margin-bottom:24px;
  }
  .actions {
    gap:12px 20px;
  }
  .button {
    font-size:.8rem;
  }
  .hero-note {
    margin-top:17px;
  }
  .hero-art {
    min-height:480px;
    width:min(450px,100%);
    margin:auto;
  }
  .hero-phone {
    width:216px;
  }
  .hero-art:before {
    inset:25px 6px;
  }
  .note-top {
    right:0;
  }
  .note-bottom {
    left:0;
  }
  .spark-one {
    left:20px;
    top:15px;
  }
  .art-caption {
    bottom:0;
  }
  .features {
    padding-block:30px 50px;
  }
  .section-heading {
    align-items:start;
    gap:20px;
  }
  .features .section-heading {
    display:block;
  }
  .section-heading h2 {
    font-size:2rem;
  }
  .feature-grid {
    gap:12px;
  }
  .feature-card {
    padding:20px 17px;
  }
  .feature-card h3 {
    font-size:1.1rem;
  }
  .feature-card p {
    font-size:.8rem;
    min-height:0;
  }
  .feature-icon {
    margin-bottom:23px;
    width:43px;
    height:43px;
  }
  .feature-number {
    top:23px;
    right:17px;
  }
  .card-tag {
    font-size:.6rem;
  }
  .screens-section {
    padding-block:45px 25px;
  }
  .screens-section .section-heading {
    display:block;
    position:relative;
    padding-right:0;
  }
  .carousel-controls {
    margin-top:20px;
  }
  .screens-track {
    gap:23px;
    padding-inline:5px;
  }
  .screens-track figure {
    flex:0 0 215px;
    min-width:0;
  }
  .family-section {
    grid-template-columns:1fr;
    gap:30px;
    padding-block:50px;
  }
  .family-art {
    height:330px;
    max-width:480px;
    width:100%;
    margin:auto;
  }
  .family-copy {
    max-width:500px;
  }
  .family-copy h2 br {
    display:none;
  }
  .sos-section {
    padding-bottom:50px;
  }
  .sos-panel {
    grid-template-columns:1fr;
    padding:32px 27px 0;
    gap:0;
    max-height:none;
  }
  .sos-copy {
    padding-bottom:10px;
  }
  .sos-copy h2 {
    font-size:2rem;
  }
  .sos-art {
    height:295px;
    overflow:hidden;
    margin-inline:-27px;
  }
  .sos-art .phone {
    width:195px;
    height:425px;
  }
  .sos-art .screen-placeholder {
    justify-content:flex-start;
    padding-top:70px;
  }
  .sos-art .screen-placeholder small {
    position:static;
  }
  .sos-art .screen-placeholder strong {
    font-size:.8rem;
  }
  .privacy-section {
    grid-template-columns:1fr;
    gap:12px;
    padding-bottom:40px;
  }
  .privacy-list li {
    margin-block:20px;
  }
  .download-panel {
    padding:40px 22px 27px;
    border-radius:27px;
  }
  .download-panel h2 {
    font-size:2.15rem;
  }
  .footer-top,.footer-bottom {
    align-items:start;
    flex-direction:column;
    gap:18px;
  }
  .footer-top nav {
    flex-wrap:wrap;
    gap:10px 20px;
  }
  .footer-bottom {
    margin-top:15px;
    gap:10px;
  }
  .site-footer {
    padding-top:30px;
  }
}

@media(max-width:370px) {
  .section-shell {
    width:calc(100% - 32px);
  }
  .feature-grid {
    grid-template-columns:1fr;
  }
  .hero-art {
    min-height:440px;
  }
  .hero-phone {
    width:195px;
  }
  .floating-note {
    font-size:.58rem;
    padding:9px;
  }
  .note-top {
    right:-3px;
  }
  .note-bottom {
    left:-3px;
  }
  .hero .actions {
    align-items:start;
    flex-direction:column;
  }
  h1 {
    font-size:2.65rem;
  }
  .family-label {
    padding:7px 12px;
  }
  .label-a {
    left:15px;
  }
  .label-b {
    right:10px;
  }
  .label-c {
    left:10px;
  }
  .label-d {
    right:15px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
  }
  .reveal-ready {
    opacity:1;
    transform:none;
  }
}


/* Páginas permanentes de funciones: los componentes visuales son compartidos. */
.feature-page-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
}

.function-page {
  --function-tint: var(--color-secondary);
  --function-ink: var(--color-primary);
}

.function-shopping, .function-today {
  --function-tint: #fbede1;
}

.function-tasks {
  --function-tint: #efedf6;
  --function-ink: #6d6287;
}

.function-sos {
  --function-tint: #f7eae7;
  --function-ink: #a45a47;
}

.function-main {
  padding-block: 28px 12px;
}

.function-hero {
  display: grid;
  gap: 18px;
  align-items: center;
}

.function-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 12px;
}

.function-eyebrow .eyebrow {
  font-size: .58rem;
  margin: 0;
  color: var(--function-ink);
}

.function-copy h1 {
  font-size: clamp(2rem, 7.5vw, 3.5rem);
  margin-bottom: 10px;
}

.function-phrase {
  font-size: clamp(1.18rem, 4.7vw, 1.65rem);
  color: var(--function-ink);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.025em;
  margin-bottom: 12px;
  max-width: 520px;
}

.function-copy .lead {
  font-size: .9rem;
  line-height: 1.65;
  margin-bottom: 4px;
  max-width: 490px;
}

.function-explore {
  color: var(--function-ink);
}

.function-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  background: var(--function-tint);
  color: var(--function-ink);
  font-size: .68rem;
  font-weight: 650;
}

.function-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  justify-items: center;
  padding: 18px 12px 12px;
  margin: 0;
  border-radius: var(--radius-md);
  min-width: 0;
}

.function-visual .phone {
  width: 126px;
  border-radius: 23px;
  padding: 5px;
  z-index: 2;
}

.function-visual .phone-screen {
  border-radius: 18px;
}

.function-visual figcaption {
  z-index: 2;
  color: var(--color-muted);
  font-size: .6rem;
  margin-top: 12px;
}

/* Hide a missing image from the first paint; the existing loader reveals it. */
.function-page .media:not(.loaded) > img {
  visibility: hidden;
}

.function-placeholder {
  background: linear-gradient(145deg, #fffaf4, var(--function-tint));
  overflow: hidden;
}

.function-placeholder .placeholder-symbol {
  color: var(--function-ink);
  font-size: 36px;
  z-index: 1;
  margin-bottom: 6px;
}

.function-placeholder strong {
  font-size: .82rem;
  z-index: 1;
}

.function-placeholder small {
  bottom: 20px;
  font-size: .54rem;
}

.function-visual .function-placeholder strong {
  font-size: .66rem;
}

.function-visual .function-placeholder small {
  font-size: .45rem;
}

.placeholder-halo {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid #72806a20;
  border-radius: 50%;
  box-shadow: 0 0 0 20px #ffffff30, 0 0 0 40px #ffffff20;
}

.function-ornaments {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ornament {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 10px 14px;
  border: 1px solid #ffffffc0;
  border-radius: var(--radius-sm);
  background: #ffffffcf;
  box-shadow: var(--shadow-soft);
  color: var(--function-ink);
  font-size: .63rem;
  font-weight: 650;
}

.ornament-one {
  top: 28px;
  left: 6%;
  width: 55px;
  height: 60px;
  font-size: 28px;
  transform: rotate(-12deg);
}

.ornament-two {
  top: 75px;
  right: 3%;
  transform: rotate(7deg);
}

.ornament-three {
  bottom: 48px;
  left: 3%;
  transform: rotate(-5deg);
}

.ornament-line {
  position: absolute;
  border: 1px solid #72806a25;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  top: 12%;
  left: calc(50% - 120px);
}

.line-two {
  transform: scale(1.35);
}

/* Calendar: a paper-calendar accent and a quiet date grid. */
.function-calendar .function-visual {
  background-image: linear-gradient(#246b5307 1px, transparent 1px), linear-gradient(90deg, #246b5307 1px, transparent 1px);
  background-size: 36px 36px;
}

.function-calendar .ornament-one {
  border-top: 9px solid var(--color-primary);
  border-radius: 9px;
}

.function-calendar .ornament-line {
  border-radius: 28px;
  transform: rotate(-12deg);
}

.function-calendar .line-two {
  transform: rotate(12deg) scale(1.35);
}

/* Shopping: a checked slip, with an abstract list rhythm. */
.function-shopping .ornament-one {
  color: var(--color-primary);
  border-radius: 50%;
}

.function-shopping .ornament-three {
  border-left: 4px solid var(--color-accent);
}

.function-shopping .ornament-line {
  width: 160px;
  height: 210px;
  border-radius: 14px;
  background: repeating-linear-gradient(transparent 0 29px, #d5826312 29px 31px);
  left: 12%;
  transform: rotate(-15deg);
}

.function-shopping .line-two {
  left: auto;
  right: 8%;
  transform: rotate(15deg);
}

/* Tasks: offset sheets, a concept illustration rather than app controls. */
.function-tasks .ornament-one {
  border-radius: 12px 12px 28px 12px;
}

.function-tasks .ornament-line {
  border-radius: 20px;
  background: #ffffff30;
  transform: rotate(18deg);
}

.function-tasks .line-two {
  transform: rotate(-12deg) scale(.85);
}

/* SOS: soft concentric alert waves, leaving the site colors intact. */
.function-sos .ornament-one {
  font-size: 15px;
  border-radius: 50%;
  color: white;
  background: var(--function-ink);
}

.function-sos .ornament-line {
  border-color: #a45a4730;
  box-shadow: 0 0 0 24px #a45a4706;
}

.function-sos .function-placeholder .placeholder-symbol {
  font-size: 23px;
  font-weight: 750;
}

.function-disclaimer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  margin: 20px 0 0;
  background: var(--function-tint);
  border-left: 3px solid var(--color-accent);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-size: .82rem;
}

.function-disclaimer > span {
  font-weight: 750;
  color: var(--function-ink);
}

/* Maps: abstract map blocks and a pin, without real positions or routes. */
.function-maps .function-visual {
  background-image: linear-gradient(30deg, transparent 46%, #ffffff85 47% 51%, transparent 52%), linear-gradient(110deg, transparent 43%, #ffffff85 44% 48%, transparent 49%);
  background-size: 150px 170px, 210px 160px;
}

.function-maps .ornament-one {
  border-radius: 50% 50% 50% 4px;
  background: var(--color-primary);
  color: white;
}

.function-maps .ornament-line {
  border-style: dashed;
}

/* Today: a morning glow and a day arc, with no invented personal data. */
.function-today .function-visual {
  background: radial-gradient(circle at 50% 35%, #fffbed 15%, #f3e1ba 52%, #fbede1 80%);
}

.function-today .ornament-one {
  background: #fff6d6;
  color: #96752d;
  border-radius: 50%;
}

.function-today .ornament-line {
  border-color: #aa844825;
  width: 280px;
  height: 280px;
  left: calc(50% - 140px);
}

.function-details {
  padding-block: 42px 34px;
}

.function-details .eyebrow {
  margin-bottom: 10px;
}

.function-details h2 {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  margin-bottom: 22px;
}

.function-section-intro {
  max-width: 640px;
  font-size: .86rem;
  margin-top: -8px;
  margin-bottom: 23px;
}

.function-cards {
  display: grid;
  gap: 12px;
}

.function-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.function-card-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #ffffffa0;
  color: var(--function-ink);
  font-size: 23px;
}

.function-card-index {
  color: var(--color-muted);
  font-size: .65rem;
}

.function-cards .feature-card h3 {
  font-size: 1.07rem;
  line-height: 1.3;
}

.function-cards .feature-card p {
  margin-bottom: 0;
  min-height: 0;
  max-width: none;
}

.function-showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 28px;
  padding: 30px 22px 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.function-showcase h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.15;
}

.function-showcase-copy > p {
  font-size: .9rem;
  max-width: 440px;
}

.function-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 22px;
}

.function-tags span {
  padding: 6px 11px;
  background: #ffffff90;
  border: 1px solid #ffffffb0;
  border-radius: 30px;
  color: var(--function-ink);
  font-size: .69rem;
}

.function-showcase-copy .function-visual-note {
  font-size: .74rem;
  border-left: 2px solid var(--function-ink);
  padding-left: 12px;
  margin-bottom: 0;
}

.function-showcase-art {
  position: relative;
  display: grid;
  justify-items: center;
  margin: 0;
  min-width: 0;
}

.function-showcase-art .phone {
  width: min(100%, 212px);
}

.function-showcase-art figcaption {
  font-size: .63rem;
  color: var(--color-muted);
  z-index: 1;
}

.showcase-orbit {
  position: absolute;
  z-index: -1;
  top: 15%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px solid #ffffffa0;
  box-shadow: 0 0 0 26px #ffffff25, 0 0 0 52px #ffffff20;
}

.function-shopping .showcase-orbit, .function-tasks .showcase-orbit {
  border-radius: 40px;
  transform: rotate(-14deg);
}

.function-sos .showcase-orbit {
  border-color: #a45a4725;
}

.function-today .showcase-orbit {
  background: #fff4d299;
}

.function-cta {
  padding-top: 34px;
}

.function-cta .download-panel {
  padding: 34px 22px;
}

.function-cta .download-panel h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.function-cta .actions {
  justify-content: center;
  gap: 12px 24px;
  margin-top: 24px;
}

.function-home-button {
  background: #fff;
  color: var(--color-primary);
}

@media (min-width: 600px) {
  .function-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .function-cards .feature-card {
    padding: 22px 18px;
  }
}

@media (min-width: 761px) {
  .function-main {
    padding-top: 48px;
  }

  .function-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 48px;
    min-height: 550px;
  }

  .function-eyebrow {
    margin-bottom: 22px;
  }

  .function-eyebrow .eyebrow {
    font-size: .65rem;
  }

  .function-copy h1 {
    margin-bottom: 20px;
  }

  .function-phrase {
    font-size: 1.65rem;
    margin-bottom: 20px;
  }

  .function-copy .lead {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .function-visual {
    padding: 32px 20px 22px;
    border-radius: var(--radius-lg);
  }

  .function-visual .phone {
    width: 210px;
    padding: 7px;
    border-radius: 34px;
  }

  .function-visual .phone-screen {
    border-radius: 27px;
  }

  .function-visual .function-placeholder strong {
    font-size: .85rem;
  }

  .function-visual .function-placeholder small {
    font-size: .55rem;
  }

  .function-visual figcaption {
    font-size: .7rem;
    margin-top: 22px;
  }

  .ornament-one {
    top: 48px;
    width: 70px;
    height: 75px;
    font-size: 38px;
  }

  .ornament-two {
    top: 125px;
    right: 4%;
  }

  .ornament-three {
    bottom: 88px;
    left: 4%;
  }

  .ornament {
    font-size: .75rem;
  }

  .ornament-one {
    font-size: 32px;
  }

  .function-details {
    padding-block: 60px 48px;
  }

  .function-showcase {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    align-items: center;
    gap: 45px;
    padding: 42px 48px;
  }

  .function-shopping .function-showcase-copy,
  .function-maps .function-showcase-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .function-shopping .function-showcase-art,
  .function-maps .function-showcase-art {
    grid-column: 1;
    grid-row: 1;
  }

  .function-showcase-art .phone {
    width: 220px;
  }

  .function-cta {
    padding-top: 48px;
  }

  .function-today .function-visual {
    border-radius: 46% 46% 28px 28px;
  }
}
