@font-face {
  font-family: Fredoka;
  src: url("assets/fredoka-medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Fredoka;
  src: url("assets/fredoka-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
:root {
  --cream: #f4ede2;
  --paper: #fffdf9;
  --ink: #33281f;
  --muted: #776757;
  --coral: #e8674a;
  --coral-dark: #b3402a;
  --teal: #22705e;
  --green: #2e7346;
  --line: #33281f20;
  --font: Arial, Helvetica, sans-serif;
  --display: Fredoka, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
svg.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--paper);
  padding: 16px;
  border-radius: 12px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 100px;
  margin: 0 auto;
  max-width: 1512px;
  padding: 0 5.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  font: 600 36px/1 var(--display);
  letter-spacing: -1.4px;
}
.brand .icon {
  height: 30px;
  width: 30px;
  color: var(--coral);
  margin-right: 8px;
  transform: rotate(-13deg);
}
.brand-period {
  color: var(--coral);
}
nav {
  display: flex;
  gap: 36px;
  font-size: 14px;
  font-weight: 600;
}
nav a {
  padding: 16px 0;
  transition: color 0.2s;
}
nav a:hover {
  color: var(--coral-dark);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--ink);
  color: var(--paper);
  border: 0;
  border-radius: 999px;
  min-height: 58px;
  padding: 17px 26px;
  font-size: 15px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
  white-space: nowrap;
}
.button:hover {
  background: #534234;
}
.button:active,
button:active {
  transform: scale(0.96);
}
.button-small {
  min-height: 46px;
  padding: 12px 21px;
  font-size: 14px;
}
.button .icon {
  width: 20px;
  height: 20px;
}
.hero {
  max-width: 1512px;
  margin: auto;
  min-height: 760px;
  height: calc(100svh - 100px);
  max-height: 970px;
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  align-items: center;
  padding: 0 5.5% 110px;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding-top: 12px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
}
.small-line {
  height: 2px;
  width: 24px;
  background: var(--coral);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font: 500 clamp(64px, 6.9vw, 104px) / 1.04 var(--display);
  letter-spacing: -3px;
  margin: 26px 0;
}
h1 span {
  color: var(--coral);
}
.hero-subtitle {
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}
.hero-cta {
  margin-top: 32px;
  background: var(--coral);
  color: #2d2119;
}
.hero-cta:hover {
  background: #f17d61;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--muted);
  margin-top: 26px;
}
.hero-footnote .icon {
  width: 15px;
  height: 15px;
}
.hero-scene {
  height: 610px;
  position: relative;
  margin-left: 10px;
  isolation: isolate;
}
.hero-orbit {
  border: 1px solid #ad998040;
  border-radius: 50%;
  position: absolute;
  top: 2%;
  left: 0%;
  width: 95%;
  aspect-ratio: 1;
}
.orbit-two {
  inset: auto -9% 3% auto;
  width: 125%;
  border-style: dashed;
}
.map-sheet {
  position: absolute;
  width: 95%;
  height: 68%;
  top: 13%;
  left: 2%;
  background: #e4e9db;
  border: 7px solid #fffaf2;
  border-radius: 38px;
  rotate: -10deg;
  box-shadow: 0 16px 50px #51412817;
  overflow: hidden;
}
.map-art {
  position: absolute;
  inset: -20%;
  background-color: #e6e8da;
  background-image:
    linear-gradient(
      34deg,
      transparent 45%,
      #c9deda 45%,
      #c9deda 56%,
      transparent 56%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 74px,
      #fffdf5 74px 83px,
      #d9d9cd 83px 85px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 89px,
      #fffdf5 89px 99px,
      #d9d9cd 99px 101px
    );
  transform: rotate(-14deg);
}
.map-label {
  position: absolute;
  left: 22px;
  top: 22px;
  font-size: 10px;
  color: #586951;
  letter-spacing: 2px;
  font-weight: 700;
}
.map-radius {
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 1px solid #e8674a50;
  background: #e8674a0d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 45px #e8674a06,
    0 0 0 46px #e8674a20;
}
.map-point {
  position: absolute;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--paper);
  border-radius: 50%;
  color: var(--teal);
  box-shadow: 0 4px 8px #33281f20;
}
.point-one {
  left: 12%;
  top: 42%;
  color: var(--coral);
}
.point-two {
  right: 13%;
  top: 22%;
}
.point-three {
  right: 17%;
  bottom: 13%;
}
.map-point .icon {
  width: 21px;
  height: 21px;
}
.hero-phone {
  position: absolute;
  left: 30%;
  top: 8%;
  width: 253px;
  height: 515px;
  background: var(--paper);
  border-radius: 43px;
  border: 6px solid #332b25;
  box-shadow:
    0 0 0 2px #b5a797,
    0 20px 40px #33281f28;
  overflow: hidden;
  rotate: 9deg;
  z-index: 2;
}
.phone-island {
  position: absolute;
  width: 78px;
  height: 23px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background: #29221d;
  border-radius: 16px;
  z-index: 4;
}
.phone-top {
  position: absolute;
  top: 19px;
  left: 19px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  font-size: 10px;
  font-weight: 700;
}
.phone-map {
  position: relative;
  height: 330px;
  overflow: hidden;
}
.phone-map .map-art {
  background-size:
    auto,
    100% 60%,
    80% 100%;
  inset: -5%;
}
.phone-map-title {
  position: absolute;
  top: 54px;
  left: 15px;
  right: 15px;
  background: #fffdf9ed;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 3px 10px #33281f10;
}
.phone-map-title .icon {
  width: 17px;
  height: 17px;
  color: var(--coral);
}
.phone-map .map-radius {
  width: 150px;
  height: 150px;
  top: 57%;
}
.phone-pet-pin {
  position: absolute;
  top: 49%;
  left: 44%;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  background: var(--coral);
  border: 4px solid var(--paper);
  border-radius: 50% 50% 50% 9%;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px #33281f20;
  color: var(--paper);
}
.phone-pet-pin .icon {
  transform: rotate(45deg);
  width: 23px;
  height: 23px;
}
.location-dot {
  position: absolute;
  right: 21%;
  bottom: 15%;
  width: 14px;
  height: 14px;
  background: #3b82d6;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #3b82d624;
}
.phone-sheet {
  position: absolute;
  bottom: 0;
  height: 211px;
  left: 0;
  right: 0;
  background: #fffaf0ed;
  border-radius: 28px 28px 0 0;
  padding: 10px 15px;
  box-shadow: 0 -6px 15px #33281f08;
  backdrop-filter: blur(10px);
}
.sheet-handle {
  display: block;
  width: 31px;
  height: 4px;
  border-radius: 4px;
  background: #33281f2e;
  margin: 0 auto 15px;
}
.phone-sheet-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 20px;
}
.phone-sheet-heading .icon {
  width: 17px;
  height: 17px;
  color: var(--coral);
}
.phone-filters {
  display: flex;
  gap: 5px;
  background: #eee8de;
  border-radius: 20px;
  margin: 12px 0;
  padding: 3px;
  font-size: 10px;
  text-align: center;
  color: var(--muted);
}
.phone-filters span {
  flex: 1;
  padding: 6px;
}
.phone-filters span:first-child {
  background: var(--paper);
  border-radius: 15px;
  color: var(--ink);
  box-shadow: 0 2px 4px #33281f14;
}
.phone-report {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}
.mini-pet {
  display: grid;
  place-items: center;
  background: #e9cbae;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 12px;
  color: var(--ink);
  flex-shrink: 0;
}
.phone-report small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 4px;
}
.tiny-status {
  padding: 4px 6px;
  background: #f9e1d8;
  color: #9e351e;
  font-size: 8px;
  border-radius: 8px;
  margin-left: auto;
}
.phone-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 15px -3px 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.phone-tabs .icon {
  width: 19px;
  height: 19px;
  color: var(--muted);
}
.phone-tabs .active {
  color: var(--coral-dark);
}
.floating-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 17px;
  background: #fffdf9f0;
  border: 1px solid #fffdf9;
  border-radius: 19px;
  box-shadow: 0 12px 30px #33281f12;
  backdrop-filter: blur(12px);
  font-size: 12px;
}
.floating-note strong {
  font-weight: 600;
}
.floating-note small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: var(--muted);
}
.found-note {
  right: -4%;
  top: 26%;
  rotate: 5deg;
}
.home-note {
  left: 9%;
  bottom: 6%;
  rotate: -5deg;
}
.note-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.note-icon .icon {
  width: 20px;
  height: 20px;
}
.teal {
  color: var(--teal);
  background: #dceee6;
}
.green {
  color: var(--green);
  background: #dfecd9;
}
.note-heart {
  color: var(--coral);
  margin-left: 8px;
}
.hero-spark {
  position: absolute;
  color: var(--coral);
  font-size: 52px;
  z-index: 3;
}
.spark-one {
  top: 4%;
  left: 10%;
  rotate: 12deg;
}
.spark-two {
  right: 0;
  bottom: 9%;
  font-size: 32px;
  color: var(--teal);
}
.scroll-cue {
  position: absolute;
  left: 5.5%;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  color: var(--muted);
  min-height: 44px;
}
.scroll-mouse {
  width: 18px;
  height: 26px;
  border: 1px solid #33281f60;
  border-radius: 11px;
  position: relative;
}
.scroll-mouse:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 6px;
  top: 5px;
  left: 7px;
  background: var(--coral);
  border-radius: 2px;
}
.hero-index {
  position: absolute;
  bottom: 54px;
  right: 5.5%;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.journey-intro {
  text-align: center;
  padding: 90px 24px 80px;
  background: var(--paper);
  scroll-margin-top: 0;
}
.journey-intro .eyebrow {
  justify-content: center;
  color: var(--coral-dark);
}
h2 {
  font: 500 clamp(36px, 4vw, 60px) / 1.12 var(--display);
  letter-spacing: -1.3px;
  text-wrap: balance;
}
.journey-intro h2 {
  margin: 19px 0 28px;
}
.journey-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--coral-dark);
}
.journey-preview span {
  height: 1px;
  width: 40px;
  background: var(--line);
}
@media (min-width: 1600px) {
  .hero {
    min-height: 800px;
  }
}
@media (max-width: 1050px) {
  .hero {
    min-height: 680px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 90px;
  }
  .hero-scene {
    scale: 0.85;
    transform-origin: center left;
    margin-left: -18px;
  }
  .hero h1 {
    font-size: 74px;
  }
  .found-note {
    right: -20%;
  }
  .hero-phone {
    left: 25%;
  }
  .hero-copy {
    align-self: center;
  }
  .site-header {
    padding: 0 5%;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 84px;
    padding: 0 6%;
  }
  .brand {
    font-size: 30px;
  }
  .brand .icon {
    width: 26px;
    height: 26px;
  }
  .site-header nav {
    display: none;
  }
  .button-small {
    font-size: 12px;
    min-height: 44px;
    padding: 12px 17px;
    gap: 8px;
  }
  .hero {
    height: auto;
    max-height: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 28px 6% 76px;
  }
  .hero-copy {
    text-align: center;
    padding-top: 6px;
  }
  .eyebrow {
    font-size: 10px;
    justify-content: center;
    letter-spacing: 1.6px;
  }
  .hero h1 {
    font-size: clamp(43px, 10.8vw, 82px);
    letter-spacing: -2px;
    margin: 18px 0;
  }
  .hero-subtitle {
    font-size: 15px;
  }
  .hero-cta {
    margin-top: 23px;
    min-height: 52px;
    font-size: 14px;
  }
  .hero-footnote {
    justify-content: center;
    margin-top: 18px;
  }
  .hero-scene {
    height: 520px;
    width: min(100%, 430px);
    scale: 1;
    transform-origin: center;
    margin: 12px 0 0;
  }
  .hero-phone {
    left: 29%;
    top: 11%;
    width: 218px;
    height: 450px;
    border-radius: 37px;
  }
  .phone-map {
    height: 280px;
  }
  .phone-sheet {
    height: 205px;
  }
  .phone-sheet-heading {
    font-size: 18px;
  }
  .map-sheet {
    left: 0%;
    width: 96%;
    height: 66%;
    top: 17%;
  }
  .found-note {
    right: -2%;
    top: 31%;
    font-size: 10px;
    padding: 11px;
    gap: 7px;
  }
  .found-note .note-icon {
    width: 30px;
    height: 30px;
  }
  .found-note small {
    font-size: 9px;
  }
  .home-note {
    left: 1%;
    bottom: 2%;
    font-size: 11px;
    padding: 12px;
  }
  .hero-orbit {
    top: 12%;
  }
  .orbit-two {
    top: 6%;
    left: -12%;
    width: 124%;
  }
  .spark-one {
    top: 9%;
    left: 8%;
    font-size: 40px;
  }
  .spark-two {
    bottom: 4%;
    right: 1%;
  }
  .scroll-cue {
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
    white-space: nowrap;
    font-size: 11px;
  }
  .hero-index {
    display: none;
  }
  .journey-intro {
    padding: 65px 20px 55px;
  }
  .journey-preview {
    gap: 14px;
  }
  .journey-preview span {
    width: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
body.motion-paused {
  scroll-behavior: auto;
}

/* The report/photo stack is independent of the device so it has its own depth. */
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  outline: 1px solid #0000000d;
  outline-offset: -1px;
}
.hero-phone {
  left: 48%;
  rotate: 9deg;
}
.pet-polaroid {
  position: absolute;
  z-index: 3;
  left: 1%;
  top: 28%;
  width: 235px;
  padding: 9px 9px 0;
  background: var(--paper);
  border-radius: 23px;
  rotate: -9deg;
  box-shadow: 0 16px 40px #33281f20;
}
.pet-polaroid > img {
  height: 253px;
  width: 100%;
  object-position: center 38%;
  border-radius: 16px;
}
.pet-polaroid > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 8px;
  font: 500 23px var(--display);
}
.polaroid-heart {
  color: var(--coral);
}
.photo-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 9px;
  background: #fffdf9e8;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
}
.photo-badge .icon {
  width: 13px;
  height: 13px;
}
.home-note {
  left: 24%;
  bottom: 0%;
}
.found-note {
  top: 17%;
  right: -2%;
}
.hero-spark.spark-one {
  left: 21%;
  top: 10%;
}
.mini-pet {
  background: url("assets/biscuit.webp") center 35% / cover;
}
.mini-pet > .icon {
  display: none;
}
