:root {
  --cw-ink: #0f2d2a;
  --cw-muted: #57706c;
  --cw-teal: #087f73;
  --cw-cyan: #16b8ae;
  --cw-blue: #356fe3;
  --cw-violet: #7b4ce0;
  --cw-orange: #eb6a32;
  --cw-green: #229960;
  --cw-red: #cf3f52;
  --cw-surface: color-mix(in srgb, var(--md-default-bg-color) 94%, var(--cw-teal));
  --cw-border: color-mix(in srgb, var(--md-default-fg-color) 16%, transparent);
  --cw-shadow: 0 20px 48px color-mix(in srgb, var(--cw-ink) 12%, transparent);
}

.md-grid {
  max-width: 78rem;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: -0.025em;
}

.cw-launch-hero {
  align-items: center;
  background: #fbf8f0;
  border: 1px solid #b8d6cf;
  border-radius: 1.35rem;
  box-shadow: 0 24px 64px rgba(15, 45, 42, 0.12);
  display: grid;
  gap: clamp(1.4rem, 4vw, 3.4rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  margin: 0 0 2.7rem;
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 3.1rem);
}

@supports selector(:has(*)) {
  .md-main__inner:has(.cw-launch-hero) {
    max-width: 92rem;
  }

  .md-main__inner:has(.cw-launch-hero) > .md-sidebar {
    display: none;
  }
}

.cw-launch-copy h1 {
  color: #16332f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0 0 1rem;
}

