/* Who's Out? — offline marketing site
   Night presence, teal energy, calm Ireland — premium & restrained. */

:root {
  /* Surfaces */
  --void: #030308;
  --abyss: #0a0612;
  --ink: #0c0a12;
  --panel: #14121c;
  --panel-lift: #1a1824;

  /* Text — tuned for dark UI readability */
  --paper: #f4f6fa;
  --paper-soft: #e8edf5;
  --body: #c5cedb;          /* primary reading text */
  --body-muted: #9aa8bc;    /* secondary / lede */
  --quiet: #7d8b9e;         /* captions, hints — still legible */
  --teal: #2dd4bf;
  --teal-soft: #5eead4;
  --teal-ink: #042f2e;

  --violet-night: rgba(88, 40, 160, 0.2);
  --teal-night: rgba(13, 148, 136, 0.14);
  --line: rgba(196, 210, 230, 0.1);
  --line-strong: rgba(196, 210, 230, 0.18);

  --radius-control: 0.8rem;
  --radius-phone: 2.05rem;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 70rem;
  --header-h: 4.75rem;
  --prose-max: 38rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  background: var(--void);
  color: var(--body);
  color-scheme: dark;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.025rem;
  line-height: 1.65;
  letter-spacing: 0.005em;
  background: var(--void);
  color: var(--body);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: rgba(45, 212, 191, 0.3); color: #fff; }

/* —— Atmosphere —— */
.atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.atmosphere__base {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% -15%, rgba(45, 212, 191, 0.09), transparent 58%),
    radial-gradient(ellipse 48% 42% at 92% 18%, var(--violet-night), transparent 52%),
    radial-gradient(ellipse 42% 36% at 6% 78%, var(--teal-night), transparent 55%),
    linear-gradient(180deg, var(--abyss) 0%, var(--void) 48%, #010104 100%);
}

.atmosphere__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px;
}

.site {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  background: rgba(3, 3, 8, 0.62);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  transition: border-color 0.35s ease, background 0.35s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(3, 3, 8, 0.88);
}

.site-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 3vw, 1.75rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  transition: opacity 0.25s ease;
}

.brand-link:hover { opacity: 0.92; }

.brand-link__icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.72rem;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(45, 212, 191, 0.16);
}

.brand-link__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.45rem, 2.8vw, 1.7rem);
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--paper);
  white-space: nowrap;
}

.nav-primary {
  display: flex;
  align-items: center;
  gap: 0.25rem 1.2rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-primary a {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quiet);
  transition: color 0.25s ease;
}

.nav-primary a:hover,
.nav-primary a[aria-current="page"] {
  color: var(--teal-soft);
}

.nav-primary__cta {
  color: var(--teal) !important;
}

/* Slightly larger so venue path feels intentional beside Support */
.nav-primary__venues {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--body-muted);
}

.nav-primary__venues:hover,
.nav-primary__venues[aria-current="page"] {
  color: var(--teal-soft);
}

@media (max-width: 720px) {
  .brand-link__icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .nav-primary {
    gap: 0.45rem 0.75rem;
    max-width: min(62vw, 18rem);
  }

  .nav-primary a {
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }

  .nav-primary__venues {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }
}

/* —— Typography —— */
.eyebrow {
  margin: 0 0 0.95rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(45, 212, 191, 0.82);
}

.display {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--paper);
  line-height: 1.08;
}

.lede {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--body-muted);
  max-width: 34rem;
}

.lede a {
  color: var(--teal);
  border-bottom: 1px solid rgba(45, 212, 191, 0.35);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.lede a:hover {
  color: var(--teal-soft);
  border-bottom-color: rgba(45, 212, 191, 0.7);
}

.section--loose-bottom {
  padding-bottom: 4.75rem;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 3vw, 1.75rem);
}

.wrap--narrow { max-width: 40rem; }

.divider {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.1rem;
  padding: 0.8rem 1.55rem;
  border-radius: var(--radius-control);
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  cursor: pointer;
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.btn:active { transform: translateY(1px); }

.btn--primary {
  color: var(--teal-ink);
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-soft) 100%);
  box-shadow: 0 14px 36px rgba(45, 212, 191, 0.2);
}

.btn--primary:hover {
  box-shadow: 0 18px 46px rgba(45, 212, 191, 0.3);
  transform: translateY(-1px);
}

.btn--ghost {
  color: var(--paper-soft);
  background: rgba(255, 255, 255, 0.035);
  border-color: var(--line-strong);
}

.btn--ghost:hover {
  border-color: rgba(45, 212, 191, 0.4);
  color: #fff;
  background: rgba(45, 212, 191, 0.06);
}

.btn-row--center {
  justify-content: center;
}

