:root {
  color-scheme: light;
  --ink: #173042;
  --ink-soft: #28475a;
  --muted: #627887;
  --paper: #fffdf8;
  --cream: #fff4dd;
  --cream-deep: #f8e8c7;
  --line: #eadfc9;
  --coral: #ef7568;
  --coral-dark: #bb4d45;
  --blue: #5a8fd1;
  --blue-soft: #eaf3ff;
  --green: #67a979;
  --green-soft: #eaf7e9;
  --gold: #f2b843;
  --shadow: 0 24px 70px rgb(63 47 22 / 14%);
  --shadow-soft: 0 14px 40px rgb(63 47 22 / 9%);
  font-family:
    ui-rounded,
    "SF Pro Rounded",
    "Nunito Sans",
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: var(--coral-dark);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--blue);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--ink);
  border-radius: 0.75rem;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgb(234 223 201 / 75%);
  background: rgb(255 253 248 / 88%);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  width: min(100%, 1240px);
  min-height: 74px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  color: var(--ink);
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.brand-mark {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  color: white;
  background: linear-gradient(145deg, var(--coral), var(--gold));
  border: 2px solid rgb(255 255 255 / 85%);
  border-radius: 0.9rem;
  place-items: center;
  box-shadow: 0 8px 20px rgb(239 117 104 / 28%);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 850;
}

.nav-links a {
  padding: 0.55rem 0.8rem;
  color: var(--ink);
  border-radius: 999px;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--coral-dark);
  background: var(--cream);
}

main {
  min-height: 72vh;
}

.eyebrow {
  display: flex;
  margin: 0 0 0.9rem;
  color: var(--coral-dark);
  align-items: center;
  gap: 0.55rem;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 0.3rem rgb(239 117 104 / 13%);
}

.eyebrow-light {
  color: #ffb3aa;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 4.6vw, 4.2rem);
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.lead {
  max-width: 58ch;
  margin: 0 0 1.75rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.23rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.2rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0.82rem 1.25rem;
  color: white;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 7px 0 rgb(23 48 66 / 15%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  color: white;
  box-shadow: 0 3px 0 rgb(23 48 66 / 15%);
  transform: translateY(3px);
}

.button-coral {
  color: white;
  background: var(--coral);
  border-color: #ffb0a6;
  box-shadow: 0 7px 0 rgb(128 44 36 / 32%);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  color: var(--ink);
  align-items: center;
  gap: 0.45rem;
  text-decoration-thickness: 2px;
  font-weight: 900;
}

.coming-soon {
  display: inline-flex;
  min-height: 48px;
  padding: 0.72rem 1.05rem;
  color: var(--coral-dark);
  background: white;
  border: 1px solid rgb(239 117 104 / 35%);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
}

.coming-soon > span {
  color: var(--coral);
  font-size: 0.7rem;
}

/* Ultio home hero */
.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgb(91 143 209 / 18%), transparent 24rem),
    radial-gradient(circle at 6% 92%, rgb(242 184 67 / 20%), transparent 26rem),
    linear-gradient(180deg, #fffdf8, #fff9ed);
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
}

.home-hero::before {
  width: 19rem;
  height: 19rem;
  top: 8%;
  right: -9rem;
  border: 3rem solid rgb(90 143 209 / 5%);
}

.home-hero::after {
  width: 12rem;
  height: 12rem;
  bottom: -7rem;
  left: 28%;
  background: rgb(239 117 104 / 6%);
}

.home-hero-inner {
  display: grid;
  width: min(100%, 1240px);
  min-height: calc(100svh - 74px);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) 1.5rem;
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
}

.hero-copy h1 {
  max-width: 10.5ch;
}

.hero-stage-wrap {
  position: relative;
  max-width: 680px;
  padding: 1rem;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  background: #fff6e6;
  border: 10px solid white;
  border-radius: clamp(2rem, 4vw, 3.2rem);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.hero-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgb(126 91 34 / 10%);
  border-radius: inherit;
  pointer-events: none;
}

