:root {
  --ssa-green: #b3cf32;
  --ssa-green-dark: #4f6f16;
  --ssa-blue: #0873a8;
  --logo-orange: #f0a324;
  --logo-blue: #76bcd6;
  --logo-blue-light: #89cce7;
  --logo-coral: #cb7684;
  --logo-black: #0c0809;
  --aqua: var(--logo-blue);
  --aqua-soft: #edf8fb;
  --green-soft: #f5fbeb;
  --ink: #16202a;
  --muted: #5b6673;
  --line: #dce6dc;
  --surface: #ffffff;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(35, 64, 26, 0.12);

  /* Typographic role tokens — single source of truth. Change here, every instance follows.
     (These are the first tokens the cockpit Theme page will expose — D-2026-68 Phase 1.) */
  --kicker-color: var(--ssa-green-dark);
  --kicker-size: 0.72rem;
  --note-color: var(--muted);
  --note-size: 0.82rem;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, var(--white) 0%, #f8fbf5 48%, var(--white) 100%);
  line-height: 1.7;
  margin: 0;
  overflow-x: hidden;
}

body,
button,
input {
  font-family: inherit;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.16;
  overflow-wrap: anywhere;
}

p {
  overflow-wrap: anywhere;
}

.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 1rem;
  padding: 0.5rem 0.8rem;
  position: absolute;
  top: -100px;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: var(--ssa-green);
  box-shadow: 0 4px 22px rgba(14, 28, 9, 0.12);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-shell {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 94px;
  padding: 0.65rem 1rem;
}

.brand {
  display: block;
  max-width: 180px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 0.15rem;
  justify-content: center;
}

.main-nav a,
.main-nav summary {
  border-bottom: 4px solid transparent;
  cursor: pointer;
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.15;
  overflow-wrap: normal;
  padding: 0.8rem 0.42rem;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav summary:hover,
.main-nav details[open] > summary {
  background: rgba(255, 255, 255, 0.34);
  border-bottom-color: var(--ink);
}

.main-nav .nav-icon-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 2.35rem;
  padding: 0.72rem 0.36rem;
}

.nav-icon-link svg {
  display: block;
  height: 1.18rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  fill: none;
  width: 1.18rem;
}

.main-nav details {
  position: relative;
}

.main-nav summary {
  list-style: none;
}

.main-nav summary::-webkit-details-marker {
  display: none;
}

.submenu {
  background: rgba(250, 250, 250, 0.98);
  border-radius: 0 0 8px 8px;
  box-shadow: var(--shadow);
  display: grid;
  min-width: 260px;
  padding: 0.35rem;
  position: absolute;
  top: 100%;
  z-index: 12;
}

.submenu a {
  border-bottom: 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.65rem 0.8rem;
}

.submenu a:hover {
  background: var(--ssa-green);
  border-bottom: 0;
}

.enquire-button,
.button-primary,
.cta-panel a {
  align-items: center;
  background: var(--ssa-blue);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.1;
  padding: 0.8rem 1rem;
  text-decoration: none;
}

.enquire-button {
  background: var(--ink);
  font-size: 0.9rem;
  white-space: nowrap;
}

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

.hero {
  background:
    linear-gradient(110deg, rgba(179, 207, 50, 0.18), transparent 38%),
    linear-gradient(90deg, rgba(10, 18, 24, 0.76), rgba(10, 18, 24, 0.62)),
    linear-gradient(180deg, rgba(10, 18, 24, 0.28), rgba(10, 18, 24, 0.58)),
    var(--hero-image);
  background-position: center 45%;
  background-size: cover;
  color: var(--white);
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 48C112 66 220 34 340 50C488 70 612 74 760 48C898 24 1014 34 1140 52C1262 68 1358 54 1440 38V88H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  bottom: -1px;
  content: "";
  display: block;
  height: 72px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hero-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 390px;
  min-width: 0;
  padding: 3rem 1rem 4.4rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.eyebrow {
  color: var(--ssa-green);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  margin-bottom: 0.55rem;
  max-width: 680px;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.72);
  width: 100%;
}

.hero p {
  font-size: 1rem;
  max-width: 720px;
  width: 100%;
}

.hero-lede {
  font-weight: 600;
  margin-bottom: 1.05rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.74);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.3rem;
}

