@font-face {
  font-family: Instrument;
  src: url('/assets/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url('/assets/InstrumentSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url('/assets/InstrumentSans-SemiBold.ttf') format('truetype');
  font-weight: 600 800;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #08050f;
  --panel: #100b1b;
  --ink: #f9f6ff;
  --muted: #b4acbf;
  --dim: #9b92aa;
  --lavender: #c6b6fa;
  --accent: #7f62f1;
  --accent-hover: #9176f8;
  --gold: #e8b45c;
  --line: rgba(215, 195, 255, 0.16);
  --serif: Georgia, 'Times New Roman', serif;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Instrument, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: var(--lavender);
  text-decoration: none;
}
a:hover {
  color: #e3d8ff;
}
a,
button,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex='0']:focus-visible {
  outline: 2px solid var(--lavender);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
p {
  margin: 0 0 1em;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.045em;
  margin: 0;
}
h1 {
  font-size: clamp(48px, 5.7vw, 82px);
}
h2 {
  font-size: clamp(38px, 4.2vw, 58px);
}
h3 {
  font-size: 29px;
}
em {
  font-weight: 400;
  color: var(--lavender);
}
[hidden] {
  display: none !important;
}
::selection {
  background: #5b4294;
  color: white;
}
.container {
  width: min(1184px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 108px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 2.6px;
  color: var(--lavender);
  margin: 0 0 24px;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--accent);
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: background 0.2s, transform 0.2s;
}
.button:hover {
  background: var(--accent-hover);
  color: white;
  transform: translateY(-2px);
}
.button-small {
  min-height: 43px;
  padding: 9px 17px;
  font-size: 12px;
  gap: 20px;
}
.button-outline {
  background: transparent;
  border-color: rgba(198, 182, 250, 0.4);
  color: var(--lavender);
}
.button-outline:hover {
  background: rgba(127, 98, 241, 0.15);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 500;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: rgba(198, 182, 250, 0.35);
  text-underline-offset: 7px;
}
.text-link:hover {
  text-decoration-color: var(--lavender);
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--accent);
  color: white;
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 20px;
}
.site-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(8, 5, 15, 0.96);
}
.header-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font: 29px/1 var(--serif);
  letter-spacing: -1px;
}
.brand svg {
  width: 28px;
  height: 28px;
  color: var(--lavender);
}
.brand-byline {
  display: block;
  font: 7px/1.6 Instrument, sans-serif;
  letter-spacing: 1.8px;
  color: var(--dim);
  margin-top: 7px;
}
.site-header nav {
  display: flex;
  gap: 34px;
}
.site-header nav a {
  font-size: 12px;
  color: var(--muted);
  padding: 10px 0;
}
.site-header nav a:hover {
  color: var(--ink);
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(ellipse at 75% 43%, #25153d65, transparent 52%);
}
.hero-stars {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, var(--bg) 3%, transparent 60%),
    linear-gradient(0deg, var(--bg), transparent 45%), url('/assets/starfield.jpg') center/cover;
  opacity: 0.38;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  min-height: 758px;
  gap: 54px;
  padding-block: 64px 74px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 2.4px;
  margin-bottom: 29px;
}
.little-star {
  color: var(--gold);
  font-size: 16px;
}
.hero-copy h1 {
  font-size: clamp(48px, 5.5vw, 79px);
  line-height: 1.1;
  letter-spacing: -4px;
  white-space: nowrap;
}
.hero-copy h1 em {
  display: inline-block;
  padding-top: 3px;
}
.hero-description {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 440px;
  margin: 28px 0 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}
