:root {
  --ink: #10201e;
  --deep: #072a2d;
  --deep-2: #123b37;
  --paper: #f7f4ef;
  --white: #ffffff;
  --muted: #5f6f69;
  --line: #d9dfd8;
  --aqua: #20bfc4;
  --gold: #f4bd45;
  --coral: #ef6b4a;
  --green: #2f7d5d;
  --shadow: 0 24px 70px rgba(16, 32, 30, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(16, 32, 30, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 30, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(32, 191, 196, 0.12), transparent 34rem);
  background-size: 44px 44px, 44px 44px, auto;
}

.ten32-loading body {
  overflow: hidden;
}

.load-portal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #e9fffb;
  background:
    radial-gradient(circle at 50% 52%, rgba(32, 191, 196, 0.22), transparent 20rem),
    radial-gradient(circle at 70% 24%, rgba(244, 189, 69, 0.18), transparent 16rem),
    linear-gradient(135deg, #010707 0%, #031416 48%, #06100e 100%);
  isolation: isolate;
  animation: loadPortalArrive 220ms ease-out both;
}

.load-portal::before,
.load-portal::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
}

.load-portal::before {
  z-index: -2;
  background:
    linear-gradient(rgba(233, 255, 251, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(233, 255, 251, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: perspective(700px) rotateX(66deg) translateY(5rem);
  transform-origin: 50% 62%;
  animation: loadGridDrift 1.8s linear infinite;
}

.load-portal::after {
  z-index: 4;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgba(1, 7, 7, 0.12) 24%, rgba(1, 7, 7, 0.68) 72%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.load-glyph-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  gap: 0.4rem;
  padding: 0 1rem;
  opacity: 0.88;
  filter: drop-shadow(0 0 12px rgba(32, 191, 196, 0.55));
}

.load-glyph-stream {
  display: block;
  width: 1.2rem;
  min-height: 210vh;
  color: rgba(223, 255, 245, 0.7);
  font: 800 clamp(0.8rem, 1.7vw, 1.2rem)/1.38 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
  transform: translateY(-72vh);
  animation: loadGlyphFall var(--speed) linear infinite;
  animation-delay: var(--delay);
}

.load-glyph-stream:nth-child(3n) {
  color: rgba(244, 189, 69, 0.62);
}

.load-glyph-stream:nth-child(4n) {
  color: rgba(32, 191, 196, 0.78);
}

.load-wormhole {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(68vmin, 34rem);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #010707 0 16%, rgba(1, 7, 7, 0.2) 17% 22%, transparent 23%),
    repeating-radial-gradient(circle, transparent 0 1.15rem, rgba(233, 255, 251, 0.13) 1.18rem 1.24rem),
    conic-gradient(from 0deg, #20bfc4, #f4bd45, #ef6b4a, #e9fffb, #20bfc4);
  box-shadow:
    0 0 40px rgba(32, 191, 196, 0.42),
    0 0 120px rgba(244, 189, 69, 0.2),
    inset 0 0 90px rgba(1, 7, 7, 0.95);
  animation: loadWormholeSpin 1.1s linear infinite, loadWormholeBreathe 740ms ease-in-out infinite alternate;
}

.load-wormhole::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: inherit;
  background:
    conic-gradient(from 90deg, transparent, rgba(233, 255, 251, 0.78), transparent 34%, rgba(32, 191, 196, 0.55), transparent 72%),
    radial-gradient(circle, transparent 0 26%, rgba(1, 7, 7, 0.76) 27% 29%, transparent 30%);
  filter: blur(0.5px);
  mix-blend-mode: screen;
  animation: loadWormholeSpin 620ms linear infinite reverse;
}

.load-wormhole::after {
  content: "";
  position: absolute;
  inset: 34%;
  border-radius: inherit;
  background:
    radial-gradient(circle, #e9fffb 0 2%, rgba(32, 191, 196, 0.9) 3% 8%, #010707 9% 100%);
  box-shadow:
    0 0 24px rgba(233, 255, 251, 0.95),
    inset 0 0 26px rgba(1, 7, 7, 0.9);
}

.load-ripple {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(233, 255, 251, 0.22);
  border-radius: 50%;
  transform: scale(0.35);
  animation: loadRipple 980ms ease-out infinite;
}

.load-ripple-two {
  animation-delay: 210ms;
}

.load-ripple-three {
  animation-delay: 420ms;
}

.load-sigil {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 0.35rem;
  place-items: center;
  padding: 1rem;
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 18px rgba(233, 255, 251, 0.9);
  transform: translateZ(0);
}

.load-sigil strong {
  font-size: clamp(1.7rem, 5vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
}

.load-sigil span {
  color: var(--gold);
  font: 900 clamp(0.85rem, 2vw, 1.2rem)/1 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0.18em;
}

.load-portal.is-opening {
  animation: loadPortalSnap 620ms cubic-bezier(0.72, -0.02, 0.18, 1) forwards;
}

.load-portal.is-opening .load-wormhole {
  animation: loadWormholeOpen 620ms cubic-bezier(0.72, -0.02, 0.18, 1) forwards;
}

.load-portal.is-opening .load-glyph-stream {
  animation-duration: 280ms;
}

body.ten32-loaded .hero {
  animation: siteSnapIn 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes loadPortalArrive {
  from {
    opacity: 0;
    transform: scale(1.02);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes loadGridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 0 38px, 38px 0;
  }
}

@keyframes loadGlyphFall {
  from {
    transform: translateY(-78vh);
  }

  to {
    transform: translateY(28vh);
  }
}

@keyframes loadWormholeSpin {
  to {
    rotate: 360deg;
  }
}

@keyframes loadWormholeBreathe {
  from {
    transform: scale(0.94);
    filter: saturate(1.05) brightness(1);
  }

  to {
    transform: scale(1.02);
    filter: saturate(1.55) brightness(1.18);
  }
}

@keyframes loadRipple {
  from {
    opacity: 0.78;
    transform: scale(0.28);
  }

  to {
    opacity: 0;
    transform: scale(1.45);
  }
}

@keyframes loadWormholeOpen {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  52% {
    opacity: 1;
    transform: scale(1.22);
    filter: brightness(1.9) saturate(1.7);
  }

  100% {
    opacity: 0;
    transform: scale(9) rotate(26deg);
    filter: blur(20px) brightness(2.4);
  }
}

@keyframes loadPortalSnap {
  0% {
    opacity: 1;
    clip-path: circle(150% at 50% 50%);
  }

  68% {
    opacity: 0.96;
    clip-path: circle(30% at 50% 50%);
  }

  100% {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    filter: blur(14px);
  }
}

@keyframes siteSnapIn {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.985);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .load-portal,
  .load-portal *,
  body.ten32-loaded .hero {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

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

a {
  color: inherit;
}

p,
h1,
h2,
h3,
a,
button {
  overflow-wrap: anywhere;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--deep);
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.powered-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0.75rem auto 0;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(7, 42, 45, 0.12);
  border-radius: 8px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.powered-strip a,
.powered-footer-link {
  color: var(--deep);
  font-weight: 950;
  text-decoration: none;
}

.powered-strip a:hover,
.powered-strip a:focus-visible,
.powered-footer-link:hover,
.powered-footer-link:focus-visible {
  text-decoration: underline;
}

.powered-strip span {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0.8rem 0;
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 -16px;
  z-index: -1;
  background: rgba(247, 244, 239, 0.82);
  border-bottom: 1px solid rgba(7, 42, 45, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--deep);
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.3rem;
  min-height: 2.3rem;
  border: 2px solid var(--deep);
  border-radius: 8px;
  color: var(--white);
  background: var(--deep);
  font-size: 0.9rem;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  max-width: calc(100vw - 15rem);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.primary-menu a,
.nav-dropdown summary {
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: var(--deep);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: normal;
  white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.nav-dropdown summary:hover,
.nav-dropdown summary:focus-visible {
  background: rgba(32, 191, 196, 0.14);
  outline: none;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  list-style: none;
  cursor: pointer;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "+";
  margin-left: 0.35rem;
  color: var(--green);
  font-weight: 950;
}

.nav-dropdown[open] summary {
  background: rgba(32, 191, 196, 0.14);
}

.nav-dropdown[open] summary::after {
  content: "-";
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  z-index: 20;
  display: grid;
  gap: 0.25rem;
  min-width: 19rem;
  max-height: min(72vh, calc(100dvh - 8rem));
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-dropdown-menu a {
  justify-content: flex-start;
  min-height: 2.3rem;
  padding: 0.52rem 0.62rem;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.55rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.26rem auto;
  background: var(--deep);
}

.hero,
.section,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  min-height: calc(100svh - 5rem);
  padding: 4rem 0 2rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 1rem;
  color: var(--deep);
  font-size: clamp(3rem, 6.7vw, 6.35rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  color: var(--deep);
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  color: var(--deep);
  font-size: 1.18rem;
  line-height: 1.15;
}

.lede {
  max-width: 780px;
  color: #2a413d;
  font-size: clamp(1.13rem, 2vw, 1.45rem);
  font-weight: 650;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.48rem 0.65rem;
  border: 1px solid rgba(7, 42, 45, 0.16);
  border-radius: 999px;
  color: var(--deep);
  background: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.quick-links a:hover,
.quick-links a:focus-visible {
  color: var(--white);
  background: var(--deep);
  outline: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.78rem 1rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--deep);
}

.button-secondary {
  color: var(--deep);
  background: var(--white);
  border-color: var(--line);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 12px 30px rgba(16, 32, 30, 0.14);
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.hero-panel img {
  width: 100%;
  border: 1px solid rgba(7, 42, 45, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-promo-video,
.promo-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(7, 42, 45, 0.24);
  border-radius: 8px;
  background: #071f22;
  box-shadow: 0 18px 46px rgba(7, 42, 45, 0.2);
}

.hero-promo-video iframe,
.promo-video-frame iframe,
.hero-promo-video video,
.promo-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #071f22;
  object-fit: cover;
}

.hero-video-caption {
  display: grid;
  gap: 0.45rem;
  padding: 0.92rem;
  border: 1px solid rgba(7, 42, 45, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 42, 45, 0.1);
}

.hero-video-caption span {
  color: var(--coral);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-video-caption strong {
  color: var(--deep);
  font-size: 1.08rem;
  line-height: 1.15;
}

.hero-video-caption p {
  margin: 0;
  color: #40544f;
  font-size: 0.94rem;
  font-weight: 760;
}

.hero-video-caption a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 2.3rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: var(--white);
  background: var(--deep);
  font-size: 0.85rem;
  font-weight: 920;
  text-decoration: none;
}

.hero-video-caption a:hover,
.hero-video-caption a:focus-visible {
  background: var(--deep-2);
  outline: none;
}

.pipeline {
  display: grid;
  gap: 0.55rem;
}

.pipeline div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-left: 6px solid var(--aqua);
  border-radius: 8px;
  background: var(--white);
}

.pipeline div:nth-child(2) {
  border-left-color: var(--gold);
}

.pipeline div:nth-child(3) {
  border-left-color: var(--coral);
}

.pipeline div:nth-child(4) {
  border-left-color: var(--green);
}

.pipeline span,
.process-board span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-weight: 900;
}

.pipeline small {
  color: var(--muted);
  font-weight: 800;
  text-align: right;
}

.section {
  padding: 4rem 0;
}

.intro-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 0;
  border: 1px solid var(--deep);
  border-radius: 8px;
  overflow: hidden;
  background: var(--deep);
}

.intro-strip p {
  min-height: 100%;
  margin: 0;
  padding: 1.25rem;
  color: var(--deep);
  background: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
}

.promo-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.promo-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(7, 42, 45, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 250, 248, 0.88)),
    linear-gradient(90deg, var(--gold), transparent);
  box-shadow: var(--shadow);
}

.promo-copy h2 {
  max-width: 12ch;
}

.promo-copy p:not(.eyebrow) {
  color: #2a413d;
  font-size: 1.08rem;
  font-weight: 720;
}

.strongbad-section {
  padding-top: 2rem;
}

.strongbad-section .section-heading {
  max-width: 880px;
}

.strongbad-section .section-heading p:not(.eyebrow) {
  color: #2a413d;
  font-size: 1.08rem;
  font-weight: 720;
}

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

.strongbad-card {
  display: grid;
  gap: 0.85rem;
  padding: 0.8rem;
  border: 1px solid rgba(7, 42, 45, 0.18);
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 32, 30, 0.1);
}

.strongbad-feature {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  align-items: center;
  border-left-color: var(--aqua);
  background:
    linear-gradient(135deg, rgba(7, 42, 45, 0.94), rgba(18, 68, 65, 0.9)),
    var(--deep);
}

.strongbad-card span {
  color: #9b4c26;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.strongbad-feature span {
  color: var(--gold);
}

.strongbad-card h3 {
  margin-bottom: 0;
  font-size: 1.45rem;
}

.strongbad-feature h3,
.strongbad-feature p {
  color: var(--white);
}

.strongbad-card p {
  margin-bottom: 0;
  color: #44534e;
  font-weight: 760;
}

.youtube-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #071f22;
}

.youtube-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.strongbad-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.bench-ad {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.34fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 1rem auto 0;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 3px solid var(--deep);
  border-radius: 8px;
  color: var(--deep);
  background: linear-gradient(90deg, var(--gold), #ffe6a8 52%, var(--white));
  box-shadow: 0 18px 46px rgba(16, 32, 30, 0.16);
}

.bench-label {
  margin: 0 0 0.28rem;
  color: #7d3f1f;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.bench-ad strong {
  display: block;
  font-size: clamp(1.28rem, 2.5vw, 2.1rem);
  line-height: 1.04;
}

.bench-ad p:last-child {
  max-width: 820px;
  margin: 0.45rem 0 0;
  color: #243b37;
  font-weight: 800;
}

.bench-video {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 0.62rem;
  align-items: center;
  min-height: 5rem;
  padding: 0.45rem;
  border: 2px solid rgba(7, 42, 45, 0.22);
  border-radius: 8px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}

.bench-video img {
  width: 92px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.bench-video b,
.bench-video small {
  display: block;
}

.bench-video b {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.bench-video small {
  color: #40544f;
  font-weight: 900;
}

.bench-video:hover,
.bench-video:focus-visible {
  border-color: var(--deep);
  background: var(--white);
  outline: none;
}

.bench-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1rem;
  border: 2px solid var(--deep);
  border-radius: 8px;
  color: var(--white);
  background: var(--deep);
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.bench-link:hover,
.bench-link:focus-visible {
  color: var(--deep);
  background: var(--white);
  outline: none;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.25rem;
}

.section-heading .eyebrow {
  align-self: start;
  padding-top: 0.35rem;
}

.split-panel,
.bacon-case {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}

.split-panel article,
.case-note,
.transparency-box,
.project-card,
.service-card,
.process-board article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(16, 32, 30, 0.08);
}

.split-panel article,
.case-note,
.transparency-box,
.project-card,
.service-card,
.process-board article {
  padding: 1rem;
}

.split-panel p,
.onboarding-lead p,
.onboarding-grid p,
.trial-band p,
.project-card p,
.service-card p,
.process-board p,
.case-copy p,
.case-note p,
.transparency-box p {
  color: #40544f;
}

.founder-bio-section {
  padding-top: 2rem;
}

.founder-bio-section .section-heading h2 {
  max-width: 920px;
}

.founder-bio-section .section-heading p:not(.eyebrow) {
  max-width: 860px;
  color: #40544f;
  font-weight: 720;
}

.founder-bio-card {
  border-left: 6px solid var(--gold);
}

.founder-bio-card:nth-child(2) {
  border-left-color: var(--aqua);
}

.founder-bio-links {
  margin-bottom: 0;
  font-weight: 900;
}

.founder-bio-links a {
  color: var(--deep);
}

.onboarding-section {
  padding-top: 2rem;
}

.onboarding-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.onboarding-lead p {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 6px solid var(--green);
  border-radius: 8px;
  background: var(--white);
  font-size: 1.05rem;
  font-weight: 760;
  box-shadow: 0 12px 35px rgba(16, 32, 30, 0.08);
}

.onboarding-lead p:nth-child(2) {
  border-left-color: var(--gold);
  color: var(--deep);
  font-weight: 900;
}

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

.onboarding-grid article {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(16, 32, 30, 0.08);
}

.onboarding-grid span {
  display: inline-grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-weight: 950;
}

.onboarding-grid article:nth-child(2) span,
.onboarding-grid article:nth-child(5) span {
  background: var(--gold);
  color: var(--deep);
}

.onboarding-grid article:nth-child(3) span {
  background: var(--green);
}

.onboarding-grid article:nth-child(4) span {
  background: var(--coral);
}

.trial-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  color: var(--white);
  background: var(--deep);
}

.trial-band strong {
  color: var(--gold);
}

.trial-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 760;
}

.trial-band .project-link {
  background: var(--gold);
  color: var(--deep);
}

.trial-band .project-link:hover,
.trial-band .project-link:focus-visible {
  background: var(--white);
  color: var(--deep);
}

.project-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.project-card,
.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.media-card {
  overflow: hidden;
  padding: 0;
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.media-card span,
.media-card h3,
.media-card p {
  margin-left: 1rem;
  margin-right: 1rem;
}

.media-card span {
  margin-top: 1rem;
}

.media-card .ownership-note {
  margin: 1rem;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.4rem;
}

.project-link,
.project-status {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 950;
}

.project-link {
  padding: 0.55rem 0.72rem;
  color: var(--white);
  background: var(--deep);
  text-decoration: none;
}

.project-link:hover,
.project-link:focus-visible {
  background: var(--deep-2);
  outline: none;
  box-shadow: 0 0 0 4px rgba(7, 42, 45, 0.12);
}

.project-link-secondary {
  color: var(--deep);
  background: var(--white);
  border: 1px solid var(--line);
}

.project-link-secondary:hover,
.project-link-secondary:focus-visible {
  color: var(--white);
  background: var(--green);
}

.project-status {
  margin-top: auto;
  padding: 0.5rem 0.65rem;
  color: var(--deep);
  background: rgba(32, 191, 196, 0.14);
}

.media-card .project-actions,
.media-card .project-status {
  margin-right: 1rem;
  margin-left: 1rem;
}

.examples-section {
  padding-top: 3rem;
}

.examples-section .section-heading {
  align-items: end;
}

.examples-section .section-heading h2 {
  max-width: 900px;
  font-size: clamp(2.5rem, 7vw, 6.2rem);
  line-height: 0.92;
}

.examples-section .section-heading p:not(.eyebrow) {
  max-width: 780px;
  color: #304842;
  font-size: 1.08rem;
  font-weight: 780;
}

.example-proof-callout {
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin: 1.25rem 0;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(244, 189, 69, 0.28), transparent 36%),
    var(--deep);
  box-shadow: var(--shadow);
}

.example-proof-callout strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  line-height: 1.02;
}

.example-proof-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 760;
}

.example-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.example-link-card {
  position: relative;
  display: grid;
  gap: 0.5rem;
  align-content: space-between;
  min-height: 100%;
  padding: 1.2rem;
  border: 2px solid rgba(7, 42, 45, 0.12);
  border-top: 8px solid var(--deep);
  border-radius: 8px;
  color: var(--deep);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 250, 0.94)),
    var(--white);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(16, 32, 30, 0.11);
}