.hero-links a {
  background: rgba(10, 18, 24, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.48rem 0.85rem;
  text-decoration: none;
}

.hero-links a:hover {
  background: var(--ssa-green);
  border-color: var(--ssa-green);
  color: var(--ink);
}

.breadcrumb {
  color: #eef8ec;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

.breadcrumb a {
  color: var(--white);
}

.section {
  padding: 4rem 1rem;
}

.section-soft {
  background: var(--white);
  overflow: visible;
  position: relative;
}

.section-flow {
  padding-top: 2.8rem;
}

.section-flow::before,
.section-flow::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.section-flow::before {
  display: none;
}

.section-flow::after {
  display: none;
}

.content-grid {
  align-items: start;
  display: grid;
  gap: 3.8rem;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  z-index: 1;
}

.content-grid-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1160px;
}

.copy-column,
.lesson-panel,
.start-strip,
.answer-panel,
.value-card,
.quick-facts div,
.link-grid a,
.faq-list details {
  min-width: 0;
}

.copy-column h2 {
  color: var(--ink);
  font-size: clamp(1.42rem, 2.2vw, 1.8rem);
  margin-bottom: 1.05rem;
}

.copy-column > h2:not(:first-child) {
  margin-top: 2.6rem;
}

.copy-column p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
  max-width: 70ch;
}

.section-kicker {
  color: var(--ssa-green-dark) !important;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.35rem !important;
  text-transform: uppercase;
}

