/* Jolly Mammoth — brand tokens aligned with jollymammoth.co */
:root {
  --charcoal: #2a2a2a;
  --charcoal-deep: #1e1e1e;
  --blue: #4a7eb5;
  --blue-dark: #3a6494;
  --lavender: #b8a9d4;
  --yellow: #e8c547;
  --mint: #5ee0c8;
  --jolly-j: #9ef5e8;
  --jolly-o: #ddd0f5;
  --jolly-l: #fff4b8;
  --jolly-l2: #b8e4ff;
  --jolly-y: #ffc8e0;
  --white: #f5f5f0;
  --muted: rgba(245, 245, 240, 0.72);
  --text: var(--white);
  --text-muted: var(--muted);
  --theme-accent-ink: #1e1e1e;
  --theme-border-subtle: rgba(255, 255, 255, 0.06);
  --theme-border: rgba(255, 255, 255, 0.08);
  --theme-border-strong: rgba(255, 255, 255, 0.1);
  --theme-border-heavy: rgba(255, 255, 255, 0.12);
  --theme-border-input: rgba(255, 255, 255, 0.15);
  --theme-border-ghost: rgba(255, 255, 255, 0.35);
  --theme-border-input-strong: rgba(255, 255, 255, 0.2);
  --theme-glass: rgba(255, 255, 255, 0.06);
  --theme-glass-subtle: rgba(255, 255, 255, 0.04);
  --theme-glass-faint: rgba(255, 255, 255, 0.03);
  --theme-overlay: rgba(0, 0, 0, 0.25);
  --theme-overlay-md: rgba(0, 0, 0, 0.2);
  --theme-overlay-sm: rgba(0, 0, 0, 0.18);
  --theme-overlay-xs: rgba(0, 0, 0, 0.15);
  --theme-accent-soft: rgba(94, 224, 200, 0.08);
  --theme-accent-mid: rgba(94, 224, 200, 0.1);
  --theme-accent-fill: rgba(94, 224, 200, 0.12);
  --theme-accent-strong: rgba(94, 224, 200, 0.18);
  --theme-accent-border: rgba(94, 224, 200, 0.2);
  --theme-accent-focus: rgba(94, 224, 200, 0.35);
  --theme-shadow-lg: rgba(0, 0, 0, 0.4);
  --theme-shadow-md: rgba(0, 0, 0, 0.35);
  --theme-shadow-sm: rgba(0, 0, 0, 0.25);
  --theme-placeholder: rgba(245, 245, 240, 0.38);
  --theme-nav-muted: rgba(245, 245, 240, 0.85);
  --theme-lavender-border: rgba(184, 169, 212, 0.25);
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --radius: 12px;
  --header-h: 64px;
}

[data-theme="light"] {
  color-scheme: light;
  --charcoal-deep: #f0ebe3;
  --charcoal: #e5dfd4;
  --muted: rgba(47, 47, 47, 0.72);
  --text: #2f2f2f;
  --text-muted: rgba(47, 47, 47, 0.72);
  --lavender: #8b3a3a;
  --mint: #c45c2a;
  --yellow: #a63d2e;
  --blue: #6b8fb8;
  --blue-dark: #5a7da6;
  --jolly-j: #4f8a80;
  --jolly-o: #7a568f;
  --jolly-l: #9a7820;
  --jolly-l2: #4a7399;
  --jolly-y: #a63d58;
  --theme-accent-ink: #fffaf5;
  --theme-border-subtle: rgba(47, 47, 47, 0.08);
  --theme-border: rgba(47, 47, 47, 0.12);
  --theme-border-strong: rgba(47, 47, 47, 0.14);
  --theme-border-heavy: rgba(47, 47, 47, 0.16);
  --theme-border-input: rgba(47, 47, 47, 0.18);
  --theme-border-ghost: rgba(47, 47, 47, 0.28);
  --theme-border-input-strong: rgba(47, 47, 47, 0.22);
  --theme-glass: rgba(47, 47, 47, 0.04);
  --theme-glass-subtle: rgba(47, 47, 47, 0.03);
  --theme-glass-faint: rgba(47, 47, 47, 0.02);
  --theme-overlay: rgba(47, 47, 47, 0.06);
  --theme-overlay-md: rgba(47, 47, 47, 0.05);
  --theme-overlay-sm: rgba(47, 47, 47, 0.04);
  --theme-overlay-xs: rgba(47, 47, 47, 0.03);
  --theme-accent-soft: rgba(196, 92, 42, 0.1);
  --theme-accent-mid: rgba(196, 92, 42, 0.12);
  --theme-accent-fill: rgba(196, 92, 42, 0.14);
  --theme-accent-strong: rgba(196, 92, 42, 0.2);
  --theme-accent-border: rgba(196, 92, 42, 0.28);
  --theme-accent-focus: rgba(196, 92, 42, 0.4);
  --theme-shadow-lg: rgba(47, 47, 47, 0.12);
  --theme-shadow-md: rgba(47, 47, 47, 0.1);
  --theme-shadow-sm: rgba(47, 47, 47, 0.08);
  --theme-placeholder: rgba(47, 47, 47, 0.58);
  --theme-nav-muted: rgba(47, 47, 47, 0.82);
  --theme-lavender-border: rgba(139, 58, 58, 0.22);
}

