/* EQUAL PATH Stay Connected — warm, inviting mobile PWA
   Get Help panel styles are frozen (absolute colors) so that tab stays unchanged. */

:root {
  --cream: #FFF7EC;
  --cream-deep: #F5E6D3;
  --paper: #FFFCF7;
  --midnight: #1A1446;
  --teal: #00C2B2;
  --teal-soft: #33D1C4;
  --teal-mist: #E6FAF8;
  --teal-deep: #007A70;
  --violet: #7B5CFF;
  --coral: #FF5A6E;
  --coral-soft: #FF8A97;
  --coral-mist: #FFE8EB;
  --ink: #1A1446;
  --ink-soft: #3D3566;
  --muted: #5C5478;
  --gold: #FFB23F;
  --gold-soft: #FFE6B8;
  --gold-mist: #FFF6E0;
  --white: #ffffff;
  --danger: #c0392b;
  --shadow: rgba(26, 20, 70, 0.10);
  --shadow-lift: rgba(0, 194, 178, 0.14);
  --radius: 18px;
  --radius-sm: 12px;
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", Times, serif;
  --header-h: 72px;
  --tab-h: 66px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --grad: linear-gradient(135deg, #00C2B2 0%, #7B5CFF 50%, #FF5A6E 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(120% 60% at 100% -10%, rgba(255, 178, 63, 0.16), transparent 55%),
    radial-gradient(90% 50% at -10% 20%, rgba(0, 194, 178, 0.12), transparent 50%),
    var(--cream);
  -webkit-tap-highlight-color: transparent;
  min-height: 100%;
}
body { padding-top: var(--safe-t); }
a { color: var(--teal); }
a:hover { color: var(--teal-deep); }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; display: block; }

/* ——— Header (logo markup unchanged) ——— */
.app-header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 0.5rem;
  min-height: var(--header-h);
  padding: 0.45rem 0.8rem;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(240, 232, 220, 0.9);
  box-shadow: 0 4px 18px rgba(26, 20, 70, 0.06);
}
.app-header .brand {
  display: flex; align-items: center; gap: 0.55rem;
  text-decoration: none; color: var(--teal-deep);
  flex: 1; min-width: 0;
}
.app-header .brand img { width: 52px; height: 52px; flex-shrink: 0; }
.app-header .brand strong {
  font-family: var(--serif); font-size: 1.02rem; line-height: 1.1;
  display: block; letter-spacing: 0.01em;
}
.app-header .brand strong span { color: var(--coral); }
.app-header .brand small {
  display: block; font-size: 0.7rem; color: var(--muted); font-weight: 500;
  margin-top: 0.1rem;
}
.header-actions { display: flex; align-items: center; gap: 0.4rem; flex-shrink: 0; }

.btn-help {
  background: var(--danger); color: #fff; border: none;
  border-radius: 999px; padding: 0.5rem 0.85rem;
  font-weight: 700; font-size: 0.78rem; letter-spacing: 0.02em;
  cursor: pointer; min-height: 44px;
  box-shadow: 0 2px 8px rgba(192, 57, 43, 0.25);
}
.btn-help:hover, .btn-help:focus { filter: brightness(1.06); outline: none; }
.btn-exit {
  background: var(--ink); color: #fff; border: none;
  border-radius: 999px; padding: 0.5rem 0.75rem;
  font-weight: 600; font-size: 0.75rem; cursor: pointer; min-height: 44px;
}
.btn-exit:hover { background: #1a2526; }

.app-main {
  padding: 1.1rem 1rem calc(var(--tab-h) + var(--safe-b) + 1.4rem);
  max-width: 560px; margin: 0 auto;
}
.tab-panel { display: none; animation: none; }
.tab-panel.is-active {
  display: block;
  animation: panelIn 0.35s ease;
}
@keyframes panelIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .tab-panel.is-active { animation: none; }
  .card, .welcome-hero, .install-card { transition: none !important; animation: none !important; }
}

/* Default page title/lead — KEEP for Get Help unchanged look */
.page-title {
  margin: 0 0 0.35rem;
  font-family: var(--serif); font-size: 1.55rem; color: var(--teal-deep);
}
.page-lead {
  margin: 0 0 1rem; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.45;
}

/* Friendlier titles on non-help panels */
#panel-updates .page-title,
#panel-events .page-title,
#panel-contact .page-title { display: none; }
#panel-updates .page-lead,
#panel-events .page-lead,
#panel-contact .page-lead { display: none; }

