/*
Theme Name: Lane Professional Services
Theme URI: https://lane-professional-services.lgimarketingsolution.chatgpt.site
Author: LGI Marketing Solutions
Description: Custom production theme based on the client-approved Lane Professional Services website.
Version: 1.0.1
Text Domain: lane-professional-services
*/
img {
  max-width: 100%;
}
.hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 22, 18, 0.98) 0%,
      rgba(6, 28, 23, 0.91) 30%,
      rgba(8, 28, 23, 0.18) 67%
    ),
    url("assets/images/home-reading-levels.webp") !important;
  background-position: center 42%;
}
.sam-feature-image {
  position: relative;
  max-width: 1160px;
  margin: 0 auto 20px;
  padding: 0 28px;
}
.sam-feature-image img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center 48%;
  box-shadow: 0 20px 50px #14241f24;
}
.sam-feature-image figcaption {
  position: absolute;
  left: 48px;
  bottom: 20px;
  background: var(--green);
  color: #fff;
  padding: 11px 16px;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.teacher-card {
  padding: 0 !important;
  overflow: hidden;
}
.teacher-card > img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.teacher-card > div {
  padding: 36px 45px 45px;
}
.outcomes-image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-top: 30px;
  box-shadow: 12px 12px 0 var(--gold);
}
:root {
  --green: #0d352c;
  --green2: #17483b;
  --gold: #d79a25;
  --gold2: #efbd58;
  --orange: #d96616;
  --ivory: #f8f4ea;
  --cream: #eee8dc;
  --ink: #14241f;
  --muted: #5c665f;
  --line: #d9d3c7;
  --white: #fff;
  --radius: 5px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font:
    16px/1.7 Arial,
    Helvetica,
    sans-serif;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}
