/* Fælles — landing page
   Deep Forest #1F4D3A is shared byte-for-byte with the Fælles app's
   --primary token — never change it here without changing it there too.
   Sage/Mint/Sand/Peach were retuned 2026-09-15 for the illustration-led
   redesign (deeper sage, warmer sand, more saturated peach) — this is a
   deliberate art-direction pass, not drift; the app's own palette is
   unaffected since the two are separate token sets by design. */

:root {
  --cream: #FAF7F2;
  --cream-deep: #F5F0E7;
  --ink: #14261E;
  --ink-soft: #5C6B62;
  --forest: #1F4D3A;
  --forest-deep: #163A2B;
  --sage: #6D8F7B;
  --mint: #E4F0E8;
  --mint-deep: #BFD3C6;
  --sand: #EADBC6;
  --peach: #F4A77A;
  --line: #E2E7DE;
  --white: #FFFFFF;

  --radius: 14px;
  --radius-lg: 24px;
  --wrap: 1140px;

  --shadow-sm: 0 1px 2px rgba(20, 38, 30, .04), 0 4px 14px rgba(20, 38, 30, .05);
  --shadow-lg: 0 2px 6px rgba(20, 38, 30, .04), 0 24px 60px rgba(20, 38, 30, .09);

  --font-display: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

/* An author `display` rule outranks the UA's [hidden] { display: none },
   so hiding .signup-row (display:flex) silently does nothing without
   this. */
[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.1;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; }
img, svg { display: block; max-width: 100%; }

a { color: var(--forest); text-decoration-color: rgba(31, 77, 58, .3); text-underline-offset: 3px; }
a:hover { text-decoration-color: currentColor; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 22px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* Visible focus everywhere, not just where it was remembered. */
:where(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--forest);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 20;
  background: var(--forest); color: #fff;
  padding: 10px 18px; border-radius: 10px;
  font-size: 15px; text-decoration: none;
  transition: top .15s ease;
}
.skip:focus { top: 12px; }

/* ─── header ─────────────────────────────────────────────────── */

.site-header { padding: 22px 0 6px; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--ink);
}

.wordmark-mark { width: 30px; height: 30px; flex: none; }

.wordmark-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.header-link {
  font-size: 15px;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease;
}
.header-link:hover { background: var(--mint); color: var(--forest); }

/* ─── nav ────────────────────────────────────────────────────── */

.site-nav { position: relative; }

.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  padding: 0;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
}
.nav-toggle:hover { background: var(--mint); border-color: var(--mint-deep); }
.nav-toggle-icon { width: 20px; height: 20px; }

.nav-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 200px;
  flex-direction: column;
  gap: 2px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  z-index: 30;
}
.nav-menu.is-open { display: flex; }

.nav-link {
  display: block;
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background .16s ease, color .16s ease;
}
.nav-link:hover { background: var(--mint); color: var(--forest); }