.example-link-card::before {
  content: "Live link";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0.28rem 0.48rem;
  border-radius: 999px;
  color: var(--deep);
  background: rgba(32, 191, 196, 0.16);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.example-link-card::after {
  content: "Open live example ->";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.55rem;
  margin-top: 0.65rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(7, 42, 45, 0.18);
  border-radius: 8px;
  color: var(--white);
  background: var(--deep);
  font-size: 0.9rem;
  font-weight: 950;
}

.example-link-card:nth-child(2),
.example-link-card:nth-child(5) {
  border-top-color: var(--gold);
}

.example-link-card:nth-child(3) {
  border-top-color: var(--green);
}

.example-link-card:nth-child(4) {
  border-top-color: var(--coral);
}

.example-link-card span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.example-link-card strong {
  font-size: clamp(1.24rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.example-link-card small {
  color: #40544f;
  font-size: 0.92rem;
  font-weight: 760;
}

.example-link-card:hover,
.example-link-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--deep);
  outline: none;
  box-shadow: 0 24px 60px rgba(16, 32, 30, 0.18);
}

.example-link-card:hover::after,
.example-link-card:focus-visible::after {
  background: var(--coral);
}

.project-card {
  border-top: 6px solid var(--aqua);
}

.project-card:nth-child(2),
.project-card:nth-child(5) {
  border-top-color: var(--gold);
}

.project-card:nth-child(3) {
  border-top-color: var(--green);
}

.project-card:nth-child(4) {
  border-top-color: var(--coral);
}

.client-card {
  border-top-color: var(--deep);
}

.project-card span,
.service-card span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tile-feature-list {
  display: grid;
  gap: 0.52rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.tile-feature-list li {
  padding: 0.68rem 0.72rem;
  border: 1px solid rgba(16, 32, 30, 0.1);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  color: #40544f;
  background: rgba(247, 244, 239, 0.72);
  font-weight: 720;
  line-height: 1.34;
}

.tile-feature-list strong {
  color: var(--deep);
}

.ownership-note {
  margin: 1rem 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  color: var(--deep);
  font-size: 0.92rem;
  font-weight: 800;
}

.why-section {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  background: var(--deep);
}

.why-section .section-heading h2,
.why-section .section-heading .eyebrow {
  color: var(--white);
}

.why-section .section-heading .eyebrow {
  color: var(--gold);
}

.process-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.process-board article {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.96);
}

.process-board p {
  margin-bottom: 0;
}

.bacon-case {
  align-items: stretch;
}

.case-copy {
  padding-right: 1rem;
}

.case-copy p {
  max-width: 760px;
  font-size: 1.08rem;
  font-weight: 650;
}

.case-note {
  display: grid;
  align-content: center;
  border-left: 6px solid var(--coral);
}

.services-section {
  padding-top: 2rem;
}

.service-card {
  border-left: 6px solid var(--green);
}

.service-card:nth-child(3n+2) {
  border-left-color: var(--aqua);
}

.service-card:nth-child(3n+3) {
  border-left-color: var(--gold);
}

.transparency-section {
  padding-top: 2rem;
}

.transparency-box {
  border-left: 6px solid var(--deep);
}

.transparency-box p {
  max-width: 980px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.transparency-box a {
  color: var(--deep);
  font-weight: 950;
}

.publisher-hero,
.publisher-social-strip,
.tutorial-grid,
.thought-demo,
.config-layout,
.youtube-grid,
.publisher-form,
.packet-panel {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.publisher-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  min-height: calc(100svh - 5rem);
  padding: 4rem 0 2rem;
}

.publisher-hero-copy h1 {
  max-width: 980px;
}

.publisher-note {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  color: var(--deep);
  background: var(--white);
  font-weight: 900;
}

.publisher-preview {
  display: grid;
  gap: 1rem;
}

.publisher-preview img,
.publisher-terminal,
.thought-form,
.demo-page-preview,
.config-layout article,
.config-code,
.youtube-grid article,
.publisher-form,
.packet-panel,
.tutorial-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(16, 32, 30, 0.08);
}

.publisher-preview img {
  width: 100%;
}

.publisher-terminal {
  padding: 1rem;
  border-left: 6px solid var(--aqua);
}

.publisher-terminal span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.publisher-terminal p {
  margin: 0.45rem 0;
  color: #40544f;
  font-weight: 760;
}

.publisher-terminal strong {
  color: var(--deep);
}

.publisher-social-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 3px solid var(--deep);
  border-radius: 8px;
  color: var(--deep);
  background: linear-gradient(90deg, var(--gold), #ffe6a8 58%, var(--white));
  box-shadow: var(--shadow);
}

.publisher-social-strip strong {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.publisher-social-strip p {
  margin: 0;
  color: #243b37;
  font-weight: 800;
}

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

.tutorial-grid article {
  padding: 1rem;
  border-left: 6px solid var(--green);
}

.tutorial-grid article:nth-child(2),
.tutorial-grid article:nth-child(5) {
  border-left-color: var(--gold);
}

.tutorial-grid article:nth-child(3) {
  border-left-color: var(--aqua);
}

.tutorial-grid article:nth-child(4) {
  border-left-color: var(--coral);
}

.tutorial-grid span {
  display: inline-grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-weight: 950;
}

.thought-demo,
.config-layout,
.youtube-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.thought-form,
.demo-page-preview,
.config-layout article,
.youtube-grid article,
.publisher-form,
.packet-panel {
  padding: 1rem;
}

.thought-form label,
.publisher-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--deep);
  font-size: 0.88rem;
  font-weight: 950;
}

