:root {
  --obsidian: #111111;
  --carbon: #1c1c1a;
  --bone: #f6f2eb;
  --stone: #e7e0d6;
  --sand: #c9b8a3;
  --copper: #b46c45;
  --olive: #303229;
  --white: #ffffff;
  --mist: #fbfaf7;
  --border: rgba(17, 17, 17, 0.12);
  --soft-border: rgba(246, 242, 235, 0.2);
  --shadow: 0 28px 90px rgba(28, 28, 26, 0.12);
  --tight-shadow: 0 18px 44px rgba(28, 28, 26, 0.16);
  --font-display: "Playfair Display", Georgia, serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--obsidian);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
.form-status:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

.skip-link {
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: -64px;
  z-index: 30;
  background: var(--obsidian);
  color: var(--white);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  background: rgba(246, 242, 235, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 84px;
  padding: 18px clamp(18px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
}

.brand img {
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.button {
  align-items: center;
  background: var(--copper);
  border: 1px solid var(--copper);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font: 800 0.91rem/1 var(--font-sans);
  justify-content: center;
  letter-spacing: 0.03em;
  min-height: 52px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  background: var(--olive);
  border-color: var(--olive);
  transform: translateY(-1px);
}

.button-small {
  justify-self: end;
  min-height: 44px;
  padding: 0 20px;
}

.primary-nav {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-self: center;
}

.primary-nav a,
.site-footer nav a,
.text-link {
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.primary-nav a {
  border-radius: 999px;
  padding: 10px 12px;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"],
.site-footer nav a:hover,
.text-link:hover {
  color: var(--copper);
}

.text-link {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.text-link-light {
  color: rgba(246, 242, 235, 0.74);
}

.text-link-light:hover {
  color: var(--sand);
}

.brand-hero {
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.68fr);
  min-height: calc(100dvh - 84px);
  padding: clamp(50px, 7vw, 112px) clamp(18px, 5vw, 76px) clamp(52px, 7vw, 96px);
}

.brand-hero-copy {
  align-self: center;
  max-width: 930px;
}

.brand-hero-panel {
  align-self: stretch;
  background-image:
    linear-gradient(180deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.72)),
    url("https://images.unsplash.com/photo-1518611012118-696072aa579a?auto=format&fit=crop&fm=jpg&q=80&w=1600");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  min-height: 640px;
  padding: clamp(18px, 3vw, 32px);
}

.method-card {
  align-self: end;
  background: rgba(246, 242, 235, 0.92);
  border: 1px solid rgba(246, 242, 235, 0.6);
  border-radius: 8px;
  color: var(--obsidian);
  max-width: 520px;
  padding: clamp(22px, 3vw, 34px);
}

.method-card span,
.pathway-label,
.article-card span {
  color: var(--copper);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.method-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  line-height: 1;
  margin-bottom: 16px;
}

.method-card p,
.success-card p,
.pathway-card p,
.article-card p,
.coach-card p,
.philosophy-section p {
  color: rgba(17, 17, 17, 0.7);
}

.method-card-secondary {
  align-self: start;
  justify-self: end;
  max-width: 380px;
}

.method-card-secondary strong {
  font-size: clamp(1.55rem, 2.3vw, 2.5rem);
}

.intro-section,
.proof-section,
.experience-section,
.work-section,
.connection-section,
.resources-preview-section,
.page-hero,
.coach-section,
.philosophy-section,
.blog-section,
.resource-library-section,
.resource-access-section,
.final-brand-cta {
  padding: clamp(64px, 8vw, 122px) clamp(18px, 5vw, 76px);
}

.intro-section,
.philosophy-section {
  background: var(--mist);
  display: grid;
  gap: clamp(28px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
}

.proof-section,
.work-section,
.blog-section,
.resource-library-section {
  background: var(--bone);
}

.success-grid,
.pathway-grid,
.article-grid,
.coach-grid,
.resources-preview-grid,
.resource-grid {
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

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

.success-card,
.pathway-card,
.article-card,
.coach-card,
.resource-preview-card,
.resource-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
}

.success-card {
  min-height: 330px;
}

.success-card span {
  color: var(--copper);
  display: block;
  font-weight: 800;
  margin-bottom: 44px;
}

.success-card h3,
.pathway-card h3,
.article-card h3,
.coach-card h3,
.resource-preview-card h3,
.resource-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.3rem);
}

.experience-section {
  align-items: center;
  background: var(--stone);
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
}

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

.pathway-card {
  display: flex;
  flex-direction: column;
  min-height: 620px;
}

.pathway-card ul {
  color: rgba(17, 17, 17, 0.7);
  display: grid;
  gap: 12px;
  margin: 12px 0 28px;
  padding-left: 20px;
}

.pathway-card .button {
  margin-top: auto;
  width: fit-content;
}

.pathway-card-dark {
  background: var(--carbon);
  color: var(--bone);
}

.pathway-card-dark p,
.pathway-card-dark ul {
  color: rgba(246, 242, 235, 0.72);
}

.connection-section {
  background: var(--mist);
}

.resources-preview-section {
  background: var(--bone);
}

.resources-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
}

.resource-preview-card {
  min-height: 310px;
}

.resource-preview-card span,
.resource-meta span {
  color: var(--copper);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.resource-preview-card p,
.resource-card p,
.resource-card li {
  color: rgba(17, 17, 17, 0.7);
}

.resource-preview-card-dark,
.resource-card-dark {
  background: var(--carbon);
  color: var(--bone);
}

.resource-preview-card-dark p,
.resource-card-dark p,
.resource-card-dark li {
  color: rgba(246, 242, 235, 0.72);
}

.resources-hero {
  max-width: 1260px;
}

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

.resource-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.resource-meta span:nth-child(2) {
  color: rgba(17, 17, 17, 0.54);
}

.resource-card-dark .resource-meta span:nth-child(2) {
  color: rgba(246, 242, 235, 0.56);
}

.resource-card ul {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-left: 20px;
}

.resource-access-section {
  align-items: center;
  background: var(--olive);
  color: var(--bone);
  display: grid;
  gap: clamp(30px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.resource-access-section .eyebrow,
.resource-access-section p {
  color: var(--sand);
}

.final-brand-cta {
  align-items: center;
  background: var(--olive);
  color: var(--bone);
  display: grid;
  gap: clamp(30px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.final-brand-cta .eyebrow,
.final-brand-cta p {
  color: var(--sand);
}

.cta-panel {
  align-items: start;
  display: grid;
  gap: 18px;
}

.page-hero {
  background: var(--bone);
  max-width: 1180px;
}

.page-hero h1 {
  max-width: 1040px;
}

.coach-section {
  background: var(--mist);
}

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

.coach-card {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 4vw, 54px);
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1fr);
}

.coach-image {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  min-height: 480px;
}

.coach-image-sammi {
  background-image: url("Style%20Board%20Clinical%20Physiques.png");
  background-position: top left;
}

.coach-image-din {
  background-image:
    linear-gradient(180deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.36)),
    url("https://images.unsplash.com/photo-1534367610401-9f5ed68180aa?auto=format&fit=crop&fm=jpg&q=80&w=1500");
}

.mini-credentials {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 0;
}

.mini-credentials div,
.principle-stack span {
  background: var(--bone);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px;
}

.mini-credentials dt {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
}

.mini-credentials dd {
  color: rgba(17, 17, 17, 0.62);
  font-weight: 700;
  margin: 8px 0 0;
}

.principle-stack {
  display: grid;
  gap: 14px;
}

.principle-stack span {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  line-height: 1.08;
}

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

.article-card {
  min-height: 340px;
}

.article-card-featured {
  background: var(--carbon);
  color: var(--bone);
  grid-column: span 2;
}

.article-card-featured p {
  color: rgba(246, 242, 235, 0.72);
}

.article-card span {
  margin-top: 28px;
}

.site-footer {
  align-items: center;
  background: var(--bone);
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 76px);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.hero {
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.76fr);
  min-height: calc(100dvh - 84px);
  padding: clamp(42px, 7vw, 100px) clamp(18px, 5vw, 76px) clamp(48px, 6vw, 88px);
}

.hero-copy {
  align-self: center;
  max-width: 850px;
}

.eyebrow {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--font-display);
  line-height: 0.98;
}

h1 {
  font-size: clamp(2.7rem, 5.4vw, 5.8rem);
  letter-spacing: 0;
  margin-bottom: 28px;
  max-width: 930px;
}

h1 span {
  display: block;
  color: var(--olive);
}

h2 {
  font-size: clamp(2.05rem, 3.8vw, 4.25rem);
  letter-spacing: 0;
  margin-bottom: 24px;
}

h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1.16;
  margin-bottom: 12px;
}

.hero-lede {
  color: rgba(17, 17, 17, 0.78);
  font-size: clamp(1rem, 1.28vw, 1.17rem);
  max-width: 760px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin-top: 34px;
}

.hero-actions p {
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.94rem;
  margin: 0;
  max-width: 300px;
}

.trust-row {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
  max-width: 760px;
  padding-top: 22px;
}

.trust-row span {
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-media {
  align-self: stretch;
  border-radius: 8px;
  min-height: 590px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  background: var(--carbon);
}

.gym-image {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82) 0%, rgba(17, 17, 17, 0.38) 48%, rgba(17, 17, 17, 0.18) 100%),
    url("https://images.unsplash.com/photo-1708011108776-45ad9e625269?auto=format&fit=crop&fm=jpg&q=80&w=1800");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.device-stack {
  bottom: clamp(24px, 4vw, 46px);
  left: clamp(22px, 4vw, 48px);
  position: absolute;
  right: clamp(22px, 4vw, 48px);
  top: clamp(70px, 10vw, 128px);
}

.guide {
  background: var(--bone);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--tight-shadow);
  color: var(--obsidian);
  display: grid;
  padding: 24px;
  position: absolute;
}

