:root {
  color-scheme: dark;
  --ink: #f6f4ef;
  --muted: #aaa8a1;
  --gold: #f1bd39;
  --ground: #0b0c10;
}

* { box-sizing: border-box; }

html { background: var(--ground); }

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 77% 43%, rgba(211, 150, 25, .12), transparent 20rem),
    linear-gradient(120deg, #0a0b0e 0%, #101116 58%, #0a0b0d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main { min-height: calc(100vh - 3.5rem); }

.hero {
  width: min(1160px, calc(100% - 3rem));
  min-height: min(790px, calc(100vh - 3.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

.copy { max-width: 540px; padding: 3rem 0; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .18em;
}

.brand-mark { color: var(--gold); font-size: 1.25rem; line-height: 1; }

.eyebrow {
  margin: 7rem 0 1.1rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(3.35rem, 6.3vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -.07em;
  line-height: .95;
}

.intro {
  max-width: 425px;
  margin: 1.7rem 0 2rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.store-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .52rem .95rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: .55rem;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.store-link:hover, .store-link:focus-visible { border-color: var(--gold); transform: translateY(-2px); outline: none; }
.store-link small, .store-link strong { display: block; line-height: 1.08; }
.store-link small { font-size: .48rem; letter-spacing: .07em; }
.store-link strong { font-size: 1.15rem; font-weight: 600; }
.apple { font-size: 1.55rem; color: var(--ink); }

.visual {
  position: relative;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.glow {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241,189,57,.25), rgba(241,189,57,.06) 36%, transparent 67%);
  filter: blur(14px);
  z-index: -1;
}

.app-shot-wrap {
  width: min(57%, 300px);
  overflow: hidden;
  border: 7px solid #18191f;
  border-radius: 2.15rem;
  background: #18191f;
  box-shadow: 0 40px 80px rgba(0,0,0,.62), 0 0 0 1px rgba(255,255,255,.16), inset 0 0 0 1px rgba(255,255,255,.06);
  transform: rotate(4deg) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.app-shot-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.75rem;
  image-rendering: auto;
}

.measurement {
  position: absolute;
  z-index: 1;
  color: rgba(246,244,239,.76);
  font-family: "SF Mono", "Roboto Mono", ui-monospace, monospace;
  font-size: clamp(.67rem, 1.2vw, .85rem);
  letter-spacing: .09em;
}

.measurement::before, .measurement::after { content: ""; position: absolute; background: var(--gold); opacity: .8; }
.top { top: 12%; left: 7%; }
.top::before { width: 34px; height: 1px; right: -49px; top: 50%; }
.right { right: 1%; top: 45%; }
.right::before { width: 42px; height: 1px; right: calc(100% + 13px); top: 50%; }
.bottom { top: 61%; left: 2%; }
.bottom::before { width: 54px; height: 1px; left: calc(100% + 13px); top: 50%; }

.details {
  width: min(1160px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.15rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #c4c1b9;
  font-size: .79rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.details span { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.details p { margin: 0; }
footer {
  padding: 1rem 1.5rem 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  color: #64656a;
  text-align: center;
  font-size: .76rem;
}

footer a { color: #a5a39c; text-underline-offset: .22em; }
footer a:hover, footer a:focus-visible { color: var(--gold); }

.footer-links { display: inline-flex; gap: .75rem; }

.policy-page { min-height: 100vh; }
.policy {
  width: min(760px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 4.5rem 0 3rem;
}
.policy-back { color: #c4c1b9; text-decoration: none; font-size: .9rem; }
.policy-back:hover, .policy-back:focus-visible { color: var(--gold); }
.policy .eyebrow { margin-top: 4.5rem; }
.policy h1 { margin: .6rem 0 .5rem; font-size: clamp(3rem, 8vw, 5.5rem); }
.policy-updated { color: #898981; font-size: .9rem; margin-bottom: 2.5rem; }
.policy p { max-width: 68ch; color: #c4c1b9; font-size: 1rem; line-height: 1.75; }
.policy h2 { margin: 2.5rem 0 .5rem; color: #f6f4ef; font-size: 1.15rem; letter-spacing: .05em; }
.policy a { color: #d8b64b; text-underline-offset: .2em; }
.policy a:hover, .policy a:focus-visible { color: #f2be36; }

@media (max-width: 720px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 0; padding: 2rem 0 1rem; }
  .copy { padding: 0; }
  .eyebrow { margin-top: 3.2rem; }
  h1 { font-size: clamp(2.9rem, 12vw, 4rem); }
  .intro { margin: 1.35rem 0 1.6rem; font-size: 1rem; }
  .visual { width: min(100%, 420px); height: 340px; aspect-ratio: auto; margin: .5rem auto 0; }
  .app-shot-wrap { width: min(44%, 180px); border-width: 5px; border-radius: 1.55rem; transform: rotate(3deg); }
  .app-shot-wrap img { border-radius: 1.25rem; }
  .measurement { display: none; }
  .details { justify-content: center; flex-wrap: wrap; row-gap: .55rem; text-align: center; }
}

@media (max-width: 420px) {
  .hero, .details { width: min(100% - 2rem, 1160px); }
  .brand { font-size: .68rem; letter-spacing: .15em; }
  .eyebrow { margin-top: 2.5rem; font-size: .68rem; }
  .visual { height: 305px; }
  .app-shot-wrap { width: 45%; }
  .details { flex-direction: column; gap: .7rem; font-size: .73rem; }
  .details span { display: none; }
  .policy { width: min(100% - 2rem, 760px); padding-top: 2.5rem; }
  .policy .eyebrow { margin-top: 3.5rem; }
  .policy h1 { font-size: 2.9rem; }
  footer { flex-direction: column; }
}
