/* Orb Farmer — the public site.

   Same design language as the app, because the person who downloads should
   recognise what opens: Figtree and JetBrains Mono, deep cool surfaces, one
   blurple accent, and colour spent only where the product actually lives — the
   orb balance and the Nitro purchase. The page is mostly the app itself; the
   copy's job is to say what it does and then get out of the way. */

/* ---------- fonts (self-hosted, no third party) ---------- */

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/figtree-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/figtree-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/jetbrains-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- tokens ---------- */

:root {
  color-scheme: dark;

  --bg: #101118;
  --surface: #1b1e29;
  --surface-2: #222532;
  --line: #282c3a;
  --hair: rgba(255, 255, 255, 0.07);

  --text: #eef0f6;
  --text-dim: #a5abbb;
  --text-faint: #737a8e;

  --accent: #5865f2;
  --accent-2: #8b5cf6;
  --accent-glow: rgba(88, 101, 242, 0.5);
  --nitro: #ff73fa;
  --nitro-deep: #d94ff5;
  --amber: #f0b232;

  /* The orb's own colours, sampled off the artwork. */
  --orb-a: #7ae9d6;
  --orb-b: #cf92ff;
  --orb-c: #ef51e8;

  --mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
  --sans: "Figtree", "Segoe UI", system-ui, sans-serif;

  --gut: clamp(20px, 5vw, 56px);
  --radius: 14px;
  --radius-lg: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* The same ambient wash the app carries behind its panel, so the two feel lit
   by the same room. Fixed: the content moves across it. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 620px at 12% -8%, rgba(88, 101, 242, 0.22), transparent 62%),
    radial-gradient(820px 640px at 92% 2%, rgba(217, 79, 245, 0.14), transparent 60%),
    radial-gradient(700px 520px at 60% 108%, rgba(122, 233, 214, 0.06), transparent 62%);
}

/* Film grain, almost invisible: what it does is stop the large flat surfaces
   from banding where the washes cross them. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

::selection {
  background: rgba(139, 92, 246, 0.45);
}

.wrap {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-inline: var(--gut);
}

/* ---------- nav ---------- */

.masthead {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 17, 24, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hair);
}

.masthead-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 64px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 0 10px rgba(207, 146, 255, 0.5));
}

/* The colour goes on "Farmer", in the orb's own ramp -- the same wordmark the
   app's rail shows. Static: the headline below already has one drifting
   gradient, and two would be a fairground. */
.brand em {
  font-style: normal;
  background: linear-gradient(100deg, var(--orb-a), var(--orb-b) 55%, var(--orb-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.masthead nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 14px;
  color: var(--text-dim);
}

.masthead nav a {
  text-decoration: none;
  transition: color 0.15s;
}

.masthead nav a:hover {
  color: var(--text);
}

.masthead .btn {
  padding: 9px 17px;
  font-size: 14px;
}

@media (max-width: 720px) {
  .masthead nav .hide-sm {
    display: none;
  }
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 30px -12px var(--accent-glow), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.15s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.15s, filter 0.15s;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 40px -12px var(--accent-glow), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.btn:active {
  transform: translateY(0);
}

.btn small {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 500;
  opacity: 0.8;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text);
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

/* ---------- reveal ---------- */

.r {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.r.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .r {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .shot::after {
    animation: none;
  }
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-block: clamp(56px, 9vw, 104px) clamp(30px, 4vw, 44px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 8px;
  margin-bottom: 26px;
  border-radius: 999px;
  border: 1px solid var(--hair);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  color: var(--text-dim);
}

.eyebrow b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

h1 {
  font-size: clamp(34px, 5.4vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin-inline: auto;
  max-width: 22ch;
}

/* The line break in the headline is written into the markup, because the two
   halves are a sentence each. On a phone it would only cause a ragged third
   line, so there it goes back to flowing. */
@media (max-width: 560px) {
  h1 br {
    display: none;
  }
}

/* The orb's ramp, drifting the way the balance does inside the app. */
h1 .orb-text {
  background: linear-gradient(90deg, var(--orb-a), var(--orb-b), var(--orb-c), var(--orb-b), var(--orb-a));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: drift 7s linear infinite;
}

@keyframes drift {
  from {
    background-position: 200% center;
  }
  to {
    background-position: 0% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  h1 .orb-text {
    animation: none;
  }
}

.hero .sub {
  margin: 20px auto 0;
  max-width: 56ch;
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--text-dim);
}

.hero .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.hero .under {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--text-faint);
}

/* ---------- the screenshot ---------- */

.shot {
  position: relative;
  margin-inline: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 50px 120px -50px #000, 0 0 90px -40px rgba(88, 101, 242, 0.55);
}

.shot img {
  display: block;
  width: 100%;
  height: auto;
}

/* The light seam along the top edge, same as the app's hero card. */
.shot::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.shot-frame {
  position: relative;
  padding-bottom: clamp(40px, 6vw, 72px);
}

/* A pool of light under the screenshot so it sits on the page rather than being
   pasted onto it. */
.shot-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12%;
  width: 78%;
  height: 70%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(139, 92, 246, 0.3), transparent 72%);
  filter: blur(50px);
}

.shot-caption {
  margin-top: 14px;
  text-align: center;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-faint);
}

/* ---------- sections ---------- */

section {
  position: relative;
  z-index: 2;
  padding-block: clamp(44px, 6vw, 78px);
}

.kicker {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.kicker::before {
  content: "";
  width: 3px;
  height: 13px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
}

h2 {
  font-size: clamp(25px, 3vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 12px;
}

.section-lede {
  color: var(--text-dim);
  max-width: 62ch;
  font-size: 16.5px;
}

/* ---------- what it does ---------- */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 26px 24px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), rgba(27, 30, 41, 0.55));
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.16);
}

