@font-face {
  font-family: "Breite";
  src: url("/fonts/Breite-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Optician Sans";
  src: url("/fonts/Optician-Sans.woff2") format("woff2"),
       url("/fonts/Optician-Sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #edf0eb;
  --paper: #fffdf7;
  --paper-strong: #dfe7da;
  --ink: #141713;
  --muted: #596155;
  --soft: #cbd5c5;
  --accent: #9b2f1f;
  --accent-dark: #681d13;
  --green: #294b35;
  --shadow: rgba(31, 47, 35, 0.15);
  --ease: cubic-bezier(0.2, 0, 0, 1);
  --shadow-soft: 0 10px 24px rgba(31, 47, 35, 0.09);
  --shadow-lift: 0 20px 46px rgba(31, 47, 35, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(155, 47, 31, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 4%, rgba(41, 75, 53, 0.13), transparent 24rem),
    linear-gradient(180deg, #f6f7f2 0%, var(--bg) 48%, #dde4db 100%);
  color: var(--ink);
  font-family: "Breite", Georgia, serif;
  font-size: 16px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(21, 18, 13, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 13, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: translate3d(0, 0, 0);
}

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

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Optician Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 500px;
  font-size: clamp(1.9rem, 3.65vw, 3.45rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.65rem, 3.35vw, 3.15rem);
  line-height: 1.06;
}

h3 {
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  line-height: 1.14;
}

p {
  margin: 0;
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(237, 240, 235, 0.84);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(1120px, calc(100% - 48px));
  min-height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand,
.links,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-weight: 700;
  transition: transform 180ms var(--ease);
}

.brand:hover {
  transform: translateY(-1px);
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-family: "Optician Sans", Arial, sans-serif;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.brand-mark img {
  width: 20px;
  height: 20px;
  display: block;
  filter: invert(1);
}

.brand:hover .brand-mark {
  transform: rotate(-4deg) scale(1.04);
  box-shadow: 0 10px 20px rgba(20, 23, 19, 0.14);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 400;
}

.links {
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-toggle,
.nav-toggle-button {
  display: none;
}

.links a {
  position: relative;
  transition: color 180ms var(--ease), transform 180ms var(--ease);
}

.links a:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.nav-cta {
  border-radius: 8px;
  padding: 8px 12px;
  background: var(--accent);
  color: var(--paper) !important;
  box-shadow: 0 14px 30px rgba(155, 47, 31, 0.22);
}

.nav-cta:hover {
  background: var(--accent-dark);
  color: var(--paper) !important;
}

.nav-cta::after {
  content: "→";
  margin-left: 7px;
}

.section {
  padding: clamp(88px, 12vw, 158px) 0;
}

.hero {
  padding: clamp(76px, 10vw, 112px) 0 clamp(82px, 10vw, 124px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(390px, 1.3fr);
  gap: clamp(44px, 6vw, 78px);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 20px;
}

.eyebrow,
.panel-kicker {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead {
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.28vw, 1.1rem);
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 8px;
  padding: 9px 15px;
  background: var(--accent);
  color: var(--paper);
  font-weight: 800;
  transition: transform 180ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease);
  box-shadow: 0 16px 34px rgba(155, 47, 31, 0.22);
}

.button:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(155, 47, 31, 0.25);
}

.button:active {
  transform: scale(0.96);
}

.hero-cta {
  gap: 8px;
}

.hero-cta::after {
  content: "→";
  line-height: 1;
  transform: translateY(-1px);
}

.secondary-link {
  border: 1px solid rgba(20, 23, 19, 0.14);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(255, 253, 247, 0.58);
  color: var(--ink);
  font-weight: 700;
  transition: transform 180ms var(--ease), background 180ms var(--ease);
}

.secondary-link:hover {
  transform: translateY(-1px);
  background: var(--paper);
}

.button.secondary {
  background: rgba(255, 253, 247, 0.66);
  color: var(--ink);
  border-color: var(--soft);
  box-shadow: var(--shadow-soft);
}

.button.secondary:hover {
  background: rgba(255, 253, 247, 0.94);
  box-shadow: var(--shadow-lift);
}

.trust-row {
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
}

.feature-chip {
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  padding: 9px 11px;
  background: rgba(255, 253, 247, 0.72);
  box-shadow: 0 1px 0 rgba(20, 23, 19, 0.04), 0 10px 24px rgba(31, 47, 35, 0.06);
  transition: transform 180ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.feature-chip:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.feature-chip svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.86;
  transition: transform 220ms var(--ease), opacity 220ms var(--ease), filter 220ms var(--ease);
}

.feature-chip:hover svg {
  transform: scale(1.08);
  opacity: 1;
  filter: blur(0);
}

.feature-chip span {
  display: grid;
  gap: 1px;
}

.feature-chip strong {
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.1;
}

.feature-chip small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.15;
}

.course-preview,
.snapshot-card,
.audience-card,
.benefit-card,
.module-card,
.stat-card,
.process-step,
.faq-list details,
.get-item,
.final-card {
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 24px 70px var(--shadow);
}

.course-preview {
  display: grid;
  gap: 14px;
  border-radius: 18px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(255, 253, 247, 0.82)),
    var(--paper);
  outline: 1px solid rgba(20, 23, 19, 0.06);
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.course-preview:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 86px rgba(31, 47, 35, 0.16);
}

.preview-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 6px 0;
}

.preview-head h2 {
  font-size: clamp(1.28rem, 2.2vw, 2rem);
  line-height: 1.04;
}

.preview-head span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--paper-strong);
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 800;
}