.thought-form textarea,
.publisher-form input,
.publisher-form textarea {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.75rem 0.8rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 650;
}

.thought-form textarea,
.publisher-form textarea {
  resize: vertical;
  line-height: 1.45;
}

.demo-page-preview {
  border-top: 6px solid var(--aqua);
}

.demo-output-list {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: #40544f;
  font-weight: 760;
}

.demo-video-block {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: var(--deep);
}

.demo-video-block iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.config-code {
  margin: 0;
  padding: 1rem;
  overflow: auto;
  color: #eafdfa;
  background: #082628;
  font-size: 0.9rem;
  line-height: 1.55;
}

.publisher-form {
  display: grid;
  gap: 0.85rem;
}

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

.publisher-wide {
  grid-column: 1 / -1;
}

.publisher-check {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  color: var(--ink);
  line-height: 1.35;
}

.publisher-check input {
  margin-top: 0.25rem;
}

.publisher-result {
  display: block;
  min-height: 1.3rem;
  color: var(--muted);
  font-weight: 850;
}

.publisher-result[data-tone="success"] {
  color: var(--green);
}

.publisher-result[data-tone="error"] {
  color: var(--coral);
}

.thought-page-hero,
.thought-answer-strip,
.thought-board-section,
.thought-sync-section {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.thought-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  min-height: calc(100svh - 5rem);
  padding: 4rem 0 2rem;
}

