:root {
  --ink: #171820;
  --muted: #5e6473;
  --line: #e8e9ef;
  --blue: #538de5;
  --blue-deep: #356fd0;
  --yellow: #ffdc2f;
  --teal: #3ac2be;
  --pink: #f4afb9;
  --coral: #ff626f;
  --purple: #7054e8;
  --navy: #202436;
  --paper: #ffffff;
  --soft: #f7f8fc;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

.wrap {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 118px 0;
}

.site-header {
  position: relative;
  z-index: 30;
  width: min(calc(100% - 48px), var(--max));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #444958;
  font-size: 14px;
  font-weight: 600;
}

.site-header nav a {
  transition: color .2s ease;
}

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

.nav-download {
  padding: 12px 20px;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 840px;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 220, 47, .22), transparent 23%),
    radial-gradient(circle at 12% 54%, rgba(58, 194, 190, .13), transparent 23%),
    linear-gradient(135deg, #fff 0%, #fff 48%, #f9f8ff 100%);
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 44px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-bottom: 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 3px;
  content: "";
  border-radius: 99px;
  background: currentColor;
}

.eyebrow.coral {
  color: #e84e62;
}

.eyebrow.pale {
  color: #fff;
}

.hero h1 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(47px, 5.4vw, 76px);
  line-height: .99;
  letter-spacing: -.055em;
}

.hero h1 em {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-copy > p {
  max-width: 480px;
  margin: 26px 0 32px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

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

.app-store {
  display: inline-flex;
  min-width: 178px;
  align-items: center;
  gap: 11px;
  padding: 10px 16px 11px;
  color: white;
  background: #111217;
  border: 1px solid #111217;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(18, 20, 30, .14);
}

.app-store.light {
  color: var(--ink);
  background: white;
  border-color: rgba(255,255,255,.9);
}

.store-symbol {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
}

.app-store small,
.app-store strong {
  display: block;
}

.app-store small {
  font-size: 10px;
  letter-spacing: .02em;
}

.app-store strong {
  margin-top: 1px;
  font-size: 19px;
  line-height: 1;
}

.text-link {
  color: #424755;
  font-size: 14px;
  font-weight: 750;
}

.text-link span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  place-items: center;
  border: 1px solid #d7d9e1;
  border-radius: 50%;
}

.progress-blocks {
  display: flex;
  gap: 7px;
  margin-top: 46px;
}

.progress-blocks span {
  width: 25px;
  height: 14px;
  border-radius: 5px;
  background: #e4e6ed;
}

.progress-blocks span:nth-child(1) { background: #bde07d; }
.progress-blocks span:nth-child(2),
.progress-blocks span:nth-child(3),
.progress-blocks span:nth-child(4) { background: #63d5d0; }
.progress-blocks span:nth-child(5) { background: #6c9cf0; }

.progress-blocks.muted span {
  width: 28px;
  height: 16px;
}

.hero-visual {
  position: relative;
  height: 680px;
  transform: translateX(42px);
}

.hero-halo {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 540px;
  height: 540px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(140deg, rgba(83,141,229,.23), rgba(112,84,232,.15) 44%, rgba(255,98,111,.16));
  box-shadow: inset 0 0 0 54px rgba(255,255,255,.34);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  z-index: 0;
  content: "";
}

.hero-visual::before {
  top: 48px;
  right: 20px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(var(--teal) 1.4px, transparent 1.4px);
  background-size: 12px 12px;
  opacity: .45;
}

.hero-visual::after {
  right: 76px;
  bottom: 55px;
  width: 150px;
  height: 42px;
  border: 3px solid var(--yellow);
  border-width: 3px 0;
  transform: rotate(-10deg);
}

.phone {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 28px 28px rgba(23,24,32,.18));
}

.phone-splash {
  z-index: 1;
  top: 91px;
  left: 10px;
  width: 235px;
  transform: rotate(-7deg);
}

.phone-details {
  z-index: 2;
  top: 70px;
  right: 0;
  width: 245px;
  transform: rotate(7deg);
}

.phone-quests {
  z-index: 3;
  top: 22px;
  left: 50%;
  width: 294px;
  transform: translateX(-50%);
}

.hero-wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 160px;
}

.hero-wave svg {
  width: 100%;
  height: 100%;
}

.hero-wave path {
  fill: white;
}

.split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(65px, 8vw, 120px);
}

.portrait-frame {
  position: relative;
  max-width: 520px;
  padding: 28px 0 0 28px;
}

.portrait-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  box-shadow: 0 28px 65px rgba(93, 51, 76, .15);
}