.preview-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: var(--ink);
  outline: 1px solid rgba(20, 23, 19, 0.06);
  box-shadow: 0 20px 50px rgba(20, 23, 19, 0.16);
  isolation: isolate;
  transform: translateZ(0);
}

.preview-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.course-preview .trust-row {
  padding: 2px 2px 0;
}

.course-preview .feature-chip {
  flex: 1 1 154px;
  background: rgba(223, 231, 218, 0.72);
  box-shadow: none;
}

.card-icon,
.item-icon {
  width: 22px;
  height: 22px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.78;
  transition: transform 180ms var(--ease), opacity 180ms var(--ease), color 180ms var(--ease);
}

.snapshot-section {
  margin-top: clamp(-54px, -5vw, -30px);
  padding-bottom: clamp(46px, 7vw, 80px);
}

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

.snapshot-card {
  display: grid;
  gap: 7px;
  border-radius: 12px;
  padding: 16px;
  outline: 1px solid rgba(20, 23, 19, 0.05);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background-color 180ms var(--ease);
}

.snapshot-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.snapshot-card span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.snapshot-card strong {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.25;
}

.snapshot-card p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.48;
}

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

.stat-card strong {
  font-family: "Optician Sans", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.55rem);
  line-height: 0.94;
  font-variant-numeric: tabular-nums;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.7rem;
}

.section-heading {
  display: grid;
  gap: 14px;
}

.section-heading.compact {
  max-width: 520px;
  margin-bottom: 34px;
}

.section-heading.center {
  max-width: 620px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading.split {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 58px;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading p,
.story-copy,
.instructor-copy,
.get-list {
  color: var(--muted);
}

.blog-hero {
  padding: clamp(78px, 11vw, 128px) 0 clamp(44px, 7vw, 76px);
}

.blog-hero-inner {
  max-width: 720px;
  display: grid;
  gap: 18px;
}

.blog-hero .lead {
  max-width: 620px;
}

.blog-section {
  padding: 0 0 clamp(92px, 12vw, 150px);
}

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

.blog-card {
  overflow: hidden;
  display: grid;
  border-radius: 14px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: var(--shadow-soft);
  outline: 1px solid rgba(20, 23, 19, 0.05);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background-color 180ms var(--ease);
}

.blog-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.blog-card-art,
.article-art {
  display: block;
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 253, 247, 0.22), transparent 12rem),
    linear-gradient(135deg, #141713, #596155);
}

.tone-stone {
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 253, 247, 0.2), transparent 12rem),
    linear-gradient(135deg, #1f1d19, #766f64);
}