.thought-hero-card,
.thought-compose-panel,
.thought-list-panel,
.thought-sync-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(16, 32, 30, 0.08);
}

.thought-hero-card {
  overflow: hidden;
  display: grid;
  gap: 0;
}

.thought-hero-card div {
  padding: 1rem;
  border-top: 6px solid var(--aqua);
}

.thought-hero-card strong {
  display: block;
  color: var(--deep);
  font-size: 1.1rem;
}

.thought-hero-card p {
  margin-bottom: 0;
  color: #40544f;
  font-weight: 760;
}

.thought-answer-strip {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 3px solid var(--deep);
  border-radius: 8px;
  background: linear-gradient(90deg, #e8fbf7, var(--white));
  box-shadow: var(--shadow);
}

.thought-answer-strip strong {
  color: var(--deep);
  font-size: clamp(1.2rem, 2.4vw, 1.85rem);
  line-height: 1.1;
}

.thought-answer-strip p {
  margin: 0;
  color: #324c47;
  font-weight: 800;
}

.thought-board-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: start;
}

.thought-compose-panel,
.thought-list-panel {
  padding: 1rem;
}

.thought-compose-panel {
  display: grid;
  gap: 0.85rem;
  border-left: 6px solid var(--gold);
}

.thought-compose-panel label,
.thought-widget-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--deep);
  font-size: 0.88rem;
  font-weight: 950;
}

.thought-compose-panel input,
.thought-compose-panel textarea,
.thought-widget-form input,
.thought-widget-form textarea {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.75rem 0.8rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 650;
}

.thought-compose-panel textarea,
.thought-widget-form textarea {
  resize: vertical;
  line-height: 1.45;
}

.thought-list-panel {
  border-top: 6px solid var(--aqua);
}

.thought-list-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.thought-list-head h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
}

.thought-list-head span {
  flex: 0 0 auto;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-size: 0.78rem;
  font-weight: 950;
}

.thought-feed,
.thought-widget-list {
  display: grid;
  gap: 0.75rem;
}

.thought-feed {
  max-height: min(58rem, 72vh);
  margin-top: 1rem;
  padding-right: 0.35rem;
  overflow: auto;
}

.thought-card {
  padding: 0.85rem;
  border: 1px solid rgba(217, 223, 216, 0.92);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: #fffdf8;
}

.thought-card:nth-child(3n+2) {
  border-left-color: var(--gold);
}

.thought-card:nth-child(3n+3) {
  border-left-color: var(--coral);
}

