:root {
  --black: #10100d;
  --charcoal: #24231e;
  --ink: #171713;
  --muted: #6f7067;
  --line: #e4dfd2;
  --offwhite: #fbf6e8;
  --white: #ffffff;
  --orange: #ff7a1a;
  --orange-deep: #c94d11;
  --lime: #c7ff4d;
  --mint: #e9ffd0;
  --sky: #dff4ff;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 70px rgba(36, 35, 30, .12);
  --max: 1180px;
}

.playbook-body {
  background:
    radial-gradient(circle at 12% 8%, rgba(223, 244, 255, .7), transparent 30%),
    radial-gradient(circle at 92% 3%, rgba(199, 255, 77, .36), transparent 24%),
    #fffaf0;
}

.playbook-preview {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 28px 0 72px;
}

.playbook-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 44px;
}

.playbook-intro {
  display: grid;
  gap: 18px;
  max-width: 830px;
  padding: 40px 0 54px;
}

.playbook-intro h1 {
  font-size: clamp(3.2rem, 8vw, 7.4rem);
}

.playbook-intro p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 750;
}

.document-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.doc-page {
  position: relative;
  min-height: clamp(700px, 70vw, 940px);
  overflow: hidden;
  padding: clamp(28px, 4.2vw, 58px);
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: 4px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 255, 77, .12), transparent 26%),
    #fffdf8;
  box-shadow: 0 22px 70px rgba(36, 35, 30, .1);
}

.doc-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.doc-cover-copy {
  position: relative;
  z-index: 2;
  width: min(70%, 460px);
  margin-top: 86px;
}

.doc-kicker,
.doc-step-number {
  color: var(--orange);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.doc-cover h2,
.doc-contents h2,
.doc-step h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  max-width: 560px;
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  line-height: .9;
  letter-spacing: 0;
}

.doc-cover h2 {
  margin-top: 26px;
}

.doc-cover-copy p:not(.doc-kicker),
.doc-step > p:not(.doc-step-number) {
  max-width: 460px;
  margin-top: 24px;
  color: rgba(23, 23, 19, .72);
  font-size: 1.02rem;
  font-weight: 700;
}

.doc-cover-image {
  position: absolute;
  inset: 0 0 auto auto;
  width: 42%;
  height: 62%;
  margin: 0;
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  background: var(--ink);
}

.doc-cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position, center);
}

.doc-feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 86px;
}

.doc-feature-row span {
  min-height: 62px;
  display: grid;
  align-content: end;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.doc-note-card {
  margin-top: 46px;
  padding: 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 122, 26, .12), rgba(255, 255, 255, .76));
}

.doc-note-card strong {
  color: var(--ink);
  text-transform: uppercase;
}

.doc-note-card p {
  margin-top: 12px;
  color: rgba(23, 23, 19, .72);
  font-size: .9rem;
  font-weight: 700;
}

.doc-contents h2::after,
.doc-step h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin-top: 18px;
  background: var(--orange);
}

.contents-list {
  display: grid;
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.contents-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 52px;
  border-bottom: 1px solid rgba(23, 23, 19, .13);
}

.contents-list span {
  color: var(--orange);
  font-size: 1.2rem;
  font-weight: 950;
}

.contents-list strong,
.doc-table th,
.doc-table td,
.doc-rule,
.doc-download-strip {
  color: var(--ink);
  font-size: .9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.doc-download-strip {
  margin-top: 34px;
  padding: 18px 22px;
  border-radius: 8px;
  background: rgba(255, 122, 26, .09);
}

.doc-dark-card {
  display: grid;
  gap: 16px;
  margin-top: 26px;
  padding: 32px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 20%, rgba(199, 255, 77, .2), transparent 32%),
    #10100d;
  color: var(--white);
}

.doc-dark-card span,
.doc-dark-card strong {
  color: var(--lime);
  font-weight: 950;
  text-transform: uppercase;
}

.doc-dark-card p {
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
}

.doc-step h2 {
  margin-top: 12px;
}

.doc-rule {
  margin: 32px 0;
  padding: 16px 20px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(199, 255, 77, .85), rgba(233, 255, 208, .86));
  text-transform: none;
}

.doc-step h3 {
  margin: 30px 0 16px;
  font-size: 1.15rem;
}

.doc-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  font-size: .86rem;
}

.doc-table th {
  background: var(--ink);
  color: var(--white);
  padding: 14px;
  text-align: left;
  letter-spacing: .08em;
}

