@font-face {
  font-family: Inter;
  src: url("/fonts/Inter-Latin.c940764593d0.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --forest: #173e2c;
  --ink: #17392a;
  --muted: #50634f;
  --lime: #e0efb9;
  --paper: #fafaf5;
  --line: #dde3d8;
  --mint: #edf2e7;
  --gutter: clamp(20px, 4.5vw, 72px);
  --radius: 28px;
  --brand-mark-ink: #e0efb9;
  color-scheme: light;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  color: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img,
svg {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.7;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #527c27;
  outline-offset: 5px;
  border-radius: 5px;
}
main:focus {
  outline: none;
}
::selection {
  background: var(--lime);
  color: var(--forest);
}
[hidden] {
  display: none !important;
}
.icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section-wrap {
  width: min(100%, 1392px);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.17em;
  line-height: 1.6;
  text-transform: uppercase;
}
.little-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #7b9c43;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 16px;
  padding: 14px 22px;
  background: var(--forest);
  color: white;
  transform: translateY(-160%);
  border-radius: 8px;
}
.skip-link:focus {
  transform: translateY(0);
}
h1,
h2,
h3 {
  font-weight: 520;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(48px, 6.1vw, 88px);
  line-height: 1.03;
}
h2 {
  font-size: clamp(34px, 3.5vw, 50px);
  line-height: 1.12;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
h1 em,
h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}
h1 em {
  font-size: 1.06em;
}
.lead {
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
}
.button {
  min-height: 48px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: var(--forest);
  color: white;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.3;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button:hover {
  background: #29523b;
  transform: translateY(-1px);
}
.button-secondary {
  background: transparent;
  color: var(--forest);
  border-color: #bfcbbc;
}
.button-secondary:hover {
  background: var(--mint);
}
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 600;
}
.text-link .icon {
  width: 17px;
  height: 17px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fafaf5f2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #173e2c10;
}
.header-inner {
  width: min(100%, 1392px);
  height: 88px;
  padding-inline: var(--gutter);
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-mark {
  width: 34px;
  height: 34px;
  color: var(--forest);
}
.brand > span {
  font-size: 27px;
  font-weight: 630;
  letter-spacing: -0.065em;
  line-height: 1;
}
.brand-dot {
  color: #688840;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  flex: 1;
}
.desktop-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
  color: #536b59;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 6px;
}
.header-download {
  min-height: 43px;
  padding: 11px 18px;
  font-size: 11px;
}
.mobile-menu {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  min-height: 750px;
  padding-top: 26px;
  padding-bottom: 34px;
  gap: 10px;
}
.hero-copy {
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.hero-copy .eyebrow {
  margin-bottom: 27px;
}
.hero h1 {
  margin-left: -4px;
  max-width: 650px;
}
.hero-description {
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: -0.045em;
  margin-top: 27px;
  color: #50634f;
}
.hero-description strong {
  font-weight: 500;
  color: var(--forest);
}
.hero-detail {
  font-size: 14px;
  max-width: 350px;
  margin-top: 16px;
  color: var(--muted);
}
.store-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  transition: transform 0.18s;
}
.store-link:hover {
  transform: translateY(-2px);
}
.store-link.apple img {
  width: 156px;
  height: 52px;
  object-fit: contain;
}
.store-link.google img {
  width: 184px;
  height: 71px;
  object-fit: contain;
}
.hero .store-links {
  margin-top: 27px;
  margin-left: -1px;
}
.hero-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 10px;
  line-height: 1.5;
  color: var(--muted);
}
.hero-note > span + span:before {
  content: "·";
  margin-right: 10px;
}
.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hero-note .icon {
  width: 12px;
  height: 12px;
}
.hero-tour-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  font-size: 11px;
  font-weight: 550;
  margin-top: 24px;
}
.hero-tour-link .icon {
  width: 17px;
  height: 17px;
}
.hero-tour-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-visual {
  height: 690px;
  position: relative;
  min-width: 0;
  isolation: isolate;
  overflow: hidden;
}
.hero-disc {
  position: absolute;
  width: 490px;
  height: 490px;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #e5eedb;
  z-index: -2;
}
.hero-ring {
  position: absolute;
  width: 575px;
  height: 575px;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  border: 1px solid #dce5d4;
  border-radius: 50%;
  z-index: -1;
}
.phone-preview {
  position: relative;
  width: 270px;
  aspect-ratio: 513/1079;
  border-radius: 35px;
  overflow: hidden;
  flex-shrink: 0;
  background: #0b253f;
  box-shadow: 0 22px 45px -18px #132e2440;
  isolation: isolate;
}
.phone-preview img {
  position: absolute;
  width: 124.756%;
  max-width: none;
  height: auto;
  left: -12.67%;
  top: -26.97%;
}
.hero-phone {
  position: absolute;
  top: 61px;
  left: 50%;
  transform: translateX(-42%) rotate(7deg);
  width: 274px;
}
.hero-label {
  position: absolute;
  top: 19px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.14em;
}
.hero-label .icon {
  width: 29px;
  height: 29px;
  stroke-width: 1;
}
.save-note {
  position: absolute;
  left: 1px;
  bottom: 98px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 19px 24px 19px 16px;
  background: #fffef8;
  border: 1px solid #dce3d4;
  border-radius: 18px;
  box-shadow: 0 12px 35px -20px #12301b50;
  transform: rotate(-4deg);
}
.save-note-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  background: #eef1e5;
  border-radius: 12px;
  color: #587838;
}
.save-note-icon .icon {
  width: 21px;
  height: 21px;
}
.save-note strong {
  font-size: 12px;
  display: block;
  letter-spacing: -0.025em;
}
.save-note div > span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.hero-caption {
  position: absolute;
  bottom: 15px;
  right: 9px;
  font-size: 9px;
  line-height: 1.65;
  text-align: right;
  color: var(--muted);
}
.promise-strip {
  background: var(--forest);
  color: #f3f5e9;
}
.promise-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 28px;
}
.promise-inner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 13px;
  color: #c1ceb8;
}
.promise-inner > div + div {
  border-left: 1px solid #ffffff26;
}
.promise-inner .icon {
  width: 25px;
  height: 25px;
  color: var(--lime);
  stroke-width: 1.3;
}
.promise-inner strong {
  color: #f2f5e9;
  font-weight: 500;
}
.category-section {
  padding-block: 100px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}
