:root {
  --ink: #21343e;
  --green: #22c55e;
  --green-hover: #16a34a;
  --mint: #f0fdf4;
  --gold: #a77923;
  --cream: #f7f4eb;
  --muted: #6c777b;
  --line: #e8eeea;
  --font: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
svg {
  display: block;
}
svg.icon {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
[hidden] {
  display: none !important;
}
.svg-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: min(1220px, calc(100% - 100px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 12px 20px;
  background: white;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
}
.header-inner {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 34px;
  letter-spacing: -1.6px;
  font-weight: 650;
  line-height: 1;
}
.brand-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border-radius: 15px;
  background: transparent;
  flex-shrink: 0;
}

.desktop-nav {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-left: auto;
}
.desktop-nav a {
  font-size: 13px;
  white-space: nowrap;
  padding: 6px 0;
}
.desktop-nav a:hover,
.desktop-nav .active {
  color: var(--green);
}
.desktop-nav .active {
  box-shadow: 0 1px 0 var(--green);
}
.header-actions {
  display: flex;
  gap: 11px;
  align-items: center;
}
.button {
  min-height: 49px;
  padding: 12px 26px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  transition:
    background 0.18s,
    box-shadow 0.18s;
  border: 1px solid transparent;
}
.button-primary {
  background: var(--green);
  color: white;
  box-shadow: 0 5px 12px #22c55e18;
}
.button-primary:hover {
  background: var(--green-hover);
  box-shadow: 0 5px 16px #22c55e2b;
}
.button-outline {
  border-color: var(--green);
  color: var(--green);
  background: transparent;
}
.button-outline:hover {
  background: #f0fdf4;
}
.header-login,
.header-signup {
  font-size: 13px;
  padding-inline: 22px;
  min-height: 46px;
  white-space: nowrap;
}
.header-login {
  color: var(--ink);
}
.language-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  padding: 10px 4px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 34px;
  height: 40px;
  padding: 7px;
}
.menu-toggle span {
  height: 2px;
  background: var(--ink);
  display: block;
  margin: 6px 0;
}
.mobile-nav {
  padding-block: 8px 22px;
  display: grid;
  gap: 4px;
}
.mobile-nav a {
  padding: 8px 0;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 604px;
}
.hero-art {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: -1;
}
.hero-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff8 13%, #fff0 38%);
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 45%;
}
.hero-inner {
  min-height: 604px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-copy {
  width: 57%;
  padding-block: 55px 58px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #7e898a;
  font-weight: 600;
  line-height: 1.6;
}
.hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4.25vw, 61px);
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 1.17;
  margin: 19px 0 22px;
  color: #102733;
}
.hero h1 em {
  color: var(--green);
  font-weight: 600;
}
.hero-description {
  font-size: 21px;
  line-height: 1.5;
  max-width: 480px;
  letter-spacing: -0.3px;
}
.hero-actions {
  margin-top: 34px;
  display: grid;
  gap: 13px;
  width: 340px;
}
.hero-actions .button {
  font-size: 17px;
  min-height: 55px;
}
.hero-actions .button:first-child {
  min-height: 62px;
}
.hero-actions .button .icon {
  width: 29px;
  height: 29px;
}
.hero-device {
  position: absolute;
  width: 190px;
  right: 2%;
  bottom: 18px;
  z-index: 3;
  transform: rotate(-1deg);
}
.phone {
  position: relative;
  background: #181b19;
  border: 3px solid #656863;
  border-radius: 36px;
  padding: 5px;
  box-shadow:
    3px 11px 18px #132c2730,
    inset 0 0 0 2px #050605;
}
.phone:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 36px;
  left: -5px;
  top: 87px;
  border-radius: 2px;
  background: #777;
}
.phone-screen {
  position: relative;
  border-radius: 27px;
  min-height: 371px;
  background: linear-gradient(145deg, #fff, #f7faf8);
  overflow: hidden;
  padding: 35px 14px 28px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
}
.phone-notch {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 17px;
  border-radius: 0 0 12px 12px;
  background: #111;
  z-index: 2;
}
.phone-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 29px;
}
.phone-brand .brand-icon {
  width: 33px;
  height: 33px;
  border-radius: 8px;
}

