:root {
  --black: #070707;
  --soft-black: #10100f;
  --deep: #14110c;
  --gold: #d8c29d;
  --gold-dark: #a98f61;
  --cream: #f6efe3;
  --muted: #b9ad9a;
  --line: rgba(216, 194, 157, 0.22);
  --glass: rgba(255, 255, 255, 0.055);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--black);
  color: var(--cream);
  overflow-x: hidden;
}

body::selection {
  background: var(--gold);
  color: var(--black);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 194, 157, 0.20), transparent 32%),
    radial-gradient(circle at 16% 70%, rgba(169, 143, 97, 0.14), transparent 34%),
    linear-gradient(135deg, #050505 0%, #0b0b0a 45%, #15110a 100%);
}

.page-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.68);
  backdrop-filter: blur(22px);
  position: sticky;
  top: 18px;
  z-index: 10;
}

.brand {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 32px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--cream);
}

.header-btn {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
  font-size: 14px;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 98px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
  padding: 74px 0 54px;
}

.eyebrow,
.section-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 700;
}

.hero h1,
.intro-section h2,
.final-cta h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -1.6px;
}

.hero h1 {
  font-size: clamp(64px, 9vw, 124px);
  margin: 20px 0 28px;
}

.hero-text {
  max-width: 590px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 34px;
}

.store-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.store-buttons.center {
  justify-content: center;
}

.store-btn {
  min-width: 188px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: 18px;
  background: rgba(246, 239, 227, 0.95);
  color: #090909;
  font-weight: 800;
  line-height: 1.05;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  transition: transform .25s ease, background .25s ease;
}

.store-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
}

.store-btn small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  opacity: .72;
  margin-bottom: 3px;
}

.store-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}

.apple-icon svg {
  width: 28px;
  height: 28px;
  fill: #090909;
  display: block;
}

.play-icon svg {
  width: 26px;
  height: 26px;
  fill: #090909;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
}

.luxury-orbit {
  position: absolute;
  border: 1px solid rgba(216, 194, 157, .18);
  border-radius: 999px;
  transform: rotate(-18deg);
}

.orbit-one {
  width: 520px;
  height: 520px;
}

.orbit-two {
  width: 410px;
  height: 410px;
  border-color: rgba(216, 194, 157, .34);
}

.phone-mockup {
  position: relative;
  width: min(340px, 82vw);
  min-height: 680px;
  padding: 13px;
  border-radius: 46px;
  background: linear-gradient(145deg, #f1dfbd, #7a633f 44%, #f5e3bd 100%);
  box-shadow: 0 50px 120px rgba(0,0,0,.55), 0 0 80px rgba(216, 194, 157, .18);
  z-index: 2;
}

.phone-notch {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 28px;
  background: #050505;
  border-radius: 999px;
  z-index: 4;
}

.phone-screen {
  min-height: 654px;
  padding: 62px 18px 20px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 10%, rgba(216, 194, 157, 0.18), transparent 35%),
    linear-gradient(180deg, #11100e, #050505);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}

.app-top,
.request-card,
.bottom-panel,
.welcome-card {
  border: 1px solid rgba(216, 194, 157, .14);
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(15px);
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cream);
  padding: 14px;
  border-radius: 18px;
  font-size: 13px;
}

.app-top strong {
  color: var(--gold);
}

.welcome-card {
  margin: 20px 0;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(216,194,157,.22), rgba(255,255,255,.05));
}

.welcome-card small {
  color: var(--muted);
}

.welcome-card h3 {
  font-family: "Cormorant Garamond", serif;
  margin-top: 8px;
  font-size: 31px;
  line-height: 1.05;
}

.request-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-radius: 20px;
  margin-bottom: 12px;
  color: var(--cream);
}

.request-card b {
  color: var(--gold);
  font-size: 12px;
}

.request-card.active {
  background: rgba(216, 194, 157, .16);
}

.bottom-panel {
  margin-top: 26px;
  padding: 22px;
  border-radius: 24px;
  color: var(--muted);
  text-align: center;
}

.ticker {
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  animation: marquee 24s linear infinite;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 13px;
}

.ticker i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold-dark);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.intro-section,
.how,
.final-cta {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 105px 0;
  text-align: center;
}

.intro-section h2,
.final-cta h2 {
  font-size: clamp(44px, 7vw, 78px);
  margin: 18px 0 22px;
}

.intro-section p,
.final-cta p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
  max-width: 680px;
  margin: 0 auto;
}

.services {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 80px;
}

.services article {
  min-height: 290px;
  padding: 32px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.services article::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  right: -70px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(216,194,157,.16), transparent 70%);
}

.services span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 2px;
}

.services h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 43px;
  margin: 72px 0 14px;
}

.services p {
  color: var(--muted);
  line-height: 1.75;
}

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

.steps div {
  padding: 28px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}

.steps strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  color: var(--gold);
  margin-bottom: 8px;
}

.steps p {
  color: var(--muted);
}

.final-cta {
  padding-top: 70px;
}

.final-cta .store-buttons {
  margin-top: 32px;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

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

  .store-buttons {
    justify-content: center;
  }

  .hero-visual {
    min-height: 610px;
  }

  .services,
  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: min(100% - 24px, 1180px);
    padding: 13px 14px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    font-size: 24px;
  }

  .header-btn {
    padding: 10px 14px;
    font-size: 13px;
  }

  .hero {
    width: min(100% - 28px, 1180px);
    padding-top: 48px;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 82px);
  }

  .hero-text {
    font-size: 16px;
  }

  .store-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 560px;
  }

  .orbit-one {
    width: 350px;
    height: 350px;
  }

  .orbit-two {
    width: 280px;
    height: 280px;
  }

  .phone-mockup {
    width: min(310px, 90vw);
    min-height: 610px;
  }

  .phone-screen {
    min-height: 584px;
  }

  .intro-section,
  .how,
  .final-cta,
  .services {
    width: min(100% - 28px, 1180px);
  }

  .intro-section,
  .how,
  .final-cta {
    padding: 74px 0;
  }

  .services article {
    min-height: 240px;
  }

  .services h3 {
    margin-top: 48px;
  }

  .site-footer {
    width: min(100% - 28px, 1180px);
    flex-direction: column;
    text-align: center;
  }
}


.footer-links {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.footer-links a {
  color: var(--muted);
  transition: color .25s ease;
}

.footer-links a:hover {
  color: var(--gold);
}

.legal-page {
  width: min(100% - 36px, 980px);
  margin: 0 auto;
  padding: 150px 0 80px;
}

.legal-hero {
  padding: 72px 0 46px;
  border-bottom: 1px solid rgba(216, 194, 157, .18);
}

.legal-hero h1 {
  font-family: var(--serif);
  color: var(--cream);
  font-size: clamp(48px, 8vw, 82px);
  line-height: .95;
  letter-spacing: -1px;
  margin: 10px 0 18px;
}

.legal-hero p:last-child {
  color: var(--muted);
}

.legal-content {
  padding: 54px 0 0;
}

.legal-content h2 {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 30px;
  margin: 38px 0 12px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.legal-content a {
  color: var(--gold);
  border-bottom: 1px solid rgba(216, 194, 157, .35);
}

@media (max-width: 640px) {
  .footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .legal-page {
    width: min(100% - 28px, 980px);
    padding-top: 110px;
  }

  .legal-hero {
    padding: 52px 0 36px;
  }

  .legal-content h2 {
    font-size: 26px;
  }
}