.hero-actions .text-link {
  font-size: 12px;
}
.hero-footnote {
  font-size: 11px;
  color: var(--dim);
  margin: 25px 0 0;
}
.hero-art {
  position: relative;
  min-height: 605px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.phone {
  position: relative;
  width: 270px;
  border: 5px solid #272130;
  outline: 1px solid #6e627c70;
  border-radius: 40px;
  background: #08050f;
  overflow: hidden;
  box-shadow: 0 35px 90px #000a, 0 0 70px #7f62f117;
}
.phone img {
  width: 100%;
  height: auto;
}
.hero-art > .phone {
  width: 280px;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 40px 95px #000a, 0 0 110px #7f62f129;
}
.orbit {
  position: absolute;
  aspect-ratio: 1;
  border: 1px solid #b9a8f72b;
  border-radius: 50%;
  width: 530px;
  z-index: -1;
}
.orbit-one {
  transform: rotate(-30deg) scaleY(0.8);
}
.orbit-two {
  width: 640px;
  border-style: dashed;
  border-color: #b9a8f716;
  transform: rotate(30deg) scaleY(0.8);
}
.orbit-star {
  position: absolute;
  color: var(--gold);
  font-family: var(--serif);
  z-index: 3;
}
.star-one {
  left: 1%;
  top: 18%;
  font-size: 31px;
}
.star-two {
  right: 2%;
  top: 15%;
  font-size: 38px;
}
.star-three {
  left: 14%;
  bottom: 8%;
  font-size: 18px;
}
.art-note {
  position: absolute;
  bottom: 65px;
  right: -8px;
  z-index: 3;
  padding: 17px 21px;
  border: 1px solid #c5afff30;
  background: #181022eb;
  border-radius: 12px;
  color: #e4dbea;
  font-size: 11px;
  line-height: 1.85;
  box-shadow: 0 12px 40px #0006;
  transform: rotate(-3deg);
}
.art-note em {
  font-family: var(--serif);
  font-size: 16px;
}
.hero-bottom {
  display: flex;
  align-items: center;
  gap: 23px;
  padding-bottom: 32px;
  font-size: 8px;
  letter-spacing: 2px;
  color: var(--dim);
}
.hero-bottom > span:nth-last-child(2) {
  font-size: 21px;
  color: var(--gold);
}
.hero-line {
  height: 1px;
  flex: 1;
  background: var(--line);
}
.intro-section {
  text-align: center;
  max-width: 900px;
  padding-block: 116px;
}
.intro-section h2 {
  font-size: clamp(36px, 3.9vw, 53px);
  line-height: 1.2;
}
.intro-section > p:last-child {
  max-width: 590px;
  margin: 27px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}
.experience {
  background: linear-gradient(135deg, #100b1b, #0d0815);
  border-block: 1px solid var(--line);
  padding-bottom: 75px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 47px;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0 0 5px;
  max-width: 280px;
}
.preview-tabs {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 55px;
}
.preview-tabs button {
  position: relative;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 16px 26px;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  min-height: 52px;
}
.preview-tabs button[aria-selected='true'] {
  color: var(--ink);
  border-bottom-color: var(--lavender);
  background: linear-gradient(0deg, #b9a8f70c, transparent);
}
.preview-tabs button:hover {
  color: var(--ink);
}
.preview-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  min-height: 665px;
}
.preview-image {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 26px;
}
.preview-image .phone {
  width: 257px;
  box-shadow: 0 35px 75px #0008;
}
.preview-orbit {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 92px;
  border: 1px solid #b9a8f726;
  border-radius: 50%;
  background: radial-gradient(circle, #7f62f11c, transparent 65%);
  z-index: -1;
}
.preview-caption {
  font-size: 8px;
  letter-spacing: 1.7px;
  color: var(--dim);
  position: absolute;
  bottom: 0;
}
.preview-copy {
  max-width: 430px;
}
.preview-copy h3 {
  font-size: 46px;
  line-height: 1.18;
  letter-spacing: -1.8px;
  margin-bottom: 25px;
}
.preview-copy > p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
}
.feature-note {
  display: flex;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 27px;
  margin-bottom: 16px;
}
.feature-note > span {
  color: var(--gold);
  font-size: 24px;
  line-height: 1.4;
}
.feature-note p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
  color: #d6cedf;
  margin: 0;
  max-width: 325px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-top: 22px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.step-number {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--lavender);
  display: block;
  margin-bottom: 26px;
}
.steps h3 {
  font-size: 26px;
  letter-spacing: -0.6px;
  margin-bottom: 17px;
}
.steps p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
}
.section-note {
  font-size: 11px;
  color: var(--dim);
  margin: 40px 0 0;
}
.quote-section {
  padding: 88px 0;
  text-align: center;
  border-block: 1px solid var(--line);
  background: radial-gradient(ellipse at 50% 0, #2a193533, transparent 80%), #0d0914;
}
.quote-star {
  display: block;
  color: var(--gold);
  font-size: 22px;
  margin-bottom: 24px;
}
.quote-section p {
  font: clamp(30px, 4vw, 48px) / 1.3 var(--serif);
  letter-spacing: -1.6px;
  margin: 0 0 24px;
}
.quote-section .eyebrow {
  display: block;
  font-size: 8px;
  color: var(--dim);
  margin-bottom: 22px;
}
.quote-section .text-link {
  font-size: 12px;
}
.home-faq {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}
.home-faq h2 {
  font-size: 43px;
  margin-bottom: 25px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 23px 0;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  color: var(--lavender);
  font-size: 23px;
  font-weight: 400;
  transition: transform 0.2s;
  line-height: 1;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 30px 23px 0;
}
.faq-answer p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}
.launch-section {
  background: linear-gradient(#08050fcc, #08050faa), url('/assets/starfield.jpg') center/cover;
  position: relative;
  border-block: 1px solid var(--line);
  text-align: center;
  padding-block: 88px;
}
.launch-inner {
  max-width: 650px;
}
.launch-star svg {
  color: var(--lavender);
  height: 40px;
  width: 40px;
  margin: 0 auto 20px;
}
.launch-section .eyebrow {
  font-size: 9px;
  margin-bottom: 22px;
}
.launch-section h2 {
  font-size: 58px;
}
.launch-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 23px 0 26px;
}
.launch-note {
  display: block;
  font-size: 10px;
  color: var(--dim);
  margin-top: 18px;
}
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-block: 71px;
}
.contact-section .eyebrow {
  font-size: 9px;
  margin-bottom: 14px;
}
.contact-section h2 {
  font-size: 34px;
}
.contact-section > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}
.contact-section p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}
.contact-email {
  font-size: 16px;
  overflow-wrap: anywhere;
}
.contact-section .text-link {
  margin-top: 10px;
  font-size: 11px;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #07040d;
  padding: 58px 0 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.footer-top > .brand {
  font-size: 28px;
}
.footer-top p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--dim);
  margin: 20px 0 0;
}
.footer-links {
  display: flex;
  gap: 65px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-links .eyebrow {
  font-size: 8px;
  letter-spacing: 1.7px;
  margin-bottom: 18px;
  color: var(--dim);
}
.footer-links a {
  font-size: 11px;
  color: var(--muted);
  padding-block: 5px;
  min-height: 30px;
}
.footer-links a:hover {
  color: var(--lavender);
}
.footer-bottom {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom p {
  font-size: 9px;
  color: var(--dim);
  margin: 0;
}
.page-intro {
  padding-block: 90px 75px;
}
.page-intro h1 {
  font-size: clamp(45px, 5.4vw, 72px);
}
.page-intro > p:not(.eyebrow) {
  max-width: 580px;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.85;
  margin-top: 27px;
}
.page-intro > .button {
  margin-top: 12px;
  margin-right: 22px;
}
.page-intro.compact {
  padding-bottom: 35px;
}
.support-contact {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px 42px;
}
.support-contact h2 {
  font-size: 35px;
  margin: 10px 0 17px;
}
.support-contact p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.support-contact > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  min-width: 0;
}
.plain-email {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.support-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 85px;
}
.support-grid aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.support-grid aside .eyebrow {
  margin-bottom: 10px;
}
.support-grid aside a {
  font-size: 13px;
  padding-block: 5px;
}
.support-grid h2 {
  font-size: 37px;
  margin-bottom: 32px;
}
.support-grid .support-articles h2 {
  margin-top: 62px;
}
.support-articles article {
  margin-bottom: 35px;
}
.support-articles h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.support-articles p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.about-body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
  padding-block: 30px 60px;
}
.about-ornament {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: radial-gradient(circle, #7f62f116, transparent 65%);
}
.about-ornament .orbit {
  width: 90%;
}
.about-ornament svg {
  width: 120px;
  height: 120px;
  color: var(--lavender);
}
.about-ornament > span {
  color: var(--dim);
  font-size: 9px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.prose h2 {
  font-size: 38px;
  margin-bottom: 24px;
}
.prose p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
}
.prose .button {
  margin-top: 15px;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-top: 20px;
}
.values article > span {
  font-size: 30px;
  color: var(--gold);
  display: block;
  margin-bottom: 25px;
}
.values h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
.values p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.document-content {
  max-width: 760px;
  margin: 0 auto;
  padding-block: 20px 100px;
}
.document-content h2 {
  font-size: 30px;
  margin: 38px 0 20px;
}
.document-content p,
.instruction-list {
  color: var(--muted);
  line-height: 1.9;
  font-size: 15px;
}
.document-content p a {
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.instruction-list {
  padding-left: 23px;
}
.instruction-list li {
  padding: 0 0 15px 10px;
}
.instruction-list strong {
  color: var(--ink);
  font-weight: 500;
}
.document-callout {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  margin: 37px 0;
}
.document-callout h3 {
  font-size: 25px;
  margin-bottom: 18px;
}
@media (min-width: 1450px) {
  .hero-grid {
    min-height: 820px;
  }
  .hero-art > .phone {
    width: 300px;
  }
  .hero-art {
    min-height: 650px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .hero-grid {
    gap: 24px;
    min-height: 690px;
  }
  .hero-copy h1 {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .hero-art > .phone {
    width: 245px;
  }
  .hero-art {
    min-height: 540px;
  }
  .art-note {
    right: -10px;
    bottom: 30px;
  }
  .hero-description {
    max-width: 370px;
    font-size: 15px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    padding-inline: 20px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .orbit {
    width: 440px;
  }
  .orbit-two {
    width: 520px;
  }
  .preview-panel {
    gap: 50px;
  }
  .preview-copy h3 {
    font-size: 41px;
  }
  .home-faq {
    gap: 50px;
  }
  .home-faq h2 {
    font-size: 36px;
  }
  .footer-links {
    gap: 38px;
  }
  .support-grid {
    gap: 45px;
    grid-template-columns: 200px 1fr;
  }
  .about-body {
    gap: 60px;
  }
  .contact-email {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .header-inner {
    height: 85px;
    gap: 20px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header nav a {
    font-size: 11px;
  }
  .header-cta {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    padding-block: 66px 30px;
  }
  .hero-copy .eyebrow {
    justify-content: center;
  }
  .hero-copy h1 {
    font-size: 64px;
  }
  .hero-description {
    margin: 25px auto 27px;
    max-width: 490px;
  }
  .hero-actions {
    justify-content: center;
    gap: 25px;
  }
  .hero-art {
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 570px;
  }
  .hero-art > .phone {
    width: 250px;
    transform: rotate(4deg);
  }
  .hero-footnote {
    margin-top: 20px;
  }
  .art-note {
    right: 4px;
    bottom: 45px;
  }
  .hero-bottom {
    margin-top: 14px;
  }
  .hero-bottom span {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .section {
    padding-block: 78px;
  }
  .intro-section {
    padding-block: 82px;
  }
  .intro-section .eyebrow {
    font-size: 8px;
  }
  .intro-section h2 {
    font-size: 38px;
  }
  .intro-section > p:last-child {
    font-size: 14px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading > p {
    max-width: 190px;
    font-size: 11px;
  }
  .preview-panel {
    gap: 30px;
    min-height: 570px;
  }
  .preview-image .phone {
    width: 225px;
    border-radius: 33px;
  }
  .preview-orbit {
    width: 290px;
    height: 290px;
  }
  .preview-copy h3 {
    font-size: 34px;
  }
  .preview-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .preview-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .feature-note p {
    font-size: 15px;
  }
  .feature-note {
    gap: 13px;
  }
  .preview-tabs button {
    padding-inline: 20px;
    font-size: 12px;
  }
  .steps {
    gap: 28px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .steps p {
    font-size: 13px;
  }
  .home-faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home-faq h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .quote-section {
    padding-block: 70px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-block: 55px;
  }
  .footer-top {
    gap: 45px;
    flex-direction: column;
  }
  .footer-links {
    gap: 65px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    margin-top: 32px;
  }
  .launch-section h2 {
    font-size: 50px;
  }
  .support-contact {
    gap: 35px;
    padding: 30px;
    grid-template-columns: 1fr;
  }
  .support-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .support-grid aside {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--line);
  }
  .support-grid aside .eyebrow {
    width: 100%;
  }
  .support-grid h2 {
    font-size: 32px;
  }
  .about-body {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 0;
  }
  .about-ornament {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .values {
    gap: 30px;
  }
  .values h3 {
    font-size: 23px;
  }
  .page-intro {
    padding-block: 65px 55px;
  }
  .page-intro h1 {
    font-size: 54px;
  }
  .document-content {
    max-width: 670px;
  }
}
@media (max-width: 560px) {
  .container {
    width: calc(100% - 44px);
  }
  html {
    scroll-padding-top: 25px;
  }
  .header-inner {
    height: 78px;
    gap: 15px;
  }
  .brand {
    font-size: 27px;
    gap: 9px;
  }
  .brand svg {
    width: 24px;
    height: 24px;
  }
  .brand-byline {
    font-size: 5.7px;
    letter-spacing: 1.15px;
    margin-top: 5px;
  }
  .site-header nav {
    gap: 17px;
  }
  .site-header nav a {
    font-size: 11px;
  }
  .site-header nav a:first-child {
    display: none;
  }
  .hero-grid {
    padding-block: 48px 24px;
    gap: 26px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 23px;
  }
  .hero-copy h1 {
    font-size: 47px;
    line-height: 1.14;
    letter-spacing: -2.6px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.9;
    margin-block: 22px 24px;
    max-width: 345px;
  }
  .hero-actions {
    gap: 8px 20px;
  }
  .hero-actions .button {
    font-size: 13px;
    min-height: 50px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-footnote {
    font-size: 10px;
    margin-top: 16px;
  }
  .hero-art {
    min-height: 520px;
    width: 350px;
  }
  .hero-art > .phone {
    width: 222px;
    border-radius: 32px;
    border-width: 4px;
  }
  .orbit {
    width: 340px;
  }
  .orbit-two {
    width: 415px;
  }
  .art-note {
    font-size: 9px;
    padding: 12px 14px;
    right: 0;
    bottom: 38px;
    border-radius: 9px;
  }
  .art-note em {
    font-size: 13px;
  }
  .star-one {
    left: 0;
    top: 21%;
    font-size: 27px;
  }
  .star-two {
    right: 2%;
    font-size: 30px;
  }
  .hero-bottom {
    gap: 11px;
    padding-bottom: 25px;
  }
  .hero-bottom span {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .hero-bottom > span:nth-last-child(2) {
    font-size: 18px;
  }
  .intro-section {
    padding-block: 66px;
  }
  .intro-section .eyebrow {
    max-width: 285px;
    margin-inline: auto;
    font-size: 8px;
    line-height: 1.9;
  }
  .intro-section h2 {
    font-size: 32px;
    line-height: 1.24;
    letter-spacing: -1px;
  }
  .intro-section > p:last-child {
    font-size: 13px;
    margin-top: 23px;
    line-height: 1.9;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading h2 {
    font-size: 37px;
  }
  .section-heading > p {
    margin-top: 22px;
    max-width: none;
    font-size: 12px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .preview-tabs {
    gap: 0;
    margin-bottom: 35px;
    width: 100%;
  }
  .preview-tabs button {
    flex: 1;
    font-size: 11px;
    padding: 13px 5px;
    min-width: 0;
  }
  .preview-panel {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
    min-height: 0;
  }
  .preview-copy {
    max-width: none;
    width: 100%;
  }
  .preview-copy h3 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    margin-bottom: 18px;
  }
  .preview-copy .eyebrow {
    margin-bottom: 15px;
    font-size: 8px;
  }
  .preview-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.9;
  }
  .feature-note {
    margin-top: 22px;
    padding-top: 19px;
    margin-bottom: 10px;
  }
  .feature-note p {
    max-width: none;
    font-size: 16px;
  }
  .preview-image {
    width: 100%;
    padding-top: 4px;
  }
  .preview-image .phone {
    width: 235px;
  }
  .preview-orbit {
    width: 320px;
    height: 320px;
    top: 90px;
  }
  .preview-caption {
    font-size: 7px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 6px;
  }
  .steps article {
    padding-top: 20px;
  }
  .step-number {
    margin-bottom: 16px;
    font-size: 10px;
  }
  .steps h3 {
    font-size: 27px;
    margin-bottom: 13px;
  }
  .steps p {
    font-size: 14px;
  }
  .section-note {
    line-height: 1.8;
    font-size: 10px;
    margin-top: 29px;
  }
  .quote-section {
    padding-block: 60px;
  }
  .quote-section p {
    font-size: 31px;
    letter-spacing: -1px;
  }
  .quote-section .eyebrow {
    font-size: 7px;
  }
  .home-faq {
    gap: 29px;
  }
  .home-faq h2 {
    font-size: 36px;
  }
  .home-faq .eyebrow {
    font-size: 9px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 21px;
  }
  .faq-answer {
    padding-right: 10px;
  }
  .faq-answer p {
    font-size: 13px;
  }
  .launch-section h2 {
    font-size: 43px;
  }
  .launch-section .eyebrow {
    font-size: 8px;
    letter-spacing: 1.8px;
  }
  .launch-section p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.9;
  }
  .launch-note {
    font-size: 9px;
    line-height: 1.8;
    max-width: 270px;
    margin-inline: auto;
  }
  .contact-section h2 {
    font-size: 31px;
  }
  .contact-section .eyebrow {
    font-size: 8px;
    letter-spacing: 1.9px;
  }
  .contact-section p:not(.eyebrow) {
    font-size: 12px;
  }
  .contact-email {
    font-size: 13px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 29px 20px;
  }
  .site-footer {
    padding-top: 44px;
  }
  .footer-top {
    gap: 35px;
  }
  .footer-links a {
    min-height: 36px;
    font-size: 12px;
  }
  .footer-links .eyebrow {
    margin-bottom: 11px;
  }
  .footer-bottom p {
    font-size: 9px;
    line-height: 1.8;
  }
  .page-intro {
    padding-block: 55px 44px;
  }
  .page-intro h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .page-intro .eyebrow {
    font-size: 9px;
  }
  .page-intro > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 23px;
  }
  .support-contact {
    padding: 25px;
    gap: 24px;
  }
  .support-contact h2 {
    font-size: 29px;
  }
  .support-contact .eyebrow {
    font-size: 9px;
  }
  .support-contact p {
    font-size: 13px;
  }
  .support-contact .button {
    font-size: 12px;
    padding-inline: 20px;
  }
  .plain-email {
    font-size: 10px;
  }
  .support-grid aside {
    gap: 10px 21px;
  }
  .support-grid aside a {
    font-size: 12px;
  }
  .support-grid h2 {
    font-size: 31px;
  }
  .support-articles h3 {
    font-size: 23px;
  }
  .support-articles p {
    font-size: 13px;
  }
  .prose h2 {
    font-size: 34px;
  }
  .prose p {
    font-size: 14px;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .values article {
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }
  .values article > span {
    margin-bottom: 17px;
    font-size: 27px;
  }
  .values h3 {
    font-size: 27px;
  }
  .values p {
    margin-bottom: 0;
  }
  .document-content h2 {
    font-size: 28px;
  }
  .document-content p,
  .instruction-list {
    font-size: 14px;
  }
  .document-content {
    padding-bottom: 65px;
  }
  .document-callout {
    padding: 24px;
  }
  .document-callout h3 {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 36px);
  }
  .hero-copy h1 {
    font-size: 41px;
  }
  .site-header nav {
    gap: 12px;
  }
  .hero-art {
    min-height: 490px;
  }
  .hero-art > .phone {
    width: 205px;
  }
  .hero-actions {
    gap: 5px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-bottom {
    gap: 8px;
  }
  .hero-bottom span {
    font-size: 5px;
  }
  .preview-orbit {
    width: 275px;
    height: 275px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
