:root {
  --ink: #11110f;
  --paper: #f5f3ee;
  --muted: #62605b;
  --line: color-mix(in srgb, var(--ink) 20%, transparent);
  --display: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease-out: cubic-bezier(.2, .74, .26, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; background: var(--paper); }
body { min-width: 320px; min-height: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent calc(50% - .5px), color-mix(in srgb, var(--ink) 7%, transparent) 50%, transparent calc(50% + .5px)); transform: scaleY(0); transform-origin: top; animation: draw-line 900ms 280ms var(--ease-out) forwards; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { color: var(--paper); background: var(--ink); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 20; inset: 12px auto auto 12px; padding: 11px 14px; color: var(--paper); background: var(--ink); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.launch-shell { position: relative; z-index: 1; min-height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); }
.launch-header, .launch-footer { display: grid; align-items: center; gap: 16px; font-size: 10px; font-weight: 600; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.launch-header { grid-template-columns: 1fr auto; padding-block-end: 16px; border-bottom: 1px solid var(--line); }
.launch-header > span:first-child { display: none; }
.launch-status { display: inline-flex; align-items: center; gap: 8px; }
.launch-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }
.launch-edition { justify-self: end; text-align: end; }
.launch-main { width: min(100%, 1680px); margin-inline: auto; display: grid; align-items: center; gap: 42px; padding-block: 42px; }

.launch-brand { display: grid; justify-items: center; align-self: center; }
.brand-stage { position: relative; width: clamp(66px, 18vw, 102px); aspect-ratio: 481 / 916; }
.brand-orbit, .brand-symbol { position: absolute; inset: 0; }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-symbol::after { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.96) 49%, transparent 70%); background-size: 44% 100%; background-repeat: no-repeat; background-position: -90% 50%; -webkit-mask: url("../images/uniti-logo-2-black.png") center / contain no-repeat; mask: url("../images/uniti-logo-2-black.png") center / contain no-repeat; animation: brand-sheen 1600ms 850ms var(--ease-out) 1 forwards; }
.brand-signature { margin: 15px 0 0; display: grid; justify-items: center; gap: 5px; opacity: 0; transform: translateY(8px); animation: enter-copy 600ms 520ms var(--ease-out) forwards; }
.brand-signature strong { font-size: 15px; font-weight: 600; letter-spacing: .56em; text-indent: .56em; }
.brand-signature span { font-size: 7px; font-weight: 600; letter-spacing: .32em; text-indent: .32em; }

.launch-copy { max-width: 760px; opacity: 0; transform: translateY(18px); animation: enter-copy 760ms 380ms var(--ease-out) forwards; }
.eyebrow { margin: 0 0 14px; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.launch-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(50px, 14.5vw, 116px); font-weight: 400; letter-spacing: -.052em; line-height: .82; }
.launch-copy h1 em { font-weight: 400; }
.launch-deck { max-width: 460px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.countdown-panel { align-self: end; opacity: 0; transform: translateY(18px); animation: enter-copy 760ms 640ms var(--ease-out) forwards; }
.countdown-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 12px; border-block: 1px solid var(--line); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.countdown-heading p { margin: 0; }
.countdown-heading time { color: var(--muted); font-size: 8px; text-align: end; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.countdown > div { min-width: 0; padding: 16px 7px 11px; border-inline-end: 1px solid var(--line); }
.countdown > div:first-child { padding-inline-start: 0; }
.countdown > div:last-child { padding-inline-end: 0; border-inline-end: 0; }
.countdown strong, .countdown span { display: block; }
.countdown strong { min-height: 1em; font-family: var(--display); font-size: clamp(42px, 12vw, 84px); font-weight: 400; font-variant-numeric: tabular-nums; letter-spacing: -.055em; line-height: .9; }
.countdown strong.is-changing { animation: digit-change 260ms var(--ease-out); }
.countdown span { margin-block-start: 9px; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.countdown-complete { margin: 22px 0 0; font-family: var(--display); font-size: clamp(28px, 5vw, 54px); line-height: 1.05; }

.launch-footer { grid-template-columns: 1fr auto; padding-block-start: 16px; border-top: 1px solid var(--line); color: var(--muted); }
.launch-footer span:nth-child(2) { display: none; }
.launch-footer span:last-child { text-align: end; }

@keyframes draw-line { to { transform: scaleY(1); } }
@keyframes enter-copy { to { opacity: 1; transform: translateY(0); } }
@keyframes brand-sheen { 0% { opacity: 0; background-position: -90% 50%; } 20% { opacity: .78; } 80% { opacity: .78; } 100% { opacity: 0; background-position: 190% 50%; } }
@keyframes brand-sheen-hover { 0% { opacity: 0; background-position: -90% 50%; } 24% { opacity: .72; } 76% { opacity: .72; } 100% { opacity: 0; background-position: 190% 50%; } }
@keyframes digit-change { 0% { opacity: .28; transform: translateY(-5px); } 100% { opacity: 1; transform: translateY(0); } }

@media (min-width: 720px) {
  .launch-shell { padding-inline: max(30px, env(safe-area-inset-left)) max(30px, env(safe-area-inset-right)); }
  .launch-header { grid-template-columns: 1fr auto 1fr; }
  .launch-header > span:first-child { display: block; }
  .launch-header a { justify-self: end; }
  .launch-main { grid-template-columns: minmax(120px, .33fr) minmax(0, 1.25fr); grid-template-rows: 1fr auto; gap: 52px clamp(48px, 8vw, 130px); padding-block: 58px; }
  .launch-brand { grid-row: 1 / span 2; }
  .brand-stage { width: clamp(90px, 10vw, 138px); }
  .launch-copy h1 { font-size: clamp(78px, 9.2vw, 148px); }
  .countdown > div { padding: 20px 16px 12px; }
  .countdown strong { font-size: clamp(58px, 6.5vw, 104px); }
  .launch-footer { grid-template-columns: 1fr auto 1fr; }
  .launch-footer span:nth-child(2) { display: block; text-align: center; }
}

@media (min-width: 1200px) {
  .launch-shell { padding-inline: 40px; }
  .launch-main { grid-template-columns: minmax(170px, .3fr) minmax(0, 1.2fr); }
}

@media (hover: hover) and (pointer: fine) {
  .brand-stage:hover .brand-symbol::after { animation: brand-sheen-hover 1250ms var(--ease-out) 1 forwards; }
}

@media (max-height: 680px) and (min-width: 720px) {
  .launch-main { gap: 24px 64px; padding-block: 26px; }
  .brand-stage { width: 76px; }
  .launch-copy h1 { font-size: clamp(66px, 8vw, 112px); }
  .launch-deck { margin-block-start: 14px; }
  .countdown > div { padding-block: 12px 8px; }
}

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