.doc-table td {
  border: 1px solid rgba(23, 23, 19, .12);
  padding: 16px 14px;
  vertical-align: top;
  color: rgba(23, 23, 19, .74);
  text-transform: none;
}

.doc-table td:first-child {
  color: var(--ink);
  text-transform: uppercase;
}

.doc-tip {
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(23, 23, 19, .06);
  color: rgba(23, 23, 19, .72);
  font-size: .92rem;
  font-weight: 700;
}

.doc-page-footer {
  position: absolute;
  left: clamp(28px, 4.2vw, 58px);
  right: clamp(28px, 4.2vw, 58px);
  bottom: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(23, 23, 19, .18);
  padding-top: 18px;
}

.doc-page-footer span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  background: var(--orange);
  color: var(--ink);
  font-size: .6rem;
  font-weight: 950;
}

.doc-page-footer p {
  color: rgba(23, 23, 19, .72);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.playbook-pdf-panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: stretch;
  margin-top: clamp(34px, 5vw, 64px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(233, 255, 208, .58)),
    #fffdf8;
  box-shadow: 0 24px 70px rgba(36, 35, 30, .1);
}

.playbook-pdf-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
}

.playbook-pdf-copy h2 {
  font-size: clamp(2.3rem, 5vw, 5rem);
}

.playbook-pdf-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(23, 23, 19, .72);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 750;
}

.playbook-pdf-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(23, 23, 19, .12);
  border-radius: 14px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .94) 42%, transparent 42%),
    linear-gradient(135deg, rgba(255, 122, 26, .94), rgba(199, 255, 77, .8)),
    #fffaf0;
  box-shadow: 0 18px 50px rgba(36, 35, 30, .1);
}

.playbook-pdf-card::before {
  content: "";
  position: absolute;
  inset: 34px 34px auto auto;
  width: min(46%, 280px);
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  background:
    linear-gradient(rgba(16, 16, 13, .28), rgba(16, 16, 13, .54)),
    var(--doc-image, url("assets/coolum-hybrid-race.jpg")) var(--doc-position, center) / cover;
  transform: rotate(2deg);
  box-shadow: 0 22px 50px rgba(16, 16, 13, .22);
}

.playbook-pdf-card span,
.playbook-pdf-card strong,
.playbook-pdf-card small,
.playbook-pdf-card em {
  position: relative;
  z-index: 1;
}

.playbook-pdf-card span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 14px;
  background: var(--orange);
  color: var(--ink);
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: .1em;
}

.playbook-pdf-card strong {
  max-width: 420px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: .92;
  text-transform: uppercase;
}

.playbook-pdf-card small {
  max-width: 380px;
  margin-top: 18px;
  color: rgba(23, 23, 19, .72);
  font-size: .95rem;
  font-weight: 750;
}

.playbook-pdf-card em {
  width: fit-content;
  margin-top: 28px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: .74rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.resource-library-intro {
  max-width: 980px;
}

.resource-lock-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .62fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  min-height: 560px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .92) 52%, rgba(199, 255, 77, .58) 100%),
    #fffdf8;
  box-shadow: 0 22px 70px rgba(36, 35, 30, .1);
}

.resource-lock-panel h1 {
  font-size: clamp(3rem, 7vw, 7rem);
}

.resource-lock-panel p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 20px;
  color: rgba(23, 23, 19, .72);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 750;
}

.resource-lock-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 50px rgba(36, 35, 30, .08);
}

.resource-lock-form label {
  color: var(--ink);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.resource-lock-form div {
  display: grid;
  gap: 12px;
}

.resource-lock-form input {
  min-height: 56px;
  width: 100%;
  border: 1px solid rgba(23, 23, 19, .14);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  padding: 0 18px;
}

.resource-lock-form p {
  min-height: 1.3em;
  color: var(--orange-deep);
  font-size: .88rem;
  font-weight: 850;
}

.resource-locked .resource-library-content {
  display: none;
}

.resources-unlocked .resource-lock-panel {
  display: none;
}

.resource-library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.resource-library-card {
  position: relative;
  display: grid;
  min-height: 460px;
  overflow: hidden;
  align-content: space-between;
  gap: 32px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .96), rgba(255, 253, 248, .9)),
    #fffdf8;
  box-shadow: 0 22px 70px rgba(36, 35, 30, .1);
}

