/* Midnight: the marketing surface. Policy and invite styles stay in styles.css. */
.landing {
  --ink: #07110f;
  --surface: #10201b;
  --line-soft: #ffffff16;
  --mint: #a7f3ce;
  --soft: #a6b4ad;
  background: var(--ink);
  color: #f3f6ef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
.landing [hidden] {
  display: none !important;
}
.landing :focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 6px;
}
.landing .download-panel :focus-visible {
  outline-color: #173124;
}
.landing ::selection {
  background: var(--mint);
  color: var(--ink);
}
.landing .shell {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.landing .icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 100;
  background: var(--mint);
  color: var(--ink);
  padding: 12px 20px;
  border-radius: 6px;
}
.skip-link:focus {
  top: 12px;
}
.landing h1,
.landing h2,
.landing h3,
.landing p,
.landing figure {
  margin: 0;
}
.landing h1,
.landing h2,
.landing h3 {
  font-weight: 500;
}
.landing a {
  text-decoration: none;
}
.landing em {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--mint);
  font-weight: 400;
  letter-spacing: -0.065em;
}
/* Clears the sticky header, so an anchored target is not left behind it.
   #main is included for the skip link and "back to top". */
.landing section[id],
.landing #main {
  scroll-margin-top: 110px;
}
.landing .overline {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--mint);
}
.small-line {
  width: 24px;
  height: 1px;
  display: inline-block;
  background: currentColor;
  vertical-align: middle;
  margin-right: 10px;
}
.landing-header {
  height: 98px;
  position: sticky;
  top: 0;
  z-index: 10;
  /* The page ground, so the bar stays opaque as content passes behind it and
     looks unchanged at rest. */
  background: var(--ink);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line-soft);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  color: #f3f6ef;
  font-size: 1.8125rem;
  font-weight: 650;
  letter-spacing: -1.5px;
  line-height: 1;
}
.wordmark img {
  margin-right: 10px;
  border-radius: 11px;
}
.wordmark-dot {
  color: var(--mint);
}
.desktop-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 34px;
}
.desktop-nav a {
  font-size: 0.875rem;
  color: #bcc8c1;
  transition: color 0.2s;
}
.desktop-nav a:hover,
.footer-bottom a:hover {
  color: var(--mint);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 15px 23px;
  min-height: 52px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.2s,
    transform 0.2s,
    border-color 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.nav-button {
  color: #e7efe9;
  border: 1px solid #ffffff30;
  padding: 12px 18px;
  min-height: 45px;
}
.nav-button:hover {
  background: #ffffff09;
  border-color: var(--mint);
}
.nav-button .icon {
  width: 18px;
  height: 18px;
}
.button-mint {
  color: #0a241a;
  background: var(--mint);
}
.button-mint:hover {
  background: #c2ffdf;
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.landing-hero {
  min-height: 732px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  gap: 64px;
  padding-block: 70px 86px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy .overline {
  margin-bottom: 32px;
}
.landing h1 {
  font-size: clamp(58px, 6.4vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.065em;
  font-weight: 500;
}
.landing h1 em {
  display: inline-block;
  padding-right: 0.12em;
  line-height: 1.13;
}
.hero-description {
  color: var(--soft);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 28px !important;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 35px;
}
.availability {
  font-size: 0.75rem;
  color: #c0cbc5;
  line-height: 1.7;
}
.availability span {
  color: #7d9288;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #92a59c;
  font-size: 0.75rem;
  margin-top: 27px;
}
.hero-footnote .icon {
  width: 14px;
  height: 14px;
}
.hero-visual {
  min-width: 0;
  position: relative;
  padding: 25px 0 34px;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -50px -50px -30px -100px;
  z-index: -2;
  background: radial-gradient(ellipse at 60% 50%, #396b4338, transparent 68%);
  pointer-events: none;
}
.orbit {
  border: 1px solid #b7edc611;
  position: absolute;
  z-index: -1;
  width: 590px;
  height: 590px;
  max-width: 115%;
  border-radius: 50%;
  top: -5px;
  left: -20px;
  transform: rotate(-20deg);
  pointer-events: none;
}
.orbit-two {
  width: 710px;
  height: 710px;
  top: -65px;
  left: -80px;
  max-width: 138%;
}
.record-window {
  position: relative;
  border: 1px solid #66867455;
  background: linear-gradient(130deg, #193126, #101f1a 70%);
  box-shadow:
    0 35px 80px #0005,
    inset 0 1px #ffffff0a;
  border-radius: 17px;
  padding: 0 25px;
  transform: rotate(-2deg);
  transition: transform 0.5s;
}
.hero-visual:hover .record-window {
  transform: rotate(0deg);
}
.record-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 61px;
  border-bottom: 1px solid #ffffff13;
}
.record-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: #b5c6bb;
}
.record-top .icon {
  width: 15px;
  height: 15px;
  color: var(--mint);
}
.record-top-mark {
  font-size: 0.75rem;
  color: #7b9b89;
  letter-spacing: 0.12em;
}
.record-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-block: 25px 22px;
}
.micro-label {
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  color: #8eab9a;
}
.record-address h2 {
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.record-address h2 > span {
  color: var(--mint);
}
.avatars {
  display: flex;
  padding-left: 6px;
}
.avatar {
  width: 29px;
  height: 29px;
  border: 2px solid #1b3026;
  border-radius: 50%;
  margin-left: -6px;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  color: #203228;
}
.avatar-mint {
  background: #b3d9b8;
}
.avatar-lilac {
  background: #c6bddb;
}
.avatar-peach {
  background: #e9c5a9;
}
.avatar-last {
  background: #304637;
  color: #cbdece;
}
.record-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
  background: #08110d66;
  border: 1px solid #ffffff09;
  border-radius: 7px;
}
.record-tabs button {
  appearance: none;
  border: 0;
  padding: 10px 5px;
  min-height: 40px;
  border-radius: 4px;
  font: inherit;
  font-size: 0.75rem;
  cursor: pointer;
  color: #8ca396;
  background: transparent;
  transition:
    color 0.2s,
    background 0.2s;
}
.record-tabs button[aria-selected="true"] {
  color: #d6f8df;
  background: #294437;
  box-shadow: 0 1px 5px #0003;
}
.record-tabs button:hover {
  color: #fff;
}
.record-panel {
  padding-top: 18px;
}
.balance-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(110deg, #b0f0ce, #89c8a6);
  color: #153d2a;
  border-radius: 9px;
  padding: 17px 20px;
  min-height: 139px;
  overflow: hidden;
}
.balance-card > div > span {
  font-size: 0.75rem;
}
.balance-card strong {
  display: block;
  font-size: 3.25rem;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.balance-card small {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 3px;
}
.currency {
  font-size: 2.0625rem;
  vertical-align: 7px;
  margin-right: 4px;
}
.decimal {
  font-size: 2.125rem;
}
.balance-symbol {
  transform: rotate(10deg);
  margin-right: 8px;
}
.balance-symbol svg {
  width: 65px;
  height: 65px;
  fill: none;
  stroke: #1d604350;
  stroke-width: 0.85;
}
.balance-card .text-balance {
  font-size: 2.0625rem;
  letter-spacing: -0.04em;
  margin-block: 3px;
  line-height: 1.08;
}
.list-heading {
  display: flex;
  justify-content: space-between;
  color: #8ea698;
  font-size: 0.75rem;
  padding: 19px 0 5px;
}
.list-heading span:last-child {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.expense-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-bottom: 1px solid #ffffff0c;
}
.row-icon {
  display: grid;
  place-items: center;
  border: 1px solid #9acfa318;
  background: #b2e9bd06;
  width: 33px;
  height: 33px;
  border-radius: 7px;
  color: #9cc5ad;
  flex-shrink: 0;
}
.row-icon .icon {
  width: 16px;
  height: 16px;
}
.row-copy {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}
.row-copy b {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #e2ece4;
}
.row-copy small {
  display: block;
  font-size: 0.75rem;
  color: #91a297;
}
.expense-row strong {
  font-size: 0.75rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: #e4eee6;
}
.dispute-line {
  margin-block: 14px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c2ad7e;
  font-size: 0.75rem;
}
.dispute-marker {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid #a99670;
  border-radius: 50%;
  font-size: 0.75rem;
}
.dispute-line small {
  font-size: 0.75rem;
  color: #b29a6e;
}
.dispute-line strong {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: 500;
}
.record-bottom {
  border-top: 1px solid #ffffff14;
  color: #7c9787;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 0;
  font-size: 0.75rem;
}
.record-bottom .icon {
  margin-left: auto;
  width: 12px;
  height: 12px;
}
.sync-dot {
  background: #80a58d;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.floating-note {
  position: absolute;
  right: -30px;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #ced8c6;
  border-radius: 9px;
  background: #f0f3e9;
  padding: 17px 23px 17px 16px;
  color: #475749;
  box-shadow: 0 13px 50px #0005;
  transform: rotate(3deg);
  font-size: 0.75rem;
  line-height: 1.55;
}
.floating-note strong {
  font-weight: 600;
  color: #1d3928;
  font-size: 0.8125rem;
}
.note-check {
  background: #d5e8cf;
  color: #335e40;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.note-check .icon {
  width: 18px;
  height: 18px;
}
.example-label {
  position: absolute;
  bottom: -21px;
  left: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #799486;
}
.status-tag {
  color: #a9d4b5;
  font-size: 0.75rem;
  background: #8ac79b15;
  border-radius: 4px;
  padding: 3px 6px;
}
.status-amber {
  color: #d6b675;
  background: #f0b65412;
}
.panel-note {
  color: #a2b6a9;
  font-size: 0.75rem;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.panel-note .icon {
  width: 14px;
  height: 14px;
}
.record-categories {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.record-categories > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a9bab0;
  font-size: 0.875rem;
}
.record-categories .category-intro {
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  color: #748e80;
}
.record-categories .icon {
  width: 19px;
  height: 19px;
  color: #87a490;
}
.section-space {
  padding-top: 120px;
}
.section-heading {
  text-align: center;
  max-width: 770px;
  margin: 0 auto 51px;
}
.landing .section-heading h2,
.landing .details-heading h2 {
  font-size: clamp(38px, 4.1vw, 59px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  margin-top: 20px;
}
.section-heading h2 span {
  color: #8fa69a;
}
.section-heading > p:last-child {
  color: var(--soft);
  font-size: 1rem;
  margin: 23px auto 0;
  max-width: 630px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 22px;
}
.home-photo {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  min-height: 540px;
  background: #203329;
}
.home-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  object-position: 60% 50%;
  transition: transform 1s;
}
.home-photo:hover img {
  transform: scale(1.035);
}
.home-photo::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, #07110fd9);
}
.home-photo figcaption {
  position: absolute;
  bottom: 32px;
  left: 34px;
  z-index: 1;
}
.home-photo figcaption span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: #d2e3d3;
  margin-bottom: 13px;
}
.home-photo figcaption strong {
  font-size: 2.1875rem;
  font-weight: 450;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.photo-index {
  position: absolute;
  top: 26px;
  left: 28px;
  border: 1px solid #ffffff50;
  background: #15241944;
  backdrop-filter: blur(12px);
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.house-timeline {
  background: #12231b;
  border: 1px solid #b0d0af19;
  border-radius: 13px;
  padding: 33px 36px;
}
.timeline-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid #ffffff15;
  padding-bottom: 23px;
  margin-bottom: 25px;
  font-size: 0.8125rem;
  color: #b0c8b8;
}
.timeline-heading .icon {
  width: 19px;
  height: 19px;
}
.house-timeline article {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding-bottom: 29px;
}
.house-timeline article:last-child {
  padding-bottom: 0;
}
.house-timeline article:not(:last-child)::before {
  content: "";
  width: 1px;
  background: #ffffff15;
  position: absolute;
  left: 15px;
  top: 38px;
  bottom: 7px;
}
.step-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 1px solid #bfd9be30;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #b6d3b8;
}
.house-timeline article:first-of-type .step-number {
  color: #173b28;
  background: var(--mint);
  border-color: var(--mint);
}
.house-timeline h3 {
  font-size: 1.1875rem;
  letter-spacing: -0.025em;
  margin-bottom: 7px;
  line-height: 1.45;
}
.house-timeline p {
  font-size: 1rem;
  color: #9db2a4;
  line-height: 1.7;
}
.step-detail {
  display: block;
  color: #779984;
  font-size: 0.75rem;
  margin-top: 10px;
}
.timeline-end {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #afcfb5;
  font-size: 0.75rem;
  margin-top: 14px;
}
.timeline-end .icon {
  width: 14px;
  height: 14px;
}
.details-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 47px;
}
.details-heading > p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--soft);
  padding-bottom: 6px;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}