[data-theme="light"] body {
  background-image:
    radial-gradient(circle at 15% 12%, rgba(196, 92, 42, 0.05), transparent 42%),
    radial-gradient(circle at 85% 0%, rgba(139, 58, 58, 0.04), transparent 38%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--text);
  background: var(--charcoal-deep);
  -webkit-font-smoothing: antialiased;
}

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

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

/* Typography */
.headline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  text-align: center;
}

.headline-lavender {
  color: var(--lavender);
}

.headline-white {
  color: var(--white);
}

[data-theme="light"] .hero .headline-white,
[data-theme="light"] .section-charcoal .headline-white,
[data-theme="light"] .section-dark .headline-white,
[data-theme="light"] .section-cta .headline-white {
  color: var(--text);
}

.hero-line {
  display: block;
}

.hero-subhead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.15rem, 1.8vw, 1.85rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 44rem;
  margin: 0 auto 1rem;
  text-align: center;
  color: var(--white);
}

[data-theme="light"] .hero .hero-subhead {
  color: var(--text);
}

.accent-yellow {
  color: var(--yellow);
}

.eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--mint);
  margin: 0 0 0.75rem;
}

.lead {
  max-width: 42rem;
  margin: 0 auto 2rem;
  color: var(--text-muted);
  font-size: 1.1rem;
}

.lead.centered,
.centered {
  text-align: center;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 1.25rem;
  background: var(--charcoal-deep);
  border-bottom: 1px solid var(--theme-border-subtle);
}

.logo {
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo-wordmark {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

.logo svg,
.logo-mark {
  width: 40px;
  height: 34px;
  flex-shrink: 0;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-desktop a:hover,
.nav-group-toggle:hover {
  color: var(--mint);
}

.nav-group {
  position: relative;
}

.nav-group-toggle {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-group-toggle::after {
  content: "▾";
  font-size: 0.65rem;
  opacity: 0.7;
}

.nav-group-toggle:focus-visible,
.nav-desktop a:focus-visible,
.mobile-nav a:focus-visible,
.btn:focus-visible,
.sticky-cta:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 10rem;
  padding: 0.5rem 0;
  background: var(--charcoal);
  border: 1px solid var(--theme-border-strong);
  border-radius: 8px;
  box-shadow: 0 8px 32px var(--theme-shadow-lg);
  display: flex;
  flex-direction: column;
}

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

.nav-dropdown a {
  padding: 0.55rem 1.25rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

.nav-dropdown a:hover {
  background: var(--theme-accent-soft);
  color: var(--mint);
}

.mobile-nav-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--mint);
  margin-bottom: -0.25rem;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid var(--theme-border);
  border-radius: 999px;
  background: var(--theme-glass);
  color: var(--text);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.theme-toggle:hover {
  border-color: var(--mint);
  color: var(--mint);
}

.theme-toggle-icon {
  font-size: 1rem;
  line-height: 1;
}

.theme-toggle-icon--moon {
  display: none;
}

[data-theme="light"] .theme-toggle-icon--sun {
  display: none;
}

[data-theme="light"] .theme-toggle-icon--moon {
  display: inline;
}

.theme-toggle--mobile {
  align-self: flex-start;
  margin-bottom: 0.5rem;
}

.mobile-nav {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--charcoal-deep);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid var(--theme-border);
}

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

.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 4px;
  border: 2px solid var(--mint);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.btn:hover {
  background: var(--mint);
  color: var(--theme-accent-ink);
}

.btn-playful:hover {
  animation: btn-wiggle 0.45s ease;
}

@keyframes btn-wiggle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-1.5deg);
  }
  75% {
    transform: rotate(1.5deg);
  }
}