.resource-library-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, .98)),
    var(--library-image) var(--library-position, center) / cover;
  opacity: .42;
}

.resource-library-card.featured {
  grid-column: 1 / -1;
  min-height: 520px;
  background:
    linear-gradient(115deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .95) 49%, rgba(255, 122, 26, .2) 49%, rgba(199, 255, 77, .72) 100%),
    #fffdf8;
}

.resource-library-card.featured::before {
  inset: 34px 34px 34px auto;
  width: min(42%, 480px);
  height: auto;
  border-radius: 14px;
  background: var(--library-image) var(--library-position, center) / cover;
  opacity: .78;
  box-shadow: 0 22px 50px rgba(16, 16, 13, .2);
}

.resource-library-card > * {
  position: relative;
  z-index: 1;
}

.resource-library-card h2 {
  max-width: 620px;
  margin-top: 12px;
  font-size: clamp(2.15rem, 5vw, 5rem);
  line-height: .9;
}

.resource-library-card:not(.featured) h2 {
  font-size: clamp(2rem, 3vw, 3.35rem);
}

.resource-library-card p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 18px;
  color: rgba(23, 23, 19, .72);
  font-size: 1rem;
  font-weight: 750;
}

.resource-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 980px) {
  .document-board {
    grid-template-columns: 1fr;
  }

  .resource-lock-panel {
    grid-template-columns: 1fr;
  }

  .resource-library-grid {
    grid-template-columns: 1fr;
  }

  .resource-library-card.featured::before {
    inset: auto 0 0 0;
    width: auto;
    height: 42%;
    border-radius: 0;
  }

  .doc-page {
    min-height: auto;
  }

  .playbook-pdf-panel {
    grid-template-columns: 1fr;
  }

  .playbook-pdf-copy {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .playbook-preview {
    width: min(100% - 20px, 1280px);
  }

  .playbook-topbar {
    align-items: flex-start;
  }

  .playbook-topbar .button {
    display: none;
  }

  .playbook-intro h1,
  .playbook-pdf-copy h2 {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .doc-page {
    padding: 24px;
  }

  .doc-cover h2,
  .doc-contents h2,
  .doc-step h2 {
    font-size: clamp(2.2rem, 12vw, 3.65rem);
  }

  .doc-cover-copy {
    width: 100%;
    margin-top: 38px;
  }

  .doc-cover-image {
    position: relative;
    width: calc(100% + 48px);
    height: 260px;
    margin: 30px -24px 0;
    clip-path: none;
  }

  .doc-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
  }

  .contents-list li {
    grid-template-columns: 38px 1fr;
  }

  .doc-page-footer {
    position: static;
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .playbook-pdf-panel {
    padding: 20px;
  }

  .playbook-pdf-card {
    min-height: 430px;
  }

  .playbook-pdf-card::before {
    inset: 20px 20px auto auto;
    width: 34%;
    min-width: 120px;
  }

  .resource-library-card,
  .resource-library-card.featured {
    min-height: 460px;
    padding: 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fffaf0;
  color: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

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

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

p {
  margin: 0;
  color: #5f6158;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: .95;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(3rem, 6.2vw, 6.2rem);
  max-width: 980px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.1rem, 4.7vw, 4.8rem);
  max-width: 880px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.narrow {
  max-width: 940px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px clamp(20px, 4vw, 56px);
  color: var(--ink);
  transition: background .2s ease, border-color .2s ease;
}

.site-header.is-scrolled,
body:not(.nav-open) .site-header:has(+ main .page-hero) {
  background: rgba(255, 250, 240, .9);
  border-bottom: 1px solid rgba(16, 16, 13, .1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  place-items: center;
  background: var(--orange);
  color: var(--black);
  font-size: .72rem;
  font-weight: 900;
  border-radius: 8px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav a {
  color: rgba(23, 23, 19, .68);
  transition: color .2s ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid rgba(23, 23, 19, .12);
  background: var(--lime);
  box-shadow: 0 12px 28px rgba(199, 255, 77, .28);
  color: var(--ink) !important;
  padding: 10px 16px;
  border-radius: 999px;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #fff7e7;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .94;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, .98) 0%, rgba(255, 250, 240, .86) 37%, rgba(255, 250, 240, .18) 72%),
    linear-gradient(180deg, rgba(255, 250, 240, .78) 0%, rgba(255, 250, 240, .2) 42%, rgba(255, 250, 240, .88) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 128px 0 54px;
  color: var(--ink);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-copy {
  margin-top: 18px;
  max-width: 650px;
  color: rgba(23, 23, 19, .72);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--orange);
  color: var(--black);
  box-shadow: 0 16px 34px rgba(255, 122, 26, .24);
}

.button.secondary {
  border-color: rgba(23, 23, 19, .22);
  background: rgba(255, 255, 255, .74);
  color: var(--ink);
}

.button.secondary.dark-text {
  border-color: rgba(23, 23, 19, .22);
  color: var(--ink);
}

.section {
  padding: clamp(74px, 10vw, 132px) 0;
}

.intro-band {
  background: var(--mint);
  color: var(--ink);
  border-top: 1px solid rgba(23, 23, 19, .08);
}

.intro-band p:not(.eyebrow),
.dark p {
  color: rgba(23, 23, 19, .68);
}

.experience-strip {
  display: grid;
  grid-template-columns: minmax(160px, .18fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  overflow: hidden;
  padding: 24px 0;
  background: var(--white);
  color: var(--ink);
  border-top: 1px solid rgba(23, 23, 19, .08);
  border-bottom: 1px solid rgba(23, 23, 19, .08);
}

.experience-strip-head {
  padding-left: clamp(20px, 4vw, 56px);
}

.experience-strip p {
  color: var(--orange);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.logo-marquee {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 2px 0;
  animation: logo-marquee 34s linear infinite;
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

.logo-card {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid rgba(23, 23, 19, .12);
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff 0%, var(--sky) 100%);
  color: rgba(23, 23, 19, .78);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(36, 35, 30, .06);
}

.logo-card img {
  width: auto;
  max-width: 150px;
  max-height: 30px;
  object-fit: contain;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

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

.problem-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(199, 255, 77, .44), transparent 30%),
    var(--white);
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.problem-list {
  display: grid;
  gap: 12px;
}

.problem-list p {
  position: relative;
  padding: 20px 22px 20px 54px;
  background: #fffaf0;
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: var(--radius);
  color: rgba(23, 23, 19, .76);
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(36, 35, 30, .05);
}

.problem-list p::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 25px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 122, 26, .16);
}

.culture-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 122, 26, .16), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(199, 255, 77, .48), transparent 28%),
    #fffaf0;
}

.culture-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(340px, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.culture-layout > div:first-child p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 22px;
  font-size: 1.1rem;
  font-weight: 700;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.culture-grid article {
  min-height: 245px;
  padding: 26px;
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .06);
}

.culture-grid span {
  display: inline-flex;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  padding: 8px 10px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.culture-grid h3 {
  margin-top: 28px;
}

.culture-grid p {
  margin-top: 14px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .85fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: start;
}

.split > p {
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.section-head.compact {
  display: block;
}

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

.pillar-grid,
.blog-grid,
.blog-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pillar-grid article,
.blog-grid article,
.blog-index article {
  min-height: 270px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .06);
}

.pillar-grid span,
.blog-grid span,
.blog-index span {
  display: inline-flex;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  padding: 8px 10px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pillar-grid h3,
.blog-grid h3,
.blog-index h2 {
  margin-top: 28px;
}

.blog-index h2 {
  font-size: clamp(1.85rem, 2.4vw, 2.65rem);
  line-height: .96;
}

.pillar-grid p,
.blog-grid p,
.blog-index p {
  margin-top: 14px;
}

.blog-grid a,
.blog-index a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--orange-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.culture-feature {
  padding-top: 0;
  background: var(--white);
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .8fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  padding: clamp(30px, 6vw, 64px);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 255, 77, .58), transparent 26%),
    var(--offwhite);
  box-shadow: var(--shadow);
}

.feature-panel > p {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 700;
}

.credibility-section {
  background: linear-gradient(135deg, var(--sky) 0%, var(--mint) 100%);
}

.blog-preview {
  background: var(--offwhite);
}

.featured-post {
  background: var(--white);
}

.blog-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
}

.blog-hero-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: calc(var(--radius) + 6px);
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 18px 50px rgba(36, 35, 30, .08);
}

.blog-hero-card span,
.article-meta span,
.article-sidebar span {
  color: var(--orange);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-hero-card strong {
  color: var(--ink);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.featured-post-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .9fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(30px, 6vw, 64px);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 122, 26, .16), transparent 28%),
    var(--offwhite);
  box-shadow: var(--shadow);
}

.featured-post-panel p {
  font-size: 1.12rem;
  font-weight: 700;
}

.blog-feature-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .75fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: calc(var(--radius) + 10px);
  background:
    radial-gradient(circle at 85% 12%, rgba(199, 255, 77, .45), transparent 24%),
    var(--offwhite);
  box-shadow: var(--shadow);
}

