:root {
  --ink: #171a18;
  --ink-soft: #202923;
  --emerald: #123c34;
  --emerald-light: #396f62;
  --gold: #c89a52;
  --gold-light: #e3c88f;
  --ivory: #f4f0e7;
  --ivory-soft: #ded8cc;
  --muted: #9da9a2;
  --line: rgba(244, 240, 231, 0.18);
  --max-width: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--ivory);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
main,
footer {
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.site-header {
  min-height: 6.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.brand-lockup {
  position: relative;
  display: block;
  aspect-ratio: 2.17;
  overflow: hidden;
  background: var(--ivory);
}

.brand-lockup img {
  position: absolute;
  top: -16%;
  left: 50%;
  width: 155%;
  max-width: none;
  transform: translateX(-50%);
}

.brand-lockup-header {
  width: clamp(10.5rem, 18vw, 14rem);
  flex: 0 0 auto;
  text-decoration: none;
}

.brand-lockup-footer {
  width: 10rem;
  text-decoration: none;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 3vw, 2.75rem);
}

nav a {
  color: var(--ivory-soft);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: var(--gold-light);
}

.nav-status {
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(212, 165, 72, 0.6);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 6.75rem);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(4rem, 9vw, 8.5rem) clamp(1.25rem, 4vw, 4.5rem) 6rem;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(58vw, 52rem);
  aspect-ratio: 1;
  right: -18%;
  top: 1%;
  background: radial-gradient(circle, rgba(17, 99, 79, 0.33), transparent 68%);
  pointer-events: none;
}

.eyebrow,
.section-label,
.hero-index {
  margin: 0;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-inline: 0.35rem;
  color: var(--emerald-light);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 12ch;
  margin: 1.75rem 0 2rem;
  font-size: clamp(3.5rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.89;
}

h1 em {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-intro {
  max-width: 38rem;
  margin: 0;
  color: var(--ivory-soft);
  font-size: clamp(1.1rem, 1.5vw, 1.38rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-top: 2.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--gold-light);
}

.button-primary span {
  margin-left: 0.7rem;
}

.launch-note {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ivory-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.launch-note > span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0.35rem rgba(200, 154, 82, 0.12);
}

.hero-mark {
  width: min(100%, 34rem);
  justify-self: end;
  border: 1px solid rgba(200, 154, 82, 0.42);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.28);
  transform: rotate(1.7deg);
}

.hero-index {
  position: absolute;
  bottom: 1.5rem;
  right: clamp(1.25rem, 4vw, 4.5rem);
  color: rgba(242, 238, 228, 0.42);
}

.manifesto,
.work,
.studio,
.contact {
  padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.manifesto {
  background: var(--ivory);
  color: var(--ink);
}

.manifesto .section-label {
  color: var(--emerald);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 9vw, 9rem);
  margin-top: 2.75rem;
}

h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.8vw, 6.1rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.manifesto-copy {
  align-self: end;
}

.manifesto-copy p {
  max-width: 34rem;
  margin: 0 0 1.25rem;
  color: #30423a;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
}

.manifesto-copy strong {
  color: var(--emerald);
  font-weight: 750;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  align-items: end;
  gap: 3rem;
}

.section-heading h2 {
  margin-top: 2.5rem;
}

.section-heading > p {
  max-width: 30rem;
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 6rem);
}

.product-card {
  min-height: 36rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 2.5vw, 2.25rem);
  border: 1px solid rgba(242, 238, 228, 0.14);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(240, 210, 141, 0.55);
}