.answer-panel {
  background: transparent;
  border-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.answer-panel::before {
  background: var(--ssa-green);
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 1.15rem;
  position: relative;
  width: 88px;
  border-radius: 999px;
}

.answer-panel h2 {
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.quick-facts {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.quick-facts div {
  background: transparent;
  border-left: 1px solid rgba(17, 32, 42, 0.12);
  border-radius: 0;
  box-shadow: none;
  padding: 0.15rem 1rem 0.1rem;
}

.quick-facts div:first-child {
  border-left: 0;
  padding-left: 0;
}

.quick-facts strong,
.quick-facts span {
  display: block;
}

.quick-facts strong {
  color: var(--ink);
  font-size: 0.88rem;
  margin-bottom: 0.25rem;
}

.quick-facts span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.values-grid {
  border-top: 1px solid rgba(17, 32, 42, 0.12);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 3rem;
  counter-reset: values;
}

.value-card {
  background: transparent;
  border-bottom: 1px solid rgba(17, 32, 42, 0.12);
  border-radius: 0;
  box-shadow: none;
  counter-increment: values;
  overflow: hidden;
  padding: 1.15rem 1.4rem 1.15rem 0;
  position: relative;
  text-align: left;
}

.value-card::before {
  display: none;
}

.value-card::after {
  display: none;
}

.value-card h3 {
  font-size: 1.04rem;
  margin-bottom: 0.35rem;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.value-card p {
  font-size: 0.9rem;
  line-height: 1.52;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.story-band {
  background: transparent;
  border-top: 1px solid rgba(17, 32, 42, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 3.6rem 0 0;
  padding: 2.35rem 0 0;
  position: relative;
}

.story-band::before {
  background: var(--ssa-green);
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 88px;
}

.story-band::after {
  display: none;
}

.story-block {
  position: relative;
  z-index: 1;
}

.story-block h2 {
  margin-top: 0;
}

.story-block p {
  font-size: 0.88rem;
  line-height: 1.58;
}

.lesson-panel {
  background: var(--white);
  border: 1px solid rgba(17, 32, 42, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 32, 42, 0.08);
  display: grid;
  gap: 0.75rem;
  overflow: hidden;
  padding: 1.45rem;
  position: sticky;
  top: 128px;
}

.lesson-panel::before {
  display: none;
}

.lesson-panel h2 {
  color: var(--ink);
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 1;
}

.panel-kicker {
  color: var(--kicker-color);
  font-size: var(--kicker-size);
  font-weight: 700;
  margin-bottom: 0.15rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.panel-note {
  color: var(--note-color);
  font-size: var(--note-size);
  line-height: 1.55;
  margin: 0.1rem 0 0;
}

.start-strip-section {
  padding-bottom: 0;
  padding-top: 2.4rem;
}

.about-start,
.about-main {
  background: #f7faf3;
}

.about-hero::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23f7faf3' d='M0 48C112 66 220 34 340 50C488 70 612 74 760 48C898 24 1014 34 1140 52C1262 68 1358 54 1440 38V88H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
}

.about-main {
  padding-top: 3rem;
}

.start-strip {
  background: linear-gradient(145deg, #e8f5fb 0%, #f1faf0 55%, #eef8ea 100%);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(35, 64, 26, 0.10);
  margin: 0 auto;
  max-width: 1160px;
  padding: 1.5rem 1.6rem;
}

/* Component owns its kicker/note look so it renders identically wherever it is dropped.
   Without these, a wrapper like `.copy-column p` (specificity 0,1,1) bleeds in and overrides
   the single-class `.panel-kicker`/`.panel-note` rules. Two-class selectors (0,2,0) re-assert
   the SAME theme tokens — so changing a token in :root still propagates here, no per-page fix. */
.start-strip .panel-kicker {
  color: var(--kicker-color);
  font-size: var(--kicker-size);
}
.start-strip .panel-note {
  color: var(--note-color);
  font-size: var(--note-size);
  line-height: 1.55;
  max-width: none;
}

.start-strip-head {
  align-items: end;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.start-strip h2 {
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin: 0;
}

.start-strip-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.start-strip .class-card {
  border-radius: 14px;
}

.start-strip-action {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.start-strip-action .panel-note {
  margin: 0;
}

.start-strip-action .button-primary {
  flex: 0 0 auto;
}

.class-card {
  align-items: center;
  background: transparent;
  border-radius: 14px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 8px 1.25rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background 160ms ease, transform 160ms ease;
  z-index: 1;
}

.class-card-image {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.class-card img {
  max-height: 70px;
  max-width: 74px;
  object-fit: contain;
}

.class-card-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.class-card strong {
  color: var(--ssa-green);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.15;
}

.class-card-price {
  color: var(--ink);
  display: inline-block;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.class-card-price-highlight {
  color: var(--ink);
  padding-bottom: 0.05rem;
}

.class-card-price-text {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.class-card-price-highlight svg {
  height: calc(100% + 0.75em);
  left: 50%;
  margin-top: 0.1em;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.8em);
}

.class-card-price-highlight path {
  animation: price-highlight-loop 5.26s ease-in-out infinite;
  fill: none;
  opacity: 1;
  stroke: var(--ssa-green);
  stroke-dasharray: 0 1500;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14;
}

@keyframes price-highlight-loop {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500;
  }

  19%,
  95% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }

  100% {
    opacity: 0;
    stroke-dasharray: 1500 1500;
  }
}

.class-card-arrow {
  display: none;
}

.class-card:hover {
  transform: translateY(-3px);
}

.copy-column > h2,
.related-links,
.faq-section {
  border-top: 1px solid rgba(17, 32, 42, 0.2);
  margin-top: 3.6rem;
  padding-top: 1.65rem;
  position: relative;
}

.copy-column > h2::before,
.related-links::before,
.faq-section::before {
  background: var(--ssa-green);
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 88px;
}

.related-links h2,
.faq-section h2 {
  margin-top: 0;
}

.link-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-grid a {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  padding: 1rem;
  position: relative;
  text-decoration: none;
}

.link-grid a::after {
  background: var(--ssa-green);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 160ms ease;
  width: 100%;
}

.link-grid a:hover {
  background: var(--white);
  box-shadow: 0 10px 24px rgba(17, 32, 42, 0.08);
}

.link-grid a:hover::after {
  opacity: 1;
}

.link-grid strong,
.link-grid span {
  display: block;
}

.link-grid strong {
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.link-grid span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(179, 207, 50, 0.16);
  padding: 0.9rem 1rem;
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 0.6rem 0 0;
}

.trust-band {
  background:
    linear-gradient(180deg, rgba(17, 32, 42, 0.86), rgba(17, 32, 42, 0.76)),
    var(--hero-image) center / cover;
  color: var(--white);
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}

.trust-band::before {
  display: none;
}

.trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  z-index: 1;
}

.trust-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 1.3rem;
  text-align: center;
}

.trust-item strong {
  color: var(--ssa-green);
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.trust-item span {
  color: var(--white);
  font-size: 0.94rem;
  line-height: 1.45;
}

.cta-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(179, 207, 50, 0.16), rgba(203, 118, 132, 0.1)),
    linear-gradient(90deg, rgba(10, 18, 24, 0.94), rgba(10, 18, 24, 0.84)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  display: flex;
  gap: 1.4rem;
  justify-content: space-between;
  margin: 2.8rem 0 0;
  max-width: 100%;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.cta-panel::after {
  display: none;
}

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

.cta-panel-inline {
  margin-top: 3rem;
}

.cta-panel h2 {
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-top: 0;
  margin-bottom: 0.3rem;
  max-width: 720px;
}

.cta-panel p {
  color: #e6f0e2;
  margin-bottom: 0;
  max-width: 760px;
}

.cta-kicker {
  color: var(--ssa-green) !important;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.35rem !important;
  text-transform: uppercase;
}

.cta-panel a {
  background: var(--ssa-green);
  color: var(--ink);
  flex: 0 0 auto;
  min-width: 170px;
}

.site-footer {
  background: #121a1f;
  color: #e9f2e8;
  padding: 3.5rem 1rem 1.2rem;
}

.footer-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1240px;
}

.footer-brand img {
  background: var(--ssa-green);
  border-radius: 8px;
  margin-bottom: 1rem;
  max-width: 210px;
  padding: 0.45rem;
}

.footer-brand p,
.copyright {
  color: #b8c8ba;
}

.site-footer h2 {
  color: var(--ssa-green);
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.site-footer nav {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

.site-footer a {
  color: #edf5ed;
  font-size: 0.9rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ssa-green);
}

.copyright {
  font-size: 0.75rem;
  margin: 2.4rem auto 0;
  max-width: 1240px;
}

.not-found {
  margin: 0 auto;
  max-width: 760px;
  padding: 5rem 1rem;
}

@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
    padding-right: 4rem;
    position: relative;
    width: 100%;
  }

  .nav-button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    gap: 0.6rem;
    justify-self: end;
    min-height: 44px;
    min-width: 44px;
    overflow: visible;
    position: absolute;
    right: 1rem;
    top: 1.7rem;
  }

  .nav-button > span:first-child {
    display: none;
  }

  .nav-lines,
  .nav-lines::before,
  .nav-lines::after {
    background: var(--ink);
    display: block;
    height: 3px;
    width: 26px;
  }

  .nav-lines {
    position: relative;
  }

  .nav-lines::before,
  .nav-lines::after {
    content: "";
    left: 0;
    position: absolute;
  }

  .nav-lines::before {
    top: -8px;
  }

  .nav-lines::after {
    top: 8px;
  }

  .main-nav {
    display: none;
  }

  .nav-toggle:checked ~ .main-nav {
    display: grid;
    grid-column: 1 / -1;
  }

  .enquire-button {
    display: inline-flex;
    justify-self: end;
    margin-right: 3.2rem;
  }

  .main-nav {
    background: rgba(255, 255, 255, 0.36);
    border-radius: 8px;
    gap: 0;
    justify-content: stretch;
    padding: 0.35rem;
  }

  .main-nav a,
  .main-nav summary {
    border-bottom: 0;
    padding: 0.75rem;
  }

  .main-nav .nav-icon-link {
    justify-content: flex-start;
    min-width: 0;
    padding: 0.75rem;
  }

  .submenu {
    box-shadow: none;
    margin: 0 0 0.4rem;
    min-width: 0;
    position: static;
  }

  .content-grid {
    display: block;
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-facts div {
    border-left: 0;
    border-top: 1px solid rgba(17, 32, 42, 0.1);
    padding: 0.75rem 0 0.7rem;
  }

  .quick-facts div:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .lesson-panel {
    margin-top: 2rem;
    position: static;
    width: 100%;
  }

  .start-strip-list {
    grid-template-columns: 1fr;
  }

  .start-strip .class-card {
    padding: 8px 1.25rem;
  }

  .story-band {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  html {
    font-size: 18px;
  }

  .nav-shell {
    min-height: 78px;
  }

  .brand {
    max-width: 148px;
  }

  .enquire-button {
    display: none;
    margin-right: 0;
  }

  .nav-toggle:checked ~ .enquire-button {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .hero p,
  .copy-column p {
    overflow-wrap: break-word;
  }

  .hero-inner {
    min-height: 330px;
    padding: 2.4rem 1.2rem 4rem;
  }

  .hero .eyebrow {
    font-size: 0.68rem;
    line-height: 1.35;
    max-width: 11.5rem;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 8vw, 2rem);
    max-width: min(100%, 16rem);
    text-wrap: balance;
  }

  .hero .hero-lede {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: min(100%, 17rem);
    text-wrap: normal;
  }

  .hero-links {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 15rem);
  }

  .hero-links a {
    text-align: center;
  }

  .answer-panel {
    max-width: 100%;
    padding: 0 0 2.35rem;
    width: 100%;
  }

  .answer-panel p {
    max-width: none;
  }

  .copy-column h2 {
    font-size: clamp(1.22rem, 5.8vw, 1.38rem);
  }

  .copy-column p,
  .quick-facts span,
  .link-grid span,
  .faq-list p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .copy-column > h2,
  .related-links,
  .faq-section,
  .story-band {
    margin-top: 2.7rem;
    padding-top: 1.35rem;
  }

  .values-grid {
    margin-bottom: 2.4rem;
  }

  .value-card {
    padding: 0.95rem 0;
  }

  .value-card h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .hero {
    min-height: 330px;
  }

  .hero::after {
    height: 56px;
  }

  .section {
    padding: 3.2rem 1rem;
  }

  .section-flow {
    padding-top: 2.2rem;
  }

  .start-strip-section {
    padding-top: 2rem;
  }

  .start-strip {
    padding: 1rem;
  }

  .start-strip-head {
    align-items: stretch;
    flex-direction: column;
  }

  .start-strip-action {
    align-items: stretch;
    flex-direction: column;
  }

  .start-strip-action .panel-note {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .start-strip-action .button-primary {
    width: 100%;
  }

  .values-grid,
  .link-grid,
  .footer-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-panel a {
    width: 100%;
  }
}
