:root {
  color-scheme: dark;
  --bg: #06101a;
  --text: #f5f7f8;
  --muted: #b6c0c8;
  --line: rgba(185, 201, 212, 0.28);
  --surface: rgba(7, 18, 27, 0.72);
  --accent: #ee232b;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

a { color: inherit; }

.soon-shell {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 30px clamp(32px, 4.15vw, 64px) 36px;
  background-image: url("/static/images/soon-background.png");
  background-size: cover;
  background-position: 54% center;
}

.soon-shell__scrim {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 18, .98) 0%, rgba(4, 14, 22, .94) 26%, rgba(4, 14, 22, .7) 48%, rgba(4, 12, 18, .08) 73%),
    linear-gradient(0deg, rgba(2, 10, 16, .91) 0%, transparent 32%),
    linear-gradient(180deg, rgba(1, 8, 14, .25) 0%, transparent 22%);
}

.brand { width: max-content; }
.brand__link { display: inline-flex; flex-direction: column; text-decoration: none; }
.brand__mark { position: relative; display: inline-flex; width: max-content; align-items: flex-start; }
.brand__mark img { display: block; width: auto; height: clamp(34px, 2.8vw, 43px); }
.brand__dot { width: 8px; height: 8px; margin: 2px 0 0 4px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(238, 35, 43, .32); }
.brand__tagline { margin: 5px 0 0 2px; color: #d2d7da; font-size: 14px; }

.language-switcher { position: absolute; top: 36px; left: clamp(212px, 15.5vw, 250px); display: flex; gap: 7px; color: #8998a4; font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.language-switcher a { text-decoration: none; }
.language-switcher a[aria-current="page"] { color: #fff; }

.hero { margin: clamp(52px, 6.3vh, 68px) 0 0 1.6%; width: min(650px, 50vw); }
.hero__kicker { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .36em; font-size: 14px; color: #d2d9de; }
.hero__title { margin: 0; max-width: 650px; font-size: clamp(56px, 5.2vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero__copy { margin: 12px 0 0; max-width: 610px; color: #c7cfd5; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.18; }

.features { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; width: min(630px, 48vw); }
.feature { min-width: 0; display: flex; flex-direction: column; align-items: center; padding: 0 22px; text-align: center; }
.feature + .feature { border-left: 1px solid rgba(182, 196, 206, .18); }
.feature__icon { display: block; width: 34px; height: 34px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.feature p { margin: 6px auto 0; max-width: 122px; color: #bcc6cd; font-size: 16px; line-height: 1.25; }

.social-card, .notify-card {
  width: min(742px, 51vw);
  margin-left: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8, 20, 30, .86), rgba(8, 18, 27, .6));
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.social-card { margin-top: 32px; padding: 22px 28px 18px; }
.social-card h2 { margin: 0; font-size: 20px; line-height: 1.25; }
.social-card > p { margin: 5px 0 16px; color: var(--muted); font-size: 13px; }
.socials { display: grid; grid-template-columns: repeat(auto-fit, minmax(62px, 1fr)); gap: 9px; }
.social { min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #c2cbd1; font-size: 12px; text-decoration: none; transition: transform .2s ease, color .2s ease; }
.social:hover, .social:focus-visible { color: #fff; transform: translateY(-3px); outline: none; }
.social__icon { display: grid; place-items: center; width: 48px; height: 48px; padding: 7px; border-radius: 13px; background: rgba(29, 41, 51, .86); box-shadow: 0 7px 22px rgba(0,0,0,.2); }
.social__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.social__icon { background: #0d1319; border: 1px solid rgba(255,255,255,.065); }
.social__icon img { filter: brightness(0) invert(1); }

.notify-card { display: flex; align-items: center; gap: 18px; margin-top: 22px; min-height: 84px; padding: 16px 28px; color: inherit; text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.notify-card:hover, .notify-card:focus-visible { border-color: rgba(225,235,241,.48); background: linear-gradient(135deg, rgba(11, 25, 36, .94), rgba(9, 20, 30, .72)); outline: none; }
.notify-card__copy { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.notify-card__copy strong { font-size: 15px; }
.notify-card__copy span { color: var(--muted); font-size: 12px; }
.notify-card__arrow { flex: 0 0 auto; width: 27px; height: 27px; filter: brightness(0) invert(1); opacity: .9; transition: transform .2s ease; }
.notify-card:hover .notify-card__arrow, .notify-card:focus-visible .notify-card__arrow { transform: translateY(-4px); }

.scene-copy { position: absolute; inset: 0; z-index: -0; pointer-events: none; }
.scene-copy__quote { position: absolute; top: 48px; right: 4.3vw; margin: 0; color: #aeb8c0; font: 28px/1.25 "Segoe Print", "Comic Sans MS", cursive; text-align: center; transform: rotate(-5deg); }
.scene-copy__chair-brand { position: absolute; top: 31%; left: 69%; display: flex; flex-direction: column; align-items: center; color: #d2bbae; text-shadow: 0 2px 8px #000; transform: rotate(.5deg); }
.scene-copy__chair-brand > span { font-size: clamp(34px, 3.2vw, 50px); font-weight: 700; letter-spacing: -.04em; }
.scene-copy__chair-brand > span span { color: #b31f25; }
.scene-copy__chair-brand small { font-size: 16px; }

.footer { display: flex; justify-content: space-between; align-items: center; margin-top: 64px; color: #aab5bd; font-size: 13px; }
.footer__motto b { margin-left: 10px; color: var(--accent); font-size: 22px; vertical-align: -2px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
  .soon-shell { background-position: 61% center; }
  .hero { width: 59vw; margin-left: 0; }
  .hero__title { font-size: clamp(50px, 6.5vw, 70px); }
  .features { width: 57vw; }
  .social-card, .notify-card { width: 61vw; }
  .scene-copy__chair-brand { display: none; }
  .scene-copy__quote { font-size: 22px; }
}

@media (max-width: 780px) {
  .soon-shell { min-height: 100svh; padding: 24px 22px 28px; background-position: 68% center; }
  .language-switcher { top: 31px; left: auto; right: 22px; }
  .soon-shell__scrim { background: linear-gradient(180deg, rgba(2,10,16,.74), rgba(2,10,16,.9) 43%, rgba(2,10,16,.99) 72%); }
  .hero { width: 100%; margin-top: 32vh; }
  .hero__kicker { font-size: 11px; letter-spacing: .28em; }
  .hero__title { font-size: clamp(43px, 13.5vw, 68px); }
  .hero__copy { font-size: 15px; line-height: 1.32; }
  .desktop-break { display: none; }
  .features { width: 100%; grid-template-columns: repeat(2, 1fr); gap: 22px 0; margin-top: 28px; }
  .feature { padding: 0 16px; }
  .feature:nth-child(3) { padding-left: 0; border-left: 0; }
  .feature p { font-size: 14px; }
  .social-card, .notify-card { width: 100%; }
  .social-card { padding: 20px 18px; }
  .socials { grid-template-columns: repeat(4, 1fr); gap: 17px 8px; }
  .notify-card { padding: 18px; }
  .scene-copy__quote { top: 104px; right: 24px; font-size: 17px; }
  .footer { margin-top: 42px; flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 430px) {
  .brand__mark img { height: 35px; }
  .brand__dot { width: 7px; height: 7px; }
  .brand__tagline { font-size: 12px; }
  .hero { margin-top: 29vh; }
  .hero__title { font-size: 47px; }
  .social__icon { width: 44px; height: 44px; }
}

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