.phone-brand strong {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.mock-field {
  font-size: 6px;
  margin-bottom: 17px;
  color: #626a6e;
}
.mock-field > div {
  font-size: 8px;
  color: #92989a;
  border-bottom: 1px solid #edf0ed;
  padding: 8px 0 5px;
}
.mock-eye {
  float: right;
}
.mock-forgot {
  font-size: 6px;
  text-align: right;
  text-decoration: underline;
  margin: -7px 0 15px;
}
.mock-submit {
  background: var(--green);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 8px;
  box-shadow: 0 3px 6px #22c55e23;
}
.mock-register {
  font-size: 6px;
  margin-top: 34px;
  text-align: center;
  text-decoration: underline;
}
.phone-home {
  position: absolute;
  bottom: 7px;
  left: 35%;
  width: 30%;
  height: 3px;
  border-radius: 5px;
  background: #111;
}
.paths {
  padding-block: 39px 36px;
}
.section-heading {
  text-align: center;
  margin-bottom: 28px;
}
.section-heading h2 {
  font-size: 36px;
  letter-spacing: -1.4px;
  line-height: 1.25;
  margin: 9px 0 9px;
  font-weight: 650;
}
.green {
  color: var(--green);
}
.section-heading > p:last-child {
  font-size: 18px;
  line-height: 1.5;
}
.path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.path-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34%;
  min-height: 290px;
  border-radius: 23px;
  overflow: hidden;
  scroll-margin-top: 120px;
}
.seeker-card {
  background: #f0fdf4;
  color: var(--green);
}
.healer-card {
  background: var(--cream);
  color: #926715;
}
.path-copy {
  padding: 25px 18px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.path-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: #dcfce7;
  margin-bottom: 12px;
}
.path-icon .icon {
  width: 37px;
  height: 37px;
  stroke-width: 2;
}
.healer-card .path-icon {
  background: #f3e7cc;
}
.path-card h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.path-card p {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 16px;
}
.text-link {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  line-height: 1.4;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.path-card > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 32px 0 0 32px;
}
.seeker-card > img {
  object-position: 50% center;
}
.healer-card > img {
  object-position: 48% center;
}
.download {
  background: linear-gradient(110deg, #e8faee, #f0fdf4 65%, #ecfbf1);
  overflow: hidden;
}
.download-inner {
  height: 282px;
  display: flex;
  align-items: center;
  gap: 68px;
  position: relative;
}
.download-device {
  align-self: flex-start;
  margin: 14px 0 0 45px;
  width: 222px;
  flex-shrink: 0;
  transform: rotate(-2deg);
}
.download-device .phone {
  border-radius: 39px;
}
.download-device .phone-screen {
  height: 370px;
  align-items: center;
  padding-top: 74px;
  border-radius: 30px;
}
.download-device .brand-icon {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  margin-bottom: 14px;
}

.download-device strong {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.3;
}
.download-device .phone-screen > span:not(.brand-icon) {
  font-size: 13px;
  color: var(--muted);
}
.download-device small {
  font-size: 9px;
  margin-top: 4px;
  color: var(--muted);
}
.screen-watermark {
  position: absolute;
  width: 120px;
  height: 140px;
  bottom: -35px;
  fill: none;
  stroke: #bbf7d0;
  stroke-width: 4;
  opacity: 0.4;
}
.download-copy {
  z-index: 1;
  padding-block: 30px;
  flex: 1;
}
.download-copy .eyebrow {
  font-size: 10px;
  letter-spacing: 3px;
}
.download-copy h2 {
  font-size: 37px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -1.1px;
  margin: 8px 0;
}
.download-copy > p:not(.eyebrow):not(.availability-note) {
  font-size: 17px;
}
.store-links {
  display: flex;
  gap: 12px;
  margin-top: 19px;
  flex-wrap: wrap;
}
.store-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  color: white;
  background: #050b08;
  border: 1px solid #59615b;
  padding: 7px 13px;
  border-radius: 9px;
  min-width: 155px;
  line-height: 1.1;
}
.store-badge:hover {
  background: #20372a;
}
.store-badge > svg {
  width: 26px;
  height: 31px;
}
.store-badge span {
  display: flex;
  flex-direction: column;
}
.store-badge small {
  font-size: 9px;
}
.store-badge strong {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.availability-note {
  font-size: 10px;
  color: #6b7770;
  margin-top: 7px;
}
.signature {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  color: #a2874c;
  font-size: 24px;
  line-height: 1.55;
  transform: rotate(-12deg);
  text-align: center;
  flex-shrink: 0;
}
.signature svg {
  height: 25px;
  width: 150px;
  margin: 0 auto;
  fill: none;
  stroke: #b19b67;
  stroke-width: 1.5;
}
.principles {
  border-bottom: 1px solid var(--line);
}
.principles summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 17px 0;
  color: var(--muted);
  font-size: 12px;
}
.principles summary::-webkit-details-marker {
  display: none;
}
.details-plus {
  font-size: 22px;
  line-height: 1;
}
.principles details[open] .details-plus {
  transform: rotate(45deg);
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding: 8px 0 30px;
}
.principle-grid h3 {
  font-size: 16px;
  color: var(--green);
  margin-bottom: 7px;
}
.principle-grid p {
  font-size: 13px;
  color: var(--muted);
}
.site-footer {
  padding-top: 32px;
  padding-bottom: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 1fr 1.1fr;
  gap: 42px;
}
.footer-brand .brand {
  font-size: 32px;
}
.footer-brand .brand-icon {
  width: 49px;
  height: 49px;
  border-radius: 13px;
}
.footer-brand > p {
  font-size: 15px;
  margin: 10px 0 1px;
}
.footer-brand > small {
  font-size: 11px;
  color: var(--muted);
}
.footer-grid h3 {
  font-size: 13px;
  font-weight: 650;
  margin: 3px 0 12px;
}
.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}
.footer-grid li,
.community-note {
  font-size: 12px;
  color: #627078;
  line-height: 1.45;
}
.footer-grid a:hover {
  color: var(--green);
}
.community-note {
  margin-top: 14px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.social-links:has(a[hidden]):not(:has(a:not([hidden]))) {
  display: none;
}
.wellness-note {
  font-size: 10px;
  color: #758078;
  line-height: 1.65;
  max-width: 1050px;
  margin: 26px 0 20px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  color: var(--muted);
  font-size: 11px;
}
.company {
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
}
dialog {
  width: min(440px, calc(100% - 32px));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 38px;
  color: var(--ink);
  box-shadow: 0 20px 80px #132b2533;
}
dialog::backdrop {
  background: #102d2666;
  backdrop-filter: blur(4px);
}
dialog h2 {
  font-family: "Playfair Display", serif;
  font-size: 29px;
  line-height: 1.25;
  margin: 22px 0 14px;
}
dialog p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 24px;
}
dialog .button {
  width: 100%;
}
.dialog-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  color: var(--muted);
  border: 0;
  background: none;
}
.maintenance {
  min-height: 100vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 30px;
}
.maintenance h1 {
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}
@media (min-width: 1500px) {
  .hero-art {
    right: calc((100vw - 1440px) / 2);
  }
  .hero-copy {
    width: 57%;
  }
}
@media (max-width: 1190px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 20px;
    height: 90px;
  }
  .desktop-nav {
    gap: 17px;
  }
  .desktop-nav a {
    font-size: 12px;
  }
  .header-login {
    display: none;
  }
  .header-signup {
    padding-inline: 20px;
  }
  .brand {
    font-size: 31px;
  }
  .hero,
  .hero-inner {
    min-height: 558px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-copy {
    width: 60%;
  }
  .hero-description {
    max-width: 430px;
    font-size: 19px;
  }
  .hero-device {
    right: 0;
    width: 175px;
  }
  .phone-screen {
    min-height: 347px;
    padding-inline: 12px;
  }
  .hero-actions {
    width: 315px;
  }
  .path-grid {
    gap: 25px;
  }
  .path-copy {
    padding: 22px;
  }
  .path-card p {
    font-size: 13px;
  }
  .text-link {
    font-size: 13px;
    gap: 7px;
  }
  .path-card {
    grid-template-columns: minmax(0, 1fr) 33%;
  }
  .download-inner {
    gap: 45px;
  }
  .download-device {
    margin-left: 25px;
    width: 205px;
  }
  .signature {
    font-size: 21px;
  }
  .download-copy h2 {
    font-size: 34px;
  }
  .footer-grid {
    gap: 30px;
  }
}
@media (max-width: 950px) {
  .desktop-nav {
    display: none;
  }
  .header-login {
    display: inline-flex;
  }
  .menu-toggle {
    display: block;
  }
  .header-actions {
    margin-left: auto;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-description {
    font-size: 17px;
    max-width: 370px;
  }
  .hero-art {
    left: 35%;
  }
  .hero-art:after {
    background: linear-gradient(90deg, #fff 0%, #fff9 15%, #fff0 55%);
  }
  .hero-device {
    width: 151px;
    bottom: 30px;
  }
  .phone-screen {
    min-height: 302px;
    padding: 31px 9px 24px;
  }
  .phone-brand {
    margin-bottom: 19px;
  }
  .phone-brand .brand-icon {
    width: 29px;
    height: 29px;
  }
  .phone-brand strong {
    font-size: 13px;
  }
  .mock-register {
    margin-top: 24px;
    font-size: 5px;
  }
  .mock-field {
    margin-bottom: 13px;
  }
  .hero-actions {
    width: 280px;
  }
  .hero-actions .button {
    font-size: 15px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading > p:last-child {
    font-size: 16px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .path-card {
    grid-template-columns: minmax(0, 1fr) 30%;
    min-height: 320px;
  }
  .path-copy {
    padding: 21px 15px 21px 20px;
  }
  .path-icon {
    width: 53px;
    height: 53px;
  }
  .path-icon .icon {
    width: 30px;
    height: 30px;
  }
  .path-card h3 {
    font-size: 24px;
  }
  .text-link .icon {
    width: 20px;
  }
  .signature {
    display: none;
  }
  .download-inner {
    gap: 55px;
  }
  .download-copy {
    flex: 1;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 30px 60px;
  }
}
@media (max-width: 650px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 78px;
    gap: 12px;
  }
  .brand {
    font-size: 27px;
    gap: 9px;
    letter-spacing: -1.1px;
  }
  .brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .header-login {
    display: none;
  }
  .header-signup {
    min-height: 37px;
    font-size: 11px;
    padding: 8px 14px;
  }
  .header-actions {
    gap: 7px;
  }
  .language-button {
    padding: 9px 3px;
  }
  .menu-toggle {
    width: 29px;
    padding: 5px;
  }
  .hero {
    min-height: 0;
  }
  .hero-inner {
    min-height: 0;
    display: block;
    padding-bottom: 355px;
  }
  .hero-copy {
    width: 100%;
    padding: 34px 0 0;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .hero h1 {
    font-size: clamp(34px, 8.8vw, 48px);
    letter-spacing: -1.2px;
    margin: 14px 0 16px;
  }
  .hero-description {
    font-size: 16px;
    max-width: 440px;
    line-height: 1.6;
  }
  .hero-actions {
    margin-top: 24px;
    width: 100%;
    max-width: 390px;
    gap: 10px;
  }
  .hero-actions .button,
  .hero-actions .button:first-child {
    min-height: 49px;
    font-size: 15px;
  }
  .hero-art {
    inset: auto 0 0;
    height: 350px;
  }
  .hero-art:after {
    background: linear-gradient(180deg, #fff 0%, #fff0 28%);
  }
  .hero-photo {
    object-position: 53% 38%;
  }
  .hero-device {
    width: 139px;
    right: 8px;
    bottom: 14px;
  }
  .hero-device .phone-screen {
    min-height: 271px;
    padding: 28px 9px 18px;
  }
  .hero-device .phone {
    border-radius: 29px;
  }
  .hero-device .phone-screen {
    border-radius: 21px;
  }
  .phone-notch {
    height: 14px;
    width: 66px;
  }
  .phone-brand {
    margin-bottom: 14px;
    gap: 4px;
  }
  .mock-field {
    margin-bottom: 10px;
  }
  .mock-field > div {
    font-size: 7px;
    padding-block: 6px 4px;
  }
  .mock-forgot {
    font-size: 5px;
    margin-bottom: 10px;
  }
  .mock-register {
    margin-top: 17px;
  }
  .mock-submit {
    padding: 7px;
  }
  .paths {
    padding-block: 31px 29px;
  }
  .section-heading {
    margin-bottom: 24px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 2.3px;
  }
  .section-heading h2 {
    font-size: 28px;
    letter-spacing: -1.1px;
    line-height: 1.22;
    margin-block: 11px;
  }
  .section-heading h2 span {
    display: block;
  }
  .section-heading > p:last-child {
    font-size: 14px;
    line-height: 1.55;
  }
  .desktop-break {
    display: none;
  }
  .path-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .path-card {
    min-height: 276px;
    grid-template-columns: minmax(0, 1fr) 34%;
    border-radius: 20px;
  }
  .path-copy {
    padding: 22px 15px 23px 22px;
  }
  .path-card h3 {
    font-size: 25px;
    margin-bottom: 9px;
  }
  .path-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .path-icon {
    width: 53px;
    height: 53px;
    margin-bottom: 11px;
  }
  .text-link {
    font-size: 13px;
    gap: 6px;
  }
  .path-card > img {
    border-radius: 29px 0 0 29px;
  }
  .download-inner {
    height: auto;
    min-height: 310px;
    gap: 20px;
    padding-block: 30px;
  }
  .download-device {
    width: 134px;
    margin: 35px 0 -150px -34px;
    align-self: center;
    transform: rotate(-5deg);
  }
  .download-device .phone {
    border-radius: 28px;
  }
  .download-device .phone-screen {
    padding: 57px 8px 20px;
    min-height: 300px;
    border-radius: 20px;
    height: 310px;
  }
  .download-device .brand-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .download-device strong {
    font-size: 22px;
  }
  .download-device .phone-screen > span:not(.brand-icon) {
    font-size: 8px;
  }
  .download-device small {
    font-size: 6px;
  }
  .download-copy {
    padding: 0;
    min-width: 0;
  }
  .download-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .download-copy h2 {
    font-size: 29px;
    line-height: 1.2;
    margin: 10px 0;
  }
  .download-copy > p:not(.eyebrow):not(.availability-note) {
    font-size: 14px;
    line-height: 1.5;
  }
  .store-links {
    gap: 9px;
    margin-top: 18px;
  }
  .store-badge {
    padding: 6px 10px;
    min-width: 146px;
  }
  .store-badge strong {
    font-size: 19px;
  }
  .store-badge svg {
    height: 27px;
    width: 23px;
  }
  .availability-note {
    font-size: 9px;
  }
  .signature {
    display: none;
  }
  .principles summary {
    font-size: 11px;
    padding-block: 15px;
  }
  .principle-grid {
    grid-template-columns: 1fr;
    gap: 21px;
    padding-bottom: 24px;
  }
  .site-footer {
    padding-top: 27px;
  }
  .footer-grid {
    gap: 28px 22px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .brand {
    font-size: 31px;
  }
  .footer-brand > p {
    margin-top: 9px;
    font-size: 14px;
  }
  .footer-grid h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer-grid li {
    font-size: 11px;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .wellness-note {
    font-size: 9px;
    margin-block: 21px 17px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    font-size: 10px;
    padding-top: 16px;
  }
  .company {
    font-size: 9px;
  }
  .community-note {
    font-size: 11px;
  }
  .social-links {
    margin-top: 10px;
  }
  dialog {
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 30px);
  }
  .brand {
    font-size: 24px;
  }
  .header-signup {
    padding-inline: 10px;
    font-size: 10px;
  }
  .header-actions {
    gap: 4px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .path-copy {
    padding-left: 16px;
  }
  .text-link {
    font-size: 12px;
  }
  .download-inner {
    gap: 15px;
  }
  .download-copy h2 {
    font-size: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}

.store-unavailable {
  background: #56645d;
  border-color: #56645d;
  cursor: default;
}
.store-unavailable:hover {
  background: #56645d;
}
dialog .dialog-note {
  font-size: 12px;
  text-align: center;
  margin: 14px 0;
}
dialog .dialog-help {
  display: block;
  text-align: center;
  font-size: 13px;
  text-decoration: underline;
  color: var(--green);
}
@media (max-width: 650px) {
  .hero-photo {
    object-position: 100% 38%;
  }
}

/* Original brand files supplied by Xanvox; preserve their shape and colors. */
.brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.screen-watermark {
  background: #22c55e;
  mask: url("../images/brand/xanvox-icon-b.png") center / contain no-repeat;
  -webkit-mask: url("../images/brand/xanvox-icon-b.png") center / contain
    no-repeat;
}

/* A clear, consistent navigation across all public pages. */
.site-header .desktop-nav a {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.site-header .desktop-nav a:hover,
.site-header .desktop-nav a.active {
  color: var(--ink);
  box-shadow: 0 2px 0 var(--green);
}
.site-header .mobile-nav a {
  font-size: 16px;
  font-weight: 700;
}
.site-header .desktop-nav {
  gap: 21px;
}
@media (max-width: 1190px) {
  .site-header .desktop-nav {
    gap: 16px;
  }
  .site-header .desktop-nav a {
    font-size: 13px;
  }
}
