@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");

@font-face {
  font-family: "Notae Sans";
  src: url("/fonts/NotaeSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Notae Sans";
  src: url("/fonts/NotaeSans-Italic-Variable.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color: #121826;
  background: #f6f2e9;
  font-family: "Notae Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --ink: #121826;
  --muted: #626570;
  --paper: #f6f2e9;
  --paper-light: #fffdf7;
  --teal: #1195a7;
  --coral: #ed5b45;
  --yellow: #e8b52e;
  --line: rgba(18, 24, 38, 0.18);
  --shadow: 0 22px 60px rgba(18, 24, 38, 0.18);
  --content: min(1180px, calc(100% - 48px));
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

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

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

body,
button,
input,
select,
textarea {
  font-family: inherit;
  letter-spacing: 0;
}

button,
input,
select {
  font-size: inherit;
}

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

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

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

button,
summary {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 0;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.site-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 233, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 1.9rem;
  font-weight: 800;
}

.brand img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(18, 24, 38, 0.2);
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #30333c;
  font-size: 0.92rem;
  font-weight: 700;
}

.topbar nav a,
.text-button,
.footer-links a {
  position: relative;
}

.topbar nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  background: var(--coral);
  transition: right 160ms ease;
}

.topbar nav a:hover::after,
.footer-links a:hover::after {
  right: 0;
}

.nav-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  box-shadow: 0 5px 0 rgba(18, 24, 38, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-cta {
  min-height: 44px;
  padding: 0 17px;
  font-size: 0.9rem;
  box-shadow: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 9px;
}

.nav-signin {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-signin:hover {
  color: #fff;
  background: var(--ink);
  transform: translateY(-2px);
}

.nav-cta:hover,
.primary-button:hover {
  transform: translateY(-2px);
  background: var(--coral);
  box-shadow: 0 7px 0 rgba(18, 24, 38, 0.14);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  padding: 104px 24px 0;
  overflow: hidden;
  background: var(--paper);
}

.hero-copy-block {
  position: relative;
  z-index: 6;
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  max-width: 940px;
  margin: 0 auto;
  font-size: 5.8rem;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 span {
  position: relative;
  display: inline-block;
  font-family: "Permanent Marker", "Notae Sans", sans-serif;
  font-size: 0.88em;
  font-weight: 400;
  transform: rotate(-2deg);
}

.hero h1 span::after {
  content: "";
  position: absolute;
  left: -0.05em;
  right: -0.08em;
  bottom: -0.04em;
  height: 0.08em;
  background: var(--coral);
  transform: rotate(-1deg);
}

.hero-copy {
  max-width: 740px;
  margin: 30px auto 0;
  color: #464953;
  font-size: 1.18rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  color: var(--ink);
  font-weight: 800;
}

.text-button svg {
  transition: transform 160ms ease;
}

.text-button:hover svg {
  transform: translateX(4px);
}

.hero-meta {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-meta span {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.flow-stage {
  position: relative;
  z-index: 2;
  width: min(1220px, 100%);
  min-height: 770px;
  margin: 72px auto 0;
  isolation: isolate;
}

.flow-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.flow-tag {
  --x: 0px;
  --y: 0px;
  --r: 0deg;
  position: absolute;
  left: 50%;
  top: 47%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px 0 8px;
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  background: var(--paper-light);
  box-shadow: 5px 6px 0 rgba(18, 24, 38, 0.1);
  opacity: calc(1 - var(--flow));
  transform: translate(
      calc(-50% + var(--x) * (1 - var(--flow))),
      calc(-50% + var(--y) * (1 - var(--flow)))
    ) rotate(var(--r));
  transition: transform 100ms linear, opacity 100ms linear;
  white-space: nowrap;
}

.flow-tag span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
}

.flow-tag strong {
  font-size: 0.88rem;
}

.raw-takes { --x: -490px; --y: -230px; --r: -3deg; }
.story-notes { --x: 470px; --y: -220px; --r: 2deg; }
.transcript { --x: -500px; --y: 230px; --r: 2deg; }
.social-cuts { --x: 500px; --y: 220px; --r: -2deg; }

.story-notes span { background: #f0a999; }
.transcript span { background: #9bd7dd; }
.social-cuts span { color: #fff; background: #3474dd; }

.product-window {
  position: absolute;
  left: 50%;
  top: 58px;
  z-index: 4;
  width: min(900px, 78%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #090d16;
  box-shadow: var(--shadow), 0 0 0 1px rgba(18, 24, 38, 0.86);
  transform: translateX(-50%);
}

.product-window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.62);
  background: #121722;
  font-size: 0.75rem;
}

.product-window-bar > span:first-of-type {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.product-window-bar > span:last-child {
  justify-self: end;
}

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

.window-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed5b45;
}

.window-dots span:nth-child(2) { background: #e8b52e; }
.window-dots span:nth-child(3) { background: #13a36d; }

.product-window img {
  width: 100%;
  height: auto;
}

.delivery-strip {
  position: absolute;
  left: 50%;
  bottom: 25px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(820px, 76%);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper-light);
  box-shadow: 8px 10px 0 rgba(18, 24, 38, 0.12);
  transform: translateX(-50%);
}

.delivery-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 54px;
  padding: 0 10px;
  color: #30333c;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.delivery-strip span + span {
  border-left: 1px solid var(--line);
}

.delivery-strip svg {
  color: var(--teal);
  flex: 0 0 auto;
}

.workflow-steps {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: var(--content);
  margin: 0 auto;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.workflow-steps > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  padding: 32px 28px;
}

.workflow-steps > div + div {
  border-left: 1px solid var(--ink);
}

.workflow-steps span {
  grid-row: 1 / span 2;
  font-family: "Permanent Marker", "Notae Sans", sans-serif;
  color: var(--coral);
  font-size: 1.4rem;
}

.workflow-steps strong {
  font-size: 1.1rem;
}

.workflow-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.workspace-section,
.audience-section,
.faq-section {
  width: var(--content);
  margin: 0 auto;
  padding: 116px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading h2,
.film-copy h2,
.pricing-copy h2,
.trial-copy h2 {
  font-size: 4.2rem;
  line-height: 1;
  text-wrap: balance;
}

.section-heading > p:last-child,
.film-copy > p:last-child,
.pricing-copy > p:last-child,
.trial-copy > p:last-of-type {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.workspace-tabs {
  display: flex;
  align-items: stretch;
  gap: 2px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}

.workspace-tabs button {
  position: relative;
  display: inline-flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 16px;
  border: 0;
  border-bottom: 4px solid transparent;
  color: #6d7079;
  background: transparent;
  font-weight: 800;
}

.workspace-tabs button:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
}

.workspace-tabs button.active {
  color: var(--ink);
  border-bottom-color: var(--tab-accent);
}

.workspace-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 54px;
  align-items: center;
  min-height: 600px;
  padding: 48px;
  color: #fff;
  background: var(--ink);
}

.workspace-visual {
  margin: 0;
}

.workspace-visual img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.3);
}

.workspace-visual figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
}

.workspace-visual figcaption svg {
  color: var(--accent);
}

.workspace-copy {
  max-width: 500px;
}

.workspace-kicker {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.workspace-copy h3 {
  font-size: 2.8rem;
  line-height: 1.05;
  text-wrap: balance;
}

.workspace-copy > p:not(.workspace-kicker) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.workspace-copy ul,
.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.workspace-copy li,
.pricing-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.workspace-copy li svg,
.pricing-card li svg {
  margin-top: 2px;
  color: var(--accent, var(--teal));
}

.easy-note {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-top: 28px;
  padding: 17px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.55;
}

.easy-note svg {
  color: var(--accent);
}

.film-section {
  padding: 112px max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: #090d15;
}

.film-copy {
  max-width: 840px;
  margin-bottom: 50px;
}

.film-copy .eyebrow {
  color: var(--yellow);
}

.film-copy > p:last-child {
  color: rgba(255, 255, 255, 0.65);
}

.film-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
}

.film-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.film-label {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  color: #fff;
  background: rgba(9, 13, 21, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  pointer-events: none;
}

.audience-section .section-heading {
  margin-bottom: 62px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.audience-grid article {
  padding: 42px 42px 46px 0;
}

.audience-grid article + article {
  padding-right: 0;
  padding-left: 42px;
  border-left: 1px solid var(--ink);
}

.audience-grid span {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-grid h3 {
  margin-top: 18px;
  font-size: 2rem;
  line-height: 1.12;
  text-wrap: balance;
}

.audience-grid p {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.7fr);
  gap: 72px;
  align-items: center;
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
  background: #e6f0ef;
}

.pricing-copy {
  max-width: 650px;
}

.pricing-card {
  padding: 34px;
  border: 1.5px solid var(--ink);
  border-radius: 7px;
  background: var(--paper-light);
  box-shadow: 10px 12px 0 rgba(18, 24, 38, 0.1);
}

.pricing-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 34px 0 28px;
}

.price strong {
  font-size: 5rem;
  line-height: 0.82;
}

.price span {
  padding-bottom: 2px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.full-width {
  width: 100%;
  margin-top: 30px;
}

.mac-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.trial-band {
  padding: 116px 24px;
  color: #fff;
  background: var(--ink);
}

.trial-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1fr);
  gap: 70px;
  align-items: start;
  width: var(--content);
  margin: 0 auto;
}

.trial-copy {
  position: sticky;
  top: 110px;
}

.trial-copy .eyebrow {
  color: var(--yellow);
}

.trial-copy > p:last-of-type {
  color: rgba(255, 255, 255, 0.66);
}

.trial-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
  font-weight: 700;
}

.trial-note svg {
  color: var(--teal);
}

.trial-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  padding: 32px;
  border-radius: 7px;
  color: var(--ink);
  background: var(--paper-light);
}

.trial-form label {
  display: grid;
  gap: 8px;
  color: #3c3f48;
  font-size: 0.84rem;
  font-weight: 800;
}

.trial-form input,
.trial-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 1.5px solid rgba(18, 24, 38, 0.24);
  border-radius: 5px;
  color: var(--ink);
  background: #fff;
}

.trial-form input::placeholder {
  color: #8c8e96;
}

.trial-form input:focus,
.trial-form select:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(17, 149, 167, 0.17);
}