/* Each card is lit in the colour of the thing it is about. */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
  background: radial-gradient(70% 100% at 100% 0%, var(--tint, transparent), transparent 62%);
}

.card.quests {
  --tint: rgba(88, 101, 242, 0.16);
}

.card.orbs {
  --tint: rgba(207, 146, 255, 0.16);
}

.card.nitro {
  --tint: rgba(255, 115, 250, 0.14);
}

.card img {
  height: 30px;
  width: auto;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

.card h3 {
  font-size: 17.5px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 7px;
}

.card p {
  color: var(--text-dim);
  font-size: 15px;
}

/* ---------- a closer look ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}

.split ul {
  list-style: none;
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.split li {
  position: relative;
  padding-left: 26px;
  color: var(--text-dim);
  font-size: 15.5px;
}

.split li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.split li b {
  color: var(--text);
  font-weight: 600;
}

/* The free week. Its own block above the plans rather than a bullet inside
   them: it applies to both, and repeating it on each card made the two look
   like different offers. */
.trial-note {
  margin-top: 20px;
  padding: 13px 16px;
  max-width: 62ch;
  border: 1px solid rgba(122, 233, 214, 0.3);
  border-left: 3px solid var(--orb-a);
  border-radius: 10px;
  background: rgba(122, 233, 214, 0.07);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

.trial-note b {
  color: var(--orb-a);
}

/* ---------- price ---------- */

.plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.plan {
  position: relative;
  overflow: hidden;
  padding: 28px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), rgba(27, 30, 41, 0.55));
}

.plan.best {
  border-color: rgba(139, 92, 246, 0.55);
  box-shadow: 0 30px 70px -40px var(--accent-glow);
}

.plan.best::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(90% 120% at 50% 0%, rgba(139, 92, 246, 0.18), transparent 60%);
}

.plan .tagline {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  padding: 4px 10px;
  border-radius: 999px;
}

.plan .name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 10px;
}

.plan .amount {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.plan .amount span {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-faint);
  letter-spacing: 0;
}

.plan ul {
  list-style: none;
  margin-top: 20px;
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.plan li {
  font-size: 14.5px;
  color: var(--text-dim);
  padding-left: 24px;
  position: relative;
}

.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--accent-2);
}

.fineprint {
  margin-top: 22px;
  font-size: 13.5px;
  color: var(--text-faint);
  line-height: 1.8;
  max-width: 74ch;
}

/* ---------- questions ---------- */

.qa {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.15s, background 0.15s;
}

details[open] {
  border-color: rgba(139, 92, 246, 0.4);
  background: rgba(139, 92, 246, 0.05);
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 48px 17px 20px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: color 0.15s;
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover {
  color: #fff;
}

summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid var(--text-faint);
  border-bottom: 2px solid var(--text-faint);
  transform: rotate(45deg);
  transition: transform 0.2s;
}

details[open] summary::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}

details p {
  color: var(--text-dim);
  padding: 0 20px 18px;
  max-width: 74ch;
  font-size: 15px;
}

/* ---------- closing ---------- */