.thought-card-meta,
.thought-empty,
.thought-storage-note {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.thought-card-meta {
  margin: 0 0 0.35rem;
}

.thought-card strong {
  display: block;
  color: var(--deep);
  font-size: 1rem;
  line-height: 1.25;
}

.thought-card-text {
  margin: 0.45rem 0 0;
  color: #314541;
  font-weight: 700;
}

.thought-empty {
  margin: 0;
  padding: 0.85rem;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.thought-status {
  display: block;
  min-height: 1.3rem;
  color: var(--muted);
  font-weight: 850;
}

.thought-status[data-tone="success"] {
  color: var(--green);
}

.thought-status[data-tone="error"] {
  color: var(--coral);
}

.thought-storage-note {
  margin: 0;
}

.thought-sync-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.thought-sync-grid article {
  padding: 1rem;
  border-left: 6px solid var(--green);
}

.thought-sync-grid article:nth-child(2) {
  border-left-color: var(--aqua);
}

.thought-sync-grid article:nth-child(3) {
  border-left-color: var(--coral);
}

.thought-sync-grid span {
  display: inline-grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-weight: 950;
}

.thought-widget {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  width: min(380px, calc(100vw - 24px));
  pointer-events: none;
}

.thought-widget-toggle,
.thought-widget-panel {
  pointer-events: auto;
}

.thought-widget-toggle {
  display: grid;
  gap: 0.1rem;
  width: 100%;
  padding: 0.78rem 0.9rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: var(--white);
  background: var(--deep);
  box-shadow: var(--shadow);
  cursor: pointer;
  text-align: left;
}

.thought-widget-toggle span {
  font-size: 1rem;
  font-weight: 950;
}

.thought-widget-toggle small {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.thought-widget-panel {
  display: grid;
  gap: 0.85rem;
  max-height: min(78vh, 720px);
  margin-bottom: 0.65rem;
  padding: 0.9rem;
  overflow: auto;
  border: 1px solid var(--line);
  border-top: 6px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  transform: translateY(0);
  animation: thoughtPanelIn 180ms ease-out;
}

.thought-widget-panel[hidden] {
  display: none;
}

.thought-widget-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.thought-widget-head .eyebrow {
  margin: 0;
}

.thought-widget-close {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--deep);
  background: var(--paper);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 950;
  cursor: pointer;
}

.thought-widget-panel h2 {
  margin: 0;
  font-size: 1.35rem;
}

.thought-widget-form {
  display: grid;
  gap: 0.75rem;
}

.thought-widget .button {
  width: 100%;
}

.thought-widget-list .thought-card {
  padding: 0.7rem;
}

.thought-widget-list .thought-card:nth-child(n+4) {
  display: none;
}

.thought-full-link {
  color: var(--deep);
  font-weight: 950;
}

.steady-note {
  display: grid;
  grid-template-columns: minmax(110px, 0.18fr) minmax(0, 0.82fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: clamp(1rem, 2.6vw, 1.35rem);
  border: 1px solid rgba(7, 42, 45, 0.16);
  border-left: 7px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 189, 69, 0.16), rgba(255, 255, 255, 0.86)),
    var(--white);
  box-shadow: 0 16px 42px rgba(16, 32, 30, 0.1);
}

.steady-note .eyebrow,
.steady-note h2,
.steady-note p {
  margin: 0;
}

.steady-note h2 {
  color: var(--deep);
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 1.02;
}

.steady-note p:not(.eyebrow) {
  max-width: 820px;
  color: #344c45;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  font-weight: 760;
}

.steady-note.is-changing h2,
.steady-note.is-changing p:not(.eyebrow) {
  animation: steadyNoteIn 420ms ease both;
}

.steady-note-actions {
  display: flex;
  justify-content: flex-end;
}

@keyframes steadyNoteIn {
  from {
    opacity: 0;
    transform: translateY(0.35rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.zinn-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid rgba(47, 125, 93, 0.32);
  border-left: 7px solid var(--green);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(232, 251, 247, 0.86));
  box-shadow: 0 12px 35px rgba(16, 32, 30, 0.08);
}

.zinn-strip .eyebrow,
.zinn-strip h2,
.zinn-strip p {
  margin: 0;
}

.zinn-strip h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}

.zinn-strip p {
  color: #38504b;
  font-weight: 760;
}

.ad-lab-hero,
.honey-ad-showcase,
.funny-ad-section,
.seo-comic-wall,
.zinn-feature,
.examples-lab,
.ad-lab-cta {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.ad-lab-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.54fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  min-height: calc(100svh - 5rem);
  padding: 4rem 0 2rem;
}

.magic-bean-card,
.honey-ad-showcase,
.comic-strip-grid article,
.zinn-feature,
.ad-example-grid article,
.ad-lab-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(16, 32, 30, 0.08);
}

.magic-bean-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 3vw, 1.8rem);
  border-top: 8px solid var(--gold);
  color: var(--deep);
  background:
    linear-gradient(135deg, rgba(244, 189, 69, 0.22), transparent 42%),
    var(--white);
}

.magic-bean-card span {
  color: var(--coral);
  font-weight: 950;
  text-transform: uppercase;
}

.magic-bean-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.honey-ad-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.54fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(1rem, 3vw, 1.6rem);
  border-left: 8px solid var(--gold);
  background:
    linear-gradient(90deg, rgba(244, 189, 69, 0.28), rgba(255, 255, 255, 0.96) 46%),
    var(--white);
}

.honey-ad-showcase article {
  padding: 1rem;
  border-radius: 8px;
  color: var(--deep);
  background: #fff6d8;
}

.honey-ad-showcase article strong,
.honey-ad-showcase article span {
  display: block;
}

.honey-ad-showcase article strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.honey-ad-showcase article span {
  color: #87530e;
  font-weight: 950;
}

.comic-strip-grid,
.ad-example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.comic-strip-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comic-strip-grid article,
.ad-example-grid article {
  padding: 1rem;
  border-top: 6px solid var(--aqua);
}

.comic-strip-grid article:nth-child(2),
.ad-example-grid article:nth-child(2) {
  border-top-color: var(--gold);
}

.comic-strip-grid article:nth-child(3),
.ad-example-grid article:nth-child(3) {
  border-top-color: var(--coral);
}

.comic-strip-grid article:nth-child(4),
.ad-example-grid article:nth-child(4) {
  border-top-color: var(--green);
}

.comic-strip-grid span,
.ad-example-grid span {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zinn-feature {
  padding: clamp(1.3rem, 4vw, 2.4rem);
  border-left: 8px solid var(--green);
  background: linear-gradient(90deg, #f4fbf3, var(--white));
}

.zinn-feature h2 {
  max-width: 840px;
}

.zinn-feature p:last-child {
  max-width: 920px;
  color: #3b514c;
  font-size: 1.12rem;
  font-weight: 760;
}

.ad-lab-cta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
  padding: 1.2rem;
  color: var(--white);
  background: var(--deep);
}

.ad-lab-cta h2 {
  color: var(--white);
}

.ad-lab-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 760;
}

.wyr-hero,
.wyr-game-section,
.wyr-custom-section {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.wyr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.52fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  min-height: clamp(520px, 72vh, 780px);
  padding: clamp(3rem, 8vw, 6rem) 0 3rem;
}

.wyr-hero h1 {
  max-width: 780px;
}

.wyr-guard-card,
.wyr-card,
.wyr-rules,
.wyr-custom-form,
.wyr-local-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 46px rgba(16, 32, 30, 0.1);
}

.wyr-guard-card {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 2.4vw, 1.4rem);
  border-top: 7px solid var(--gold);
}

