/* Neo-brutalist — Katib Pashto TTS */
:root {
  --bg: #fffef5;
  --ink: #0a0a0a;
  --border: 3px solid var(--ink);
  --shadow: 6px 6px 0 var(--ink);
  --shadow-lg: 10px 10px 0 var(--ink);
  --yellow: #ffe600;
  --lime: #b8ff3c;
  --pink: #ff6bcb;
  --cyan: #5ce1ff;
  --orange: #ff8c42;
  --font: "Space Grotesk", system-ui, sans-serif;
  --font-ps: "Noto Naskh Arabic", "Space Grotesk", serif;
  --radius: 0;
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  font-family: var(--font-ps);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  background-image: radial-gradient(var(--ink) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0;
  overflow-x: hidden;
}

a {
  color: inherit;
}

/* Header */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  border-bottom: var(--border);
  background: var(--yellow);
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.25rem;
}

.logo-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
  object-fit: contain;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  flex: 0 0 auto;
}

.logo-text {
  font-family: var(--font);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.nav a {
  font-family: var(--font);
  font-weight: 500;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border: 2px solid transparent;
}

.nav a:hover {
  border-color: var(--ink);
  background: #fff;
}

.nav-cta {
  background: var(--ink);
  color: var(--bg) !important;
  border: var(--border) !important;
  box-shadow: 3px 3px 0 var(--pink);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  background: #fff;
  border: var(--border);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  background: var(--ink);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  background: var(--lime);
  border-bottom: var(--border);
  font-family: var(--font);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem;
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  border: var(--border);
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s;
}

.btn:active {
  transform: translate(3px, 3px);
  box-shadow: none !important;
}

.btn-primary {
  background: var(--pink);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.btn-secondary {
  background: #fff;
  box-shadow: var(--shadow);
}

/* Hero */
.hero {
  width: 100%;
  margin: 0;
  padding: 2.25rem clamp(1rem, 3vw, 2rem) 3rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.hero-badge {
  display: inline-block;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
  background: var(--cyan);
  border: var(--border);
  box-shadow: 4px 4px 0 var(--ink);
}

.hero-badge--v1 {
  background: var(--pink);
}

.hero-title {
  margin: 0 0 1rem;
  max-width: 12ch;
  font-size: clamp(2.6rem, 8vw, 5rem);
  line-height: 1.02;
  font-weight: 700;
}

.hero-line {
  display: block;
}

.hero-accent {
  background: var(--yellow);
  display: inline-block;
  padding: 0.08em 0.2em;
  border: var(--border);
  box-shadow: var(--shadow-lg);
  margin-top: 0.12em;
}

.hero-sub {
  max-width: 36em;
  margin: 0 0 2rem;
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border: 2px solid var(--ink);
  background: var(--lime);
}

/* Sections */
.section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.75rem clamp(1rem, 3vw, 2rem);
}

.section-head {
  margin-bottom: 2rem;
}

.section-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-family: var(--font);
  font-weight: 700;
}

.section-head--ltr {
  direction: ltr;
  text-align: left;
  font-family: var(--font);
}

.section-head--ltr h2,
.section-head--ltr p {
  font-family: var(--font);
}

.label {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 0.5rem;
}

/* Waitlist */
.waitlist {
  border-top: var(--border);
  border-bottom: var(--border);
  background: var(--lime);
}

.waitlist-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: start;
  width: 100%;
}

.waitlist-intro h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
}

.waitlist-perks {
  margin: 1.25rem 0;
  padding-left: 1.25rem;
  font-family: var(--font);
  font-weight: 500;
}

.waitlist-perks li {
  margin-bottom: 0.35rem;
}

.waitlist-guide {
  margin-top: 1rem;
  padding: 1rem;
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow);
  font-family: var(--font);
}

.waitlist-guide h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.waitlist-guide ol {
  margin: 0;
  padding-left: 1.25rem;
}