.blog-feature-card img {
  width: 100%;
  min-height: 360px;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center 42%;
}

.blog-feature-card img.seo-image {
  min-height: auto;
  aspect-ratio: 16 / 9;
  background: var(--offwhite);
  object-fit: contain;
  object-position: center;
}

.blog-feature-card > div {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(18px, 4vw, 48px);
}

.blog-feature-card p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
  font-weight: 720;
}

.blog-feature-card .button {
  margin-top: 28px;
}

.blog-library-section {
  background: var(--white);
}

.blog-topic-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -14px 0 34px;
}

.blog-topic-strip span {
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--white) 0%, var(--sky) 100%);
  padding: 10px 14px;
  color: rgba(23, 23, 19, .72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-hero {
  padding: 154px 0 76px;
  background:
    radial-gradient(circle at 86% 20%, rgba(199, 255, 77, .56), transparent 28%),
    radial-gradient(circle at 16% 28%, rgba(255, 122, 26, .18), transparent 34%),
    var(--offwhite);
  color: var(--ink);
}

.back-link {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--orange-deep);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-hero h1 {
  max-width: 950px;
}

.article-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(23, 23, 19, .68);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  font-weight: 720;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.article-meta span {
  border: 1px solid rgba(23, 23, 19, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  padding: 10px 12px;
}

.article-body-section {
  padding: clamp(66px, 9vw, 112px) 0;
  background: var(--white);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.article-content {
  max-width: 820px;
}

.article-image {
  width: 100%;
  max-height: 480px;
  margin-bottom: 38px;
  border-radius: calc(var(--radius) + 8px);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.article-image.seo-image {
  max-height: none;
  background: var(--offwhite);
  object-fit: contain;
}

.article-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 34px 0 12px;
}

.article-gallery figure {
  display: grid;
  gap: 12px;
  margin: 0;
}

.article-gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(16, 16, 13, .12);
}

.article-gallery figcaption {
  color: rgba(23, 23, 19, .62);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-content .lead {
  color: var(--ink);
  font-size: clamp(1.22rem, 2vw, 1.62rem);
  line-height: 1.38;
  font-weight: 760;
}

.article-content h2 {
  margin-top: 48px;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.article-content p,
.article-content li {
  color: rgba(23, 23, 19, .72);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  font-weight: 650;
  line-height: 1.68;
}

.article-content p {
  margin-top: 18px;
}

.article-content ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding-left: 22px;
}

.article-callout {
  margin: 36px 0 8px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: calc(var(--radius) + 6px);
  background: var(--lime);
  color: var(--ink);
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  font-weight: 900;
  line-height: 1.22;
}

.article-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.article-sidebar > div {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(23, 23, 19, .09);
  border-radius: var(--radius);
  background: var(--offwhite);
}

.article-sidebar strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.25;
}

.outcome-grid,
.case-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.results-feature {
  padding-top: 0;
}

.results-feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  padding: clamp(18px, 3vw, 30px);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 88% 14%, rgba(199, 255, 77, .52), transparent 28%),
    var(--white);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: var(--shadow);
}