.guide span,
.guide small {
  color: var(--copper);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide strong {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 3.5rem);
  line-height: 0.96;
}

.guide-desktop {
  aspect-ratio: 0.76;
  border-radius: 8px;
  gap: 22px;
  left: 0;
  max-width: 360px;
  top: 0;
  width: 68%;
}

.guide-desktop::after {
  background: var(--copper);
  bottom: 26px;
  content: "";
  height: 10px;
  left: 24px;
  position: absolute;
  width: 42%;
}

.guide-tablet {
  aspect-ratio: 0.72;
  border-radius: 8px;
  bottom: 6%;
  gap: 16px;
  max-width: 240px;
  right: 6%;
  width: 44%;
}

.guide-tablet strong {
  font-size: clamp(1.3rem, 2vw, 2rem);
}

.guide-phone {
  aspect-ratio: 0.48;
  border-radius: 22px;
  bottom: 0;
  gap: 12px;
  max-width: 116px;
  padding: 18px 14px;
  right: 0;
  width: 24%;
}

.guide-phone strong {
  font-size: 1rem;
  line-height: 1.08;
}

.problem-section,
.fit-section,
.inside-section,
.difference-section,
.after-section,
.sammi-section,
.download-section {
  padding: clamp(64px, 8vw, 122px) clamp(18px, 5vw, 76px);
}