.waitlist-guide li + li {
  margin-top: 0.35rem;
}

.waitlist-count {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow);
  font-family: var(--font);
}

.waitlist-count-num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.waitlist-count-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.waitlist-panel {
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow-lg);
  padding: 1.5rem;
}

.waitlist-form .form-row {
  margin-bottom: 1rem;
}

.waitlist-form label {
  display: block;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
}

.req {
  color: var(--pink);
}

.waitlist-form input,
.waitlist-form select,
.waitlist-form textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 1rem;
  padding: 0.65rem 0.75rem;
  border: var(--border);
  background: var(--bg);
}

.waitlist-form input:focus,
.waitlist-form select:focus,
.waitlist-form textarea:focus {
  outline: 3px solid var(--cyan);
  outline-offset: 0;
}

.waitlist-form textarea {
  resize: vertical;
  min-height: 4rem;
}

.form-fieldset {
  margin: 0 0 1rem;
  padding: 0.75rem;
  border: var(--border);
  background: var(--yellow);
}

.form-fieldset legend {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0 0.25rem;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.check-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}

.check-label input {
  width: auto;
  accent-color: var(--ink);
}

.btn-block {
  width: 100%;
  text-align: center;
}

.form-fine {
  margin: 0.75rem 0 0;
  font-family: var(--font);
  font-size: 0.75rem;
  opacity: 0.75;
  text-align: center;
}

.waitlist-form.is-loading .btn-block {
  opacity: 0.6;
  pointer-events: none;
}

.waitlist-form.is-loading input,
.waitlist-form.is-loading select,
.waitlist-form.is-loading textarea,
.waitlist-form input:disabled,
.waitlist-form select:disabled,
.waitlist-form textarea:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.waitlist-form.is-error input[type="email"] {
  outline: 3px solid var(--orange);
}

/* Skip link for keyboard users */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--bg);
  font-family: var(--font);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  outline: 3px solid var(--cyan);
}

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

  .btn,
  .voice-play {
    transition: none;
  }

  .voice-play.is-playing,
  .voice-play--missing {
    animation: none;
  }
}

.waitlist-success {
  text-align: center;
  padding: 1rem 0;
}

.waitlist-success[hidden] {
  display: none;
}

.success-icon {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  font-weight: 700;
  background: var(--lime);
  border: var(--border);
  border-radius: 50%;
  box-shadow: var(--shadow);
  margin-bottom: 1rem;
}

.waitlist-success h3 {
  font-family: var(--font);
  font-size: 1.75rem;
  margin: 0 0 0.5rem;
}

.success-email {
  font-family: var(--font);
  font-weight: 700;
  margin: 1rem 0;
  padding: 0.5rem;
  background: var(--cyan);
  border: 2px solid var(--ink);
}

.pricing-v1-badge {
  display: inline-block;
  margin-top: 0.75rem;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  background: var(--orange);
  border: 2px solid var(--ink);
}

.pricing-head {
  max-width: 42rem;
}

.pricing-contact {
  max-width: 42rem;
  padding: 1.5rem;
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow-lg);
  font-family: var(--font);
}