h2 {
  font-size: clamp(2rem, 3.7vw, 3.5rem);
}
h3 {
  font-size: 1.35rem;
}
p {
  color: var(--muted);
}
a {
  text-decoration: none;
  color: inherit;
}
.site-header {
  height: 100px;
  background: #01180f;
  color: #fff;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #ffffff22;
}
.nav-wrap {
  max-width: 1220px;
  height: 100%;
  margin: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  width: 300px;
  position: relative;
  flex: none;
}
.logo > img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.site-header nav > a:not(.button) {
  padding: 38px 0 34px;
  border-bottom: 3px solid transparent;
}
.site-header nav > a:hover,
.site-header nav > a.active {
  color: var(--gold2);
  border-color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #102b25 !important;
  padding: 0 23px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 6px 18px #12251d22;
  cursor: pointer;
}
.button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.nav-cta {
  min-height: 44px;
  padding: 0 18px;
}
.menu {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  padding: 10px;
}
.menu span {
  display: block;
  height: 2px;
  background: var(--gold2);
  margin: 6px;
}
.hero {
  position: relative;
  min-height: 680px;
  background:
    linear-gradient(
      90deg,
      rgba(4, 22, 18, 0.98) 0%,
      rgba(6, 28, 23, 0.91) 30%,
      rgba(8, 28, 23, 0.18) 67%
    ),
    url("assets/images/home-reading-levels.webp") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding: 90px 28px 110px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 18px;
}
.hero .eyebrow {
  color: var(--gold2);
}
.hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold2);
}
.hero p {
  color: #f0eee8;
  max-width: 610px;
  font-size: 1.08rem;
  line-height: 1.8;
}
.actions {
  display: flex;
  gap: 13px;
  margin-top: 32px;
}
.button-outline {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold2) !important;
}
.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 100px 28px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: center;
}
.intro-grid h2 {
  max-width: 650px;
}
.book-panel {
  height: 410px;
  background: linear-gradient(145deg, #123d33, #0a2821);
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 25px 55px #10271f2b;
}
.book-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 24%, #dfad4144, transparent 36%),
    linear-gradient(120deg, transparent 40%, #fff1 41%, transparent 42%);
}
.book-stack {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 14%;
  height: 185px;
}
.book-stack span {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  border-radius: 2px;
  background: var(--gold);
  border-left: 12px solid #f5d887;
  box-shadow: 0 7px 0 #08251e;
}
.book-stack span:nth-child(1) {
  bottom: 0;
  transform: rotate(-2deg);
}
.book-stack span:nth-child(2) {
  bottom: 55px;
  background: #f2ead8;
  left: 8%;
  right: -2%;
  transform: rotate(2deg);
}
.book-stack span:nth-child(3) {
  bottom: 112px;
  background: #c66b24;
  right: 7%;
}
.book-stack b {
  position: absolute;
  right: 7%;
  top: -88px;
  color: #fff;
  font:
    700 2rem/1.1 Georgia,
    serif;
  text-align: right;
}
.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--green);
  font-weight: 800;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
}
.text-link span {
  color: var(--orange);
}
.focus-band {
  background: #eee9df;
}
.section-heading {
  max-width: 730px;
  margin-bottom: 45px;
}
.section-heading.light h2,
.section-heading.light p {
  color: #fff;
}
.section-heading.light .eyebrow {
  color: var(--gold2);
}
.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.focus-card {
  padding: 28px 22px;
  background: var(--ivory);
  border-top: 4px solid var(--green);
  box-shadow: 0 8px 22px #1e302815;
}
.focus-card > span,
.service-card > span {
  font-size: 0.72rem;
  font-weight: bold;
  color: var(--orange);
  letter-spacing: 0.12em;
}
.focus-card h3 {
  margin: 25px 0 12px;
}
.focus-card p {
  font-size: 0.92rem;
}
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sam-mark {
  min-height: 390px;
  background: var(--green);
  color: #fff;
  padding: 50px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 35px;
  box-shadow: 18px 18px 0 var(--gold);
}
.sam-mark > div {
  width: 180px;
  height: 180px;
  border: 2px solid var(--gold2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sam-mark b {
  font:
    700 2rem Georgia,
    serif;
}
.sam-mark span {
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.sam-mark ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sam-mark li {
  border-bottom: 1px solid #ffffff2d;
  padding: 13px 0;
}
.sam-framework-panel {
  min-height: 430px;
  background: linear-gradient(145deg, #123d33, #071f19);
  padding: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-shadow: 18px 18px 0 var(--gold);
}
.sam-framework-panel p {
  color: #e5ece8;
  text-align: center;
  max-width: 420px;
  margin: 0;
}
.sam-framework {
  width: min(100%, 340px);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 16px 35px #00120c55;
  flex: none;
}
.sam-quadrant {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1.3;
  text-shadow: 0 1px 2px #0008;
  border: 1px solid #fff;
}
.sam-quadrant span {
  display: block;
  max-width: 112px;
}
.sam-rigorous {background: #0d4939;padding: 0 0 25px 26px;}
.sam-leadership {background: #e96c18;padding: 0 26px 25px 0;}
.sam-data {background: #d69c19;padding: 25px 0 0 26px;}
.sam-relationships {background: #2d70ae;padding: 25px 26px 0 0;}
.sam-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  color: #17352c;
  border: 3px solid #eee7d8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.82rem;
  line-height: 1.2;
  box-shadow: 0 3px 10px #00140d33;
}
.sam-framework-hero {
  width: 290px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 12px #0d352c, 0 0 0 14px var(--gold), 0 18px 40px #00140d66;
}
.services-preview,
.credentials {
  background: var(--green);
  color: #fff;
}
.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 35px;
}
.service-card,
.credential-grid article {
  padding: 30px;
  background: #164438;
  border: 1px solid #ffffff1e;
}
.service-card h3,
.credential-grid h3 {
  margin: 24px 0 12px;
  color: #fff;
}
.service-card p,
.credential-grid p {
  color: #d9e1dc;
  font-size: 0.92rem;
}
.button-light {
  background: var(--ivory);
  color: var(--green) !important;
}
.quote-cta {
  max-width: 1160px;
  margin: 0 auto;
  padding: 95px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.quote-cta blockquote {
  margin: 0;
  font:
    italic 1.6rem/1.5 Georgia,
    serif;
  color: var(--green);
  border-left: 4px solid var(--gold);
  padding-left: 30px;
}
.quote-cta cite {
  display: block;
  font:
    normal 0.72rem Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 20px;
  color: var(--orange);
}
footer {
  background: #01180f;
  color: #fff;
}
.footer-inner {
  max-width: 1160px;
  margin: auto;
  padding: 45px 28px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  gap: 60px;
  align-items: center;
}
.logo-compact {
  width: 230px;
}
.logo-compact img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-inner p {
  color: #cfd9d4;
  max-width: 420px;
}
.footer-inner > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--gold2);
  font-size: 0.85rem;
}
.copyright {
  border-top: 1px solid #ffffff1c;
  text-align: center;
  color: #b9c8c2;
  padding: 16px;
  font-size: 0.75rem;
}
.page-hero {
  background: var(--green);
  color: #fff;
  min-height: 440px;
  display: flex;
  align-items: center;
  padding: 75px max(28px, calc((100vw - 1160px) / 2));
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #d89b2533;
  border-radius: 50%;
  right: -100px;
  top: -210px;
  box-shadow:
    0 0 0 70px #d89b250c,
    0 0 0 140px #d89b2508;
}
.page-hero > div:first-child {
  max-width: 760px;
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  margin: 0 0 16px;
}
.page-hero p {
  color: #dfe7e3;
  max-width: 680px;
  font-size: 1.08rem;
}
.display-sub {
  font:
    1.75rem Georgia,
    serif !important;
  color: var(--gold2) !important;
}
.sam-hero {
  justify-content: space-between;
}
.sam-seal {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 260px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #17483b;
  box-shadow:
    0 0 0 12px #0d352c,
    0 0 0 14px #d79a25;
}
.sam-seal span {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}
.sam-seal b {
  font:
    700 2.3rem Georgia,
    serif;
  color: var(--gold2);
}
.sam-seal small {
  font-size: 0.66rem;
  margin-top: 10px;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
}
.gold-band {
  background: var(--gold);
}
.goal {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
.goal span {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: bold;
}
.goal h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  margin: 12px 0;
}
.goal p {
  color: #28372f;
  max-width: 760px;
  margin: auto;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
}
.process-grid article {
  padding: 26px;
  border-right: 1px solid var(--line);
}
.process-grid article:last-child {
  border: 0;
}
.process-grid span {
  color: var(--orange);
  font-weight: bold;
  font-size: 1rem;
}
.process-grid h3 {
  margin: 28px 0 10px;
}
.process-grid p {
  font-size: 0.86rem;
}
.contrast {
  background: #ece7dc;
}
.cards-wide article {
  background: var(--ivory);
  padding: 45px;
  border-top: 5px solid var(--green);
}
.check-list,
.outcome-grid ul {
  padding-left: 0;
  list-style: none;
}
.check-list li,
.outcome-grid li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.check-list li:before,
.outcome-grid li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: bold;
}
.module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.module-grid div {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 20px;
}
.module-grid b {
  color: var(--orange);
  font-size: 1rem;
}
.outcomes {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 75px;
  border-top: 1px solid var(--line);
}
.outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.outcome-grid article {
  background: #fff;
  padding: 25px;
  border: 1px solid var(--line);
}
.final-cta {
  text-align: center;
  padding: 95px 28px;
  background: #efe9dc;
}
.final-cta p {
  max-width: 650px;
  margin: 0 auto 25px;
}
.service-intro {
  padding-bottom: 50px;
}
.service-list {
  padding-top: 10px;
}
.service-list article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 25px;
  padding: 35px 0;
  border-top: 1px solid var(--line);
  max-width: 900px;
}
.service-list article:nth-child(even) {
  margin-left: auto;
}
.service-list h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
.service-number {
  color: var(--gold);
  font:
    700 1.3rem Georgia,
    serif;
}
.audience-band {
  background: var(--gold);
}
.audience-band .section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.tag-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tag-list span {
  background: #f8f4ea;
  border: 1px solid #77521144;
  padding: 14px 16px;
  font-size: 0.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
}
.tag-list i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: var(--green);
  color: #fff;
  font-style: normal;
  font-size: 0.82rem;
}
.bio {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 80px;
}
.portrait-wrap {
  background: var(--green);
  padding: 15px 15px 25px;
  align-self: start;
}
.portrait-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.portrait-wrap span,
.portrait-wrap small {
  display: block;
  color: #fff;
}
.portrait-wrap span {
  font:
    700 1.4rem Georgia,
    serif;
  margin: 20px 8px 4px;
}
.portrait-wrap small {
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-left: 8px;
}
.credential-grid {
  margin-bottom: 0;
}
.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.contact-placeholder {
  border-left: 4px solid var(--gold);
  background: #eee8dc;
  padding: 20px;
  margin-top: 30px;
}
.contact-placeholder span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 5px;
}
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 35px;
  box-shadow: 0 15px 40px #1a2b2413;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #fbfaf6;
  border: 1px solid #cfc7b8;
  padding: 13px;
  font:
    1rem Arial,
    sans-serif;
  border-radius: 2px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}
