:root {
  color-scheme: light;
  --paper: #f6f9fd;
  --ink: #101d3e;
  --muted: #536583;
  --blue: #4054d9;
  --line: #d6dfed;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
  scrollbar-gutter: stable;
  scrollbar-color: #acbad2 var(--paper);
  scrollbar-width: thin;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: var(--paper);
}
body::-webkit-scrollbar-thumb {
  background: #acbad2;
  border: 3px solid var(--paper);
  border-radius: 8px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
h2 {
  font-size: clamp(42px, 4.2vw, 64px);
}
em {
  font-weight: 400;
  color: var(--blue);
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #4054d9;
  outline-offset: 6px;
  border-radius: 4px;
}
::selection {
  background: #dbe5ff;
  color: var(--ink);
}
.wrap {
  width: min(1328px, calc(100% - 112px));
  margin-inline: auto;
}
.section-space {
  padding-block: 78px 104px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 20px;
  background: #fff;
  z-index: 20;
  border: 1px solid var(--blue);
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.skip-link:not(:focus) {
  clip-path: inset(50%);
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 3;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.wordmark img {
  border-radius: 50%;
  object-fit: cover;
}
.wordmark span {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-left: 95px;
}
.site-header nav a,
.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 15px;
  font-weight: 500;
}
.site-header nav a:hover,
.site-footer nav a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 27px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease;
  white-space: nowrap;
}
.button-primary {
  background: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  box-shadow:
    inset 0 1px 1px #ffffff35,
    0 3px 8px #304db00a;
}
.button-primary:hover {
  background: #3042bf;
  box-shadow: 0 6px 20px #304db029;
}
.button-outline {
  border: 1px solid #879dc3;
  min-height: 50px;
  background: #ffffff50;
  padding: 10px 24px;
}
.button-outline:hover {
  background: #fff;
}
.button span,
.text-link span {
  font-size: 20px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  color: var(--blue);
  font-weight: 500;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.menu-toggle {
  display: none;
}
.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  position: relative;
  min-height: 758px;
  display: flex;
  align-items: center;
  padding-block: 54px 92px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: 56%;
}
h1 {
  font-size: clamp(68px, 7.6vw, 112px);
  line-height: 0.99;
  letter-spacing: -0.052em;
}
.hero-description {
  max-width: 545px;
  margin-top: 36px;
  font-size: 20px;
  line-height: 1.55;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 36px;
}
.small-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 24px;
}
.hero-art {
  position: absolute;
  width: 825px;
  max-width: 68vw;
  right: -135px;
  top: -14px;
  pointer-events: none;
}
.hero-art img {
  width: 100%;
  height: auto;
  mask-image: radial-gradient(
    ellipse 67% 68% at 50% 48%,
    #000 54%,
    transparent 78%
  );
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
  font-size: clamp(42px, 4vw, 60px);
}
.section-heading p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 17px;
}
.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 108px;
  margin-top: 60px;
}
.screenshot-stage {
  background: linear-gradient(145deg, #e8effc, #eff5fc 55%, #e6edfb);
  border: 1px solid #e0e8f6;
  border-radius: 32px;
  padding: 40px 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.phone-frame {
  width: 262px;
  padding: 5px;
  background: #cbd3e1;
  border: 1px solid #bbc7db;
  border-radius: 40px;
  box-shadow:
    0 22px 40px #344e8c1a,
    0 3px 8px #1f304a12;
  overflow: hidden;
}
.phone-frame [role="tabpanel"] {
  border-radius: 34px;
  overflow: hidden;
}
.phone-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1206/2622;
}
.screen-caption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 26px;
  text-align: center;
}
.screen-caption span {
  margin-inline: 5px;
}
.tour-tabs {
  display: flex;
  flex-direction: column;
}
.tour-tab {
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  gap: 20px;
  align-items: start;
  width: 100%;
  padding: 29px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.tour-tab:first-child {
  border-top: 1px solid var(--line);
}
.feature-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #d9e2f2;
  background: #eef3fa;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.tab-title {
  display: block;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-top: 7px;
}
.tab-description {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    opacity 0.2s,
    margin 0.2s;
}
.tour-tab[aria-selected="true"] .tab-title {
  color: var(--blue);
}
.tour-tab[aria-selected="true"] .feature-icon {
  background: #e7edff;
  color: var(--blue);
  border-color: #cbd6fb;
}
.tour-tab[aria-selected="true"] .tab-description {
  max-height: none;
  opacity: 1;
  margin-top: 12px;
}
.tab-arrow {
  font-size: 22px;
  opacity: 0;
  margin-top: 7px;
  color: var(--blue);
}
.tour-tab[aria-selected="true"] .tab-arrow {
  opacity: 1;
}
.tour-tab:hover .tab-title {
  color: var(--blue);
}
.return-note {
  font-family: var(--serif);
  font-size: 27px;
  font-style: italic;
  color: var(--muted);
  margin-top: 36px;
}
.membership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 108px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 76px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 22px;
}
.membership h2 {
  font-size: clamp(52px, 5.1vw, 76px);
}
.membership-copy > p:first-child {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.035em;
  max-width: 420px;
}
.secondary-copy {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 18px;
  max-width: 390px;
}
.membership .text-link {
  margin-top: 20px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 100px;
  padding-top: 112px;
}
.questions h2 {
  font-size: clamp(48px, 4.5vw, 68px);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 86px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  width: 24px;
  flex-shrink: 0;
  text-align: center;
  color: var(--blue);
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
summary:hover {
  color: var(--blue);
}
.faq-answer {
  padding: 0 40px 26px 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}
.faq-answer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--blue);
}
.closing {
  overflow: hidden;
  background: #eaf2fe;
  border-block: 1px solid #dce6f6;
}
.closing-inner {
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 64px;
}
.closing-copy {
  position: relative;
  z-index: 1;
}
.closing h2 {
  font-size: clamp(52px, 5.1vw, 76px);
}
.closing p {
  color: var(--muted);
  margin-top: 20px;
}
.closing .button {
  margin-top: 28px;
}
.closing-orb {
  position: absolute;
  right: -45px;
  top: -105px;
  width: 660px;
  max-width: 58%;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 70%);
}
.site-footer {
  padding-block: 42px 28px;
}
.footer-top,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.site-footer nav {
  display: flex;
  gap: 32px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 22px;
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
}
@media (min-width: 1600px) {
  .hero-art {
    right: -95px;
    max-width: none;
  }
  .hero-inner {
    min-height: 800px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .site-header nav {
    margin-left: 0;
    gap: 26px;
  }
  .hero-inner {
    min-height: 690px;
  }
  .hero-description {
    font-size: 17px;
    max-width: 455px;
  }
  .hero-art {
    top: 10px;
    right: -110px;
    max-width: 70vw;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding-inline: 20px;
    font-size: 14px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .experience-grid,
  .membership {
    gap: 60px;
  }
  .questions {
    gap: 60px;
  }
  .tab-title {
    font-size: 19px;
  }
  .tour-tab {
    gap: 15px;
  }
  .closing-orb {
    top: -45px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 24px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 88px;
    gap: 20px;
  }
  .wordmark {
    gap: 9px;
  }
  .wordmark span {
    font-size: 35px;
  }
  .wordmark img {
    width: 34px;
    height: 34px;
  }
  .header-download {
    margin-left: auto;
    min-height: 44px;
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 10px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    padding: 14px 20px;
    background: #f6f9fdf5;
    border: 1px solid var(--line);
    box-shadow: 0 14px 24px #18325912;
    border-radius: 14px;
    gap: 0;
    backdrop-filter: blur(15px);
  }
  .site-header nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header nav a {
    padding: 8px 4px;
    min-height: 48px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    border: 0;
    background: none;
    padding: 0;
    font-size: 13px;
    order: 3;
  }
  .menu-toggle span {
    font-size: 24px;
    width: 16px;
  }
  .hero-inner {
    min-height: 0;
    display: block;
    padding: 42px 0 0;
  }
  .hero-copy {
    width: 100%;
  }
  h1 {
    font-size: clamp(52px, 12.2vw, 86px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }
  .hero-description {
    font-size: 16px;
    margin-top: 26px;
    max-width: 420px;
    line-height: 1.65;
  }
  .hero-actions {
    margin-top: 28px;
    gap: 22px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 14px;
    min-height: 54px;
    padding-inline: 20px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .small-note {
    font-size: 12px;
    margin-top: 17px;
  }
  .hero-art {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    width: calc(100% + 64px);
    margin: -42px -32px -44px;
    z-index: 0;
  }
  .hero-copy {
    z-index: 1;
  }
  .hero-art img {
    mask-image: radial-gradient(
      ellipse 65% 65% at 50% 52%,
      #000 49%,
      transparent 78%
    );
  }
  .section-space {
    padding-block: 56px 64px;
  }
  .section-heading h2 {
    font-size: 42px;
    max-width: 500px;
    margin: auto;
  }
  .section-heading p {
    font-size: 14px;
    margin-top: 16px;
  }
  .experience-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 34px;
  }
  .screenshot-stage {
    width: 100%;
    padding: 28px 24px 20px;
    border-radius: 24px;
  }
  .phone-frame {
    width: 228px;
    border-radius: 35px;
  }
  .phone-frame [role="tabpanel"] {
    border-radius: 29px;
  }
  .screen-caption {
    margin-top: 21px;
    font-size: 11px;
  }
  .experience-copy {
    width: 100%;
  }
  .tour-tab {
    padding: 22px 0;
    grid-template-columns: 44px 1fr 18px;
    gap: 14px;
  }
  .feature-icon {
    width: 44px;
    height: 44px;
  }
  .tab-title {
    font-size: 18px;
    margin-top: 8px;
  }
  .tab-description {
    font-size: 14px;
  }
  .return-note {
    font-size: 25px;
    margin-top: 24px;
    text-align: center;
  }
  .membership {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 52px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .membership h2 {
    font-size: 56px;
  }
  .membership h2 br {
    display: none;
  }
  .membership-copy > p:first-child {
    font-size: 21px;
  }
  .secondary-copy {
    font-size: 14px;
  }
  .membership .text-link {
    font-size: 14px;
    margin-top: 14px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .questions h2 {
    font-size: 48px;
  }
  .questions h2 br {
    display: none;
  }
  .questions h2 em {
    display: inline;
  }
  summary {
    min-height: 78px;
    font-size: 15px;
    padding-block: 20px;
  }
  .faq-answer {
    font-size: 14px;
    padding-right: 12px;
  }
  .closing-inner {
    min-height: 460px;
    padding-block: 48px;
    align-items: flex-start;
  }
  .closing h2 {
    font-size: 51px;
  }
  .closing p {
    font-size: 14px;
    margin-top: 18px;
  }
  .closing .button {
    font-size: 14px;
    min-height: 54px;
    margin-top: 24px;
  }
  .closing-orb {
    max-width: none;
    width: 370px;
    right: -130px;
    top: 138px;
    opacity: 0.6;
  }
  .site-footer {
    padding-block: 32px 24px;
  }
  .site-footer nav {
    gap: 22px;
  }
  .site-footer nav a {
    font-size: 12px;
  }
  .footer-top {
    gap: 16px;
  }
  .footer-bottom {
    display: block;
    font-size: 10px;
    margin-top: 22px;
    padding-top: 18px;
  }
  .footer-bottom p + p {
    margin-top: 8px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .site-header {
    gap: 12px;
  }
  .header-download {
    padding-inline: 10px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .hero-art {
    margin-top: -20px;
  }
  .tab-title {
    font-size: 16px;
  }
  .site-footer nav {
    gap: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