/* —— Phone frame —— */
.phone {
  position: relative;
  width: min(100%, 17.5rem);
  margin: 0 auto;
  aspect-ratio: 9 / 19.2;
  border-radius: var(--radius-phone);
  padding: 0.52rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 0 0 1px rgba(196, 210, 230, 0.12),
    0 30px 64px rgba(0, 0, 0, 0.5);
}

.phone__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--radius-phone) - 0.48rem);
  overflow: hidden;
  background: #0b1020;
}

.phone__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone__notch {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(3, 3, 8, 0.72);
  z-index: 2;
  pointer-events: none;
}

/* —— Motion —— */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .hero__brand-icon,
  .hero .phone { animation: none !important; }
}

/* =========================
   HOMEPAGE
   ========================= */

.hero {
  position: relative;
  min-height: calc(100dvh - var(--header-h));
  display: grid;
  align-items: center;
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(2.5rem, 6vw, 3.75rem);
  overflow: hidden;
}

.hero__grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 3vw, 1.75rem);
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 4rem;
    min-height: calc(100dvh - var(--header-h) - 5.5rem);
  }
}

.hero__copy { max-width: 36rem; }

.hero__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  margin-bottom: 1.35rem;
}

.hero__brand-icon {
  width: clamp(3.6rem, 9vw, 4.6rem);
  height: clamp(3.6rem, 9vw, 4.6rem);
  border-radius: 1.15rem;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 20px 44px rgba(0, 0, 0, 0.48),
    0 0 56px rgba(45, 212, 191, 0.2);
  animation: iconFloat 7.5s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.hero__wordmark {
  position: relative;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(3.35rem, 11.5vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.038em;
  color: var(--paper);
}

.hero__wordmark-base { display: block; }

.hero__wordmark-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    #f8fafc 0%,
    #e2e8f0 28%,
    #2dd4bf 48%,
    #c4b5fd 64%,
    #f8fafc 84%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 11s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

.hero__position {
  margin: 1.35rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3.8vw, 2.1rem);
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--paper-soft);
  max-width: 18ch;
}

.hero__support {
  margin: 1.15rem 0 0;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--body-muted);
  max-width: 30rem;
}

.hero__actions { margin-top: 2rem; }

.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
}

.hero__glow {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.2), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.hero .phone {
  width: min(100%, 16.75rem);
  animation: phoneRise 1.15s var(--ease) 0.15s both;
}

@keyframes phoneRise {
  from { opacity: 0; transform: translateY(24px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 960px) {
  .hero .phone { width: min(100%, 19rem); }
}

/* Friend-first */
.frame {
  text-align: center;
  padding: clamp(4rem, 8vw, 5.5rem) 0;
}

.frame__text {
  margin: 0 auto;
  max-width: 22em;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.65rem, 3.5vw, 2.3rem);
  line-height: 1.32;
  letter-spacing: -0.015em;
  color: var(--paper-soft);
}

.frame__note {
  margin: 1.35rem auto 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--quiet);
}

/* How it works — 3 beats */
.beats {
  padding: clamp(4.5rem, 9vw, 6rem) 0;
}

.beats__head {
  text-align: center;
  margin-bottom: 3.25rem;
}

.beats__head .display {
  font-size: clamp(2.1rem, 4.2vw, 2.9rem);
  margin: 0;
}

.beats__grid {
  display: grid;
  gap: 2.25rem;
}

@media (min-width: 800px) {
  .beats__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
  }
}

.beat {
  padding: 0.35rem 0.2rem;
  text-align: center;
}

@media (min-width: 800px) {
  .beat {
    text-align: left;
    padding: 0 0.65rem;
    border-left: 1px solid var(--line);
  }
  .beat:first-child { border-left-color: transparent; }
}

.beat__num {
  display: block;
  margin-bottom: 0.95rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(45, 212, 191, 0.78);
}

.beat__title {
  margin: 0 0 0.8rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.7rem, 2.6vw, 2.05rem);
  color: var(--paper);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.beat__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body-muted);
}

.beats__more {
  margin-top: 2.85rem;
  text-align: center;
}

.beats__more a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  border-bottom: 1px solid rgba(45, 212, 191, 0.35);
  padding-bottom: 0.2rem;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.beats__more a:hover {
  color: var(--teal-soft);
  border-bottom-color: rgba(45, 212, 191, 0.75);
}

/* Meet Here */
.meet {
  padding: clamp(4.5rem, 9vw, 6.25rem) 0;
}

.meet__panel {
  display: grid;
  gap: 2.75rem;
  align-items: center;
}

@media (min-width: 900px) {
  .meet__panel {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4.5rem;
  }
}

.meet__copy .display {
  font-size: clamp(2.2rem, 4.2vw, 3.15rem);
  margin: 0 0 1.15rem;
  max-width: 14ch;
}

