:root {
  --orange: #f46a2a;
  --orange-dark: #d95118;
  --cream: #faf7f0;
  --cream-2: #f1eadf;
  --ink: #2f241f;
  --muted: #74665e;
  --teal: #267f75;
  --teal-dark: #123f3b;
  --white: #fff;
  --line: rgba(47, 36, 31, 0.13);
  --shadow: 0 28px 70px rgba(73, 42, 25, 0.14);
  --radius-lg: 38px;
  --radius-md: 26px;
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Onest", "Manrope", sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(1200px, calc(100% - 36px));
  height: 68px;
  padding: 0 12px 0 18px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 22px;
  transform: translateX(-50%);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.scrolled {
  background: rgba(250, 247, 240, .9);
  border-color: rgba(47, 36, 31, .08);
  box-shadow: 0 14px 38px rgba(47, 36, 31, .08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 800 1.25rem/1 var(--font-display);
  letter-spacing: .08em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--orange);
}

.brand-mark svg { width: 24px; fill: var(--cream); }

.desktop-nav {
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  color: #5f514a;
  font-size: .875rem;
  font-weight: 600;
  transition: color .2s ease;
}

.desktop-nav a:hover { color: var(--orange); }

.header-cta {
  height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  background: var(--ink);
  border-radius: 14px;
  font-size: .875rem;
  font-weight: 700;
}

.header-cta span, .button span { transition: transform .2s ease; }
.header-cta:hover span, .button:hover span { transform: translate(2px, -2px); }

.menu-button, .mobile-menu { display: none; }

.hero {
  min-height: 860px;
  padding: 145px 0 80px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 44px;
}

.eyebrow {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(244, 106, 42, .12);
}

h1, h2, h3 { margin: 0; font-family: var(--font-display); letter-spacing: -.04em; }

.hero h1 {
  font-size: clamp(4.25rem, 7vw, 6.5rem);
  line-height: .93;
  font-weight: 650;
}

.hero h1 em { color: var(--orange); font-style: normal; }

.hero-copy > p {
  max-width: 560px;
  margin: 28px 0 32px;
  color: var(--muted);
  font-size: 1.125rem;
}

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

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 14px 30px rgba(47, 36, 31, .17); }
.button-light { color: var(--ink); background: var(--white); }

.text-link {
  display: inline-flex;
  gap: 8px;
  font-weight: 700;
  border-bottom: 1px solid var(--ink);
}

.hero-trust {
  margin-top: 52px;
  padding-top: 22px;
  display: flex;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.hero-trust span { color: var(--muted); font-size: .78rem; }
.hero-trust b { display: block; color: var(--ink); font-size: 1.05rem; }

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

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -3;
  width: 540px;
  height: 540px;
  border-radius: 46% 54% 58% 42% / 46% 39% 61% 54%;
  background: var(--orange);
  transform: rotate(-8deg);
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 390px;
  height: 560px;
  border-radius: 48%;
  background: radial-gradient(circle at 50% 10%, rgba(255,255,255,.26), transparent 38%);
}

.orbit { position: absolute; z-index: -1; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; }
.orbit-one { width: 610px; height: 330px; transform: rotate(30deg); }
.orbit-two { width: 565px; height: 500px; transform: rotate(-23deg); }

.phone-shell {
  width: 326px;
  height: 650px;
  padding: 10px;
  position: relative;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 48px;
  background: #2b2522;
  box-shadow: 0 42px 90px rgba(79, 36, 16, .34), inset 0 0 0 1px rgba(255,255,255,.15);
  transform: rotate(3deg);
}

.phone-speaker {
  position: absolute;
  z-index: 4;
  top: 19px;
  left: 50%;
  width: 82px;
  height: 23px;
  border-radius: 99px;
  background: #24201d;
  transform: translateX(-50%);
}

.phone-screen {
  height: 100%;
  padding: 29px 15px 12px;
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background: #f9f7f2;
}

.phone-topbar { padding: 5px 4px 12px; display: flex; align-items: center; justify-content: space-between; }
.phone-logo { color: var(--orange); font: 800 .85rem/1 var(--font-display); letter-spacing: .1em; }
.avatar-mini { width: 26px; height: 26px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: .65rem; font-weight: 800; }