/* ——— Welcome hero (Updates) ——— */
.welcome-hero {
  position: relative;
  background: linear-gradient(145deg, var(--teal-mist) 0%, var(--gold-mist) 55%, var(--coral-mist) 100%);
  border: 1px solid rgba(201, 160, 90, 0.35);
  border-radius: 22px;
  padding: 1.15rem 1.15rem 1.2rem;
  margin-bottom: 1.1rem;
  overflow: hidden;
  box-shadow: 0 8px 24px var(--shadow-lift);
}
.welcome-hero .hero-illus {
  position: absolute; right: -4px; top: -6px;
  width: 112px; height: 112px; opacity: 0.9; pointer-events: none;
}
.welcome-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--teal-deep);
  background: rgba(255,255,255,0.65);
  padding: 0.28rem 0.65rem; border-radius: 999px;
  margin-bottom: 0.55rem;
}
.welcome-hero h1 {
  margin: 0 0 0.4rem;
  font-family: var(--serif); font-size: 1.55rem; line-height: 1.2;
  color: var(--teal-deep); max-width: 14ch;
}
.welcome-hero p {
  margin: 0; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.5;
  max-width: 32ch;
}

.panel-intro {
  display: flex; align-items: flex-start; gap: 0.75rem;
  margin-bottom: 1rem;
}
.panel-intro .intro-icon {
  flex-shrink: 0; width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--teal-mist);
  display: grid; place-items: center;
}
.panel-intro .intro-icon svg { width: 26px; height: 26px; }
.panel-intro h1 {
  margin: 0 0 0.25rem;
  font-family: var(--serif); font-size: 1.45rem; color: var(--teal-deep);
}
.panel-intro p {
  margin: 0; color: var(--ink-soft); font-size: 0.92rem; line-height: 1.45;
}

/* ——— Cards ——— */
.card {
  background: var(--paper);
  border: 1px solid rgba(240, 232, 220, 0.95);
  border-radius: var(--radius);
  padding: 1.05rem 1.1rem;
  margin-bottom: 0.9rem;
  box-shadow: 0 4px 14px var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  box-shadow: 0 8px 22px var(--shadow-lift);
}
@media (prefers-reduced-motion: reduce) {
  .card:hover { transform: none; }
}
.card h3 {
  margin: 0 0 0.4rem; font-size: 1.08rem; color: var(--ink);
  line-height: 1.3; font-family: var(--serif);
}
.card .meta {
  font-size: 0.78rem; color: var(--muted); margin-bottom: 0.55rem;
  display: flex; flex-wrap: wrap; gap: 0.45rem; align-items: center;
}
.card p { margin: 0 0 0.55rem; line-height: 1.55; font-size: 0.95rem; }
.card p:last-child { margin-bottom: 0; }

.badge-new {
  display: inline-block; background: var(--coral); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 0.2rem 0.5rem; border-radius: 999px;
}
.badge-sample {
  display: inline-block; background: var(--gold-soft); color: var(--ink);
  font-size: 0.68rem; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: 999px;
}

.section-label {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--teal);
  margin: 1.35rem 0 0.65rem;
}
.section-label::after {
  content: ""; flex: 1; height: 1px; background: var(--cream-deep);
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.35rem; min-height: 48px; padding: 0.7rem 1.15rem;
  border-radius: 999px; border: 2px solid transparent;
  font-weight: 600; font-size: 0.95rem; text-decoration: none;
  cursor: pointer; text-align: center;
}
.btn-primary {
  background: linear-gradient(180deg, var(--teal-soft), var(--teal));
  color: #fff; border-color: var(--teal);
  box-shadow: 0 3px 10px rgba(42, 122, 123, 0.25);
}
.btn-primary:hover { background: var(--teal-deep); color: #fff; }
.btn-secondary { background: transparent; color: var(--teal-deep); border-color: var(--teal); }
.btn-secondary:hover { background: var(--teal-mist); color: var(--teal-deep); }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 0.75rem; }
.btn-row .btn { flex: 1 1 auto; }