.meet__visual { position: relative; }
.meet__visual .phone { width: min(100%, 15.75rem); }

/* Boundaries */
.nots {
  padding: clamp(4.25rem, 8vw, 5.75rem) 0;
  text-align: center;
}

.nots .display {
  font-size: clamp(2.1rem, 4vw, 2.85rem);
  margin: 0;
}

.nots__list {
  list-style: none;
  margin: 2.35rem auto 0;
  padding: 0;
  max-width: 34rem;
  display: grid;
  gap: 0;
}

.nots__list li {
  margin: 0;
  padding: 1.15rem 0.35rem;
  border-top: 1px solid var(--line);
  font-size: 1.2rem;
  color: var(--paper-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  letter-spacing: -0.01em;
}

.nots__list li:last-child {
  border-bottom: 1px solid var(--line);
}

.nots__list li span {
  display: block;
  margin-top: 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-style: normal;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--quiet);
}

/* Closing CTA */
.closing {
  padding: clamp(4.5rem, 9vw, 6.5rem) 0;
  text-align: center;
}

.closing .display {
  font-size: clamp(2.15rem, 4.6vw, 3.15rem);
  margin: 0 auto 1rem;
  max-width: 14ch;
}

.closing .lede {
  margin: 0 auto 1.9rem;
  text-align: center;
}

.closing__hint {
  margin: 1.4rem 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--quiet);
  letter-spacing: 0.01em;
}

/* —— Interior pages —— */
.page-hero {
  padding: clamp(3.25rem, 7vw, 4.5rem) 0 2.75rem;
  text-align: center;
}

.page-hero .display {
  font-size: clamp(2.5rem, 6.2vw, 3.9rem);
  margin: 0 0 1rem;
}

.page-hero .lede {
  margin: 0 auto;
  text-align: center;
}

.page-hero .legal-meta {
  margin: 0.85rem auto 0;
  text-align: center;
}

/* Reading / support / legal prose — high contrast */
.prose {
  max-width: var(--prose-max);
  margin: 0 auto;
  padding: 0 0 4.5rem;
  color: var(--body);
}

.prose h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.55rem, 2.5vw, 1.8rem);
  color: var(--paper);
  margin: 2.5rem 0 0.9rem;
  letter-spacing: -0.015em;
}

.prose h3 {
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--paper-soft);
  margin: 1.65rem 0 0.55rem;
}

.prose p,
.prose li {
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.78;
  color: var(--body);
}

.prose strong {
  color: var(--paper-soft);
  font-weight: 500;
}

.prose ul {
  padding-left: 1.15rem;
  margin: 0.55rem 0 1.1rem;
}

.prose a {
  color: var(--teal);
  border-bottom: 1px solid rgba(45, 212, 191, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.prose a:hover {
  color: var(--teal-soft);
  border-bottom-color: rgba(45, 212, 191, 0.7);
}

.prose .btn,
.prose .btn--primary {
  border-bottom: 0;
  color: var(--teal-ink);
}

.prose .btn:hover,
.prose .btn--primary:hover {
  color: var(--teal-ink);
}

.legal-meta {
  margin: 0 0 2rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--quiet);
}

.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.1rem;
  margin: 0 0 2.5rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line);
}

.toc a {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--body-muted);
}

.toc a:hover { color: var(--teal); }

/* How it works feature rows */
.feature {
  display: grid;
  gap: 2.4rem;
  align-items: center;
  padding: clamp(3.25rem, 6vw, 4.75rem) 0;
}

@media (min-width: 900px) {
  .feature {
    grid-template-columns: 1fr 1fr;
    gap: 4.25rem;
  }
  .feature--flip .feature__visual { order: 2; }
  .feature--flip .feature__copy { order: 1; }
}

.feature__copy { text-align: center; }
@media (min-width: 900px) {
  .feature__copy { text-align: left; }
}

.feature__copy .display {
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  margin: 0.55rem 0 0.95rem;
}

.feature__copy .lede {
  max-width: 28rem;
  color: var(--body-muted);
}

/* —— Forms (dark-native, high contrast) —— */
.form {
  display: grid;
  gap: 1.15rem;
  max-width: 28rem;
  margin: 0 auto;
  text-align: left;
}

.form-shell {
  max-width: 30rem;
  margin: 0 auto;
  padding: 1.5rem 1.35rem 1.6rem;
  border-radius: 1.25rem;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(26, 24, 36, 0.88), rgba(12, 10, 18, 0.94));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

.form-shell .form {
  max-width: none;
}

.form label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--body-muted);
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-control);
  border: 1px solid var(--line-strong);
  background-color: var(--panel);
  color: var(--paper);
  outline: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form input::placeholder,
.form textarea::placeholder {
  color: var(--quiet);
  opacity: 1;
}