.wyr-guard-card span,
.wyr-card-head span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wyr-guard-card strong {
  color: var(--deep);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.05;
}

.wyr-layout,
.wyr-custom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 1rem;
  align-items: start;
}

.wyr-card,
.wyr-rules,
.wyr-custom-form,
.wyr-local-list {
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

.wyr-card {
  display: grid;
  gap: 1rem;
  overflow: hidden;
}

.wyr-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.wyr-card-head strong,
.wyr-local-list [data-wyr-local-count] {
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

.wyr-options button {
  display: grid;
  gap: 0.65rem;
  min-height: 13rem;
  padding: clamp(1rem, 2.8vw, 1.5rem);
  border: 2px solid rgba(7, 42, 45, 0.15);
  border-radius: 8px;
  color: var(--deep);
  background:
    linear-gradient(145deg, rgba(244, 189, 69, 0.18), rgba(255, 255, 255, 0.96)),
    var(--white);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wyr-options button:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(32, 191, 196, 0.16), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.wyr-options button:hover,
.wyr-options button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--deep);
  outline: none;
  box-shadow: 0 16px 36px rgba(16, 32, 30, 0.13);
}

.wyr-options button.is-selected {
  border-color: var(--green);
  background:
    linear-gradient(145deg, rgba(47, 125, 93, 0.22), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.wyr-options button span {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-weight: 950;
}

.wyr-options button strong {
  align-self: end;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  line-height: 1.05;
}

.wyr-results {
  display: grid;
  gap: 0.65rem;
}

.wyr-results div {
  display: grid;
  grid-template-columns: minmax(80px, 0.18fr) minmax(80px, auto) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
}

.wyr-results span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wyr-results strong {
  color: var(--deep);
  font-weight: 950;
}

.wyr-results i {
  display: block;
  height: 0.8rem;
  max-width: 100%;
  border-radius: 999px;
  background: var(--gold);
  transition: width 260ms ease;
}

.wyr-results div:nth-child(2) i {
  background: var(--aqua);
}

.wyr-status {
  display: block;
  min-height: 1.4rem;
  color: var(--muted);
  font-weight: 850;
}

.wyr-status[data-status="success"] {
  color: var(--green);
}

.wyr-status[data-status="error"] {
  color: var(--coral);
}

.wyr-status[data-status="note"] {
  color: var(--deep);
}

.wyr-rules {
  border-top: 7px solid var(--deep);
}

.wyr-rules h3,
.wyr-local-list h3 {
  margin-top: 0;
  color: var(--deep);
  font-size: 1.35rem;
}

.wyr-rules p {
  color: #344c45;
  font-weight: 760;
}

.wyr-rules ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  color: #344c45;
  font-weight: 760;
}

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

.wyr-custom-section {
  margin-bottom: 3rem;
}

.wyr-custom-form {
  display: grid;
  gap: 1rem;
}

.wyr-custom-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--deep);
  font-weight: 900;
}

.wyr-custom-form input {
  width: 100%;
  min-height: 3rem;
  padding: 0.74rem 0.82rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 720;
}

.wyr-custom-form input:focus {
  border-color: var(--green);
  outline: none;
  box-shadow: 0 0 0 4px rgba(47, 125, 93, 0.14);
}

.wyr-local-list {
  display: grid;
  gap: 1rem;
}

.wyr-local-feed {
  display: grid;
  gap: 0.75rem;
  max-height: 33rem;
  overflow: auto;
  padding-right: 0.25rem;
}

.wyr-local-card {
  display: grid;
  gap: 0.5rem;
  padding: 0.85rem;
  border: 1px solid rgba(7, 42, 45, 0.12);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: var(--paper);
}

.wyr-local-card strong {
  color: var(--deep);
  line-height: 1.2;
}

.wyr-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.wyr-local-actions button {
  min-height: 2.35rem;
  padding: 0.42rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--deep);
  background: var(--white);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 950;
  cursor: pointer;
}

.wyr-local-actions button:hover,
.wyr-local-actions button:focus-visible {
  color: var(--white);
  background: var(--deep);
  outline: none;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(0.5rem, 1.6vw, 1rem);
  background: var(--deep);
  backdrop-filter: none;
}

.video-lightbox[hidden] {
  display: none;
}

.video-lightbox-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(1320px, calc(100vw - 24px));
  height: min(900px, calc(100dvh - 24px));
  max-height: calc(100dvh - 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.video-lightbox-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
}

.video-lightbox-head h2,
.video-lightbox-head .eyebrow {
  margin: 0;
}

.video-lightbox-close {
  min-height: 2.4rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--deep);
  background: var(--white);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.video-lightbox-frame {
  width: 100%;
  min-height: 0;
  aspect-ratio: auto;
  background: var(--deep);
}

.video-lightbox-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-lightbox-source {
  display: inline-flex;
  margin: 1rem;
  color: var(--deep);
  font-weight: 950;
}

@keyframes thoughtPanelIn {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.packet-panel {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
  border-left: 6px solid var(--aqua);
}

.packet-panel[hidden] {
  display: none;
}

.packet-panel textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: #eafdfa;
  background: #082628;
  font: 0.85rem/1.45 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.contact-band {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 3rem;
  padding: 1.25rem;
  border-radius: 8px;
  color: var(--white);
  background: var(--deep);
}

.contact-band h2,
.contact-band .eyebrow {
  color: var(--white);
}

.contact-band .eyebrow {
  color: var(--gold);
}

.contact-band h2 {
  max-width: 760px;
  margin-bottom: 0.5rem;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
}

.contact-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--deep);
}

.reader-tools {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 110;
  display: grid;
  grid-template-columns: auto minmax(0, 16rem);
  color: var(--deep);
  transform: translateY(-50%);
}

