:root {
  color-scheme: dark;
  --canvas: #0d0e13;
  --surface: #151216;
  --raised: #231619;
  --floating: #2f1e21;
  --wine: #7b2634;
  --active: #a63b46;
  --glow: #ef6871;
  --ivory: #f3ece5;
  --mist: #a29891;
  --gold: #c89a63;
  --outline: #533f40;
  --shadow: 0 28px 80px rgb(0 0 0 / 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--canvas); color: var(--ivory); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; width: 42vw; aspect-ratio: 1; border-radius: 50%; filter: blur(120px); opacity: .13; pointer-events: none; z-index: -1; animation: drift 12s ease-in-out infinite alternate; }
.ambient-one { background: var(--active); top: -24vw; right: -8vw; }
.ambient-two { background: var(--wine); bottom: -30vw; left: -12vw; animation-direction: alternate-reverse; }
@keyframes drift { to { transform: translate3d(-3vw, 4vw, 0) scale(1.08); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ambient { animation: none; } }

.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(243 236 229 / .07); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 650; letter-spacing: -.02em; }
.brand img { border-radius: 12px; box-shadow: 0 8px 30px rgb(239 104 113 / .2); }
.brand.compact { font-size: 14px; }
nav, .footer-links { display: flex; align-items: center; gap: 28px; color: var(--mist); font-size: 14px; }
nav a:hover, footer a:hover { color: var(--ivory); }
select { min-width: 64px; padding: 9px 12px; border: 1px solid var(--outline); border-radius: 12px; color: var(--ivory); background: var(--surface); }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; padding-block: 72px 96px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .17em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 6.5vw, 82px); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 21px; letter-spacing: -.025em; }
.hero-body { max-width: 620px; color: var(--mist); font-size: 19px; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.store-button { min-width: 174px; padding: 11px 18px; display: flex; flex-direction: column; border: 1px solid rgb(243 236 229 / .16); border-radius: 16px; background: linear-gradient(145deg, rgb(47 30 33 / .95), rgb(21 18 22 / .95)); box-shadow: inset 0 1px rgb(255 255 255 / .08), 0 15px 40px rgb(0 0 0 / .24); }
.store-button:not([aria-disabled="true"]):hover { border-color: var(--glow); box-shadow: 0 0 0 4px rgb(239 104 113 / .1), var(--shadow); }
.store-button[aria-disabled="true"] { opacity: .55; cursor: not-allowed; }
.store-overline { color: var(--mist); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.availability { margin-top: 14px; color: var(--mist); font-size: 13px; }
.phone-stage { display: grid; place-items: center; perspective: 1200px; }
.phone { width: min(370px, 88vw); min-height: 700px; padding: 11px; border: 1px solid rgb(243 236 229 / .15); border-radius: 52px; background: linear-gradient(150deg, #3b2b2e, #171115 38%, #07080b); box-shadow: inset 0 1px 1px rgb(255 255 255 / .16), inset 0 -1px rgb(0 0 0 / .8), 0 50px 120px rgb(0 0 0 / .55), 0 0 70px rgb(166 59 70 / .14); transform: rotateY(-5deg) rotateX(2deg); }
.phone-top { height: 34px; padding: 2px 15px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; font-size: 11px; }
.island { justify-self: center; width: 90px; height: 25px; border-radius: 16px; background: #050507; }
.phone-content { min-height: 634px; padding: 42px 22px 24px; border-radius: 39px; background: radial-gradient(circle at 80% 10%, rgb(166 59 70 / .25), transparent 38%), linear-gradient(180deg, #171216, #0d0e13); }
.phone-kicker { color: var(--gold); font-size: 10px; letter-spacing: .2em; font-weight: 700; }
.phone h2 { font-size: 40px; }
.phone-content > p:not(.phone-kicker) { color: var(--mist); }
.mini-card { margin-top: 15px; padding: 18px; display: flex; justify-content: space-between; gap: 18px; border: 1px solid rgb(243 236 229 / .09); border-radius: 18px; color: var(--mist); background: linear-gradient(145deg, rgb(47 30 33 / .72), rgb(21 18 22 / .9)); box-shadow: inset 0 1px rgb(255 255 255 / .05); }
.mini-card.active { color: var(--ivory); border-color: rgb(239 104 113 / .32); }
.mini-card b { color: var(--gold); font-size: 12px; white-space: nowrap; }
.phone button { width: 100%; margin-top: 26px; padding: 16px; border: 0; border-radius: 16px; color: #1a0c0f; background: linear-gradient(180deg, #fa7b83, #d9515b); font-weight: 700; box-shadow: 0 0 34px rgb(239 104 113 / .28), inset 0 1px rgb(255 255 255 / .35); }
.phone small { display: block; margin-top: 15px; color: var(--mist); text-align: center; }

.section { padding-block: 112px; border-top: 1px solid rgb(243 236 229 / .07); }
.section-heading { max-width: 760px; }
.feature-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-grid article, .preference-panel { padding: 28px; border: 1px solid rgb(243 236 229 / .09); border-radius: 24px; background: linear-gradient(145deg, rgb(35 22 25 / .92), rgb(21 18 22 / .82)); box-shadow: inset 0 1px rgb(255 255 255 / .06), 0 22px 55px rgb(0 0 0 / .22); }
.feature-grid article > span { display: inline-block; margin-bottom: 54px; color: var(--glow); font-size: 12px; font-weight: 700; }
.feature-grid p, .preference-panel p { margin-bottom: 0; color: var(--mist); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.preference-panel > div { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(243 236 229 / .08); }
.preference-panel b { color: var(--glow); font-size: 13px; }
.preference-panel p { padding-top: 20px; }
.privacy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.privacy ul { margin: 0; padding: 0; list-style: none; }
.privacy li { padding: 19px 0 19px 30px; position: relative; border-bottom: 1px solid rgb(243 236 229 / .08); color: var(--mist); }
.privacy li::before { content: ""; position: absolute; left: 2px; top: 28px; width: 8px; height: 8px; border-radius: 50%; background: var(--glow); box-shadow: 0 0 14px var(--glow); }
footer { min-height: 150px; padding-block: 38px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; border-top: 1px solid rgb(243 236 229 / .07); color: var(--mist); font-size: 13px; }
footer p { margin: 0; }

.legal { max-width: 820px; padding-block: 90px 120px; }
.legal h1 {
  font-size: clamp(46px, 7vw, 70px);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.legal-date { color: var(--mist); }
.legal article { margin-top: 48px; }
.legal article h2 { font-size: 25px; }
.legal article p { color: var(--mist); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .privacy { grid-template-columns: 1fr; gap: 36px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 76px; }
  nav a { display: none; }
  .hero { min-height: auto; padding-top: 64px; gap: 56px; }
  h1 { font-size: 51px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .store-button { width: 100%; text-align: left; }
  .phone { transform: none; }
  .section { padding-block: 82px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article > span { margin-bottom: 30px; }
  .footer-links { flex-direction: column; gap: 12px; }
}