@media (min-width: 860px) {
  .nav-toggle { display: none; }

  .nav-menu {
    display: flex !important;
    position: static;
    flex-direction: row;
    gap: 2px;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}

/* ─── generic content sections ──────────────────────────────────
   Shared by "Om Fælles", "Vores ambition" and similar short prose
   sections — the hero/values/preview/closing sections above keep
   their own bespoke classes since their layouts differ. */

.section { padding: clamp(48px, 8vw, 84px) 0; border-top: 1px solid var(--line); }
.section .section-title { margin-bottom: 18px; }
.section .lede + .lede { margin-top: 14px; }
.section-tint { background: var(--cream-deep); }

/* ─── kontakt ────────────────────────────────────────────────── */

.kontakt-inner {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
}

.kontakt-email { margin-top: 22px; }
.kontakt-email a { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }

.contact-form {
  display: grid;
  gap: 14px;
  max-width: 480px;
}

.field { display: grid; gap: 6px; }

.field label {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
}

.text-input {
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  resize: vertical;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.text-input::placeholder { color: #9AA79F; }
.text-input:hover { border-color: #CFD8CD; }
.text-input:focus {
  outline: none;
  border-color: var(--forest);
  box-shadow: 0 0 0 4px rgba(31, 77, 58, .12);
}
.text-input[aria-invalid="true"] {
  border-color: #B4483F;
  box-shadow: 0 0 0 4px rgba(180, 72, 63, .1);
}

.contact-form .btn { justify-self: start; }

.kontakt-confirm { max-width: 480px; }

@media (min-width: 860px) {
  .kontakt-inner { grid-template-columns: .9fr 1.1fr; align-items: start; }
}

/* ─── hero ───────────────────────────────────────────────────── */

.hero { padding: clamp(38px, 8vw, 92px) 0 clamp(52px, 9vw, 104px); }

.hero-grid {
  display: grid;
  gap: clamp(40px, 6vw, 64px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--forest);
  background: var(--mint);
  border: 1px solid var(--mint-deep);
  padding: 7px 16px 7px 13px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 4px rgba(127, 160, 135, .22);
}

h1 {
  font-size: clamp(2.15rem, 6.4vw, 3.85rem);
  line-height: 1.06;
  margin-bottom: 22px;
}

h1 em {
  font-style: normal;
  color: var(--forest);
}

.lede {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 34em;
}

.hero-copy .lede { margin-bottom: 34px; }

/* ─── signup ─────────────────────────────────────────────────── */

.signup { max-width: 500px; }

.signup-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.signup-input {
  flex: 1 1 220px;
  min-width: 0;
  font: inherit;
  font-size: 16px; /* keeps iOS from zooming the viewport on focus */
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.signup-input::placeholder { color: #9AA79F; }

.signup-input:hover { border-color: #CFD8CD; }

.signup-input:focus {
  outline: none;
  border-color: var(--forest);
  box-shadow: 0 0 0 4px rgba(31, 77, 58, .12);
}

.signup-input[aria-invalid="true"] {
  border-color: #B4483F;
  box-shadow: 0 0 0 4px rgba(180, 72, 63, .1);
}

.btn {
  flex: 0 0 auto;
  font: inherit;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: var(--radius);
  padding: 14px 24px;
  cursor: pointer;
  transition: background .18s ease, transform .12s ease;
}

.btn:hover { background: var(--forest-deep); }
.btn:active { transform: translateY(1px); }
.btn[disabled] { opacity: .6; cursor: default; transform: none; }

.signup-hint {
  font-size: 14.5px;
  color: var(--ink-soft);
  margin-top: 12px;
}

.signup-status {
  font-size: 15px;
  margin-top: 12px;
  min-height: 0;
}
.signup-status:empty { margin-top: 0; }

.signup-status[data-state="ok"] {
  color: var(--forest);
  background: var(--mint);
  border: 1px solid var(--mint-deep);
  border-radius: 12px;
  padding: 12px 16px;
}

.signup-status[data-state="error"] { color: #9E3B33; }

.signup-center { margin-inline: auto; }
.signup-center .signup-row { justify-content: center; }

.hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--forest);
  text-decoration: none;
}
.hero-secondary:hover { text-decoration-color: currentColor; }

.hero-secondary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--forest);
  flex: none;
}

.section-wave {
  line-height: 0;
  margin-top: clamp(20px, 5vw, 44px);
}
.section-wave svg { width: 100%; height: 34px; }
.section-wave path { fill: var(--cream-deep); }

/* ─── narrow / centered prose sections ──────────────────────────
   Used by the emotional-truth and trust sections — short, centered
   copy blocks rather than the wide left-aligned .section default. */

.wrap.narrow { max-width: 760px; }
.wrap.center { text-align: center; }
.wrap.center .lede { margin-inline: auto; }

.eyebrow-motif {
  display: inline-flex;
  margin-bottom: 20px;
}

/* ─── one family, different rhythms ─────────────────────────────── */

.familien-intro {
  display: grid;
  gap: clamp(24px, 5vw, 40px);
  align-items: center;
  margin-bottom: clamp(36px, 6vw, 56px);
}

.familien-illustration {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-inline: auto;
  -webkit-mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 32%, transparent 88%);
          mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 32%, transparent 88%);
}

.rhythm-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.rhythm {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px 16px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.rhythm:first-child { border-top: 0; padding-top: 0; }

.rhythm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--mint);
  flex: none;
}

.rhythm h3 { grid-column: 2; font-size: 1.1rem; margin-bottom: 6px; }
.rhythm p { grid-column: 2; color: var(--ink-soft); }

/* ─── two homes ──────────────────────────────────────────────── */

.two-homes-inner {
  display: grid;
  gap: clamp(32px, 6vw, 56px);
  align-items: center;
}

.section-illustration {
  width: 100%;
  height: auto;
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 40%, transparent 92%);
          mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 40%, transparent 92%);
}