.detail-card {
  background: #101d17;
  border: 1px solid #ffffff13;
  border-radius: 11px;
  padding: 29px;
  display: flex;
  flex-direction: column;
}
.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #91c29933;
  border-radius: 9px;
  color: #a8cbb0;
  margin-bottom: 25px;
}
.detail-card h3 {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.detail-card > p {
  font-size: 1rem;
  color: #9fb2a5;
  line-height: 1.75;
  margin-bottom: 31px;
}
.evidence-demo {
  border: 1px solid #ffffff15;
  border-radius: 7px;
  margin-top: auto;
}
.evidence-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 12px;
  font-size: 0.75rem;
  gap: 8px;
}
.evidence-head > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.evidence-head > span:last-child {
  color: #7f9b88;
}
.evidence-head .icon {
  width: 13px;
  height: 13px;
}
.evidence-footer {
  border-top: 1px solid #ffffff0b;
  display: flex;
  align-items: center;
  padding: 11px 12px;
  gap: 7px;
  font-size: 0.75rem;
  color: #8ca793;
}
.evidence-footer > .icon {
  width: 12px;
  height: 12px;
  margin-left: auto;
}
.tiny-avatar {
  background: #bdd0ad;
  color: #30402c;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 0.75rem;
}
.value-demo {
  padding-top: 13px;
  margin-top: auto;
  min-height: 100px;
}
.value-demo > div:first-child,
.value-caption {
  display: flex;
  justify-content: space-between;
  color: #a3b9aa;
  font-size: 0.75rem;
}
.value-track {
  position: relative;
  height: 25px;
  margin: 14px 0 9px;
  background: repeating-linear-gradient(
    90deg,
    #203b29 0 6px,
    transparent 6px 10px
  );
  border-radius: 3px;
}
.value-track > span {
  position: absolute;
  inset: 0 34% 0 0;
  background: repeating-linear-gradient(
    90deg,
    #a9dfb4 0 6px,
    transparent 6px 10px
  );
}
.value-caption span {
  color: #6f8d78;
  font-size: 0.75rem;
}
.document-demo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 14px;
  min-height: 100px;
  margin-top: auto;
  background: #dae4cd;
  color: #27442e;
  border-radius: 7px;
  box-shadow:
    0 5px 0 -2px #94a98d,
    0 10px 0 -4px #586e53;
}
.document-demo .icon {
  width: 25px;
  height: 25px;
}
.document-demo strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 650;
}
.document-demo div > span {
  font-size: 0.75rem;
  color: #5b775d;
}
.file-type {
  font-size: 0.75rem;
  border: 1px solid #4d71573d;
  border-radius: 3px;
  padding: 2px 5px;
  margin-left: auto;
}
.dispute-banner {
  margin-top: 23px;
  padding: 27px 31px;
  border-block: 1px solid #ffffff15;
  display: flex;
  align-items: center;
  gap: 22px;
}
.dispute-banner-icon {
  color: #d1ba88;
  font-family: Georgia, serif;
  font-size: 2.375rem;
  line-height: 1;
}
.dispute-banner h3 {
  font-size: 1.0625rem;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
}
.dispute-banner p {
  color: #8aa292;
  font-size: 0.875rem;
}
.separate-tag {
  font-family: Georgia, serif;
  font-style: italic;
  color: #a5b796;
  font-size: 1.125rem;
  margin-left: auto;
}
.download-section {
  padding-bottom: 85px;
}
.download-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #bde3c6;
  color: #173124;
  border-radius: 16px;
  padding: 60px 25px 53px;
  text-align: center;
}
.download-icon {
  border-radius: 21px;
  box-shadow: 0 8px 20px #17312420;
  margin-bottom: 24px;
}
.download-panel .overline {
  color: #456c51;
  font-size: 0.75rem;
}
.download-panel h2 {
  font-size: clamp(39px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin-top: 18px;
}
.download-panel em {
  color: #264e35;
}
.download-panel > p:not(.overline) {
  color: #4d6a54;
  font-size: 1rem;
  margin-top: 24px;
}
.download-orbit {
  position: absolute;
  left: calc(50% - 470px);
  top: -120px;
  width: 940px;
  height: 940px;
  border-radius: 50%;
  border: 1px solid #38604718;
  box-shadow:
    0 0 0 110px #38604706,
    0 0 0 220px #38604704;
  z-index: -1;
  pointer-events: none;
}
.download-stores {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-block: 30px 24px;
}
.platform-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 21px;
  border: 1px solid #2f523935;
  background: #d8eed730;
  border-radius: 8px;
  text-align: left;
}
.platform-card > svg {
  width: 24px;
  height: 24px;
}
.platform-card small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  color: #506e57;
}
.platform-card strong {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.75rem;
  color: #345f40;
}
.text-link .icon {
  width: 15px;
  height: 15px;
}
.text-link:hover {
  text-decoration: underline;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ffffff15;
}
.footer-top > span {
  color: #829b8c;
  font-size: 0.8125rem;
}
.back-to-top {
  font-size: 0.75rem;
  color: #a5b9ac;
  margin-left: auto;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0 35px;
  font-size: 0.75rem;
  color: #698677;
}
.footer-bottom nav {
  display: flex;
  gap: 24px;
}
.footer-bottom a {
  color: #95aa9c;
}
@media (prefers-reduced-motion: no-preference) {
  html:has(.landing) {
    scroll-behavior: smooth;
  }
  .hero-copy {
    animation: arrive 0.8s both;
  }
  .hero-visual {
    animation: arrive 1s 0.12s both;
  }
  .reveal.is-ready {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 0.7s,
      transform 0.7s;
  }
  .reveal.is-ready.is-visible {
    opacity: 1;
    transform: none;
  }
  .record-panel.panel-enter {
    animation: panel-in 0.25s ease-out;
  }
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes panel-in {
  from {
    opacity: 0.4;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .landing-hero {
    min-height: 800px;
  }
}
@media (max-width: 1150px) {
  .landing .shell {
    width: calc(100% - 72px);
  }
  .landing-hero {
    gap: 35px;
    min-height: 700px;
  }
  .landing h1 {
    font-size: 4.5625rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    padding-inline: 18px;
    gap: 17px;
  }
  .record-window {
    padding-inline: 18px;
  }
  .record-address h2 {
    font-size: 1.4375rem;
  }
  .record-address .avatars {
    display: none;
  }
  .floating-note {
    right: -13px;
  }
  .house-timeline {
    padding: 29px 25px;
  }
  .home-photo {
    min-height: 540px;
  }
  .detail-card {
    padding: 24px 20px;
  }
  .detail-card h3 {
    font-size: 1.375rem;
  }
  .separate-tag {
    display: none;
  }
  .desktop-nav {
    gap: 24px;
    margin-right: 10px;
  }
}
@media (max-width: 900px) {
  .landing .shell {
    width: calc(100% - 48px);
  }
  .landing-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 50px;
  }
  .hero-visual {
    width: min(470px, 100%);
    margin: 24px auto;
  }
  .orbit,
  .orbit-two {
    display: none;
  }
  .hero-visual::before {
    inset-inline: -10px;
  }
  .landing h1 {
    font-size: 3.8125rem;
  }
  .hero-copy .overline {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .availability br {
    display: none;
  }
  .availability span {
    margin-left: 7px;
  }
  .record-window {
    transform: rotate(0);
    padding-inline: 16px;
  }
  .record-top > span:first-child {
    font-size: 0.75rem;
  }
  .record-top-mark {
    font-size: 0.75rem;
  }
  .record-address h2 {
    font-size: 1.3125rem;
  }
  .micro-label {
    font-size: 0.75rem;
  }
  .row-copy small {
    font-size: 0.75rem;
  }
  .expense-row {
    gap: 8px;
  }
  .row-copy b,
  .expense-row strong {
    font-size: 0.75rem;
  }
  .row-icon {
    width: 27px;
    height: 29px;
  }
  .record-bottom {
    font-size: 0.75rem;
  }
  .example-label {
    font-size: 0.75rem;
    left: 0;
  }
  .floating-note {
    padding: 12px 15px;
    font-size: 0.75rem;
    bottom: 14px;
  }
  .floating-note strong {
    font-size: 0.75rem;
  }
  .record-categories {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .record-categories .category-intro {
    width: 100%;
    justify-content: center;
  }
  .record-categories > span:not(:first-child) {
    margin-inline: 9px;
    font-size: 0.75rem;
  }
  .section-space {
    padding-top: 85px;
  }
  .story-grid {
    gap: 16px;
  }
  .house-timeline h3 {
    font-size: 1rem;
  }
  .house-timeline p {
    font-size: 1rem;
  }
  .house-timeline article {
    gap: 14px;
  }
  .home-photo figcaption {
    left: 25px;
  }
  .home-photo figcaption strong {
    font-size: 1.8125rem;
  }
  .detail-grid {
    gap: 12px;
  }
  .detail-card {
    padding: 23px 17px;
  }
  .detail-card h3 {
    font-size: 1.25rem;
  }
  .detail-card > p {
    font-size: 1rem;
  }
  .evidence-head,
  .evidence-footer {
    padding-inline: 8px;
  }
  .evidence-head > span:last-child {
    display: none;
  }
  .document-demo {
    padding: 15px 10px;
    gap: 8px;
  }
  .document-demo .icon {
    width: 18px;
  }
  .file-type {
    display: none;
  }
  .details-heading > p {
    font-size: 0.875rem;
    max-width: 270px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .desktop-nav a {
    font-size: 0.75rem;
  }
  .nav-button {
    font-size: 0.75rem;
    gap: 16px;
  }
  .wordmark {
    font-size: 1.625rem;
  }
}
@media (max-width: 700px) {
  .landing-header {
    height: 79px;
  }
  .header-inner {
    gap: 20px;
  }
  .desktop-nav,
  .nav-button {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: white;
    border: 1px solid #ffffff30;
    border-radius: 7px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    height: 1px;
    width: 18px;
    background: currentColor;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-nav:not([hidden]) {
    position: absolute;
    top: 78px;
    left: 12px;
    right: 12px;
    display: grid;
    border: 1px solid #ffffff25;
    border-radius: 10px;
    padding: 12px;
    background: #12231b;
    box-shadow: 0 20px 40px #0006;
  }
  .mobile-nav a {
    padding: 11px 14px;
    color: #d7e7dc;
    font-size: 1rem;
  }
  .landing-hero {
    display: block;
    padding-block: 45px 59px;
  }
  .hero-copy .overline {
    font-size: 0.75rem;
    margin-bottom: 25px;
  }
  .landing h1 {
    font-size: clamp(55px, 11.8vw, 82px);
  }
  .hero-description {
    margin-top: 22px !important;
    font-size: 1.0625rem;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
  }
  .availability {
    font-size: 0.75rem;
  }
  .availability br {
    display: initial;
  }
  .availability span {
    margin-left: 0;
  }
  .hero-footnote {
    margin-top: 20px;
  }
  .hero-visual {
    max-width: 470px;
    margin: 45px auto 0;
    padding-top: 10px;
  }
  .orbit,
  .orbit-two {
    display: none;
  }
  .hero-visual::before {
    inset: -20px 0;
  }
  .record-window {
    transform: rotate(-1deg);
    padding-inline: 22px;
  }
  .record-top > span:first-child {
    font-size: 0.75rem;
  }
  .record-address {
    padding-block: 22px;
  }
  .record-address h2 {
    font-size: 1.625rem;
  }
  .record-address .avatars {
    display: flex;
  }
  .micro-label {
    font-size: 0.75rem;
  }
  .row-copy b,
  .expense-row strong {
    font-size: 0.75rem;
  }
  .row-copy small {
    font-size: 0.75rem;
  }
  .expense-row {
    gap: 12px;
    min-height: 68px;
  }
  .row-icon {
    width: 33px;
    height: 33px;
  }
  .record-bottom {
    font-size: 0.75rem;
  }
  .record-tabs button {
    font-size: 0.8125rem;
  }
  .balance-card {
    min-height: 139px;
  }
  .floating-note {
    right: -6px;
    bottom: 11px;
    padding: 15px 20px 15px 14px;
    font-size: 0.75rem;
  }
  .floating-note strong {
    font-size: 0.8125rem;
  }
  .example-label {
    font-size: 0.75rem;
    left: 3px;
  }
  .record-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: initial;
    gap: 19px 14px;
    padding-block: 27px;
  }
  .record-categories .category-intro {
    grid-column: 1 / -1;
    justify-content: flex-start;
    font-size: 0.75rem;
  }
  .record-categories > span:not(:first-child) {
    margin: 0;
    font-size: 0.8125rem;
  }
  .section-heading {
    text-align: left;
    margin-bottom: 32px;
  }
  .landing .section-heading h2,
  .landing .details-heading h2 {
    font-size: clamp(37px, 8.4vw, 52px);
  }
  .section-heading > p:last-child {
    font-size: 1rem;
    margin-top: 22px;
  }
  .desktop-break {
    display: none;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-photo {
    min-height: 430px;
  }
  .home-photo figcaption strong {
    font-size: 2.25rem;
  }
  .house-timeline {
    padding: 28px 24px;
  }
  .house-timeline h3 {
    font-size: 1.25rem;
  }
  .house-timeline p {
    font-size: 1rem;
  }
  .house-timeline article {
    gap: 19px;
    padding-bottom: 32px;
  }
  .step-detail,
  .timeline-end {
    font-size: 0.75rem;
  }
  .details-heading {
    display: block;
    margin-bottom: 31px;
  }
  .details-heading > p {
    max-width: 100%;
    margin-top: 24px;
    font-size: 1rem;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .detail-card {
    padding: 28px;
  }
  .detail-card h3 {
    font-size: 1.6875rem;
  }
  .detail-card > p {
    font-size: 1rem;
    max-width: 39ch;
  }
  .feature-icon {
    margin-bottom: 24px;
  }
  .evidence-head,
  .evidence-footer {
    padding: 14px;
    font-size: 0.75rem;
  }
  .evidence-head > span:last-child {
    display: inline;
  }
  .value-demo > div:first-child,
  .value-caption {
    font-size: 0.75rem;
  }
  .value-caption span {
    font-size: 0.75rem;
  }
  .document-demo {
    padding: 24px 16px;
    gap: 15px;
  }
  .document-demo .icon {
    width: 26px;
  }
  .document-demo strong {
    font-size: 0.875rem;
  }
  .document-demo div > span {
    font-size: 0.75rem;
  }
  .file-type {
    display: inline;
    font-size: 0.75rem;
  }
  .dispute-banner {
    padding: 25px 0;
    gap: 18px;
    align-items: flex-start;
  }
  .dispute-banner h3 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .dispute-banner p {
    font-size: 0.9375rem;
    margin-top: 9px;
  }
  .download-section {
    padding-bottom: 55px;
  }
  .download-panel {
    padding: 44px 20px;
  }
  .download-panel h2 {
    font-size: clamp(36px, 8.4vw, 51px);
  }
  .download-panel > p:not(.overline) {
    max-width: 28ch;
    margin-inline: auto;
  }
  .download-stores {
    gap: 10px;
  }
  .platform-card {
    padding: 12px 14px;
    gap: 9px;
  }
  .platform-card strong {
    font-size: 1.0625rem;
  }
  .platform-card small {
    font-size: 0.75rem;
  }
  .platform-card > svg {
    width: 21px;
    height: 21px;
  }
  .text-link {
    font-size: 0.8125rem;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer-top > span {
    width: 100%;
    order: 3;
  }
  .back-to-top {
    font-size: 0.75rem;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 0.75rem;
  }
  .footer-bottom nav {
    gap: 19px;
  }
  .footer-bottom > span:last-child {
    width: 100%;
  }
  .landing .overline {
    font-size: 0.75rem;
  }
}
@media (max-width: 370px) {
  .balance-symbol {
    display: none;
  }
  .landing .shell {
    width: calc(100% - 36px);
  }
  .landing h1 {
    font-size: 3.375rem;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero-actions .button {
    font-size: 0.75rem;
    gap: 12px;
    padding-inline: 14px;
  }
  .record-window {
    padding-inline: 15px;
  }
  .record-address h2 {
    font-size: 1.5rem;
  }
  .avatar {
    width: 24px;
    height: 24px;
  }
  .row-copy small {
    font-size: 0.75rem;
  }
  .record-bottom {
    font-size: 0.75rem;
  }
  .platform-card {
    padding-inline: 10px;
  }
  .platform-card strong {
    font-size: 0.9375rem;
  }
  .download-panel {
    padding-inline: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing *,
  .landing *::before,
  .landing *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .record-window,
  .floating-note {
    transform: none;
  }
}

/* Keep illustrative metadata readable without competing with the page copy. */
.record-top > span:first-child {
  letter-spacing: 0.1em;
}
.record-address {
  flex-wrap: wrap;
}
.record-bottom {
  line-height: 1.45;
}
.record-bottom .sync-dot {
  flex-shrink: 0;
}
.example-label {
  position: static;
  display: block;
  margin: 35px 0 -36px 3px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.floating-note {
  bottom: 35px;
}
.record-panels {
  min-height: 420px;
}
.record-panel .micro-label {
  font-size: 0.75rem;
}
@media (max-width: 900px) and (min-width: 701px) {
  .record-top-mark,
  .record-address .avatars {
    display: none;
  }
  .row-copy small {
    font-size: 0.75rem;
  }
  .record-window {
    padding-inline: 14px;
  }
  .record-top > span:first-child {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
  }
  .record-bottom > .icon {
    display: none;
  }
  .dispute-line {
    flex-wrap: wrap;
  }
  .expense-row {
    min-height: 80px;
  }
  .example-label {
    font-size: 0.75rem;
  }
  .record-panels {
    min-height: 470px;
  }
}
@media (max-width: 700px) {
  .example-label {
    margin-top: 34px;
    margin-bottom: -23px;
    font-size: 0.75rem;
  }
  .floating-note {
    bottom: 58px;
  }
  .record-panels {
    min-height: 436px;
  }
  .availability {
    font-size: 0.75rem;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
}