.problem-section {
  background: var(--mist);
  display: grid;
  gap: clamp(28px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
}

.section-kicker,
.section-heading {
  max-width: 820px;
}

.problem-copy {
  color: rgba(17, 17, 17, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  max-width: 760px;
}

.problem-copy p {
  margin-bottom: 24px;
}

.fit-section {
  background: var(--bone);
}

.fit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.fit-grid article {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  min-height: 184px;
  padding: clamp(22px, 3vw, 34px);
}

.fit-grid span {
  color: var(--copper);
  display: block;
  font-weight: 800;
  margin-bottom: 36px;
}

.fit-grid p {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.16;
  margin-bottom: 0;
}

.inside-section {
  background: var(--carbon);
  color: var(--bone);
}

.inside-section .section-heading {
  max-width: 980px;
}

.inside-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  margin-top: 48px;
}

.blueprint-preview {
  position: sticky;
  top: 118px;
}

.blueprint-page {
  background: var(--bone);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  color: var(--obsidian);
  display: grid;
  gap: 24px;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  position: relative;
}

.blueprint-page::before {
  background: var(--copper);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.blueprint-page::after {
  background: rgba(180, 108, 69, 0.12);
  bottom: -90px;
  content: "";
  height: 220px;
  position: absolute;
  right: -80px;
  transform: rotate(-14deg);
  width: 220px;
}

.blueprint-label,
.lesson-number {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blueprint-page h3 {
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  max-width: 420px;
}

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

.framework-map span {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  font-weight: 800;
  min-height: 70px;
  padding: 16px;
}

.review-strip {
  display: grid;
  gap: 12px;
}

.review-strip span {
  background: var(--stone);
  border-radius: 999px;
  display: block;
  height: 10px;
}

.review-strip span:nth-child(1) {
  width: 84%;
}

.review-strip span:nth-child(2) {
  width: 62%;
}

.review-strip span:nth-child(3) {
  width: 74%;
}

.blueprint-page p {
  align-self: end;
  color: rgba(17, 17, 17, 0.68);
  font-weight: 600;
  margin-bottom: 0;
  max-width: 430px;
  position: relative;
  z-index: 1;
}

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

.learning-card {
  align-items: start;
  background: rgba(246, 242, 235, 0.055);
  border: 1px solid var(--soft-border);
  border-radius: 8px;
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 150px;
  padding: clamp(22px, 3vw, 34px);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.learning-card:hover {
  background: rgba(246, 242, 235, 0.09);
  border-color: rgba(246, 242, 235, 0.36);
  transform: translateY(-2px);
}

.learning-card h3 {
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
}

.learning-card p {
  color: rgba(246, 242, 235, 0.74);
  font-size: 1.06rem;
  margin-bottom: 0;
}

.difference-section {
  align-items: center;
  background: var(--stone);
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
}

.difference-image {
  aspect-ratio: 0.82;
  background-image: url("Style%20Board%20Clinical%20Physiques.png");
  background-position: top left;
  background-size: cover;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 460px;
}

.difference-copy {
  max-width: 760px;
}

.difference-copy p,
.sammi-copy p,
.download-copy p {
  color: rgba(17, 17, 17, 0.73);
  font-size: 1.06rem;
}

.after-section {
  background: var(--mist);
}

.outcome-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.outcome-grid p {
  border-left: 2px solid var(--copper);
  color: rgba(17, 17, 17, 0.74);
  margin: 0;
  min-height: 132px;
  padding: 6px 22px 0;
}

.plain-proof {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 52px;
  padding-top: 28px;
}

.plain-proof span,
.plain-proof strong {
  font-size: clamp(1.1rem, 2vw, 1.7rem);
}

.plain-proof strong {
  font-family: var(--font-display);
}

.sammi-section {
  display: grid;
  gap: clamp(30px, 5vw, 78px);
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
}

.sammi-copy {
  max-width: 780px;
}

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

.credential-grid div {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
}

.credential-grid dt {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 2.5rem);
  line-height: 1;
}

.credential-grid dd {
  color: rgba(17, 17, 17, 0.66);
  font-weight: 700;
  margin: 10px 0 0;
}

.download-section {
  align-items: center;
  background: var(--olive);
  color: var(--bone);
  display: grid;
  gap: clamp(30px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.download-copy {
  max-width: 900px;
}

.download-copy .eyebrow,
.download-copy p {
  color: var(--sand);
}

.lead-form {
  background: var(--bone);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--obsidian);
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
}

.lead-form label {
  font-size: 0.86rem;
  font-weight: 800;
}

.lead-form input {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--obsidian);
  font: inherit;
  min-height: 52px;
  padding: 12px 14px;
  width: 100%;
}

.lead-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(17, 17, 17, 0.62) 50%) calc(100% - 20px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(17, 17, 17, 0.62) 50%, transparent 50%) calc(100% - 14px) 50% / 7px 7px no-repeat,
    var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--obsidian);
  font: inherit;
  min-height: 52px;
  padding: 12px 42px 12px 14px;
  width: 100%;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.lead-form .button {
  margin-top: 12px;
  width: 100%;
}

.lead-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0;
  min-height: 1.4em;
}