/* ——— Install card ——— */
.install-card {
  background: linear-gradient(160deg, #fff 0%, var(--teal-mist) 100%);
  border: 1px solid #c5e4e4;
  border-radius: 20px;
  padding: 1.1rem 1.15rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 4px 16px var(--shadow);
}
.install-card .install-head {
  display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.45rem;
}
.install-card .install-head .ico {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--gold-soft); display: grid; place-items: center; flex-shrink: 0;
}
.install-card .install-head .ico svg { width: 22px; height: 22px; }
.install-card h2 {
  margin: 0; font-size: 1.08rem; color: var(--teal-deep); font-family: var(--serif);
}
.install-card > p { margin: 0.35rem 0 0; font-size: 0.92rem; color: var(--ink-soft); line-height: 1.45; }
.install-card ol { margin: 0.45rem 0 0; padding-left: 1.2rem; color: var(--ink-soft); font-size: 0.9rem; }
.install-card li { margin-bottom: 0.35rem; }
.install-card .muted { color: var(--muted); font-size: 0.85rem; margin-top: 0.65rem; }

/* ——— Contact ——— */
.direct-links { display: grid; gap: 0.55rem; margin: 0.25rem 0 1.1rem; }
.direct-links a {
  display: flex; align-items: center; justify-content: center; gap: 0.45rem;
  min-height: 48px; border-radius: 14px; text-decoration: none;
  font-weight: 600; background: var(--paper);
  border: 1.5px solid rgba(47, 133, 134, 0.45);
  color: var(--teal-deep);
  box-shadow: 0 2px 8px var(--shadow);
}
.direct-links a:hover { background: var(--teal-mist); }

.form-group { margin-bottom: 0.95rem; }
.form-group label {
  display: block; font-weight: 600; font-size: 0.88rem;
  margin-bottom: 0.35rem; color: var(--ink);
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.8rem 0.9rem;
  border: 1.5px solid #d0dcdc; border-radius: 12px;
  background: var(--white); color: var(--ink);
  min-height: 48px;
}
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: 3px solid var(--coral-soft); border-color: var(--teal);
}
.checkbox-row {
  display: flex; align-items: flex-start; gap: 0.65rem;
  margin: 0.75rem 0 1rem; font-size: 0.92rem;
}
.checkbox-row input { width: 22px; height: 22px; margin-top: 2px; flex-shrink: 0; }
.form-status {
  margin-top: 0.75rem; padding: 0.75rem 0.9rem; border-radius: 12px;
  font-size: 0.92rem; display: none;
}
.form-status.is-ok { display: block; background: var(--teal-mist); color: var(--teal-deep); }
.form-status.is-err { display: block; background: var(--coral-mist); color: var(--danger); }

/* ——— GET HELP — FROZEN (absolute colors; do not restyle) ——— */
.help-card {
  background: #fdf0ec;
  border: 1px solid #f4c4b8;
  border-radius: 14px;
  padding: 1.1rem;
  margin-bottom: 0.85rem;
}
.help-card.danger {
  background: #fdecea; border-color: #f5c6c2;
}
.help-card h3 { margin: 0 0 0.5rem; color: #c0392b; font-size: 1.1rem; }
.help-card p { margin: 0 0 0.75rem; line-height: 1.45; }
.help-big {
  display: block; text-align: center; font-size: 1.15rem; font-weight: 700;
  padding: 0.9rem; min-height: 56px; margin-bottom: 0.6rem;
  border-radius: 12px; text-decoration: none;
}
.help-big.call { background: #c0392b; color: #fff; }
.help-big.sms { background: #00C2B2; color: #fff; }
.help-big.web { background: #fffdf9; color: #1A1446; border: 2px solid #00C2B2; }
.help-big[href="tel:911"],
.help-big.\31 11 { background: #2c3e3f; color: #fff; }

/* Help panel quick-exit button — frozen look */
#panel-help .btn.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; min-height: 48px; padding: 0.7rem 1.1rem;
  border-radius: 999px; border: 2px solid #00C2B2;
  background: transparent; color: #1A1446;
  font-weight: 600; font-size: 0.95rem; cursor: pointer;
}
#panel-help .btn.btn-secondary:hover { background: #E6FAF8; }
#panel-help .help-big {
  display: block; text-align: center; font-size: 1.15rem; font-weight: 700;
  padding: 0.9rem; min-height: 56px; margin-bottom: 0.6rem;
  border-radius: 12px; text-decoration: none;
}

/* Keep help panel title/lead at original metrics */
#panel-help .page-title {
  margin: 0 0 0.35rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.55rem; color: #1A1446;
}
#panel-help .page-lead {
  margin: 0 0 1rem; color: #4a5c5d; font-size: 0.95rem; line-height: 1.45;
}
#panel-help .footer-note {
  margin-top: 1.5rem; font-size: 0.8rem; color: #6b7c7d; text-align: center;
  line-height: 1.4;
}
#panel-help .footer-note a { color: #00C2B2; }
#panel-help .btn-secondary {
  background: transparent; color: #1A1446; border-color: #00C2B2;
}
#panel-help .btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.35rem; min-height: 48px; padding: 0.7rem 1.1rem;
  border-radius: 999px; border: 2px solid transparent;
  font-weight: 600; font-size: 0.95rem; text-decoration: none;
  cursor: pointer; text-align: center;
}
#panel-help .btn-block { width: 100%; }