.hero-stage-scene {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.hero-stage-logo {
  position: absolute;
  width: 46%;
  top: 54%;
  left: 50%;
  filter: drop-shadow(0 10px 14px rgb(114 72 20 / 14%));
  transform: translate(-50%, -50%);
}

.float-note {
  position: absolute;
  display: inline-flex;
  min-height: 50px;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 1rem;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.87rem;
  font-weight: 850;
  box-shadow: var(--shadow-soft);
  animation: gentle-float 4s ease-in-out infinite;
}

.float-note b {
  color: var(--coral-dark);
  font-size: 1.15rem;
}

.note-one {
  top: -0.5rem;
  right: -1rem;
  transform: rotate(2deg);
}

.note-two {
  bottom: 0;
  left: -1.5rem;
  animation-delay: -2s;
  transform: rotate(-2deg);
}

.play-strip {
  display: flex;
  min-height: 64px;
  padding: 0.85rem 1.25rem;
  overflow: hidden;
  color: white;
  background: var(--coral);
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.8rem);
  white-space: nowrap;
  font-size: 0.79rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.play-strip i {
  color: #ffe9a9;
  font-style: normal;
}

.play-strip-blue {
  background: var(--blue);
}

.section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.wordmates-showcase {
  width: min(100%, 1320px);
}

.wordmates-panel {
  display: grid;
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: white;
  background:
    radial-gradient(circle at 17% 26%, rgb(90 143 209 / 34%), transparent 19rem),
    radial-gradient(circle at 88% 95%, rgb(239 117 104 / 24%), transparent 22rem),
    #173042;
  border-radius: clamp(2rem, 5vw, 4rem);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  box-shadow: 0 30px 80px rgb(23 48 66 / 24%);
}

.wordmates-panel::before {
  position: absolute;
  width: 18rem;
  height: 18rem;
  top: -10rem;
  right: -7rem;
  content: "";
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgb(255 255 255 / 3%), 0 0 0 7rem rgb(255 255 255 / 2%);
}

.wordmates-panel-art {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.wordmates-panel-art > img {
  position: relative;
  z-index: 2;
  width: min(100%, 440px);
  filter: drop-shadow(0 22px 28px rgb(0 0 0 / 18%));
}

.spark {
  position: absolute;
  color: var(--gold);
  font-size: 2.4rem;
}

.spark-one {
  top: 3%;
  left: 4%;
}

.spark-two {
  right: 1%;
  bottom: 10%;
  color: #93c8ff;
  font-size: 1.5rem;
}

.avatar-pair {
  position: absolute;
  z-index: 3;
  display: flex;
  right: -1rem;
  bottom: -1.5rem;
}

.avatar-pair img {
  width: 72px;
  height: 72px;
  margin-left: -0.75rem;
  object-fit: cover;
  object-position: 50% 28%;
  background: #263b49;
  border: 4px solid var(--ink);
  border-radius: 50%;
}

.wordmates-panel-copy {
  position: relative;
  z-index: 2;
}

.wordmates-panel-copy h2 {
  color: white;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.wordmates-panel-copy > p:not(.eyebrow) {
  max-width: 52ch;
  margin: 0 0 1.6rem;
  color: #d6e1e8;
  font-size: 1.12rem;
}

.feature-list {
  display: grid;
  margin: 0 0 2rem;
  padding: 0;
  gap: 0.65rem;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
}

.feature-list li::before {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  content: "✓";
  place-items: center;
  font-size: 0.74rem;
  font-weight: 950;
}

.studio-note {
  padding-top: clamp(1rem, 3vw, 2rem);
}

.studio-note-card {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(2.2rem, 6vw, 4.5rem);
  text-align: center;
}

.studio-note-card::before,
.studio-note-card::after {
  position: absolute;
  content: "“";
  color: var(--cream-deep);
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
}

.studio-note-card::before {
  top: 0;
  left: 0;
}

.studio-note-card::after {
  right: 0;
  bottom: -2rem;
  transform: rotate(180deg);
}

.studio-note-card .eyebrow {
  justify-content: center;
}

.studio-note-card h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.studio-note-card p:not(.eyebrow) {
  max-width: 66ch;
  margin: 0 auto 1.4rem;
  color: var(--muted);
  font-size: 1.1rem;
}

/* WordMates product page */
.wm-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgb(242 184 67 / 18%), transparent 24rem),
    radial-gradient(circle at 95% 78%, rgb(103 169 121 / 14%), transparent 24rem),
    linear-gradient(180deg, #fffdf8, #fff8eb);
}

.wm-hero-inner {
  display: grid;
  width: min(100%, 1240px);
  min-height: calc(100svh - 74px);
  margin: 0 auto;
  padding: clamp(2.5rem, 3.5vw, 2.75rem) 1.5rem;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
}

.wm-logo {
  width: min(100%, 300px);
  margin: -3.75rem 0 -4rem;
  filter: drop-shadow(0 12px 15px rgb(141 91 25 / 12%));
}

.wm-hero-copy h1 {
  max-width: 12.5ch;
  margin-bottom: 0.8rem;
  font-size: clamp(3rem, 5vw, 4.75rem);
  line-height: 1.01;
}

.wm-hero-copy .lead {
  margin-bottom: 1rem;
  font-size: 1.08rem;
}

.room-stage {
  position: relative;
  overflow: hidden;
  background: #fff4df;
  border: 10px solid white;
  border-radius: clamp(2rem, 5vw, 3.5rem);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.room-stage > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.room-stage-copy {
  position: absolute;
  display: flex;
  width: 78%;
  top: 56%;
  left: 50%;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transform: translateX(-50%);
}

.room-stage-copy > span {
  margin-bottom: 0.55rem;
  color: var(--coral-dark);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.room-stage-copy strong {
  color: var(--ink);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.room-stage-copy div {
  display: flex;
  margin-top: 1.1rem;
  justify-content: center;
  gap: 0.5rem;
}

.room-stage-copy small {
  padding: 0.4rem 0.6rem;
  color: var(--ink-soft);
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: clamp(0.58rem, 1vw, 0.72rem);
  font-weight: 850;
}

.intro-grid {
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.sticky-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.sticky-heading h2 {
  font-size: clamp(2.8rem, 5vw, 4.7rem);
}

.benefit-stack {
  display: grid;
  gap: 1rem;
}

.benefit-card {
  display: grid;
  min-height: 170px;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: white;
  border: 1px solid var(--line);
  border-radius: 1.75rem;
  align-items: start;
  gap: 1.2rem;
  grid-template-columns: auto 1fr;
  box-shadow: var(--shadow-soft);
}

.benefit-card > span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  color: var(--coral-dark);
  background: var(--cream);
  border-radius: 0.85rem;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 950;
}

.benefit-card h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
}

#modlar {
  width: min(100%, 1320px);
  scroll-margin-top: 6rem;
}

.modes-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.modes-heading .eyebrow {
  justify-content: center;
}

.mode-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mode-card {
  position: relative;
  display: grid;
  min-height: 350px;
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  overflow: hidden;
  border: 1px solid rgb(23 48 66 / 8%);
  border-radius: 2.2rem;
  align-items: end;
  grid-template-columns: minmax(0, 0.98fr) minmax(150px, 0.72fr);
  box-shadow: var(--shadow-soft);
}

.mode-card::after {
  position: absolute;
  width: 14rem;
  height: 14rem;
  top: -7rem;
  right: -6rem;
  content: "";
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgb(255 255 255 / 13%);
}

.mode-coral { background: #fff0ec; }
.mode-green { background: #eaf7e9; }
.mode-blue { background: #eaf3ff; }
.mode-gold { background: #fff5d9; }

.mode-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 245px;
  align-self: center;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgb(65 52 34 / 14%));
  grid-column: 2;
}

.mode-card > div {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
}

.mode-number {
  position: absolute;
  z-index: 3;
  top: 1.4rem;
  left: 1.5rem;
  color: rgb(23 48 66 / 45%);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mode-kicker {
  margin: 0 0 0.45rem;
  color: var(--coral-dark) !important;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mode-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.mode-card p {
  max-width: 33ch;
  margin: 0;
  color: var(--ink-soft);
}

.trust-band {
  display: grid;
  padding: clamp(2.2rem, 6vw, 5rem);
  color: white;
  background:
    radial-gradient(circle at 8% 10%, rgb(90 143 209 / 28%), transparent 22rem),
    #173042;
  border-radius: clamp(2rem, 5vw, 3.5rem);
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  box-shadow: 0 28px 70px rgb(23 48 66 / 23%);
}

.trust-copy h2 {
  color: white;
}

.trust-copy > p:not(.eyebrow) {
  color: #d4e0e7;
  font-size: 1.08rem;
}

.trust-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  gap: 1rem;
}

.trust-links a {
  color: white;
  font-weight: 850;
}

.trust-points {
  display: grid;
  gap: 0.9rem;
}

.trust-points > div {
  display: grid;
  padding: 1.1rem;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 1.2rem;
  align-items: start;
  gap: 0.9rem;
  grid-template-columns: auto 1fr;
}

.trust-points span {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 950;
}

.trust-points p {
  margin: 0;
  color: #cfdae1;
  font-size: 0.92rem;
}

.trust-points strong {
  display: block;
  margin-bottom: 0.15rem;
  color: white;
  font-size: 1rem;
}

.final-cta {
  display: flex;
  max-width: 900px;
  padding-top: clamp(2rem, 4vw, 4rem);
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.final-cta > img {
  width: min(100%, 330px);
  margin-bottom: 1rem;
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta h2 {
  max-width: 15ch;
}

/* Legal and support pages */
.legal-page {
  background:
    radial-gradient(circle at 7% 4%, rgb(242 184 67 / 13%), transparent 25rem),
    var(--paper);
}

.legal-shell {
  display: grid;
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5rem) 1.25rem;
  gap: 2rem;
  grid-template-columns: 240px minmax(0, 1fr);
}

.legal-nav {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 1.1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 1rem;
}

.legal-nav a {
  display: block;
  padding: 0.45rem 0.55rem;
  color: var(--ink);
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 750;
}

.legal-nav a:hover,
.legal-nav a[aria-current="page"] {
  color: var(--coral-dark);
  background: var(--cream);
}

.document {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  background: rgb(255 255 255 / 92%);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.document h1 {
  max-width: none;
  font-size: clamp(2rem, 5vw, 3.35rem);
}

.document h2 {
  margin-top: 2.25rem;
  padding-top: 0.25rem;
  font-size: 1.45rem;
}

.document p,
.document li {
  max-width: 74ch;
}

.document li + li {
  margin-top: 0.45rem;
}

.meta {
  margin: -0.4rem 0 2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.notice {
  padding: 1rem 1.15rem;
  background: var(--cream);
  border-left: 4px solid var(--gold);
  border-radius: 0.7rem;
}

.site-footer {
  margin-top: 2rem;
  color: #d6e1e8;
  background: var(--ink);
}

.footer-inner {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.25rem 1.5rem;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-links a {
  color: white;
}

@keyframes gentle-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@media (max-width: 900px) {
  .home-hero-inner,
  .wm-hero-inner,
  .wordmates-panel,
  .intro-grid,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .home-hero-inner,
  .wm-hero-inner {
    min-height: auto;
  }

  .hero-copy h1,
  .wm-hero-copy h1 {
    max-width: 13ch;
  }

  .hero-stage-wrap,
  .room-stage {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .wordmates-panel-art {
    min-height: 320px;
  }

  .wordmates-panel-art > img {
    width: min(100%, 390px);
  }

  .avatar-pair {
    right: 8%;
  }

  .sticky-heading {
    position: static;
  }

  .mode-card {
    min-height: 390px;
    grid-template-columns: 1fr;
  }

  .mode-card img {
    position: absolute;
    width: 42%;
    right: 1rem;
    bottom: 1rem;
    grid-column: auto;
    grid-row: auto;
  }

  .mode-card > div {
    max-width: 60%;
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: 66px;
    padding: 0.6rem 1rem;
  }

  .brand {
    font-size: 0.9rem;
  }

  .brand-mark {
    width: 2.2rem;
    height: 2.2rem;
  }

  .nav-links {
    gap: 0;
    font-size: 0.78rem;
  }

  .nav-links a {
    padding: 0.45rem 0.5rem;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .home-hero-inner,
  .wm-hero-inner,
  .section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .home-hero-inner,
  .wm-hero-inner {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    gap: 3rem;
  }

  .hero-stage-wrap {
    padding: 0;
  }

  .hero-stage,
  .room-stage {
    border-width: 6px;
  }

  .float-note {
    min-height: 42px;
    padding: 0.55rem 0.7rem;
    font-size: 0.72rem;
  }

  .note-one {
    top: -1.5rem;
    right: 0.2rem;
  }

  .note-two {
    bottom: -1.5rem;
    left: 0.2rem;
  }

  .play-strip {
    justify-content: flex-start;
  }

  .wordmates-panel {
    min-height: auto;
    padding: 2rem 1.25rem 2.3rem;
    border-radius: 2rem;
  }

  .wordmates-panel-art {
    min-height: 250px;
  }

  .avatar-pair img {
    width: 58px;
    height: 58px;
  }

  .studio-note-card::before,
  .studio-note-card::after {
    font-size: 6rem;
  }

  .wm-logo {
    width: min(100%, 300px);
    margin: -3.5rem 0 -2.5rem;
  }

  .room-stage-copy {
    top: 55%;
  }

  .room-stage-copy div {
    margin-top: 0.7rem;
  }

  .benefit-card {
    min-height: auto;
  }

  .mode-grid {
    grid-template-columns: 1fr;
  }

  .mode-card {
    min-height: 310px;
    padding: 1.5rem;
  }

  .mode-card > div {
    max-width: 62%;
  }

  .mode-card img {
    width: 43%;
    right: 0.3rem;
    bottom: 0.8rem;
  }

  .mode-card p:not(.mode-kicker) {
    font-size: 0.9rem;
  }

  .trust-band {
    padding: 2rem 1.25rem;
  }

  .legal-shell {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    flex-direction: column;
  }
}

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

  .float-note {
    animation: none;
  }

  .button {
    transition: none;
  }
}