.btn-primary {
  background: var(--theme-accent-fill);
}

.btn-ghost {
  border-color: var(--theme-border-ghost);
}

.btn-ghost:hover {
  border-color: var(--mint);
}

.btn-header {
  display: none;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}

.centered-btn {
  display: flex;
  width: fit-content;
  margin: 2rem auto 0;
}

/* Sections */
.section {
  padding: 4.5rem 1.25rem;
  scroll-margin-top: var(--header-h);
}

.section-charcoal {
  background: var(--charcoal);
}

.section-jolly {
  background: var(--blue);
  color: var(--white);
}

/* Jolly word — rainbow letters with gentle float */
@keyframes jolly-letter-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes jolly-letter-float-logo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.jolly-word > span {
  display: inline-block;
}

.jolly-word-group {
  white-space: nowrap;
}

.jolly-word > span:nth-child(1) {
  color: var(--jolly-j);
  animation: jolly-letter-float 2.2s ease-in-out 0s infinite;
}

.jolly-word > span:nth-child(2) {
  color: var(--jolly-o);
  animation: jolly-letter-float 2.4s ease-in-out 0.12s infinite;
}

.jolly-word > span:nth-child(3) {
  color: var(--jolly-l);
  animation: jolly-letter-float 2.6s ease-in-out 0.24s infinite;
}

.jolly-word > span:nth-child(4) {
  color: var(--jolly-l2);
  animation: jolly-letter-float 2.7s ease-in-out 0.36s infinite;
}

.jolly-word > span:nth-child(5) {
  color: var(--jolly-y);
  animation: jolly-letter-float 2.8s ease-in-out 0.48s infinite;
}

.jolly-word.jolly-word--logo > span:nth-child(1) {
  animation: jolly-letter-float-logo 2.2s ease-in-out 0s infinite;
}

.jolly-word.jolly-word--logo > span:nth-child(2) {
  animation: jolly-letter-float-logo 2.4s ease-in-out 0.12s infinite;
}

.jolly-word.jolly-word--logo > span:nth-child(3) {
  animation: jolly-letter-float-logo 2.6s ease-in-out 0.24s infinite;
}

.jolly-word.jolly-word--logo > span:nth-child(4) {
  animation: jolly-letter-float-logo 2.7s ease-in-out 0.36s infinite;
}

.jolly-word.jolly-word--logo > span:nth-child(5) {
  animation: jolly-letter-float-logo 2.8s ease-in-out 0.48s infinite;
}

.section-dark {
  background: var(--charcoal-deep);
}

.section-blue {
  background: var(--blue);
  color: var(--white);
}

.section-blue-dark {
  background: var(--blue-dark);
  color: var(--white);
}

.section-blue .lead,
.section-blue-dark .lead,
.section-jolly .lead {
  color: rgba(245, 245, 240, 0.85);
}

.section-cta {
  background: linear-gradient(180deg, var(--charcoal) 0%, var(--charcoal-deep) 100%);
  text-align: center;
  padding-bottom: 6rem;
}

/* Hero */
.hero {
  padding: calc(var(--header-h) + 1.5rem) 1.25rem 4rem;
  background: var(--charcoal);
  text-align: center;
}

.hero-media {
  max-width: min(960px, 77vw);
  margin: 0 auto 2rem;
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

/* Pain grid */
.pain-buckets {
  display: grid;
  gap: 2rem;
  max-width: 860px;
  margin: 2rem auto 0;
}

.pain-bucket-label {
  text-align: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245, 245, 240, 0.85);
  margin: 0 0 0.75rem;
}

.pain-bucket-label strong {
  color: var(--yellow);
  font-weight: 600;
}

.pain-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pain-grid li {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pain-footer {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  max-width: 860px;
  margin: 2.5rem auto 0;
  padding: 0;
}

/* Product suite */
#products {
  position: relative;
  overflow: hidden;
}