.cw-launch-copy .cw-lead { color: #506963; }
.cw-launch-hero .cw-button { color: #064e49; }
.cw-launch-hero .cw-button-primary { background: #087f73; border-color: #087f73; color: #fff !important; }
.cw-launch-visual { display: block; }
.cw-launch-visual img { border-radius: 1rem; display: block; width: 100%; }
.cw-proof-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

@media screen and (max-width: 70rem) {
  .cw-launch-hero { grid-template-columns: 1fr; }
  .cw-proof-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 40rem) {
  .cw-launch-hero { padding: 1.2rem; }
  .cw-launch-copy h1 { font-size: 2.45rem; }
  .cw-proof-grid-five { grid-template-columns: 1fr; }
}

.cw-studio-hero {
  --cw-studio-line: rgba(111, 226, 219, 0.18);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #06141d, #071924 58%, #06111a);
  background-size: 42px 42px, 42px 42px, auto;
  border: 1px solid rgba(111, 226, 219, 0.16);
  border-radius: 1.4rem;
  box-shadow: 0 30px 90px rgba(2, 15, 20, 0.32);
  color: #eefaf8;
  display: grid;
  gap: 1.2rem 2.2rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  margin: 0 0 2.8rem;
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 3.3rem);
  position: relative;
}

/* The showcase home needs the canvas; documentation pages keep their sidebars. */
@supports selector(:has(*)) {
  .md-main__inner:has(.cw-studio-hero) {
    max-width: 92rem;
  }

  .md-main__inner:has(.cw-studio-hero) > .md-sidebar {
    display: none;
  }
}

.cw-studio-hero::after {
  background: linear-gradient(90deg, transparent, rgba(70, 218, 207, 0.45), transparent);
  content: "";
  height: 1px;
  inset: auto 6% 5.4rem;
  position: absolute;
}

.cw-studio-glow {
  border-radius: 50%;
  filter: blur(75px);
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
}

.cw-studio-glow-a { background: #19c6ab; height: 18rem; left: -8rem; top: -8rem; width: 18rem; }
.cw-studio-glow-b { background: #145c7d; bottom: -10rem; height: 22rem; right: -8rem; width: 22rem; }

.cw-studio-copy,
.cw-studio-stage,
.cw-studio-rail { position: relative; z-index: 1; }

.cw-studio-brand {
  align-items: center;
  color: #7fd8cf;
  display: flex;
  font: 750 0.68rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  gap: 0.65rem;
  letter-spacing: 0.12em;
}

.cw-live-dot {
  animation: cw-pulse 1.8s ease-in-out infinite;
  background: #45d486;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(69, 212, 134, 0.1), 0 0 18px rgba(69, 212, 134, 0.65);
  height: 0.48rem;
  width: 0.48rem;
}

.cw-studio-copy h1 {
  color: #f4fbfa;
  font-size: clamp(2.4rem, 5.2vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 1rem 0 1.1rem;
  max-width: 10.5ch;
}

.cw-studio-copy > p {
  color: #9db4bc;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  line-height: 1.75;
  max-width: 43rem;
}

.cw-studio-hero .cw-button {
  border-color: rgba(130, 209, 206, 0.25);
  color: #dff6f3;
}

.cw-studio-hero .cw-button-primary { border-color: #19c6ab; color: #032d29 !important; background: linear-gradient(135deg, #19c6ab, #69e3cf); }

.cw-studio-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 1.8rem;
}

.cw-studio-stats span { color: #668690; display: grid; font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; }
.cw-studio-stats strong { color: #d9f3ef; font: 760 1rem/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0; text-transform: none; }

.cw-studio-stage {
  align-self: center;
  background: linear-gradient(145deg, rgba(12, 43, 56, 0.86), rgba(7, 24, 34, 0.92));
  border: 1px solid var(--cw-studio-line);
  border-radius: 1.2rem;
  min-height: 22rem;
  overflow: hidden;
}

.cw-studio-stage::before {
  border: 1px dashed rgba(83, 224, 202, 0.18);
  border-radius: 50%;
  content: "";
  height: 24rem;
  left: -9rem;
  position: absolute;
  top: -2rem;
  transform: rotate(-18deg);
  width: 35rem;
}

.cw-agent-orbit { height: 10rem; left: 1.2rem; position: absolute; top: 3rem; width: 10rem; }
.cw-orbit-ring { animation: cw-orbit 11s linear infinite; border: 1px solid rgba(83, 224, 202, 0.32); border-radius: 50%; inset: 0.6rem; position: absolute; }
.cw-orbit-ring::after { background: #53e0ca; border-radius: 50%; box-shadow: 0 0 14px #19c6ab; content: ""; height: 0.45rem; left: 50%; position: absolute; top: -0.25rem; width: 0.45rem; }
.cw-orbit-ring-b { animation-direction: reverse; inset: 1.8rem -0.6rem; transform: rotate(55deg); }
.cw-agent-face { background: radial-gradient(circle at 35% 25%, #15718a, #071b27 58%); border: 1px solid rgba(80, 231, 226, 0.72); border-radius: 50%; box-shadow: 0 0 38px rgba(25, 198, 171, 0.24); display: block; height: 5.3rem; left: 2.35rem; position: absolute; top: 2.35rem; width: 5.3rem; }
.cw-agent-face i { animation: cw-blink 5s infinite; background: #2ce6df; border-radius: 999px; box-shadow: 0 0 11px #19c6ab; height: 1rem; position: absolute; top: 2.05rem; width: 0.48rem; }
.cw-agent-face i:first-child { left: 1.55rem; }
.cw-agent-face i:last-child { right: 1.55rem; }

.cw-studio-readout { left: 1.6rem; position: absolute; top: 14.2rem; }
.cw-studio-readout span { color: #4ddfca; display: block; font: 760 0.61rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0.13em; }
.cw-studio-readout strong { display: block; font-size: 1.25rem; margin: 0.25rem 0 0.15rem; }
.cw-studio-readout small { color: #78949e; }

.cw-mini-vessel { border: 2px solid rgba(149, 224, 218, 0.35); border-radius: 0.7rem 0.7rem 2rem 2rem; border-top: 0; height: 7.7rem; left: 48%; overflow: hidden; position: absolute; top: 4.3rem; transform: translateX(-50%); width: 6rem; }
.cw-mini-vessel::before { border: 2px solid rgba(149, 224, 218, 0.35); border-bottom: 0; content: ""; height: 2rem; left: 2rem; position: absolute; top: -1.3rem; width: 1.8rem; }
.cw-mini-liquid { animation: cw-liquid 3.2s ease-in-out infinite; background: linear-gradient(rgba(83, 224, 202, 0.55), rgba(25, 198, 171, 0.88)); border-radius: 0.25rem 0.25rem 1.7rem 1.7rem; inset: 45% 0.3rem 0.3rem; position: absolute; }
.cw-mini-vessel i { animation: cw-bubble 2.4s infinite; border: 1px solid #d5fffa; border-radius: 50%; bottom: 0.8rem; height: 0.42rem; position: absolute; width: 0.42rem; }
.cw-mini-vessel i:nth-child(2) { animation-delay: 0.2s; left: 1.2rem; }
.cw-mini-vessel i:nth-child(3) { animation-delay: 1s; left: 2.8rem; }
.cw-mini-vessel i:nth-child(4) { animation-delay: 1.6s; right: 1rem; }

.cw-signal-card { border: 1px solid rgba(117, 119, 233, 0.28); border-radius: 0.8rem; height: 6.3rem; position: absolute; right: 1.5rem; top: 4.8rem; width: 8.8rem; }
.cw-signal-card::before { color: #7c8fc7; content: "INSTRUMENT"; font: 620 0.48rem ui-monospace, SFMono-Regular, Consolas, monospace; left: 0.7rem; letter-spacing: 0.12em; position: absolute; top: 0.55rem; }
.cw-signal-line { border-bottom: 2px solid #8c6feb; bottom: 1.25rem; height: 3rem; left: 0.7rem; position: absolute; transform: skewX(-12deg); width: 6.9rem; }
.cw-signal-one { clip-path: polygon(0 90%, 10% 90%, 18% 35%, 24% 90%, 42% 90%, 49% 5%, 57% 90%, 100% 90%); background: linear-gradient(transparent 94%, rgba(140, 111, 235, 0.75) 94%); }
.cw-signal-two, .cw-signal-three { display: none; }

.cw-stage-score { bottom: 1.45rem; position: absolute; right: 1.6rem; text-align: right; }
.cw-stage-score span { color: #66818b; display: block; font: 620 0.54rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0.11em; }
.cw-stage-score strong { color: #65e0c9; font: 760 1.7rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.cw-stage-progress { background: rgba(83, 224, 202, 0.08); bottom: 0; height: 0.3rem; left: 0; position: absolute; right: 0; }
.cw-stage-progress i { background: linear-gradient(90deg, #20d2cb, #7d66e8, #f0a33a, #45d486); display: block; height: 100%; transition: width 380ms ease; width: 6.66%; }

.cw-studio-rail { align-items: center; display: flex; gap: 0; grid-column: 1 / -1; justify-content: space-between; margin-top: 0.8rem; padding: 0 0.1rem; }
.cw-studio-rail button { background: transparent; border: 0; color: #557680; cursor: pointer; display: grid; flex: 1; gap: 0.35rem; justify-items: center; min-width: 0; padding: 0.35rem 0; position: relative; }
.cw-studio-rail button::after { background: rgba(83, 224, 202, 0.14); content: ""; height: 1px; left: calc(50% + 0.28rem); position: absolute; top: 1.49rem; width: calc(100% - 0.56rem); }
.cw-studio-rail button:last-child::after { display: none; }
.cw-studio-rail button span { font: 600 0.48rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.cw-studio-rail button i { background: #31515b; border-radius: 50%; box-shadow: 0 0 0 3px #071924; height: 0.48rem; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; width: 0.48rem; z-index: 1; }
.cw-studio-rail button.is-active { color: #dff7f4; }
.cw-studio-rail button.is-active i { background: #4ce0d5; box-shadow: 0 0 0 3px #071924, 0 0 16px #19c6ab; transform: scale(1.45); }
.cw-studio-rail button[data-family="instrument"] i { background: #8c6feb; }
.cw-studio-rail button[data-family="thermal"] i { background: #ef813a; }
.cw-studio-rail button[data-family="workup"] i { background: #15a791; }
.cw-studio-rail button[data-family="assay"] i { background: #45d486; }

.cw-card-index { color: var(--cw-teal); font: 760 0.63rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0.12em; }
.cw-entry-grid { display: grid; gap: 0.9rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1rem 0 2.2rem; }
.cw-entry-card { background: linear-gradient(145deg, color-mix(in srgb, var(--cw-teal) 8%, var(--md-default-bg-color)), var(--md-default-bg-color)); border: 1px solid var(--cw-border); border-radius: 0.9rem; display: flex; flex-direction: column; min-height: 13rem; padding: 1.1rem 1.15rem; transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.cw-entry-card:hover, .cw-entry-card:focus-visible { border-color: color-mix(in srgb, var(--cw-cyan) 58%, transparent); box-shadow: var(--cw-shadow); transform: translateY(-3px); }
.cw-entry-card > span { color: var(--cw-teal); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.12em; }
.cw-entry-card > strong { color: var(--md-default-fg-color); font-size: 1.05rem; line-height: 1.3; margin-top: 0.65rem; }
.cw-entry-card p { color: var(--md-default-fg-color--light); flex: 1; font-size: 0.78rem; }
.cw-entry-card b { font-size: 0.72rem; }

@keyframes cw-pulse { 50% { opacity: 0.45; } }
@keyframes cw-orbit { to { transform: rotate(360deg); } }
@keyframes cw-blink { 0%, 44%, 48%, 100% { transform: scaleY(1); } 46% { transform: scaleY(0.12); } }
@keyframes cw-bubble { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(-4.2rem); } }
@keyframes cw-liquid { 50% { transform: translateY(0.25rem) skewY(-2deg); } }

.cw-hero {
  background:
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--cw-cyan) 25%, transparent), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--cw-teal) 14%, var(--md-default-bg-color)), var(--md-default-bg-color));
  border: 1px solid var(--cw-border);
  border-radius: 1.25rem;
  box-shadow: var(--cw-shadow);
  margin: 0 0 2.4rem;
  overflow: hidden;
  padding: clamp(1.6rem, 5vw, 3.6rem);
  position: relative;
}

.cw-hero::after {
  border: 1px solid color-mix(in srgb, var(--cw-cyan) 26%, transparent);
  border-radius: 50%;
  content: "";
  height: 17rem;
  position: absolute;
  right: -8rem;
  top: -9rem;
  width: 17rem;
}

.cw-eyebrow {
  color: var(--cw-teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.cw-hero h1 {
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 1rem;
  max-width: 13ch;
}

.cw-hero .cw-lead {
  color: var(--md-default-fg-color--light);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.7;
  max-width: 48rem;
}

.cw-button-row,
.cw-pill-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}

.cw-button {
  align-items: center;
  border: 1px solid var(--cw-border);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 750;
  gap: 0.4rem;
  padding: 0.62rem 1rem;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.cw-button:hover,
.cw-button:focus-visible {
  box-shadow: 0 8px 22px color-mix(in srgb, var(--cw-teal) 20%, transparent);
  transform: translateY(-2px);
}

.cw-button-primary {
  background: var(--cw-teal);
  border-color: var(--cw-teal);
  color: #fff !important;
}

.cw-pill {
  background: color-mix(in srgb, var(--cw-teal) 9%, transparent);
  border: 1px solid var(--cw-border);
  border-radius: 999px;
  color: var(--md-default-fg-color--light);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.68rem;
}

.cw-grid,
.cw-proof-grid,
.cw-path-grid {
  display: grid;
  gap: 0.9rem;
  margin: 1rem 0 2rem;
}

.cw-grid,
.cw-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cw-path-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cw-card,
.cw-proof,
.cw-path-card {
  background: var(--cw-surface);
  border: 1px solid var(--cw-border);
  border-radius: 0.85rem;
  padding: 1rem 1.05rem;
}

.cw-card h3,
.cw-proof h3,
.cw-path-card h3 {
  margin: 0 0 0.4rem;
}

.cw-card p:last-child,
.cw-proof p:last-child,
.cw-path-card p:last-child {
  margin-bottom: 0;
}

.cw-proof strong {
  color: var(--cw-teal);
  display: block;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.cw-figure-frame {
  background: #fff;
  border: 1px solid var(--cw-border);
  border-radius: 0.9rem;
  box-shadow: var(--cw-shadow);
  margin: 1.2rem 0 2rem;
  overflow: hidden;
  padding: 0.5rem;
}

.cw-figure-frame img {
  display: block;
  height: auto;
  width: 100%;
}

.cw-explorer {
  border: 1px solid var(--cw-border);
  border-radius: 1rem;
  box-shadow: var(--cw-shadow);
  margin: 1rem 0 2rem;
  overflow: hidden;
}

.cw-explorer-header {
  background: linear-gradient(135deg, color-mix(in srgb, var(--cw-teal) 16%, var(--md-default-bg-color)), var(--md-default-bg-color));
  border-bottom: 1px solid var(--cw-border);
  padding: 1.2rem 1.35rem;
}

.cw-explorer-header h3 {
  margin: 0 0 0.25rem;
}

.cw-step-strip {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 1rem 1.2rem 0.8rem;
  scrollbar-width: thin;
}

.cw-step-button {
  background: var(--cw-blue);
  border: 0;
  border-radius: 0.55rem;
  color: #fff;
  cursor: pointer;
  flex: 0 0 5.6rem;
  min-height: 3.5rem;
  padding: 0.48rem;
  text-align: left;
  transition: transform 130ms ease, box-shadow 130ms ease, opacity 130ms ease;
}

.cw-step-button[data-family="thermal"] { background: var(--cw-orange); }
.cw-step-button[data-family="instrument"] { background: var(--cw-violet); }
.cw-step-button[data-family="workup"] { background: var(--cw-teal); }
.cw-step-button[data-family="terminal"] { background: #45515f; }
.cw-step-button[data-family="assay"] { background: var(--cw-green); }

.cw-step-button:hover,
.cw-step-button:focus-visible,
.cw-step-button[aria-pressed="true"] {
  box-shadow: 0 8px 18px color-mix(in srgb, var(--cw-ink) 25%, transparent);
  opacity: 1;
  outline: 3px solid color-mix(in srgb, var(--cw-cyan) 45%, transparent);
  transform: translateY(-2px);
}

.cw-step-button:not([aria-pressed="true"]) {
  opacity: 0.82;
}

.cw-step-number {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  opacity: 0.78;
}

.cw-step-label {
  display: block;
  font-size: 0.77rem;
  font-weight: 750;
  margin-top: 0.25rem;
}

.cw-step-detail {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(13rem, 0.8fr);
  padding: 0.9rem 1.3rem 1.35rem;
}

.cw-step-panel {
  background: var(--cw-surface);
  border: 1px solid var(--cw-border);
  border-radius: 0.7rem;
  padding: 0.85rem 1rem;
}

.cw-step-panel h4 {
  margin: 0 0 0.55rem;
}

.cw-key-value {
  display: grid;
  gap: 0.35rem 0.8rem;
  grid-template-columns: max-content 1fr;
  margin: 0;
}

.cw-key-value dt {
  color: var(--md-default-fg-color--light);
  font-size: 0.72rem;
  font-weight: 700;
}

.cw-key-value dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.cw-score-track {
  background: color-mix(in srgb, var(--md-default-fg-color) 10%, transparent);
  border-radius: 999px;
  height: 0.65rem;
  margin: 0.7rem 0 0.25rem;
  overflow: hidden;
}

.cw-score-fill {
  background: linear-gradient(90deg, var(--cw-blue), var(--cw-cyan), var(--cw-green));
  border-radius: inherit;
  height: 100%;
  min-width: 0.2rem;
  transition: width 180ms ease;
}

.cw-error {
  border-left: 4px solid var(--cw-red);
  color: var(--cw-red);
  padding-left: 0.8rem;
}

.cw-status-note {
  border-left: 4px solid var(--cw-cyan);
  color: var(--md-default-fg-color--light);
  margin: 1.3rem 0;
  padding: 0.2rem 0 0.2rem 0.9rem;
}

.cw-noscript {
  background: color-mix(in srgb, var(--cw-orange) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--cw-orange) 35%, transparent);
  border-radius: 0.7rem;
  padding: 0.8rem 1rem;
}

@media screen and (max-width: 54rem) {
  .cw-studio-hero { grid-template-columns: 1fr; }
  .cw-studio-copy h1 { max-width: 13ch; }

  .cw-grid,
  .cw-proof-grid,
  .cw-entry-grid {
    grid-template-columns: 1fr;
  }

  .cw-step-detail,
  .cw-path-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 36rem) {
  .cw-studio-hero { border-radius: 0.9rem; padding: 1.25rem; }
  .cw-studio-copy h1 { font-size: 2.5rem; }
  .cw-studio-stage { min-height: 25rem; }
  .cw-agent-orbit { left: 0.3rem; transform: scale(0.78); transform-origin: left top; }
  .cw-mini-vessel { left: auto; right: 1.2rem; transform: none; }
  .cw-signal-card { left: 1.2rem; right: auto; top: 14.9rem; }
  .cw-stage-score { bottom: 1.4rem; }
  .cw-studio-rail { overflow-x: auto; justify-content: flex-start; }
  .cw-studio-rail button { flex: 0 0 2.5rem; }

  .cw-hero {
    border-radius: 0.85rem;
    padding: 1.35rem;
  }

  .cw-hero h1 {
    font-size: 2.35rem;
  }

  .cw-step-button {
    flex-basis: 4.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cw-live-dot,
  .cw-orbit-ring,
  .cw-agent-face i,
  .cw-mini-liquid,
  .cw-mini-vessel i {
    animation: none;
  }

  .cw-button,
  .cw-step-button,
  .cw-score-fill {
    transition: none;
  }
}