.closing {
  text-align: center;
  padding: clamp(38px, 6vw, 62px) clamp(20px, 4vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(110% 150% at 50% 0%, rgba(88, 101, 242, 0.18), transparent 60%),
    linear-gradient(180deg, var(--surface), rgba(27, 30, 41, 0.5));
}

.closing h2 {
  margin-bottom: 10px;
}

.closing p {
  color: var(--text-dim);
  max-width: 52ch;
  margin: 0 auto 26px;
}

/* The SmartScreen note. Same shape as the caution box below — same grid, same
   badge, same measure — so the two read as one family of "things worth knowing".
   Not amber, though: amber on this page means a risk you are taking, and this is
   simply what Windows is about to do. Slate and an "i" keep that distinction. */
.caution.note {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.caution.note .bang {
  color: var(--bg);
  background: var(--text-dim);
}

.caution.note p {
  color: var(--text-dim);
}

.caution.note b {
  color: var(--text);
  font-weight: 600;
}

/* The two clicks, drawn as the buttons they are: a reader scanning for what to
   do finds them without reading the sentence around them. */
.caution.note kbd {
  display: inline-block;
  padding: 2px 9px;
  margin: 0 1px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* Under the hero it is an aside, not a section of its own: narrower, centred on
   the buttons it follows, and given real room so it never crowds them. */
.caution.note.hero-note {
  margin: 34px auto 0;
  max-width: 660px;
  text-align: left;
}

/* The one caution on the page. Amber and quiet: it is worth reading once, and
   it is not worth shouting -- a page that warns in every paragraph reads like
   it has something to hide. */
.caution {
  margin-top: clamp(30px, 4vw, 44px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  /* Centred against the text rather than pinned to its first line: with the
     copy centred, a badge stuck to the top edge reads as a stray mark. */
  align-items: center;
  padding: 20px 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(240, 178, 50, 0.28);
  background: rgba(240, 178, 50, 0.07);
}

.caution .bang {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 15px;
  color: #1d1503;
  background: var(--amber);
}

.caution p {
  color: #f6e3bd;
  font-size: 14.5px;
  max-width: 78ch;
  text-align: center;
}

.caution a {
  color: #ffd98a;
}

/* ---------- footer ---------- */

footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--hair);
  margin-top: clamp(40px, 6vw, 70px);
  padding-block: 30px 44px;
  display: flex;
  gap: 16px 30px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13.5px;
  color: var(--text-faint);
}

footer nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  flex-wrap: wrap;
}

footer a {
  text-decoration: none;
  transition: color 0.15s;
}

footer a:hover {
  color: var(--text);
}

.disclaimer {
  width: 100%;
  font-size: 12.5px;
  color: #5f6577;
  line-height: 1.6;
}

/* ---------- legal pages ---------- */

.doc {
  position: relative;
  z-index: 2;
  padding-block: clamp(40px, 6vw, 72px);
  max-width: 74ch;
}

.doc h1 {
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  max-width: none;
}

.doc .updated {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--text-faint);
  margin-bottom: 34px;
}

.doc h2 {
  font-size: 19px;
  margin-top: 34px;
  margin-bottom: 10px;
}

.doc p,
.doc li {
  color: var(--text-dim);
  font-size: 15.5px;
}

.doc p + p {
  margin-top: 12px;
}

.doc ul,
.doc ol {
  margin: 12px 0 0 20px;
  display: grid;
  gap: 7px;
}

.doc strong {
  color: var(--text);
}

.doc .note {
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent-2);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 18px;
  margin-top: 20px;
}

.doc .note p {
  color: var(--text);
  font-size: 15px;
}

/* ---------- thanks page ---------- */

.thanks {
  position: relative;
  z-index: 2;
  min-height: 72vh;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 18px;
  padding-block: 60px;
}

.thanks .orb {
  width: 76px;
  margin: 0 auto;
  filter: drop-shadow(0 14px 40px rgba(207, 146, 255, 0.55));
  animation: bob 4.5s ease-in-out infinite;
}

@keyframes bob {
  50% {
    transform: translateY(-9px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .thanks .orb {
    animation: none;
  }
}

.thanks h1 {
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.03em;
  max-width: none;
}

.thanks p {
  color: var(--text-dim);
  max-width: 52ch;
  margin-inline: auto;
}

/* ---------- narrow ---------- */

/* On a phone the eyebrow is two thoughts, so let it be two lines rather than
   one ragged block: the badge keeps its own line, the price follows underneath. */
@media (max-width: 560px) {
  .eyebrow {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12.5px;
  }

  .eyebrow b {
    white-space: nowrap;
  }
}

@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
  }

  .caution {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