.two-homes-copy .lede + .lede { margin-top: 14px; }

/* ─── product experience ─────────────────────────────────────── */
/* Abstracted UI motifs, not literal screenshots — small stylised
   cards that gesture at "home / calendar / chat" without pretending
   to be a real app surface the marketing site doesn't have. */

.produkt-inner {
  display: grid;
  gap: clamp(32px, 6vw, 56px);
  align-items: center;
}

.produkt-mock {
  position: relative;
  aspect-ratio: 4 / 3;
  max-width: 440px;
  margin-inline: auto;
}

.produkt-illustration {
  width: 100%;
  height: auto;
  -webkit-mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 30%, transparent 86%);
          mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 30%, transparent 86%);
}

.produkt-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 12px 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.produkt-card-home {
  top: -4%;
  left: -6%;
  width: 46%;
  flex-direction: column;
  align-items: flex-start;
}

.produkt-card-calendar {
  top: 8%;
  right: -4%;
}

.produkt-card-chat {
  bottom: -2%;
  left: 8%;
  flex-direction: column;
  align-items: flex-start;
}

.produkt-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--peach); }
.produkt-line { display: block; height: 6px; border-radius: 4px; background: var(--mint-deep); }
.produkt-line-lg { width: 72px; margin-top: 8px; }
.produkt-line-sm { width: 46px; margin-top: 6px; background: var(--sand); }

.produkt-chip {
  width: 30px; height: 30px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 600;
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
}
.produkt-chip-mint { background: var(--mint); }
.produkt-chip-peach { background: var(--peach); color: #fff; }

.produkt-bubble { display: block; height: 10px; border-radius: 999px; }
.produkt-bubble-a { width: 84px; background: var(--mint); }
.produkt-bubble-b { width: 56px; background: var(--sand); }

/* ─── plan together ──────────────────────────────────────────── */

.plan-grid {
  display: grid;
  gap: clamp(32px, 6vw, 56px);
  align-items: center;
  margin-top: clamp(32px, 5vw, 48px);
}

.plan-list { gap: 16px; }
.plan-list .value {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.plan-list .value:first-child { border-top: 0; padding-top: 0; }

/* ─── talk → decide → plan ───────────────────────────────────── */

.chat-inner {
  display: grid;
  gap: clamp(32px, 6vw, 56px);
  align-items: center;
}

/* ─── hero visual ────────────────────────────────────────────── */

.hero-visual { display: none; }

.hero-illustration {
  width: 100%;
  height: auto;
  -webkit-mask-image: radial-gradient(ellipse 58% 58% at 50% 46%, #000 35%, transparent 90%);
          mask-image: radial-gradient(ellipse 58% 58% at 50% 46%, #000 35%, transparent 90%);
}

/* ─── values ─────────────────────────────────────────────────── */

.section-title {
  font-size: clamp(1.7rem, 3.6vw, 2.45rem);
  margin-bottom: 18px;
}

.values {
  padding: clamp(52px, 8vw, 92px) 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
}

.values .section-title { margin-bottom: 44px; }

.value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.value {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
}

.value h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.value p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

.value-icon {
  display: block;
  width: 42px; height: 42px;
  border-radius: 13px;
  margin-bottom: 20px;
  position: relative;
}

.value-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.value-icon-a { background: var(--mint); }
.value-icon-a::after {
  width: 16px; height: 16px;
  border: 2.5px solid var(--forest);
  border-radius: 50%;
}

.value-icon-b { background: var(--sand); }
.value-icon-b::after {
  width: 18px; height: 4px;
  border-radius: 4px;
  background: var(--peach);
  box-shadow: 0 -7px 0 var(--sage), 0 7px 0 var(--sage);
}

/* Two roofs, echoing "under et eller flere tage". */
.value-icon-c { background: #F0EBE1; }
.value-icon-c::before,
.value-icon-c::after {
  content: "";
  position: absolute;
  inset: auto;
  margin: 0;
  bottom: 13px;
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid var(--sage);
}
.value-icon-c::before { left: 5px; }
.value-icon-c::after { right: 5px; border-bottom-color: var(--forest); }

/* ─── product preview ────────────────────────────────────────── */

.preview {
  padding: clamp(56px, 9vw, 100px) 0;
  border-top: 1px solid var(--line);
}

.preview-inner {
  display: grid;
  gap: clamp(36px, 6vw, 64px);
  align-items: center;
  justify-items: center;
}

.preview-copy p { color: var(--ink-soft); }
.preview-copy .section-title { margin-bottom: 16px; }

/* Sage would read as the natural accent here, but at ~2.6:1 on cream it
   fails AA for body text. Keep the muted ink and let size carry the
   de-emphasis instead. */
.preview-note {
  margin-top: 16px;
  font-size: 15px;
  color: var(--ink-soft);
}

.preview-illustration {
  width: 100%;
  max-width: 560px;
  height: auto;
  -webkit-mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 32%, transparent 88%);
          mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 32%, transparent 88%);
}

/* ─── closing ────────────────────────────────────────────────── */

.closing {
  padding: clamp(56px, 9vw, 104px) 0;
  border-top: 1px solid var(--line);
  background: var(--mint);
}

.closing-inner { text-align: center; }
.closing .lede { margin: 0 auto 30px; }

.closing-illustration {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 28px;
  -webkit-mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 32%, transparent 88%);
          mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 32%, transparent 88%);
}

/* ─── footer ─────────────────────────────────────────────────── */

.site-footer {
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  align-items: baseline;
  justify-content: space-between;
}

.footer-col { display: grid; gap: 6px; }

.footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.footer-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14.5px;
  color: var(--ink-soft);
}