.results-feature-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--offwhite);
}

.results-feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.results-feature-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(23, 23, 19, .72);
  font-size: 1.08rem;
  font-weight: 700;
}

.floating-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.floating-card-grid .outcome {
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow);
}

.playbook-section {
  padding-top: 0;
}

.playbook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.playbook-grid article {
  min-height: 280px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: var(--shadow);
}

.playbook-grid span {
  display: inline-flex;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  padding: 8px 10px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.playbook-grid h3 {
  margin-top: 28px;
}

.playbook-grid p {
  margin-top: 14px;
}

.playbook-cta {
  margin-top: 28px;
}

.outcome,
.case-grid article,
.insight-grid article {
  min-height: 300px;
  padding: 28px;
  background: rgba(255, 255, 255, .72);
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .06);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.outcome:hover,
.case-grid article:hover,
.insight-grid article:hover {
  transform: translateY(-5px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.outcome span,
.service-list span,
.case-grid .eyebrow,
.insight-grid span,
.timeline span,
.contact-note span {
  color: var(--orange-deep);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.outcome h3,
.case-grid h2,
.insight-grid h2 {
  margin-top: 42px;
}

.outcome p,
.case-grid p,
.insight-grid p {
  margin-top: 18px;
}

.result-metric {
  display: inline-flex;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  padding: 10px 14px;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dark {
  background: linear-gradient(135deg, var(--sky) 0%, var(--mint) 100%);
  color: var(--ink);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(40px, 8vw, 96px);
  align-items: center;
}

.proof-layout p {
  max-width: 670px;
  margin-top: 24px;
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stat-stack {
  display: grid;
  gap: 18px;
}

.stat-stack div {
  padding: 30px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(23, 23, 19, .08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat-stack strong {
  display: block;
  color: var(--orange);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: .9;
  text-transform: uppercase;
}

.stat-stack span {
  display: block;
  margin-top: 12px;
  color: rgba(23, 23, 19, .66);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.results-band {
  background: var(--white);
}

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

.result-grid article {
  min-height: 290px;
  padding: 30px;
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92) 0%, rgba(233, 255, 208, .72) 100%);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: var(--shadow);
}

.result-grid strong {
  display: block;
  color: var(--orange);
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: .9;
  text-transform: uppercase;
}

.result-grid span {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.result-grid p {
  margin-top: 16px;
  font-weight: 700;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.process article {
  border-top: 3px solid var(--orange);
  padding: 24px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(23, 23, 19, .08);
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .05);
}

.process p {
  margin-top: 16px;
}

.process span {
  display: block;
  margin-bottom: 22px;
  color: var(--orange-deep);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.process a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--orange-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.process.large article {
  min-height: 250px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  padding: 28px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .06);
}

.fit-section {
  background:
    radial-gradient(circle at 9% 8%, rgba(223, 244, 255, .9), transparent 34%),
    radial-gradient(circle at 94% 14%, rgba(199, 255, 77, .5), transparent 28%),
    var(--mint);
}

.fit-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.fit-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 22px;
  font-size: 1.08rem;
  font-weight: 700;
}

.fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fit-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  min-height: 178px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .05);
}

.fit-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 900;
}

.fit-list h3 {
  font-size: 1.05rem;
}

.fit-list p {
  margin-top: 10px;
  font-weight: 700;
}

.fit-list article:last-child {
  grid-column: 1 / -1;
  min-height: auto;
}

.final-cta {
  padding-top: 0;
}

.academy-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(223, 244, 255, .95), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(255, 122, 26, .16), transparent 30%),
    var(--offwhite);
}

.gameplan-section {
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 122, 26, .2), transparent 34%),
    var(--offwhite);
}

