:root {
  color-scheme: dark;
  --background: #0e1011;
  --surface: #191c1f;
  --surface-raised: #22262a;
  --text: #f4f1e9;
  --muted: #a4a5a6;
  --line: rgba(255, 255, 255, 0.1);
  --gold: #c8a66a;
  --gold-light: #e0c58f;
  --green: #68b28e;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(200, 166, 106, 0.1), transparent 28rem),
    var(--background);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.site-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(224, 197, 143, 0.45);
  border-radius: 11px;
  background: linear-gradient(145deg, #26231d, #17191b);
  color: var(--gold-light);
  font-size: 1.25rem;
}

nav,
footer div {
  display: flex;
  gap: 28px;
}

nav a,
footer a {
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 160ms ease;
}

nav a:hover,
footer a:hover {
  color: var(--text);
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
  padding: 80px 0 100px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.section-heading h2,
.support-section h2,
.legal-page > h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
}

.hero-text {
  max-width: 590px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: #17130d;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.button-disabled {
  cursor: default;
}

.availability {
  margin: 18px 0 0;
  color: #777a7d;
  font-size: 0.82rem;
}

.phone {
  width: min(100%, 360px);
  margin-inline: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 54px;
  background: #050607;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.5),
    0 0 0 8px rgba(255, 255, 255, 0.025);
  transform: rotate(2deg);
}

.phone-screen {
  min-height: 650px;
  overflow: hidden;
  padding: 24px 22px;
  border-radius: 44px;
  background:
    linear-gradient(160deg, rgba(200, 166, 106, 0.05), transparent 35%),
    #101214;
}

.phone-status {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 78px;
  font-size: 0.72rem;
  font-weight: 700;
}

.phone-status span:last-child {
  text-align: right;
}

.dynamic-island {
  width: 88px;
  height: 25px;
  justify-self: center;
  border-radius: 999px;
  background: #000;
}

.phone-kicker {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.82rem;
}

.phone h2 {
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.app-card {
  margin-bottom: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: var(--surface);
}

.app-card-featured {
  padding: 25px 22px;
  background:
    linear-gradient(135deg, rgba(200, 166, 106, 0.11), transparent 58%),
    var(--surface);
}

.app-label,
.support-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.app-card p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.app-action {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
}

.app-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.78rem;
}

.app-row span:last-child {
  color: var(--text);
}

.app-divider {
  height: 1px;
  margin: 16px 0;
  background: var(--line);
}

.section {
  padding: 120px 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 56px;
}

.section-heading h2,
.support-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
}

.story-section {
  padding-bottom: 90px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.story-copy {
  padding-top: 42px;
}

.story-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.story-cards article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(150deg, rgba(200, 166, 106, 0.08), transparent 56%),
    rgba(255, 255, 255, 0.025);
}

.story-cards h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
}

.story-cards p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.steps article {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
}

.step-number {
  display: block;
  margin-bottom: 72px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.steps h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.steps p,
.support-section p,
.legal-content p {
  color: var(--muted);
}

.privacy-callout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
  padding: 80px clamp(24px, 5vw, 52px);
  border: 1px solid rgba(200, 166, 106, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(200, 166, 106, 0.12), transparent 32rem),
    rgba(255, 255, 255, 0.025);
}

.privacy-callout h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.privacy-callout p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.support-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  align-items: center;
  padding: 120px 0;
  border-top: 1px solid var(--line);
}

.support-section > div:first-child > p:last-child {
  max-width: 600px;
  margin-top: 24px;
}

.support-card {
  padding: 34px;
  border: 1px solid rgba(200, 166, 106, 0.25);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(200, 166, 106, 0.1), transparent 60%),
    var(--surface);
}

.support-card a {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  text-decoration-color: var(--gold);
  text-underline-offset: 6px;
}

.support-card p {
  margin-bottom: 0;
  font-size: 0.86rem;
}

footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: #777a7d;
  font-size: 0.82rem;
}

.legal-page {
  max-width: 800px;
  padding: 100px 0 130px;
}

.legal-page > h1 {
  margin-bottom: 12px;
  font-size: clamp(3rem, 7vw, 5rem);
}

.legal-updated {
  margin-bottom: 64px;
  color: #777a7d;
}

.legal-content {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.025);
}

.legal-content h2 {
  margin: 38px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.legal-content h2:first-of-type {
  margin-top: 30px;
}

.legal-content p {
  margin-bottom: 18px;
}

.legal-content a {
  color: var(--gold-light);
}

@media (max-width: 800px) {
  .site-header {
    min-height: 76px;
  }

  nav {
    gap: 16px;
  }

  nav a:first-child {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .phone {
    margin-top: 20px;
    transform: none;
  }

  .story-grid,
  .story-cards,
  .steps,
  .privacy-callout,
  .support-section {
    grid-template-columns: 1fr;
  }

  .story-copy {
    padding-top: 0;
  }

  .step-number {
    margin-bottom: 42px;
  }

  .support-section {
    gap: 36px;
  }
}

@media (max-width: 520px) {
  .site-header,
  main,
  footer {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .brand {
    font-size: 0;
  }

  .brand-mark {
    font-size: 1.25rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  .hero {
    padding-bottom: 76px;
  }

  .section,
  .support-section {
    padding: 84px 0;
  }

  footer {
    min-height: 130px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
}

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