.brand-accent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.2;
}

.brand-accent img {
  display: block;
  width: min(520px, 90vw);
  height: auto;
  mix-blend-mode: screen;
}

.suite-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 960px;
  margin: 2.5rem auto 0;
}

.suite-card {
  padding: 2rem 1.75rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: var(--radius);
  border: 1px solid rgba(94, 224, 200, 0.2);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.suite-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--mint);
  margin: 0 0 0.5rem;
}

.suite-name {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--lavender);
  margin: 0 0 0.75rem;
}

.suite-promise {
  color: var(--text);
  font-size: 1.05rem;
  margin: 0 0 1.25rem;
  line-height: 1.45;
}

.suite-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  text-align: left;
  flex-grow: 1;
}

.suite-benefits li {
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.suite-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mint);
  font-weight: 700;
}

.suite-card .btn {
  align-self: center;
}

.suite-question {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--yellow);
  margin: 0 0 1rem;
}

.suite-footer {
  max-width: 42rem;
  margin: 2.5rem auto 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Signature feature (RapidDashboard under MammothIQ) */
.signature-feature {
  max-width: 960px;
  margin: 3.5rem auto 0;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.signature-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text);
  text-align: center;
  margin: 0 0 1rem;
}

/* Founder section */
.founder-block {
  display: grid;
  gap: 2.5rem;
  max-width: 960px;
  margin: 2rem auto 0;
  align-items: start;
}

.founder-photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(184, 169, 212, 0.25);
  max-width: 320px;
  margin: 0 auto;
}

.founder-photo img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

.founder-copy .headline {
  text-align: left;
}

.founder-headline {
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
}

.founder-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 0 0 1.25rem;
}

.founder-credential {
  display: block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  margin-top: 0.35rem;
}

.founder-prose {
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}

.founder-prose p {
  margin: 0 0 1.15rem;
}

.founder-prose p:last-child {
  margin-bottom: 0;
}

/* Card lift + section reveal */
.card-lift {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.card-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .card-lift {
    transition: background 0.2s;
  }

  .card-lift:hover {
    transform: none;
    box-shadow: none;
  }

  .btn-playful:hover {
    animation: none;
  }

  .jolly-word > span {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Product card */
.product-card {
  display: grid;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: var(--radius);
  border: 1px solid rgba(94, 224, 200, 0.2);
}

.product-card h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: var(--mint);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

.check-list li {
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
  color: var(--text-muted);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mint);
  font-weight: 700;
}

.product-card-visual {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.mock-prompt,
.mock-dashboard {
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--theme-border-strong);
}

.mock-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--mint);
  display: block;
  margin-bottom: 0.5rem;
}

.mock-prompt p {
  margin: 0;
  font-style: italic;
  color: var(--text);
}

.mock-arrow {
  color: var(--lavender);
  font-size: 1.5rem;
}

.mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 100px;
  padding-top: 0.5rem;
}

.mock-bars span {
  flex: 1;
  height: var(--h);
  background: linear-gradient(180deg, var(--mint), var(--blue));
  border-radius: 4px 4px 0 0;
  min-height: 12px;
}

/* Features */
.feature-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 960px;
  margin: 2rem auto 0;
}

.feature {
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.15);
  border-radius: var(--radius);
}

.feature h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.section-blue .feature h3,
.section-blue-dark .feature h3 {
  color: var(--white);
}

.feature p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Add-ons */
.addon-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 960px;
  margin: 2rem auto 0;
}

.addon {
  padding: 1.5rem;
  border-left: 3px solid var(--mint);
  background: rgba(255, 255, 255, 0.04);
}

.addon h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.addon p {
  margin: 0;
  color: var(--text-muted);
}

/* Projects */
.project-grid {
  display: grid;
  gap: 1rem;
  max-width: 960px;
  margin: 2rem auto 0;
}

.project {
  display: grid;
  gap: 0.25rem;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
}

.project:hover {
  background: rgba(94, 224, 200, 0.1);
}

/* Jolly card tint cycle — one brand shade per card, echoing the Jolly lettering */
.feature:nth-of-type(5n+1),
.project:nth-of-type(5n+1) {
  background: color-mix(in srgb, var(--jolly-j) 18%, transparent);
}