.tone-neutral {
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 253, 247, 0.18), transparent 12rem),
    linear-gradient(135deg, #252525, #737373);
}

.tone-gray {
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 253, 247, 0.18), transparent 12rem),
    linear-gradient(135deg, #1f2933, #6b7280);
}

.blog-card-art {
  min-height: 150px;
}

.blog-card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.blog-meta,
.article-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
}

.blog-meta span:first-child,
.article-kicker span:first-child {
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--paper-strong);
  color: var(--green);
  font-weight: 800;
}

.blog-card strong {
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.25;
}

.blog-card-body > span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.article-page {
  padding: clamp(70px, 10vw, 116px) 0 clamp(92px, 12vw, 150px);
}

.article-wrap {
  max-width: 760px;
}

.back-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 180ms var(--ease), transform 180ms var(--ease);
}

.back-link span {
  line-height: 1;
  transform: translateY(-1px);
}

.back-link:hover {
  color: var(--ink);
  transform: translateX(-2px);
}

.article-page h1 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
}

.article-date {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.article-art {
  height: clamp(180px, 30vw, 280px);
  margin: 34px 0;
  border-radius: 16px;
  box-shadow: 0 24px 70px var(--shadow);
}

.article-content {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.78;
}

.article-author {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  margin: 36px auto 0;
  border-radius: 999px;
  padding: 8px 12px 8px 8px;
  background: rgba(255, 253, 247, 0.54);
  box-shadow: 0 8px 20px rgba(31, 47, 35, 0.05);
  outline: 1px solid rgba(20, 23, 19, 0.045);
}

.article-author img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(0.12);
  outline: 1px solid rgba(20, 23, 19, 0.055);
}

.article-author div {
  display: grid;
  gap: 0;
}

.article-author strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
}

.article-author a {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.2;
}

.microcourses-promo-section {
  padding-top: clamp(74px, 9vw, 110px);
  padding-bottom: clamp(74px, 9vw, 110px);
}

.story-grid,
.microcourses-promo-grid,
.results-grid,
.get-grid,
.instructor-grid,
.process-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 8vw, 104px);
  align-items: start;
}

.story-copy,
.instructor-copy {
  display: grid;
  gap: 20px;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.instructor-copy h2 {
  color: var(--ink);
}

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

.principle-grid article {
  display: grid;
  gap: 10px;
  border-radius: 12px;
  padding: 17px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 16px 36px rgba(31, 47, 35, 0.08);
  transition: transform 180ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.principle-grid article:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.principle-grid span {
  color: var(--accent);
  font-family: "Optician Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.principle-grid strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}

.principle-grid p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

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

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

.audience-card,
.benefit-card,
.module-card {
  border-radius: 12px;
  padding: 18px;
  transition: transform 180ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.audience-card,
.benefit-card {
  position: relative;
}

.audience-card:hover,
.benefit-card:hover,
.module-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.audience-card span,
.module-card span {
  display: inline-flex;
  margin-bottom: 52px;
  color: var(--accent);
  font-family: "Optician Sans", Arial, sans-serif;
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  transition: transform 180ms var(--ease), color 180ms var(--ease);
}

.audience-card .card-icon {
  position: absolute;
  top: 18px;
  right: 18px;
}

.benefit-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 230px;
}

.benefit-card .card-icon {
  margin-bottom: 26px;
}

.audience-card:hover span,
.module-card:hover span {
  transform: translateX(2px);
  color: var(--accent-dark);
}

.audience-card:hover .card-icon,
.benefit-card:hover .card-icon,
.get-item:hover .item-icon {
  color: var(--accent-dark);
  opacity: 1;
  transform: translateY(-1px) scale(1.04);
}

.audience-card h3,
.benefit-card h3,
.module-card h3 {
  margin-bottom: 10px;
}

.audience-card p,
.benefit-card p,
.module-card p {
  color: var(--muted);
}

.process-grid,
.faq-grid {
  align-items: start;
}

.process-list,
.faq-list {
  display: grid;
  gap: 12px;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  border-radius: 12px;
  padding: 18px;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background-color 180ms var(--ease);
}

.process-step:hover,
.faq-list details:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.process-step > span {
  color: var(--accent);
  font-family: "Optician Sans", Arial, sans-serif;
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}

.process-step div {
  display: grid;
  gap: 8px;
}

.process-step p {
  color: var(--muted);
}

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

.module-card {
  min-height: 232px;
}

.results-grid {
  align-items: center;
}

.stat-grid {
  display: grid;
  gap: 14px;
}

.stat-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  border-radius: 12px;
  padding: 18px;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background-color 180ms var(--ease);
}

.stat-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.reviews-section {
  padding-top: clamp(84px, 10vw, 132px);
}

.review-bento-shell {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 0;
  background: transparent;
}

.review-bento-shell::before {
  content: none;
}

.review-bento-shell > * {
  position: relative;
  z-index: 1;
}

.review-bento {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 8px;
  gap: clamp(14px, 1.8vw, 20px);
  background: transparent;
  border-radius: 0;
  padding: 2px;
}

.review-bento::after {
  content: none;
}

.review-bento-shell:not(.is-expanded) .review-bento {
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - clamp(96px, 12vw, 132px)), transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - clamp(96px, 12vw, 132px)), transparent 100%);
}

