@font-face {
  font-family: "TT Fors";
  src: url("./assets/fonts/TT-Fors-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Fors";
  src: url("./assets/fonts/TT-Fors-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Maison Neue Mono";
  src: url("./assets/fonts/Maison-Neue-Mono.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --treble-red: #ffd2d5;
  --treble-green: #eeffa9;
  --treble-purple: #eddffa;
  --treble-orange: #ffdcb3;
  --treble-blue: #c7fcff;
  --treble-neutral: #ededed;
  --mid-red: #ff5139;
  --mid-green: #dcf545;
  --mid-purple: #a86cf4;
  --mid-orange: #fb9116;
  --mid-blue: #4fcdde;
  --mid-neutral: #c2b5a0;
  --bass-red: #3e0404;
  --bass-green: #262a10;
  --bass-purple: #1c0328;
  --bass-orange: #492511;
  --bass-blue: #0b282e;
  --bass-neutral: #25211b;
  --white: #fff;
  --ink: #1d1b17;
  --line: rgba(37, 33, 27, 0.2);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--treble-neutral);
  font-family: "TT Fors", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.workspace-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.mono,
.eyebrow,
.section-kicker {
  font-family: "Maison Neue Mono", monospace;
  letter-spacing: 0.055em;
}

.button {
  align-items: center;
  border: 1px solid currentColor;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  min-height: 52px;
  padding: 0.88rem 1.35rem;
  text-transform: uppercase;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms ease;
}

.button:hover {
  box-shadow: 6px 6px 0 var(--mid-purple);
  transform: translate(-3px, -3px);
}

.button-small {
  min-height: 42px;
  padding: 0.65rem 1rem;
}

.button-lime {
  background: var(--mid-green);
  border-color: var(--mid-green);
  color: var(--bass-neutral);
}

.button-dark {
  background: var(--bass-neutral);
  border-color: var(--bass-neutral);
  color: var(--treble-neutral);
}

.button-ghost {
  color: var(--treble-neutral);
}

.button-ghost:hover {
  background: var(--treble-neutral);
  color: var(--bass-neutral);
}

.site-nav {
  align-items: center;
  background: var(--mid-green);
  border-bottom: 1px solid var(--bass-neutral);
  display: grid;
  grid-template-columns: 255px 1fr auto;
  height: 86px;
  padding: 0 3.5vw;
  position: relative;
  z-index: 20;
}

.brand-lockup {
  display: block;
  height: 54px;
  overflow: hidden;
  width: 170px;
}

.brand-lockup img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.site-links {
  display: flex;
  gap: clamp(1.2rem, 3vw, 3rem);
  justify-content: center;
}

.site-links a {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  text-transform: uppercase;
}

.site-links a::after {
  background: currentColor;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.site-links a:hover::after {
  transform: scaleX(1);
}

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

.text-button,
.mobile-menu {
  background: none;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu {
  display: none;
}

.hero-section {
  background: var(--bass-neutral);
  color: var(--treble-neutral);
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(580px, 1.12fr);
  min-height: calc(100vh - 86px);
  overflow: hidden;
  padding: clamp(5rem, 9vw, 9rem) 3.5vw 4.5rem;
  position: relative;
}

.soundscape {
  filter: saturate(115%);
  inset: 0;
  opacity: 0.75;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.soundscape::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  content: "";
  inset: 0;
  mix-blend-mode: soft-light;
  opacity: 0.36;
  position: absolute;
}

.soundscape-one {
  background:
    radial-gradient(circle at 90% 2%, rgba(79, 205, 222, 0.5), transparent 26%),
    radial-gradient(circle at 70% 46%, rgba(168, 108, 244, 0.75), transparent 28%),
    radial-gradient(circle at 88% 90%, rgba(255, 81, 57, 0.85), transparent 34%),
    linear-gradient(118deg, transparent 42%, rgba(28, 3, 40, 0.7) 64%, rgba(62, 4, 4, 0.92));
  clip-path: polygon(54% 0, 100% 0, 100% 100%, 68% 100%, 47% 63%);
}

.hero-copy {
  max-width: 730px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  display: flex;
  font-size: clamp(0.65rem, 1vw, 0.78rem);
  gap: 0.75rem;
  margin: 0 0 2rem;
  text-transform: uppercase;
}

.eyebrow span {
  border: 1px solid rgba(237, 237, 237, 0.36);
  padding: 0.48rem 0.6rem;
}

.hero-copy h1,
.platform-heading h2,
.workflow-copy h2,
.results-copy h2,
.final-cta h2,
.modal h2 {
  font-size: clamp(3.5rem, 6.2vw, 7.7rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.84;
  margin: 0;
  text-transform: uppercase;
}

.hero-copy h1 em {
  color: var(--mid-green);
  font-style: normal;
}

.hero-lede {
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.48;
  margin: 2rem 0;
  max-width: 470px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-proof {
  align-items: center;
  border-top: 1px solid rgba(237, 237, 237, 0.22);
  display: flex;
  gap: 1.2rem;
  margin-top: 3.2rem;
  padding-top: 1.3rem;
  width: min(100%, 490px);
}

.hero-proof p {
  font-size: 0.8rem;
  line-height: 1.35;
  margin: 0;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  align-items: center;
  background: var(--mid-red);
  border: 2px solid var(--bass-neutral);
  border-radius: 50%;
  display: flex;
  font-size: 0.63rem;
  height: 36px;
  justify-content: center;
  margin-left: -7px;
  width: 36px;
}

.avatar-stack span:first-child {
  background: var(--mid-green);
  color: var(--ink);
  margin-left: 0;
}

.avatar-stack span:last-child {
  background: var(--mid-purple);
}

.hero-product {
  align-self: center;
  margin-left: clamp(-2rem, -3vw, -0.5rem);
  perspective: 1400px;
  position: relative;
  transform: translateX(6vw);
  z-index: 3;
}

.product-window {
  background: #f7f6f2;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: -35px 48px 90px rgba(0, 0, 0, 0.44), 9px 10px 0 var(--mid-green);
  color: var(--ink);
  transform: rotateY(-8deg) rotateX(2deg);
  transform-origin: center;
}

.window-chrome {
  align-items: center;
  background: var(--mid-green);
  border-bottom: 1px solid var(--ink);
  display: flex;
  height: 46px;
  justify-content: space-between;
  padding: 0 1rem;
}

.mini-brand {
  align-items: center;
  display: flex;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.72rem;
  gap: 0.55rem;
}

.mini-brand img {
  height: 23px;
  object-fit: contain;
  width: 18px;
}

.window-actions {
  display: flex;
  gap: 6px;
}

.window-actions span {
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.preview-shell {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  min-height: 430px;
}

.preview-side {
  background: var(--bass-neutral);
  color: var(--treble-neutral);
  display: flex;
  flex-direction: column;
  font-size: 0.68rem;
  gap: 0.28rem;
  padding: 1.35rem 0.75rem;
}

.preview-side-title {
  color: var(--mid-green);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.58rem;
  margin-bottom: 0.8rem;
}

.preview-nav {
  padding: 0.58rem 0.65rem;
}

.preview-nav.active {
  background: rgba(255, 255, 255, 0.1);
  border-left: 2px solid var(--mid-green);
}

.preview-main {
  min-width: 0;
  padding: 1.25rem 1.15rem 1rem;
}

.preview-title-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.preview-title-row small,
.preview-title-row strong {
  display: block;
}

.preview-title-row small {
  color: #817c72;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.55rem;
}

.preview-title-row strong {
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

.preview-add {
  background: var(--bass-neutral);
  color: var(--white);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.58rem;
  padding: 0.6rem;
}

.preview-tabs {
  border-bottom: 1px solid rgba(37, 33, 27, 0.16);
  display: flex;
  font-size: 0.65rem;
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.preview-tabs span {
  padding: 0.5rem 0;
}

.preview-tabs .active {
  border-bottom: 2px solid var(--ink);
  font-weight: 700;
}

.mini-table {
  margin-top: 1.3rem;
  min-width: 460px;
}

.mini-head,
.mini-row {
  align-items: center;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.55fr;
}

.mini-head {
  color: #777269;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.5rem;
  padding: 0 0.6rem 0.45rem;
}

.mini-row {
  border-left: 3px solid var(--mid-green);
  border-top: 1px solid rgba(37, 33, 27, 0.14);
  font-size: 0.62rem;
  min-height: 52px;
  padding: 0.35rem 0.55rem;
}

.mini-row:nth-child(3) { border-left-color: var(--mid-purple); }
.mini-row:nth-child(4) { border-left-color: var(--mid-blue); }
.mini-row:nth-child(5) { border-left-color: var(--mid-orange); }

.mini-row > span:first-child {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  font-weight: 700;
}

.mini-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.48rem;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.mini-avatar.lime { background: var(--treble-green); }
.mini-avatar.purple { background: var(--treble-purple); }
.mini-avatar.blue { background: var(--treble-blue); }
.mini-avatar.orange { background: var(--treble-orange); }

.tag {
  display: inline-flex;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.48rem;
  font-style: normal;
  padding: 0.35rem 0.42rem;
}

.tag-red { background: var(--treble-red); color: var(--bass-red); }
.tag-purple { background: var(--treble-purple); color: var(--bass-purple); }
.tag-blue { background: var(--treble-blue); color: var(--bass-blue); }
.tag-orange { background: var(--treble-orange); color: var(--bass-orange); }

.preview-footer {
  align-items: center;
  border-top: 1px solid rgba(37, 33, 27, 0.2);
  display: grid;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.55rem;
  gap: 0.8rem;
  grid-template-columns: auto 1fr auto;
  margin-top: 1rem;
  padding-top: 0.8rem;
}

.meter {
  background: #dedbd3;
  display: block;
  height: 5px;
}

.meter i {
  background: var(--mid-green);
  display: block;
  height: 100%;
  width: 68%;
}

.floating-note {
  background: var(--treble-neutral);
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.62rem;
  padding: 0.7rem 0.85rem;
  position: absolute;
  z-index: 5;
}

.note-one {
  left: -40px;
  top: -24px;
}

.note-two {
  background: var(--mid-red);
  bottom: -34px;
  right: 13%;
}

.pulse-dot {
  background: var(--mid-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(220, 245, 69, 0.24);
  display: inline-block;
  height: 7px;
  margin-right: 0.4rem;
  width: 7px;
}

.hero-caption {
  bottom: 1.5rem;
  font-size: 0.62rem;
  left: 3.5vw;
  opacity: 0.55;
  position: absolute;
}

.marquee {
  background: var(--mid-green);
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  overflow: hidden;
  padding: 1rem 0;
}

.marquee-track {
  align-items: center;
  animation: marquee 24s linear infinite;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 1.4rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  width: max-content;
}

.marquee-track i {
  font-style: normal;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.platform-section,
.results-section {
  padding: 8rem 3.5vw;
}

.section-kicker {
  border-bottom: 1px solid var(--line);
  font-size: 0.68rem;
  margin-bottom: 3.5rem;
  padding-bottom: 0.85rem;
}

.platform-heading {
  align-items: end;
  display: grid;
  gap: 5vw;
  grid-template-columns: 1.2fr 0.8fr;
}

.platform-heading h2,
.workflow-copy h2,
.results-copy h2,
.final-cta h2 {
  font-size: clamp(3.4rem, 6vw, 6.8rem);
}

.platform-heading h2 span {
  color: var(--mid-red);
}

.platform-heading > p,
.results-copy > p {
  font-size: 1.15rem;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
}

.feature-card {
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 600px;
  overflow: hidden;
  padding: 1.4rem;
  position: relative;
}

.feature-card-lime { background: var(--mid-green); }
.feature-card-dark { background: var(--bass-purple); color: var(--treble-neutral); }
.feature-card-red { background: var(--mid-red); }

.feature-number {
  border-bottom: 1px solid currentColor;
  font-size: 0.62rem;
  padding-bottom: 0.85rem;
}

.feature-icon {
  font-size: 3.3rem;
  line-height: 1;
  margin: 3rem 0 1.4rem;
}

.feature-card h3 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.feature-card > p {
  line-height: 1.45;
  max-width: 380px;
}

.feature-demo {
  border: 1px solid currentColor;
  margin-top: auto;
  min-height: 160px;
  padding: 1rem;
}

.intake-demo {
  background: var(--treble-neutral);
  color: var(--ink);
  display: grid;
  gap: 0.55rem;
}

.intake-demo label,
.intake-demo button {
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.58rem;
}

.intake-demo span {
  border-bottom: 1px solid rgba(37, 33, 27, 0.2);
  padding: 0.35rem 0;
}

.intake-demo button {
  background: var(--bass-neutral);
  border: 0;
  color: var(--white);
  cursor: pointer;
  padding: 0.75rem;
  text-align: left;
}

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

.kanban-demo > div {
  border: 1px solid rgba(237, 237, 237, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.65rem;
}

.kanban-demo small {
  color: var(--mid-green);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.5rem;
  margin-bottom: 0.35rem;
}

.kanban-demo span {
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.7rem;
  padding: 0.55rem;
}

.automation-demo {
  background: var(--treble-red);
  color: var(--ink);
  display: grid;
  gap: 0.4rem;
}

.automation-demo span {
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.55rem;
}

.automation-demo strong {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.45rem;
}

.automation-demo i {
  background: var(--mid-green);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.55rem;
  font-style: normal;
  justify-self: end;
  padding: 0.35rem 0.5rem;
}

.workflow-section {
  background: var(--bass-purple);
  color: var(--treble-neutral);
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 800px;
  overflow: hidden;
  padding: 8rem 3.5vw;
  position: relative;
}

.soundscape-two {
  background:
    radial-gradient(circle at 90% 88%, rgba(220, 245, 69, 0.55), transparent 19%),
    radial-gradient(circle at 64% 20%, rgba(79, 205, 222, 0.6), transparent 25%),
    radial-gradient(circle at 74% 68%, rgba(168, 108, 244, 0.8), transparent 28%),
    radial-gradient(circle at 98% 50%, rgba(255, 81, 57, 0.9), transparent 31%);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 54% 100%, 66% 45%);
  opacity: 0.8;
}

.workflow-copy,
.workflow-visual {
  position: relative;
  z-index: 2;
}

.workflow-copy .section-kicker {
  border-color: rgba(237, 237, 237, 0.24);
}

.workflow-copy > p:not(.section-kicker) {
  font-size: 1.1rem;
  line-height: 1.55;
  max-width: 540px;
}

.workflow-list {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
}

.workflow-list li {
  align-items: start;
  border-top: 1px solid rgba(237, 237, 237, 0.22);
  display: grid;
  gap: 1rem;
  grid-template-columns: 44px 1fr;
  opacity: 0.5;
  padding: 1.25rem 0;
}

.workflow-list li.active {
  opacity: 1;
}

.workflow-list li > span {
  color: var(--mid-green);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.72rem;
}

.workflow-list strong,
.workflow-list small {
  display: block;
}

.workflow-list strong {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.workflow-list small {
  margin-top: 0.35rem;
}

.workflow-visual {
  align-self: center;
  min-height: 500px;
}

.wave-grid {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  height: 340px;
  justify-content: center;
}

.wave-grid span {
  animation: wave 2.8s ease-in-out infinite;
  background: var(--treble-neutral);
  display: block;
  height: calc(38px + var(--n, 1) * 18px);
  opacity: 0.9;
  width: clamp(10px, 1.2vw, 18px);
}

.wave-grid span:nth-child(1), .wave-grid span:nth-child(12) { --n: 1; }
.wave-grid span:nth-child(2), .wave-grid span:nth-child(11) { --n: 2; animation-delay: -0.2s; }
.wave-grid span:nth-child(3), .wave-grid span:nth-child(10) { --n: 4; animation-delay: -0.4s; }
.wave-grid span:nth-child(4), .wave-grid span:nth-child(9) { --n: 7; animation-delay: -0.6s; }
.wave-grid span:nth-child(5), .wave-grid span:nth-child(8) { --n: 10; animation-delay: -0.8s; }
.wave-grid span:nth-child(6), .wave-grid span:nth-child(7) { --n: 12; animation-delay: -1s; background: var(--mid-green); }

@keyframes wave {
  0%, 100% { transform: scaleY(0.75); }
  50% { transform: scaleY(1.12); }
}

.workflow-card {
  background: rgba(37, 33, 27, 0.92);
  border: 1px solid rgba(237, 237, 237, 0.8);
  box-shadow: 14px 14px 0 var(--mid-red);
  margin: -80px auto 0;
  max-width: 540px;
  padding: 1.25rem;
  position: relative;
}

.workflow-card-top {
  align-items: center;
  border-bottom: 1px solid rgba(237, 237, 237, 0.22);
  display: flex;
  font-size: 0.58rem;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.workflow-card-top i {
  background: var(--mid-green);
  color: var(--ink);
  font-style: normal;
  padding: 0.3rem 0.45rem;
}

.workflow-card > strong {
  display: block;
  font-size: 1.7rem;
  margin-top: 1.2rem;
  text-transform: uppercase;
}

.workflow-card > p {
  line-height: 1.4;
}

.workflow-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.5rem;
}

.workflow-stats span {
  border: 1px solid rgba(237, 237, 237, 0.2);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.52rem;
  padding: 0.7rem;
}

.workflow-stats b {
  display: block;
  font-family: "TT Fors", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 0.3rem;
}

.results-grid {
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.8fr 1.2fr;
}

.results-copy .button {
  margin-top: 2rem;
}

.metric-panel {
  background: var(--mid-green);
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--bass-neutral);
  padding: 1.4rem;
}

.metric-top {
  border-bottom: 1px solid var(--ink);
  display: flex;
  font-size: 0.63rem;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.metric-main {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  padding: 2rem 0;
}

.metric-main small,
.metric-main strong,
.metric-main em {
  display: block;
}

.metric-main small {
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.6rem;
}

.metric-main strong {
  font-size: clamp(3.3rem, 6vw, 6rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.metric-main em {
  font-size: 0.8rem;
  font-style: normal;
}

.ring {
  align-items: center;
  background: conic-gradient(var(--bass-neutral) 0 68%, rgba(37, 33, 27, 0.15) 68% 100%);
  border-radius: 50%;
  display: flex;
  height: clamp(120px, 14vw, 190px);
  justify-content: center;
  position: relative;
  width: clamp(120px, 14vw, 190px);
}

.ring::after {
  background: var(--mid-green);
  border-radius: 50%;
  content: "";
  inset: 17px;
  position: absolute;
}

.ring span {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.ring small { font-size: 0.75rem; }

.channel-bars {
  border-top: 1px solid var(--ink);
  padding-top: 1rem;
}

.channel-bars > div {
  align-items: center;
  display: grid;
  font-size: 0.7rem;
  gap: 0.8rem;
  grid-template-columns: 88px 1fr 25px;
  margin: 0.65rem 0;
}

.channel-bars i {
  background: rgba(37, 33, 27, 0.15);
  display: block;
  height: 9px;
  position: relative;
}

.channel-bars i::after {
  background: var(--bass-neutral);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--bar);
}

.final-cta {
  align-items: center;
  background: var(--bass-red);
  color: var(--treble-neutral);
  display: flex;
  flex-direction: column;
  min-height: 760px;
  overflow: hidden;
  padding: 8rem 1.5rem;
  position: relative;
  text-align: center;
}

.soundscape-three {
  background:
    radial-gradient(circle at 10% 30%, rgba(79, 205, 222, 0.6), transparent 20%),
    radial-gradient(circle at 20% 86%, rgba(255, 81, 57, 0.8), transparent 32%),
    radial-gradient(circle at 76% 10%, rgba(168, 108, 244, 0.8), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(251, 145, 22, 0.8), transparent 30%);
}

.final-cta > *:not(.soundscape) {
  position: relative;
  z-index: 2;
}

.final-cta > img {
  filter: brightness(0) invert(1);
  height: 76px;
  object-fit: contain;
  width: 62px;
}

.final-cta > .mono {
  font-size: 0.65rem;
  margin: 1.5rem 0 3rem;
}

.final-cta > p:not(.mono) {
  font-size: 1.15rem;
}

.final-cta .button {
  margin-top: 1.3rem;
}

.site-footer {
  align-items: center;
  background: var(--bass-neutral);
  color: var(--treble-neutral);
  display: grid;
  font-size: 0.72rem;
  gap: 1rem;
  grid-template-columns: 1fr auto auto;
  min-height: 150px;
  padding: 2rem 3.5vw;
}

.site-footer > div {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.site-footer img {
  filter: brightness(0) invert(1);
  height: 58px;
  object-fit: contain;
  width: 155px;
}

.site-footer .mono {
  opacity: 0.55;
}

.reveal {
  animation: reveal 900ms var(--ease) both;
}

.delay-one { animation-delay: 180ms; }

@keyframes reveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Workspace */
.workspace {
  background: #f4f3ef;
  display: grid;
  grid-template-columns: 68px 245px minmax(0, 1fr);
  height: 100vh;
  overflow: hidden;
}

.workspace[hidden] {
  display: none;
}

.app-rail {
  align-items: center;
  background: var(--bass-neutral);
  color: var(--treble-neutral);
  display: flex;
  flex-direction: column;
  padding: 0.7rem 0;
  z-index: 5;
}

.rail-brand {
  align-items: center;
  background: var(--mid-green);
  border: 0;
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.rail-brand img {
  height: 29px;
  object-fit: contain;
  width: 24px;
}

.rail-tools {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.rail-button,
.profile-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.72rem;
  height: 38px;
  justify-content: center;
  position: relative;
  width: 38px;
}

.rail-button.active,
.rail-button:hover {
  background: rgba(255, 255, 255, 0.11);
  color: var(--mid-green);
}

.notification-dot {
  background: var(--mid-red);
  border-radius: 50%;
  height: 6px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 6px;
}

.profile-button,
.top-profile {
  background: var(--mid-purple);
  border-radius: 50%;
  color: var(--bass-purple);
}

.app-sidebar {
  background: #e9e7e1;
  border-right: 1px solid #d6d2c8;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: margin 220ms var(--ease);
}

.app-sidebar-head {
  align-items: center;
  border-bottom: 1px solid #d6d2c8;
  display: flex;
  height: 70px;
  justify-content: space-between;
  padding: 0 1rem;
}

.app-sidebar-head small,
.app-sidebar-head strong {
  display: block;
}

.app-sidebar-head small {
  color: #736f67;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.52rem;
  margin-bottom: 0.2rem;
}

.app-sidebar-head strong {
  font-size: 0.9rem;
}

.app-sidebar-head button,
.sidebar-divider button {
  background: none;
  border: 0;
  cursor: pointer;
}

.quick-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #d6d2c8;
  color: #6a655d;
  cursor: pointer;
  display: grid;
  font-size: 0.74rem;
  gap: 0.5rem;
  grid-template-columns: auto 1fr auto;
  margin: 0.9rem;
  padding: 0.65rem;
  text-align: left;
}

kbd {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #d6d2c8;
  border-radius: 2px;
  box-shadow: none;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.55rem;
  padding: 0.18rem 0.3rem;
}

.app-nav {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0 0.7rem;
}

.app-nav button {
  align-items: center;
  background: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  font-size: 0.75rem;
  gap: 0.55rem;
  grid-template-columns: 17px 1fr auto;
  padding: 0.65rem;
  text-align: left;
}

.app-nav button:hover {
  background: rgba(37, 33, 27, 0.055);
}

.app-nav button.active {
  background: var(--bass-neutral);
  color: var(--treble-neutral);
}

.app-nav button.active > span {
  color: var(--mid-green);
}

.app-nav button i,
.app-nav button b {
  background: rgba(37, 33, 27, 0.08);
  border-radius: 9px;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.15rem 0.35rem;
}

.app-nav button.active i {
  background: rgba(255, 255, 255, 0.12);
}

.app-nav button b {
  background: var(--mid-red);
  color: var(--bass-red);
}

.sidebar-divider {
  align-items: center;
  color: #77736b;
  display: flex;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.5rem;
  justify-content: space-between;
  margin: 1.2rem 1rem 0.65rem;
}

.app-nav.secondary button {
  grid-template-columns: 9px 1fr;
}

.color-dot {
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.color-dot.red { background: var(--mid-red); }
.color-dot.blue { background: var(--mid-blue); }
.color-dot.purple { background: var(--mid-purple); }

.sidebar-footer {
  border-top: 1px solid #d6d2c8;
  margin-top: auto;
  padding: 1rem;
}

.signed-in-user {
  align-items: center;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 30px minmax(0, 1fr);
}

.signed-in-avatar {
  align-items: center;
  background: var(--mid-purple);
  border-radius: 50%;
  color: var(--bass-purple);
  display: flex;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.58rem;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.signed-in-user strong,
.signed-in-user small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.signed-in-user strong { font-size: 0.68rem; }
.signed-in-user small { color: #77736b; font-family: "Maison Neue Mono", monospace; font-size: 0.48rem; margin-top: 0.12rem; }

.logout-button {
  background: none;
  border: 0;
  color: #77736b;
  cursor: pointer;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.52rem;
  margin-top: 0.7rem;
  padding: 0;
  text-align: left;
}

.logout-button:hover { color: var(--mid-red); }

.storage-row {
  display: flex;
  font-size: 0.68rem;
  justify-content: space-between;
}

.sidebar-footer > i {
  background: #d6d2c8;
  display: block;
  height: 5px;
  margin: 0.55rem 0;
}

.sidebar-footer > i span {
  background: var(--mid-green);
  display: block;
  height: 100%;
  width: 72%;
}

.sidebar-footer small {
  color: #77736b;
  font-size: 0.62rem;
}

.app-main {
  display: grid;
  grid-template-rows: 70px minmax(0, 1fr);
  min-width: 0;
}

.app-topbar {
  align-items: center;
  background: #faf9f6;
  border-bottom: 1px solid #dad7cf;
  display: flex;
  gap: 0.75rem;
  padding: 0 1.25rem;
}

.sidebar-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
}

.breadcrumbs {
  display: flex;
  flex: 1;
  font-size: 0.75rem;
  gap: 0.45rem;
  min-width: 0;
}

.breadcrumbs span,
.breadcrumbs b {
  color: #858077;
  font-weight: 400;
}

.top-search {
  align-items: center;
  background: #efede7;
  border: 1px solid #dad7cf;
  display: flex;
  gap: 0.45rem;
  height: 36px;
  padding: 0 0.55rem;
  width: min(32vw, 360px);
}

.top-search input {
  background: none;
  border: 0;
  font-size: 0.7rem;
  outline: 0;
  width: 100%;
}

.icon-button,
.help-button,
.top-profile {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}

.icon-button,
.help-button {
  background: none;
}

.icon-button span {
  background: var(--mid-red);
  border-radius: 50%;
  height: 5px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 5px;
}

.app-content {
  overflow: auto;
  padding: 1.55rem 1.7rem 2rem;
}

.role-notice {
  background: var(--mid-blue);
  color: var(--bass-blue);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.58rem;
  padding: 0.65rem 0.8rem;
}

/* Marketing outreach */
.outreach-metrics {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.outreach-metrics article {
  background: var(--bass-neutral);
  color: var(--treble-neutral);
  min-height: 132px;
  padding: 0.9rem 1rem;
  position: relative;
}

.outreach-metrics article:nth-child(2) { background: var(--mid-blue); color: var(--bass-blue); }
.outreach-metrics article:nth-child(3) { background: var(--mid-purple); color: var(--bass-purple); }
.outreach-metrics article:nth-child(4) { background: var(--mid-green); color: var(--bass-green); }
.outreach-metrics article.attention { background: var(--mid-red); color: var(--bass-red); }
.outreach-metrics span, .outreach-metrics small { display: block; font-family: "Maison Neue Mono", monospace; font-size: 0.5rem; }
.outreach-metrics strong { display: block; font-size: clamp(2.6rem, 5vw, 4.3rem); letter-spacing: -0.07em; line-height: 0.9; margin-top: 1.2rem; }
.outreach-metrics small { bottom: 0.8rem; opacity: 0.68; position: absolute; }

.outreach-tabs {
  align-items: end;
  border-bottom: 1px solid #cbc7bd;
  display: flex;
  gap: 1.4rem;
  margin-bottom: 0.75rem;
}

.outreach-tabs button {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 0.72rem;
  padding: 0.75rem 0;
}

.outreach-tabs button.active { border-color: var(--bass-neutral); font-weight: 700; }
.outreach-tabs > span { color: #7a766e; font-family: "Maison Neue Mono", monospace; font-size: 0.46rem; margin-left: auto; padding-bottom: 0.8rem; }

.outreach-filterbar {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.outreach-filterbar label {
  align-items: center;
  background: #fff;
  border: 1px solid #d4d0c7;
  display: flex;
  flex: 1;
  gap: 0.45rem;
  min-width: 240px;
  padding: 0 0.7rem;
}

.outreach-filterbar input { background: none; border: 0; font-size: 0.68rem; height: 38px; outline: 0; width: 100%; }
.outreach-filterbar select, .outreach-filterbar .active-filter { background: #fff; border: 1px solid #d4d0c7; font-size: 0.6rem; height: 40px; padding: 0 0.6rem; }
.outreach-filterbar .active-filter { background: var(--mid-green); cursor: pointer; font-family: "Maison Neue Mono", monospace; }
.outreach-filterbar > span { color: #77736b; font-family: "Maison Neue Mono", monospace; font-size: 0.5rem; white-space: nowrap; }

.outreach-path, .outreach-worklist, .outreach-opportunities, .outreach-directory, .followup-board {
  background: #fff;
  border: 1px solid #d8d4cb;
}

.outreach-path { margin-bottom: 1rem; }
.path-track { display: grid; grid-template-columns: repeat(8, minmax(110px, 1fr)); overflow-x: auto; }
.path-track button { background: none; border: 0; border-right: 1px solid #e2dfd8; cursor: pointer; min-height: 105px; padding: 0.8rem; position: relative; text-align: left; }
.path-track button:last-child { border-right: 0; }
.path-track button:hover { background: var(--mid-green); }
.path-track button span { color: #807b73; font-family: "Maison Neue Mono", monospace; font-size: 0.45rem; }
.path-track button strong { display: block; font-size: 0.65rem; line-height: 1.25; margin-top: 0.7rem; }
.path-track button b { bottom: 0.65rem; font-size: 1.4rem; position: absolute; right: 0.7rem; }

.outreach-command-grid { display: grid; gap: 1rem; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr); }
.outreach-worklist .panel-title button { background: none; border: 0; cursor: pointer; font-family: "Maison Neue Mono", monospace; font-size: 0.5rem; }
.worklist-body { display: grid; }
.worklist-row { align-items: center; background: none; border: 0; border-top: 1px solid #ece9e2; cursor: pointer; display: grid; gap: 0.75rem; grid-template-columns: 38px minmax(0, 1fr) auto 64px; min-height: 72px; padding: 0.65rem 0.9rem; text-align: left; }
.worklist-row:first-child { border-top: 0; }
.worklist-row:hover { background: #f4f2ed; }
.worklist-row > span:nth-child(2) { min-width: 0; }
.worklist-row strong, .worklist-row small { display: block; }
.worklist-row strong { font-size: 0.72rem; }
.worklist-row small { color: #77736b; font-size: 0.58rem; margin-top: 0.2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.priority-orb { align-items: center; border-radius: 50%; display: flex; flex: 0 0 auto; font-family: "Maison Neue Mono", monospace; font-size: 0.58rem; height: 36px; justify-content: center; width: 36px; }
.top-priority { background: var(--mid-red) !important; color: var(--bass-red) !important; }
.high-priority { background: #ffdcb3 !important; color: #492511 !important; }
.medium-priority { background: #fff1a6 !important; color: #433809 !important; }
.low-priority { background: var(--mid-green) !important; color: var(--bass-green) !important; }
.research { background: #e5e2db !important; color: #5e5a53 !important; }
.stage-chip { background: #eeece7; font-family: "Maison Neue Mono", monospace; font-size: 0.48rem; padding: 0.35rem 0.45rem; }
.worklist-row time { color: #77736b; font-family: "Maison Neue Mono", monospace; font-size: 0.47rem; text-align: right; }
.worklist-row time.due, .next-action.due { color: var(--mid-red); font-weight: 700; }

.outreach-opportunities > button { align-items: center; background: none; border: 0; border-top: 1px solid #ece9e2; cursor: pointer; display: grid; gap: 0.65rem; grid-template-columns: 62px 1fr auto; padding: 0.75rem 0.9rem; text-align: left; width: 100%; }
.outreach-opportunities > button:hover { background: #f4f2ed; }
.outreach-opportunities > button > span:first-child { align-items: center; background: var(--route-color); display: flex; flex-direction: column; height: 54px; justify-content: center; }
.outreach-opportunities b { font-size: 1.25rem; line-height: 1; }
.outreach-opportunities small { color: #77736b; display: block; font-size: 0.52rem; line-height: 1.3; margin-top: 0.15rem; }
.outreach-opportunities > button > span:first-child small { color: inherit; font-family: "Maison Neue Mono", monospace; font-size: 0.38rem; }
.outreach-opportunities strong { font-size: 0.65rem; }
.integrity-note { align-items: center; background: var(--bass-neutral); color: var(--treble-neutral); display: grid; gap: 1.2rem; grid-template-columns: 170px 1fr; margin-top: 1rem; padding: 1rem; }
.integrity-note span { color: var(--mid-green); font-family: "Maison Neue Mono", monospace; font-size: 0.56rem; }
.integrity-note p { font-size: 0.65rem; line-height: 1.45; margin: 0; }

.outreach-table-wrap { overflow-x: auto; }
.outreach-table { border-collapse: collapse; min-width: 1050px; width: 100%; }
.outreach-table th { background: #f0eee8; color: #716d65; font-family: "Maison Neue Mono", monospace; font-size: 0.48rem; font-weight: 400; padding: 0.7rem; text-align: left; }
.outreach-table td { border-top: 1px solid #e8e5de; font-size: 0.64rem; padding: 0.65rem 0.7rem; vertical-align: middle; }
.outreach-name { background: none; border: 0; cursor: pointer; display: grid; max-width: 310px; text-align: left; }
.outreach-name span { color: #7d7870; font-family: "Maison Neue Mono", monospace; font-size: 0.42rem; }
.outreach-name strong { font-size: 0.68rem; line-height: 1.3; margin-top: 0.15rem; }
.outreach-name small, .network-location { color: #77736b; display: block; font-size: 0.54rem; margin-top: 0.18rem; }
.network-category { background: var(--mid-blue); color: var(--bass-blue); display: inline-block; font-size: 0.54rem; padding: 0.3rem 0.4rem; }
.priority-score { align-items: center; border-radius: 50%; display: flex; font-family: "Maison Neue Mono", monospace; font-size: 0.58rem; height: 31px; justify-content: center; width: 31px; }
.priority-label { color: #77736b; display: block; font-family: "Maison Neue Mono", monospace; font-size: 0.42rem; margin-top: 0.2rem; white-space: nowrap; }
.outreach-stage-select { background: #f1efe9; border: 1px solid #d4d0c7; font-size: 0.58rem; max-width: 150px; padding: 0.45rem; }
.next-action { display: block; line-height: 1.35; max-width: 235px; }
.lead-attribution { align-items: center; background: var(--mid-green); border-radius: 50%; display: flex; height: 30px; justify-content: center; width: 30px; }

.outreach-kanban { display: grid; gap: 0.65rem; grid-template-columns: repeat(8, 245px); overflow-x: auto; padding-bottom: 0.8rem; }
.outreach-kanban > section { background: #e9e7e1; border-top: 5px solid var(--stage-accent); min-height: 410px; padding: 0.6rem; }
.outreach-kanban header { align-items: center; display: flex; font-size: 0.62rem; justify-content: space-between; margin-bottom: 0.6rem; }
.outreach-kanban header b { background: rgba(0,0,0,.08); border-radius: 50%; padding: 0.25rem 0.4rem; }
.outreach-kanban button { background: #fff; border: 1px solid #d7d3ca; cursor: pointer; display: block; margin-bottom: 0.45rem; padding: 0.65rem; text-align: left; width: 100%; }
.outreach-kanban button:hover { transform: translateY(-1px); }
.outreach-kanban button span, .outreach-kanban button small { color: #77736b; display: block; font-family: "Maison Neue Mono", monospace; font-size: 0.43rem; }
.outreach-kanban button strong { display: block; font-size: 0.65rem; line-height: 1.3; margin: 0.4rem 0; }
.outreach-kanban button i { background: var(--mid-red); display: inline-block; font-family: "Maison Neue Mono", monospace; font-size: 0.42rem; font-style: normal; margin-top: 0.45rem; padding: 0.25rem; }
.outreach-kanban section > p { color: #77736b; font-family: "Maison Neue Mono", monospace; font-size: 0.5rem; text-align: center; }

.followup-list { display: grid; }
.followup-list > button { align-items: center; background: none; border: 0; border-top: 1px solid #ebe8e1; cursor: pointer; display: grid; gap: 0.8rem; grid-template-columns: 75px 1fr 90px 100px; padding: 0.8rem 1rem; text-align: left; }
.followup-list > button:hover { background: #f5f3ee; }
.followup-list > button.due { border-left: 5px solid var(--mid-red); }
.followup-list time, .followup-list > button > span:nth-child(3), .followup-list b { font-family: "Maison Neue Mono", monospace; font-size: 0.54rem; }
.followup-list strong, .followup-list small { display: block; }
.followup-list small { color: #77736b; font-size: 0.55rem; margin-top: 0.2rem; }
.followup-list b { background: #ece9e2; justify-self: end; padding: 0.35rem 0.45rem; }
.followup-list .due b { background: var(--mid-red); color: var(--bass-red); }

.outreach-drawer {
  background: #fff;
  border-left: 1px solid #cbc7bd;
  box-shadow: -15px 0 40px rgba(37, 33, 27, 0.18);
  height: 100vh;
  overflow: auto;
  padding: 1.35rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 240ms var(--ease);
  width: min(540px, 94vw);
  z-index: 55;
}

.outreach-drawer.open { transform: translateX(0); }
.outreach-drawer-title { align-items: center; display: flex; gap: 0.8rem; margin-top: 1.7rem; }
.outreach-drawer-title .priority-orb { height: 52px; width: 52px; }
.outreach-drawer-title h2 { font-size: 1.5rem; line-height: 1.1; margin: 0; }
.outreach-drawer-title p { color: #77736b; font-size: 0.63rem; margin: 0.3rem 0 0; }
.verification-warning { background: var(--mid-red); color: var(--bass-red); font-family: "Maison Neue Mono", monospace; font-size: 0.52rem; margin-top: 1rem; padding: 0.65rem; }
.drawer-actions { display: grid; gap: 0.5rem; grid-template-columns: 1fr 1fr; margin-top: 1rem; }
.drawer-actions button { background: #fff; border: 1px solid var(--bass-neutral); cursor: pointer; font-size: 0.63rem; padding: 0.7rem; }
.drawer-actions button.primary { background: var(--bass-neutral); color: var(--treble-neutral); }
.drawer-actions button:disabled { cursor: not-allowed; opacity: 0.4; }
.activation-brief { background: var(--bass-neutral); color: var(--treble-neutral); margin-top: 1rem; padding: 1rem; }
.activation-brief span, .activation-brief strong { color: var(--mid-green); display: block; font-family: "Maison Neue Mono", monospace; font-size: 0.52rem; }
.activation-brief p { font-size: 0.72rem; line-height: 1.45; }
.potential-strip { display: grid; gap: 2px; grid-template-columns: repeat(6, 1fr); margin-top: 0.6rem; }
.potential-strip span { background: #ece9e2; font-size: 0.52rem; padding: 0.45rem 0.25rem; text-align: center; }
.potential-strip span.high { background: var(--mid-green); }
.potential-strip span.medium { background: #fff1a6; }
.potential-strip span.low { background: #ffdcb3; }
.potential-strip b { display: block; font-family: "Maison Neue Mono", monospace; font-size: 0.38rem; margin-bottom: 0.2rem; }
.outreach-fields { display: grid; gap: 0.7rem; grid-template-columns: 1fr 1fr; }
.outreach-fields label { margin: 0; }
.outreach-fields label:nth-last-child(-n+2) { grid-column: 1 / -1; }
.outreach-source dl { margin: 0.8rem 0; }
.outreach-source dl > div { border-top: 1px solid #ece9e2; display: grid; font-size: 0.62rem; grid-template-columns: 90px 1fr; padding: 0.5rem 0; }
.outreach-source dt { color: #77736b; }
.outreach-source dd { margin: 0; }
.source-links { display: flex; gap: 0.5rem; }
.source-links a { background: var(--mid-blue); color: var(--bass-blue); font-family: "Maison Neue Mono", monospace; font-size: 0.5rem; padding: 0.5rem; text-decoration: none; }
.drawer-event p { font-size: 0.6rem; line-height: 1.4; margin: 0.35rem 0 0; }
.outreach-modal { max-width: 820px; }
.outreach-modal > .mono, .touch-modal > .mono, .referral-modal > .mono { color: var(--mid-green); font-size: 0.62rem; }
.outreach-modal .full-field, .touch-modal .full-field { grid-column: 1 / -1; }

/* Team access */
.access-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.access-metrics article {
  background: var(--bass-neutral);
  color: var(--treble-neutral);
  min-height: 150px;
  padding: 1rem;
  position: relative;
}

.access-metrics article:nth-child(2) { background: var(--mid-green); color: var(--bass-green); }
.access-metrics article:nth-child(3) { background: var(--mid-purple); color: var(--bass-purple); }
.access-metrics span, .access-metrics small { display: block; font-family: "Maison Neue Mono", monospace; font-size: 0.54rem; }
.access-metrics strong { display: block; font-family: "TT Fors", sans-serif; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -0.06em; line-height: 1; margin-top: 1.2rem; }
.access-metrics small { bottom: 1rem; opacity: 0.68; position: absolute; }

.team-panel {
  background: #fff;
  border: 1px solid #d8d4cb;
  margin-bottom: 1rem;
}

.panel-title {
  align-items: end;
  border-bottom: 1px solid #dedbd4;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.1rem;
}

.panel-title h2 { font-size: 1.2rem; margin: 0.3rem 0 0; }
.panel-title p { color: #716d65; font-size: 0.65rem; line-height: 1.45; margin: 0; max-width: 430px; }
.team-table-wrap { overflow-x: auto; }
.team-table { border-collapse: collapse; min-width: 830px; width: 100%; }
.team-table th { background: #f1efe9; color: #6e6a62; font-family: "Maison Neue Mono", monospace; font-size: 0.5rem; font-weight: 400; padding: 0.65rem 1rem; text-align: left; }
.team-table td { border-top: 1px solid #ece9e2; font-size: 0.68rem; padding: 0.8rem 1rem; }
.team-table tbody tr:first-child td { border-top: 0; }
.inactive-row { opacity: 0.5; }

.team-person { align-items: center; display: flex; gap: 0.6rem; }
.team-person > span { align-items: center; background: var(--mid-blue); border-radius: 50%; color: var(--bass-blue); display: flex; flex: 0 0 auto; font-family: "Maison Neue Mono", monospace; font-size: 0.52rem; height: 32px; justify-content: center; width: 32px; }
.team-person strong, .team-person small { display: block; }
.team-person small, .last-seen { color: #77736b; font-size: 0.58rem; margin-top: 0.15rem; }
.team-role { background: #f1efe9; border: 1px solid #d7d3ca; font-size: 0.62rem; min-width: 125px; padding: 0.48rem; }
.account-status { background: #ece9e2; color: #716d65; font-family: "Maison Neue Mono", monospace; font-size: 0.48rem; padding: 0.3rem 0.45rem; }
.account-status.active { background: var(--mid-green); color: var(--bass-green); }
.row-actions { display: flex; gap: 0.35rem; }
.row-actions button, .access-request button { background: none; border: 1px solid #cbc7bd; cursor: pointer; font-family: "Maison Neue Mono", monospace; font-size: 0.48rem; padding: 0.42rem 0.5rem; white-space: nowrap; }
.row-actions button:hover, .access-request button:hover { background: var(--bass-neutral); color: var(--treble-neutral); }
.row-actions button:disabled, .team-role:disabled { cursor: not-allowed; opacity: 0.48; }
.row-actions button:disabled:hover { background: none; color: inherit; }

.admin-grid { display: grid; gap: 1rem; grid-template-columns: 1.1fr 0.9fr; }
.request-list, .audit-list { display: grid; }
.access-request, .audit-entry { align-items: center; border-top: 1px solid #ece9e2; display: flex; gap: 0.65rem; justify-content: space-between; padding: 0.8rem 1rem; }
.access-request:first-child, .audit-entry:first-child { border-top: 0; }
.access-request strong, .access-request small, .audit-entry strong, .audit-entry small { display: block; }
.access-request strong, .audit-entry strong { font-size: 0.66rem; }
.access-request small, .audit-entry small { color: #77736b; font-size: 0.55rem; margin-top: 0.2rem; }
.audit-entry { justify-content: start; }
.audit-mark { align-items: center; background: var(--bass-neutral); color: var(--mid-green); display: flex; flex: 0 0 auto; font-family: "Maison Neue Mono", monospace; font-size: 0.55rem; height: 30px; justify-content: center; width: 30px; }
.empty-state { color: #77736b; font-size: 0.68rem; margin: 0; padding: 1rem; }

.view-header {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.view-heading small {
  color: #77736b;
  display: block;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.55rem;
  margin-bottom: 0.35rem;
}

.view-heading h1 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.view-heading p {
  color: #6e6a62;
  font-size: 0.75rem;
  margin: 0.45rem 0 0;
}

.view-actions {
  display: flex;
  gap: 0.45rem;
}

.app-button {
  align-items: center;
  background: #f9f8f4;
  border: 1px solid #cbc7bd;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.7rem;
  gap: 0.4rem;
  min-height: 36px;
  padding: 0.55rem 0.75rem;
}

.app-button:hover {
  border-color: var(--ink);
}

.app-button.primary {
  background: var(--bass-neutral);
  border-color: var(--bass-neutral);
  color: var(--white);
}

.app-button.primary:hover {
  background: var(--bass-purple);
}

.view-tabs {
  border-bottom: 1px solid #d9d6ce;
  display: flex;
  gap: 1.4rem;
  margin-top: 1.5rem;
}

.view-tab {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 0.7rem;
  padding: 0.65rem 0;
}

.view-tab.active {
  border-bottom-color: var(--ink);
  font-weight: 700;
}

.board-toolbar {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin: 0.9rem 0;
}

.board-search {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d6ce;
  display: flex;
  gap: 0.35rem;
  height: 34px;
  padding: 0 0.55rem;
  width: 240px;
}

.board-search input {
  border: 0;
  font-size: 0.68rem;
  outline: 0;
  width: 100%;
}

.filter-pill {
  background: #fff;
  border: 1px solid #d9d6ce;
  cursor: pointer;
  font-size: 0.63rem;
  padding: 0.52rem 0.65rem;
}

.filter-pill.active {
  background: var(--mid-green);
  border-color: var(--ink);
}

.board-count {
  color: #77736b;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.56rem;
  margin-left: auto;
}

.board-table-wrap {
  background: #fff;
  border: 1px solid #d5d1c8;
  min-width: 930px;
  overflow: hidden;
}

.board-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.board-table th,
.board-table td {
  border-bottom: 1px solid #e3e0d9;
  border-right: 1px solid #ece9e3;
  height: 48px;
  padding: 0.45rem 0.6rem;
  text-align: left;
}

.board-table th {
  background: #f0eee9;
  color: #716d65;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.53rem;
  font-weight: 400;
  height: 38px;
}

.board-table td {
  font-size: 0.66rem;
}

.board-table th:first-child,
.board-table td:first-child { width: 35px; text-align: center; }
.board-table th:nth-child(2) { width: 195px; }
.board-table th:nth-child(3) { width: 105px; }
.board-table th:nth-child(4) { width: 115px; }
.board-table th:nth-child(5) { width: 150px; }
.board-table th:nth-child(6) { width: 100px; }
.board-table th:nth-child(7) { width: 92px; }
.board-table th:nth-child(8) { width: 90px; }

.board-table tr:hover td {
  background: #faf9f6;
}

.student-cell {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 0.55rem;
  padding: 0;
  text-align: left;
}

.student-cell:hover strong {
  text-decoration: underline;
}

.student-avatar {
  align-items: center;
  background: var(--treble-green);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.52rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.student-cell strong,
.student-cell small {
  display: block;
}

.student-cell strong { font-size: 0.69rem; }
.student-cell small { color: #837e75; font-size: 0.54rem; margin-top: 0.1rem; }

.owner-cell {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}

.owner-dot {
  align-items: center;
  background: var(--treble-purple);
  border-radius: 50%;
  display: flex;
  font-size: 0.46rem;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.status-select {
  appearance: none;
  background: var(--status-bg, var(--treble-neutral));
  border: 0;
  color: var(--status-color, var(--ink));
  cursor: pointer;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.5rem;
  padding: 0.45rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.date-cell.overdue {
  color: var(--mid-red);
  font-weight: 700;
}

.probability {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.probability i {
  background: #dedbd4;
  display: block;
  height: 5px;
  width: 42px;
}

.probability i span {
  background: var(--mid-green);
  display: block;
  height: 100%;
}

.board-summary {
  align-items: center;
  background: #f0eee9;
  display: grid;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.53rem;
  gap: 1rem;
  grid-template-columns: 1fr auto auto;
  padding: 0.75rem 1rem;
}

.board-summary strong {
  font-family: "TT Fors", sans-serif;
  font-size: 0.78rem;
}

.kanban-board {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  min-width: 900px;
}

.kanban-column {
  background: #eae8e2;
  border-top: 4px solid var(--column-color);
  min-height: 430px;
  padding: 0.7rem;
}

.kanban-column-head {
  align-items: center;
  display: flex;
  font-size: 0.65rem;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.kanban-column-head span:last-child {
  background: #fff;
  border-radius: 10px;
  font-size: 0.54rem;
  padding: 0.15rem 0.35rem;
}

.kanban-card {
  background: #fff;
  border: 1px solid #d8d4cb;
  cursor: pointer;
  margin-bottom: 0.55rem;
  padding: 0.75rem;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.kanban-card:hover {
  box-shadow: 4px 4px 0 var(--column-color);
  transform: translate(-2px, -2px);
}

.kanban-card > strong,
.kanban-card > small {
  display: block;
}

.kanban-card > strong { font-size: 0.75rem; }
.kanban-card > small { color: #77736b; font-size: 0.58rem; margin-top: 0.2rem; }
.kanban-card-meta { display: flex; font-size: 0.55rem; justify-content: space-between; margin-top: 0.85rem; }

.dashboard-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 1.6rem;
}

.dash-card {
  background: #fff;
  border: 1px solid #d5d1c8;
  min-height: 160px;
  padding: 1rem;
}

.dash-card.metric { grid-column: span 3; }
.dash-card.wide { grid-column: span 8; min-height: 330px; }
.dash-card.side { grid-column: span 4; min-height: 330px; }
.dash-card.half { grid-column: span 6; min-height: 280px; }

.dash-label {
  color: #77736b;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.54rem;
  text-transform: uppercase;
}

.dash-value {
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0.8rem 0 0.35rem;
}

.dash-change {
  color: #526109;
  font-size: 0.62rem;
}

.chart-bars {
  align-items: end;
  border-bottom: 1px solid #d5d1c8;
  display: flex;
  gap: 5%;
  height: 215px;
  margin-top: 1.2rem;
  padding: 0 1rem;
}

.chart-bars span {
  background: var(--mid-green);
  flex: 1;
  height: var(--height);
  max-width: 56px;
  position: relative;
}

.chart-bars span:nth-child(2n) { background: var(--mid-purple); }
.chart-bars span::after {
  bottom: -22px;
  content: attr(data-label);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.48rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.funnel {
  display: grid;
  gap: 0.4rem;
  margin-top: 1.4rem;
}

.funnel div {
  background: var(--mid-purple);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.54rem;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  width: var(--width);
}

.funnel div:nth-child(2) { background: var(--mid-blue); }
.funnel div:nth-child(3) { background: var(--mid-orange); }
.funnel div:nth-child(4) { background: var(--mid-green); }

.activity-list,
.automation-list,
.calendar-list {
  display: grid;
  gap: 0;
  margin-top: 1rem;
}

.activity-row,
.calendar-row {
  align-items: center;
  border-top: 1px solid #e3e0d9;
  display: grid;
  font-size: 0.65rem;
  gap: 0.8rem;
  grid-template-columns: 28px 1fr auto;
  padding: 0.7rem 0;
}

.activity-row > span:first-child {
  align-items: center;
  background: var(--treble-green);
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
}

.activity-row small { color: #7f7a71; }

.placeholder-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.5rem;
}

.campaign-card,
.form-card,
.automation-card {
  background: #fff;
  border: 1px solid #d5d1c8;
  min-height: 190px;
  padding: 1rem;
}

.campaign-card {
  border-top: 5px solid var(--campaign-color);
}

.campaign-card h3,
.form-card h3,
.automation-card h3 { font-size: 1.2rem; margin: 1rem 0 0.35rem; }
.campaign-card p,
.form-card p,
.automation-card p { color: #716d65; font-size: 0.68rem; line-height: 1.4; }
.campaign-meta { display: flex; font-size: 0.58rem; justify-content: space-between; margin-top: 1.5rem; }

.calendar-list {
  background: #fff;
  border: 1px solid #d5d1c8;
  margin-top: 1.4rem;
  padding: 0 1rem;
}

.calendar-row {
  grid-template-columns: 75px 12px 1fr auto;
  min-height: 70px;
}

.calendar-row > span:first-child { font-family: "Maison Neue Mono", monospace; font-size: 0.58rem; }
.calendar-row .event-dot { background: var(--event-color); border-radius: 50%; height: 9px; width: 9px; }
.calendar-row strong, .calendar-row small { display: block; }
.calendar-row small { color: #77736b; margin-top: 0.2rem; }

.form-preview {
  background: var(--mid-green);
  border: 1px solid var(--ink);
  margin-top: 1.4rem;
  padding: 2rem;
}

.form-preview-inner {
  background: #fff;
  border: 1px solid var(--ink);
  margin: auto;
  max-width: 620px;
  padding: 1.5rem;
}

.form-preview-inner h3 { font-size: 2rem; letter-spacing: -0.04em; margin: 1rem 0; }
.fake-field { border-bottom: 1px solid #bbb6ac; color: #8a857b; font-size: 0.68rem; padding: 0.9rem 0; }

.automation-card {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  min-height: 130px;
}

.automation-card h3 { margin: 0; }
.automation-card p { margin: 0.4rem 0 0; }

.switch {
  background: #ccc8bf;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  height: 26px;
  padding: 3px;
  transition: background 160ms ease;
  width: 46px;
}

.switch::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  transition: transform 160ms ease;
  width: 20px;
}

.switch.on { background: var(--mid-green); }
.switch.on::after { transform: translateX(20px); }

/* Dialogs and feedback */
.modal {
  background: var(--bass-neutral);
  border: 1px solid var(--treble-neutral);
  box-shadow: 16px 16px 0 var(--mid-red);
  color: var(--treble-neutral);
  max-width: 560px;
  padding: clamp(1.6rem, 4vw, 3rem);
  width: calc(100% - 2rem);
}

.modal::backdrop {
  backdrop-filter: blur(7px);
  background: rgba(28, 3, 40, 0.72);
}

.modal-close {
  background: none;
  border: 1px solid rgba(237, 237, 237, 0.35);
  color: inherit;
  cursor: pointer;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 34px;
}

.modal-brand {
  align-items: center;
  display: flex;
  font-size: 0.62rem;
  gap: 0.8rem;
}

.modal-brand img {
  filter: brightness(0) invert(1);
  height: 38px;
  object-fit: contain;
  width: 30px;
}

.modal h2 {
  font-size: clamp(2.7rem, 7vw, 4.4rem);
  margin-top: 2rem;
}

.modal > p {
  line-height: 1.4;
}

.modal form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.form-error {
  background: rgba(255, 81, 57, 0.16);
  border-left: 3px solid var(--mid-red);
  color: #ffd2d5;
  font-size: 0.68rem;
  margin: 0;
  padding: 0.7rem;
}

.password-note { color: var(--treble-neutral); font-size: 0.58rem; opacity: 0.62; }
.team-modal, .reset-modal { max-width: 720px; }
.team-modal > .mono, .reset-modal > .mono { color: var(--mid-green); font-size: 0.62rem; }

.modal label {
  display: grid;
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.58rem;
  gap: 0.45rem;
}

.modal input,
.modal select,
.modal textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(237, 237, 237, 0.35);
  color: var(--treble-neutral);
  min-height: 46px;
  outline: 0;
  padding: 0.7rem;
}

.modal select option { color: var(--ink); }
.modal > small { display: block; margin-top: 1.1rem; opacity: 0.55; }

.lead-modal {
  max-width: 720px;
}

.lead-modal > .mono {
  color: var(--mid-green);
  font-size: 0.62rem;
}

.form-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr;
}

.lead-drawer {
  background: #fff;
  border-left: 1px solid #cbc7bd;
  box-shadow: -15px 0 40px rgba(37, 33, 27, 0.15);
  height: 100vh;
  overflow: auto;
  padding: 1.4rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 240ms var(--ease);
  width: min(430px, 92vw);
  z-index: 50;
}

.lead-drawer.open { transform: translateX(0); }
.drawer-close { background: none; border: 1px solid #ccc8bf; cursor: pointer; height: 34px; width: 34px; }
.drawer-head { align-items: start; display: flex; justify-content: space-between; }
.drawer-person { align-items: center; display: flex; gap: 0.8rem; margin-top: 2rem; }
.drawer-person .student-avatar { height: 48px; width: 48px; }
.drawer-person h2 { font-size: 1.65rem; margin: 0; }
.drawer-person p { color: #77736b; font-size: 0.68rem; margin: 0.2rem 0 0; }
.drawer-section { border-top: 1px solid #dedbd4; margin-top: 1.5rem; padding-top: 1rem; }
.drawer-section > label { display: grid; font-family: "Maison Neue Mono", monospace; font-size: 0.54rem; gap: 0.4rem; margin-bottom: 0.9rem; }
.drawer-section input, .drawer-section select, .drawer-section textarea { border: 1px solid #d5d1c8; min-height: 40px; padding: 0.6rem; width: 100%; }
.drawer-section textarea { min-height: 110px; resize: vertical; }
.drawer-timeline { display: grid; gap: 0.75rem; }
.drawer-event { border-left: 2px solid var(--mid-purple); font-size: 0.68rem; padding-left: 0.75rem; }
.drawer-event small { color: #77736b; display: block; margin-top: 0.2rem; }

.toast {
  background: var(--bass-neutral);
  border-left: 5px solid var(--mid-green);
  bottom: 1.2rem;
  color: var(--treble-neutral);
  font-family: "Maison Neue Mono", monospace;
  font-size: 0.65rem;
  opacity: 0;
  padding: 0.85rem 1rem;
  pointer-events: none;
  position: fixed;
  right: 1.2rem;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 100;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy { max-width: 780px; }
  .hero-product { margin: 7rem auto 2rem; max-width: 850px; transform: none; width: 94%; }
  .soundscape-one { clip-path: polygon(35% 38%, 100% 24%, 100% 100%, 18% 100%); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: span 2; }
  .workflow-section { grid-template-columns: 1fr; }
  .soundscape-two { clip-path: polygon(0 55%, 100% 42%, 100% 100%, 0 100%); }
  .results-grid { grid-template-columns: 1fr; }
  .workspace { grid-template-columns: 60px 220px minmax(0, 1fr); }
  .app-content { padding: 1.2rem; }
}

@media (max-width: 820px) {
  .site-nav { grid-template-columns: 1fr auto; height: 72px; padding: 0 1rem; }
  .brand-lockup { height: 46px; width: 145px; }
  .mobile-menu { display: grid; gap: 5px; height: 38px; place-content: center; width: 38px; }
  .mobile-menu span { background: var(--ink); display: block; height: 2px; width: 22px; }
  .site-links { background: var(--mid-green); border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); display: none; flex-direction: column; grid-column: 1 / -1; left: 0; padding: 1.4rem; position: absolute; top: 72px; width: 100%; }
  .site-links.open { display: flex; }
  .site-actions { display: none; }
  .hero-section { min-height: auto; padding: 5rem 1rem 4rem; }
  .hero-copy h1 { font-size: clamp(3.3rem, 15vw, 6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-product { margin-top: 5rem; width: 100%; }
  .product-window { transform: none; }
  .preview-shell { grid-template-columns: 75px minmax(0, 1fr); }
  .preview-side { padding: 1rem 0.4rem; }
  .preview-nav { font-size: 0.55rem; padding: 0.5rem 0.25rem; }
  .preview-main { overflow: hidden; padding: 0.85rem; }
  .mini-table { transform-origin: top left; width: 620px; }
  .floating-note { display: none; }
  .platform-section, .results-section { padding: 5rem 1rem; }
  .platform-heading { align-items: start; grid-template-columns: 1fr; }
  .platform-heading h2, .workflow-copy h2, .results-copy h2, .final-cta h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { grid-column: auto; min-height: 520px; }
  .workflow-section { padding: 5rem 1rem; }
  .metric-main { grid-template-columns: 1fr; }
  .ring { justify-self: end; }
  .site-footer { grid-template-columns: 1fr; padding: 2rem 1rem; }
  .site-footer > div { align-items: start; flex-direction: column; }

  .workspace { grid-template-columns: 54px minmax(0, 1fr); }
  .app-rail { grid-column: 1; }
  .app-sidebar { bottom: 0; box-shadow: 10px 0 35px rgba(0,0,0,.2); left: 54px; position: fixed; top: 0; transform: translateX(-110%); transition: transform 220ms var(--ease); width: 245px; z-index: 20; }
  .app-sidebar.open { transform: translateX(0); }
  .app-main { grid-column: 2; min-width: 0; }
  .sidebar-toggle { display: block; }
  .breadcrumbs span, .breadcrumbs b { display: none; }
  .top-search { width: min(44vw, 280px); }
  .view-header { align-items: start; gap: 1rem; }
  .view-actions { flex-wrap: wrap; justify-content: end; }
  .board-toolbar { flex-wrap: wrap; }
  .board-count { width: 100%; }
  .placeholder-grid { grid-template-columns: 1fr; }
  .dash-card.metric { grid-column: span 6; }
  .dash-card.wide, .dash-card.side, .dash-card.half { grid-column: span 12; }
  .admin-grid { grid-template-columns: 1fr; }
  .outreach-command-grid { grid-template-columns: 1fr; }
  .outreach-tabs > span { display: none; }
}

@media (max-width: 560px) {
  .hero-product { margin-left: -0.6rem; width: calc(100% + 1.2rem); }
  .product-window { box-shadow: 6px 7px 0 var(--mid-green); }
  .preview-shell { grid-template-columns: 1fr; }
  .preview-side { display: none; }
  .preview-title-row { align-items: start; gap: 0.5rem; }
  .preview-title-row strong { font-size: 1.1rem; }
  .mini-table { transform: scale(0.67); margin-bottom: -105px; }
  .hero-caption { display: none; }
  .hero-proof { align-items: start; }
  .feature-card { padding: 1rem; }
  .kanban-demo { grid-template-columns: 1fr; }
  .workflow-stats { grid-template-columns: 1fr; }
  .metric-panel { padding: 1rem; }
  .metric-main strong { font-size: 3.2rem; }
  .final-cta { min-height: 620px; padding: 6rem 1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .modal { box-shadow: 8px 8px 0 var(--mid-red); }
  .workspace { grid-template-columns: 46px minmax(0, 1fr); }
  .app-rail { padding-top: 0.5rem; }
  .rail-brand { height: 38px; width: 38px; }
  .rail-button, .profile-button { height: 34px; width: 34px; }
  .app-sidebar { left: 46px; }
  .app-topbar { gap: 0.25rem; padding: 0 0.55rem; }
  .top-search { display: none; }
  .app-content { padding: 1rem 0.75rem; }
  .view-header { display: block; }
  .view-actions { justify-content: start; margin-top: 1rem; }
  .view-actions .app-button:not(.primary) { display: none; }
  .view-tabs { gap: 1rem; overflow-x: auto; }
  .board-search { width: 100%; }
  .filter-pill { flex: 1; }
  .dash-card.metric { grid-column: span 12; }
  .access-metrics { grid-template-columns: 1fr; }
  .access-metrics article { min-height: 125px; }
  .panel-title { align-items: start; flex-direction: column; gap: 0.7rem; }
  .outreach-metrics { grid-template-columns: 1fr 1fr; }
  .outreach-tabs { gap: 0.8rem; overflow-x: auto; }
  .outreach-tabs button { white-space: nowrap; }
  .outreach-filterbar { align-items: stretch; flex-direction: column; }
  .outreach-filterbar label { flex: none; min-width: 0; }
  .worklist-row { grid-template-columns: 34px minmax(0, 1fr); }
  .worklist-row .stage-chip, .worklist-row time { display: none; }
  .integrity-note { grid-template-columns: 1fr; }
  .followup-list > button { grid-template-columns: 64px 1fr; }
  .followup-list > button > span:nth-child(3), .followup-list > button > b { display: none; }
  .potential-strip { grid-template-columns: repeat(3, 1fr); }
  .outreach-fields { grid-template-columns: 1fr; }
  .outreach-fields label:nth-last-child(-n+2) { grid-column: auto; }
}

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