.client-note {
  font-size: 0.75rem;
  margin: 15px 0 0;
}
.form-success {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px;
  background: #eaf1ed;
  border-left: 4px solid var(--green);
}
.form-error {
  color: #8b2418;
  background: #fff0ed;
  border-left: 4px solid #b43c25;
  padding: 14px 16px;
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 900px) {
  .site-header {
    height: 82px;
  }
  .nav-wrap {
    padding: 0 20px;
  }
  .logo {
    width: 220px;
  }
  .menu {
    display: block;
  }
  .site-header nav {
    position: absolute;
    display: none;
    top: 82px;
    left: 0;
    right: 0;
    background: #0b2e26;
    padding: 15px 22px 25px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-shadow: 0 15px 30px #0005;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav > a:not(.button) {
    padding: 14px 0;
    border-bottom: 1px solid #ffffff1e;
  }
  .nav-cta {
    margin-top: 15px;
  }
  .hero {
    min-height: 630px;
    background-position: 62% center;
  }
  .hero-inner {
    padding: 80px 22px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 10vw, 4.5rem);
    max-width: 660px;
  }
  .four-grid,
  .three-grid {
    grid-template-columns: 1fr 1fr;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .process-grid article {
    border-bottom: 1px solid var(--line);
  }
  .sam-hero {
    gap: 50px;
  }
  .sam-seal {
    width: 210px;
    height: 210px;
    flex: none;
  }
  .sam-framework-hero {
    width: 250px;
  }
  .tag-list {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner p {
    grid-column: 2;
  }
  .footer-inner > div {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .two-col,
  .outcomes,
  .contact-section {
    gap: 45px;
  }
  .bio {
    grid-template-columns: 260px 1fr;
    gap: 45px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .hero {
    min-height: 660px;
    background-position: 69% center;
  }
  .hero:before {
    content: "";
    position: absolute;
    inset: 82px 0 0;
    background: linear-gradient(90deg, #041711f2, #062019bb);
  }
  .hero-inner {
    position: relative;
  }
  .hero .eyebrow {
    max-width: 270px;
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .section {
    padding: 72px 20px;
  }
  .intro-grid,
  .split-feature,
  .two-col,
  .outcomes,
  .contact-section,
  .bio {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .book-panel {
    height: 330px;
  }
  .four-grid,
  .three-grid,
  .process-grid,
  .outcome-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .split-feature {
    padding-bottom: 95px;
  }
  .sam-mark {
    grid-template-columns: 1fr;
    padding: 38px 25px;
    box-shadow: 10px 10px 0 var(--gold);
  }
  .sam-mark > div {
    margin: auto;
  }
  .sam-framework-panel {
    min-height: 0;
    padding: 34px 22px;
    box-shadow: 10px 10px 0 var(--gold);
  }
  .quote-cta {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 70px 20px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    padding: 45px 20px;
    gap: 25px;
  }
  .footer-inner p,
  .footer-inner > div {
    grid-column: auto;
  }
  .footer-inner > div {
    flex-direction: column;
  }
  .page-hero {
    min-height: 390px;
    padding: 65px 20px;
  }
  .page-hero h1 {
    font-size: 3.2rem;
  }
  .sam-hero {
    flex-direction: column;
    align-items: flex-start;
  }
  .sam-seal {
    display: none;
  }
  .sam-framework-hero {
    width: min(100%, 290px);
    align-self: center;
  }
  .tag-list {
    grid-template-columns: 1fr;
  }
  .module-grid {
    grid-template-columns: 1fr;
  }
  .cards-wide article {
    padding: 30px;
  }
  .service-list article,
  .service-list article:nth-child(even) {
    grid-template-columns: 48px 1fr;
    margin: 0;
  }
  .service-list h2 {
    font-size: 1.55rem;
  }
  .portrait-wrap {
    max-width: 330px;
  }
  .contact-form {
    padding: 24px;
  }
  .logo-compact {
    width: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button:hover {
    transform: none;
  }
}
@media (max-width: 640px) {
  .sam-feature-image {
    padding: 0;
    margin-bottom: 0;
  }
  .sam-feature-image img {
    height: 300px;
  }
  .sam-feature-image figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }
  .teacher-card > img {
    height: 230px;
  }
  .teacher-card > div {
    padding: 30px;
  }
  .outcomes-image {
    margin-bottom: 20px;
  }
}

  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.teacher-card {
  padding: 0 !important;
  overflow: hidden;
}
.teacher-card > img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.teacher-card > div {
  padding: 36px 45px 45px;
}
.outcomes-image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-top: 30px;
  box-shadow: 12px 12px 0 var(--gold);
}
:root {
  --green: #0d352c;
  --green2: #17483b;
  --gold: #d79a25;
  --gold2: #efbd58;
  --orange: #d96616;
  --ivory: #f8f4ea;
  --cream: #eee8dc;
  --ink: #14241f;
  --muted: #5c665f;
  --line: #d9d3c7;
  --white: #fff;
  --radius: 5px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font:
    16px/1.7 Arial,
    Helvetica,
    sans-serif;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}
h2 {
  font-size: clamp(2rem, 3.7vw, 3.5rem);
}
h3 {
  font-size: 1.35rem;
}
p {
  color: var(--muted);
}
a {
  text-decoration: none;
  color: inherit;
}
.site-header {
  height: 100px;
  background: #01180f;
  color: #fff;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #ffffff22;
}
.nav-wrap {
  max-width: 1220px;
  height: 100%;
  margin: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  width: 300px;
  position: relative;
  flex: none;
}
.logo > img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.site-header nav > a:not(.button) {
  padding: 38px 0 34px;
  border-bottom: 3px solid transparent;
}
.site-header nav > a:hover,
.site-header nav > a.active {
  color: var(--gold2);
  border-color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #102b25 !important;
  padding: 0 23px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 6px 18px #12251d22;
  cursor: pointer;
}
.button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.nav-cta {
  min-height: 44px;
  padding: 0 18px;
}
.menu {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  padding: 10px;
}
.menu span {
  display: block;
  height: 2px;
  background: var(--gold2);
  margin: 6px;
}
.hero {
  position: relative;
  min-height: 680px;
  background:
    linear-gradient(
      90deg,
      rgba(4, 22, 18, 0.98) 0%,
      rgba(6, 28, 23, 0.91) 30%,
      rgba(8, 28, 23, 0.18) 67%
    ),
    url("assets/images/home-reading-levels.webp") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding: 90px 28px 110px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 18px;
}
.hero .eyebrow {
  color: var(--gold2);
}
.hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold2);
}
.hero p {
  color: #f0eee8;
  max-width: 610px;
  font-size: 1.08rem;
  line-height: 1.8;
}
.actions {
  display: flex;
  gap: 13px;
  margin-top: 32px;
}
.button-outline {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold2) !important;
}
.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 100px 28px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: center;
}
.intro-grid h2 {
  max-width: 650px;
}
.book-panel {
  height: 410px;
  background: linear-gradient(145deg, #123d33, #0a2821);
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 25px 55px #10271f2b;
}
.book-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 24%, #dfad4144, transparent 36%),
    linear-gradient(120deg, transparent 40%, #fff1 41%, transparent 42%);
}
.book-stack {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 14%;
  height: 185px;
}
.book-stack span {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  border-radius: 2px;
  background: var(--gold);
  border-left: 12px solid #f5d887;
  box-shadow: 0 7px 0 #08251e;
}
.book-stack span:nth-child(1) {
  bottom: 0;
  transform: rotate(-2deg);
}
.book-stack span:nth-child(2) {
  bottom: 55px;
  background: #f2ead8;
  left: 8%;
  right: -2%;
  transform: rotate(2deg);
}
.book-stack span:nth-child(3) {
  bottom: 112px;
  background: #c66b24;
  right: 7%;
}
.book-stack b {
  position: absolute;
  right: 7%;
  top: -88px;
  color: #fff;
  font:
    700 2rem/1.1 Georgia,
    serif;
  text-align: right;
}
.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--green);
  font-weight: 800;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
}
.text-link span {
  color: var(--orange);
}
.focus-band {
  background: #eee9df;
}
.section-heading {
  max-width: 730px;
  margin-bottom: 45px;
}
.section-heading.light h2,
.section-heading.light p {
  color: #fff;
}
.section-heading.light .eyebrow {
  color: var(--gold2);
}
.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.focus-card {
  padding: 28px 22px;
  background: var(--ivory);
  border-top: 4px solid var(--green);
  box-shadow: 0 8px 22px #1e302815;
}
.focus-card > span,
.service-card > span {
  font-size: 0.72rem;
  font-weight: bold;
  color: var(--orange);
  letter-spacing: 0.12em;
}
.focus-card h3 {
  margin: 25px 0 12px;
}
.focus-card p {
  font-size: 0.92rem;
}
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sam-mark {
  min-height: 390px;
  background: var(--green);
  color: #fff;
  padding: 50px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 35px;
  box-shadow: 18px 18px 0 var(--gold);
}
.sam-mark > div {
  width: 180px;
  height: 180px;
  border: 2px solid var(--gold2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sam-mark b {
  font:
    700 2rem Georgia,
    serif;
}
.sam-mark span {
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.sam-mark ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sam-mark li {
  border-bottom: 1px solid #ffffff2d;
  padding: 13px 0;
}
.sam-framework-panel {
  min-height: 430px;
  background: linear-gradient(145deg, #123d33, #071f19);
  padding: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-shadow: 18px 18px 0 var(--gold);
}
.sam-framework-panel p {
  color: #e5ece8;
  text-align: center;
  max-width: 420px;
  margin: 0;
}
.sam-framework {
  width: min(100%, 340px);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 16px 35px #00120c55;
  flex: none;
}
.sam-quadrant {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1.3;
  text-shadow: 0 1px 2px #0008;
  border: 1px solid #fff;
}
.sam-quadrant span {
  display: block;
  max-width: 112px;
}
.sam-rigorous {background: #0d4939;padding: 0 0 25px 26px;}
.sam-leadership {background: #e96c18;padding: 0 26px 25px 0;}
.sam-data {background: #d69c19;padding: 25px 0 0 26px;}
.sam-relationships {background: #2d70ae;padding: 25px 26px 0 0;}
.sam-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  color: #17352c;
  border: 3px solid #eee7d8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.82rem;
  line-height: 1.2;
  box-shadow: 0 3px 10px #00140d33;
}
.sam-framework-hero {
  width: 290px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 12px #0d352c, 0 0 0 14px var(--gold), 0 18px 40px #00140d66;
}
.services-preview,
.credentials {
  background: var(--green);
  color: #fff;
}
.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 35px;
}
.service-card,
.credential-grid article {
  padding: 30px;
  background: #164438;
  border: 1px solid #ffffff1e;
}
.service-card h3,
.credential-grid h3 {
  margin: 24px 0 12px;
  color: #fff;
}
.service-card p,
.credential-grid p {
  color: #d9e1dc;
  font-size: 0.92rem;
}
.button-light {
  background: var(--ivory);
  color: var(--green) !important;
}
.quote-cta {
  max-width: 1160px;
  margin: 0 auto;
  padding: 95px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.quote-cta blockquote {
  margin: 0;
  font:
    italic 1.6rem/1.5 Georgia,
    serif;
  color: var(--green);
  border-left: 4px solid var(--gold);
  padding-left: 30px;
}
.quote-cta cite {
  display: block;
  font:
    normal 0.72rem Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 20px;
  color: var(--orange);
}
footer {
  background: #01180f;
  color: #fff;
}
.footer-inner {
  max-width: 1160px;
  margin: auto;
  padding: 45px 28px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  gap: 60px;
  align-items: center;
}
.logo-compact {
  width: 230px;
}
.logo-compact img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-inner p {
  color: #cfd9d4;
  max-width: 420px;
}
.footer-inner > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--gold2);
  font-size: 0.85rem;
}
.copyright {
  border-top: 1px solid #ffffff1c;
  text-align: center;
  color: #b9c8c2;
  padding: 16px;
  font-size: 0.75rem;
}
.page-hero {
  background: var(--green);
  color: #fff;
  min-height: 440px;
  display: flex;
  align-items: center;
  padding: 75px max(28px, calc((100vw - 1160px) / 2));
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #d89b2533;
  border-radius: 50%;
  right: -100px;
  top: -210px;
  box-shadow:
    0 0 0 70px #d89b250c,
    0 0 0 140px #d89b2508;
}
.page-hero > div:first-child {
  max-width: 760px;
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  margin: 0 0 16px;
}
.page-hero p {
  color: #dfe7e3;
  max-width: 680px;
  font-size: 1.08rem;
}
.display-sub {
  font:
    1.75rem Georgia,
    serif !important;
  color: var(--gold2) !important;
}
.sam-hero {
  justify-content: space-between;
}
.sam-seal {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 260px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #17483b;
  box-shadow:
    0 0 0 12px #0d352c,
    0 0 0 14px #d79a25;
}
.sam-seal span {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}
.sam-seal b {
  font:
    700 2.3rem Georgia,
    serif;
  color: var(--gold2);
}
.sam-seal small {
  font-size: 0.66rem;
  margin-top: 10px;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
}
.gold-band {
  background: var(--gold);
}
.goal {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
.goal span {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: bold;
}
.goal h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  margin: 12px 0;
}
.goal p {
  color: #28372f;
  max-width: 760px;
  margin: auto;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
}
.process-grid article {
  padding: 26px;
  border-right: 1px solid var(--line);
}
.process-grid article:last-child {
  border: 0;
}
.process-grid span {
  color: var(--orange);
  font-weight: bold;
  font-size: 1rem;
}
.process-grid h3 {
  margin: 28px 0 10px;
}
.process-grid p {
  font-size: 0.86rem;
}
.contrast {
  background: #ece7dc;
}
.cards-wide article {
  background: var(--ivory);
  padding: 45px;
  border-top: 5px solid var(--green);
}
.check-list,
.outcome-grid ul {
  padding-left: 0;
  list-style: none;
}
.check-list li,
.outcome-grid li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.check-list li:before,
.outcome-grid li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: bold;
}
.module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.module-grid div {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 20px;
}
.module-grid b {
  color: var(--orange);
  font-size: 1rem;
}
.outcomes {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 75px;
  border-top: 1px solid var(--line);
}
.outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.outcome-grid article {
  background: #fff;
  padding: 25px;
  border: 1px solid var(--line);
}
.final-cta {
  text-align: center;
  padding: 95px 28px;
  background: #efe9dc;
}
.final-cta p {
  max-width: 650px;
  margin: 0 auto 25px;
}
.service-intro {
  padding-bottom: 50px;
}
.service-list {
  padding-top: 10px;
}
.service-list article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 25px;
  padding: 35px 0;
  border-top: 1px solid var(--line);
  max-width: 900px;
}
.service-list article:nth-child(even) {
  margin-left: auto;
}
.service-list h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
.service-number {
  color: var(--gold);
  font:
    700 1.3rem Georgia,
    serif;
}
.audience-band {
  background: var(--gold);
}
.audience-band .section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.tag-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tag-list span {
  background: #f8f4ea;
  border: 1px solid #77521144;
  padding: 14px 16px;
  font-size: 0.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
}
.tag-list i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: var(--green);
  color: #fff;
  font-style: normal;
  font-size: 0.82rem;
}
.bio {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 80px;
}
.portrait-wrap {
  background: var(--green);
  padding: 15px 15px 25px;
  align-self: start;
}
.portrait-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.portrait-wrap span,
.portrait-wrap small {
  display: block;
  color: #fff;
}
.portrait-wrap span {
  font:
    700 1.4rem Georgia,
    serif;
  margin: 20px 8px 4px;
}
.portrait-wrap small {
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-left: 8px;
}
.credential-grid {
  margin-bottom: 0;
}
.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.contact-placeholder {
  border-left: 4px solid var(--gold);
  background: #eee8dc;
  padding: 20px;
  margin-top: 30px;
}
.contact-placeholder span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 5px;
}
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 35px;
  box-shadow: 0 15px 40px #1a2b2413;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #fbfaf6;
  border: 1px solid #cfc7b8;
  padding: 13px;
  font:
    1rem Arial,
    sans-serif;
  border-radius: 2px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}