.pricing-contact-label {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-contact-email {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.pricing-contact-note {
  margin: 0 0 1rem;
  max-width: 34rem;
}

.pricing-cta {
  display: inline-block;
  margin-top: 0.25rem;
}

/* Voices */
.voices {
  border-top: var(--border);
  background: #fff;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.voice-card {
  text-align: center;
  padding: 1.5rem 1rem 1.35rem;
  border: var(--border);
  background: var(--bg);
  box-shadow: var(--shadow-lg);
}

.voice-card h3 {
  margin: 0.75rem 0 0.25rem;
  font-size: 1.15rem;
  font-family: var(--font);
}

.voice-sample {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 3rem;
}

.voice-meta {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: var(--cyan);
  border: 2px solid var(--ink);
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.voice-play {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  padding: 0;
  border: var(--border);
  border-radius: 50%;
  background: var(--yellow);
  cursor: pointer;
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 0.1s;
}

.voice-play:hover {
  transform: scale(1.05);
}

.voice-play.is-playing {
  background: var(--lime);
  animation: pulse 0.8s ease infinite;
}

.voice-play--missing {
  background: var(--orange) !important;
  animation: shake 0.4s ease;
}

@keyframes shake {
  25%, 75% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
}

@keyframes pulse {
  50% { box-shadow: 2px 2px 0 var(--ink); }
}

.voice-ring {
  position: absolute;
  inset: -6px;
  border: 3px dashed var(--ink);
  border-radius: 50%;
  pointer-events: none;
}

.voice-ring--lime { border-color: var(--lime); background: transparent; }
.voice-ring--pink { border-color: var(--pink); }
.voice-ring--cyan { border-color: var(--cyan); }
.voice-ring--orange { border-color: var(--orange); }

.voice-icon {
  font-size: 1.45rem;
  font-family: var(--font);
}

.voice-card--add {
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 8px,
    var(--cyan) 8px,
    var(--cyan) 16px
  );
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-grid + .btn,
.voices > .btn {
  display: block;
  width: fit-content;
  margin-top: 1.5rem;
}

.voice-add-inner {
  background: #fff;
  border: var(--border);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.voice-add-plus {
  font-family: var(--font);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

/* Problems */
.problems {
  border-top: var(--border);
  background: linear-gradient(135deg, var(--cyan), #dff8ff);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  direction: ltr;
}

.problem-card {
  background: #fff;
  border: var(--border);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
}

.problem-card:nth-child(2) {
  background: var(--yellow);
}

.problem-card:nth-child(3) {
  background: var(--lime);
}

.problem-num {
  font-family: var(--font);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

.problem-card h3 {
  font-family: var(--font);
  margin: 0 0 0.5rem;
}

.problem-card p {
  margin: 0;
  font-family: var(--font);
  font-size: 0.95rem;
}

/* Studio */
.studio {
  border-top: var(--border);
}

.studio-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.studio-copy h2 {
  font-family: var(--font);
  font-size: 2.5rem;
  margin: 0 0 0.5rem;
}

.studio-list {
  margin: 1rem 0 1.5rem;
  padding-right: 1.25rem;
}

.studio-mock {
  border: var(--border);
  background: #fff;
  box-shadow: var(--shadow-lg);
  padding: 1rem;
  direction: ltr;
  font-family: var(--font);
}

.mock-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 1rem;
}

.mock-bar span:nth-child(1) { width: 12px; height: 12px; background: var(--pink); border: 2px solid var(--ink); }
.mock-bar span:nth-child(2) { width: 12px; height: 12px; background: var(--yellow); border: 2px solid var(--ink); }
.mock-bar span:nth-child(3) { width: 12px; height: 12px; background: var(--lime); border: 2px solid var(--ink); }

.mock-title {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: 700;
}

.mock-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.mock-text {
  width: 100%;
  min-height: 80px;
  border: var(--border);
  padding: 0.5rem;
  font-family: var(--font-ps);
  font-size: 1rem;
  margin-bottom: 0.75rem;
  resize: none;
  background: var(--bg);
}

.mock-select {
  width: 100%;
  border: var(--border);
  padding: 0.5rem;
  margin-bottom: 0.75rem;
  font-family: var(--font);
  background: var(--cyan);
}

.mock-btn {
  width: 100%;
  padding: 0.75rem;
  font-family: var(--font);
  font-weight: 700;
  border: var(--border);
  background: var(--pink);
  box-shadow: var(--shadow);
}

/* API */
.api {
  border-top: var(--border);
  background: var(--ink);
  color: var(--bg);
  max-width: none;
}

.api .section-head--ltr h2,
.api .section-head--ltr p {
  color: var(--bg);
}

.api-layout {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.code-block {
  margin: 0;
  padding: 1.25rem;
  background: var(--yellow);
  color: var(--ink);
  border: var(--border);
  box-shadow: 8px 8px 0 var(--pink);
  overflow-x: auto;
  font-size: 0.8rem;
  line-height: 1.5;
}

.code-block code {
  font-family: "Consolas", "Monaco", monospace;
}

.code-comment {
  color: #444;
}

.api-callout {
  padding: 1.5rem;
  background: var(--yellow);
  color: var(--ink);
  border: var(--border);
  box-shadow: var(--shadow-lg);
  font-family: var(--font);
}

.api-callout p {
  margin: 0 0 1rem;
}

/* Pricing */
.pricing {
  border-top: var(--border);
}

/* About */
.about {
  border-top: var(--border);
  background: var(--yellow);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
}

.about h2 {
  font-family: var(--font);
  font-size: 2.5rem;
  margin: 0;
}

.about-lead {
  font-size: 1.25rem;
  font-weight: 600;
}

.about-contact a {
  color: var(--ink);
  font-weight: 700;
}

/* Footer */
.site-footer {
  padding: 1.25rem clamp(1rem, 3vw, 2rem);
  border-top: var(--border);
  background: var(--ink);
  color: var(--bg);
  font-family: var(--font);
  font-size: 0.85rem;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--bg);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

/* Share buttons (after signup) */
.share-block {
  margin: 1.25rem 0 1rem;
  padding: 1rem;
  background: var(--bg);
  border: var(--border);
  box-shadow: var(--shadow);
}

.share-title {
  margin: 0 0 0.75rem;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.95rem;
}

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

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 0.75rem;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
  border: var(--border);
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s;
}

.share-btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink);
}

.share-btn:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.share-btn span[aria-hidden="true"] {
  display: inline-grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.85rem;
  border: 2px solid var(--ink);
}

.share-btn--twitter span[aria-hidden="true"] { background: var(--cyan); }
.share-btn--whatsapp span[aria-hidden="true"] { background: var(--lime); }
.share-btn--linkedin span[aria-hidden="true"] { background: var(--pink); color: #fff; }
.share-btn--copy span[aria-hidden="true"] { background: var(--yellow); }
.share-btn.is-copied { background: var(--lime); }

/* Roadmap */
.roadmap {
  border-top: var(--border);
  background: var(--bg);
}

.roadmap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  font-family: var(--font);
}

.roadmap-item {
  position: relative;
  padding: 1.25rem;
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow);
}

.roadmap-item--done { background: var(--lime); }
.roadmap-item--next { background: var(--yellow); }

.roadmap-tag {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--ink);
  color: var(--bg);
}

.roadmap-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.roadmap-item p {
  margin: 0;
  font-size: 0.95rem;
}

/* FAQ */
.faq {
  border-top: var(--border);
  background: var(--cyan);
}

.faq-list {
  display: grid;
  gap: 0.65rem;
  max-width: 60rem;
}

.faq-item {
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow);
  font-family: var(--font);
  padding: 0;
}

.faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq-item > summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.15s;
}

.faq-item[open] > summary::after {
  content: "\2013";
}

.faq-item > p {
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: 0.95rem;
}

/* Founder */
.founder {
  border-top: var(--border);
  background: var(--yellow);
}

.founder-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
}

.founder-mark {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--bg);
  border: var(--border);
  box-shadow: var(--shadow);
  font-family: var(--font);
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.founder-copy h2 {
  font-family: var(--font);
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.founder-copy p {
  margin: 0 0 0.6rem;
  font-family: var(--font);
}

.founder-sign {
  font-weight: 700;
}

@media (max-width: 600px) {
  .founder-layout {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .share-buttons {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .studio-layout,
  .api-layout,
  .about-grid,
  .waitlist-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

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