.pet-photo-card {
  height: 235px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #d9c9ba;
}

.pet-photo-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(25,15,10,.78)); }
.pet-photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.pet-photo-copy { position: absolute; z-index: 2; left: 15px; right: 50px; bottom: 15px; color: white; }
.pet-photo-copy small { display: block; opacity: .75; font-size: .6rem; }
.pet-photo-copy strong { display: block; font-size: .95rem; }
.pet-photo-card button { position: absolute; z-index: 3; right: 12px; top: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.86); }

.quick-title { padding: 15px 2px 9px; display: flex; justify-content: space-between; font-size: .68rem; }
.quick-title span { color: var(--orange); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.quick-grid div { display: grid; justify-items: center; gap: 5px; color: var(--muted); font-size: .48rem; text-align: center; }
.service-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; font-style: normal; font-size: .85rem; }
.service-icon.orange { color: #cb4a11; background: #ffe1d1; }
.service-icon.lilac { color: #7056a7; background: #eee5ff; }
.service-icon.mint { color: #237a70; background: #d9f0eb; }
.service-icon.yellow { color: #9d7114; background: #fff0c6; }

.care-card { margin-top: 14px; padding: 12px; display: flex; align-items: center; justify-content: space-between; border-radius: 16px; background: white; box-shadow: 0 7px 20px rgba(68,50,40,.07); }
.care-card > div:first-child { display: grid; }
.care-card small { color: var(--muted); font-size: .5rem; }
.care-card b { max-width: 165px; font-size: .68rem; line-height: 1.25; }
.care-card span { margin-top: 4px; color: var(--orange); font-size: .5rem; }
.care-date { width: 40px; height: 44px; display: grid; place-items: center; align-content: center; color: white; background: var(--teal); border-radius: 12px; font-size: .9rem; font-weight: 800; }
.care-date small { color: rgba(255,255,255,.75); }
.phone-nav { position: absolute; left: 11px; right: 11px; bottom: 10px; height: 54px; padding: 8px 12px 4px; display: flex; justify-content: space-around; border-radius: 17px; background: white; box-shadow: 0 -4px 22px rgba(47,36,31,.07); }
.phone-nav span { min-width: 45px; display: grid; place-items: center; color: #aa9f97; font-size: .8rem; }
.phone-nav small { font-size: .43rem; }
.phone-nav .active { color: var(--orange); }

.float-card {
  position: absolute;
  z-index: 4;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 17px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 38px rgba(75,39,23,.18);
  backdrop-filter: blur(12px);
  animation: float 4.5s ease-in-out infinite;
}

.float-card span:nth-child(2) { display: grid; }
.float-card b { font-size: .76rem; }
.float-card small { color: var(--muted); font-size: .58rem; }
.float-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; font-size: .8rem; }
.float-icon.mint { color: var(--teal); background: #dff3ef; }
.float-icon.orange { color: var(--orange-dark); background: #ffe5d8; }
.float-card > i { margin-left: 10px; color: var(--teal); font-style: normal; }
.health-card { top: 135px; left: 3px; }
.location-card { right: -3px; bottom: 142px; animation-delay: -2.2s; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(0); } }

.statement { padding: 95px 0 130px; text-align: center; }
.statement p { max-width: 650px; margin: 0 auto 28px; color: var(--muted); }
.statement h2 { max-width: 980px; margin: auto; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.02; }
.statement h2 span { color: var(--orange); }

.capabilities { padding: 80px 0 140px; }
.section-heading { margin-bottom: 50px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); }
.section-kicker { display: block; margin-bottom: 16px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-heading h2, .pet-id h2, .partner-inner h2, .final-cta h2 { font-size: clamp(2.75rem, 5vw, 4.7rem); line-height: 1.02; }

.capability-tabs { margin-bottom: 22px; padding: 6px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; border: 1px solid var(--line); border-radius: 18px; }
.capability-tabs button { min-height: 50px; border: 0; border-radius: 13px; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }
.capability-tabs button.active { color: white; background: var(--ink); box-shadow: 0 8px 20px rgba(47,36,31,.14); }

.feature-stage { min-height: 530px; padding: 76px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; overflow: hidden; border-radius: var(--radius-lg); background: #e5efe9; }
.feature-number { color: var(--teal); font-size: .78rem; font-weight: 800; }
.feature-copy h3 { margin: 18px 0; font-size: clamp(2rem, 3.3vw, 3.25rem); line-height: 1.04; }
.feature-copy > p { color: var(--muted); }
.feature-copy ul { margin: 30px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.feature-copy li { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.feature-copy li span { width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: .68rem; }

.feature-demo { padding: 28px; border: 1px solid rgba(255,255,255,.86); border-radius: 28px; background: rgba(255,255,255,.76); box-shadow: 0 30px 70px rgba(35,83,73,.14); }
.demo-header { padding-bottom: 20px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(47,36,31,.1); font-weight: 800; }
.health-score { padding: 26px 0; display: flex; align-items: center; gap: 22px; }
.health-score > div:nth-child(2) { display: grid; }
.health-score small { color: var(--muted); font-size: .7rem; }
.health-score b { font-size: 1.25rem; }
.health-score span { color: var(--muted); font-size: .75rem; }
.score-ring { width: 106px; height: 106px; display: grid; place-items: center; align-content: center; border: 9px solid #8bc7b8; border-right-color: #d7e6e1; border-radius: 50%; }
.score-ring strong { color: var(--teal); font: 700 1.65rem/1 var(--font-display); }
.score-ring small { font-size: .56rem; }
.timeline-item { margin-top: 10px; padding: 15px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-radius: 16px; background: white; }
.timeline-item i { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 11px; font-style: normal; }
.timeline-item div { display: grid; }
.timeline-item b { font-size: .83rem; }
.timeline-item span, .timeline-item small { color: var(--muted); font-size: .65rem; }
.timeline-item .orange-text { color: var(--orange); font-weight: 700; }

.services-band { padding: 120px 0; color: white; background: var(--teal-dark); }
.section-heading.light > p { color: rgba(255,255,255,.64); }
.section-heading.light .section-kicker { color: #98d9c9; }
.services-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; grid-template-rows: 410px; gap: 16px; }
.service-card { min-width: 0; padding: 28px; position: relative; overflow: hidden; border-radius: 28px; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-5px); }
.service-card > b { position: absolute; top: 24px; right: 24px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.service-card > span:not(.service-symbol), .service-card-copy > span { position: relative; z-index: 2; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 { position: relative; z-index: 2; margin: 12px 0; font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.05; }
.service-card p { position: relative; z-index: 2; font-size: .82rem; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,24,21,.05) 20%, rgba(15,27,23,.88)); }
.service-card-copy { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 24px; }
.service-card-copy p { margin: 8px 0 0; color: rgba(255,255,255,.7); }
.service-card.cream { color: var(--ink); background: #f1e7d8; }
.service-card.cream p { color: var(--muted); }
.service-card.orange-card { background: var(--orange); }
.service-symbol { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 68px; border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.85); font-size: 1.2rem; }

.pet-id { padding: 150px 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }
.pet-id h2 span { color: var(--orange); }
.pet-id-copy > p { max-width: 520px; margin: 28px 0 36px; color: var(--muted); }
.id-points { display: grid; gap: 18px; }
.id-points > div { display: flex; align-items: flex-start; gap: 16px; }
.id-points i { color: var(--orange); font-style: normal; font-size: .7rem; font-weight: 800; }
.id-points span { display: grid; }
.id-points small { color: var(--muted); }

.map-card { height: 570px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #e0e9e0; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(38,127,117,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(38,127,117,.18) 1px, transparent 1px); background-size: 38px 38px; transform: rotate(13deg) scale(1.3); }
.map-road { position: absolute; width: 800px; height: 36px; left: -100px; border: 9px solid white; border-radius: 60%; background: #cbd9cf; box-shadow: 0 0 0 1px rgba(47,36,31,.07); }
.road-one { top: 180px; transform: rotate(-22deg); }
.road-two { top: 360px; transform: rotate(25deg); }
.map-place { position: absolute; padding: 7px 10px; color: var(--teal-dark); background: rgba(255,255,255,.7); border-radius: 10px; font-size: .7rem; font-weight: 700; }
.place-one { top: 90px; left: 60px; }
.place-two { top: 220px; right: 55px; }
.location-pulse { position: absolute; top: 47%; left: 51%; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: rgba(244,106,42,.24); transform: translate(-50%, -50%); animation: pulse 2.2s ease-out infinite; }
.location-pulse span { width: 47px; height: 47px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 9px 24px rgba(115,47,15,.28); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(244,106,42,.35); } 70% { box-shadow: 0 0 0 28px rgba(244,106,42,0); } 100% { box-shadow: 0 0 0 0 rgba(244,106,42,0); } }
.map-status { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); box-shadow: 0 18px 38px rgba(38,65,54,.12); }
.pet-avatar { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-weight: 800; }
.map-status div { display: grid; }
.map-status small { color: var(--muted); font-size: .7rem; }
.map-status i { color: var(--teal); font-style: normal; font-size: 1.25rem; }

.community { padding: 40px 0 140px; }
.community-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 16px; }
.community-card { min-height: 470px; padding: 28px; display: flex; flex-direction: column; position: relative; border-radius: 30px; }
.community-card h3 { margin: auto 0 8px; font-size: clamp(1.7rem, 2.4vw, 2.5rem); line-height: 1.05; }
.community-card p { margin: 0 0 24px; font-size: .88rem; }
.community-card a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid currentColor; font-size: .84rem; font-weight: 800; }
.community-card.lost { color: white; background: var(--ink); }
.community-top { display: flex; align-items: center; justify-content: space-between; }
.community-top span { padding: 6px 10px; border-radius: 99px; color: white; background: var(--orange); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.community-top i { color: rgba(255,255,255,.55); font-style: normal; font-size: .65rem; }
.lost-pet-image { width: 158px; height: 158px; margin: 27px auto 15px; overflow: hidden; border: 7px solid rgba(255,255,255,.12); border-radius: 50%; }
.lost-pet-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.community-card.shelter { background: #dfeee9; }
.community-card.breeder { color: white; background: var(--orange); }
.community-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; color: var(--orange); background: white; font-size: 1.5rem; }
.card-label { margin-top: 25px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.partner-strip { padding: 100px 0; color: white; background: var(--orange); }
.partner-inner { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: end; gap: 60px; }
.partner-inner .section-kicker { color: rgba(255,255,255,.7); }
.partner-inner p { margin: 0; color: rgba(255,255,255,.8); }

.final-cta { padding: 150px 0; display: grid; justify-items: center; text-align: center; }
.final-mark { width: 96px; height: 96px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 30px; background: var(--orange); transform: rotate(-5deg); box-shadow: 0 18px 36px rgba(244,106,42,.25); }
.final-mark svg { width: 64px; fill: var(--cream); }
.final-cta p { margin: 22px 0 30px; color: var(--muted); }

.site-footer { padding: 40px 0 50px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.footer-brand { font-size: 1rem; }
.footer-brand .brand-mark { width: 30px; height: 30px; border-radius: 9px; }
.site-footer p { color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; gap: 20px; font-size: .78rem; font-weight: 700; }
.site-footer small { grid-column: 1 / -1; color: #94877f; font-size: .66rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .hero { grid-template-columns: .82fr 1.18fr; }
  .hero h1 { font-size: 4.2rem; }
  .hero-visual { transform: scale(.9); }
  .services-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 360px; }
  .feature-stage { padding: 55px; gap: 50px; }
  .pet-id { gap: 55px; }
  .partner-inner { grid-template-columns: 1fr 1fr; }
  .partner-inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  .section-shell { width: min(100% - 32px, 640px); }
  .site-header { top: 10px; width: calc(100% - 20px); height: 62px; padding: 0 10px 0 14px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { margin-left: auto; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 0; border-radius: 13px; background: var(--ink); }
  .menu-button span { width: 19px; height: 2px; display: block; background: white; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 45; inset: 0; padding: 110px 26px 32px; display: flex; flex-direction: column; gap: 4px; visibility: hidden; opacity: 0; background: rgba(250,247,240,.98); transform: translateY(-15px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid var(--line); font: 650 1.6rem/1.2 var(--font-display); }
  .mobile-menu .button { margin-top: auto; }

  .hero { min-height: auto; padding: 112px 0 86px; display: flex; flex-direction: column; gap: 54px; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 18px; font-size: .66rem; }
  .hero h1 { font-size: clamp(3.35rem, 16.5vw, 4.8rem); }
  .hero-copy > p { margin: 22px 0 26px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-trust { margin-top: 38px; gap: 0; justify-content: space-between; }
  .hero-trust span { font-size: .62rem; }
  .hero-trust b { font-size: .9rem; }

  .hero-visual { width: 100%; min-height: 590px; transform: none; }
  .hero-visual::before { width: 390px; height: 430px; }
  .orbit-one { width: 410px; height: 260px; }
  .orbit-two { width: 390px; height: 420px; }
  .phone-shell { width: 278px; height: 555px; border-radius: 42px; transform: rotate(2deg); }
  .phone-screen { padding-inline: 12px; border-radius: 33px; }
  .pet-photo-card { height: 190px; }
  .care-card { margin-top: 10px; }
  .phone-nav { height: 49px; }
  .float-card { padding: 10px; }
  .health-card { top: 95px; left: -4px; }
  .location-card { right: -5px; bottom: 80px; }
  .float-card small { display: none; }

  .statement { padding: 70px 0 100px; }
  .statement p { font-size: .9rem; }
  .statement h2 { font-size: 2.7rem; }
  .capabilities { padding: 40px 0 100px; }
  .section-heading { margin-bottom: 34px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-heading > p { font-size: .9rem; }
  .section-heading h2, .pet-id h2, .partner-inner h2, .final-cta h2 { font-size: 2.65rem; }
  .capability-tabs { padding: 4px; overflow-x: auto; grid-template-columns: repeat(4, minmax(104px, 1fr)); }
  .capability-tabs button { min-height: 44px; font-size: .78rem; }
  .feature-stage { min-height: auto; padding: 28px 20px 20px; grid-template-columns: 1fr; gap: 35px; border-radius: 28px; }
  .feature-copy h3 { font-size: 2rem; }
  .feature-copy > p, .feature-copy li { font-size: .88rem; }
  .feature-demo { padding: 18px 14px; border-radius: 22px; }
  .score-ring { width: 90px; height: 90px; }

  .services-band { padding: 92px 0; }
  .services-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-right: -16px; padding-right: 16px; }
  .services-grid::-webkit-scrollbar { display: none; }
  .service-card { min-width: 82vw; min-height: 410px; scroll-snap-align: start; }
  .service-symbol { margin-bottom: 100px; }

  .pet-id { padding: 100px 0; grid-template-columns: 1fr; gap: 48px; }
  .pet-id-copy > p { font-size: .9rem; }
  .id-points small { font-size: .78rem; }
  .map-card { height: 470px; border-radius: 28px; }
  .map-status { left: 15px; right: 15px; bottom: 15px; }

  .community { padding: 20px 0 100px; }
  .community-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-right: -16px; padding-right: 16px; }
  .community-grid::-webkit-scrollbar { display: none; }
  .community-card { min-width: 82vw; min-height: 460px; scroll-snap-align: start; }

  .partner-strip { padding: 82px 0; }
  .partner-inner { display: flex; align-items: flex-start; flex-direction: column; gap: 28px; }
  .partner-inner p { font-size: .9rem; }
  .partner-inner .button { width: 100%; }

  .final-cta { padding: 105px 0; }
  .final-mark { width: 82px; height: 82px; }
  .final-cta .button { width: 100%; }
  .site-footer { padding-bottom: calc(40px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; gap: 14px; }
  .footer-links { flex-wrap: wrap; }
  .site-footer small { grid-column: auto; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 3rem; }
  .hero-visual { transform: scale(.92); margin-inline: -10px; }
  .float-card { font-size: .7rem; }
}

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