.wide-field,
.submit-button,
.form-message {
  grid-column: 1 / -1;
}

.submit-button {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
}

.submit-button:disabled {
  cursor: progress;
  opacity: 0.68;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.form-message.success { color: #08764d; }
.form-message.error { color: #a03333; }
.form-message a { color: #0b6d78; font-weight: 900; text-decoration: underline; }

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(480px, 1fr);
  gap: 80px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  min-height: 72px;
  padding: 24px 34px 24px 0;
  font-weight: 800;
}

.faq-list details p {
  max-width: 680px;
  margin: -8px 0 26px;
  color: var(--muted);
  line-height: 1.7;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  width: var(--content);
  margin: 0 auto;
  padding: 34px 0 40px;
  border-top: 1px solid var(--ink);
}

.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 0.86rem;
  font-weight: 750;
}

@media (max-width: 1120px) {
  .hero h1 { font-size: 4.7rem; }
  .raw-takes { --x: -390px; }
  .story-notes { --x: 390px; }
  .transcript { --x: -410px; }
  .social-cuts { --x: 410px; }

  .workspace-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .workspace-copy { max-width: 760px; }
  .workspace-visual { max-width: 820px; }
}

@media (max-width: 880px) {
  :root { --content: min(100% - 36px, 720px); }

  .topbar {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .topbar nav { display: none; }

  .hero { padding: 82px 18px 0; }
  .hero h1 { font-size: 4rem; }
  .hero-copy { font-size: 1.05rem; }

  .flow-stage {
    min-height: 650px;
    margin-top: 56px;
  }

  .product-window {
    top: 70px;
    width: 88%;
  }

  .raw-takes { --x: -280px; --y: -220px; }
  .story-notes { --x: 280px; --y: -210px; }
  .transcript { --x: -290px; --y: 190px; }
  .social-cuts { --x: 290px; --y: 180px; }

  .delivery-strip {
    width: 86%;
    bottom: 22px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-steps > div + div {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .section-heading h2,
  .film-copy h2,
  .pricing-copy h2,
  .trial-copy h2 {
    font-size: 3.3rem;
  }

  .workspace-section,
  .audience-section,
  .faq-section { padding: 88px 0; }

  .workspace-tabs { justify-content: flex-start; }
  .workspace-tabs button { flex: 0 0 auto; }

  .workspace-panel {
    min-height: 0;
    padding: 34px;
  }

  .pricing-section,
  .trial-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .pricing-section {
    gap: 46px;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .pricing-card { max-width: 580px; }

  .trial-section { gap: 46px; }
  .trial-copy { position: static; }

  .faq-section { gap: 38px; }
  .faq-section .section-heading { margin-bottom: 0; }

  .footer {
    grid-template-columns: 1fr auto;
  }

  .footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  .footer-links { grid-column: 2; grid-row: 1; }
}

@media (max-width: 620px) {
  :root { --content: calc(100% - 30px); }

  .topbar { min-height: 70px; padding: 0 15px; }
  .brand { font-size: 1.55rem; }
  .brand img { width: 28px; height: 28px; }
  .nav-actions { gap: 6px; }
  .nav-signin { min-height: 40px; padding: 0 10px; font-size: 0.78rem; }
  .nav-cta { min-height: 40px; padding: 0 12px; font-size: 0.78rem; }

  .hero { padding-top: 64px; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: 3.15rem; line-height: 1.02; }
  .hero-copy { margin-top: 24px; font-size: 1rem; }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 26px;
  }

  .hero-actions .primary-button { width: 100%; }
  .text-button { justify-content: center; }
  .hero-meta { flex-wrap: wrap; gap: 10px; }
  .hero-meta span { padding-left: 10px; }

  .flow-stage {
    min-height: 490px;
    margin-top: 48px;
  }

  .product-window {
    top: 92px;
    width: 100%;
  }

  .product-window-bar {
    grid-template-columns: 1fr 1fr;
    min-height: 40px;
    padding: 0 10px;
  }

  .window-dots { display: none; }
  .product-window-bar > span:first-of-type { justify-self: start; }
  .product-window-bar > span:last-child { justify-self: end; }

  .raw-takes { --x: -94px; --y: -190px; }
  .story-notes { --x: 94px; --y: -190px; }
  .transcript,
  .social-cuts { display: none; }

  .flow-tag {
    min-height: 38px;
    padding-right: 10px;
    gap: 7px;
  }

  .flow-tag span { width: 24px; height: 24px; font-size: 0.62rem; }
  .flow-tag strong { font-size: 0.72rem; }

  .delivery-strip {
    bottom: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .delivery-strip span {
    min-height: 44px;
    font-size: 0.7rem;
  }

  .delivery-strip span:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .delivery-strip span:nth-child(4) { border-top: 1px solid var(--line); }

  .workflow-steps > div { padding: 24px 18px; }

  .workspace-section,
  .audience-section,
  .faq-section { padding: 76px 0; }

  .section-heading { margin-bottom: 38px; }
  .section-heading h2,
  .film-copy h2,
  .pricing-copy h2,
  .trial-copy h2 { font-size: 2.65rem; }

  .section-heading > p:last-child,
  .film-copy > p:last-child,
  .pricing-copy > p:last-child,
  .trial-copy > p:last-of-type { font-size: 0.98rem; }

  .workspace-tabs button {
    min-height: 52px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .workspace-panel { padding: 22px; gap: 28px; }
  .workspace-copy h3 { font-size: 2.1rem; }

  .film-section { padding: 76px 15px; }
  .film-copy { margin-bottom: 34px; }
  .film-label { top: 10px; left: 10px; min-height: 32px; }

  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article,
  .audience-grid article + article { padding: 30px 0; }
  .audience-grid article + article { border-top: 1px solid var(--ink); border-left: 0; }
  .audience-grid h3 { font-size: 1.65rem; }

  .pricing-section { padding: 76px 15px; }
  .pricing-card { padding: 26px 22px; }
  .pricing-topline { align-items: flex-start; }
  .price strong { font-size: 4.3rem; }

  .trial-band { padding: 76px 15px; }
  .trial-form { grid-template-columns: 1fr; padding: 22px; }
  .trial-form label,
  .wide-field,
  .submit-button,
  .form-message { grid-column: 1; }

  .faq-list summary { padding-right: 18px; }

  .footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0 34px;
  }

  .footer p { grid-column: 1; grid-row: auto; }
  .footer-links { grid-column: 1; grid-row: auto; justify-content: flex-start; flex-wrap: wrap; }
}

.contact-shell { min-height: 100vh; }
.contact-main { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: clamp(56px, 8vw, 120px); width: var(--content); min-height: calc(100vh - 170px); align-items: start; padding: 90px 0 110px; }
.contact-intro { position: sticky; top: 118px; padding-top: 18px; }
.contact-intro .eyebrow { margin-bottom: 22px; }
.contact-intro h1 { max-width: 650px; font-size: clamp(3.5rem, 6vw, 6.2rem); line-height: .92; text-wrap: balance; }
.contact-intro > p:not(.eyebrow) { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.contact-intro .contact-app-context { width: max-content; max-width: 100%; padding: 9px 12px; border: 1px solid rgba(17, 149, 167, .28); border-radius: 6px; color: #075d68; background: rgba(17, 149, 167, .08); font-size: .82rem; font-weight: 800; }
.contact-intro .contact-fallback { font-size: .9rem; }
.contact-fallback a { color: #087a89; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.contact-form-panel { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: 12px; background: var(--paper-light); box-shadow: 0 20px 52px rgba(18, 24, 38, .1); }
.contact-form { display: grid; gap: 23px; }
.contact-form label { display: grid; gap: 8px; color: #343741; font-size: .82rem; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #bab8b0; border-radius: 7px; color: var(--ink); background: #fff; font: inherit; font-weight: 560; transition: border-color 150ms ease, box-shadow 150ms ease; }
.contact-form input, .contact-form select { min-height: 48px; padding: 0 13px; }
.contact-form textarea { min-height: 190px; padding: 13px; line-height: 1.5; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); outline: 0; box-shadow: 0 0 0 3px rgba(17, 149, 167, .14); }
.contact-person-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-privacy-note { margin: -4px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.contact-submit { border: 0; }
.contact-submit:disabled { cursor: wait; opacity: .68; }
.contact-status { min-height: 1.2em; color: var(--muted); font-size: .78rem; }
.contact-success { display: grid; min-height: 410px; align-content: center; justify-items: start; gap: 24px; }
.contact-success > svg { color: var(--teal); }
.contact-success h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.contact-success p { margin: 12px 0 0; color: var(--muted); line-height: 1.55; }

@media (max-width: 820px) {
  .contact-main { grid-template-columns: 1fr; gap: 44px; padding-top: 58px; }
  .contact-intro { position: static; padding-top: 0; }
}

@media (max-width: 620px) {
  .contact-main { width: calc(100% - 30px); padding: 46px 0 76px; }
  .contact-intro h1 { font-size: 3.35rem; }
  .contact-form-panel { padding: 24px 20px; }
  .contact-person-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .flow-tag,
  .nav-cta,
  .nav-signin,
  .primary-button,
  .text-button svg,
  .topbar nav a::after,
  .footer-links a::after { transition: none; }
}

/* Billing and subscriber administration */
.trial-start-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.trial-start-card h3 { font-size: 1.75rem; }
.trial-start-card > p:not(.form-message) { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.6; }
.trial-start-card .submit-button { width: 100%; max-width: 370px; margin-top: 8px; }
.trial-start-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; color: #fff; background: var(--ink); }

.billing-shell { min-height: 100vh; background: var(--paper); color: var(--ink); }
.billing-header { display: flex; min-height: 78px; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(246, 242, 233, .94); }
.billing-back, .quiet-button { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: transparent; font-weight: 800; }
.billing-back:hover, .quiet-button:hover { border-color: var(--ink); background: var(--paper-light); }
.billing-main { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 82px 0 104px; }
.billing-card { padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-light); box-shadow: 0 12px 36px rgba(18, 24, 38, .08); }
.loading-card { display: grid; min-height: 200px; place-items: center; color: var(--muted); }
.account-auth-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: center; gap: 80px; min-height: calc(100vh - 260px); }
.account-intro h1, .account-heading h1 { max-width: 620px; font-size: clamp(3rem, 5vw, 5.2rem); line-height: .98; text-wrap: balance; }
.account-intro h1 { margin-bottom: 24px; }
.account-intro > p { max-width: 570px; color: #464953; font-size: 1.12rem; line-height: 1.65; }
.account-benefits { display: grid; gap: 12px; margin-top: 30px; font-weight: 700; }
.account-benefits p { display: flex; align-items: center; gap: 10px; margin: 0; }
.account-benefits svg { color: var(--teal); }
.auth-card { max-width: 460px; justify-self: end; }
.auth-card h2, .billing-card h2 { margin: 20px 0 22px; font-size: 1.8rem; }
.auth-switch { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.auth-switch button { min-height: 44px; border: 0; border-bottom: 3px solid transparent; color: var(--muted); background: transparent; font-weight: 800; }
.auth-switch button.active { border-bottom-color: var(--coral); color: var(--ink); }
.account-form { display: grid; gap: 16px; }
.account-form label { display: grid; gap: 7px; color: #30333c; font-size: .88rem; font-weight: 800; }
.account-form input, .admin-toolbar select { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; }
.account-form input:disabled { color: var(--muted); background: #efede7; }
.field-help { margin: -7px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.account-form .legal-consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; margin-top: 2px; font-weight: 600; line-height: 1.45; }
.account-form .legal-consent input { width: 18px; min-height: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--teal); }
.legal-consent a, .trial-renewal-disclosure a { color: #087a89; text-decoration: underline; text-underline-offset: 2px; }
.trial-renewal-disclosure { margin: -2px 0 2px; padding: 12px 13px; border-left: 3px solid var(--teal); color: #3d414b; background: rgba(17, 149, 167, .08); font-size: .79rem; font-weight: 650; line-height: 1.5; }
.billing-legal-footer { display: flex; width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0 34px; border-top: 1px solid var(--line); align-items: center; justify-content: flex-end; gap: 22px; color: var(--muted); font-size: .8rem; }
.billing-legal-footer span { margin-right: auto; }
.billing-legal-footer a { color: var(--ink); font-weight: 750; }

/* Published legal documents */
.legal-shell { min-height: 100vh; background: var(--paper); }
.legal-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(16px); }
.legal-main { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 76px 0 108px; }
.legal-document { max-width: 780px; }
.legal-document h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .94; text-wrap: balance; }
.legal-document h2 { margin-top: 64px; padding-top: 26px; border-top: 1px solid var(--line); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; }
.legal-document h3 { margin-top: 34px; font-size: 1.2rem; line-height: 1.25; }
.legal-document p, .legal-document li { color: #3f424b; font-size: 1rem; line-height: 1.78; }
.legal-document p { margin: 18px 0 0; }
.legal-document ul { display: grid; gap: 10px; margin: 20px 0 0; padding-left: 24px; }
.legal-document a { color: #087a89; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-document .legal-metadata { display: inline-block; margin: 4px 18px 0 0; color: var(--muted); font-size: .85rem; }

@media (max-width: 620px) {
  .legal-main { width: calc(100% - 30px); padding: 54px 0 76px; }
  .legal-document h1 { font-size: 3.25rem; }
  .legal-document h2 { margin-top: 48px; }
  .billing-legal-footer { width: calc(100% - 30px); flex-wrap: wrap; justify-content: flex-start; }
  .billing-legal-footer span { width: 100%; margin-right: 0; }
}
.billing-notice, .billing-error { margin: 20px 0; padding: 13px 15px; border-radius: 7px; font-weight: 700; line-height: 1.5; }
.billing-notice { border: 1px solid rgba(17, 149, 167, .35); color: #075d68; background: #e3f6f7; }
.billing-error { border: 1px solid rgba(237, 91, 69, .45); color: #912d1c; background: #fff0eb; }
.account-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.account-heading .eyebrow { margin-bottom: 16px; }
.account-heading h1 { margin-bottom: 15px; font-size: clamp(2.6rem, 4vw, 4.3rem); }
.account-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.account-workspace { display: grid; grid-template-columns: 236px minmax(0, 1fr); align-items: start; gap: 64px; }
.account-menu { position: sticky; top: 28px; display: grid; gap: 28px; padding-right: 28px; border-right: 1px solid var(--line); }
.account-menu-identity { display: flex; min-width: 0; align-items: center; gap: 12px; }
.account-menu-identity div { display: grid; min-width: 0; gap: 3px; }
.account-menu-identity strong { font-size: .92rem; }
.account-menu-identity span:not(.account-avatar) { overflow: hidden; color: var(--muted); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.account-avatar { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: .9rem; font-weight: 900; }
.account-menu nav { display: grid; gap: 4px; }
.account-menu nav a, .account-menu-signout { display: flex; min-height: 42px; align-items: center; gap: 10px; padding: 0 10px; border: 0; border-radius: 6px; color: #464953; background: transparent; font: inherit; font-size: .86rem; font-weight: 800; text-align: left; }
.account-menu nav a:first-child { color: var(--ink); background: rgba(17, 149, 167, .1); }
.account-menu nav a:hover, .account-menu-signout:hover { color: var(--ink); background: var(--paper-light); }
.account-menu-signout { width: 100%; border-top: 1px solid var(--line); border-radius: 0; color: var(--muted); }
.account-content { min-width: 0; }
.account-heading-compact { align-items: center; }
.account-heading-compact h1 { font-size: clamp(2.6rem, 4vw, 4rem); }
.account-heading-compact > .subscription-status { flex: 0 0 auto; }
.subscription-status.unavailable { color: #912d1c; background: #ffe1d8; }
.account-section { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 34px 0; border-top: 1px solid var(--line); }
.account-section h2 { margin: 4px 0 9px; font-size: 1.75rem; }
.account-section p:last-child { max-width: 610px; margin: 0; color: var(--muted); line-height: 1.55; }
.account-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.account-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: start; gap: 24px; }
.card-kicker { margin-bottom: 8px; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.subscription-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.subscription-title h2 { margin: 0; }
.subscription-status { display: inline-flex; width: max-content; align-items: center; min-height: 27px; padding: 0 9px; border-radius: 99px; color: #655010; background: #f7e6aa; font-size: .76rem; font-weight: 900; text-transform: capitalize; white-space: nowrap; }
.subscription-status.active { color: #075d68; background: #d8f1f2; }
.subscription-status.trialing { color: #5b3a9a; background: #e9defd; }
.subscription-status.unlimited { color: #075d68; background: #cdebed; }
.subscription-status.free-month { color: #5b3a9a; background: #e9defd; }
.subscription-status.suspended { color: #8a5300; background: #f8e5bb; }
.subscription-status.cancelled { color: #912d1c; background: #ffe1d8; }
.subscription-status.past_due, .subscription-status.unpaid, .subscription-status.incomplete { color: #912d1c; background: #ffe1d8; }
.subscription-status.canceled, .subscription-status.none { color: #565962; background: #e8e8e6; }
.subscription-details { display: grid; gap: 14px; margin: 28px 0; }
.subscription-details div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.subscription-details dt { color: var(--muted); }
.subscription-details dd { margin: 0; font-weight: 800; text-align: right; }
.release-installer { display: grid; gap: 16px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.release-download { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.release-download > div { display: grid; gap: 4px; }
.release-download strong { font-size: .92rem; }
.release-download span { color: var(--muted); font-size: .78rem; }
.release-download .secondary-button { flex: 0 0 auto; }
.release-download .secondary-button:disabled { cursor: wait; opacity: .66; }
.release-progress { display: grid; gap: 9px; padding: 16px; border: 1px solid rgba(17, 149, 167, .3); border-radius: 8px; background: rgba(17, 149, 167, .07); }
.release-progress-heading, .release-progress-detail { display: flex; justify-content: space-between; gap: 18px; }
.release-progress-heading { color: var(--ink); font-size: .86rem; }
.release-progress-heading span { color: var(--teal); font-weight: 900; }
.release-progress-detail { color: var(--muted); font-size: .75rem; font-weight: 700; }
.release-progress-track { overflow: hidden; height: 8px; border-radius: 99px; background: rgba(17, 149, 167, .16); }
.release-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--teal); transition: width .18s ease-out; }
.release-verifying { display: flex; align-items: center; gap: 9px; margin: 0; padding: 13px 15px; border-radius: 8px; color: #075d68; background: #d8f1f2; font-size: .84rem; font-weight: 800; }
.release-download-error { display: grid; gap: 5px; padding: 14px 15px; border: 1px solid #efb5a8; border-radius: 8px; color: #762616; background: #fff1ed; font-size: .82rem; }
.release-download-error a { width: max-content; margin-top: 3px; color: inherit; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.release-install-guide { display: grid; gap: 15px; padding: 17px; border: 1px solid var(--line); border-radius: 9px; background: #f4f2ec; }
.release-install-guide.is-ready { border-color: rgba(17, 149, 167, .45); background: rgba(17, 149, 167, .08); }
.release-install-heading { display: flex; align-items: center; gap: 11px; }
.release-install-heading > div { display: grid; gap: 2px; }
.release-install-heading strong { font-size: .9rem; }
.release-install-heading span:not(.release-step-number) { color: var(--muted); font-size: .76rem; }
.release-step-number { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: .78rem; font-weight: 900; }
.release-install-guide.is-ready .release-step-number { background: var(--teal); }
.release-install-guide ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.release-install-guide li { display: grid; grid-template-columns: 23px 1fr; align-items: start; gap: 9px; color: #454851; font-size: .79rem; line-height: 1.45; }
.release-install-guide li > span { display: grid; width: 21px; height: 21px; place-items: center; border: 1px solid #bab8b0; border-radius: 50%; font-size: .66rem; font-weight: 900; }
.release-install-guide li p { margin: 0; }
.billing-help { margin: 16px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.secondary-button { display: inline-flex; width: max-content; min-height: 44px; align-items: center; justify-content: center; padding: 0 15px; border: 2px solid var(--ink); border-radius: 6px; color: var(--ink); background: transparent; font-weight: 800; }
.secondary-button:hover { color: #fff; background: var(--ink); }
.billing-security-note { display: flex; gap: 13px; max-width: 780px; margin: 42px auto 0; padding: 20px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.55; }
.billing-security-note svg { flex: 0 0 auto; color: var(--teal); }
.billing-security-note p { margin: 0; }
.admin-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.admin-metrics-users { grid-template-columns: repeat(4, 1fr); }
.admin-metrics div { display: grid; gap: 3px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper-light); }
.admin-metrics strong { font-size: 2rem; }
.admin-metrics span { color: var(--muted); font-size: .82rem; font-weight: 700; }
.admin-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 24px; }
.admin-toolbar h2 { margin: 0; }
.admin-toolbar label { display: grid; min-width: 180px; gap: 7px; font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.admin-filters { display: flex; align-items: flex-end; gap: 12px; }
.admin-filters input, .admin-filters select { min-height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font: inherit; font-weight: 600; letter-spacing: 0; text-transform: none; }
.subscriber-table-wrap { overflow-x: auto; border-top: 1px solid var(--line); }
.subscriber-table { width: 100%; border-collapse: collapse; text-align: left; font-size: .88rem; }
.subscriber-table th { padding: 14px 12px; color: var(--muted); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.subscriber-table td { padding: 16px 12px; border-top: 1px solid var(--line); vertical-align: middle; }
.subscriber-table td:first-child { min-width: 220px; }
.subscriber-table td strong, .subscriber-table td span { display: block; }
.subscriber-table td span:not(.subscription-status) { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.subscriber-table td .subscription-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.user-admin-table td:last-child { min-width: 250px; }
.admin-action-control { display: flex; align-items: center; justify-content: center; gap: 8px; }
.admin-action-control select { min-width: 160px; min-height: 36px; padding: 0 9px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; font: inherit; font-size: .78rem; font-weight: 700; }
.admin-access-button { min-height: 36px; padding: 0 11px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: transparent; font: inherit; font-size: .78rem; font-weight: 800; }
.admin-access-button:hover { border-color: var(--ink); background: var(--paper); }
.admin-access-button:disabled { cursor: wait; opacity: .58; }
.admin-protected-access { color: var(--teal) !important; font-weight: 800; }
.empty-subscribers { padding: 28px 12px; color: var(--muted); }
.admin-load-more { margin-top: 18px; }

@media (max-width: 820px) {
  .account-auth-grid, .account-grid { grid-template-columns: 1fr; gap: 35px; min-height: 0; }
  .account-workspace { grid-template-columns: 1fr; gap: 38px; }
  .account-menu { position: static; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .account-menu nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .account-menu-signout { width: max-content; border-top: 0; }
  .auth-card { width: 100%; max-width: none; justify-self: auto; }
  .account-heading { align-items: flex-start; flex-direction: column; }
  .admin-metrics { grid-template-columns: 1fr; }
  .admin-filters { width: 100%; align-items: stretch; flex-direction: column; }
  .admin-filters label, .admin-filters input, .admin-filters select { width: 100%; }
  .admin-action-control { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .billing-header { min-height: 70px; padding: 0 15px; }
  .billing-main { width: calc(100% - 30px); padding: 54px 0 76px; }
  .billing-card { padding: 24px 20px; }
  .account-intro h1, .account-heading h1 { font-size: 2.85rem; }
  .subscription-title, .admin-toolbar { align-items: flex-start; flex-direction: column; }
  .account-heading-compact, .account-section { align-items: flex-start; flex-direction: column; }
  .account-menu nav { grid-template-columns: 1fr 1fr; }
  .account-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .account-actions .primary-button, .account-actions .secondary-button { width: 100%; }
  .release-download { align-items: stretch; flex-direction: column; }
  .release-download .secondary-button { width: 100%; }
  .admin-toolbar label { width: 100%; }
}