.gameplan-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(340px, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.gameplan-layout > div:first-child p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  font-size: 1.1rem;
}

.gameplan-steps {
  display: grid;
  gap: 14px;
}

.gameplan-steps article {
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .05);
}

.gameplan-steps span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gameplan-steps p {
  margin-top: 12px;
}

.gameplan-steps > .button {
  justify-self: start;
  margin-top: 8px;
}

.academy-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.academy-layout > div:first-child p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 22px;
  font-size: 1.1rem;
}

.academy-cards {
  display: grid;
  gap: 16px;
}

.academy-cards article {
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .06);
}

.academy-cards p {
  margin-top: 14px;
}

.resource-section {
  padding-top: 0;
}

.resource-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(30px, 6vw, 64px);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 12% 18%, rgba(199, 255, 77, .52), transparent 28%),
    var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.resource-panel p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .74);
}

.inline-signup {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
}

.inline-signup label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.inline-signup input,
.inline-signup select {
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
}

.inline-signup .form-status {
  min-height: 22px;
  color: var(--lime);
  font-size: .9rem;
  font-weight: 800;
}

.cta-panel {
  background: linear-gradient(135deg, var(--orange) 0%, #ffb321 54%, var(--lime) 100%);
  color: var(--black);
  padding: clamp(34px, 7vw, 72px);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.cta-panel::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .34);
  pointer-events: none;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel .eyebrow,
.cta-panel p {
  color: rgba(5, 5, 5, .72);
}

.cta-panel p {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: 1.1rem;
}

.cta-panel .button.primary {
  margin-top: 28px;
  background: var(--ink);
  color: var(--white);
}

.page-hero {
  padding: 174px 0 84px;
  background:
    radial-gradient(circle at 85% 18%, rgba(199, 255, 77, .6), transparent 30%),
    radial-gradient(circle at 15% 22%, rgba(255, 122, 26, .22), transparent 34%),
    var(--offwhite);
  color: var(--ink);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(23, 23, 19, .68);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
}

.community-video-panel {
  display: grid;
  gap: 18px;
  max-width: 860px;
  margin-top: 34px;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(23, 23, 19, .12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 70px rgba(16, 16, 13, .12);
}

.community-video-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.community-video-copy span {
  color: var(--orange);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.community-video-copy strong {
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.08;
}

.community-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--radius-lg) - 10px);
  background: var(--ink);
  object-fit: cover;
}