.form-status[data-state="success"] {
  color: var(--olive);
}

.form-status[data-state="error"] {
  color: #8f3f25;
}

.microcopy {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.82rem;
  margin: 4px 0 0;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 1040px) {
  .hero,
  .brand-hero,
  .problem-section,
  .inside-layout,
  .difference-section,
  .intro-section,
  .experience-section,
  .philosophy-section,
  .resource-access-section,
  .sammi-section,
  .download-section,
  .final-brand-cta,
  .coach-card {
    grid-template-columns: 1fr;
  }

  .hero,
  .brand-hero {
    min-height: auto;
  }

  .brand-hero-panel {
    min-height: 580px;
  }

  .hero-media {
    min-height: 620px;
  }

  .blueprint-preview {
    position: static;
  }

  .blueprint-page {
    min-height: 460px;
  }

  .fit-grid,
  .outcome-grid,
  .success-grid,
  .article-grid,
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-card-featured {
    grid-column: span 2;
  }
}

@media (max-width: 780px) {
  .trust-row,
  .credential-grid,
  .pathway-grid,
  .mini-credentials,
  .resources-preview-grid {
    grid-template-columns: 1fr;
  }

  .learning-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .trust-row {
    gap: 10px;
  }

  .hero-media {
    min-height: 520px;
  }

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

  .primary-nav {
    display: none;
  }

  .pathway-card {
    min-height: auto;
  }

  .resource-card,
  .resource-preview-card {
    min-height: auto;
  }

  .coach-image {
    min-height: 360px;
  }

  .guide-desktop {
    width: 76%;
  }

  .guide-tablet {
    width: 48%;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 74px;
    padding: 14px 16px;
  }

  .brand span {
    font-size: 0.96rem;
  }

  .brand img {
    height: 36px;
    width: 36px;
  }

  .button-small {
    font-size: 0.72rem;
    min-height: 42px;
    padding: 0 14px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.55rem);
  }

  h2 {
    font-size: clamp(2rem, 8.5vw, 3rem);
  }

  .hero {
    padding-top: 34px;
  }

  .brand-hero,
  .page-hero {
    padding-top: 44px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions p {
    max-width: none;
  }

  .hero-media {
    min-height: 470px;
  }

  .brand-hero-panel {
    min-height: 520px;
    padding: 14px;
  }

  .method-card-secondary {
    justify-self: stretch;
  }

  .inside-layout {
    margin-top: 34px;
  }

  .blueprint-page {
    min-height: 420px;
  }

  .framework-map {
    grid-template-columns: 1fr;
  }

  .device-stack {
    inset: 42px 18px 24px;
  }

  .guide {
    padding: 18px;
  }

  .guide-desktop {
    width: 82%;
  }

  .guide-tablet {
    bottom: 9%;
    right: 4%;
    width: 52%;
  }

  .guide-phone {
    width: 26%;
  }

  .fit-grid,
  .outcome-grid,
  .success-grid,
  .article-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .fit-grid article,
  .outcome-grid p,
  .success-card,
  .article-card {
    min-height: auto;
  }

  .article-card-featured {
    grid-column: span 1;
  }

  .pathway-card .button,
  .cta-panel .button {
    width: 100%;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 420px) {
  .brand span {
    display: none;
  }

  .button-small {
    font-size: 0.68rem;
    padding: 0 12px;
  }
}
