:root {
  --ink: #171817;
  --paper: #f3f0e7;
  --paper-2: #e9e6da;
  --acid: #b9d86d;
  --acid-deep: #94b849;
  --coral: #f45b56;
  --yolk: #ffd15b;
  --muted: #77796f;
  --line: rgba(23, 24, 23, .14);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; }

.gateway-nav { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 950; letter-spacing: -.05em; }
.brand img { width: 36px; height: 36px; opacity: .88; }
.nav-note, .eyebrow, .choice-type, .choice-kicker, .instruction, .gateway-footer { font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.nav-note { color: var(--muted); }

.gateway { width: min(1320px, calc(100% - 56px)); margin: 0 auto; min-height: calc(100svh - 132px); display: grid; grid-template-columns: minmax(260px, .72fr) minmax(620px, 1.28fr); gap: clamp(42px, 6vw, 104px); align-items: center; padding: clamp(58px, 8vh, 106px) 0 72px; }
.gateway-intro { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.eyebrow span { width: 32px; height: 2px; background: var(--acid-deep); }
.gateway h1 { max-width: 7ch; margin: 28px 0 25px; font-size: clamp(54px, 6.2vw, 96px); line-height: .88; letter-spacing: -.08em; font-weight: 950; }
.gateway h1 em { color: var(--acid-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: normal; letter-spacing: -.095em; }
.intro-copy { max-width: 32ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.intro-mark { position: absolute; left: -18px; bottom: -36px; color: rgba(23, 24, 23, .045); font-size: clamp(220px, 24vw, 390px); font-weight: 1000; line-height: .65; letter-spacing: -.2em; pointer-events: none; user-select: none; }
.instruction { position: relative; display: flex; align-items: center; gap: 12px; margin: auto 0 0; color: var(--muted); }
.instruction span { color: var(--ink); }
.instruction i { margin-left: 8px; color: var(--acid-deep); font-size: 20px; font-style: normal; }

.experience-choices { display: grid; gap: 18px; }
.choice { position: relative; min-height: 316px; overflow: hidden; padding: 24px 26px 21px; border-radius: 34px; isolation: isolate; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.choice::after { content: ""; position: absolute; z-index: -1; width: 260px; height: 260px; right: -60px; bottom: -110px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; transition: transform .6s var(--ease); }
.choice:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(23, 24, 23, .15); }
.choice:hover::after { transform: scale(1.28); }
.choice-landing { color: var(--paper); background: var(--ink); }
.choice-experience { color: var(--ink); background: var(--acid); }
.choice-top { display: flex; align-items: center; gap: 12px; }
.choice-number { font-size: 15px; font-weight: 950; }
.choice-type { opacity: .58; }
.choice-arrow { margin-left: auto; font-size: 25px; line-height: 1; transition: transform .4s var(--ease); }
.choice:hover .choice-arrow { transform: translate(4px, -4px); }
.choice-content { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(190px, .72fr); align-items: center; gap: 22px; min-height: 208px; }
.choice-kicker { margin: 0 0 13px; color: inherit; opacity: .52; }
.choice h2 { margin: 0 0 14px; font-size: clamp(33px, 3.5vw, 56px); line-height: .88; letter-spacing: -.075em; font-weight: 950; }
.choice-description { max-width: 33ch; margin: 0; color: inherit; opacity: .62; font-size: 13px; line-height: 1.45; }
.choice-action { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid currentColor; font-size: 12px; font-weight: 900; }
.choice-action b { font-size: 22px; font-weight: 400; }

.phone-preview { position: relative; width: min(100%, 198px); height: 186px; justify-self: end; padding: 25px 12px 10px; overflow: hidden; border: 6px solid #0b0c0b; border-radius: 29px; color: var(--ink); background: var(--paper); box-shadow: 0 18px 30px rgba(0,0,0,.23); transform: rotate(4deg); transition: transform .6s var(--ease); }
.choice:hover .phone-preview { transform: rotate(1deg) translateY(-5px); }
.phone-notch { position: absolute; top: 6px; left: 50%; width: 55px; height: 13px; border-radius: 99px; background: #0b0c0b; transform: translateX(-50%); }
.phone-greeting { font-size: 7px; line-height: 1.4; }.phone-greeting strong { font-size: 10px; }
.phone-search { margin-top: 8px; padding: 7px 6px; border-radius: 9px; background: var(--paper-2); color: var(--muted); font-size: 6px; }
.phone-chips { display: flex; gap: 4px; margin: 7px 0; font-size: 5px; }.phone-chips > * { padding: 4px 6px; border-radius: 6px; background: var(--paper-2); }.phone-chips b { color: var(--paper); background: var(--ink); }
.phone-products { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }.phone-products > div { overflow: hidden; border-radius: 8px; background: var(--paper-2); }.phone-products img { width: 100%; height: 48px; object-fit: cover; }.phone-products b, .phone-products small { display: block; padding: 3px 4px 0; font-size: 6px; }.phone-products small { padding-top: 1px; padding-bottom: 4px; font-size: 7px; font-weight: 900; }

.signal-preview { position: relative; justify-self: end; width: 198px; height: 184px; }
.signal-orbit { position: absolute; border: 1px solid rgba(23,24,23,.22); border-radius: 50%; transform: rotate(-16deg); }.signal-orbit-one { inset: 9px 11px 17px 4px; }.signal-orbit-two { inset: 25px 26px 1px 22px; border-style: dashed; transform: rotate(29deg); }.signal-core { position: absolute; inset: 50px 68px; display: grid; place-items: center; border-radius: 25px; color: var(--paper); background: var(--ink); font-family: Georgia, serif; font-size: 48px; box-shadow: 0 15px 28px rgba(23,24,23,.2); transform: rotate(-6deg); }
.signal-label { position: absolute; padding: 7px 8px; border-radius: 8px; color: var(--ink); background: rgba(255,255,255,.62); font-size: 6px; font-weight: 950; letter-spacing: .12em; box-shadow: 0 8px 16px rgba(23,24,23,.08); }.signal-label-one { top: 10px; right: 5px; }.signal-label-two { bottom: 5px; left: 0; background: var(--coral); }.signal-label-three { top: 82px; right: -2px; background: var(--yolk); }

.gateway-footer { width: min(1320px, calc(100% - 56px)); display: flex; justify-content: space-between; gap: 20px; margin: 0 auto; padding: 20px 0 25px; color: var(--muted); border-top: 1px solid var(--line); }
.gateway-footer span:first-child { color: var(--ink); }

@media (max-width: 900px) {
  .gateway { grid-template-columns: 1fr; gap: 42px; padding-top: 64px; }
  .gateway-intro { min-height: 440px; }
  .gateway h1 { max-width: 8ch; font-size: clamp(56px, 11vw, 88px); }
  .instruction { margin-top: 52px; }
  .experience-choices { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .choice { min-height: 390px; padding: 20px; }
  .choice-content { grid-template-columns: 1fr; gap: 12px; min-height: 275px; }
  .choice h2 { font-size: clamp(32px, 5vw, 48px); }
  .phone-preview, .signal-preview { justify-self: start; transform: scale(.82) rotate(3deg); transform-origin: left bottom; margin-top: -22px; }
  .signal-preview { transform: scale(.82); }
}

@media (max-width: 580px) {
  .gateway-nav { height: 70px; padding: 0 18px; }.brand { font-size: 17px; }.brand img { width: 31px; height: 31px; }.nav-note { display: none; }
  .gateway, .gateway-footer { width: calc(100% - 36px); }
  .gateway { min-height: auto; padding: 54px 0 48px; gap: 38px; }
  .gateway-intro { min-height: 420px; }.gateway h1 { margin-top: 22px; font-size: 58px; }.intro-copy { font-size: 15px; }.intro-mark { left: -10px; bottom: -8px; font-size: 245px; }.instruction { margin-top: 46px; font-size: 9px; }
  .experience-choices { grid-template-columns: 1fr; gap: 14px; }.choice { min-height: 302px; border-radius: 27px; padding: 20px; }.choice-content { grid-template-columns: minmax(0, 1fr) 145px; gap: 10px; min-height: 201px; }.choice h2 { font-size: 34px; }.choice-description { font-size: 11px; }.phone-preview, .signal-preview { width: 145px; height: 145px; transform: scale(.72) rotate(4deg); transform-origin: right center; justify-self: end; margin: 0 -18px 0 0; }.signal-preview { transform: scale(.72); }.signal-core { inset: 42px 50px; font-size: 38px; }.choice-action { font-size: 11px; }
  .gateway-footer { flex-wrap: wrap; font-size: 8px; letter-spacing: .11em; }.gateway-footer span:nth-child(2) { width: 100%; order: 3; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