.review-card[hidden] {
  display: none;
}

.review-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: grid;
  grid-column: span 3;
  align-content: space-between;
  gap: 18px;
  border-radius: 16px;
  padding: clamp(16px, 2vw, 22px);
  background: #fffdf7;
  box-shadow: 0 18px 48px rgba(20, 23, 19, 0.08);
  outline: 1px solid rgba(20, 23, 19, 0.08);
  transition: background-color 220ms var(--ease), filter 220ms var(--ease), box-shadow 220ms var(--ease), outline-color 220ms var(--ease);
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(155, 47, 31, 0.08), transparent 15rem),
    radial-gradient(circle at 86% 86%, rgba(20, 23, 19, 0.05), transparent 16rem);
  transition: opacity 220ms var(--ease);
}

.review-card:hover {
  transform: none;
  background: #fffdf7;
  box-shadow: 0 22px 58px rgba(20, 23, 19, 0.1);
  outline-color: rgba(20, 23, 19, 0.12);
  filter: brightness(1.012);
}

.review-card:hover::before {
  opacity: 1;
}

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

.review-feature {
  min-height: 346px;
}

.review-wide {
  grid-column: span 3;
  min-height: 258px;
}

.review-tall {
  min-height: 340px;
}

.review-text {
  min-height: 258px;
}

.review-compact {
  min-height: 258px;
}

.review-mini-card {
  min-height: 250px;
}

.review-mini-card:nth-of-type(9n + 2) {
  min-height: 304px;
}

.review-video,
.review-video-sprinkle {
  min-height: 318px;
}

.review-video.review-feature {
  min-height: 340px;
}

.review-video {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background:
    linear-gradient(150deg, rgba(11, 12, 10, 0.96), rgba(31, 32, 28, 0.94));
  color: var(--paper);
}

.review-video-sprinkle {
  min-height: 318px;
}

.review-video:hover {
  background:
    linear-gradient(150deg, rgba(11, 12, 10, 0.98), rgba(31, 32, 28, 0.96));
  box-shadow: none;
}

.review-video::before {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 253, 247, 0.08), transparent 12rem),
    radial-gradient(circle at 86% 84%, rgba(155, 47, 31, 0.14), transparent 14rem);
}

.review-video:hover::before {
  opacity: 0.72;
}

.review-video-frame {
  min-height: 190px;
  overflow: hidden;
  border-radius: 8px;
  background: #050604;
  box-shadow: none;
  outline: 1px solid rgba(255, 253, 247, 0.1);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), outline-color 220ms var(--ease);
}

.review-video .review-video-frame {
  flex: 1 1 auto;
}

.review-video:hover .review-video-frame {
  transform: none;
  box-shadow: none;
  outline-color: rgba(255, 253, 247, 0.18);
}

.review-video-frame video {
  width: 100%;
  height: 100%;
  min-height: 190px;
  aspect-ratio: auto;
  display: block;
  object-fit: cover;
}