.about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(30px, 7vw, 88px);
  align-items: center;
}

.about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-hero-points span {
  display: inline-flex;
  border: 1px solid rgba(23, 23, 19, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: rgba(23, 23, 19, .72);
  padding: 10px 12px;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-hero-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 19, .08);
  border-radius: calc(var(--radius) + 8px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.about-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
}

.about-hero-photo figcaption {
  padding: 20px 22px 22px;
}

.about-hero-photo strong {
  display: block;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.about-hero-photo span {
  display: block;
  margin-top: 8px;
  color: var(--orange-deep);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 74px);
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.12fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
}

.about-photo-card {
  position: sticky;
  top: 110px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 19, .08);
  border-radius: calc(var(--radius) + 8px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.about-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
}

.about-photo-card figcaption {
  padding: 24px;
}

.about-photo-card span {
  display: block;
  color: var(--orange-deep);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-photo-card strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.about-photo-card p {
  margin-top: 12px;
  font-weight: 700;
}

.about-story {
  display: grid;
  gap: 18px;
}

.story-card {
  background: var(--lime);
  color: var(--ink);
  padding: clamp(28px, 5vw, 56px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-card h2 {
  max-width: 100%;
  font-size: clamp(2.15rem, 4.6vw, 3.8rem);
  line-height: 1.02;
}

.story-card p:not(.eyebrow) {
  margin-top: 22px;
  color: rgba(23, 23, 19, .68);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.field-proof {
  padding-top: 0;
}

.field-proof-panel {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 90% 12%, rgba(199, 255, 77, .42), transparent 30%),
    var(--white);
  border: 1px solid rgba(23, 23, 19, .08);
  box-shadow: var(--shadow);
}

.field-proof-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--offwhite);
}

.field-proof-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center 34%;
}

.field-proof-image-wide img {
  aspect-ratio: 3 / 2;
  object-position: center;
}

.field-proof-panel p:not(.eyebrow) {
  max-width: 590px;
  margin-top: 20px;
  font-size: 1.08rem;
  font-weight: 700;
}

.launch-proof-grid {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 250, 240, .82);
  border: 1px solid rgba(23, 23, 19, .08);
}

.launch-proof-grid figure {
  margin: 0;
}

.launch-proof-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

.launch-proof-grid figcaption {
  margin-top: 8px;
  color: var(--orange-deep);
  font-size: .64rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.field-proof-panel .launch-proof-grid p {
  max-width: none;
  margin: 0;
  color: rgba(23, 23, 19, .72);
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.45;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  padding: 26px;
  background: var(--offwhite);
  border-radius: var(--radius-sm);
}

.values h2 {
  margin-bottom: 34px;
}

.value-grid,
.check-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-grid p,
.check-list p {
  min-height: 140px;
  padding: 28px;
  background: rgba(255, 255, 255, .72);
  color: rgba(23, 23, 19, .78);
  font-size: 1.08rem;
  font-weight: 800;
  border-radius: var(--radius-sm);
}

.credential-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.credential-list {
  display: grid;
  gap: 14px;
}

.credential-list p {
  padding: 22px 24px;
  background: var(--offwhite);
  color: var(--black);
  font-size: 1.02rem;
  font-weight: 900;
  border-radius: var(--radius-sm);
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 30px;
  min-width: 0;
  padding: clamp(28px, 5vw, 54px);
  background: var(--offwhite);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .06);
}

.service-list article > div {
  min-width: 0;
}

.service-list p {
  max-width: 820px;
  margin-top: 16px;
  font-size: 1.06rem;
}

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

.case-grid article,
.insight-grid article {
  min-height: 280px;
}