.feature:nth-of-type(5n+2),
.project:nth-of-type(5n+2) {
  background: color-mix(in srgb, var(--jolly-o) 18%, transparent);
}

.feature:nth-of-type(5n+3),
.project:nth-of-type(5n+3) {
  background: color-mix(in srgb, var(--jolly-l) 18%, transparent);
}

.feature:nth-of-type(5n+4),
.project:nth-of-type(5n+4) {
  background: color-mix(in srgb, var(--jolly-l2) 18%, transparent);
}

.feature:nth-of-type(5n),
.project:nth-of-type(5n) {
  background: color-mix(in srgb, var(--jolly-y) 18%, transparent);
}

.project-year {
  font-size: 0.8rem;
  color: var(--mint);
  letter-spacing: 0.1em;
}

.project-type {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.project-name {
  font-family: var(--font-display);
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Steps */
.steps {
  max-width: 520px;
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  padding: 1.25rem 0 1.25rem 3rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-muted);
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 1.1rem;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--yellow);
  line-height: 1;
}

.steps strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.25rem;
}

/* CTA band */
.cta-prompt {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: var(--lavender);
  margin: 0 0 0.5rem;
}

/* Go Mammoth page helpers */
.page-go-mammoth main {
  padding-top: var(--header-h);
}

.microline {
  margin: 1rem auto 0;
  max-width: 42rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 600;
}

.pain-grid--tight {
  max-width: 860px;
}

.problem-bridge {
  margin-top: 2.5rem;
  color: var(--text);
  font-weight: 600;
}

.pillar {
  max-width: 1100px;
  margin: 3rem auto 0;
}

.two-col {
  max-width: 960px;
  margin: 2.5rem auto 0;
  display: grid;
  gap: 1.25rem;
}

.two-col-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.two-col-card h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
  color: var(--lavender);
  text-align: center;
}

.two-col-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-muted);
}

.two-col-card li {
  padding: 0.45rem 0 0.45rem 1.25rem;
  position: relative;
}

.two-col-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mint);
  font-weight: 800;
}

.pricing-line {
  font-size: 1.2rem;
  color: var(--text);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.pricing-copy {
  max-width: 52rem;
  margin: 0 auto;
  color: var(--text-muted);
}

.pricing-copy p {
  margin: 0 0 1.25rem;
}

.pricing-copy p:last-child {
  margin-bottom: 0;
}

.faq-grid {
  max-width: 1100px;
  margin: 2rem auto 0;
  display: grid;
  gap: 1rem;
}

.faq-grid .case-card {
  font-family: var(--font-display);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.faq-grid .case-body p {
  margin: 0;
  color: var(--text-muted);
}

/* Footer */
.site-footer {
  padding: 2.5rem 1.25rem 5rem;
  text-align: center;
  background: var(--charcoal-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-mission {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 0.35rem;
}

.footer-tagline {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  text-transform: lowercase;
  letter-spacing: 0.08em;
}

.footer-nav a:hover {
  color: var(--mint);
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 90;
  padding: 0.75rem 1.25rem;
  background: var(--mint);
  color: var(--theme-accent-ink);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s;
}

.sticky-cta:hover {
  transform: scale(1.04);
}

/* Contact page */
.page-contact main {
  padding-top: var(--header-h);
  min-height: 100vh;
}

.contact-hero {
  padding: 3rem 1.25rem 2rem;
  background: var(--charcoal);
  text-align: center;
}

.contact-form-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.contact-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--lavender);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--mint);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
}

.contact-form .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.form-status--success {
  color: var(--charcoal);
  background: var(--mint);
}

.form-status--error {
  color: #ffd4d4;
  background: rgba(220, 80, 80, 0.18);
  border: 1px solid rgba(220, 80, 80, 0.35);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.funnel-hint {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 1.5rem;
}

/* Discovery intake (`intake.html`) */
.page-intake main {
  padding-top: var(--header-h);
  min-height: 100vh;
}

.intake-hero {
  padding: 3rem 1.25rem 1.5rem;
  background: var(--charcoal);
  text-align: center;
}

.page-intake .lead strong {
  color: var(--text);
  font-weight: 600;
}

.intake-time {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 auto 0.5rem;
}

.intake-wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.intake-status {
  display: none;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.intake-status--err {
  display: block;
  color: #ffd4d4;
  background: rgba(220, 80, 80, 0.18);
  border: 1px solid rgba(220, 80, 80, 0.35);
}

.intake-group {
  background: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem 0.5rem;
  margin: 0 0 1.25rem;
}

.intake-group-label {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mint);
  margin: 0 0 0.25rem;
}

.intake-group-note {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}

.intake-field {
  margin: 0 0 1.25rem;
}

.intake-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--lavender);
}