.review-feature .review-video-frame video {
  aspect-ratio: 16 / 9;
}

.review-body {
  display: grid;
  gap: 10px;
  padding: 2px 4px 4px;
}

.review-type {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(155, 47, 31, 0.12);
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-transform: uppercase;
}

.review-video .review-type {
  background: rgba(255, 253, 247, 0.12);
  color: var(--paper);
}

.review-video-point {
  color: rgba(255, 253, 247, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.42;
}

.review-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.48;
  text-wrap: pretty;
}

.review-highlight {
  margin: -4px 0 0;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.42;
}

.review-tall blockquote,
.review-wide blockquote {
  font-size: clamp(1.1rem, 1.7vw, 1.42rem);
  line-height: 1.42;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.review-person img,
.review-person-fallback > span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: var(--paper-strong);
  outline: 1px solid rgba(20, 23, 19, 0.08);
}

.review-video .review-person img {
  outline-color: rgba(255, 253, 247, 0.16);
}

.review-person-fallback > span {
  display: grid;
  place-items: center;
  color: var(--green);
  font-family: "Optician Sans", Arial, sans-serif;
  font-size: 0.84rem;
}

.review-person div {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.review-person strong {
  color: var(--ink);
  font-size: 0.93rem;
  line-height: 1.2;
}

.review-person span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.3;
}

.review-video .review-person strong {
  color: var(--paper);
}

.review-video .review-person span {
  color: rgba(255, 253, 247, 0.68);
}

.review-mini-card {
  grid-column: span 2;
  min-height: 0;
  align-content: start;
  padding: clamp(15px, 1.8vw, 19px);
  background: #fffdf7;
}

.review-mini-card:nth-of-type(6n + 3),
.review-mini-card:nth-of-type(8n + 5) {
  grid-column: span 3;
  background: #fffaf0;
}

.review-mini-card:nth-of-type(7n + 4) {
  background: #fffdf7;
}

.review-mini-card:nth-of-type(9n + 2) {
  min-height: 0;
}

.review-mini-card:hover {
  background: #fffdf7;
}

.review-mini-card .review-person {
  align-items: flex-start;
}

.review-mini-card .review-person img {
  width: 38px;
  height: 38px;
}

.review-mini-card .review-person strong {
  font-size: 0.88rem;
}

.review-mini-card .review-person span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.review-mini-card .review-highlight {
  color: var(--accent);
  font-size: 0.76rem;
}

.review-mini-card blockquote {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.56;
  text-wrap: pretty;
}

.review-bento-actions {
  display: flex;
  justify-content: center;
  padding: clamp(14px, 2vw, 22px) 0 0;
  background: transparent;
}

.review-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 232px;
  border: 1px solid rgba(20, 23, 19, 0.18);
  background: #fff;
  color: var(--ink);
  font-family: "Breite", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(20, 23, 19, 0.08);
}

.review-load-more::after {
  content: "↓ ↓";
  color: var(--ink);
  font-family: "Breite", Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: -0.08em;
  line-height: 1;
  transform: translateY(-1px);
}

.review-bento-shell.is-expanded .review-load-more::after {
  content: "↑ ↑";
}

.instructor-grid {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
}

.instructor-photo {
  overflow: hidden;
  border-radius: 14px;
  background: var(--paper-strong);
  box-shadow: 0 30px 90px var(--shadow);
  outline: 1px solid rgba(20, 23, 19, 0.06);
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.instructor-photo:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 96px rgba(31, 47, 35, 0.18);
}

.instructor-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(0.2) contrast(1.04);
  transition: transform 320ms var(--ease), filter 320ms var(--ease);
}

.instructor-photo:hover img {
  transform: scale(1.025);
  filter: grayscale(0.08) contrast(1.05);
}

.get-grid {
  align-items: start;
}

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

.get-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  border-radius: 12px;
  padding: 17px;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background-color 180ms var(--ease);
}

.get-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow-lift);
}

.get-item strong {
  align-self: center;
  color: var(--ink);
}

.get-item span {
  grid-column: 2;
}

.get-item .item-icon {
  margin-top: 1px;
}