.portrait-swash {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 82%;
  height: 84%;
  border-radius: 42% 58% 68% 32% / 45% 32% 68% 55%;
  background: linear-gradient(145deg, var(--teal), #84dfd1);
  transform: rotate(-4deg);
}

.portrait-note {
  position: absolute;
  z-index: 3;
  right: -28px;
  bottom: 34px;
  padding: 16px 20px;
  color: #543241;
  background: #fff4f5;
  border: 1px solid #ffd7dd;
  box-shadow: 0 12px 34px rgba(65, 39, 51, .12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.section-copy h2,
.center-heading h2,
.contact-inner h2 {
  margin: 0 0 28px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.section-copy > p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.section-copy strong {
  color: var(--ink);
}

.beliefs {
  margin: 28px 0;
  padding: 24px 26px;
  background: linear-gradient(120deg, #f5fbfb, #fff8f9);
  border-left: 3px solid var(--teal);
}

.beliefs p {
  margin: 0 0 12px;
  font-weight: 750;
}

.beliefs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #505665;
}

.beliefs li {
  position: relative;
  margin: 8px 0;
  padding-left: 20px;
}

.beliefs li::before {
  position: absolute;
  left: 0;
  content: "—";
  color: var(--coral);
  font-weight: 800;
}

.how-section {
  overflow: hidden;
  background: #f7f8fd;
}

.lead-line {
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px !important;
  font-style: italic;
}

.single-phone-stage {
  position: relative;
  height: 720px;
  display: grid;
  place-items: center;
}

.single-phone-stage img {
  position: relative;
  z-index: 2;
  width: 355px;
  max-height: 700px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(23,24,32,.17));
}

.phone-shadow {
  position: absolute;
  z-index: 0;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9f6f1, #e8e4ff);
}

.floating-chip {
  position: absolute;
  z-index: 4;
  padding: 13px 17px;
  background: white;
  border: 1px solid #eaebf1;
  box-shadow: 0 15px 38px rgba(39, 42, 62, .12);
  font-size: 13px;
  font-weight: 750;
}

.chip-top {
  top: 125px;
  right: 15px;
}

.chip-bottom {
  bottom: 130px;
  left: 0;
}

.how-orbit {
  position: absolute;
  border: 1px solid rgba(83, 141, 229, .18);
  border-radius: 50%;
}

.orbit-one {
  top: -120px;
  right: -80px;
  width: 340px;
  height: 340px;
}

.orbit-two {
  right: 60px;
  bottom: -130px;
  width: 240px;
  height: 240px;
}

.track-section {
  overflow: hidden;
  padding: 195px 0 205px;
  color: white;
  background: linear-gradient(125deg, #654ee2 0%, #428bdf 42%, #24c2ba 100%);
}

.track-wave {
  position: absolute;
  right: 0;
  left: 0;
  height: 180px;
}

.track-wave svg {
  width: 100%;
  height: 100%;
}

.track-wave path {
  fill: white;
}

.track-wave.top {
  top: -1px;
}

.track-wave.bottom {
  bottom: -1px;
}

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

.track-color-card {
  position: absolute;
  top: 105px;
  left: 0;
  width: 92%;
  height: 480px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.12);
  transform: rotate(-5deg);
  backdrop-filter: blur(8px);
}

.details-main,
.palette-peek {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 28px 28px rgba(23, 24, 49, .28));
}

.details-main {
  z-index: 2;
  top: 0;
  left: 24px;
  width: 330px;
}

.palette-peek {
  z-index: 1;
  top: 110px;
  right: 5px;
  width: 255px;
  transform: rotate(8deg);
}

.light-copy h2,
.light-copy p {
  color: white;
}

.track-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 28px 0;
}

.track-list span {
  position: relative;
  padding: 11px 12px 11px 29px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.09);
  font-size: 13px;
}

.track-list span::before {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 2px;
  background: var(--yellow);
}

.track-last {
  font-weight: 750;
}

.features-section {
  padding-top: 92px;
}