.section-heading .eyebrow {
  margin-bottom: 21px;
}
.section-heading > p {
  max-width: 365px;
  justify-self: end;
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 4px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.category-card {
  position: relative;
  min-width: 0;
  border: 1px solid #173e2c09;
  border-radius: 18px;
  padding: 27px 18px 22px;
  min-height: 196px;
}
.sand {
  background: #f2ecde;
}
.lilac {
  background: #efebf3;
}
.blue {
  background: #e9eff0;
}
.mint {
  background: #e9eee3;
}
.peach {
  background: #f5eae2;
}
.yellow {
  background: #f2efd9;
}
.category-symbol {
  height: 66px;
  display: flex;
  align-items: flex-start;
}
.category-symbol .icon {
  width: 36px;
  height: 36px;
  stroke-width: 1.2;
  color: #466449;
}
.category-card h3 {
  font-size: 15px;
  letter-spacing: -0.035em;
  margin-bottom: 7px;
}
.category-card p {
  font-size: 10px;
  line-height: 1.6;
  max-width: 140px;
  color: #50634f;
}
.tour-section {
  background: #edf1e7;
  scroll-margin-top: 87px;
}
.tour-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7%;
  padding-block: 90px;
}
.tour-copy .eyebrow {
  margin-bottom: 24px;
}
.tour-intro {
  font-size: 13px;
  max-width: 360px;
  color: var(--muted);
  margin-top: 24px;
}
.tour-tabs {
  display: none;
  margin: 27px 0 17px;
  max-width: 440px;
}
.js .tour-tabs {
  display: grid;
}
.tour-tabs button {
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d1dccb;
  min-height: 84px;
  padding: 17px 15px;
  text-align: left;
  transition: background 0.2s;
}
.tour-tabs button:first-child {
  border-top: 1px solid #d1dccb;
}
.tour-tabs button[aria-selected="true"] {
  background: #ffffffa3;
  border-color: transparent;
  border-radius: 12px;
}
.tour-tabs button[aria-selected="true"] + button {
  border-top-color: transparent;
}
.tour-number {
  font-size: 10px;
  letter-spacing: 0.07em;
  color: #718768;
}
.tour-tabs button > span:nth-child(2) {
  flex: 1;
}
.tour-tabs strong {
  display: block;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -0.025em;
}
.tour-tabs button > span > span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 7px;
}
.tour-tabs .icon {
  width: 18px;
  height: 18px;
  opacity: 0.45;
}
.tour-tabs button[aria-selected="true"] .icon {
  opacity: 1;
}
.tour-stage {
  min-width: 0;
  position: relative;
  text-align: center;
}
.tour-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.tour-panel .phone-preview {
  width: 245px;
  border-radius: 32px;
}
.tour-panel-note {
  max-width: 330px;
}
.tour-panel-note strong {
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -0.025em;
}
.tour-panel-note p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 9px;
  line-height: 1.7;
  min-height: 58px;
}
.preview-note {
  font-size: 9px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 20px;
}
.no-js-note {
  font-size: 14px;
  padding-block: 30px;
}
.feature-section {
  padding-block: 100px;
}
.feature-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 54px;
}
.feature-intro .eyebrow {
  max-width: 180px;
  line-height: 1.9;
  padding-top: 8px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.feature-grid article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.feature-grid article > .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 28px;
  stroke-width: 1.4;
  color: #537444;
}
.feature-grid h3 {
  font-size: 19px;
  margin-bottom: 14px;
}
.feature-grid p {
  font-size: 12px;
  color: var(--muted);
  max-width: 310px;
}
.how-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding-block: 60px 95px;
}
.how-heading .eyebrow {
  margin-bottom: 20px;
}
.how-heading .button {
  margin-top: 30px;
}
.steps-list {
  list-style: none;
  display: grid;
  gap: 0;
}
.steps-list li {
  display: flex;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.steps-list li:first-child {
  padding-top: 0;
}
.step-number {
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 550;
  line-height: 1;
  display: grid;
  place-items: center;
  border: 1px solid #cfdac6;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
}
.steps-list h3 {
  font-size: 20px;
  margin-bottom: 11px;
}
.steps-list p {
  font-size: 12px;
  color: var(--muted);
  max-width: 335px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 10%;
  padding-block: 75px 100px;
  border-top: 1px solid var(--line);
}
.faq-section .eyebrow {
  margin-bottom: 20px;
}
.faq-section h2 {
  font-size: 40px;
}
.faq-section > div > p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 23px;
}
.faq-section .text-link {
  margin-top: 15px;
}
.faq-list {
  min-width: 0;
}
.faq-item {
  border-bottom: 1px solid #d9e1d2;
}
.faq-item:first-child {
  border-top: 1px solid #d9e1d2;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  min-height: 68px;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.7;
  padding: 17px 2px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary .icon {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.faq-item[open] summary .icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 25px 22px 2px;
  font-size: 12px;
  line-height: 1.75;
  color: var(--muted);
}
.faq-answer .text-link {
  font-size: 11px;
  margin-top: 7px !important;
}
.download-band {
  padding-bottom: 95px;
}
.download-band-inner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  background: var(--forest);
  border-radius: var(--radius);
  color: #fcfcf2;
  min-height: 405px;
  padding: 59px 60px;
  gap: 30px;
}
.download-band .eyebrow {
  color: #c8d3b9;
  margin-bottom: 22px;
}
.download-band h2 {
  font-size: 48px;
}
.download-band h2 em {
  color: var(--lime);
}
.download-band p {
  font-size: 12px;
  margin-top: 18px;
  color: #c6d3c0;
}
.download-band .store-links {
  margin-top: 20px;
}
.download-band .fine-print {
  font-size: 9px;
  margin-top: 5px;
  color: #c1ceb8;
}
.download-art {
  position: relative;
  min-width: 0;
}
.orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  border: 1px solid #ffffff13;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.orbit-two {
  width: 290px;
  height: 290px;
}
.big-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-9deg);
  border-radius: 33px;
  box-shadow: 0 22px 35px -10px #091d2440;
}
.big-mark .brand-mark {
  width: 135px;
  height: 135px;
  color: var(--lime);
  --brand-mark-ink: #234633;
}
.floating-symbol {
  position: absolute;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid #b4cca341;
  background: #31523e;
  border-radius: 14px;
  color: var(--lime);
}
.symbol-heart {
  left: 8%;
  top: 11%;
  transform: rotate(-15deg);
}
.symbol-search {
  right: 0;
  top: 42%;
  transform: rotate(13deg);
}
.symbol-bell {
  left: 27%;
  bottom: -3%;
  transform: rotate(7deg);
}
.site-footer {
  padding-bottom: 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-intro > .brand {
  margin-bottom: 20px;
}
.footer-intro > p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.age-label {
  display: inline-block;
  margin-top: 23px;
  font-size: 10px;
  border: 1px solid #bdcbb4;
  border-radius: 30px;
  padding: 5px 8px;
}
.footer-column h2 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 6px 0 17px;
}
.footer-column > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--muted);
  padding: 9px 0;
  line-height: 1.6;
  min-height: 34px;
}
.footer-column > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-column .icon {
  width: 12px;
  height: 12px;
}
.footer-note {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 5px;
}
.footer-note p {
  max-width: 900px;
  font-size: 9px;
  color: var(--muted);
  line-height: 1.9;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 25px;
  font-size: 9px;
  color: var(--muted);
  line-height: 1.7;
}
.footer-bottom > a {
  min-height: 34px;
  display: flex;
  align-items: center;
}
.footer-bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-heading {
  padding-top: 82px;
  padding-bottom: 65px;
}
.page-heading .eyebrow {
  margin-bottom: 25px;
}
.page-heading h1 {
  font-size: clamp(48px, 5.7vw, 78px);
}
.page-heading .lead {
  max-width: 610px;
  font-size: 16px;
  margin-top: 28px;
}
.support-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 9%;
  padding-bottom: 110px;
}
.support-sidebar {
  min-width: 0;
}
.support-sidebar > h2 {
  font-size: 26px;
  max-width: 310px;
  margin-bottom: 28px;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.contact-card > .icon {
  width: 20px;
  height: 20px;
}
.contact-card > span {
  flex: 1;
  min-width: 0;
}
.contact-card strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.contact-card > span > span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.contact-card:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-card .icon:last-child {
  width: 16px;
  height: 16px;
}
.support-tip {
  margin-top: 30px;
  padding: 25px;
  background: var(--mint);
  border-radius: 18px;
}
.support-tip h3 {
  font-size: 17px;
}
.support-tip p {
  font-size: 11px;
  margin-top: 13px;
  color: var(--muted);
}
.support-questions > h2 {
  font-size: 23px;
  margin-bottom: 24px;
}
.help-download {
  padding-top: 40px;
}
.help-download p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.help-download .store-links {
  margin-top: 12px;
}
.download-page {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5%;
  align-items: center;
  padding-block: 65px 100px;
}
.download-page-copy .eyebrow {
  margin-bottom: 26px;
}
.download-page h1 {
  font-size: clamp(49px, 5.7vw, 79px);
}
.download-page .lead {
  font-size: 15px;
  margin-top: 28px;
  max-width: 420px;
}
.download-page .store-links {
  margin-top: 25px;
}
.download-platforms {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
}
.download-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.download-points > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}
.download-points .icon {
  width: 13px;
  height: 13px;
}
.small-copy {
  font-size: 10px;
  color: var(--muted);
  margin-top: 16px;
  max-width: 320px;
}
.download-help {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 35px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
  max-width: 370px;
}
.download-help > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d6dfcc;
  border-radius: 12px;
}
.download-help p {
  font-size: 11px;
  color: var(--muted);
}
.download-help .text-link {
  font-size: 11px;
  min-height: 30px;
  color: var(--forest);
}
.download-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--mint);
  border-radius: 220px 220px 34px 34px;
  padding: 44px 20px 23px;
}
.download-preview .phone-preview {
  width: 254px;
  border-radius: 35px;
}
.download-preview .preview-note {
  text-align: center;
  font-size: 9px;
  margin-top: 24px;
}
.explainer-section {
  padding-bottom: 75px;
}
.explainer-row {
  display: grid;
  grid-template-columns: 45px 1fr 190px;
  gap: 45px;
  border-top: 1px solid var(--line);
  padding: 48px 0;
  align-items: start;
}
.explainer-row h2 {
  font-size: 31px;
  margin-bottom: 20px;
}
.explainer-row p {
  font-size: 13px;
  color: var(--muted);
  max-width: 620px;
}
.explainer-row p + p {
  margin-top: 15px;
}
.explainer-icon {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 136px;
  height: 136px;
  border-radius: 34px;
  transform: rotate(5deg);
}
.explainer-icon .icon {
  width: 52px;
  height: 52px;
  stroke-width: 1.1;
  transform: rotate(-5deg);
}
.good-to-know {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-bottom: 90px;
}
.good-to-know > div > .icon {
  margin-bottom: 20px;
  width: 32px;
  height: 32px;
}
.good-to-know .eyebrow {
  margin-bottom: 15px;
}
.good-to-know > div:last-child {
  padding-top: 15px;
}
.good-to-know p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}
.good-to-know h2 {
  font-size: 39px;
}
.legal-heading {
  padding-top: 35px;
  padding-bottom: 65px;
}
.legal-heading > .text-link {
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 11px;
}
.back-arrow {
  transform: rotate(180deg);
}
.legal-heading .eyebrow {
  margin-bottom: 19px;
}
.legal-heading h1 {
  font-size: clamp(44px, 5vw, 70px);
}
.legal-date {
  font-size: 11px;
  color: var(--muted);
  margin-top: 22px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 70px;
  padding-bottom: 100px;
}
.legal-layout > aside {
  position: sticky;
  top: 115px;
  max-height: calc(100svh - 140px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #acb9a3 transparent;
  align-self: start;
  padding-right: 15px;
}
.legal-layout > aside > h2 {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.legal-layout > aside nav {
  display: grid;
}
.legal-layout > aside a {
  padding: 8px 0;
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
}
.legal-layout > aside a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-body {
  min-width: 0;
  max-width: 800px;
  font-size: 13px;
  line-height: 1.9;
  color: #526651;
}
.legal-body h2 {
  font-size: 24px;
  color: var(--forest);
  margin: 36px 0 16px;
  scroll-margin-top: 115px;
}
.legal-body h2:first-child {
  margin-top: 0;
}
.legal-body h3 {
  font-size: 17px;
  color: var(--forest);
  margin: 26px 0 12px;
}
.legal-body p {
  margin-bottom: 16px;
}
.legal-body ul,
.legal-body ol {
  padding-left: 24px;
  margin: 13px 0 20px;
}
.legal-body li {
  padding-left: 4px;
  margin-bottom: 7px;
}
.legal-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.legal-body .highlight-box,
.legal-body .warning-box {
  border-left: 3px solid #799861;
  padding: 18px 22px;
  margin: 22px 0;
  background: var(--mint);
  border-radius: 0 10px 10px 0;
}
.not-found {
  min-height: 65svh;
  padding-block: 80px 110px;
}
.not-found .eyebrow {
  margin-bottom: 23px;
}
.not-found > p {
  margin: 27px 0;
  font-size: 15px;
  color: var(--muted);
  max-width: 420px;
}
@media (min-width: 1600px) {
  .hero-visual {
    overflow: visible;
  }
}
@media (max-width: 1150px) {
  .hero {
    min-height: 670px;
  }
  .hero-visual {
    height: 635px;
  }
  .hero-phone {
    width: 244px;
    top: 60px;
  }
  .hero-disc {
    width: 385px;
    height: 385px;
  }
  .hero-ring {
    width: 455px;
    height: 455px;
  }
  .hero-label {
    left: 6px;
    top: 25px;
    font-size: 8px;
  }
  .hero-caption {
    bottom: 14px;
    font-size: 8px;
  }
  .save-note {
    left: 0;
    bottom: 94px;
    padding: 15px 17px 15px 12px;
    gap: 10px;
  }
  .save-note strong {
    font-size: 10px;
  }
  .save-note div > span {
    font-size: 9px;
  }
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }
  .category-card {
    min-height: 172px;
    padding: 23px 24px;
  }
  .category-symbol {
    height: 58px;
  }
  .category-card p {
    max-width: none;
  }
  .category-section,
  .feature-section {
    padding-block: 80px;
  }
  .download-band-inner {
    padding: 48px 42px;
  }
  .download-band h2 {
    font-size: 42px;
  }
  .faq-section {
    gap: 6%;
  }
  .faq-section h2 {
    font-size: 34px;
  }
  .footer-top {
    gap: 22px;
  }
  .footer-column > a {
    font-size: 9px;
  }
  .desktop-nav {
    gap: 23px;
  }
  .header-inner {
    gap: 22px;
  }
}
@media (max-width: 850px) {
  :root {
    --gutter: 28px;
  }
  .header-inner {
    height: 76px;
    gap: 16px;
  }
  .desktop-nav {
    display: none;
  }
  .header-download {
    margin-left: auto;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #dce3d7;
    border-radius: 50%;
    list-style: none;
    cursor: pointer;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary .icon {
    width: 20px;
    height: 20px;
  }
  .mobile-menu[open] summary {
    background: var(--mint);
  }
  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 8px);
    right: var(--gutter);
    left: var(--gutter);
    display: grid;
    gap: 3px;
    padding: 16px;
    background: #fffef9;
    border: 1px solid #dbe3d5;
    border-radius: 18px;
    box-shadow: 0 20px 35px -15px #173e2c33;
    max-height: calc(100svh - 100px);
    overflow: auto;
    overscroll-behavior: contain;
  }
  .mobile-menu nav a {
    padding: 14px 13px;
    min-height: 48px;
    border-radius: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu nav a:hover {
    background: var(--mint);
  }
  .mobile-menu nav a:last-child {
    border-top: 1px solid var(--line);
    border-radius: 0;
    margin-top: 4px;
  }
  .mobile-menu nav a .icon {
    width: 17px;
    height: 17px;
  }
  .hero {
    gap: 0;
    min-height: 610px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-description {
    font-size: 22px;
  }
  .hero-detail {
    font-size: 12px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-visual {
    height: 570px;
  }
  .hero-phone {
    width: 210px;
    top: 62px;
    transform: translateX(-41%) rotate(6deg);
    border-radius: 29px;
  }
  .hero-label {
    font-size: 7px;
    top: 23px;
  }
  .hero-label .icon {
    width: 20px;
    height: 20px;
  }
  .hero-disc {
    width: 325px;
    height: 325px;
  }
  .hero-ring {
    width: 370px;
    height: 370px;
  }
  .save-note {
    bottom: 63px;
    padding: 13px 14px;
    gap: 10px;
  }
  .save-note-icon {
    width: 32px;
    height: 32px;
  }
  .save-note-icon .icon {
    width: 18px;
    height: 18px;
  }
  .save-note strong {
    font-size: 9px;
  }
  .save-note div > span {
    font-size: 8px;
  }
  .hero-caption {
    bottom: 7px;
    font-size: 7px;
  }
  .hero .store-links {
    gap: 0;
    margin-top: 20px;
  }
  .hero .store-link.apple img {
    width: 137px;
    height: 46px;
  }
  .hero .store-link.google img {
    width: 158px;
    height: 61px;
  }
  .hero-note {
    gap: 7px;
    font-size: 8px;
  }
  .hero-note > span + span:before {
    margin-right: 7px;
  }
  .hero-note .icon {
    width: 10px;
    height: 10px;
  }
  .hero-tour-link {
    font-size: 10px;
    margin-top: 16px;
  }
  .promise-inner {
    padding-block: 24px;
  }
  .promise-inner > div {
    font-size: 10px;
    gap: 10px;
  }
  .promise-inner .icon {
    width: 20px;
    height: 20px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .tour-inner {
    gap: 5%;
    padding-block: 65px;
  }
  .tour-copy h2 {
    font-size: 36px;
  }
  .tour-intro {
    font-size: 12px;
  }
  .tour-panel .phone-preview {
    width: 210px;
    border-radius: 28px;
  }
  .tour-panel-note {
    max-width: 260px;
  }
  .tour-panel-note p {
    min-height: 75px;
    font-size: 10px;
  }
  .tour-panel-note strong {
    font-size: 12px;
  }
  .tour-tabs button {
    min-height: 78px;
    padding: 15px 8px;
    gap: 12px;
  }
  .tour-tabs strong {
    font-size: 12px;
  }
  .tour-tabs button > span > span {
    font-size: 9px;
  }
  .preview-note {
    font-size: 8px;
  }
  .feature-grid {
    gap: 26px;
  }
  .feature-grid h3 {
    font-size: 17px;
  }
  .feature-grid p {
    font-size: 11px;
  }
  .feature-intro {
    gap: 20px;
    grid-template-columns: 1fr 2.3fr;
  }
  .feature-intro h2 {
    font-size: 37px;
  }
  .how-section {
    gap: 8%;
    padding-top: 30px;
  }
  .steps-list li {
    gap: 17px;
  }
  .steps-list h3 {
    font-size: 17px;
  }
  .steps-list p {
    font-size: 11px;
  }
  .faq-section {
    gap: 7%;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  .faq-item summary {
    font-size: 11px;
  }
  .faq-answer {
    font-size: 11px;
  }
  .download-band-inner {
    padding: 40px 33px;
    grid-template-columns: 1.4fr 1fr;
    gap: 10px;
    min-height: 365px;
  }
  .download-band h2 {
    font-size: 39px;
  }
  .download-band p {
    font-size: 11px;
  }
  .download-band .store-links {
    gap: 0;
  }
  .download-band .store-link.apple img {
    width: 134px;
    height: 45px;
  }
  .download-band .store-link.google img {
    width: 157px;
    height: 61px;
  }
  .big-mark .brand-mark {
    width: 103px;
    height: 103px;
  }
  .orbit {
    width: 280px;
    height: 280px;
  }
  .orbit-two {
    width: 195px;
    height: 195px;
  }
  .symbol-heart {
    left: 2%;
    top: 8%;
  }
  .symbol-bell {
    left: 9%;
    bottom: 2%;
  }
  .symbol-search {
    right: -15px;
    top: 47%;
  }
  .floating-symbol {
    width: 39px;
    height: 39px;
  }
  .floating-symbol .icon {
    width: 20px;
    height: 20px;
  }
  .footer-top {
    grid-template-columns: 1.3fr 1fr;
    gap: 35px;
  }
  .footer-column h2 {
    font-size: 12px;
  }
  .footer-column > a {
    font-size: 11px;
    min-height: 40px;
  }
  .footer-note p,
  .footer-bottom {
    font-size: 9px;
  }
  .page-heading {
    padding-top: 60px;
  }
  .support-layout {
    gap: 6%;
    grid-template-columns: 1fr 1.25fr;
  }
  .support-sidebar > h2 {
    font-size: 23px;
  }
  .support-tip {
    padding: 20px;
  }
  .support-questions > h2 {
    font-size: 22px;
  }
  .download-page {
    gap: 5%;
  }
  .download-page h1 {
    font-size: 52px;
  }
  .download-page .lead {
    font-size: 13px;
  }
  .download-page .store-links {
    gap: 0;
  }
  .download-page .store-link.apple img {
    width: 137px;
    height: 46px;
  }
  .download-page .store-link.google img {
    width: 158px;
    height: 61px;
  }
  .download-preview .phone-preview {
    width: 210px;
    border-radius: 28px;
  }
  .download-preview {
    padding-inline: 15px;
  }
  .explainer-row {
    grid-template-columns: 38px 1fr 100px;
    gap: 25px;
  }
  .explainer-icon {
    width: 100px;
    height: 100px;
    border-radius: 26px;
  }
  .explainer-icon .icon {
    width: 41px;
    height: 41px;
  }
  .explainer-row h2 {
    font-size: 26px;
  }
  .explainer-row p {
    font-size: 12px;
  }
  .legal-layout {
    grid-template-columns: 195px minmax(0, 1fr);
    gap: 35px;
  }
}
@media (max-width: 640px) {
  :root {
    --gutter: 24px;
  }
  .header-inner {
    height: 74px;
    gap: 12px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  .brand > span {
    font-size: 25px;
  }
  .header-download {
    min-height: 40px;
    padding: 10px 15px;
    font-size: 10px;
    gap: 10px;
  }
  .header-download .icon {
    width: 15px;
    height: 15px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 46px;
    padding-bottom: 27px;
  }
  .hero-copy {
    width: 100%;
    padding-bottom: 0;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(47px, 10vw, 62px);
    letter-spacing: -0.06em;
    margin-left: -2px;
  }
  .hero-description {
    font-size: 23px;
    line-height: 1.45;
    margin-top: 24px;
    letter-spacing: -0.04em;
  }
  .desktop-break {
    display: none;
  }
  .hero-detail {
    font-size: 13px;
    max-width: 400px;
    margin-top: 12px;
    line-height: 1.75;
  }
  .hero .store-links {
    margin-top: 22px;
    gap: 3px;
  }
  .hero .store-link.apple img {
    width: 147px;
    height: 49px;
  }
  .hero .store-link.google img {
    width: 174px;
    height: 67px;
  }
  .hero-note {
    font-size: 9px;
    gap: 9px;
    margin-top: 0;
  }
  .hero-note > span + span:before {
    margin-right: 9px;
  }
  .hero-tour-link {
    font-size: 11px;
    margin-top: 17px;
  }
  .hero-visual {
    height: 620px;
    width: min(100%, 440px);
    margin-top: 13px;
    align-self: center;
  }
  .hero-phone {
    width: 253px;
    top: 41px;
    transform: translateX(-43%) rotate(6deg);
    border-radius: 34px;
  }
  .hero-disc {
    width: 385px;
    height: 385px;
    top: 49%;
  }
  .hero-ring {
    width: 450px;
    height: 450px;
    top: 49%;
  }
  .hero-label {
    top: 2px;
    left: 3px;
    font-size: 8px;
  }
  .hero-label .icon {
    width: 24px;
    height: 24px;
  }
  .save-note {
    left: 0;
    bottom: 74px;
    gap: 11px;
    padding: 16px 19px 16px 14px;
    border-radius: 15px;
  }
  .save-note-icon {
    width: 35px;
    height: 35px;
  }
  .save-note strong {
    font-size: 11px;
  }
  .save-note div > span {
    font-size: 9px;
  }
  .hero-caption {
    bottom: 5px;
    right: 0;
    font-size: 8px;
  }
  .promise-inner {
    grid-template-columns: 1fr;
    padding-block: 9px;
  }
  .promise-inner > div {
    justify-content: flex-start;
    font-size: 12px;
    padding: 17px 6px;
    gap: 17px;
  }
  .promise-inner > div + div {
    border-left: 0;
    border-top: 1px solid #ffffff1e;
  }
  .promise-inner .icon {
    width: 21px;
    height: 21px;
  }
  .category-section {
    padding-block: 65px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-heading .eyebrow {
    margin-bottom: 19px;
  }
  .section-heading h2 {
    font-size: 37px;
  }
  .section-heading > p {
    justify-self: start;
    max-width: 370px;
    font-size: 12px;
  }
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .category-card {
    padding: 22px 18px;
    min-height: 181px;
    border-radius: 16px;
  }
  .category-card h3 {
    font-size: 15px;
  }
  .category-card p {
    font-size: 10px;
    max-width: 145px;
  }
  .category-symbol {
    height: 64px;
  }
  .category-symbol .icon {
    width: 35px;
    height: 35px;
  }
  .tour-inner {
    grid-template-columns: 1fr;
    gap: 39px;
    padding-block: 61px;
  }
  .tour-copy h2 {
    font-size: 39px;
  }
  .tour-copy .eyebrow {
    margin-bottom: 20px;
  }
  .tour-intro {
    font-size: 12px;
    margin-top: 20px;
    max-width: 370px;
  }
  .tour-tabs {
    margin-top: 25px;
    max-width: none;
  }
  .tour-tabs button {
    min-height: 81px;
    padding: 16px 15px;
    gap: 16px;
  }
  .tour-tabs strong {
    font-size: 14px;
  }
  .tour-tabs button > span > span {
    font-size: 11px;
  }
  .tour-number {
    font-size: 10px;
  }
  .tour-copy > .text-link {
    font-size: 12px;
  }
  .tour-panel .phone-preview {
    width: 240px;
    border-radius: 32px;
  }
  .tour-panel-note {
    max-width: 330px;
  }
  .tour-panel-note strong {
    font-size: 15px;
  }
  .tour-panel-note p {
    min-height: 0;
    font-size: 12px;
  }
  .preview-note {
    font-size: 9px;
  }
  .feature-section {
    padding-block: 65px;
  }
  .feature-intro {
    display: block;
    margin-bottom: 35px;
  }
  .feature-intro .eyebrow {
    max-width: none;
    font-size: 9px;
    padding: 0;
    margin-bottom: 20px;
  }
  .feature-intro h2 {
    font-size: 36px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .feature-grid article {
    padding-top: 26px;
  }
  .feature-grid article > .icon {
    width: 27px;
    height: 27px;
    margin-bottom: 19px;
  }
  .feature-grid h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .feature-grid p {
    font-size: 12px;
    max-width: 390px;
  }
  .how-section {
    grid-template-columns: 1fr;
    gap: 43px;
    padding-block: 28px 65px;
  }
  .how-heading h2 {
    font-size: 39px;
  }
  .how-heading .button {
    margin-top: 25px;
  }
  .steps-list li {
    gap: 21px;
    padding-block: 24px;
  }
  .steps-list h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .steps-list p {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 55px 65px;
  }
  .faq-section h2 {
    font-size: 35px;
  }
  .faq-section .eyebrow {
    margin-bottom: 20px;
  }
  .faq-section > div > p {
    font-size: 12px;
    margin-top: 19px;
  }
  .faq-section .text-link {
    margin-top: 9px;
  }
  .faq-item summary {
    font-size: 12px;
    min-height: 72px;
    padding-block: 19px;
    gap: 18px;
  }
  .faq-answer {
    font-size: 12px;
    padding-right: 16px;
  }
  .download-band {
    padding-bottom: 65px;
  }
  .download-band-inner {
    padding: 35px 28px 28px;
    grid-template-columns: 1fr;
    border-radius: 23px;
    gap: 20px;
    min-height: 0;
  }
  .download-band h2 {
    font-size: 41px;
  }
  .download-band .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .download-band p {
    font-size: 12px;
    margin-top: 18px;
  }
  .download-band .store-links {
    margin-top: 16px;
  }
  .download-band .fine-print {
    font-size: 9px;
    margin-top: 6px;
  }
  .download-art {
    height: 245px;
    max-width: 330px;
    margin-inline: auto;
    width: 100%;
  }
  .big-mark .brand-mark {
    width: 113px;
    height: 113px;
  }
  .orbit {
    width: 270px;
    height: 270px;
  }
  .orbit-two {
    width: 185px;
    height: 185px;
  }
  .symbol-heart {
    left: 0;
    top: 9%;
  }
  .symbol-search {
    right: 0;
    top: 51%;
  }
  .symbol-bell {
    left: 12%;
    bottom: 2%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding-bottom: 28px;
  }
  .footer-intro {
    grid-column: 1/-1;
  }
  .footer-intro > .brand {
    margin-bottom: 17px;
  }
  .footer-intro > p {
    font-size: 12px;
  }
  .age-label {
    margin-top: 18px;
  }
  .footer-column h2 {
    margin: 0 0 11px;
    font-size: 11px;
  }
  .footer-column > a {
    font-size: 10px;
    min-height: 40px;
    padding-block: 10px;
  }
  .footer-note {
    padding-top: 22px;
  }
  .footer-note p {
    font-size: 9px;
    line-height: 1.85;
  }
  .footer-bottom {
    display: block;
    font-size: 9px;
    padding-top: 21px;
  }
  .footer-bottom > a {
    margin-top: 8px;
  }
  .page-heading {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .page-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .page-heading h1 {
    font-size: 47px;
  }
  .page-heading .lead {
    font-size: 14px;
    margin-top: 24px;
  }
  .support-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 65px;
  }
  .support-sidebar > h2 {
    font-size: 26px;
    max-width: 310px;
    margin-bottom: 18px;
  }
  .contact-card {
    padding-block: 23px;
    gap: 15px;
  }
  .contact-card strong {
    font-size: 13px;
  }
  .contact-card > span > span {
    font-size: 11px;
  }
  .support-tip {
    padding: 25px;
    margin-top: 26px;
  }
  .support-tip h3 {
    font-size: 19px;
  }
  .support-tip p {
    font-size: 12px;
  }
  .support-questions > h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .help-download {
    padding-top: 34px;
  }
  .download-page {
    grid-template-columns: 1fr;
    padding-block: 47px 70px;
    gap: 39px;
  }
  .download-page h1 {
    font-size: clamp(46px, 10vw, 62px);
  }
  .download-page-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .download-page .lead {
    font-size: 14px;
    margin-top: 25px;
  }
  .download-page .store-links {
    gap: 0;
  }
  .download-page .store-link.apple img {
    width: 147px;
    height: 49px;
  }
  .download-page .store-link.google img {
    width: 174px;
    height: 67px;
  }
  .download-platforms {
    font-size: 10px;
  }
  .download-points {
    gap: 14px;
    margin-top: 25px;
  }
  .download-points > span {
    font-size: 10px;
  }
  .small-copy {
    font-size: 11px;
  }
  .download-help {
    margin-top: 29px;
    padding-top: 24px;
  }
  .download-help p {
    font-size: 12px;
  }
  .download-preview {
    padding: 37px 20px 25px;
    max-width: 400px;
    width: 100%;
    justify-self: center;
  }
  .download-preview .phone-preview {
    width: 245px;
    border-radius: 33px;
  }
  .download-preview .preview-note {
    font-size: 9px;
  }
  .explainer-section {
    padding-bottom: 35px;
  }
  .explainer-row {
    grid-template-columns: 38px 1fr;
    gap: 24px 18px;
    padding: 30px 0;
  }
  .explainer-row > div {
    min-width: 0;
  }
  .explainer-row h2 {
    font-size: 25px;
    margin-top: 3px;
  }
  .explainer-row p {
    font-size: 12px;
  }
  .explainer-icon {
    display: none;
  }
  .good-to-know {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 65px;
  }
  .good-to-know h2 {
    font-size: 38px;
  }
  .good-to-know p {
    font-size: 12px;
  }
  .good-to-know > div:last-child {
    padding-top: 0;
  }
  .legal-heading {
    padding-top: 20px;
    padding-bottom: 36px;
  }
  .legal-heading > .text-link {
    margin-bottom: 26px;
  }
  .legal-heading h1 {
    font-size: 45px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 65px;
  }
  .legal-layout > aside {
    position: static;
    max-height: 240px;
    padding: 23px;
    background: var(--mint);
    border: 1px solid var(--line);
    border-radius: 16px;
  }
  .legal-layout > aside a {
    font-size: 11px;
    min-height: 40px;
    padding: 10px 0;
  }
  .legal-layout > aside > h2 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .legal-body {
    font-size: 12px;
    line-height: 1.85;
  }
  .legal-body h2 {
    font-size: 23px;
    margin-top: 29px;
  }
  .legal-body h3 {
    font-size: 17px;
  }
  .legal-body .highlight-box,
  .legal-body .warning-box {
    padding: 15px;
  }
  .not-found {
    padding-block: 60px 80px;
  }
  .not-found h1 {
    font-size: 50px;
  }
  .not-found > p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  :root {
    --gutter: 16px;
  }
  .header-download {
    display: none;
  }
  .mobile-menu {
    margin-left: auto;
  }
  .hero {
    padding-top: 39px;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-description {
    font-size: 21px;
  }
  .hero-detail {
    font-size: 12px;
  }
  .hero .store-links,
  .download-page .store-links {
    gap: 0;
  }
  .hero .store-link.apple img,
  .download-page .store-link.apple img {
    width: 132px;
    height: 44px;
  }
  .hero .store-link.google img,
  .download-page .store-link.google img {
    width: 154px;
    height: 60px;
  }
  .hero-note {
    font-size: 8px;
    gap: 7px;
  }
  .hero-visual {
    height: 540px;
  }
  .hero-phone {
    width: 220px;
    top: 39px;
    transform: translateX(-46%) rotate(5deg);
    border-radius: 29px;
  }
  .hero-disc {
    width: 325px;
    height: 325px;
  }
  .hero-ring {
    width: 380px;
    height: 380px;
  }
  .hero-label {
    font-size: 7px;
  }
  .hero-label .icon {
    width: 20px;
    height: 20px;
  }
  .save-note {
    bottom: 60px;
    padding: 13px 14px 13px 11px;
    gap: 9px;
  }
  .save-note strong {
    font-size: 10px;
  }
  .save-note div > span {
    font-size: 8px;
  }
  .save-note-icon {
    width: 32px;
    height: 32px;
  }
  .hero-caption {
    font-size: 7px;
  }
  .category-grid {
    gap: 10px;
  }
  .category-card {
    padding: 21px 15px;
    min-height: 180px;
  }
  .category-card h3 {
    font-size: 14px;
  }
  .category-card p {
    font-size: 9px;
  }
  .section-heading h2,
  .tour-copy h2,
  .feature-intro h2,
  .faq-section h2 {
    font-size: 33px;
  }
  .download-band-inner {
    padding: 31px 24px 25px;
  }
  .download-band h2 {
    font-size: 36px;
  }
  .download-art {
    height: 210px;
  }
  .orbit {
    width: 235px;
    height: 235px;
  }
  .orbit-two {
    width: 160px;
    height: 160px;
  }
  .big-mark .brand-mark {
    width: 93px;
    height: 93px;
  }
  .floating-symbol {
    width: 35px;
    height: 35px;
  }
  .download-band .store-links {
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .download-band .store-link.google {
    margin-left: -9px;
    margin-top: -1px;
  }
  .download-band .fine-print {
    margin-top: 7px;
  }
  .tour-panel .phone-preview {
    width: 225px;
  }
  .tour-tabs button {
    gap: 14px;
    padding-inline: 11px;
  }
  .tour-tabs strong {
    font-size: 13px;
  }
  .tour-tabs button > span > span {
    font-size: 10px;
  }
  .footer-top {
    gap: 28px 20px;
  }
  .page-heading h1,
  .download-page h1,
  .legal-heading h1 {
    font-size: 43px;
  }
  .page-heading .lead {
    font-size: 13px;
  }
  .download-preview .phone-preview {
    width: 223px;
    border-radius: 30px;
  }
  .support-tip {
    padding: 21px;
  }
  .contact-card > span > span {
    font-size: 10px;
  }
  .explainer-row {
    gap: 18px;
    grid-template-columns: 32px 1fr;
  }
  .explainer-row .step-number {
    width: 31px;
    height: 31px;
    font-size: 9px;
  }
  .explainer-row h2 {
    font-size: 23px;
  }
  .not-found h1 {
    font-size: 45px;
  }
  .button {
    font-size: 11px;
    padding: 13px 17px;
  }
  .button-row {
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .store-link:hover {
    transform: none;
  }
}
@media (forced-colors: active) {
  .button,
  .category-card,
  .contact-card,
  .tour-tabs button,
  .phone-preview {
    border: 1px solid CanvasText;
  }
  .brand-mark {
    forced-color-adjust: none;
  }
  .store-link {
    background: white;
    forced-color-adjust: none;
  }
  .phone-preview {
    forced-color-adjust: none;
  }
  .hero-disc,
  .hero-ring,
  .download-art {
    display: none;
  }
}

/* Body copy stays comfortably readable at every breakpoint. */
.hero-detail,
.section-heading > p,
.tour-intro,
.tour-panel-note p,
.feature-grid p,
.steps-list p,
.faq-section > div > p,
.faq-answer,
.explainer-row p,
.good-to-know p,
.support-tip p,
.legal-body {
  font-size: 14px;
}
.category-card p,
.small-copy,
.contact-card > span > span,
.download-platforms,
.download-points > span,
.footer-column > a,
.footer-note p,
.footer-bottom {
  font-size: 12px;
}
.faq-item summary {
  font-size: 14px;
}
.desktop-nav a,
.text-link,
.hero-tour-link,
.footer-column h2 {
  font-size: 13px;
}
.hero-caption,
.preview-note,
.download-preview .preview-note,
.download-band .fine-print {
  font-size: 11px;
}
.footer-intro > p {
  font-size: 14px;
}
.contact-card strong {
  font-size: 14px;
}
/* These proportions expose only the embedded device in the owner's store
   artwork. Headlines/background remain outside the overflow-clipped viewport. */

.tour-number,
.tour-tabs button > span > span,
.preview-note {
  color: #50634f;
}
.legal-body .policy-offset-list {
  margin: 12px 0 0 20px;
}

/* Editorial pages: full HTML, readable measures, responsive comparison tables. */
.editorial-wrap {
  padding-top: 32px;
  padding-bottom: 72px;
}
.breadcrumbs {
  margin-bottom: 36px;
  font-size: 12px;
  color: var(--muted);
}
.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: inline;
  overflow-wrap: anywhere;
}
.breadcrumbs li + li::before {
  content: "/";
  margin-right: 9px;
  opacity: 0.6;
}
.breadcrumbs a,
.article-meta a,
.guides-hero > p a,
.reader-note a,
.guide-body a,
.markdown-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.guides-hero {
  max-width: 900px;
  padding: 18px 0 46px;
}
.guides-hero h1 {
  font-size: clamp(42px, 5vw, 70px);
  margin: 18px 0 26px;
}
.guides-hero .lead {
  max-width: 690px;
  font-size: 18px;
}
.guides-hero > p:last-child {
  font-size: 13px;
  margin-top: 24px;
}
.guide-feature {
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.guide-feature > div {
  max-width: 640px;
}
.guide-feature h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin: 16px 0;
}
.guide-feature p {
  max-width: 550px;
  font-size: 15px;
}
.guide-feature .button {
  flex-shrink: 0;
}
.guide-list {
  padding-top: 54px;
}
.guide-list > h2,
.related-guides > h2 {
  font-size: 30px;
  margin-bottom: 24px;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.guide-card {
  position: relative;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.guide-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 15px 0;
}
.guide-card h3 a {
  text-decoration: none;
}
.guide-card h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
}
.guide-card h3 a:focus-visible::after {
  outline: 3px solid var(--forest);
  outline-offset: 3px;
}
.guide-card h3 svg {
  width: 19px;
  height: 19px;
  display: inline;
  margin-left: 8px;
}
.guide-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
}
.guide-card-date {
  margin-top: auto;
  font-size: 11px;
  color: var(--muted);
}
.reader-note {
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  max-width: 820px;
}
.reader-note h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.reader-note p {
  font-size: 15px;
}
.article-header {
  max-width: 970px;
  padding: 12px 0 42px;
}
.article-header h1 {
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.08;
  margin: 18px 0 24px;
  overflow-wrap: break-word;
}
.article-intro {
  font-size: 19px;
  line-height: 1.7;
  max-width: 830px;
  color: var(--ink);
}
.article-meta {
  display: flex;
  gap: 12px 22px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 11px;
  color: var(--muted);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 760px);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.article-sidebar {
  position: sticky;
  top: 105px;
  font-size: 13px;
}
.article-sidebar h2 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}
.article-sidebar ol {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}
.article-sidebar li {
  margin: 0 0 15px;
  line-height: 1.6;
}
.article-sidebar a:hover {
  text-decoration: underline;
}
.markdown-link {
  font-size: 11px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.markdown-link svg {
  width: 14px;
  height: 14px;
}
.guide-body {
  min-width: 0;
  font-size: 16px;
  line-height: 1.85;
}
.guide-body section {
  margin-bottom: 42px;
}
.guide-body h2 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.7px;
  margin: 0 0 20px;
  scroll-margin-top: 110px;
}
.guide-body p {
  margin: 0 0 20px;
}
.guide-body li {
  margin-bottom: 12px;
}
.guide-body ul {
  padding-left: 23px;
}
.guide-body a {
  overflow-wrap: anywhere;
}
.guide-table-wrap {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 24px 0;
}
.guide-table-wrap table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
}
.guide-table-wrap caption {
  text-align: left;
  padding: 16px;
  font-weight: 600;
  background: var(--mint);
}
.guide-table-wrap th,
.guide-table-wrap td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid var(--line);
  min-width: 140px;
}
.guide-table-wrap th {
  font-weight: 600;
}
.guide-table-wrap thead {
  background: #f2f5ed;
}
.article-sources {
  border-top: 1px solid var(--line);
  padding-top: 32px;
  font-size: 13px;
}
.article-sources h2 {
  font-size: 21px;
}
.related-guides {
  margin-top: 30px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.home-guides {
  padding-top: 64px;
  padding-bottom: 70px;
}
.home-guides .section-heading {
  margin-bottom: 26px;
}
.safety-strip {
  background: #edf2e7;
  border-bottom: 1px solid var(--line);
}
.safety-strip .section-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.safety-strip p {
  margin: 0;
  max-width: 720px;
  font-size: 13px;
}
.safety-strip a {
  flex-shrink: 0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 850px) {
  .guide-feature {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
  }
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .article-sidebar {
    position: static;
    background: var(--mint);
    border-radius: 16px;
    padding: 23px;
  }
  .article-sidebar ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
  }
  .article-sidebar li {
    margin: 0;
  }
  .safety-strip .section-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 580px) {
  .editorial-wrap {
    padding-top: 22px;
  }
  .breadcrumbs {
    font-size: 11px;
    margin-bottom: 24px;
  }
  .guide-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .guide-card {
    padding: 24px;
  }
  .guide-card h3 {
    font-size: 22px;
  }
  .guide-feature .button {
    white-space: normal;
  }
  .article-intro {
    font-size: 17px;
  }
  .article-header {
    padding-bottom: 30px;
  }
  .article-meta {
    display: grid;
    gap: 10px;
  }
  .article-sidebar ol {
    grid-template-columns: minmax(0, 1fr);
  }
  .guide-body {
    font-size: 16px;
  }
  .guide-body h2 {
    font-size: 23px;
  }
  .guide-table-wrap th,
  .guide-table-wrap td {
    min-width: 120px;
    padding: 12px;
  }
}
@media print {
  .site-header,
  .site-footer,
  .article-sidebar,
  .related-guides,
  .breadcrumbs,
  .skip-link {
    display: none !important;
  }
  body,
  .guide-table-wrap caption,
  .guide-table-wrap thead {
    background: white;
    color: black;
  }
  .section-wrap {
    max-width: none;
    padding: 0;
  }
  .article-layout {
    display: block;
    border: 0;
  }
  .article-header h1 {
    font-size: 28pt;
  }
  .guide-body {
    font-size: 11pt;
    line-height: 1.5;
  }
  .guide-body h2 {
    font-size: 16pt;
    break-after: avoid;
  }
  .guide-table-wrap {
    overflow: visible;
  }
  .guide-table-wrap th,
  .guide-table-wrap td {
    min-width: 0;
    padding: 8px;
  }
  tr {
    break-inside: avoid;
  }
}