.faq-list details {
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background-color 180ms var(--ease);
}

.faq-list summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  color: var(--accent);
  font-family: "Optician Sans", Arial, sans-serif;
  font-size: 1.15rem;
  transition: transform 180ms var(--ease);
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  padding: 0 18px 18px;
  color: var(--muted);
}

.final-cta {
  padding: clamp(52px, 9vw, 116px) 0 clamp(92px, 12vw, 158px);
}

.final-card {
  display: grid;
  justify-items: start;
  gap: 18px;
  border-radius: 16px;
  padding: clamp(34px, 6vw, 58px);
  background:
    radial-gradient(circle at 82% 16%, rgba(155, 47, 31, 0.18), transparent 20rem),
    rgba(255, 253, 247, 0.94);
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.final-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 88px rgba(31, 47, 35, 0.16);
}

.final-card p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 1rem;
}

.footer {
  border-top: 1px solid rgba(20, 23, 19, 0.1);
  padding: clamp(54px, 8vw, 84px) 0 34px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.72) 0%, rgba(237, 240, 235, 0.94) 100%);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) repeat(3, minmax(0, 0.85fr));
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.footer-logo {
  width: fit-content;
}

.footer-brand p {
  max-width: 380px;
  color: var(--muted);
}

.footer-column h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: "Optician Sans", Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.footer-list a {
  display: grid;
  gap: 3px;
  border-top: 1px solid rgba(41, 75, 53, 0.1);
  padding-top: 10px;
}

.footer-list span {
  color: var(--ink);
  line-height: 1.28;
}