/* ——— Tab bar ——— */
.tab-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--cream-deep);
  padding-bottom: var(--safe-b);
  box-shadow: 0 -6px 20px rgba(26, 20, 70, 0.08);
  max-width: 560px; margin: 0 auto;
}
@media (min-width: 561px) {
  .tab-bar { left: 50%; transform: translateX(-50%); width: 560px; right: auto; }
}
.tab-btn {
  appearance: none; border: none; background: transparent;
  padding: 0.5rem 0.25rem 0.4rem; cursor: pointer;
  color: var(--muted); font-size: 0.68rem; font-weight: 600;
  display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
  min-height: var(--tab-h);
  border-radius: 12px;
}
.tab-btn svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; }
.tab-btn.is-active {
  color: var(--teal-deep);
}
.tab-btn.is-active svg { stroke: var(--teal); }
.tab-btn.is-active {
  background: linear-gradient(180deg, transparent 30%, rgba(232, 245, 245, 0.9));
}
.tab-btn .dot {
  position: absolute; top: 6px; right: calc(50% - 18px);
  width: 8px; height: 8px; border-radius: 50%; background: var(--coral);
  display: none;
}
.tab-btn.has-new { position: relative; }
.tab-btn.has-new .dot { display: block; }

/* Highlight Get Help tab subtly so it stays prominent */
.tab-btn[data-tab="help"] { color: #a84a3a; }
.tab-btn[data-tab="help"].is-active { color: var(--danger); }
.tab-btn[data-tab="help"].is-active svg { stroke: var(--danger); }

/* ——— Empty states ——— */
.empty, .empty-state {
  text-align: center; padding: 1.75rem 1.1rem;
  color: var(--ink-soft);
  background: rgba(255,255,255,0.55);
  border: 1px dashed var(--cream-deep);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
}
.empty-state .empty-icon {
  width: 56px; height: 56px; margin: 0 auto 0.65rem;
  border-radius: 16px; background: var(--gold-mist);
  display: grid; place-items: center;
}
.empty-state .empty-icon svg { width: 28px; height: 28px; }
.empty-state strong {
  display: block; font-family: var(--serif); font-size: 1.05rem;
  color: var(--teal-deep); margin-bottom: 0.3rem;
}
.empty-state p { margin: 0; font-size: 0.9rem; line-height: 1.45; }

.footer-note {
  margin-top: 1.5rem; font-size: 0.8rem; color: var(--muted); text-align: center;
  line-height: 1.4;
}
.footer-note a { color: var(--teal); }

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


/* Soft card lift */
.card.cozy { border-radius: 18px; }
.muted { color: var(--muted); font-size: 0.85rem; margin-top: 0.65rem; }

/* Ensure help danger alias (HTML uses "danger" class) */
.help-card.danger {
  background: #fdecea; border-color: #f5c6c2;
}


/* Hard-lock Get Help action colors */
#panel-help .help-big.call { background: #c0392b !important; color: #fff !important; }
#panel-help .help-big.sms { background: #00C2B2 !important; color: #fff !important; }
#panel-help .help-big.web { background: #fffdf9 !important; color: #1A1446 !important; border: 2px solid #00C2B2 !important; }
#panel-help .help-big[href="tel:911"] { background: #2c3e3f !important; color: #fff !important; }
#panel-help.tab-panel.is-active { animation: none; opacity: 1; }


/* ========== Warm Get Help (v3) — same actions, softer look ========== */
.help-hero {
  text-align: center;
  background: linear-gradient(160deg, #fff8f4 0%, #f0f7f7 55%, #fbf6ec 100%);
  border: 1px solid rgba(224, 122, 95, 0.28);
  border-radius: 22px;
  padding: 1.2rem 1.1rem 1.15rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 8px 24px rgba(224, 122, 95, 0.1);
}
.help-hero-icon { width: 56px; height: 56px; margin: 0 auto 0.55rem; }
.help-hero-icon svg { width: 56px; height: 56px; }
.help-reassure {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--teal-deep);
  line-height: 1.35;
}
#panel-help .page-title {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  color: var(--teal-deep);
  text-align: center;
}
#panel-help .page-lead {
  margin: 0 auto;
  max-width: 34ch;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.help-card {
  background: linear-gradient(180deg, #fffdf9 0%, #fff5f1 100%);
  border: 1px solid rgba(224, 122, 95, 0.32);
  border-radius: 20px;
  padding: 1.15rem 1.1rem;
  margin-bottom: 0.95rem;
  box-shadow: 0 6px 18px rgba(26, 20, 70, 0.07);
}
.help-card.danger {
  background: linear-gradient(180deg, #fff7f5 0%, #fdecea 100%);
  border-color: rgba(192, 57, 43, 0.35);
}
.help-card-head {
  display: flex; align-items: center; gap: 0.55rem;
  margin-bottom: 0.35rem;
}
.help-mini-ico {
  width: 36px; height: 36px; border-radius: 11px;
  background: #fff; display: grid; place-items: center;
  box-shadow: 0 2px 8px rgba(26,20,70,0.08);
  flex-shrink: 0;
}
.help-mini-ico svg { width: 20px; height: 20px; }
.help-card h3 {
  margin: 0; color: #a83228; font-size: 1.08rem;
  font-family: var(--serif); line-height: 1.25;
}
.help-card p { margin: 0 0 0.75rem; line-height: 1.45; color: var(--ink-soft); }

.help-big {
  display: flex; align-items: center; justify-content: center;
  text-align: center; font-size: 1.12rem; font-weight: 700;
  padding: 0.95rem 1rem; min-height: 56px; margin-bottom: 0.6rem;
  border-radius: 16px; text-decoration: none;
  box-shadow: 0 3px 12px rgba(26, 20, 70, 0.12);
}
/* 911 — unmistakable high contrast */
.help-big.911,
.help-big[href="tel:911"] {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: 3px solid #c0392b;
  font-size: 1.2rem;
  min-height: 60px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 16px rgba(192, 57, 43, 0.35);
}
.help-big.call { background: #c0392b !important; color: #fff !important; }
.help-big.sms { background: #00C2B2 !important; color: #fff !important; }
.help-big.web {
  background: #fffdf9 !important; color: #1A1446 !important;
  border: 2px solid #00C2B2 !important;
}

#panel-help .btn.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; min-height: 48px; padding: 0.7rem 1.1rem;
  border-radius: 999px; border: 2px solid #00C2B2;
  background: #fff; color: #1A1446;
  font-weight: 600; font-size: 0.95rem; cursor: pointer;
}
#panel-help .btn.btn-secondary:hover { background: #e8f5f5; }

#panel-help .footer-note {
  margin-top: 1.35rem; font-size: 0.8rem; color: var(--muted);
  text-align: center; line-height: 1.45;
}
#panel-help .footer-note a { color: var(--teal); }

/* Launch splash */
.launch-splash {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(80% 60% at 80% 10%, rgba(201,160,90,0.28), transparent 55%),
    radial-gradient(70% 50% at 10% 80%, rgba(47,133,134,0.22), transparent 50%),
    radial-gradient(60% 40% at 50% 40%, rgba(224,122,95,0.12), transparent 60%),
    #fbf7f1;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.launch-splash.is-done {
  opacity: 0; visibility: hidden; pointer-events: none;
}
.launch-splash-inner { text-align: center; padding: 1.5rem; }
.launch-splash-inner img {
  width: 112px; height: 112px; margin: 0 auto 0.85rem;
  filter: drop-shadow(0 6px 16px rgba(0,194,178,0.2));
}
.launch-brand {
  margin: 0; font-family: var(--serif); font-size: 1.45rem;
  color: var(--teal-deep); letter-spacing: 0.02em;
}
.launch-brand span { color: var(--coral); }
.launch-tag {
  margin: 0.4rem 0 0; color: var(--ink-soft); font-size: 0.95rem;
}

@media (prefers-reduced-motion: reduce) {
  .launch-splash { transition: none; }
}