.footer-meta a { color: var(--ink-soft); }
.footer-meta a:hover { color: var(--forest); }
.footer-sep { color: var(--line); }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
}

.footer-links a {
  font-size: 14.5px;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background .16s ease, color .16s ease;
}
.footer-links a:hover { background: var(--mint); color: var(--forest); }

/* On narrow screens the button wraps onto its own line, where a
   content-width button next to a full-width field reads unfinished. */
@media (max-width: 520px) {
  .btn { width: 100%; }
}

/* ─── larger screens ─────────────────────────────────────────── */

@media (min-width: 860px) {
  body { font-size: 17px; }

  .hero-grid {
    grid-template-columns: 1.05fr .95fr;
  }

  .hero-visual { display: block; }

  .value-list { grid-template-columns: repeat(3, 1fr); gap: 22px; }

  .preview-inner {
    grid-template-columns: auto 1fr;
    justify-items: start;
    gap: clamp(48px, 7vw, 92px);
  }

  .closing .lede { max-width: 30em; }

  .rhythm-list { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .rhythm { border-top: 0; padding: 0; grid-template-columns: 1fr; }
  .rhythm-icon { margin-bottom: 6px; }
  .rhythm h3, .rhythm p { grid-column: 1; }

  .familien-intro { grid-template-columns: 1.1fr .9fr; text-align: left; }

  .two-homes-inner { grid-template-columns: 1fr 1fr; }
  .two-homes-inner .section-illustration { order: 2; }
  .two-homes-inner .two-homes-copy { order: 1; }

  .produkt-inner { grid-template-columns: 1fr 1fr; }

  .plan-grid { grid-template-columns: 1.1fr .9fr; }

  .chat-inner { grid-template-columns: 1fr 1fr; }
}

/* ─── legal pages ────────────────────────────────────────────── */

.legal { padding: clamp(36px, 6vw, 64px) 0 clamp(64px, 10vw, 104px); }
.legal .wrap { max-width: 720px; }

.legal h1 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 10px;
}

.legal-updated {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 40px;
}

.legal section { margin-bottom: 32px; }

.legal h2 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.legal p, .legal li {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.legal p + p { margin-top: 10px; }
.legal ul { margin: 10px 0 0; padding-left: 22px; }
.legal li + li { margin-top: 6px; }

.legal-note {
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 14.5px;
  color: var(--ink);
}

/* ─── motion ─────────────────────────────────────────────────── */

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

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

.hero-copy > *, .hero-visual {
  animation: rise .62s cubic-bezier(.22, .68, .3, 1) backwards;
}
.hero-copy > *:nth-child(1) { animation-delay: .02s; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .14s; }
.hero-copy > *:nth-child(4) { animation-delay: .20s; }
.hero-visual { animation-delay: .16s; }

.node-a, .node-b, .node-c, .node-d, .blob {
  animation: drift 9s ease-in-out infinite;
  transform-origin: center;
}
.node-b { animation-duration: 11s; animation-delay: -3s; }
.node-c { animation-duration: 10s; animation-delay: -5s; }
.node-d { animation-duration: 12s; animation-delay: -1.5s; }
.blob   { animation-duration: 13s; animation-delay: -6s; }

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