.form input:hover,
.form select:hover,
.form textarea:hover {
  border-color: rgba(196, 210, 230, 0.28);
  background-color: var(--panel-lift);
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: rgba(45, 212, 191, 0.55);
  background-color: var(--panel-lift);
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.14);
}

.form textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.form select {
  cursor: pointer;
  padding-right: 2.6rem;
  background-color: var(--panel);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--body-muted) 50%),
    linear-gradient(135deg, var(--body-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 1.15rem) calc(50% - 0.2rem),
    calc(100% - 0.75rem) calc(50% - 0.2rem);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form select:hover,
.form select:focus {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--teal) 50%),
    linear-gradient(135deg, var(--teal) 50%, transparent 50%);
}

/* Native dropdown options — force dark readable palette */
.form select option,
.form select optgroup {
  background-color: #14121c;
  color: #f4f6fa;
}

.form__hint {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--quiet);
  text-align: center;
}

.form__message {
  margin: 0;
  font-size: 0.92rem;
  color: var(--teal-soft);
  text-align: center;
  min-height: 1.25rem;
}

.form__message[hidden] { display: none; }

/* Support list */
.support-list {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
}

.support-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.15rem;
  margin: 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--body);
}

.support-list li:first-child {
  border-top: 1px solid var(--line);
}

.support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.65);
}

.support-list strong {
  color: var(--paper-soft);
  font-weight: 500;
}

.support-cta {
  text-align: center;
  margin: 0 0 2.25rem;
}

.support-note {
  margin-top: 2.25rem;
  color: var(--body-muted);
}

/* Get page */
.get-stage {
  min-height: calc(100dvh - var(--header-h));
  display: grid;
  place-items: center;
  padding: 3rem clamp(1.1rem, 3vw, 1.75rem) 4.25rem;
  text-align: center;
}

.get-stage .hero__wordmark {
  font-size: clamp(3rem, 10vw, 4.5rem);
}

.get-stage .hero__position {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.get-stage .hero__support {
  margin-left: auto;
  margin-right: auto;
  color: var(--body-muted);
}

.get-capture {
  margin: 2rem auto 0;
  max-width: 24.5rem;
  padding: 1.4rem 1.3rem 1.45rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(26, 24, 36, 0.92), rgba(14, 12, 22, 0.95));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.get-capture .form { max-width: none; }

.get-shell {
  width: min(100%, 28rem);
  margin: 0 auto;
}

.get-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1rem auto 0.85rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.22);
  background: rgba(45, 212, 191, 0.06);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(45, 212, 191, 0.92);
}

.get-status__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--teal, #2dd4bf);
  box-shadow: 0 0 10px rgba(45, 212, 191, 0.55);
  animation: pulse-soft 2.2s ease-in-out infinite;
}

@keyframes pulse-soft {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.get-paths {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.75rem;
  text-align: center;
}

.get-card {
  padding: 1.2rem 1.15rem 1.3rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(26, 24, 36, 0.92), rgba(14, 12, 22, 0.95));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.get-card--accent {
  border-color: rgba(45, 212, 191, 0.32);
  background:
    radial-gradient(ellipse 90% 80% at 50% 0%, rgba(45, 212, 191, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(24, 40, 42, 0.88), rgba(10, 14, 26, 0.9));
}

.get-card__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(45, 212, 191, 0.88);
}

.get-card__title {
  margin: 0;
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-size: 1.45rem;
  line-height: 1.2;
  color: #f8fafc;
}

.get-card__copy {
  margin: 0.45rem 0 1rem;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--body-muted);
}

.get-card .btn {
  width: 100%;
  justify-content: center;
}

.get-form {
  max-width: none;
  text-align: left;
}

.get-form input[type="email"] {
  width: 100%;
  margin-bottom: 0.75rem;
}

.get-form .btn {
  margin-bottom: 0.35rem;
}

.form__message.is-success {
  color: #5eead4;
}

.form__message.is-error {
  color: #fca5a5;
}

.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;
}

body.is-ios #iosPath { order: 1; }
body.is-ios #notifyPath { order: 2; }
body.is-ios #androidPath { order: 3; }
body.is-android #notifyPath { order: 1; }
body.is-android #androidPath { order: 2; }
body.is-android #iosPath { order: 3; }
body.is-other #iosPath { order: 1; }
body.is-other #notifyPath { order: 2; }
body.is-other #androidPath { order: 3; }

/* Footer */
.site-footer {
  margin-top: auto;
  padding: 3rem clamp(1.1rem, 3vw, 1.75rem) 2.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.25rem;
  margin-bottom: 1.25rem;
}

.site-footer__nav a {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quiet);
  transition: color 0.25s ease;
}

.site-footer__nav a:hover { color: var(--teal); }

.site-footer__copy {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--quiet);
}

.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;
}