.contact-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-bottom: 60px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 520px);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.contact-note {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(23, 23, 19, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .5);
}

.contact-note p {
  margin-top: 10px;
  font-size: 1rem;
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(23, 23, 19, .1);
  box-shadow: 0 14px 34px rgba(36, 35, 30, .05);
}

.contact-direct span {
  color: var(--orange-deep);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-direct a {
  color: var(--ink);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--offwhite);
  color: var(--black);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #403d38;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d3cec5;
  border-radius: 12px;
  background: var(--white);
  color: var(--black);
  font: inherit;
  padding: 12px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .form-status {
  min-height: 24px;
  color: var(--orange-deep);
  font-size: .92rem;
  font-weight: 800;
}

.footer {
  padding: 50px 0;
  background: var(--offwhite);
  color: var(--ink);
  border-top: 1px solid rgba(23, 23, 19, .1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 46px;
}

.footer p {
  max-width: 360px;
  margin-top: 16px;
  color: rgba(23, 23, 19, .56);
}

.footer span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer a:not(.brand) {
  display: block;
  margin-top: 8px;
  color: rgba(23, 23, 19, .72);
  font-size: .88rem;
}

@media (max-width: 980px) {
  .nav-toggle {
    position: relative;
    z-index: 31;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(23, 23, 19, .18);
    background: transparent;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .nav-toggle span + span {
    margin-top: -14px;
  }

  .nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 20px;
    padding: 90px 32px 40px;
    background: #fffaf0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
  }

  body.nav-open .site-header {
    background: #fffaf0;
    border-bottom: 1px solid rgba(16, 16, 13, .1);
    backdrop-filter: none;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    font-size: 1.4rem;
  }

  .split,
  .proof-layout,
  .about-hero-layout,
  .story-grid,
  .about-profile,
  .contact-layout,
  .credential-panel,
  .results-feature-panel,
  .field-proof-panel,
  .problem-layout,
  .culture-layout,
  .academy-layout,
  .gameplan-layout,
  .fit-layout,
  .resource-panel,
  .feature-panel,
  .featured-post-panel,
  .blog-hero-layout,
  .blog-feature-card,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .outcome-grid,
  .floating-card-grid,
  .playbook-grid,
  .process,
  .result-grid,
  .culture-grid,
  .pillar-grid,
  .blog-grid,
  .blog-index,
  .value-grid,
  .check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head {
    display: block;
  }

  .experience-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .experience-strip-head {
    padding-inline: 20px;
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 34px;
  }

  .about-photo-card {
    position: static;
  }

  .about-hero-photo {
    max-width: 460px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    min-height: 72px;
    padding: 14px;
  }

  .brand span:last-child {
    max-width: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(255, 250, 240, .4) 0%, rgba(255, 250, 240, .82) 48%, rgba(255, 250, 240, .98) 100%);
  }

  .hero-content {
    padding: 112px 0 34px;
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 3.6rem);
    line-height: .98;
  }

  .page-hero {
    padding: 124px 0 58px;
  }

  .article-hero {
    padding: 116px 0 58px;
  }

  .page-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.05rem);
    line-height: 1;
  }

  .article-hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.25rem);
    line-height: .98;
  }

  .page-hero p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 1rem;
  }

  .community-video-panel {
    margin-top: 26px;
    padding: 12px;
  }

  .community-video-copy {
    display: grid;
    gap: 8px;
  }

  .about-hero-points {
    margin-top: 22px;
  }

  .about-hero-points span {
    font-size: .68rem;
    padding: 9px 10px;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .outcome-grid,
  .floating-card-grid,
  .playbook-grid,
  .process,
  .value-grid,
  .check-list,
  .case-grid,
  .insight-grid,
  .result-grid,
  .culture-grid,
  .pillar-grid,
  .blog-grid,
  .blog-index,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .outcome,
  .case-grid article,
  .insight-grid article {
    min-height: auto;
  }

  .service-list article,
  .timeline div,
  .fit-list,
  .launch-proof-grid {
    grid-template-columns: 1fr;
  }

  .fit-list article,
  .fit-list article:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .launch-proof-grid img {
    aspect-ratio: 4 / 3;
  }

  .footer-grid {
    gap: 30px;
  }

  .blog-feature-card img {
    min-height: 280px;
  }

  .blog-feature-card img.seo-image {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .article-image {
    max-height: 340px;
  }

  .article-gallery {
    grid-template-columns: 1fr;
  }
}
