:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  color: #f2f2f2;
  background: #0a0a0a;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  --accent: #e7e7e7;
  --muted: #a4a4a4;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
::selection { background: var(--accent); color: #0a0a0a; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 7px; border-radius: 2px; }
.page-shell { width: min(100% - 112px, 1376px); margin-inline: auto; min-height: 100svh; display: flex; flex-direction: column; }
.site-header { height: 124px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ffffff12; }
.brand { display: block; width: 128px; margin-left: -7px; }
.brand img { display: block; width: 100%; height: auto; filter: invert(1); }
.location { display: flex; align-items: center; gap: 10px; color: #c0c0c0; font-size: 10px; font-weight: 600; letter-spacing: 1.8px; }
.location-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
main { flex: 1; display: flex; align-items: center; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; width: 100%; min-height: 620px; padding: 70px 0 85px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 31px; color: #b2b2b2; font-size: 10px; font-weight: 600; letter-spacing: 2px; }
.eyebrow > span { width: 23px; height: 1px; background: var(--accent); }
h1 { margin: 0 0 31px; font-size: clamp(66px, 7.6vw, 112px); line-height: .99; letter-spacing: -.075em; font-weight: 500; }
h1 > span { color: var(--accent); }
.lead { margin: 0 0 17px; font-size: 23px; line-height: 1.4; letter-spacing: -.7px; }
.description { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.8; }
.hero-art { position: relative; height: 540px; min-width: 0; isolation: isolate; }
.art-glow { position: absolute; inset: 0; background: radial-gradient(ellipse, #b3b3b322 0%, #b3b3b308 45%, transparent 69%); z-index: -1; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid #dadada14; border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 88%; aspect-ratio: 1; }
.orbit-two { width: 111%; aspect-ratio: 1; border-style: dashed; border-color: #dadada0b; }
.orbit-three { width: 65%; aspect-ratio: 1; border-color: #dadada14; }
.orbit-point { position: absolute; top: 37px; left: 68%; width: 5px; height: 5px; border-radius: 50%; background: #d8d8d8; box-shadow: 0 0 15px #d8d8d844; }
.phone { position: absolute; top: 47%; left: 50%; width: 270px; height: 516px; padding: 6px; border-radius: 43px; background: linear-gradient(120deg, #aaa 0%, #484848 15%, #929292 47%, #303030 75%, #777); border: 1px solid #a0a0a0; box-shadow: 15px 28px 65px #000b, inset 0 0 0 2px #252525; transform: translate(-50%, -50%) rotate(7deg); }
.phone-screen { height: 100%; position: relative; overflow: hidden; border-radius: 36px; border: 3px solid #121212; color: #161616; background: #fafafa; }
.phone-button { position: absolute; width: 3px; background: linear-gradient(90deg, #383838, #878787); border-radius: 3px; }
.phone-volume { height: 52px; top: 110px; left: -3px; }
.phone-power { height: 60px; top: 130px; right: -3px; }
.phone-status { height: 43px; display: flex; justify-content: space-between; align-items: center; padding: 0 17px; font-size: 10px; font-weight: 700; }
.phone-island { position: absolute; width: 76px; height: 22px; border-radius: 20px; top: 8px; left: 50%; transform: translateX(-50%); background: #111; }
.phone-island::after { content: ""; position: absolute; width: 5px; height: 5px; border: 1px solid #323232; background: #1e1e1e; border-radius: 50%; top: 8px; right: 9px; }
.checkout-nav { display: flex; align-items: center; justify-content: space-between; padding: 8px 19px 13px; border-bottom: 1px solid #e9e9e9; font-size: 11px; font-weight: 600; }
.back-chevron { width: 6px; height: 6px; border-left: 1.4px solid; border-bottom: 1.4px solid; transform: rotate(45deg); }
.menu-dots { font-size: 17px; line-height: 8px; letter-spacing: 1px; }
.checkout-content { padding: 23px 16px 0; }
.order-symbol { display: grid; place-items: center; width: 51px; height: 51px; border-radius: 16px; background: #eeeeee; margin: 0 auto 13px; }
.order-label { margin: 0 0 7px; text-align: center; color: #727272; font-size: 10px; }
.order-total { margin: 0; text-align: center; font-size: 28px; letter-spacing: -1px; font-weight: 600; }
.order-total > span:first-child { font-size: 12px; font-weight: 400; letter-spacing: 0; margin-right: 3px; color: #646464; }
.order-total > span:last-child { color: #939393; }
.order-divider { height: 1px; background: #e8e8e8; margin: 22px 0 19px; }
.checkout-field { display: flex; flex-direction: column; gap: 5px; background: #f0f0f0; border: 1px solid #e9e9e9; border-radius: 10px; padding: 10px 12px; font-size: 11px; }
.field-label { font-size: 8px; color: #7c7c7c; }
.checkout-method { display: flex; align-items: center; gap: 9px; background: #f0f0f0; border: 1px solid #e9e9e9; border-radius: 10px; padding: 11px; margin-top: 8px; }
.mini-card { width: 31px; height: 22px; border-radius: 4px; background: linear-gradient(130deg, #484848, #191919); display: flex; align-items: center; padding: 6px; }
.mini-card > span { width: 8px; height: 6px; border: 1px solid #a0a0a0; border-radius: 2px; }
.method-details { display: flex; flex-direction: column; gap: 4px; font-size: 10px; }
.card-digits { color: #7b7b7b; font-size: 9px; letter-spacing: .5px; }
.method-chevron { width: 6px; height: 6px; border-right: 1px solid #747474; border-bottom: 1px solid #747474; transform: rotate(45deg); margin-left: auto; margin-right: 3px; }
.pay-with-wyrd { display: flex; align-items: center; justify-content: center; gap: 6px; background: #141414; color: #fff; border-radius: 10px; height: 44px; margin-top: 13px; font-size: 12px; font-weight: 500; box-shadow: 0 4px 9px #00000012; }
.pay-with-wyrd img { width: 65px; height: auto; filter: invert(1); }
.checkout-note { display: flex; justify-content: center; align-items: center; gap: 5px; font-size: 8px; color: #838383; margin: 13px 0 0; }
.home-indicator { position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); width: 83px; height: 3px; border-radius: 4px; background: #171717; }
.checkout-float { position: absolute; top: 72%; right: 2%; display: flex; align-items: center; gap: 10px; padding: 13px 17px 13px 12px; background: linear-gradient(135deg, #2b2b2b, #171717); border: 1px solid #ffffff26; border-radius: 15px; box-shadow: 0 14px 40px #0008; color: #b7b7b7; font-size: 10px; line-height: 1.6; transform: rotate(-5deg); }
.checkout-float strong { color: #eee; font-weight: 500; }
.float-check { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: #eee; color: #292929; }
.art-caption { position: absolute; bottom: -12px; left: 16%; display: flex; align-items: center; gap: 10px; color: #909090; font-size: 8px; letter-spacing: 1.6px; white-space: nowrap; }
.caption-line { width: 25px; height: 1px; background: #90909080; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 87px; border-top: 1px solid #ffffff12; color: #9b9b9b; font-size: 11px; }
.footer-message { color: #b2b2b2; }
.site-footer a { text-decoration: none; display: flex; align-items: center; gap: 15px; min-height: 44px; transition: color 160ms; }
.site-footer a:hover { color: var(--accent); }

@media (min-width: 1600px) {
  .hero { min-height: 720px; }
  .hero-art { transform: scale(1.1); }
}
@media (max-width: 1100px) {
  .page-shell { width: calc(100% - 72px); }
  h1 { font-size: clamp(64px, 8vw, 88px); }
  .hero { grid-template-columns: 1.15fr 1fr; }
  .hero-art { height: 520px; }
  .phone { transform: translate(-50%, -50%) rotate(7deg) scale(.9); }
  .checkout-float { right: -2%; top: 76%; }
  .art-caption { left: 9%; font-size: 7px; letter-spacing: 1.2px; }
}
@media (max-width: 760px) {
  .page-shell { width: calc(100% - 44px); }
  .site-header { height: 91px; }
  .brand { width: 109px; }
  .location { font-size: 8px; letter-spacing: 1.3px; gap: 7px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 56px 0 31px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.7px; margin-bottom: 25px; }
  h1 { font-size: clamp(54px, 11.8vw, 86px); margin-bottom: 25px; }
  .lead { font-size: 22px; }
  .description { font-size: 13px; }
  .hero-art { width: min(100%, 410px); height: 540px; margin: 39px auto 0; }
  .orbit-point { top: 15px; }
  .orbit-two { width: 100%; }
  .orbit-one { width: 84%; }
  .art-caption { bottom: 1px; left: 12%; }
  .phone { transform: translate(-50%, -50%) rotate(5deg) scale(.96); }
  .checkout-float { top: 78%; right: 0; }
  .site-footer { flex-wrap: wrap; column-gap: 18px; row-gap: 0; min-height: 100px; padding-block: 12px; font-size: 10px; }
  .footer-message { display: none; }
}
@media (max-width: 360px) {
  .page-shell { width: calc(100% - 32px); }
  h1 { font-size: 50px; }
  .location { font-size: 7px; }
  .hero-art { height: 510px; }
  .phone { transform: translate(-50%, -50%) rotate(5deg) scale(.9); }
  .checkout-float { padding: 10px 12px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