.reader-tools-toggle {
  writing-mode: vertical-rl;
  display: inline-grid;
  gap: 0.35rem;
  align-items: center;
  min-width: 2.85rem;
  min-height: 7.2rem;
  padding: 0.78rem 0.48rem;
  border: 3px solid var(--deep);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.reader-tools-toggle span {
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.reader-tools-toggle strong {
  display: inline-grid;
  min-width: 2rem;
  min-height: 2rem;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-size: 0.95rem;
  line-height: 1;
  writing-mode: horizontal-tb;
}

.reader-tools-toggle:hover,
.reader-tools-toggle:focus-visible,
.reader-tools.is-open .reader-tools-toggle {
  color: var(--white);
  background: var(--deep);
  outline: none;
}

.reader-tools-toggle:hover strong,
.reader-tools-toggle:focus-visible strong,
.reader-tools.is-open .reader-tools-toggle strong {
  color: var(--deep);
  background: var(--white);
}

.reader-tools-panel {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.45rem;
  align-items: center;
  width: min(16rem, calc(100vw - 3.6rem));
  padding: 0.72rem;
  border: 3px solid var(--deep);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.reader-tools-panel[hidden] {
  display: none;
}

.reader-tools-panel strong {
  grid-column: 1 / -1;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.reader-tools-panel button,
.reader-tools-panel [data-reader-status] {
  display: inline-grid;
  min-width: 3rem;
  min-height: 3rem;
  place-items: center;
  border-radius: 8px;
  font: inherit;
  font-weight: 950;
}

.reader-tools-panel button {
  border: 2px solid rgba(7, 42, 45, 0.18);
  color: var(--deep);
  background: var(--paper);
  cursor: pointer;
}

.reader-tools-panel button:hover,
.reader-tools-panel button:focus-visible {
  color: var(--white);
  background: var(--deep);
  border-color: var(--deep);
  outline: none;
}

.reader-tools-panel [data-reader-reset] {
  grid-column: 1 / -1;
  min-height: 2.6rem;
}

.reader-tools-panel [data-reader-status] {
  color: var(--ink);
  background: rgba(244, 189, 69, 0.2);
}

@media (max-width: 1020px) {
  .hero,
  .publisher-hero,
  .thought-page-hero,
  .ad-lab-hero,
  .wyr-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2.5rem;
  }

  .hero-panel,
  .publisher-preview,
  .thought-hero-card {
    max-width: 720px;
  }

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

  .promo-copy h2 {
    max-width: 16ch;
  }

  .strongbad-grid,
  .strongbad-feature {
    grid-template-columns: 1fr;
  }

  .strongbad-feature {
    grid-column: auto;
  }

  .project-grid,
  .service-grid,
  .onboarding-grid,
  .tutorial-grid,
  .example-link-grid,
  .process-board,
  .thought-sync-grid,
  .comic-strip-grid,
  .ad-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thought-board-layout,
  .thought-answer-strip,
  .honey-ad-showcase,
  .steady-note,
  .zinn-strip,
  .wyr-layout,
  .wyr-custom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1160px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: block;
  }

  .primary-menu {
    position: absolute;
    top: calc(100% - 0.2rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    max-height: min(74dvh, 34rem);
    padding: 0.75rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .primary-menu.is-open {
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown summary {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    max-height: min(58dvh, 28rem);
    margin-top: 0.35rem;
    box-shadow: none;
  }

  .section-heading,
  .intro-strip,
  .bench-ad,
  .publisher-social-strip,
  .thought-demo,
  .thought-answer-strip,
  .steady-note,
  .zinn-strip,
  .ad-lab-cta,
  .config-layout,
  .youtube-grid,
  .onboarding-lead,
  .trial-band,
  .split-panel,
  .bacon-case {
    grid-template-columns: 1fr;
  }

  .pipeline div {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .pipeline small {
    grid-column: 2;
    text-align: left;
  }

  .case-copy {
    padding-right: 0;
  }

  .bench-link {
    width: 100%;
  }

  .bench-video {
    grid-template-columns: 112px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 2rem;
  }

  .site-header,
  .hero,
  .publisher-hero,
  .thought-page-hero,
  .ad-lab-hero,
  .wyr-hero,
  .wyr-game-section,
  .wyr-custom-section,
  .honey-ad-showcase,
  .funny-ad-section,
  .zinn-feature,
  .examples-lab,
  .seo-comic-wall,
  .ad-lab-cta,
  .steady-note,
  .thought-answer-strip,
  .thought-board-section,
  .thought-sync-section,
  .publisher-social-strip,
  .tutorial-grid,
  .thought-demo,
  .config-layout,
  .youtube-grid,
  .publisher-form,
  .packet-panel,
  .section,
  .bench-ad,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2rem;
  }

  .actions,
  .contact-band,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .project-grid,
  .service-grid,
  .onboarding-grid,
  .tutorial-grid,
  .publisher-form-grid,
  .example-link-grid,
  .process-board,
  .wyr-options {
    grid-template-columns: 1fr;
  }

  .wyr-options button {
    min-height: 9rem;
  }

  .wyr-results div {
    grid-template-columns: 1fr auto;
  }

  .wyr-results i {
    grid-column: 1 / -1;
  }

  .ad-lab-cta {
    display: grid;
  }

  .thought-list-head {
    display: grid;
  }

  .steady-note-actions {
    justify-content: stretch;
  }

  .thought-widget {
    right: 0.75rem;
    bottom: 0.75rem;
    width: auto;
    max-width: calc(100% - 1.5rem);
  }

  .thought-widget:not(.is-open) .thought-widget-toggle {
    width: auto;
    min-width: 0;
    padding: 0.68rem 0.78rem;
  }

  .thought-widget:not(.is-open) .thought-widget-toggle small {
    display: none;
  }

  .thought-widget.is-open {
    width: min(100% - 1.5rem, 380px);
  }

  .reader-tools {
    top: 44%;
  }

  .reader-tools-panel {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.site-header .reader-tools {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 3.35rem;
  left: auto;
  z-index: 45;
  display: none;
  width: min(16rem, calc(100vw - 1.5rem));
  color: var(--deep);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(0.7rem, -0.35rem) scale(0.98);
  transition: opacity 0.2s ease, transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0.2s ease;
}

.site-header.is-menu-open .reader-tools {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0) scale(1);
}

.site-header .reader-tools-toggle {
  display: none;
}

.site-header .reader-tools-panel {
  width: 100%;
  border: 2px solid rgba(7, 42, 45, 0.18);
  border-left: 7px solid var(--gold);
  border-radius: 8px;
  background: rgba(252, 248, 239, 0.9);
  backdrop-filter: blur(14px);
}

@media (max-width: 1160px) {
  .primary-menu .reader-tools {
    position: static;
    order: 20;
    display: block;
    width: 100%;
    margin-top: 0.35rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 560px) {
  .site-header .reader-tools {
    position: static;
    order: 6;
    display: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .site-header.is-menu-open .reader-tools {
    display: block;
  }
}

.demo-lab-page {
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.95), rgba(232, 242, 237, 0.96)),
    var(--paper);
}

.demo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: end;
  width: 100%;
  max-width: none;
  min-height: calc(100dvh - 7rem);
  margin: 0;
  padding: clamp(4rem, 8vw, 7rem) max(16px, calc((100% - 1180px) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 42, 45, 0.96), rgba(7, 42, 45, 0.76) 58%, rgba(16, 32, 30, 0.6)),
    url("assets/ten-thirty-two-og.png") right 4% center / min(70vw, 780px) auto no-repeat,
    var(--deep);
}

.demo-hero h1 {
  max-width: 9ch;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.86;
}

.demo-hero .eyebrow {
  color: var(--gold);
}

.demo-hero .lede {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 760;
}

.demo-hero .button-primary {
  color: var(--deep);
  background: var(--gold);
  border-color: var(--gold);
}

.demo-hero .button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
}

.demo-signal-panel {
  display: grid;
  gap: 0.85rem;
}

.demo-signal-panel div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 7px solid var(--gold);
  border-radius: 8px;
  background: rgba(7, 42, 45, 0.72);
  backdrop-filter: blur(12px);
}

.demo-signal-panel span,
.demo-odd-grid span {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.demo-signal-panel strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.1;
}

.demo-disposable-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--deep);
  border-radius: 8px;
  background: var(--deep);
}

.demo-disposable-strip p {
  margin: 0;
  padding: 1rem;
  color: var(--deep);
  background: var(--white);
  font-weight: 820;
}

.demo-current-build .section-heading h2,
.demo-proof-copy h2 {
  max-width: 13ch;
}

.demo-odd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.demo-odd-grid article,
.demo-loop-grid article {
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(7, 42, 45, 0.16);
  border-top: 7px solid var(--deep);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(16, 32, 30, 0.1);
}

.demo-odd-grid article:nth-child(2) {
  border-top-color: var(--gold);
}

.demo-odd-grid article:nth-child(3) {
  border-top-color: var(--green);
}

.demo-proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  background: var(--deep);
}