.intake-required {
  color: var(--mint);
}

.intake-legend {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.intake-help {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: -0.15rem 0 0.5rem;
  font-weight: 400;
}

.intake-form input[type="text"],
.intake-form input[type="email"],
.intake-form input[type="tel"],
.intake-form input[type="url"],
.intake-form textarea,
.intake-form select {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 0.85rem 1rem;
  transition: border-color 0.15s ease;
}

.intake-form textarea {
  resize: vertical;
  min-height: 92px;
}

.intake-form input:focus,
.intake-form textarea:focus,
.intake-form select:focus {
  outline: none;
  border-color: var(--mint);
}

.intake-form input::placeholder,
.intake-form textarea::placeholder {
  color: var(--theme-placeholder);
}

.intake-seg {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.intake-seg input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.intake-seg label {
  margin: 0;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.intake-seg input:checked + label {
  background: rgba(94, 224, 200, 0.18);
  border-color: var(--mint);
  color: var(--mint);
}

.intake-seg input:focus-visible + label {
  box-shadow: 0 0 0 2px rgba(94, 224, 200, 0.35);
}

.intake-submit {
  width: 100%;
  margin-top: 0.25rem;
}

.intake-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

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

.intake-done {
  display: none;
  text-align: center;
  padding: 1rem 0 0;
}

.intake-done h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--lavender);
  margin: 0 0 1rem;
}

.intake-done-subline {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin: 0 auto 1.75rem;
  max-width: 42rem;
  line-height: 1.55;
}

.intake-calendar-label {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 600;
}

.page-intake .cal-inline-wrap {
  width: 100%;
  min-height: 620px;
  overflow: auto;
  background: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  text-align: left;
}

.page-intake .voice-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--theme-border-strong);
  border-radius: var(--radius);
  padding: 1rem;
}

.page-intake .voice-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.page-intake .voice-btn {
  appearance: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.page-intake .voice-btn:hover {
  border-color: var(--mint);
}

.page-intake .voice-btn.record {
  background: var(--theme-accent-fill);
  border-color: var(--mint);
  color: var(--mint);
}

.page-intake .voice-btn.record:hover {
  background: var(--mint);
  color: var(--theme-accent-ink);
}

.page-intake .voice-btn.stop {
  border-color: var(--lavender);
  color: var(--lavender);
}

.page-intake .voice-btn:disabled {
  opacity: 0.55;
  cursor: default;
}

.page-intake .voice-timer {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

.page-intake .voice-timer.recording {
  color: var(--mint);
  font-weight: 600;
}

.page-intake .voice-status {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0.75rem 0 0;
}

.page-intake .voice-status.err {
  color: #ffb4b4;
}

.page-intake .voice-transcript-wrap {
  display: none;
  margin-top: 0.85rem;
}

.page-intake .voice-transcript-wrap.visible {
  display: block;
}

.page-intake .voice-transcript-wrap textarea {
  min-height: 110px;
  margin-bottom: 0.65rem;
}

.page-intake .voice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.page-intake .voice-link {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--mint);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-intake .voice-link:hover {
  color: var(--lavender);
}

.page-intake .voice-fallback {
  display: none;
  margin-top: 0.85rem;
}

.page-intake .voice-fallback.visible {
  display: block;
}

.funnel-hint a {
  color: var(--mint);
  text-decoration: underline;
}

/* About page */
.page-about main {
  padding-top: var(--header-h);
}

.about-hero {
  padding: 3rem 1.25rem 2.5rem;
  background: var(--charcoal);
  text-align: center;
}

.about-hero .eyebrow {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.2vw, 5.5rem);
  letter-spacing: 0.06em;
  color: var(--lavender);
  margin-bottom: 0.5rem;
}

.about-mission-headline {
  font-size: clamp(1.5rem, 2.8vw, 2.75rem);
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.about-stats {
  display: grid;
  gap: 1.5rem;
  max-width: 720px;
  margin: 3rem auto 0;
  padding: 0;
}

.about-stat {
  text-align: center;
  padding: 1.5rem 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
}

.stat-label {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--mint);
  margin: 0 0 0.5rem;
}

.stat-value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 0;
}