.footer-list small,
.footer-credit {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-credit {
  display: flex;
  justify-content: center;
  margin-top: 42px;
  border-top: 1px solid rgba(41, 75, 53, 0.1);
  padding-top: 18px;
  text-align: center;
}

.footer-credit a {
  transition: color 180ms var(--ease);
}

.footer-credit a:hover {
  color: var(--accent);
}

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

@media (prefers-reduced-motion: no-preference) {
  body::before {
    animation: quiet-drift 18s var(--ease) infinite alternate;
  }

  .hero-copy > *,
  .course-preview {
    animation: rise-in 680ms var(--ease) both;
  }

  .hero-copy > :nth-child(1) {
    animation-delay: 40ms;
  }

  .hero-copy > :nth-child(2) {
    animation-delay: 120ms;
  }

  .hero-copy > :nth-child(3) {
    animation-delay: 200ms;
  }

  .hero-copy > :nth-child(4) {
    animation-delay: 280ms;
  }

  .hero-copy > :nth-child(5) {
    animation-delay: 360ms;
  }

  .course-preview {
    animation-name: reveal-soft;
    animation-delay: 180ms;
  }

  @supports (animation-timeline: view()) {
    .section-heading,
	    .story-copy,
	    .preview-video,
	    .snapshot-card,
	    .principle-grid article,
	    .blog-card,
	    .article-art,
	    .article-content,
	    .audience-card,
	    .benefit-card,
	    .module-card,
	    .stat-card,
	    .review-card,
	    .review-mini-card,
	    .process-step,
	    .instructor-photo,
	    .instructor-copy,
	    .faq-list details,
	    .get-item,
	    .final-card {
      animation: reveal-soft 640ms var(--ease) both;
      animation-timeline: view();
      animation-range: entry 0% cover 28%;
    }

	    .audience-card:nth-child(2),
	    .benefit-card:nth-child(2),
	    .module-card:nth-child(2n),
	    .review-card:nth-child(2n),
	    .review-mini-card:nth-child(2n),
	    .get-item:nth-child(2) {
      animation-range: entry 6% cover 30%;
    }

	    .audience-card:nth-child(3),
	    .benefit-card:nth-child(3),
	    .module-card:nth-child(2n + 1),
	    .review-card:nth-child(3n),
	    .review-mini-card:nth-child(3n),
	    .get-item:nth-child(3) {
      animation-range: entry 10% cover 32%;
    }
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes reveal-soft {
  from {
    opacity: 0;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes quiet-drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-18px, -12px, 0);
  }
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(155, 47, 31, 0.34);
  outline-offset: 4px;
}

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

@media (max-width: 980px) {
  .hero-grid,
	  .microcourses-promo-grid,
	  .story-grid,
	  .results-grid,
	  .get-grid,
	  .instructor-grid,
	  .process-grid,
	  .faq-grid,
	  .footer-grid,
	  .section-heading.split {
	    grid-template-columns: 1fr;
	  }

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

  .course-preview {
    width: 100%;
  }

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

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

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

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

  .review-feature,
  .review-wide,
  .review-card,
  .review-mini-card:nth-of-type(6n + 3),
  .review-mini-card:nth-of-type(8n + 5) {
    grid-column: span 2;
  }

  .review-feature,
  .review-wide,
  .review-tall,
  .review-video,
  .review-mini-card,
  .review-mini-card:nth-of-type(9n + 2) {
    grid-row: auto;
  }

  .review-tall {
    grid-row: span 1;
    min-height: 0;
  }

  .review-video-frame video,
  .review-feature .review-video-frame video {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.55rem, 6.6vw, 2rem);
    line-height: 1.16;
  }

  h2 {
    font-size: clamp(1.3rem, 5.8vw, 1.72rem);
  }

  h3 {
    font-size: 1.02rem;
  }

  .wrap,
  .nav-inner {
    width: min(100% - 32px, 1120px);
  }

  .nav-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 12px 0;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .nav-toggle-button {
    width: 38px;
    height: 38px;
    display: grid;
    place-content: center;
    gap: 5px;
    border-radius: 8px;
    background: var(--ink);
    cursor: pointer;
    transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
  }

  .nav-toggle-button:active {
    transform: scale(0.96);
  }

  .nav-toggle-button span {
    width: 17px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--paper);
    transition: transform 180ms var(--ease), opacity 180ms var(--ease);
  }

  .nav-toggle:focus-visible + .nav-toggle-button {
    outline: 3px solid rgba(155, 47, 31, 0.34);
    outline-offset: 4px;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .links {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    font-size: 0.84rem;
    padding-top: 12px;
  }

  .nav-toggle:checked ~ .links {
    display: flex;
  }

  .links a {
    border-radius: 8px;
    padding: 9px 10px;
    background: rgba(255, 253, 247, 0.72);
  }

  .nav-cta {
    margin-left: 0;
    text-align: center;
    background: var(--accent) !important;
    color: var(--paper) !important;
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    text-align: center;
    width: auto;
  }

  .hero {
    padding: 72px 0 96px;
  }

  .hero-copy {
    gap: 18px;
  }

  .lead {
    font-size: 0.9rem;
    line-height: 1.68;
  }

  .preview-head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .button {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 0.84rem;
  }

  .trust-row {
    gap: 8px;
  }

  .feature-chip {
    min-width: min(100%, 148px);
    padding: 8px 10px;
  }

  .feature-chip strong {
    font-size: 0.8rem;
  }

  .feature-chip small {
    font-size: 0.64rem;
  }

  .section {
    padding: 86px 0;
  }

  .audience-card span,
  .module-card span {
    margin-bottom: 34px;
  }

  .audience-card .card-icon {
    top: 16px;
    right: 16px;
  }

  .instructor-photo img {
    aspect-ratio: 1 / 1;
  }

	  .snapshot-grid,
	  .audience-grid,
	  .benefit-grid,
	  .module-list,
	  .blog-grid {
	    grid-template-columns: 1fr;
	  }

  .review-bento {
    grid-template-columns: 1fr;
  }

  .review-card {
    grid-column: span 1;
    min-height: 0;
    padding: 16px;
  }

  .review-feature,
  .review-wide,
  .review-mini-card,
  .review-mini-card:nth-of-type(6n + 3),
  .review-mini-card:nth-of-type(8n + 5) {
    grid-column: span 1;
  }

  .review-video {
    padding: 10px;
  }

  .review-card blockquote,
  .review-tall blockquote,
  .review-wide blockquote {
    font-size: 1rem;
    line-height: 1.5;
  }

  .review-mini-card {
    min-height: 0;
  }

  .stat-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