.demo-proof-strip h2,
.demo-proof-strip .eyebrow {
  color: var(--white);
}

.demo-proof-strip .eyebrow {
  color: var(--gold);
}

.demo-proof-strip p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 760;
}

.demo-proof-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.demo-proof-media img {
  width: 100%;
  min-height: 12rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}

.demo-proof-media img:first-child {
  grid-row: span 2;
  min-height: 25rem;
}

.demo-archive-note pre {
  overflow: auto;
  padding: 1rem;
  border-radius: 8px;
  color: #eafdfa;
  background: #082628;
  white-space: pre-wrap;
}

.demo-change-form select {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.75rem 0.8rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 650;
}

@media (max-width: 1020px) {
  .demo-hero,
  .demo-proof-strip {
    grid-template-columns: 1fr;
  }

  .demo-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(7, 42, 45, 0.96), rgba(7, 42, 45, 0.76)),
      url("assets/ten-thirty-two-og.png") center top 1.25rem / min(92vw, 620px) auto no-repeat,
      var(--deep);
    padding-top: clamp(14rem, 43vw, 23rem);
  }

  .demo-disposable-strip,
  .demo-odd-grid {
    grid-template-columns: 1fr;
  }

  .demo-proof-media img:first-child {
    grid-row: auto;
    min-height: 16rem;
  }
}

@media (max-width: 640px) {
  .demo-hero h1 {
    font-size: clamp(3.4rem, 20vw, 5.8rem);
  }

  .demo-proof-media {
    grid-template-columns: 1fr;
  }
}
.floating-demo-button {
  position: fixed;
  right: clamp(0.9rem, 2vw, 1.35rem);
  bottom: clamp(0.9rem, 2vw, 1.35rem);
  z-index: 120;
  display: grid;
  place-items: center;
  min-width: 5.8rem;
  min-height: 5.8rem;
  padding: 0.75rem;
  border: 3px solid rgba(7, 42, 45, 0.2);
  border-radius: 999px;
  color: var(--deep);
  background: var(--gold);
  box-shadow: 0 18px 48px rgba(16, 32, 30, 0.28);
  text-align: center;
  text-decoration: none;
  transform: translateZ(0);
}

.floating-demo-button span,
.floating-demo-button strong {
  display: block;
  line-height: 1;
}

.floating-demo-button span {
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.floating-demo-button strong {
  margin-top: 0.18rem;
  font-size: 1.05rem;
  font-weight: 950;
}

.floating-demo-button:hover,
.floating-demo-button:focus-visible {
  color: var(--white);
  background: var(--deep);
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 5px rgba(244, 189, 69, 0.24), 0 18px 48px rgba(16, 32, 30, 0.3);
}

@media (max-width: 640px) {
  .floating-demo-button {
    min-width: 4.8rem;
    min-height: 4.8rem;
  }
}
.demo-loop-grid,
.demo-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.demo-archive-card,
.demo-archive-note {
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(7, 42, 45, 0.16);
  border-top: 7px solid var(--deep);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(16, 32, 30, 0.1);
}

.demo-archive-card {
  display: grid;
  gap: 0.55rem;
  color: var(--deep);
  text-decoration: none;
}

.demo-archive-card span,
.demo-loop-grid span {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.demo-archive-card:hover,
.demo-archive-card:focus-visible {
  transform: translateY(-3px);
  outline: none;
  box-shadow: 0 24px 64px rgba(16, 32, 30, 0.18);
}

.demo-archive-note {
  margin-top: 1rem;
  border-top-width: 1px;
  border-left: 7px solid var(--gold);
}

@media (max-width: 1020px) {
  .demo-loop-grid,
  .demo-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .demo-loop-grid,
  .demo-archive-grid {
    grid-template-columns: 1fr;
  }
}
.demo-feature-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.38fr) auto;
  gap: 1rem;
  align-items: center;
  border-color: rgba(244, 185, 66, 0.55);
  background:
    linear-gradient(135deg, rgba(244, 185, 66, 0.18), rgba(255, 255, 255, 0.72)),
    var(--white);
}

.demo-feature-strip .button {
  white-space: nowrap;
}

.demo-feature-copy {
  display: grid;
  gap: 0.45rem;
}

.demo-feature-copy h2 {
  max-width: 48rem;
  margin: 0;
}

.demo-feature-copy p:last-child {
  max-width: 56rem;
  margin: 0;
  color: var(--muted);
  font-weight: 760;
}

.bounty-card {
  display: grid;
  gap: 0.32rem;
  min-height: 100%;
  padding: 0.9rem;
  border: 2px solid rgba(11, 127, 127, 0.22);
  border-left: 7px solid var(--gold);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(8, 35, 38, 0.08);
}

.bounty-card span {
  color: var(--coral);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.bounty-card strong {
  color: var(--deep);
  font-size: 1.22rem;
  line-height: 1.05;
}

.bounty-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
}

.demo-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.comparison-panel {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-top: 6px solid var(--aqua);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(16, 32, 30, 0.1);
}

.change-panel {
  border-top-color: var(--gold);
}

.comparison-heading {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
}

.comparison-heading span {
  color: var(--coral);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-heading strong {
  color: var(--deep);
}

.screenshot-frame {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.screenshot-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(16, 32, 30, 0.12);
  border-radius: 8px;
  background: var(--paper);
}

.screenshot-frame figcaption,
.comparison-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
}

.demo3-change-screen {
  display: grid;
  gap: 0.8rem;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 30, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(7, 42, 45, 0.9), rgba(47, 125, 93, 0.82)),
    var(--deep);
  color: var(--white);
}

.change-topbar {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.change-topbar b,
.change-topbar span {
  overflow-wrap: anywhere;
}

.change-topbar span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.85rem;
  font-weight: 850;
}

.change-hero {
  display: grid;
  gap: 0.6rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.change-hero .eyebrow,
.change-hero h3,
.change-hero p {
  margin: 0;
  color: inherit;
}

.change-hero h3 {
  max-width: 11ch;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.change-hero p:not(.eyebrow) {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 760;
}

.change-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.change-actions a,
.change-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.62rem 0.75rem;
  border-radius: 8px;
  color: var(--deep);
  background: var(--gold);
  font-weight: 950;
  text-decoration: none;
}

.change-actions span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
}

.change-request-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0 1rem;
}

.change-request-strip div {
  padding: 0.72rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.change-request-strip span,
.change-request-strip strong {
  display: block;
}

.change-request-strip span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.change-request-strip strong {
  line-height: 1.16;
}

.change-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.change-product-grid span {
  display: grid;
  min-height: 3rem;
  place-items: center;
  padding: 0.5rem;
  border-radius: 8px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 760px) {
  .demo3-page h1 {
    max-width: 10.5ch;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 1;
  }

  .demo3-page .hero-copy,
  .demo3-page .hero .lede {
    max-width: min(100%, calc(100vw - 24px));
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .demo3-page .hero .lede {
    max-width: 31ch;
    font-size: 1rem;
    line-height: 1.48;
  }

  .demo-feature-strip {
    grid-template-columns: 1fr;
  }

  .demo-comparison-grid,
  .change-request-strip,
  .change-product-grid {
    grid-template-columns: 1fr;
  }

  .demo-feature-strip .button {
    width: 100%;
    white-space: normal;
  }
}