.about-prose {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--text-muted);
}

.about-prose p {
  margin: 0 0 1.25rem;
}

.about-prose p:last-child {
  margin-bottom: 0;
}

.about-lead {
  font-size: 1.15rem;
  color: var(--text);
  font-weight: 500;
}

.about-services-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 960px;
  margin: 2rem auto 0;
}

.about-service {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius);
  border-left: 3px solid var(--mint);
}

.about-service h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
  color: var(--lavender);
}

.about-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-service li {
  padding: 0.4rem 0 0.4rem 1.25rem;
  position: relative;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.about-service li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--mint);
}

.about-name-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.about-name-heading .headline {
  margin-bottom: 0;
}

.about-name-mascot {
  width: clamp(150px, 28vw, 220px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  flex-shrink: 0;
}

.about-cta {
  padding-bottom: 5rem;
}

/* Projects page */
.page-projects main {
  padding-top: var(--header-h);
}

.projects-hero {
  padding: 3.25rem 1.25rem 2.5rem;
  background: var(--charcoal);
  text-align: center;
}

.case-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.case {
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.case[open] {
  border-color: rgba(94, 224, 200, 0.35);
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.35);
}

.case-card {
  list-style: none;
  cursor: pointer;
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem;
}

.case-card::-webkit-details-marker {
  display: none;
}

.case-year {
  font-size: 0.8rem;
  color: var(--mint);
  letter-spacing: 0.1em;
}

.case-category {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.case-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text);
}

.case-subtitle {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 62rem;
}

.case-body {
  padding: 0 1.25rem 1.5rem;
}

.case-columns {
  display: grid;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0.5rem;
}

.case-columns h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.75rem;
  color: var(--lavender);
}

.case-columns p {
  margin: 0 0 1.15rem;
  color: var(--text-muted);
}

.case-columns p:last-child {
  margin-bottom: 0;
}

.case-meta {
  max-width: 960px;
  margin: 1.75rem auto 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--theme-border-strong);
  background: rgba(255, 255, 255, 0.03);
}

.case-meta div {
  display: grid;
  gap: 0.25rem;
}

.case-meta dt {
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--mint);
}

.case-meta dd {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}


.logo-mark {
  object-fit: contain;
}

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

.project {
  overflow: hidden;
}

.project-thumb {
  width: calc(100% + 2.5rem);
  margin: -1.25rem -1.25rem 0.75rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.project-thumb--contain {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
  padding: 1rem;
}

.project-thumb--light {
  object-fit: contain;
  background: #ffffff;
  padding: 0.75rem;
}

.case-media {
  max-width: 960px;
  margin: 0 auto 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.case-media img,
.case-media video {
  width: 100%;
  display: block;
}

.case-media--logo img {
  max-width: 280px;
  margin: 0 auto;
  padding: 1.5rem;
  object-fit: contain;
  background: #c45c2a;
}

.case-media--video video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.case-media figcaption {
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: rgba(0, 0, 0, 0.2);
}

.case-download {
  max-width: 960px;
  margin: -0.5rem auto 1.5rem;
  text-align: center;
}

.case-download a {
  color: var(--mint);
  font-weight: 600;
}

.case-download a:hover {
  text-decoration: underline;
}

.case-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 960px;
  margin: 0 auto 1.5rem;
}

.case-social-grid img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.case-video-row {
  display: grid;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto 1.5rem;
}

.case-video-row video {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

@media (min-width: 768px) {
  .case-social-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

/* Responsive */
@media (max-width: 520px) {
  .logo-wordmark {
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .btn-header {
    display: inline-flex;
  }

  .pain-buckets {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }

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

  .founder-block {
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 3rem;
    align-items: start;
  }

  .founder-photo {
    margin: 0;
  }

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

  .addon-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .product-card {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .about-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-grid {
    gap: 1.5rem;
  }

  .case-card {
    padding: 1.5rem 1.75rem;
  }

  .case-body {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .case-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .two-col {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section {
    padding: 5.5rem 2rem;
  }

  .hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