.center-heading {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.center-heading .eyebrow::before {
  display: none;
}

.center-heading > p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.feature-card {
  position: relative;
  min-height: 156px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 26px 28px;
  overflow: hidden;
  border: 1px solid rgba(35, 38, 50, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover {
  z-index: 2;
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(43, 46, 65, .1);
}

.feature-card h3 {
  margin: 1px 0 8px;
  font-size: 18px;
  letter-spacing: -.02em;
}

.feature-card p {
  margin: 0;
  color: #5a6070;
  font-size: 14px;
  line-height: 1.6;
}

.feature-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .05em;
}

.feature-card.sky { background: linear-gradient(120deg, #eff7ff, #fff); }
.feature-card.sky .feature-mark { background: #4e92e8; }
.feature-card.peach { background: linear-gradient(120deg, #fff2eb, #fff); }
.feature-card.peach .feature-mark { background: #ff825b; }
.feature-card.mint { background: linear-gradient(120deg, #ecfbf7, #fff); }
.feature-card.mint .feature-mark { background: #3ac2be; }
.feature-card.lilac { background: linear-gradient(120deg, #f2efff, #fff); }
.feature-card.lilac .feature-mark { background: #7259e5; }
.feature-card.rose { background: linear-gradient(120deg, #fff0f4, #fff); }
.feature-card.rose .feature-mark { background: #ed6682; }
.feature-card.sun { background: linear-gradient(120deg, #fff9df, #fff); }
.feature-card.sun .feature-mark { color: #473d04; background: #ffdc2f; }
.feature-card.blue { background: linear-gradient(120deg, #eef3ff, #fff); }
.feature-card.blue .feature-mark { background: #597ee9; }
.feature-card.coral { background: linear-gradient(120deg, #fff1ef, #fff); }
.feature-card.coral .feature-mark { background: #ff6961; }
.feature-card.aqua { background: linear-gradient(120deg, #ecfcff, #fff); }
.feature-card.aqua .feature-mark { background: #2ab5cf; }
.feature-card.violet { background: linear-gradient(120deg, #f5efff, #fff); }
.feature-card.violet .feature-mark { background: #9a5ce2; }
.feature-card.ice { background: linear-gradient(120deg, #f0f9fc, #fff); }
.feature-card.ice .feature-mark { background: #72aec6; }
.feature-card.berry { background: linear-gradient(120deg, #fff0f7, #fff); }
.feature-card.berry .feature-mark { background: #d64c91; }

.showcase-section {
  overflow: hidden;
  padding: 112px 0 0;
  color: white;
  background: var(--navy);
}

.light-heading h2,
.light-heading p {
  color: white;
}

.showcase-phones {
  position: relative;
  z-index: 2;
  height: 660px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.show-phone {
  width: 220px;
  height: auto;
  filter: drop-shadow(0 22px 20px rgba(0,0,0,.32));
}

.sp-one,
.sp-five {
  width: 190px;
}

.sp-one { transform: translateY(78px) rotate(-5deg); }
.sp-two { transform: translateY(22px) rotate(-2deg); }
.sp-three { z-index: 3; width: 235px; }
.sp-four { transform: translateY(22px) rotate(2deg); }
.sp-five { transform: translateY(78px) rotate(5deg); }

.showcase-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.bloom-a {
  top: 100px;
  left: -130px;
  width: 380px;
  height: 380px;
  background: rgba(58,194,190,.12);
}

.bloom-b {
  top: 40px;
  right: -120px;
  width: 330px;
  height: 330px;
  background: rgba(112,84,232,.16);
}

.data-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 110px;
}

.data-visual {
  position: relative;
  height: 450px;
  display: grid;
  place-items: center;
}

.data-visual img {
  position: relative;
  z-index: 3;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.data-ring {
  position: absolute;
  border: 1px solid rgba(83,141,229,.2);
  border-radius: 44% 56% 53% 47% / 58% 43% 57% 42%;
}

.ring-one {
  width: 270px;
  height: 270px;
  background: rgba(83,141,229,.055);
  transform: rotate(20deg);
}

.ring-two {
  width: 350px;
  height: 350px;
  transform: rotate(-16deg);
}

.ring-three {
  width: 420px;
  height: 420px;
  border-style: dashed;
  transform: rotate(31deg);
}

.privacy-link {
  display: inline-flex;
  margin-top: 15px;
  align-items: center;
  gap: 10px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 800;
}

.privacy-link span {
  font-size: 22px;
}

.download-section {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  color: white;
  background: linear-gradient(125deg, #ff6a74 0%, #d453c7 46%, #6d54e7 100%);
}

.download-wave {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 170px;
}

.download-wave svg {
  width: 100%;
  height: 100%;
}

.download-wave path {
  fill: white;
}

.download-grid {
  min-height: 740px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding-top: 130px;
}

.download-copy {
  padding-bottom: 30px;
}

.download-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(45px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.05em;
}

.download-copy > p {
  max-width: 440px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.7;
}

.download-phone {
  align-self: end;
  height: 610px;
  overflow: hidden;
  text-align: center;
}

.download-phone img {
  width: 390px;
  margin: 0 auto;
  filter: drop-shadow(0 28px 28px rgba(50,20,61,.28));
}

.contact-section {
  padding: 92px 0;
  background: #f7f8fc;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 80px;
}

.contact-inner h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.contact-inner > a {
  padding: 18px 22px;
  color: white;
  background: var(--ink);
  font-size: 15px;
  font-weight: 750;
}

.contact-inner > a span {
  margin-left: 18px;
}

footer {
  padding: 35px 0;
  color: #afb4c7;
  background: var(--navy);
  font-size: 13px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

footer .brand {
  color: white;
  font-size: 15px;
}

.footer-links {
  display: flex;
  gap: 25px;
}

.footer-inner > p {
  margin: 0;
  text-align: right;
}

.privacy-page {
  min-height: 100vh;
  background: #fbfbfd;
}

.privacy-nav {
  border-bottom: 1px solid var(--line);
}

.back-home {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 750;
}

.privacy-hero {
  width: min(calc(100% - 48px), 900px);
  min-height: 370px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 65px;
}

.privacy-flower {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(140deg, #e6f4ff, #f1edff);
}

.privacy-flower img {
  width: 105px;
  height: 105px;
}

.privacy-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(48px, 7vw, 78px);
  letter-spacing: -.055em;
}

.privacy-hero p {
  margin: 0;
  color: var(--muted);
}

.privacy-content {
  width: min(calc(100% - 48px), 760px);
  margin: 0 auto;
  padding: 50px 0 120px;
  border-top: 1px solid var(--line);
}

.privacy-content section {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-content h2 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: -.025em;
}

.privacy-content p {
  margin: 0;
  color: #545a68;
  font-size: 17px;
  line-height: 1.75;
}

.privacy-content a {
  color: var(--blue-deep);
  font-weight: 750;
}

.privacy-signoff {
  margin-top: 48px !important;
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px !important;
  font-style: italic;
}

@media (max-width: 1020px) {
  .site-header nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: .9fr 1.1fr;
  }

  .hero-visual {
    transform: translateX(15px) scale(.9);
  }

  .split-row {
    gap: 55px;
  }

  .track-phone-stage {
    transform: scale(.88);
  }

  .show-phone {
    width: 190px;
  }

  .sp-one,
  .sp-five {
    width: 160px;
  }

  .sp-three {
    width: 205px;
  }
}

@media (max-width: 800px) {
  .wrap,
  .site-header {
    width: min(calc(100% - 34px), var(--max));
  }

  .section {
    padding: 82px 0;
  }

  .site-header {
    height: 78px;
  }

  .site-header nav {
    display: none;
  }

  .nav-download {
    padding: 10px 16px;
  }

  .hero-shell {
    min-height: 1050px;
  }

  .hero {
    min-height: 910px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    padding-top: 65px;
  }

  .hero-copy {
    padding: 0;
    text-align: center;
  }

  .hero h1 {
    max-width: 680px;
    margin: 0 auto;
    font-size: clamp(45px, 11vw, 65px);
  }

  .hero-copy > p {
    margin: 22px auto 28px;
  }

  .hero-actions,
  .progress-blocks {
    justify-content: center;
  }

  .hero-visual {
    height: 520px;
    transform: none;
  }

  .hero-halo {
    top: 26px;
    width: 440px;
    height: 440px;
  }

  .phone-splash {
    top: 87px;
    left: 8%;
    width: 190px;
  }

  .phone-details {
    top: 80px;
    right: 7%;
    width: 195px;
  }

  .phone-quests {
    width: 240px;
  }

  .split-row,
  .data-grid,
  .download-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .about-row {
    gap: 75px;
  }

  .portrait-frame {
    width: min(88%, 520px);
    margin: 0 auto;
  }

  .portrait-note {
    right: -16px;
  }

  .section-copy {
    max-width: 650px;
  }

  .reverse-mobile .section-copy {
    order: 2;
  }

  .single-phone-stage {
    height: 650px;
  }

  .track-section {
    padding: 180px 0;
  }

  .track-row {
    gap: 20px;
  }

  .track-phone-stage {
    width: min(100%, 620px);
    min-height: 630px;
    margin: 0 auto;
    transform: none;
  }

  .details-main {
    left: 12%;
    width: 300px;
  }

  .palette-peek {
    right: 10%;
    width: 230px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .showcase-phones {
    height: 570px;
    margin-right: -120px;
    margin-left: -120px;
    transform: scale(.82);
    transform-origin: center bottom;
  }

  .data-grid {
    gap: 50px;
  }

  .data-visual {
    height: 390px;
  }

  .download-grid {
    padding-top: 200px;
    text-align: center;
  }

  .download-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .download-copy .app-store {
    margin: 0 auto;
  }

  .download-phone {
    height: 500px;
  }

  .contact-inner {
    align-items: start;
  }

  .contact-inner > a {
    justify-self: start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-inner > p {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .wrap,
  .site-header,
  .privacy-hero,
  .privacy-content {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header .brand span {
    font-size: 15px;
  }

  .nav-download {
    font-size: 12px;
  }

  .hero-shell {
    min-height: 970px;
  }

  .hero {
    min-height: 850px;
    padding-top: 45px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-copy > p {
    max-width: 340px;
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 16px;
  }

  .progress-blocks {
    margin-top: 32px;
    gap: 5px;
  }

  .progress-blocks span {
    width: 19px;
    height: 11px;
  }

  .hero-visual {
    height: 420px;
    margin-top: 22px;
  }

  .hero-halo {
    width: 330px;
    height: 330px;
  }

  .phone-splash {
    top: 78px;
    left: 0;
    width: 145px;
  }

  .phone-details {
    top: 70px;
    right: 0;
    width: 150px;
  }

  .phone-quests {
    width: 190px;
  }

  .hero-wave {
    height: 95px;
  }

  .section-copy h2,
  .center-heading h2,
  .contact-inner h2 {
    font-size: 37px;
  }

  .portrait-frame {
    width: 94%;
    padding: 18px 0 0 18px;
  }

  .portrait-note {
    right: -4px;
    bottom: 18px;
    font-size: 15px;
  }

  .single-phone-stage {
    height: 550px;
  }

  .single-phone-stage img {
    width: 275px;
  }

  .phone-shadow {
    width: 330px;
    height: 330px;
  }

  .floating-chip {
    font-size: 11px;
  }

  .chip-top {
    top: 95px;
    right: 0;
  }

  .chip-bottom {
    bottom: 105px;
  }

  .track-section {
    padding: 135px 0 150px;
  }

  .track-wave {
    height: 125px;
  }

  .track-phone-stage {
    min-height: 510px;
    transform: scale(.92);
    transform-origin: center top;
  }

  .details-main {
    left: 1%;
    width: 245px;
  }

  .palette-peek {
    top: 90px;
    right: 0;
    width: 190px;
  }

  .track-list {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 22px 18px;
  }

  .feature-mark {
    width: 42px;
    height: 42px;
  }

  .showcase-section {
    padding-top: 85px;
  }

  .showcase-phones {
    height: 430px;
    margin-right: -245px;
    margin-left: -245px;
    transform: scale(.6);
  }

  .data-visual {
    height: 330px;
    transform: scale(.8);
  }

  .download-copy h2 {
    font-size: 48px;
  }

  .download-phone {
    height: 440px;
  }

  .download-phone img {
    width: 330px;
  }

  .privacy-nav .brand span {
    display: inline;
  }

  .privacy-hero {
    min-height: 390px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 26px;
    text-align: center;
  }

  .privacy-flower {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }

  .privacy-flower img {
    width: 78px;
    height: 78px;
  }

  .privacy-hero .eyebrow {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .phone-quests {
    animation: float-main 5s ease-in-out infinite;
  }

  .phone-splash {
    animation: float-left 6s ease-in-out infinite;
  }

  .phone-details {
    animation: float-right 6.5s ease-in-out infinite;
  }

  @keyframes float-main {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-9px); }
  }

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

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

/* Quiet editorial redesign */
:root {
  --quiet-blue: #5b8ee4;
  --quiet-teal: #3ac2be;
  --quiet-lilac: #f3f2fb;
  --quiet-rose: #fff3f5;
  --quiet-ink: #20222a;
}

body {
  color: var(--quiet-ink);
}

.section {
  padding: 104px 0;
}

.hero-shell {
  min-height: 760px;
  background:
    radial-gradient(circle at 80% 25%, rgba(255, 220, 47, .12), transparent 22%),
    radial-gradient(circle at 8% 70%, rgba(58, 194, 190, .08), transparent 21%),
    #fff;
}

.hero {
  min-height: 615px;
  grid-template-columns: 1fr .9fr;
  gap: 76px;
}

.hero-copy {
  padding-bottom: 24px;
}

.hero h1 {
  max-width: 610px;
  font-size: clamp(43px, 4.4vw, 64px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.hero-copy > p {
  max-width: 450px;
  margin-top: 22px;
  font-size: 18px;
}

.hero-visual {
  height: 590px;
  transform: none;
}

.hero-halo {
  top: 90px;
  width: 430px;
  height: 390px;
  border-radius: 46% 54% 65% 35% / 46% 44% 56% 54%;
  background: linear-gradient(140deg, rgba(83,141,229,.12), rgba(58,194,190,.1) 55%, rgba(255,175,185,.12));
  box-shadow: none;
  transform: translateX(-50%) rotate(-7deg);
}

.phone-splash {
  top: 72px;
  left: auto;
  right: 3px;
  width: 244px;
  transform: rotate(2deg);
}

.phone-quests {
  top: 122px;
  left: 22%;
  width: 242px;
  transform: none;
}

.hero-visual::before {
  top: 66px;
  right: 0;
  opacity: .22;
}

.hero-visual::after {
  right: auto;
  bottom: 110px;
  left: 35px;
  width: 115px;
  height: 28px;
  border-color: rgba(255, 220, 47, .7);
}

.hero-wave {
  height: 95px;
}

.about-section {
  padding: 64px 0 72px;
}

.split-row {
  grid-template-columns: .94fr 1.06fr;
  gap: clamp(70px, 8vw, 112px);
}

.portrait-frame {
  max-width: 350px;
  margin: 0 auto;
  padding: 18px 0 0 18px;
}

.portrait-frame img {
  border-radius: 2px;
  box-shadow: 0 22px 50px rgba(72, 50, 60, .1);
}

.portrait-swash {
  width: 68%;
  height: 68%;
  border-radius: 0;
  background: rgba(58, 194, 190, .28);
  transform: translate(-13px, -3px);
}

.portrait-note {
  right: -18px;
  bottom: 24px;
  padding: 13px 17px;
  box-shadow: 0 12px 28px rgba(65, 39, 51, .08);
  font-size: 16px;
}

.section-copy h2,
.center-heading h2,
.contact-inner h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 3.25vw, 47px);
  line-height: 1.1;
}

.section-copy > p {
  font-size: 16px;
  line-height: 1.7;
}

.beliefs {
  margin: 23px 0;
  padding: 20px 23px;
  background: #f8fbfb;
  border-left-width: 2px;
}

.how-section {
  background:
    linear-gradient(90deg, transparent 0 62%, rgba(243,242,251,.72) 62% 100%),
    #fff;
}

.how-phone-stage {
  height: 620px;
  display: block;
  position: relative;
  overflow: visible;
}

.how-phone-stage .phone-shadow {
  top: 78px;
  left: 8%;
  width: 84%;
  height: 425px;
  border-radius: 3px;
  background: linear-gradient(140deg, #f3f2fb, #f8fbfb);
}

.how-phone-stage .how-phone {
  position: absolute;
  z-index: 2;
  display: block;
  width: 205px;
  height: auto;
  max-width: none;
  max-height: 520px;
  object-fit: contain;
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(0 22px 22px rgba(23,24,32,.12));
}

.how-phone-stage .how-quests {
  top: 95px;
  left: 2%;
  transform: rotate(-3deg);
}

.how-phone-stage .how-photo {
  z-index: 3;
  top: 55px;
  left: 34%;
  width: 220px;
}

.how-phone-stage .how-palette {
  top: 96px;
  right: 0;
  transform: rotate(3deg);
}

.track-section {
  padding: 155px 0;
  color: var(--quiet-ink);
  background:
    radial-gradient(circle at 7% 48%, rgba(83,141,229,.11), transparent 24%),
    radial-gradient(circle at 91% 28%, rgba(58,194,190,.09), transparent 22%),
    #fafbfe;
}

.track-section .track-wave path {
  fill: #fff;
}

.track-section .bottom path {
  fill: #fff;
}

.track-phone-stage {
  min-height: 610px;
}

.track-color-card {
  top: 80px;
  left: 1%;
  width: 90%;
  height: 420px;
  border: 0;
  background: linear-gradient(145deg, rgba(243,242,251,.95), rgba(229,247,245,.7));
  transform: rotate(-2deg);
  backdrop-filter: none;
}

.details-main {
  top: 0;
  left: 8%;
  width: 285px;
  filter: drop-shadow(0 22px 22px rgba(23,24,32,.12));
}

.palette-peek {
  z-index: 3;
  top: 62px;
  right: 5%;
  width: 270px;
  transform: rotate(2deg);
  filter: drop-shadow(0 22px 22px rgba(23,24,32,.12));
}

.light-copy h2,
.light-copy p {
  color: inherit;
}

.track-section .eyebrow.pale {
  color: var(--quiet-blue);
}

.track-list {
  gap: 8px 12px;
  margin: 24px 0;
}

.track-list span {
  padding: 7px 6px 7px 19px;
  border: 0;
  background: transparent;
  font-size: 13px;
}

.track-list span::before {
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: var(--quiet-teal);
}

.features-section {
  padding-top: 98px;
  background: var(--quiet-lilac);
}

.center-heading {
  margin-bottom: 48px;
}

.feature-grid {
  gap: 14px;
}

.feature-card {
  min-height: 142px;
  padding: 24px 26px;
  background: rgba(255,255,255,.84) !important;
  border: 1px solid rgba(45,48,63,.055);
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(43,46,65,.07);
}

.feature-mark {
  width: 44px;
  height: 44px;
  opacity: .9;
}

.showcase-section {
  padding: 100px 0 0;
  color: var(--quiet-ink);
  background:
    radial-gradient(circle at 12% 23%, rgba(255,175,185,.12), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(58,194,190,.11), transparent 19%),
    #fff;
}

.light-heading h2,
.light-heading p {
  color: var(--quiet-ink);
}

.showcase-section .eyebrow.pale {
  color: var(--quiet-blue);
}

.showcase-phones {
  height: 600px;
  gap: 4px;
}

.show-phone {
  width: 194px;
  filter: drop-shadow(0 20px 18px rgba(23,24,32,.12));
}

.sp-one,
.sp-five {
  width: 165px;
}

.sp-three {
  width: 210px;
}

.bloom-a {
  background: rgba(58,194,190,.06);
}

.bloom-b {
  background: rgba(83,141,229,.06);
}

.data-section {
  background: #fafbfe;
}

.data-visual {
  height: 390px;
}

.ring-one {
  background: rgba(83,141,229,.035);
}

.download-section {
  min-height: 650px;
  color: var(--quiet-ink);
  background:
    radial-gradient(circle at 7% 75%, rgba(58,194,190,.11), transparent 24%),
    linear-gradient(115deg, #f5f4fc 0%, #fff7f8 100%);
}

.download-wave {
  height: 115px;
}

.download-grid {
  min-height: 650px;
  padding-top: 100px;
}

.download-copy h2 {
  font-size: clamp(41px, 4.3vw, 58px);
}

.download-copy > p {
  color: var(--muted);
}

.download-section .eyebrow.pale {
  color: var(--quiet-blue);
}

.download-section .app-store.light {
  color: #fff;
  background: var(--quiet-ink);
  border-color: var(--quiet-ink);
}

.download-phone {
  height: 535px;
}

.download-phone img {
  width: 340px;
  height: auto;
  max-height: none;
  object-fit: contain;
  aspect-ratio: auto;
  filter: drop-shadow(0 24px 22px rgba(34,35,45,.13));
}

.contact-section {
  padding: 78px 0;
  background: #fff;
}

footer {
  background: #252837;
}

@media (prefers-reduced-motion: no-preference) {
  .phone-quests {
    animation: quiet-main 5s ease-in-out infinite;
  }

  .phone-splash {
    animation: quiet-side 6s ease-in-out infinite;
  }

  @keyframes quiet-main {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
  }

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

@media (max-width: 800px) {
  .section {
    padding: 78px 0;
  }

  .hero-shell {
    min-height: 970px;
  }

  .hero {
    min-height: 850px;
    gap: 0;
  }

  .hero-visual {
    height: 405px;
  }

  .hero-halo {
    top: 45px;
    width: 360px;
    height: 330px;
  }

  .phone-quests {
    top: 70px;
    left: calc(50% - 150px);
    width: 200px;
  }

  .phone-splash {
    top: 34px;
    right: calc(50% - 156px);
    width: 205px;
  }

  .how-section {
    background: #fff;
  }

  .how-phone-stage {
    height: 520px;
    order: 1;
  }

  .reverse-mobile .section-copy {
    order: 2;
  }

  .how-phone-stage .phone-shadow {
    height: 355px;
  }

  .how-phone-stage .how-phone {
    width: 165px;
    height: auto;
    max-height: 430px;
  }

  .how-phone-stage .how-photo {
    width: 180px;
  }

  .track-section {
    padding: 125px 0 135px;
  }

  .track-phone-stage {
    min-height: 550px;
  }

  .showcase-phones {
    height: 510px;
  }

  .download-grid {
    padding-top: 155px;
  }

  .download-phone img {
    width: 300px;
    height: auto;
  }
}

@media (max-width: 520px) {
  .hero-shell {
    min-height: 900px;
  }

  .hero {
    min-height: 800px;
  }

  .hero h1 {
    font-size: 41px;
  }

  .hero-visual {
    height: 350px;
  }

  .hero-halo {
    width: 300px;
    height: 280px;
  }

  .phone-quests {
    left: calc(50% - 130px);
    width: 170px;
  }

  .phone-splash {
    right: calc(50% - 134px);
    width: 175px;
  }

  .section-copy h2,
  .center-heading h2,
  .contact-inner h2 {
    font-size: 34px;
  }

  .how-phone-stage {
    height: 430px;
    margin: 0 -10px;
  }

  .how-phone-stage .phone-shadow {
    top: 55px;
    height: 290px;
  }

  .how-phone-stage .how-phone {
    top: 75px;
    width: 132px;
    height: auto;
    max-height: 350px;
  }

  .how-phone-stage .how-photo {
    top: 42px;
    left: 32%;
    width: 145px;
  }

  .track-phone-stage {
    min-height: 450px;
  }

  .details-main {
    width: 220px;
  }

  .palette-peek {
    width: 210px;
  }

  .feature-card {
    padding: 21px 17px;
  }

  .portrait-frame {
    width: min(82%, 320px);
  }

  .download-phone img {
    width: 270px;
    height: auto;
  }
}

/* ===== Merged additions: banner + sticky nav + Apple badge ===== */
.topbar{
  position:static;
  text-align:center;
  padding:9px 18px;
  font-size:14px;
  font-weight:500;
  letter-spacing:.01em;
  color:#fff;
  background:linear-gradient(90deg,var(--blue),var(--blue-deep));
}
.topbar b{font-weight:760;}

/* persistent navigation bar (banner scrolls away beneath it) */
.site-bar{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.82);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid var(--line);
}
.site-bar .site-header{
  height:66px;
}

/* let anchor targets clear the persistent nav */
[id]{scroll-margin-top:84px;}

/* render the Apple glyph cleanly inside the existing badge */
.store-symbol svg{
  width:22px;
  height:22px;
  fill:currentColor;
}
.app-store:focus-visible,
.nav-download:focus-visible,
.text-link:focus-visible,
.contact-email:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:3px;
  border-radius:8px;
}

/* shorter About section, full portrait kept visible */
.about-section{padding:56px 0 60px;}
.about-row{align-items:center;}
.about-section .section-copy > p{margin:14px 0;}
.about-section .beliefs{margin:18px 0;padding:16px 20px;}

/* App Store badge spacing in the data (built-for-iPhone) section */
.data-section .app-store{margin-top:10px;}

/* contact band (blue gradient) */
.contact-section{
  padding:84px 0;
  text-align:center;
  background:linear-gradient(135deg,var(--blue),var(--blue-deep));
  color:#fff;
}
.contact-band{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.contact-section .eyebrow{color:#fff;justify-content:center;}
.contact-section h2{color:#fff;margin-bottom:14px;}
.contact-section p{
  max-width:52ch;
  margin:0 auto 26px;
  color:rgba(255,255,255,.92);
  font-size:16px;
  line-height:1.6;
}
.contact-email{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:13px 24px;
  color:#fff;
  font-weight:760;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  transition:background .18s ease,transform .18s ease;
}
.contact-email svg{width:20px;height:20px;}
.contact-email:hover{background:rgba(255,255,255,.25);transform:translateY(-2px);}

@media (max-width:560px){
  .topbar{font-size:12.5px;padding:8px 14px;line-height:1.35;}
  .site-bar .site-header{height:58px;}
  [id]{scroll-margin-top:72px;}
}

/* keep the full portrait visible but compact (fixes oversized About) */
.about-section .portrait-frame{
  max-width:320px;
  padding:14px 0 0 14px;
}
.about-section .portrait-frame img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
}

/* badge label must follow the badge color, not section-copy strong */
.app-store strong{color:inherit;}

/* ===== Responsiveness + spacing fixes ===== */
/* the redesign's 2-column .split-row was overriding the mobile stack,
   which left How / About / What-you-can-track cramped (phones overlapping
   copy) on narrow screens. Restore single-column stacking below 860px. */
@media (max-width:800px){
  .hero{grid-template-columns:1fr;}
  .split-row{grid-template-columns:1fr;}
  .how-section{
    background:#fff;
  }
  .how-phone-stage,
  .track-phone-stage,
  .portrait-frame{
    margin-left:auto;
    margin-right:auto;
  }
  /* heading/copy first, visual below when stacked */
  .how-section .section-copy{order:0;}
  .how-phone-stage{order:1;}

  /* clean, contained 3-phone fan on mobile (replaces the broken absolute layout) */
  .how-phone-stage{
    display:flex;
    position:relative;
    height:auto;
    justify-content:center;
    align-items:flex-end;
    overflow:visible;
    padding:6px 0 0;
  }
  .how-phone-stage .phone-shadow{display:none;}
  .how-phone-stage .how-phone{
    position:static;
    top:auto;left:auto;right:auto;
    width:32%;
    max-width:150px;
    height:auto;
    max-height:none;
  }
  .how-phone-stage .how-quests{transform:rotate(-6deg);margin-right:-5%;z-index:1;}
  .how-phone-stage .how-photo{transform:translateY(-12px);z-index:3;}
  .how-phone-stage .how-palette{transform:rotate(6deg);margin-left:-5%;z-index:1;}
}

/* trim the vertical space above and below "What you can track" */
.track-section{padding:112px 0;}
/* keep the heading/eyebrow (and all content) above the decorative top/bottom waves
   so the trimmed padding can never clip them */
.track-row{position:relative;z-index:2;}

/* keep nav comfortable now that menu links are gone */
.site-bar .site-header{justify-content:space-between;}

/* prevent decorative bleed (showcase fan, orbits, rings) from causing sideways scroll on mobile; clip does not break the sticky nav */
html,body{overflow-x:clip;}
body{max-width:100%;}

/* ===== Round of tweaks ===== */
/* About portrait a touch larger; the teal swash shape behind is preserved */
.about-section .portrait-frame{max-width:520px;}
/* give the portrait column room for the larger image (desktop only; mobile still stacks/caps) */
@media (min-width:801px){
  .about-row{grid-template-columns:1.02fr 0.98fr;}
}

/* a little breathing room above the App Store button (Built for iPhone) */
.data-section .app-store{margin-top:22px;}

@media (max-width:800px){
  /* "What You Can Track": show the text before the phones on mobile */
  .track-row .section-copy{order:0;}
  .track-row .track-phone-stage{order:1;}

  /* "Built for iPhone": center the copy on mobile (left-aligned looked off here) */
  .data-section .section-copy{text-align:center;}
  .data-section .eyebrow{justify-content:center;}
}

/* About: show the text before the user image on mobile (swap order, mobile only) */
@media (max-width:800px){
  .about-row .section-copy{order:0;}
  .about-row .portrait-frame{order:1;}
}

/* ===== Mobile-only: hide announcement banner (keep sticky nav) + stop hero phones from clipping ===== */
@media (max-width:800px){
  .topbar{display:none !important;}
  .hero-visual{height:510px;}
}
@media (max-width:520px){
  .hero-visual{height:440px;}
}