.client-note {
  font-size: 0.75rem;
  margin: 15px 0 0;
}
.form-success {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px;
  background: #eaf1ed;
  border-left: 4px solid var(--green);
}
.form-error {
  color: #8b2418;
  background: #fff0ed;
  border-left: 4px solid #b43c25;
  padding: 14px 16px;
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 900px) {
  .site-header {
    height: 82px;
  }
  .nav-wrap {
    padding: 0 20px;
  }
  .logo {
    width: 220px;
  }
  .menu {
    display: block;
  }
  .site-header nav {
    position: absolute;
    display: none;
    top: 82px;
    left: 0;
    right: 0;
    background: #0b2e26;
    padding: 15px 22px 25px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-shadow: 0 15px 30px #0005;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav > a:not(.button) {
    padding: 14px 0;
    border-bottom: 1px solid #ffffff1e;
  }
  .nav-cta {
    margin-top: 15px;
  }
  .hero {
    min-height: 630px;
    background-position: 62% center;
  }
  .hero-inner {
    padding: 80px 22px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 10vw, 4.5rem);
    max-width: 660px;
  }
  .four-grid,
  .three-grid {
    grid-template-columns: 1fr 1fr;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .process-grid article {
    border-bottom: 1px solid var(--line);
  }
  .sam-hero {
    gap: 50px;
  }
  .sam-seal {
    width: 210px;
    height: 210px;
    flex: none;
  }
  .sam-framework-hero {
    width: 250px;
  }
  .tag-list {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner p {
    grid-column: 2;
  }
  .footer-inner > div {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .two-col,
  .outcomes,
  .contact-section {
    gap: 45px;
  }
  .bio {
    grid-template-columns: 260px 1fr;
    gap: 45px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .hero {
    min-height: 660px;
    background-position: 69% center;
  }
  .hero:before {
    content: "";
    position: absolute;
    inset: 82px 0 0;
    background: linear-gradient(90deg, #041711f2, #062019bb);
  }
  .hero-inner {
    position: relative;
  }
  .hero .eyebrow {
    max-width: 270px;
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .section {
    padding: 72px 20px;
  }
  .intro-grid,
  .split-feature,
  .two-col,
  .outcomes,
  .contact-section,
  .bio {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .book-panel {
    height: 330px;
  }
  .four-grid,
  .three-grid,
  .process-grid,
  .outcome-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .split-feature {
    padding-bottom: 95px;
  }
  .sam-mark {
    grid-template-columns: 1fr;
    padding: 38px 25px;
    box-shadow: 10px 10px 0 var(--gold);
  }
  .sam-mark > div {
    margin: auto;
  }
  .sam-framework-panel {
    min-height: 0;
    padding: 34px 22px;
    box-shadow: 10px 10px 0 var(--gold);
  }
  .quote-cta {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 70px 20px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    padding: 45px 20px;
    gap: 25px;
  }
  .footer-inner p,
  .footer-inner > div {
    grid-column: auto;
  }
  .footer-inner > div {
    flex-direction: column;
  }
  .page-hero {
    min-height: 390px;
    padding: 65px 20px;
  }
  .page-hero h1 {
    font-size: 3.2rem;
  }
  .sam-hero {
    flex-direction: column;
    align-items: flex-start;
  }
  .sam-seal {
    display: none;
  }
  .sam-framework-hero {
    width: min(100%, 290px);
    align-self: center;
  }
  .tag-list {
    grid-template-columns: 1fr;
  }
  .module-grid {
    grid-template-columns: 1fr;
  }
  .cards-wide article {
    padding: 30px;
  }
  .service-list article,
  .service-list article:nth-child(even) {
    grid-template-columns: 48px 1fr;
    margin: 0;
  }
  .service-list h2 {
    font-size: 1.55rem;
  }
  .portrait-wrap {
    max-width: 330px;
  }
  .contact-form {
    padding: 24px;
  }
  .logo-compact {
    width: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button:hover {
    transform: none;
  }
}
@media (max-width: 640px) {
  .sam-feature-image {
    padding: 0;
    margin-bottom: 0;
  }
  .sam-feature-image img {
    height: 300px;
  }
  .sam-feature-image figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }
  .teacher-card > img {
    height: 230px;
  }
  .teacher-card > div {
    padding: 30px;
  }
  .outcomes-image {
    margin-bottom: 20px;
  }
}