.product-faith {
  background: linear-gradient(155deg, #174c39 0%, #0a241a 100%);
}

.product-saveryn {
  background: linear-gradient(155deg, #3b2c27 0%, #171211 100%);
}

.product-roam {
  background: linear-gradient(155deg, #273f42 0%, #101d20 100%);
}

.product-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(242, 238, 228, 0.64);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-logo {
  width: 9.5rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 2.9rem auto 2.5rem;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 231, 0.34);
  border-radius: 1.65rem;
  background: var(--ivory);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
}

.product-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-logo-saveryn img {
  object-fit: contain;
}

.product-logo-roam {
  width: 12.5rem;
  aspect-ratio: 680 / 276;
  margin-top: 4.2rem;
  margin-bottom: 3.6rem;
  border-radius: 1rem;
}

.product-logo-roam img {
  object-fit: cover;
}

.product-content {
  margin-top: auto;
}

.product-content h3 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 1;
}

.product-content p {
  min-height: 7.7rem;
  margin: 0 0 2rem;
  color: rgba(242, 238, 228, 0.75);
  font-size: 0.96rem;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-link {
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.product-link:hover,
.product-link:focus-visible {
  color: var(--ivory);
}

.product-link span {
  margin-left: 0.35rem;
}

.studio {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(4rem, 10vw, 10rem);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(242, 238, 228, 0.1) 50%, transparent 50.1%),
    var(--emerald);
}

.studio-statement h2 {
  margin-top: 2.5rem;
}

.studio-story {
  align-self: end;
}

.studio-story > p {
  color: rgba(242, 238, 228, 0.8);
}

.studio-story .studio-lead {
  margin-top: 0;
  color: var(--ivory);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.42;
}

.principles {
  margin-top: 3rem;
  border-top: 1px solid rgba(242, 238, 228, 0.25);
}

.principles div {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(242, 238, 228, 0.25);
}

.principles span {
  color: var(--gold-light);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.principles strong {
  font-size: 0.94rem;
  font-weight: 650;
}

.contact {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  width: min(50vw, 42rem);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(212, 165, 72, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -48%);
  pointer-events: none;
}

.contact h2 {
  position: relative;
  margin: 2.5rem auto 3rem;
}

.launch-copy {
  position: relative;
  max-width: 41rem;
  margin: 0 auto;
  color: var(--ivory-soft);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

footer {
  min-height: 8rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
  color: rgba(242, 238, 228, 0.46);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

footer p:last-child {
  text-align: right;
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .hero-mark {
    width: min(100%, 38rem);
    justify-self: start;
    transform: none;
  }

  .manifesto-grid,
  .section-heading,
  .studio {
    grid-template-columns: 1fr;
  }

  .manifesto-copy,
  .section-heading > p,
  .studio-story {
    max-width: 42rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 27rem;
  }

  .product-content p {
    min-height: 0;
  }

  .studio {
    background: var(--emerald);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 5.5rem;
  }

  nav a {
    display: none;
  }

  .hero {
    min-height: auto;
    gap: 4.5rem;
    padding-bottom: 5rem;
  }

  h1 {
    font-size: clamp(3.45rem, 17vw, 5.2rem);
  }

  .hero-mark {
    min-height: 0;
  }

  .hero-index {
    display: none;
  }

  h2 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .product-card {
    min-height: 32rem;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding-block: 2.25rem;
  }

  footer p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Faith pre-launch page */

.faith-page {
  --faith-ink: #122019;
  --faith-green: #124b38;
  --faith-green-deep: #082d23;
  --faith-green-soft: #4b7768;
  --faith-gold: #c9953f;
  --faith-gold-soft: #e8cf9d;
  --faith-cream: #f7f2e8;
  --faith-paper: #fffdf7;
  --faith-stone: #ddd5c6;
  background: #0b1712;
}

.faith-page main {
  overflow: hidden;
}

.faith-header {
  background: #0b1712;
}

.faith-header nav {
  gap: clamp(0.9rem, 2.2vw, 2rem);
}

.faith-hero {
  position: relative;
  min-height: calc(100vh - 6.75rem);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(32rem, 1.18fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 6rem);
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem) clamp(5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 86% 18%, rgba(201, 149, 63, 0.19), transparent 27rem),
    linear-gradient(135deg, rgba(18, 75, 56, 0.055), transparent 48%),
    var(--faith-cream);
  color: var(--faith-ink);
  isolation: isolate;
}

.faith-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(35vw, 31rem);
  aspect-ratio: 1;
  left: -17rem;
  bottom: -16rem;
  border: 1px solid rgba(18, 75, 56, 0.16);
  border-radius: 50%;
}

.faith-hero-copy {
  position: relative;
  z-index: 5;
}

.faith-page .eyebrow,
.faith-page .section-label {
  color: var(--faith-gold);
}

.faith-page .eyebrow span {
  color: var(--faith-green-soft);
}

.faith-mini-logo {
  width: 7.5rem;
  aspect-ratio: 1;
  margin: 1.75rem 0 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(18, 75, 56, 0.15);
  border-radius: 1.75rem;
  background: var(--faith-paper);
  box-shadow: 0 1rem 2.5rem rgba(24, 43, 34, 0.1);
}

.faith-mini-logo img,
.faith-closing-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faith-hero h1 {
  max-width: 12ch;
  margin: 0 0 1.75rem;
  color: var(--faith-green-deep);
  font-size: clamp(3.25rem, 6.2vw, 6.5rem);
  letter-spacing: -0.075em;
  line-height: 0.93;
}

.faith-hero h1 em,
.faith-worldwide h2 em,
.faith-closing h2 em {
  color: var(--faith-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.faith-hero-intro {
  max-width: 38rem;
  margin: 0;
  color: #40534a;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.58;
}

.faith-button {
  background: var(--faith-green);
  color: var(--faith-paper);
}

.faith-button:hover,
.faith-button:focus-visible {
  background: var(--faith-green-deep);
}

.faith-button span {
  margin-left: 0.65rem;
}

.faith-launch-note {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--faith-green-deep);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.faith-launch-note > span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--faith-gold);
  box-shadow: 0 0 0 0.35rem rgba(201, 149, 63, 0.15);
}

.faith-hero-index {
  position: absolute;
  right: clamp(1.25rem, 4vw, 4.5rem);
  bottom: 1.4rem;
  margin: 0;
  color: rgba(18, 75, 56, 0.44);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.faith-device-stage {
  position: relative;
  min-height: clamp(34rem, 46vw, 43rem);
}

.device-window {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(7, 45, 35, 0.18);
  background: var(--faith-paper);
  box-shadow: 0 2.2rem 5rem rgba(17, 45, 34, 0.19);
}

.device-desktop {
  z-index: 1;
  top: 4%;
  right: 0;
  width: 96%;
  height: 68%;
  border-radius: 1.2rem;
  transform: rotate(1.25deg);
}

.device-browser-bar {
  height: 2.3rem;
  display: flex;
  align-items: center;
  gap: 0.36rem;
  padding: 0 0.8rem;
  border-bottom: 1px solid rgba(7, 45, 35, 0.1);
  background: #ece7dc;
}

.device-browser-bar i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #bdb6a8;
}

.device-browser-bar span {
  margin-left: 0.45rem;
  color: #5c685f;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.device-app-layout {
  height: calc(100% - 2.3rem);
  display: grid;
  grid-template-columns: 8rem 1fr;
}

.device-side-nav {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.35rem 0.9rem;
  background: var(--faith-green-deep);
  color: rgba(255, 253, 247, 0.64);
  font-size: 0.73rem;
}

.device-side-nav strong {
  margin-bottom: 0.8rem;
  color: var(--faith-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.device-side-nav span {
  padding: 0.48rem 0.55rem;
  border-radius: 0.45rem;
}

.device-side-nav .is-active {
  background: rgba(255, 255, 255, 0.12);
  color: var(--faith-paper);
}

.device-main-copy {
  padding: clamp(1rem, 2.4vw, 2.4rem);
}

.device-main-copy small,
.device-tablet small,
.device-phone > small {
  color: var(--faith-gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.device-main-copy h2 {
  margin: 0.5rem 0 0.75rem;
  color: var(--faith-green-deep);
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.device-main-copy > p {
  max-width: 30rem;
  margin: 0;
  color: #52635a;
  font-size: 0.8rem;
  line-height: 1.5;
}

.device-composer {
  min-height: 6.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 1rem;
  margin-top: 1.1rem;
  padding: 0.95rem;
  border: 1px solid rgba(18, 75, 56, 0.18);
  border-radius: 0.8rem;
  background: #fffefb;
  color: #5b655f;
  font-size: 0.76rem;
}

.device-demo-action {
  padding: 0.58rem 0.8rem;
  border-radius: 999px;
  background: var(--faith-green);
  color: #fff;
  font: inherit;
  font-weight: 750;
}

.device-main-copy .device-private {
  margin-top: 0.65rem;
  color: var(--faith-green-soft);
  font-size: 0.7rem;
  font-weight: 700;
}

.device-tablet {
  z-index: 2;
  right: 2%;
  bottom: 0;
  width: 48%;
  min-height: 42%;
  padding: 1.4rem;
  border-radius: 1.35rem;
  transform: rotate(2.4deg);
}

.device-mini-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
  color: var(--faith-green-deep);
  font-size: 0.85rem;
}

.device-mini-top span {
  color: var(--faith-gold);
  font-family: Georgia, "Times New Roman", serif;
}

.device-tablet > p {
  color: #40534a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.journey-mini-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem;
  border-left: 3px solid var(--faith-gold);
  background: #f1ebdf;
  color: #59645e;
  font-size: 0.72rem;
}

.journey-mini-card small {
  font-size: 0.65rem;
}

.journey-mini-card strong {
  color: var(--faith-green-deep);
  font-size: 0.92rem;
}

.device-phone {
  z-index: 3;
  left: 7%;
  bottom: -1%;
  width: 30%;
  min-height: 52%;
  padding: 2rem 1rem 1rem;
  border: 0.42rem solid var(--faith-green-deep);
  border-radius: 2rem;
  transform: rotate(-4deg);
}

.device-phone-notch {
  position: absolute;
  top: 0.45rem;
  left: 50%;
  width: 36%;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--faith-green-deep);
  transform: translateX(-50%);
}

.device-phone h3 {
  margin: 0.55rem 0 1rem;
  color: var(--faith-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.device-phone > p {
  margin: 0;
  color: #46584f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  line-height: 1.5;
}

.device-phone > p b {
  margin-right: 0.4rem;
  color: var(--faith-gold);
  font-family: Inter, Aptos, sans-serif;
}

.device-bottom-nav {
  position: absolute;
  right: 0.6rem;
  bottom: 0.7rem;
  left: 0.6rem;
  display: flex;
  justify-content: space-around;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(18, 75, 56, 0.15);
  color: #6d7871;
  font-size: 0.62rem;
}

.faith-worldwide,
.faith-inside,
.faith-foundation,
.faith-faq,
.faith-every-screen,
.faith-closing {
  padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
}

.faith-worldwide {
  background:
    linear-gradient(105deg, transparent 55%, rgba(201, 149, 63, 0.1)),
    var(--faith-green-deep);
}

.faith-worldwide-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.7fr;
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: 2.5rem;
}

.faith-worldwide h2 {
  color: var(--faith-paper);
  font-size: clamp(2.8rem, 5.3vw, 5.6rem);
}

.faith-worldwide-grid > div {
  align-self: end;
}

.faith-worldwide-grid p {
  max-width: 36rem;
  margin: 0 0 1.25rem;
  color: rgba(255, 253, 247, 0.72);
  font-size: 1.02rem;
}

.faith-worldwide-grid .faith-worldwide-lead {
  color: var(--faith-paper);
  font-size: clamp(1.18rem, 1.9vw, 1.6rem);
  line-height: 1.48;
}

.faith-device-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(3.5rem, 6vw, 6rem);
  border-top: 1px solid rgba(255, 253, 247, 0.2);
  border-bottom: 1px solid rgba(255, 253, 247, 0.2);
}

.faith-device-row > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.75rem;
  padding: 1.5rem;
  border-left: 1px solid rgba(255, 253, 247, 0.2);
}

.faith-device-row > div:first-child {
  border-left: 0;
}

.faith-device-row span {
  grid-row: 1 / 3;
  color: var(--faith-gold-soft);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.faith-device-row strong {
  color: var(--faith-paper);
  font-size: 1rem;
}

.faith-device-row small {
  color: rgba(255, 253, 247, 0.58);
  font-size: 0.76rem;
}

.faith-inside {
  background: var(--faith-cream);
  color: var(--faith-ink);
}

.faith-section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  align-items: end;
  gap: clamp(3rem, 7vw, 7rem);
}

.faith-section-heading h2 {
  margin-top: 2.4rem;
  color: var(--faith-green-deep);
  font-size: clamp(2.7rem, 5vw, 5.5rem);
}

.faith-section-heading > p {
  max-width: 32rem;
  margin: 0 0 0.6rem;
  color: #4d5f56;
  font-size: 1.05rem;
}

.faith-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: clamp(3rem, 5vw, 5rem) 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(18, 75, 56, 0.18);
  border-bottom: 1px solid rgba(18, 75, 56, 0.18);
  color: var(--faith-green-deep);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.faith-path i {
  color: var(--faith-gold);
  font-size: 1.25rem;
  font-style: normal;
}

.faith-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.faith-feature-card {
  min-height: 51rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: clamp(1.5rem, 3.5vw, 3.25rem);
  overflow: hidden;
  border: 1px solid rgba(18, 75, 56, 0.15);
  background: #e9e2d5;
}

.faith-feature-wide {
  grid-column: 1 / -1;
  min-height: 43rem;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(23rem, 1.22fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.faith-feature-wide .faith-screen-preview {
  width: min(100%, 42rem);
  justify-self: end;
}

.faith-feature-copy {
  position: relative;
  z-index: 2;
}

.faith-feature-number {
  margin: 0 0 1.5rem;
  color: var(--faith-green);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.faith-feature-copy h3 {
  max-width: 13ch;
  margin: 0 0 1.4rem;
  color: var(--faith-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.faith-feature-copy > p:last-of-type {
  max-width: 35rem;
  margin: 0;
  color: #495a51;
  font-size: 1rem;
}

.faith-benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.faith-benefit-list li {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(18, 75, 56, 0.24);
  border-radius: 999px;
  color: var(--faith-green-deep);
  font-size: 0.72rem;
  font-weight: 700;
}

.faith-feature-dark {
  background: var(--faith-green-deep);
}

.faith-feature-dark .faith-feature-number,
.faith-feature-dark .faith-feature-copy h3 {
  color: var(--faith-gold-soft);
}

.faith-feature-dark .faith-feature-copy > p:last-of-type {
  color: rgba(255, 253, 247, 0.73);
}

.faith-feature-journey {
  background:
    radial-gradient(circle at 12% 100%, rgba(201, 149, 63, 0.18), transparent 25rem),
    #dad2c2;
}

.faith-feature-trust {
  background: #cfb77f;
}

.faith-screen-preview {
  position: relative;
  width: 100%;
  min-height: 30rem;
  margin: auto 0 0;
  padding: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(18, 75, 56, 0.17);
  border-radius: 2rem 2rem 0.7rem 0.7rem;
  background: var(--faith-paper);
  box-shadow: 0 1.7rem 4rem rgba(23, 51, 39, 0.16);
  color: #3d5047;
}

.faith-screen-preview::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 50%;
  width: 3.2rem;
  height: 0.26rem;
  border-radius: 999px;
  background: rgba(18, 75, 56, 0.2);
  transform: translateX(-50%);
}

.faith-screen-preview figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.preview-app-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0.55rem 0 2rem;
  color: var(--faith-green-deep);
}

.preview-app-bar strong {
  font-size: 0.9rem;
}

.preview-app-bar span {
  color: var(--faith-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.faith-screen-preview > small,
.faith-screen-preview blockquote + small {
  color: var(--faith-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.faith-screen-preview h4 {
  margin: 0.65rem 0 0.9rem;
  color: var(--faith-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.faith-screen-preview > p {
  color: #65736b;
  font-size: 0.82rem;
  line-height: 1.48;
}

.preview-textarea {
  min-height: 8.5rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(18, 75, 56, 0.2);
  border-radius: 0.75rem;
  background: #fff;
  color: #45574d;
  font-size: 0.88rem;
}

.preview-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.8rem 0;
  color: var(--faith-green-soft);
  font-size: 0.68rem;
}

.preview-actions b {
  font-weight: 750;
}

.preview-button {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: var(--faith-green);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  text-align: center;
}

.preview-nav {
  position: absolute;
  right: 1.75rem;
  bottom: 1.3rem;
  left: 1.75rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(18, 75, 56, 0.15);
  color: #7b847e;
  font-size: 0.65rem;
}

.preview-nav .active {
  color: var(--faith-green);
  font-weight: 800;
}

.preview-response blockquote {
  margin: 0.65rem 0 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid var(--faith-gold);
  color: #536159;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.preview-response h4 {
  font-size: 1.8rem;
}

.preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 1.1rem;
}

.preview-tags span {
  padding: 0.35rem 0.58rem;
  border-radius: 999px;
  background: #e7eee9;
  color: var(--faith-green);
  font-size: 0.65rem;
  font-weight: 750;
}

.preview-divider {
  height: 1px;
  margin: 1.5rem 0;
  background: rgba(18, 75, 56, 0.15);
}

.preview-song {
  display: grid;
  gap: 0.1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(18, 75, 56, 0.13);
}

.preview-song b {
  color: var(--faith-green-deep);
  font-size: 0.88rem;
}

.preview-song span {
  color: #6b756f;
  font-size: 0.7rem;
}

.faith-screen-preview .preview-note {
  margin-top: 1.4rem;
  color: var(--faith-green-soft);
  font-size: 0.68rem;
}

.preview-journey-card {
  margin-top: 2rem;
  padding: 1.4rem;
  border-left: 4px solid var(--faith-gold);
  border-radius: 0 1rem 1rem 0;
  background: #efe9de;
}

.preview-journey-card small {
  color: var(--faith-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.preview-journey-card > strong {
  display: block;
  margin-top: 0.8rem;
  color: var(--faith-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.preview-journey-card > p {
  color: #637069;
  font-size: 0.8rem;
}

.preview-verse {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-left: 3px solid var(--faith-gold);
  background: #f2ede3;
}

.preview-verse > b {
  color: var(--faith-gold);
  font-size: 0.76rem;
}

.preview-verse > p {
  margin: 0;
  color: var(--faith-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.45;
}

.preview-context {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.25rem;
}

.preview-context span {
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(18, 75, 56, 0.18);
  color: var(--faith-green);
  font-size: 0.65rem;
  font-weight: 750;
}

.preview-trust h4 {
  max-width: 18ch;
  font-size: 1.7rem;
}

.preview-rule {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.8rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(18, 75, 56, 0.13);
}

.preview-rule i {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--faith-green);
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.preview-rule span {
  color: #69746d;
  font-size: 0.72rem;
}

.preview-rule b {
  display: block;
  color: var(--faith-green-deep);
  font-size: 0.8rem;
}

.faith-profile-strip {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: 1.2rem;
  padding: clamp(1.75rem, 4vw, 3.25rem);
  border: 1px solid rgba(18, 75, 56, 0.18);
  background: var(--faith-paper);
}

.faith-profile-strip .faith-feature-number,
.faith-profile-strip h3,
.faith-profile-strip p {
  margin: 0;
}

.faith-profile-strip h3 {
  color: var(--faith-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.faith-profile-strip > p:last-child {
  color: #526158;
  font-size: 0.92rem;
}

.faith-foundation {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(4rem, 8vw, 8rem);
  background: #101a15;
}

.faith-foundation-title h2 {
  margin-top: 2.5rem;
  color: var(--faith-paper);
  font-size: clamp(3rem, 5vw, 5.5rem);
}

.faith-foundation-title > p:last-child {
  max-width: 32rem;
  margin-top: 2rem;
  color: rgba(255, 253, 247, 0.67);
  font-size: 1.05rem;
}

.faith-promises {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  background: rgba(255, 253, 247, 0.15);
}

.faith-promises article {
  min-height: 17rem;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  background: var(--faith-green-deep);
}

.faith-promises span {
  color: var(--faith-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.faith-promises h3 {
  margin: 2.2rem 0 0.9rem;
  color: var(--faith-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.faith-promises p {
  margin: 0;
  color: rgba(255, 253, 247, 0.61);
  font-size: 0.86rem;
}

.faith-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(28rem, 1.28fr);
  align-items: start;
  gap: clamp(4rem, 9vw, 9rem);
  background: var(--faith-cream);
  color: var(--faith-green-deep);
}

.faith-faq-heading {
  position: sticky;
  top: 2rem;
}

.faith-faq-heading h2 {
  margin: 2.4rem 0 1.75rem;
  color: var(--faith-green-deep);
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.faith-faq-heading > p:last-child {
  max-width: 34rem;
  margin: 0;
  color: #526158;
  font-size: 1rem;
}

.faith-faq-list {
  border-bottom: 1px solid rgba(18, 75, 56, 0.2);
}

.faith-faq-list details {
  border-top: 1px solid rgba(18, 75, 56, 0.2);
}

.faith-faq-list summary {
  position: relative;
  padding: 1.6rem 3.25rem 1.6rem 0;
  color: var(--faith-green-deep);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.25;
  list-style: none;
}

.faith-faq-list summary::-webkit-details-marker {
  display: none;
}

.faith-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 75, 56, 0.28);
  border-radius: 50%;
  color: var(--faith-green);
  font-family: Inter, Aptos, sans-serif;
  font-size: 1.1rem;
  transform: translateY(-50%);
}

.faith-faq-list details[open] summary::after {
  content: "−";
  border-color: var(--faith-green);
  background: var(--faith-green);
  color: var(--faith-paper);
}

.faith-faq-list details > p {
  max-width: 45rem;
  margin: -0.35rem 0 1.8rem;
  padding-right: 3.25rem;
  color: #53635b;
  font-size: 1rem;
}

.faith-every-screen {
  position: relative;
  min-height: 46rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 247, 0.13), transparent 28rem),
    var(--faith-gold);
  color: var(--faith-green-deep);
  text-align: center;
  isolation: isolate;
}

.faith-every-screen .section-label {
  color: var(--faith-green-deep);
}

.faith-every-screen h2 {
  margin: 2.2rem auto;
  color: var(--faith-green-deep);
  font-size: clamp(3.6rem, 8vw, 8rem);
  line-height: 0.88;
}

.faith-every-screen > p:not(.section-label) {
  max-width: 48rem;
  margin: 0 auto;
  color: rgba(8, 45, 35, 0.81);
  font-size: clamp(1.08rem, 1.75vw, 1.32rem);
}

.faith-orbit {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.faith-orbit span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78vw, 68rem);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 45, 35, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.faith-orbit span:nth-child(2) {
  width: min(58vw, 48rem);
}

.faith-orbit span:nth-child(3) {
  width: min(38vw, 30rem);
}

.faith-platform-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 3.5rem;
  color: var(--faith-green-deep);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faith-platform-line i {
  width: 1.8rem;
  height: 1px;
  background: rgba(8, 45, 35, 0.45);
}

.faith-closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--faith-cream);
  color: var(--faith-green-deep);
  text-align: center;
}

.faith-closing-logo {
  width: 8rem;
  aspect-ratio: 1;
  margin-bottom: 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(18, 75, 56, 0.15);
  border-radius: 1.7rem;
  box-shadow: 0 1.5rem 3.5rem rgba(18, 75, 56, 0.1);
}

.faith-closing h2 {
  margin: 2.3rem auto 2rem;
  color: var(--faith-green-deep);
  font-size: clamp(3rem, 6vw, 6.4rem);
}

.faith-closing > p:not(.section-label) {
  max-width: 44rem;
  margin: 0 auto;
  color: #526158;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.faith-button-outline {
  margin-top: 2.5rem;
  border: 1px solid var(--faith-green);
  background: transparent;
  color: var(--faith-green);
}

.faith-button-outline:hover,
.faith-button-outline:focus-visible {
  background: var(--faith-green);
  color: var(--faith-paper);
}

.faith-footer {
  background: #0b1712;
}

@media (max-width: 1100px) {
  .faith-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(26rem, 1.18fr);
  }

  .device-main-copy {
    padding: 1.25rem;
  }

  .faith-feature-card:not(.faith-feature-wide) {
    min-height: 49rem;
  }
}

@media (max-width: 980px) {
  .faith-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .faith-hero-copy {
    max-width: 48rem;
  }

  .faith-device-stage {
    width: min(100%, 50rem);
    min-height: 38rem;
  }

  .faith-worldwide-grid,
  .faith-section-heading,
  .faith-foundation,
  .faith-profile-strip,
  .faith-faq {
    grid-template-columns: 1fr;
  }

  .faith-faq-heading {
    position: static;
    max-width: 46rem;
  }

  .faith-worldwide-grid > div,
  .faith-section-heading > p,
  .faith-foundation-title {
    max-width: 44rem;
  }

  .faith-device-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faith-device-row > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 253, 247, 0.2);
  }

  .faith-device-row > div:nth-child(4) {
    border-top: 1px solid rgba(255, 253, 247, 0.2);
  }

  .faith-feature-wide {
    grid-template-columns: 1fr;
  }

  .faith-feature-wide .faith-screen-preview {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 860px) and (min-width: 641px) {
  .faith-header nav a:first-child {
    display: none;
  }
}

@media (max-width: 760px) {
  .faith-screen-grid {
    grid-template-columns: 1fr;
  }

  .faith-feature-wide {
    grid-column: auto;
  }

  .faith-feature-card,
  .faith-feature-card:not(.faith-feature-wide) {
    min-height: auto;
  }

  .faith-path {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .faith-path i {
    transform: rotate(90deg);
  }

  .faith-path span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .faith-hero {
    padding-top: 4rem;
  }

  .faith-mini-logo {
    width: 6.5rem;
  }

  .faith-device-stage {
    min-height: 31rem;
  }

  .device-desktop {
    width: 100%;
    height: 61%;
  }

  .device-app-layout {
    grid-template-columns: 5.8rem 1fr;
  }

  .device-side-nav {
    padding-inline: 0.55rem;
    font-size: 0.65rem;
  }

  .device-main-copy {
    padding: 0.85rem;
  }

  .device-main-copy h2 {
    font-size: 1.35rem;
  }

  .device-main-copy > p {
    display: none;
  }

  .device-composer {
    grid-template-columns: 1fr;
    min-height: 5.7rem;
    margin-top: 0.7rem;
    font-size: 0.68rem;
  }

  .device-demo-action {
    justify-self: start;
    padding: 0.42rem 0.6rem;
  }

  .device-tablet {
    right: 0;
    width: 56%;
    min-height: 42%;
    padding: 1rem;
  }

  .device-tablet > p {
    font-size: 0.9rem;
  }

  .journey-mini-card {
    padding: 0.7rem;
  }

  .journey-mini-card span {
    display: none;
  }

  .device-phone {
    left: 1%;
    width: 41%;
    min-height: 51%;
    padding-inline: 0.7rem;
  }

  .device-phone h3 {
    font-size: 1.15rem;
  }

  .device-phone > p {
    font-size: 0.7rem;
  }

  .faith-device-row,
  .faith-promises {
    grid-template-columns: 1fr;
  }

  .faith-device-row > div,
  .faith-device-row > div:nth-child(2) {
    border-top: 1px solid rgba(255, 253, 247, 0.2);
    border-left: 0;
  }

  .faith-device-row > div:first-child {
    border-top: 0;
  }

  .faith-path {
    font-size: 0.7rem;
  }

  .faith-feature-card {
    padding: 1.4rem;
  }

  .faith-screen-preview {
    min-height: 29rem;
    padding: 1.25rem;
    border-radius: 1.5rem 1.5rem 0.55rem 0.55rem;
  }

  .preview-nav {
    right: 1.25rem;
    left: 1.25rem;
  }

  .faith-promises article {
    min-height: auto;
  }

  .faith-every-screen {
    min-height: 39rem;
  }

  .faith-orbit span {
    width: 39rem;
  }

  .faith-orbit span:nth-child(2) {
    width: 29rem;
  }

  .faith-orbit span:nth-child(3) {
    width: 19rem;
  }
}
