/*
 * Sheila O'Driscoll Safety Training — editorial front-end, v2.
 * All rules are scoped to plugin-managed pages so an active WordPress theme
 * cannot leak its layout, typography or component styling into the site.
 */

body.sodst-rendered {
  --sodst-navy: #0f2421;
  --sodst-navy-deep: #071411;
  --sodst-navy-soft: #17332f;
  --sodst-blue: #b96c3a;
  --sodst-blue-deep: #884322;
  --sodst-blue-mist: #ead8ca;
  --sodst-blue-pale: #f1e5db;
  --sodst-cream: #f5f1e8;
  --sodst-cream-deep: #e8e0d4;
  --sodst-paper: #fffdf8;
  --sodst-text: #18221f;
  --sodst-muted: #56615d;
  --sodst-line: rgba(15, 36, 33, 0.18);
  --sodst-line-light: rgba(255, 253, 248, 0.22);
  --sodst-success: #23664f;
  --sodst-danger: #993832;
  --sodst-display: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  --sodst-body: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  --sodst-shadow-soft: 0 24px 68px rgba(7, 20, 17, 0.13);
  background: var(--sodst-cream);
  color: var(--sodst-text);
  margin: 0;
  overflow-x: hidden;
}

body.sodst-rendered.sodst-menu-open {
  overflow: hidden;
}

body.sodst-rendered .sodst-site,
body.sodst-rendered .sodst-site *,
body.sodst-rendered .sodst-site *::before,
body.sodst-rendered .sodst-site *::after {
  box-sizing: border-box;
}

body.sodst-rendered .sodst-site {
  background: var(--sodst-cream);
  color: var(--sodst-text);
  font-family: var(--sodst-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.68;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.sodst-rendered .sodst-site input,
body.sodst-rendered .sodst-site select,
body.sodst-rendered .sodst-site textarea,
body.sodst-rendered .sodst-site button {
  font-family: var(--sodst-body);
}

body.sodst-rendered .sodst-site h1,
body.sodst-rendered .sodst-site h2,
body.sodst-rendered .sodst-site h3,
body.sodst-rendered .sodst-site h4,
body.sodst-rendered .sodst-site p,
body.sodst-rendered .sodst-site ul,
body.sodst-rendered .sodst-site ol,
body.sodst-rendered .sodst-site blockquote {
  margin-top: 0;
}

body.sodst-rendered .sodst-site h1,
body.sodst-rendered .sodst-site h2,
body.sodst-rendered .sodst-site h3,
body.sodst-rendered .sodst-site h4 {
  color: inherit;
  font-family: var(--sodst-display);
  font-style: normal;
  font-weight: 400;
  hyphens: none;
  letter-spacing: -0.022em;
  margin-bottom: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

body.sodst-rendered .sodst-site h1 {
  font-size: clamp(3.25rem, 5.6vw, 6.1rem);
  line-height: 0.98;
}

body.sodst-rendered .sodst-site h2 {
  font-size: clamp(2.25rem, 3.9vw, 4.2rem);
  line-height: 1.04;
}

body.sodst-rendered .sodst-site h3 {
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
  line-height: 1.08;
}

body.sodst-rendered .sodst-site h4 {
  font-size: 1.25rem;
  line-height: 1.15;
}

body.sodst-rendered .sodst-site p:last-child,
body.sodst-rendered .sodst-site ul:last-child,
body.sodst-rendered .sodst-site ol:last-child {
  margin-bottom: 0;
}

body.sodst-rendered .sodst-site a,
body.sodst-rendered .sodst-site button,
body.sodst-rendered .sodst-site summary,
body.sodst-rendered .sodst-site strong,
body.sodst-rendered .sodst-site li,
body.sodst-rendered .sodst-site label,
body.sodst-rendered .sodst-site span {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

body.sodst-rendered .sodst-site :where(a) {
  color: inherit;
  text-decoration: none;
}

body.sodst-rendered .sodst-site img {
  display: block;
  height: auto;
  max-width: 100%;
}

body.sodst-rendered .sodst-site address {
  font-style: normal;
}

body.sodst-rendered .sodst-site button,
body.sodst-rendered .sodst-site input,
body.sodst-rendered .sodst-site select,
body.sodst-rendered .sodst-site textarea {
  font: inherit;
}

body.sodst-rendered .sodst-site [hidden] {
  display: none !important;
}

body.sodst-rendered .sodst-site :focus-visible {
  outline: 3px solid #dc9142;
  outline-offset: 4px;
}

body.sodst-rendered .sodst-wrap {
  margin-inline: auto;
  max-width: 1380px;
  min-width: 0;
  padding-inline: clamp(24px, 4.5vw, 70px);
  width: 100%;
}

body.sodst-rendered .sodst-main {
  min-width: 0;
}

body.sodst-rendered .sodst-enquiry-form {
  margin: 0;
}

body.sodst-rendered .sodst-icon {
  fill: none;
  flex: 0 0 auto;
  height: 1.2em;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 1.2em;
}

body.sodst-rendered .sodst-skip {
  background: var(--sodst-paper);
  border: 1px solid var(--sodst-navy);
  color: var(--sodst-navy);
  font-size: 13px;
  font-weight: 650;
  left: 18px;
  padding: 12px 17px;
  position: fixed;
  top: -100px;
  transition: top 0.18s ease;
  z-index: 100000;
}

body.sodst-rendered .sodst-skip:focus {
  top: 16px;
}

/* Utility typography and actions. */
body.sodst-rendered .sodst-kicker {
  color: var(--sodst-blue-deep);
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  margin-bottom: 22px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-kicker--light {
  color: #f0c39e;
}

body.sodst-rendered .sodst-lead {
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 400;
  line-height: 1.6;
}

body.sodst-rendered .sodst-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

body.sodst-rendered .sodst-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 11px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 54px;
  padding: 15px 24px;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.sodst-rendered .sodst-site .sodst-btn,
body.sodst-rendered .sodst-site .sodst-btn:link,
body.sodst-rendered .sodst-site .sodst-btn:visited {
  opacity: 1;
  text-decoration: none !important;
}

body.sodst-rendered .sodst-site .sodst-btn > * {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.sodst-rendered .sodst-site .sodst-btn--header,
body.sodst-rendered .sodst-site .sodst-btn--header:link,
body.sodst-rendered .sodst-site .sodst-btn--header:visited,
body.sodst-rendered .sodst-site .sodst-btn--primary,
body.sodst-rendered .sodst-site .sodst-btn--primary:link,
body.sodst-rendered .sodst-site .sodst-btn--primary:visited,
body.sodst-rendered .sodst-site .sodst-btn--navy,
body.sodst-rendered .sodst-site .sodst-btn--navy:link,
body.sodst-rendered .sodst-site .sodst-btn--navy:visited,
body.sodst-rendered .sodst-site .sodst-btn--submit {
  background: #0f2421 !important;
  background-image: none !important;
  border-color: #0f2421 !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.sodst-rendered .sodst-site .sodst-btn--header:hover,
body.sodst-rendered .sodst-site .sodst-btn--header:focus-visible,
body.sodst-rendered .sodst-site .sodst-btn--header:active,
body.sodst-rendered .sodst-site .sodst-btn--primary:hover,
body.sodst-rendered .sodst-site .sodst-btn--primary:focus-visible,
body.sodst-rendered .sodst-site .sodst-btn--primary:active,
body.sodst-rendered .sodst-site .sodst-btn--navy:hover,
body.sodst-rendered .sodst-site .sodst-btn--navy:focus-visible,
body.sodst-rendered .sodst-site .sodst-btn--navy:active,
body.sodst-rendered .sodst-site .sodst-btn--submit:hover,
body.sodst-rendered .sodst-site .sodst-btn--submit:focus-visible,
body.sodst-rendered .sodst-site .sodst-btn--submit:active {
  background: #884322 !important;
  background-image: none !important;
  border-color: #884322 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-1px);
}

body.sodst-rendered .sodst-site .sodst-btn--white,
body.sodst-rendered .sodst-site .sodst-btn--white:link,
body.sodst-rendered .sodst-site .sodst-btn--white:visited {
  background: #fffdf8 !important;
  background-image: none !important;
  border-color: #fffdf8 !important;
  color: #0f2421 !important;
  -webkit-text-fill-color: #0f2421 !important;
}

body.sodst-rendered .sodst-site .sodst-btn--white:hover,
body.sodst-rendered .sodst-site .sodst-btn--white:focus-visible,
body.sodst-rendered .sodst-site .sodst-btn--white:active {
  background: #e8c6ab !important;
  background-image: none !important;
  border-color: #e8c6ab !important;
  color: #0f2421 !important;
  -webkit-text-fill-color: #0f2421 !important;
  transform: translateY(-1px);
}

body.sodst-rendered .sodst-site .sodst-btn--ghost,
body.sodst-rendered .sodst-site .sodst-btn--ghost:link,
body.sodst-rendered .sodst-site .sodst-btn--ghost:visited {
  background: transparent !important;
  background-image: none !important;
  border-color: #0f2421 !important;
  color: #0f2421 !important;
  -webkit-text-fill-color: #0f2421 !important;
}

body.sodst-rendered .sodst-site .sodst-btn--ghost:hover,
body.sodst-rendered .sodst-site .sodst-btn--ghost:focus-visible,
body.sodst-rendered .sodst-site .sodst-btn--ghost:active {
  background: #0f2421 !important;
  background-image: none !important;
  border-color: #0f2421 !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.sodst-rendered .sodst-site .sodst-btn--ghost-light,
body.sodst-rendered .sodst-site .sodst-btn--ghost-light:link,
body.sodst-rendered .sodst-site .sodst-btn--ghost-light:visited {
  background: transparent !important;
  background-image: none !important;
  border-color: rgba(255, 253, 248, 0.72) !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.sodst-rendered .sodst-site .sodst-btn--ghost-light:hover,
body.sodst-rendered .sodst-site .sodst-btn--ghost-light:focus-visible,
body.sodst-rendered .sodst-site .sodst-btn--ghost-light:active {
  background: #fffdf8 !important;
  background-image: none !important;
  border-color: #fffdf8 !important;
  color: #0f2421 !important;
  -webkit-text-fill-color: #0f2421 !important;
}

body.sodst-rendered .sodst-text-link {
  align-items: center;
  border-bottom: 1px solid rgba(51, 88, 109, 0.55);
  color: var(--sodst-blue-deep);
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  gap: 10px;
  line-height: 1.35;
  padding-bottom: 5px;
}

body.sodst-rendered .sodst-text-link:hover {
  border-bottom-color: var(--sodst-navy);
  color: var(--sodst-navy);
}

body.sodst-rendered .sodst-text-link span {
  transition: transform 0.18s ease;
}

body.sodst-rendered .sodst-text-link:hover span {
  transform: translateX(4px);
}

body.sodst-rendered .sodst-text-link--large {
  font-size: 15px;
}

/* Slim top bar and editorial navigation. */
body.sodst-rendered .sodst-topbar {
  background: var(--sodst-navy-deep);
  color: rgba(251, 250, 246, 0.78);
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.04em;
}

body.sodst-rendered .sodst-topbar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 35px;
}

body.sodst-rendered .sodst-topbar__inner span,
body.sodst-rendered .sodst-topbar__inner a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

body.sodst-rendered .sodst-topbar__inner a {
  color: var(--sodst-paper);
}

body.sodst-rendered .sodst-topbar__inner a:hover {
  color: #f0c39e;
}

body.sodst-rendered .sodst-topbar .sodst-icon {
  color: #e6ac7f;
  height: 14px;
  width: 14px;
}

body.sodst-rendered .sodst-header {
  background: rgba(251, 250, 246, 0.98);
  border-bottom: 1px solid var(--sodst-line);
  position: sticky;
  top: 0;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1500;
}

body.sodst-rendered .sodst-header.is-scrolled {
  background: var(--sodst-paper);
  box-shadow: 0 8px 24px rgba(7, 17, 31, 0.08);
}

body.admin-bar.sodst-rendered .sodst-header {
  top: 32px;
}

body.sodst-rendered .sodst-header__inner {
  align-items: center;
  display: flex;
  gap: 30px;
  min-height: 78px;
}

body.sodst-rendered .sodst-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
}

body.sodst-rendered .sodst-brand img {
  height: 55px;
  object-fit: contain;
  width: 44px;
}

body.sodst-rendered .sodst-brand > span,
body.sodst-rendered .sodst-brand strong,
body.sodst-rendered .sodst-brand small {
  display: block;
}

body.sodst-rendered .sodst-brand strong {
  color: var(--sodst-navy);
  font-family: var(--sodst-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.05;
}

body.sodst-rendered .sodst-brand small {
  color: var(--sodst-blue-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-nav {
  align-items: center;
  display: flex;
  gap: 23px;
  margin-left: auto;
}

body.sodst-rendered .sodst-menu {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2vw, 31px);
  list-style: none;
  margin: 0;
  padding: 0;
}

body.sodst-rendered .sodst-menu > li {
  margin: 0;
  position: relative;
}

body.sodst-rendered .sodst-menu > li > a {
  color: var(--sodst-navy);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 29px 0;
  position: relative;
}

body.sodst-rendered .sodst-menu > li > a::after {
  background: var(--sodst-blue-deep);
  bottom: 22px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.18s ease;
  width: 100%;
}

body.sodst-rendered .sodst-menu > li > a:hover::after,
body.sodst-rendered .sodst-menu > .current-menu-item > a::after,
body.sodst-rendered .sodst-menu > .current-menu-parent > a::after,
body.sodst-rendered .sodst-menu > .current-menu-ancestor > a::after,
body.sodst-rendered .sodst-menu > li > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.sodst-rendered .sodst-menu .sub-menu {
  background: var(--sodst-paper);
  border: 1px solid var(--sodst-line);
  border-radius: 2px;
  box-shadow: var(--sodst-shadow-soft);
  display: grid;
  gap: 0;
  left: -22px;
  list-style: none;
  margin: 0;
  min-width: 310px;
  opacity: 0;
  padding: 10px 16px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 6px);
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  visibility: hidden;
  z-index: 40;
}

body.sodst-rendered .sodst-menu .sub-menu li + li {
  border-top: 1px solid var(--sodst-line);
}

body.sodst-rendered .sodst-menu .sub-menu a {
  color: var(--sodst-text);
  display: block;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.35;
  padding: 12px 2px;
}

body.sodst-rendered .sodst-menu .sub-menu a:hover,
body.sodst-rendered .sodst-menu .sub-menu a:focus-visible {
  color: var(--sodst-blue-deep);
}

body.sodst-rendered .sodst-menu li:hover > .sub-menu,
body.sodst-rendered .sodst-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

body.sodst-rendered .sodst-nav-toggle,
body.sodst-rendered .sodst-submenu-toggle,
body.sodst-rendered .sodst-nav-overlay {
  display: none;
}

body.sodst-rendered .sodst-btn--header {
  min-height: 44px;
  padding: 12px 17px;
}

/* Full-bleed image heroes. */
body.sodst-rendered .sodst-photo-hero,
body.sodst-rendered .sodst-contact-hero,
body.sodst-rendered .sodst-course-hero,
body.sodst-rendered .sodst-page-hero,
body.sodst-rendered .sodst-legal-hero {
  background: var(--sodst-navy);
  color: var(--sodst-paper);
  overflow: hidden;
  position: relative;
}

body.sodst-rendered .sodst-hero {
  background: var(--sodst-navy);
  color: var(--sodst-paper);
  min-height: 755px;
  overflow: hidden;
  position: relative;
}

body.sodst-rendered .sodst-hero--home {
  isolation: isolate;
}

body.sodst-rendered .sodst-hero__grid {
  align-items: center;
  display: flex;
  min-height: 755px;
  position: relative;
}

body.sodst-rendered .sodst-hero__content {
  max-width: 615px;
  padding-block: 90px;
  position: relative;
  width: 46%;
  z-index: 3;
}

body.sodst-rendered .sodst-hero__content h1 {
  color: var(--sodst-paper);
  font-size: clamp(3.6rem, 5.25vw, 5.9rem);
  margin-bottom: 28px;
}

body.sodst-rendered .sodst-hero__content .sodst-kicker {
  color: #f0c39e;
}

body.sodst-rendered .sodst-hero__content .sodst-lead {
  color: rgba(251, 250, 246, 0.78);
  margin-bottom: 34px;
  max-width: 580px;
}

body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--primary,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--primary:link,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--primary:visited {
  background: #fffdf8 !important;
  background-image: none !important;
  border-color: #fffdf8 !important;
  color: #0f2421 !important;
  -webkit-text-fill-color: #0f2421 !important;
}

body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--primary:hover,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--primary:focus-visible,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--primary:active {
  background: #e8c6ab !important;
  border-color: #e8c6ab !important;
  color: #0f2421 !important;
  -webkit-text-fill-color: #0f2421 !important;
}

body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--ghost,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--ghost:link,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--ghost:visited {
  background: transparent !important;
  border-color: rgba(255, 253, 248, 0.72) !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--ghost:hover,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--ghost:focus-visible,
body.sodst-rendered .sodst-site .sodst-hero__content .sodst-btn--ghost:active {
  background: #fffdf8 !important;
  border-color: #fffdf8 !important;
  color: #0f2421 !important;
  -webkit-text-fill-color: #0f2421 !important;
}

body.sodst-rendered .sodst-hero__visual {
  bottom: 0;
  left: 49%;
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  z-index: 1;
}

body.sodst-rendered .sodst-hero__image,
body.sodst-rendered .sodst-hero__image img {
  height: 100%;
  width: 100%;
}

body.sodst-rendered .sodst-hero__image {
  background: var(--sodst-navy-soft);
  overflow: hidden;
  position: relative;
}

body.sodst-rendered .sodst-hero__image::after {
  background: rgba(7, 17, 31, 0.12);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.sodst-rendered .sodst-hero__image img {
  object-fit: cover;
  object-position: center;
}

body.sodst-rendered .sodst-hero__badge {
  background: var(--sodst-paper);
  bottom: 48px;
  color: var(--sodst-navy);
  left: 0;
  max-width: 245px;
  padding: 20px 22px;
  position: absolute;
  z-index: 3;
}

body.sodst-rendered .sodst-hero__badge strong,
body.sodst-rendered .sodst-hero__badge span {
  display: block;
}

body.sodst-rendered .sodst-hero__badge strong {
  font-family: var(--sodst-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
}

body.sodst-rendered .sodst-hero__badge span {
  color: var(--sodst-muted);
  font-size: 10px;
  letter-spacing: 0.09em;
  margin-top: 6px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-hero__shape {
  display: none;
}

body.sodst-rendered .sodst-page-hero,
body.sodst-rendered .sodst-course-hero,
body.sodst-rendered .sodst-contact-hero {
  min-height: 655px;
}

body.sodst-rendered .sodst-page-hero__grid,
body.sodst-rendered .sodst-course-hero__grid,
body.sodst-rendered .sodst-contact-hero__grid,
body.sodst-rendered .sodst-about-hero__grid {
  align-items: center;
  display: flex;
  min-height: 565px;
  position: static;
}

body.sodst-rendered .sodst-page-hero__copy,
body.sodst-rendered .sodst-course-hero__copy,
body.sodst-rendered .sodst-contact-hero__heading {
  max-width: 625px;
  padding-block: 55px 86px;
  position: relative;
  width: 45%;
  z-index: 3;
}

body.sodst-rendered .sodst-page-hero__copy h1,
body.sodst-rendered .sodst-course-hero__copy h1,
body.sodst-rendered .sodst-contact-hero__heading h1,
body.sodst-rendered .sodst-legal-hero h1 {
  color: var(--sodst-paper);
  font-size: clamp(3.55rem, 5.3vw, 6rem);
  margin-bottom: 25px;
}

body.sodst-rendered .sodst-page-hero__copy > p,
body.sodst-rendered .sodst-course-hero__copy > p,
body.sodst-rendered .sodst-contact-hero__heading > p,
body.sodst-rendered .sodst-legal-hero .sodst-wrap > p {
  color: rgba(251, 250, 246, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 590px;
}

body.sodst-rendered .sodst-page-hero__image,
body.sodst-rendered .sodst-course-hero__image,
body.sodst-rendered .sodst-contact-hero__image {
  background: var(--sodst-navy-soft);
  bottom: 0;
  left: 51%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

body.sodst-rendered .sodst-page-hero__image::after,
body.sodst-rendered .sodst-course-hero__image::after,
body.sodst-rendered .sodst-contact-hero__image::after,
body.sodst-rendered .sodst-profile-panel--photo::after {
  background: rgba(7, 17, 31, 0.1);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.sodst-rendered .sodst-page-hero__image img,
body.sodst-rendered .sodst-course-hero__image img,
body.sodst-rendered .sodst-contact-hero__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.sodst-rendered .sodst-course-hero__image,
body.sodst-rendered .sodst-course-hero__image img {
  aspect-ratio: 3 / 2;
}

body.sodst-rendered .sodst-page-hero--courses .sodst-page-hero__image img {
  object-position: center;
}

body.sodst-rendered .sodst-page-hero--onsite .sodst-page-hero__image img {
  object-position: 56% center;
}

body.sodst-rendered .sodst-page-hero--about,
body.sodst-rendered .sodst-contact-hero--photo-led {
  isolation: isolate;
}

body.sodst-rendered .sodst-course-hero {
  border-bottom: 5px solid var(--sodst-blue);
}

body.sodst-rendered .sodst-course-hero--red {
  border-bottom-color: #8d5149;
}

body.sodst-rendered .sodst-course-hero--green {
  border-bottom-color: #527565;
}

body.sodst-rendered .sodst-course-hero--sky {
  border-bottom-color: #7da2b4;
}

body.sodst-rendered .sodst-course-hero--navy,
body.sodst-rendered .sodst-course-hero--blue {
  border-bottom-color: #5a7589;
}

body.sodst-rendered .sodst-breadcrumbs {
  align-items: center;
  color: rgba(251, 250, 246, 0.58);
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 550;
  gap: 8px;
  letter-spacing: 0.045em;
  padding-block: 24px 4px;
  position: relative;
  z-index: 5;
}

body.sodst-rendered .sodst-breadcrumbs a:hover {
  color: var(--sodst-paper);
}

body.sodst-rendered .sodst-status {
  align-self: flex-start;
  border-left: 2px solid var(--sodst-success);
  color: var(--sodst-success);
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 13px;
  padding: 3px 0 3px 9px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-status--light {
  border-left-color: #f0c39e;
  color: #f1d8c4;
  margin-bottom: 19px;
}

/* About hero uses a photograph, never a fake portrait card. */
body.sodst-rendered .sodst-profile-panel--photo {
  background: var(--sodst-navy-soft);
  bottom: 0;
  left: 51%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
}

body.sodst-rendered .sodst-profile-panel--photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.sodst-rendered .sodst-profile-panel--photo > div,
body.sodst-rendered .sodst-profile-panel--photo > p {
  background: var(--sodst-paper);
  bottom: 0;
  color: var(--sodst-navy);
  left: 0;
  margin: 0;
  padding-inline: 27px;
  position: absolute;
  z-index: 3;
}

body.sodst-rendered .sodst-profile-panel--photo > div {
  padding-bottom: 5px;
  padding-top: 20px;
  width: 340px;
}

body.sodst-rendered .sodst-profile-panel--photo > p {
  bottom: 0;
  color: var(--sodst-muted);
  font-size: 10px;
  letter-spacing: 0.065em;
  padding-bottom: 18px;
  padding-top: 54px;
  width: 420px;
}

body.sodst-rendered .sodst-profile-panel--photo > div strong,
body.sodst-rendered .sodst-profile-panel--photo > div span {
  display: block;
}

body.sodst-rendered .sodst-profile-panel--photo > div strong {
  font-family: var(--sodst-display);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.05;
}

body.sodst-rendered .sodst-profile-panel--photo > div span {
  color: var(--sodst-blue-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 5px;
  text-transform: uppercase;
}

/* Credential rail. */
body.sodst-rendered .sodst-trust {
  background: var(--sodst-navy-deep);
  color: var(--sodst-paper);
}

body.sodst-rendered .sodst-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sodst-rendered .sodst-trust__grid > div {
  align-items: center;
  border-right: 1px solid var(--sodst-line-light);
  display: grid;
  gap: 7px 15px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 92px;
  padding: 18px 28px;
}

body.sodst-rendered .sodst-trust__grid > div:first-child {
  padding-left: 0;
}

body.sodst-rendered .sodst-trust__grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

body.sodst-rendered .sodst-trust strong {
  color: #d4e3e9;
  font-family: var(--sodst-display);
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

body.sodst-rendered .sodst-trust span {
  color: rgba(251, 250, 246, 0.67);
  font-size: 10px;
  line-height: 1.42;
}

/* Section rhythm and shared split compositions. */
body.sodst-rendered .sodst-section {
  background: var(--sodst-cream);
  padding-block: clamp(90px, 8.5vw, 128px);
  position: relative;
}

body.sodst-rendered .sodst-section--soft {
  background: var(--sodst-cream-deep);
}

body.sodst-rendered .sodst-section--ink {
  background: var(--sodst-navy);
  color: var(--sodst-paper);
}

body.sodst-rendered .sodst-split {
  align-items: center;
  display: grid;
  gap: clamp(52px, 7.5vw, 112px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.sodst-rendered .sodst-split--balanced {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

body.sodst-rendered .sodst-split--compact {
  gap: clamp(45px, 6vw, 84px);
}

body.sodst-rendered .sodst-copy,
body.sodst-rendered .sodst-section-heading > *,
body.sodst-rendered .sodst-split > *,
body.sodst-rendered .sodst-course-overview__grid > *,
body.sodst-rendered .sodst-contact-grid > * {
  min-width: 0;
}

body.sodst-rendered .sodst-copy h2 {
  color: var(--sodst-navy);
  margin-bottom: 27px;
}

body.sodst-rendered .sodst-copy > p {
  color: var(--sodst-muted);
  margin-bottom: 20px;
  max-width: 650px;
}

body.sodst-rendered .sodst-copy--light h2 {
  color: var(--sodst-paper);
}

body.sodst-rendered .sodst-copy--light > p {
  color: rgba(251, 250, 246, 0.71);
}

body.sodst-rendered .sodst-copy .sodst-btn,
body.sodst-rendered .sodst-copy .sodst-text-link {
  margin-top: 12px;
}

body.sodst-rendered .sodst-section-heading {
  align-items: end;
  display: grid;
  gap: clamp(42px, 7vw, 105px);
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.55fr);
  margin-bottom: 53px;
}

body.sodst-rendered .sodst-section-heading h2 {
  color: var(--sodst-navy);
  max-width: 850px;
}

body.sodst-rendered .sodst-section-heading > p {
  color: var(--sodst-muted);
  font-size: 14px;
  line-height: 1.62;
  margin: 0 0 4px;
}

body.sodst-rendered .sodst-section-heading .sodst-text-link {
  justify-self: end;
}

/* Editorial photography blocks. */
body.sodst-rendered .sodst-photo-stack,
body.sodst-rendered .sodst-story__visual,
body.sodst-rendered .sodst-about-visual,
body.sodst-rendered .sodst-inline-photo,
body.sodst-rendered .sodst-availability-feature__image,
body.sodst-rendered .sodst-course-help__image,
body.sodst-rendered .sodst-mission-panel__image {
  min-width: 0;
  overflow: hidden;
  position: relative;
}

body.sodst-rendered .sodst-photo-stack {
  margin: 0;
  min-height: 610px;
}

body.sodst-rendered .sodst-photo-stack__main {
  height: 610px;
  object-fit: cover;
  width: 100%;
}

body.sodst-rendered .sodst-photo-stack figcaption {
  background: var(--sodst-navy);
  bottom: 0;
  color: var(--sodst-paper);
  font-family: var(--sodst-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
  max-width: 330px;
  padding: 21px 24px;
  position: absolute;
  right: 0;
  z-index: 2;
}

body.sodst-rendered .sodst-photo-stack__card,
body.sodst-rendered .sodst-photo-caption,
body.sodst-rendered .sodst-story__stamp {
  background: var(--sodst-navy);
  bottom: 0;
  color: var(--sodst-paper);
  padding: 22px 25px;
  position: absolute;
  right: 0;
  z-index: 2;
}

body.sodst-rendered .sodst-photo-stack__card {
  align-items: center;
  display: flex;
  gap: 14px;
  max-width: 330px;
}

body.sodst-rendered .sodst-photo-stack__card > span {
  align-items: center;
  border: 1px solid rgba(251, 250, 246, 0.32);
  display: flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

body.sodst-rendered .sodst-photo-stack__card .sodst-icon {
  height: 20px;
  width: 20px;
}

body.sodst-rendered .sodst-photo-stack__card strong,
body.sodst-rendered .sodst-photo-caption strong,
body.sodst-rendered .sodst-story__stamp strong,
body.sodst-rendered .sodst-story__stamp span {
  display: block;
}

body.sodst-rendered .sodst-photo-stack__card strong,
body.sodst-rendered .sodst-photo-caption strong,
body.sodst-rendered .sodst-story__stamp strong {
  font-family: var(--sodst-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.08;
}

body.sodst-rendered .sodst-story__stamp span {
  color: rgba(251, 250, 246, 0.66);
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-top: 6px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-tick-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 28px 0 31px;
  padding: 0;
}

body.sodst-rendered .sodst-tick-list li {
  align-items: center;
  border-top: 1px solid var(--sodst-line);
  display: flex;
  gap: 13px;
  min-height: 49px;
}

body.sodst-rendered .sodst-tick-list li:last-child {
  border-bottom: 1px solid var(--sodst-line);
}

body.sodst-rendered .sodst-tick-list .sodst-icon {
  color: var(--sodst-blue-deep);
  height: 17px;
  width: 17px;
}

body.sodst-rendered .sodst-tick-list span {
  color: var(--sodst-text);
  font-size: 13px;
  font-weight: 540;
}

/* Flat, image-led course catalogue. */
body.sodst-rendered .sodst-courses-preview,
body.sodst-rendered .sodst-course-catalogue,
body.sodst-rendered .sodst-related-courses {
  background: var(--sodst-cream);
}

body.sodst-rendered #course-catalogue,
body.sodst-rendered #enquiry {
  scroll-margin-top: 112px;
}

body.sodst-rendered .sodst-course-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.sodst-rendered .sodst-course-card {
  background: var(--sodst-cream-deep);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

body.sodst-rendered .sodst-course-card::before {
  display: none;
}

body.sodst-rendered .sodst-course-card__image {
  aspect-ratio: 16 / 10;
  background: var(--sodst-blue-mist);
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}

body.sodst-rendered .sodst-course-card__image img {
  aspect-ratio: 16 / 10;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

body.sodst-rendered .sodst-course-card:hover .sodst-course-card__image img,
body.sodst-rendered .sodst-course-card:focus-within .sodst-course-card__image img {
  transform: scale(1.025);
}

body.sodst-rendered .sodst-course-card__category {
  display: none;
}

body.sodst-rendered .sodst-course-card__category-body {
  color: var(--sodst-blue-deep);
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.25;
  margin-bottom: 12px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-course-card__body {
  border-bottom: 1px solid var(--sodst-line);
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 28px 30px;
}

body.sodst-rendered .sodst-course-card__body h3 {
  color: var(--sodst-navy);
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
  margin-bottom: 14px;
}

body.sodst-rendered .sodst-course-card__body h3 a:hover {
  color: var(--sodst-blue-deep);
}

body.sodst-rendered .sodst-course-card__body p {
  color: var(--sodst-muted);
  font-size: 12px;
  line-height: 1.62;
  margin-bottom: 22px;
}

body.sodst-rendered .sodst-course-card__body .sodst-text-link {
  margin-top: auto;
}

body.sodst-rendered .sodst-course-grid--home {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.sodst-rendered .sodst-course-grid--catalogue {
  align-items: stretch;
}

body.sodst-rendered .sodst-course-grid--home .sodst-course-card:nth-child(odd) {
  grid-column: span 7;
}

body.sodst-rendered .sodst-course-grid--home .sodst-course-card:nth-child(even) {
  grid-column: span 5;
}

body.sodst-rendered .sodst-course-grid--home .sodst-course-card:nth-child(4n + 3) {
  grid-column: span 5;
}

body.sodst-rendered .sodst-course-grid--home .sodst-course-card:nth-child(4n + 4) {
  grid-column: span 7;
}

body.sodst-rendered .sodst-course-grid--home .sodst-course-card__image {
  height: auto;
}

body.sodst-rendered .sodst-centre-action {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

body.sodst-rendered .sodst-course-filters {
  border-bottom: 1px solid var(--sodst-line);
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 38px;
}

body.sodst-rendered .sodst-course-filters button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--sodst-muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 9px;
  margin-bottom: -1px;
  min-height: 48px;
  padding: 8px 0;
}

body.sodst-rendered .sodst-course-filters button span {
  color: var(--sodst-blue-deep);
  font-size: 9px;
  font-weight: 700;
}

body.sodst-rendered .sodst-course-filters button:hover {
  color: var(--sodst-navy);
}

body.sodst-rendered .sodst-course-filters button.is-active,
body.sodst-rendered .sodst-course-filters button[aria-pressed="true"] {
  border-bottom-color: var(--sodst-navy);
  color: var(--sodst-navy);
}

body.sodst-rendered .sodst-filter-empty {
  border-top: 1px solid var(--sodst-line);
  color: var(--sodst-muted);
  margin-top: 30px;
  padding-top: 24px;
}

/* Home page compositions. */
body.sodst-rendered .sodst-onsite-intro--photo-led {
  background: var(--sodst-cream-deep);
}

body.sodst-rendered .sodst-courses-preview--editorial {
  border-bottom: 1px solid var(--sodst-line);
}

body.sodst-rendered .sodst-about-preview--photo-led {
  overflow: hidden;
}

body.sodst-rendered .sodst-about-preview--photo-led .sodst-copy {
  padding-block: 20px;
}

body.sodst-rendered .sodst-about-visual__image {
  height: 610px;
  overflow: hidden;
}

body.sodst-rendered .sodst-about-visual__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.sodst-rendered .sodst-about-preview .sodst-photo-caption {
  background: var(--sodst-paper);
  color: var(--sodst-navy);
}

body.sodst-rendered .sodst-sectors {
  background: var(--sodst-blue-mist);
}

body.sodst-rendered .sodst-sector-grid {
  border-bottom: 1px solid rgba(11, 23, 40, 0.22);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sodst-rendered .sodst-sector-grid span {
  align-items: center;
  border-right: 1px solid rgba(11, 23, 40, 0.2);
  border-top: 1px solid rgba(11, 23, 40, 0.22);
  color: var(--sodst-navy);
  display: flex;
  font-family: var(--sodst-display);
  font-size: 20px;
  line-height: 1.15;
  min-height: 82px;
  padding: 17px 22px;
}

body.sodst-rendered .sodst-sector-grid span:nth-child(4n) {
  border-right: 0;
}

body.sodst-rendered .sodst-availability-feature {
  background: var(--sodst-blue-pale);
  padding-block: 0;
}

body.sodst-rendered .sodst-availability-feature--photo-led,
body.sodst-rendered .sodst-course-help--photo-led,
body.sodst-rendered .sodst-mission-panel--photo-led {
  overflow: hidden;
}

body.sodst-rendered .sodst-availability-feature__grid,
body.sodst-rendered .sodst-course-help__grid,
body.sodst-rendered .sodst-mission-panel__grid {
  align-items: center;
  display: grid;
  gap: clamp(54px, 7.5vw, 112px);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

body.sodst-rendered .sodst-availability-feature__image,
body.sodst-rendered .sodst-course-help__image,
body.sodst-rendered .sodst-mission-panel__image {
  height: 600px;
}

body.sodst-rendered .sodst-availability-feature__image img,
body.sodst-rendered .sodst-course-help__image img,
body.sodst-rendered .sodst-mission-panel__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.sodst-rendered .sodst-availability-feature__grid > .sodst-copy,
body.sodst-rendered .sodst-course-help__grid > .sodst-copy,
body.sodst-rendered .sodst-mission-panel__grid > .sodst-copy {
  padding-block: 70px;
}

body.sodst-rendered .sodst-closing {
  background-color: var(--sodst-navy-deep);
  background-image: url("../images/fire-response.webp");
  background-position: center 42%;
  background-size: cover;
  color: var(--sodst-paper);
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

body.sodst-rendered .sodst-closing::before {
  background: rgba(7, 17, 31, 0.78);
  content: "";
  inset: 0;
  position: absolute;
}

body.sodst-rendered .sodst-closing__inner {
  align-items: end;
  display: grid;
  gap: 55px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 480px;
  padding-block: 78px;
  position: relative;
  z-index: 1;
}

body.sodst-rendered .sodst-closing h2 {
  color: var(--sodst-paper);
  font-size: clamp(3.1rem, 5.1vw, 5.8rem);
  margin-bottom: 19px;
  max-width: 820px;
}

body.sodst-rendered .sodst-closing p {
  color: rgba(251, 250, 246, 0.72);
  margin-bottom: 0;
  max-width: 650px;
}

body.sodst-rendered .sodst-closing .sodst-actions {
  align-items: stretch;
  flex-direction: column;
  min-width: 240px;
}

/* On-site page. */
body.sodst-rendered .sodst-onsite-benefits-section {
  background: var(--sodst-cream-deep);
}

body.sodst-rendered .sodst-onsite-benefits {
  align-items: start;
  display: grid;
  gap: clamp(58px, 8vw, 115px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

body.sodst-rendered .sodst-inline-photo {
  height: 335px;
  margin-top: 43px;
}

body.sodst-rendered .sodst-inline-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.sodst-rendered .sodst-benefit-grid {
  border-bottom: 1px solid var(--sodst-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.sodst-rendered .sodst-benefit-grid article {
  border-right: 1px solid var(--sodst-line);
  border-top: 1px solid var(--sodst-line);
  min-height: 260px;
  padding: 31px 30px;
}

body.sodst-rendered .sodst-benefit-grid article:nth-child(even) {
  border-right: 0;
}

body.sodst-rendered .sodst-benefit-grid .sodst-icon {
  color: var(--sodst-blue-deep);
  height: 27px;
  margin-bottom: 58px;
  width: 27px;
}

body.sodst-rendered .sodst-benefit-grid h3 {
  color: var(--sodst-navy);
  font-size: 27px;
  margin-bottom: 10px;
}

body.sodst-rendered .sodst-benefit-grid p {
  color: var(--sodst-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.sodst-rendered .sodst-onsite-steps {
  background: var(--sodst-cream);
}

body.sodst-rendered .sodst-timeline {
  border-bottom: 1px solid var(--sodst-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sodst-rendered .sodst-timeline article {
  border-right: 1px solid var(--sodst-line);
  border-top: 1px solid var(--sodst-line);
  min-height: 300px;
  padding: 29px 27px;
}

body.sodst-rendered .sodst-timeline article:last-child {
  border-right: 0;
}

body.sodst-rendered .sodst-timeline article > span {
  color: var(--sodst-blue-deep);
  display: block;
  font-family: var(--sodst-display);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 76px;
}

body.sodst-rendered .sodst-timeline h3 {
  color: var(--sodst-navy);
  font-size: 28px;
  margin-bottom: 11px;
}

body.sodst-rendered .sodst-timeline p {
  color: var(--sodst-muted);
  font-size: 12px;
  line-height: 1.58;
}

body.sodst-rendered .sodst-availability-feature--dark {
  background: var(--sodst-navy);
}

body.sodst-rendered .sodst-availability-feature--dark .sodst-photo-caption {
  background: var(--sodst-paper);
  color: var(--sodst-navy);
}

body.sodst-rendered .sodst-onsite-courses {
  background: var(--sodst-blue-mist);
}

body.sodst-rendered .sodst-mini-course-list {
  border-top: 1px solid rgba(11, 23, 40, 0.25);
}

body.sodst-rendered .sodst-mini-course-list a {
  align-items: center;
  border-bottom: 1px solid rgba(11, 23, 40, 0.25);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto 22px;
  min-height: 82px;
  padding: 17px 2px;
}

body.sodst-rendered .sodst-mini-course-list a:hover {
  color: var(--sodst-blue-deep);
}

body.sodst-rendered .sodst-mini-course-list span {
  color: var(--sodst-navy);
  font-family: var(--sodst-display);
  font-size: 23px;
  line-height: 1.15;
}

body.sodst-rendered .sodst-mini-course-list strong {
  color: var(--sodst-muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-mini-course-list i {
  font-style: normal;
  transition: transform 0.18s ease;
}

body.sodst-rendered .sodst-mini-course-list a:hover i {
  transform: translateX(4px);
}

/* Course help. */
body.sodst-rendered .sodst-course-help {
  background: var(--sodst-blue-pale);
  padding-block: 0;
}

/* About page. */
body.sodst-rendered .sodst-story--editorial {
  background: var(--sodst-cream-deep);
}

body.sodst-rendered .sodst-story__visual {
  min-height: 625px;
}

body.sodst-rendered .sodst-story__visual > img {
  height: 625px;
  object-fit: cover;
  width: 100%;
}

body.sodst-rendered .sodst-values {
  background: var(--sodst-blue-mist);
}

body.sodst-rendered .sodst-values--editorial .sodst-values__grid article {
  background: transparent;
}

body.sodst-rendered .sodst-values__grid {
  border-bottom: 1px solid rgba(11, 23, 40, 0.23);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sodst-rendered .sodst-values__grid article {
  border-right: 1px solid rgba(11, 23, 40, 0.2);
  border-top: 1px solid rgba(11, 23, 40, 0.23);
  min-height: 290px;
  padding: 29px;
}

body.sodst-rendered .sodst-values__grid article:last-child {
  border-right: 0;
}

body.sodst-rendered .sodst-values__grid article > span {
  color: var(--sodst-blue-deep);
  display: block;
  font-family: var(--sodst-display);
  font-size: 36px;
  line-height: 1;
  margin-bottom: 70px;
}

body.sodst-rendered .sodst-values__grid h3 {
  color: var(--sodst-navy);
  font-size: 26px;
  margin-bottom: 11px;
}

body.sodst-rendered .sodst-values__grid p {
  color: var(--sodst-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.sodst-rendered .sodst-mission-panel {
  padding-block: 0;
}

body.sodst-rendered .sodst-mission-panel__image {
  height: 650px;
}

body.sodst-rendered .sodst-sustainability {
  background: var(--sodst-blue-pale);
}

body.sodst-rendered .sodst-sustainability__inner {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: auto minmax(0, 1fr);
  max-width: 1030px;
}

body.sodst-rendered .sodst-sustainability__mark {
  align-items: center;
  border: 1px solid rgba(11, 23, 40, 0.24);
  color: var(--sodst-blue-deep);
  display: flex;
  height: 112px;
  justify-content: center;
  width: 112px;
}

body.sodst-rendered .sodst-sustainability__mark .sodst-icon {
  height: 45px;
  width: 45px;
}

body.sodst-rendered .sodst-sustainability h2 {
  color: var(--sodst-navy);
  font-size: clamp(2.45rem, 4vw, 4.2rem);
  margin-bottom: 15px;
}

body.sodst-rendered .sodst-sustainability p {
  color: var(--sodst-muted);
  margin-bottom: 0;
}

/* Contact page and enquiry form. */
body.sodst-rendered .sodst-contact-section {
  background: var(--sodst-cream-deep);
}

body.sodst-rendered .sodst-contact-grid {
  align-items: start;
  display: grid;
  gap: clamp(52px, 7.5vw, 112px);
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
}

body.sodst-rendered .sodst-contact-details {
  position: sticky;
  top: 118px;
}

body.sodst-rendered .sodst-contact-details h2 {
  color: var(--sodst-navy);
  font-size: clamp(2.5rem, 3.7vw, 4rem);
  margin-bottom: 20px;
}

body.sodst-rendered .sodst-contact-details > p {
  color: var(--sodst-muted);
  font-size: 14px;
}

body.sodst-rendered .sodst-contact-cards {
  border-top: 1px solid var(--sodst-line);
  display: grid;
  margin: 31px 0 23px;
}

body.sodst-rendered .sodst-contact-cards > a,
body.sodst-rendered .sodst-contact-cards > div {
  align-items: center;
  border-bottom: 1px solid var(--sodst-line);
  display: flex;
  gap: 15px;
  min-height: 81px;
  padding: 15px 2px;
}

body.sodst-rendered .sodst-contact-cards > a:hover {
  color: var(--sodst-blue-deep);
}

body.sodst-rendered .sodst-contact-cards .sodst-icon {
  color: var(--sodst-blue-deep);
  height: 23px;
  width: 23px;
}

body.sodst-rendered .sodst-contact-cards span {
  min-width: 0;
}

body.sodst-rendered .sodst-contact-cards small,
body.sodst-rendered .sodst-contact-cards strong {
  display: block;
}

body.sodst-rendered .sodst-contact-cards small {
  color: var(--sodst-muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-contact-cards strong {
  color: var(--sodst-navy);
  font-size: 13px;
  font-weight: 580;
  line-height: 1.4;
}

body.sodst-rendered .sodst-contact-cards a[href^="mailto:"] strong,
body.sodst-rendered .sodst-footer__contact a[href^="mailto:"] span {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

body.sodst-rendered .sodst-contact-cards i {
  font-style: normal;
  margin-left: auto;
}

body.sodst-rendered .sodst-contact-note {
  align-items: flex-start;
  border-left: 2px solid var(--sodst-blue-deep);
  display: flex;
  gap: 13px;
  margin-top: 31px;
  padding: 7px 0 7px 16px;
}

body.sodst-rendered .sodst-contact-note .sodst-icon {
  color: var(--sodst-blue-deep);
  margin-top: 3px;
}

body.sodst-rendered .sodst-contact-note p,
body.sodst-rendered .sodst-contact-note strong {
  display: block;
}

body.sodst-rendered .sodst-contact-note p {
  color: var(--sodst-muted);
  font-size: 11px;
  line-height: 1.52;
}

body.sodst-rendered .sodst-contact-note strong {
  color: var(--sodst-navy);
  font-size: 13px;
  font-weight: 630;
  margin-bottom: 4px;
}

body.sodst-rendered .sodst-form-panel {
  background: var(--sodst-paper);
  border: 1px solid var(--sodst-line);
  box-shadow: var(--sodst-shadow-soft);
  padding: clamp(30px, 4.2vw, 54px);
}

body.sodst-rendered .sodst-form-panel__heading {
  border-bottom: 1px solid var(--sodst-line);
  margin-bottom: 34px;
  padding-bottom: 26px;
}

body.sodst-rendered .sodst-form-panel__heading > span {
  color: var(--sodst-blue-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body.sodst-rendered .sodst-form-panel__heading h2 {
  color: var(--sodst-navy);
  font-size: clamp(2.55rem, 3.6vw, 3.9rem);
  margin: 9px 0 8px;
}

body.sodst-rendered .sodst-form-panel__heading p {
  color: var(--sodst-muted);
  font-size: 11px;
}

body.sodst-rendered .sodst-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.sodst-rendered .sodst-field--wide {
  grid-column: 1 / -1;
}

body.sodst-rendered .sodst-field label {
  color: var(--sodst-navy);
  display: block;
  font-size: 11px;
  font-weight: 620;
  margin-bottom: 8px;
}

body.sodst-rendered .sodst-field label span {
  color: var(--sodst-danger);
}

body.sodst-rendered .sodst-field label .sodst-field__optional {
  color: var(--sodst-muted);
  float: right;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

body.sodst-rendered .sodst-field input,
body.sodst-rendered .sodst-field select,
body.sodst-rendered .sodst-field textarea {
  appearance: none;
  background-color: #fdfcf9;
  border: 1px solid rgba(11, 23, 40, 0.28);
  border-radius: 2px;
  color: var(--sodst-text);
  font-size: 14px;
  line-height: 1.4;
  min-height: 52px;
  padding: 13px 14px;
  width: 100%;
}

body.sodst-rendered .sodst-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%230b1728' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  padding-right: 42px;
}

body.sodst-rendered .sodst-field textarea {
  min-height: 134px;
  resize: vertical;
}

body.sodst-rendered .sodst-field input::placeholder,
body.sodst-rendered .sodst-field textarea::placeholder {
  color: #7b848c;
  opacity: 1;
}

body.sodst-rendered .sodst-field input:focus,
body.sodst-rendered .sodst-field select:focus,
body.sodst-rendered .sodst-field textarea:focus {
  background: #fff;
  border-color: var(--sodst-blue-deep);
  box-shadow: 0 0 0 3px rgba(51, 88, 109, 0.13);
  outline: 0;
}

body.sodst-rendered .sodst-field input:user-invalid,
body.sodst-rendered .sodst-field select:user-invalid,
body.sodst-rendered .sodst-field textarea:user-invalid {
  border-color: var(--sodst-danger);
}

body.sodst-rendered .sodst-consent {
  align-items: flex-start;
  color: var(--sodst-muted);
  display: flex;
  font-size: 11px;
  gap: 11px;
  line-height: 1.52;
  margin: 25px 0;
}

body.sodst-rendered .sodst-consent input {
  accent-color: var(--sodst-navy);
  flex: 0 0 auto;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

body.sodst-rendered .sodst-consent a {
  color: var(--sodst-blue-deep);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.sodst-rendered .sodst-btn--submit {
  width: 100%;
}

body.sodst-rendered .sodst-btn--submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

body.sodst-rendered .sodst-form-note {
  color: var(--sodst-muted);
  font-size: 10px;
  line-height: 1.52;
  margin-top: 15px;
  text-align: center;
}

body.sodst-rendered .sodst-honeypot {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

body.sodst-rendered .sodst-form-alert {
  align-items: flex-start;
  border: 1px solid currentColor;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 7px 10px;
  margin-bottom: 25px;
  padding: 16px;
}

body.sodst-rendered .sodst-form-alert svg {
  flex: 0 0 auto;
  height: 21px;
  width: 21px;
}

body.sodst-rendered .sodst-form-alert strong,
body.sodst-rendered .sodst-form-alert span {
  display: block;
}

body.sodst-rendered .sodst-form-alert--success {
  background: #e2eee8;
  color: #225f4d;
}

body.sodst-rendered .sodst-form-alert--error {
  background: #f3e3df;
  color: #873a37;
}

body.sodst-rendered .sodst-contact-next {
  background: var(--sodst-blue-mist);
}

body.sodst-rendered .sodst-contact-next__grid {
  border-bottom: 1px solid rgba(11, 23, 40, 0.22);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.sodst-rendered .sodst-contact-next__grid article {
  border-right: 1px solid rgba(11, 23, 40, 0.2);
  border-top: 1px solid rgba(11, 23, 40, 0.22);
  min-height: 235px;
  padding: 28px 30px;
}

body.sodst-rendered .sodst-contact-next__grid article:last-child {
  border-right: 0;
}

body.sodst-rendered .sodst-contact-next__grid article > span {
  color: var(--sodst-blue-deep);
  display: block;
  font-family: var(--sodst-display);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 55px;
}

body.sodst-rendered .sodst-contact-next h3 {
  color: var(--sodst-navy);
  font-size: 27px;
  margin-bottom: 10px;
}

body.sodst-rendered .sodst-contact-next article p {
  color: var(--sodst-muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Single course detail. */
body.sodst-rendered .sodst-course-overview {
  background: var(--sodst-cream-deep);
}

body.sodst-rendered .sodst-course-overview__grid {
  align-items: start;
  display: grid;
  gap: clamp(54px, 8vw, 115px);
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.62fr);
}

body.sodst-rendered .sodst-course-content h2 {
  color: var(--sodst-navy);
  margin-bottom: 28px;
}

body.sodst-rendered .sodst-prose {
  max-width: 760px;
}

body.sodst-rendered .sodst-prose p {
  color: var(--sodst-muted);
  margin-bottom: 20px;
}

body.sodst-rendered .sodst-prose h2,
body.sodst-rendered .sodst-prose h3,
body.sodst-rendered .sodst-prose h4 {
  color: var(--sodst-navy);
  margin: 38px 0 16px;
}

body.sodst-rendered .sodst-prose ul,
body.sodst-rendered .sodst-prose ol {
  color: var(--sodst-muted);
  padding-left: 1.3em;
}

body.sodst-rendered .sodst-course-note {
  align-items: flex-start;
  border-left: 2px solid var(--sodst-blue-deep);
  display: flex;
  gap: 14px;
  margin-top: 36px;
  padding: 7px 0 7px 17px;
}

body.sodst-rendered .sodst-course-note .sodst-icon {
  color: var(--sodst-blue-deep);
  height: 25px;
  margin-top: 2px;
  width: 25px;
}

body.sodst-rendered .sodst-course-note p,
body.sodst-rendered .sodst-course-note strong {
  display: block;
}

body.sodst-rendered .sodst-course-note p {
  color: var(--sodst-muted);
  font-size: 12px;
  line-height: 1.58;
}

body.sodst-rendered .sodst-course-note strong {
  color: var(--sodst-navy);
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 4px;
}

body.sodst-rendered .sodst-course-sidebar {
  background: var(--sodst-navy);
  color: var(--sodst-paper);
  padding: 39px 36px;
  position: sticky;
  top: 118px;
}

body.sodst-rendered .sodst-course-sidebar--booking {
  border-top: 4px solid var(--sodst-blue);
}

body.sodst-rendered .sodst-course-sidebar__label {
  color: #f0c39e;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 17px;
}

body.sodst-rendered .sodst-course-sidebar h2 {
  color: var(--sodst-paper);
  font-size: clamp(2.1rem, 2.9vw, 3.1rem);
  margin-bottom: 17px;
}

body.sodst-rendered .sodst-course-sidebar > p {
  color: rgba(251, 250, 246, 0.69);
  font-size: 12px;
  line-height: 1.57;
}

body.sodst-rendered .sodst-course-sidebar ul {
  border-top: 1px solid var(--sodst-line-light);
  list-style: none;
  margin: 25px 0 30px;
  padding: 18px 0 0;
}

body.sodst-rendered .sodst-course-sidebar li {
  align-items: flex-start;
  color: rgba(251, 250, 246, 0.75);
  display: flex;
  font-size: 12px;
  gap: 10px;
  margin: 11px 0;
}

body.sodst-rendered .sodst-course-sidebar li .sodst-icon {
  color: #f0c39e;
  margin-top: 2px;
}

body.sodst-rendered .sodst-course-sidebar .sodst-btn {
  width: 100%;
}

body.sodst-rendered .sodst-booking-facts {
  background: var(--sodst-blue-mist);
}

body.sodst-rendered .sodst-booking-facts__grid {
  border-bottom: 1px solid rgba(11, 23, 40, 0.22);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sodst-rendered .sodst-booking-facts__grid article {
  border-right: 1px solid rgba(11, 23, 40, 0.2);
  border-top: 1px solid rgba(11, 23, 40, 0.22);
  min-height: 235px;
  padding: 29px;
}

body.sodst-rendered .sodst-booking-facts__grid article:last-child {
  border-right: 0;
}

body.sodst-rendered .sodst-booking-facts__grid .sodst-icon {
  color: var(--sodst-blue-deep);
  height: 28px;
  margin-bottom: 55px;
  width: 28px;
}

body.sodst-rendered .sodst-booking-facts h3 {
  color: var(--sodst-navy);
  font-size: 27px;
  margin-bottom: 10px;
}

body.sodst-rendered .sodst-booking-facts article p {
  color: var(--sodst-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.sodst-rendered .sodst-course-enquiry-strip {
  background: var(--sodst-navy);
  padding-block: 72px;
}

body.sodst-rendered .sodst-course-enquiry-strip__inner {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
}

body.sodst-rendered .sodst-course-enquiry-strip h2 {
  color: var(--sodst-paper);
  font-size: clamp(2.7rem, 4vw, 4.5rem);
  margin-bottom: 13px;
}

body.sodst-rendered .sodst-course-enquiry-strip p {
  color: rgba(251, 250, 246, 0.68);
  font-size: 14px;
  margin-bottom: 0;
  max-width: 720px;
}

/* Privacy notice. */
body.sodst-rendered .sodst-legal-hero {
  background-color: var(--sodst-navy);
  background-image: url("../images/first-aid-kit.webp");
  background-position: center;
  background-size: cover;
  min-height: 445px;
}

body.sodst-rendered .sodst-legal-hero::before {
  background: rgba(7, 17, 31, 0.84);
  content: "";
  inset: 0;
  position: absolute;
}

body.sodst-rendered .sodst-legal-hero .sodst-wrap {
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
}

body.sodst-rendered .sodst-legal-hero .sodst-kicker {
  margin-top: 58px;
}

body.sodst-rendered .sodst-legal-hero h1 {
  max-width: 820px;
}

body.sodst-rendered .sodst-legal {
  background: var(--sodst-cream);
}

body.sodst-rendered .sodst-legal__layout {
  align-items: start;
  display: grid;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: 230px minmax(0, 1fr);
  max-width: 1160px;
}

body.sodst-rendered .sodst-legal aside {
  border-left: 2px solid var(--sodst-blue-deep);
  display: grid;
  gap: 11px;
  padding: 8px 0 8px 20px;
  position: sticky;
  top: 118px;
}

body.sodst-rendered .sodst-legal aside strong {
  color: var(--sodst-navy);
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 7px;
}

body.sodst-rendered .sodst-legal aside a {
  color: var(--sodst-muted);
  font-size: 11px;
}

body.sodst-rendered .sodst-legal aside a:hover {
  color: var(--sodst-blue-deep);
}

body.sodst-rendered .sodst-legal__content > section {
  border-bottom: 1px solid var(--sodst-line);
  margin-bottom: 43px;
  padding-bottom: 43px;
  scroll-margin-top: 120px;
}

body.sodst-rendered .sodst-legal__content h2 {
  color: var(--sodst-navy);
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  margin-bottom: 18px;
}

body.sodst-rendered .sodst-legal__content p {
  color: var(--sodst-muted);
  font-size: 14px;
  line-height: 1.72;
}

body.sodst-rendered .sodst-legal__content a {
  color: var(--sodst-blue-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Footer and quick mobile actions. */
body.sodst-rendered .sodst-footer {
  background: var(--sodst-navy-deep);
  color: var(--sodst-paper);
  padding-top: 76px;
}

body.sodst-rendered .sodst-footer__grid {
  display: grid;
  gap: clamp(38px, 5.5vw, 80px);
  grid-template-columns: minmax(235px, 1.25fr) repeat(3, minmax(135px, 0.62fr));
  padding-bottom: 62px;
}

body.sodst-rendered .sodst-brand--footer strong {
  color: var(--sodst-paper);
}

body.sodst-rendered .sodst-brand--footer small {
  color: #a9c4d0;
}

body.sodst-rendered .sodst-footer__brand > p {
  color: rgba(251, 250, 246, 0.59);
  font-size: 12px;
  line-height: 1.62;
  margin: 23px 0;
  max-width: 330px;
}

body.sodst-rendered .sodst-footer h2 {
  color: var(--sodst-paper);
  font-family: var(--sodst-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin: 8px 0 21px;
  text-transform: uppercase;
}

body.sodst-rendered .sodst-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.sodst-rendered .sodst-footer li {
  margin: 9px 0;
}

body.sodst-rendered .sodst-footer li a,
body.sodst-rendered .sodst-footer__contact > a,
body.sodst-rendered .sodst-footer__contact address {
  color: rgba(251, 250, 246, 0.64);
  font-size: 12px;
  line-height: 1.52;
}

body.sodst-rendered .sodst-footer li a:hover,
body.sodst-rendered .sodst-footer__contact > a:hover {
  color: #f0c39e;
}

body.sodst-rendered .sodst-footer__contact > a {
  align-items: flex-start;
  display: flex;
  gap: 9px;
  margin: 11px 0;
}

body.sodst-rendered .sodst-footer__contact .sodst-icon {
  color: #a9c4d0;
  height: 16px;
  margin-top: 1px;
  width: 16px;
}

body.sodst-rendered .sodst-footer__contact address {
  margin-top: 20px;
}

body.sodst-rendered .sodst-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.sodst-rendered .sodst-socials a {
  border: 1px solid rgba(251, 250, 246, 0.26);
  color: rgba(251, 250, 246, 0.74);
  font-size: 10px;
  font-weight: 600;
  padding: 7px 10px;
}

body.sodst-rendered .sodst-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(251, 250, 246, 0.12);
  color: rgba(251, 250, 246, 0.43);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  min-height: 70px;
}

body.sodst-rendered .sodst-mobile-actions {
  display: none;
}

/* Motion is restrained and content remains readable without JavaScript. */
body.sodst-rendered.sodst-js .sodst-reveal,
html.sodst-js body.sodst-rendered .sodst-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

body.sodst-rendered.sodst-js .sodst-reveal.is-visible,
html.sodst-js body.sodst-rendered .sodst-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Intermediate layout. */
@media (max-width: 1180px) {
  body.sodst-rendered .sodst-header__inner {
    gap: 20px;
  }

  body.sodst-rendered .sodst-brand strong {
    font-size: 16px;
  }

  body.sodst-rendered .sodst-menu {
    gap: 17px;
  }

  body.sodst-rendered .sodst-nav {
    gap: 16px;
  }

  body.sodst-rendered .sodst-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sodst-rendered .sodst-course-grid--home {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  body.sodst-rendered .sodst-footer__grid {
    grid-template-columns: minmax(230px, 1.15fr) repeat(2, minmax(130px, 0.7fr));
  }

  body.sodst-rendered .sodst-footer__contact {
    grid-column: 2 / -1;
  }
}

/* Tablet and mobile navigation. */
@media (max-width: 960px) {
  body.sodst-rendered .sodst-header__inner {
    min-height: 72px;
  }

  body.sodst-rendered .sodst-brand img {
    height: 49px;
    width: 39px;
  }

  body.sodst-rendered .sodst-js .sodst-nav-toggle,
  html.sodst-js body.sodst-rendered .sodst-nav-toggle {
    align-items: center;
    background: var(--sodst-navy);
    border: 1px solid var(--sodst-navy);
    border-radius: 2px;
    color: var(--sodst-paper);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 9px;
    margin-left: auto;
    min-height: 44px;
    padding: 10px 12px;
    position: relative;
    z-index: 1604;
  }

  body.sodst-rendered .sodst-nav-toggle__label {
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.sodst-rendered .sodst-nav-toggle__bars {
    display: grid;
    gap: 4px;
    width: 19px;
  }

  body.sodst-rendered .sodst-nav-toggle__bars i {
    background: currentColor;
    display: block;
    height: 1px;
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: 19px;
  }

  body.sodst-rendered .sodst-nav-toggle[aria-expanded="true"] .sodst-nav-toggle__bars i:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  body.sodst-rendered .sodst-nav-toggle[aria-expanded="true"] .sodst-nav-toggle__bars i:nth-child(2) {
    opacity: 0;
  }

  body.sodst-rendered .sodst-nav-toggle[aria-expanded="true"] .sodst-nav-toggle__bars i:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  body.sodst-rendered .sodst-js .sodst-nav,
  html.sodst-js body.sodst-rendered .sodst-nav {
    align-items: stretch;
    background: var(--sodst-paper);
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    max-width: 410px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 98px 25px calc(34px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform 0.24s ease, visibility 0.24s ease;
    visibility: hidden;
    width: min(89vw, 410px);
    z-index: 1602;
  }

  body.sodst-rendered .sodst-js .sodst-nav.is-open,
  html.sodst-js body.sodst-rendered .sodst-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  body.sodst-rendered .sodst-js .sodst-nav-overlay,
  html.sodst-js body.sodst-rendered .sodst-nav-overlay {
    background: rgba(7, 17, 31, 0.7);
    border: 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
    z-index: 1600;
  }

  body.sodst-rendered .sodst-js .sodst-nav-overlay.is-open,
  html.sodst-js body.sodst-rendered .sodst-nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  body.sodst-rendered .sodst-menu {
    align-items: stretch;
    display: grid;
    gap: 0;
  }

  body.sodst-rendered .sodst-menu > li {
    border-bottom: 1px solid var(--sodst-line);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.sodst-rendered .sodst-menu > li > a {
    font-family: var(--sodst-display);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding: 14px 1px;
  }

  body.sodst-rendered .sodst-menu > li > a::after {
    display: none;
  }

  body.sodst-rendered .sodst-js .sodst-submenu-toggle,
  html.sodst-js body.sodst-rendered .sodst-submenu-toggle {
    align-items: center;
    align-self: center;
    background: transparent;
    border: 1px solid var(--sodst-line);
    border-radius: 0;
    color: var(--sodst-navy);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
  }

  body.sodst-rendered .sodst-submenu-toggle svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    transition: transform 0.18s ease;
    width: 16px;
  }

  body.sodst-rendered .sodst-menu .submenu-open > .sodst-submenu-toggle svg {
    transform: rotate(180deg);
  }

  body.sodst-rendered .sodst-menu .sub-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    grid-column: 1 / -1;
    min-width: 0;
    opacity: 1;
    padding: 0 0 13px 15px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  body.sodst-rendered .sodst-js .sodst-menu .sub-menu,
  html.sodst-js body.sodst-rendered .sodst-menu .sub-menu {
    display: none;
  }

  body.sodst-rendered .sodst-js .sodst-menu .submenu-open > .sub-menu,
  html.sodst-js body.sodst-rendered .sodst-menu .submenu-open > .sub-menu {
    display: grid;
  }

  body.sodst-rendered .sodst-menu .sub-menu li + li {
    border-top: 0;
  }

  body.sodst-rendered .sodst-menu .sub-menu a {
    font-size: 12px;
    padding: 9px 1px;
  }

  body.sodst-rendered .sodst-nav .sodst-btn--header {
    margin-top: auto;
    width: 100%;
  }

  body.sodst-rendered .sodst-no-js .sodst-header__inner,
  html.sodst-no-js body.sodst-rendered .sodst-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 12px;
  }

  body.sodst-rendered .sodst-no-js .sodst-nav,
  html.sodst-no-js body.sodst-rendered .sodst-nav {
    align-items: stretch;
    flex-basis: 100%;
    flex-direction: column;
    margin: 0;
    width: 100%;
  }

  body.sodst-rendered .sodst-hero__content {
    width: 46%;
  }

  body.sodst-rendered .sodst-page-hero__copy,
  body.sodst-rendered .sodst-course-hero__copy,
  body.sodst-rendered .sodst-contact-hero__heading {
    width: 45%;
  }

  body.sodst-rendered .sodst-hero__visual {
    left: 49%;
  }

  body.sodst-rendered .sodst-page-hero__image,
  body.sodst-rendered .sodst-course-hero__image,
  body.sodst-rendered .sodst-contact-hero__image,
  body.sodst-rendered .sodst-profile-panel--photo {
    left: 51%;
  }

  body.sodst-rendered .sodst-split,
  body.sodst-rendered .sodst-split--balanced,
  body.sodst-rendered .sodst-onsite-benefits,
  body.sodst-rendered .sodst-contact-grid,
  body.sodst-rendered .sodst-course-overview__grid {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-section-heading {
    align-items: start;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-section-heading > p {
    max-width: 620px;
  }

  body.sodst-rendered .sodst-section-heading .sodst-text-link {
    justify-self: start;
  }

  body.sodst-rendered .sodst-photo-stack,
  body.sodst-rendered .sodst-photo-stack__main,
  body.sodst-rendered .sodst-story__visual,
  body.sodst-rendered .sodst-story__visual > img,
  body.sodst-rendered .sodst-about-visual__image {
    height: 560px;
    min-height: 0;
  }

  body.sodst-rendered .sodst-course-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sodst-rendered .sodst-course-grid--home .sodst-course-card:nth-child(n) {
    grid-column: auto;
  }

  body.sodst-rendered .sodst-course-grid--home .sodst-course-card__image {
    height: auto;
  }

  body.sodst-rendered .sodst-values__grid,
  body.sodst-rendered .sodst-booking-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sodst-rendered .sodst-values__grid article:nth-child(2),
  body.sodst-rendered .sodst-booking-facts__grid article:nth-child(2) {
    border-right: 0;
  }

  body.sodst-rendered .sodst-values__grid article:nth-child(3),
  body.sodst-rendered .sodst-booking-facts__grid article:nth-child(3) {
    border-right: 1px solid rgba(11, 23, 40, 0.2);
  }

  body.sodst-rendered .sodst-availability-feature__grid,
  body.sodst-rendered .sodst-course-help__grid,
  body.sodst-rendered .sodst-mission-panel__grid {
    gap: 50px;
    grid-template-columns: 1fr;
    padding-bottom: 75px;
  }

  body.sodst-rendered .sodst-availability-feature__image,
  body.sodst-rendered .sodst-course-help__image,
  body.sodst-rendered .sodst-mission-panel__image {
    height: 520px;
  }

  body.sodst-rendered .sodst-availability-feature__grid > .sodst-copy,
  body.sodst-rendered .sodst-course-help__grid > .sodst-copy,
  body.sodst-rendered .sodst-mission-panel__grid > .sodst-copy {
    padding-block: 0;
  }

  body.sodst-rendered .sodst-contact-details,
  body.sodst-rendered .sodst-course-sidebar,
  body.sodst-rendered .sodst-legal aside {
    position: static;
  }

  body.sodst-rendered .sodst-contact-details {
    max-width: 680px;
  }

  body.sodst-rendered .sodst-contact-grid {
    gap: 58px;
  }

  body.sodst-rendered .sodst-legal__layout {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-legal aside {
    display: none;
  }
}

@media (max-width: 782px) {
  body.admin-bar.sodst-rendered .sodst-header {
    top: 46px;
  }

  body.admin-bar.sodst-rendered .sodst-js .sodst-nav,
  html.sodst-js body.admin-bar.sodst-rendered .sodst-nav,
  body.admin-bar.sodst-rendered .sodst-js .sodst-nav-overlay,
  html.sodst-js body.admin-bar.sodst-rendered .sodst-nav-overlay {
    top: 46px;
  }
}

@media (max-width: 760px) {
  body.sodst-rendered .sodst-site {
    font-size: 16px;
    padding-bottom: calc(62px + env(safe-area-inset-bottom));
  }

  body.sodst-rendered .sodst-wrap {
    padding-inline: 20px;
  }

  body.sodst-rendered .sodst-topbar__inner {
    min-height: 32px;
  }

  body.sodst-rendered .sodst-topbar__availability {
    display: none;
  }

  body.sodst-rendered .sodst-topbar__inner {
    justify-content: flex-end;
  }

  body.sodst-rendered .sodst-header__inner {
    min-height: 68px;
  }

  body.sodst-rendered .sodst-brand {
    gap: 9px;
  }

  body.sodst-rendered .sodst-brand img {
    height: 44px;
    width: 35px;
  }

  body.sodst-rendered .sodst-brand strong {
    font-size: 14px;
  }

  body.sodst-rendered .sodst-brand small {
    font-size: 8px;
  }

  body.sodst-rendered .sodst-nav-toggle__label {
    display: none;
  }

  body.sodst-rendered .sodst-js .sodst-nav-toggle,
  html.sodst-js body.sodst-rendered .sodst-nav-toggle {
    height: 44px;
    min-width: 44px;
    padding: 10px 12px;
    width: 44px;
  }

  /* The home image remains behind the copy on phones. */
  body.sodst-rendered .sodst-hero {
    min-height: 700px;
  }

  body.sodst-rendered .sodst-hero::after,
  body.sodst-rendered .sodst-page-hero::after,
  body.sodst-rendered .sodst-course-hero::after,
  body.sodst-rendered .sodst-contact-hero::after {
    background: rgba(7, 17, 31, 0.69);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
  }

  body.sodst-rendered .sodst-hero__grid {
    align-items: end;
    min-height: 700px;
    padding-bottom: 53px;
    padding-top: 125px;
  }

  body.sodst-rendered .sodst-hero__content {
    max-width: 630px;
    padding: 0;
    width: 100%;
    z-index: 4;
  }

  body.sodst-rendered .sodst-hero__content h1 {
    font-size: clamp(3.35rem, 15vw, 4.75rem);
    line-height: 0.94;
    margin-bottom: 22px;
  }

  body.sodst-rendered .sodst-hero__content .sodst-lead {
    font-size: 1rem;
    line-height: 1.52;
    margin-bottom: 27px;
  }

  body.sodst-rendered .sodst-hero__visual {
    inset: 0 calc(50% - 50vw);
  }

  body.sodst-rendered .sodst-hero__image::after {
    display: none;
  }

  body.sodst-rendered .sodst-hero__image img {
    object-position: 58% center;
  }

  body.sodst-rendered .sodst-hero__badge {
    display: none;
  }

  body.sodst-rendered .sodst-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  body.sodst-rendered .sodst-actions .sodst-btn {
    width: 100%;
  }

  body.sodst-rendered .sodst-page-hero,
  body.sodst-rendered .sodst-course-hero,
  body.sodst-rendered .sodst-contact-hero {
    min-height: 620px;
  }

  body.sodst-rendered .sodst-page-hero__grid,
  body.sodst-rendered .sodst-course-hero__grid,
  body.sodst-rendered .sodst-contact-hero__grid,
  body.sodst-rendered .sodst-about-hero__grid {
    align-items: end;
    min-height: 554px;
    padding-bottom: 49px;
  }

  body.sodst-rendered .sodst-page-hero__copy,
  body.sodst-rendered .sodst-course-hero__copy,
  body.sodst-rendered .sodst-contact-hero__heading {
    max-width: 650px;
    padding: 0;
    width: 100%;
    z-index: 4;
  }

  body.sodst-rendered .sodst-page-hero__copy h1,
  body.sodst-rendered .sodst-course-hero__copy h1,
  body.sodst-rendered .sodst-contact-hero__heading h1,
  body.sodst-rendered .sodst-legal-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.35rem);
    line-height: 0.95;
    margin-bottom: 20px;
  }

  body.sodst-rendered.sodst-route-course .sodst-course-hero__copy h1 {
    font-size: clamp(2.65rem, 11vw, 3.55rem);
    word-break: keep-all;
  }

  body.sodst-rendered .sodst-page-hero__copy > p,
  body.sodst-rendered .sodst-course-hero__copy > p,
  body.sodst-rendered .sodst-contact-hero__heading > p {
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  body.sodst-rendered .sodst-page-hero__image,
  body.sodst-rendered .sodst-course-hero__image,
  body.sodst-rendered .sodst-contact-hero__image,
  body.sodst-rendered .sodst-profile-panel--photo {
    inset: 0;
  }

  body.sodst-rendered .sodst-page-hero__image::after,
  body.sodst-rendered .sodst-course-hero__image::after,
  body.sodst-rendered .sodst-contact-hero__image::after,
  body.sodst-rendered .sodst-profile-panel--photo::after {
    background: rgba(7, 17, 31, 0.18);
  }

  body.sodst-rendered .sodst-profile-panel--photo > div,
  body.sodst-rendered .sodst-profile-panel--photo > p {
    display: none;
  }

  body.sodst-rendered .sodst-breadcrumbs {
    padding-block: 20px 0;
    z-index: 5;
  }

  body.sodst-rendered .sodst-section {
    padding-block: 68px;
  }

  body.sodst-rendered .sodst-section-heading {
    gap: 18px;
    margin-bottom: 36px;
  }

  body.sodst-rendered .sodst-section-heading h2,
  body.sodst-rendered .sodst-copy h2,
  body.sodst-rendered .sodst-course-content h2 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  body.sodst-rendered .sodst-section-heading > p,
  body.sodst-rendered .sodst-copy > p {
    font-size: 14px;
  }

  body.sodst-rendered .sodst-split,
  body.sodst-rendered .sodst-onsite-benefits {
    gap: 42px;
  }

  body.sodst-rendered .sodst-photo-stack,
  body.sodst-rendered .sodst-photo-stack__main,
  body.sodst-rendered .sodst-story__visual,
  body.sodst-rendered .sodst-story__visual > img,
  body.sodst-rendered .sodst-about-visual__image {
    height: 420px;
  }

  body.sodst-rendered .sodst-photo-stack__card,
  body.sodst-rendered .sodst-photo-stack figcaption,
  body.sodst-rendered .sodst-photo-caption,
  body.sodst-rendered .sodst-story__stamp {
    max-width: calc(100% - 22px);
    padding: 18px 19px;
  }

  body.sodst-rendered .sodst-photo-stack__card strong,
  body.sodst-rendered .sodst-photo-caption strong,
  body.sodst-rendered .sodst-story__stamp strong {
    font-size: 18px;
  }

  body.sodst-rendered .sodst-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: 7px;
  }

  body.sodst-rendered .sodst-trust__grid > div,
  body.sodst-rendered .sodst-trust__grid > div:first-child,
  body.sodst-rendered .sodst-trust__grid > div:last-child {
    border-bottom: 1px solid var(--sodst-line-light);
    min-height: 79px;
    padding: 14px 12px;
  }

  body.sodst-rendered .sodst-trust__grid > div:nth-child(even) {
    border-right: 0;
  }

  body.sodst-rendered .sodst-trust__grid > div:nth-child(n + 3) {
    border-bottom: 0;
  }

  body.sodst-rendered .sodst-trust strong {
    font-size: 22px;
  }

  body.sodst-rendered .sodst-trust span {
    font-size: 8px;
  }

  body.sodst-rendered .sodst-course-grid,
  body.sodst-rendered .sodst-course-grid--home {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-course-grid--home .sodst-course-card:nth-child(n) {
    grid-column: auto;
  }

  body.sodst-rendered .sodst-course-card__image,
  body.sodst-rendered .sodst-course-grid--home .sodst-course-card__image {
    height: auto;
  }

  body.sodst-rendered .sodst-course-card__body {
    padding: 23px 22px 26px;
  }

  body.sodst-rendered .sodst-course-card__body h3 {
    font-size: 1.85rem;
  }

  body.sodst-rendered .sodst-course-filters {
    flex-wrap: nowrap;
    gap: 25px;
    margin-inline: -20px;
    overflow-x: auto;
    padding-inline: 20px;
    scrollbar-width: none;
  }

  body.sodst-rendered .sodst-course-filters::-webkit-scrollbar {
    display: none;
  }

  body.sodst-rendered .sodst-course-filters button {
    flex: 0 0 auto;
  }

  body.sodst-rendered .sodst-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sodst-rendered .sodst-sector-grid span,
  body.sodst-rendered .sodst-sector-grid span:nth-child(4n) {
    border-right: 1px solid rgba(11, 23, 40, 0.2);
    font-size: 17px;
    min-height: 70px;
    padding: 14px 12px;
  }

  body.sodst-rendered .sodst-sector-grid span:nth-child(even) {
    border-right: 0;
  }

  body.sodst-rendered .sodst-availability-feature,
  body.sodst-rendered .sodst-course-help,
  body.sodst-rendered .sodst-mission-panel {
    padding-block: 0;
  }

  body.sodst-rendered .sodst-availability-feature__grid,
  body.sodst-rendered .sodst-course-help__grid,
  body.sodst-rendered .sodst-mission-panel__grid {
    gap: 38px;
    padding-bottom: 65px;
  }

  body.sodst-rendered .sodst-availability-feature__image,
  body.sodst-rendered .sodst-course-help__image,
  body.sodst-rendered .sodst-mission-panel__image {
    height: 390px;
    margin-inline: -20px;
  }

  body.sodst-rendered .sodst-closing,
  body.sodst-rendered .sodst-closing__inner {
    min-height: 500px;
  }

  body.sodst-rendered .sodst-closing__inner {
    align-items: end;
    gap: 34px;
    grid-template-columns: 1fr;
    padding-block: 67px;
  }

  body.sodst-rendered .sodst-closing h2 {
    font-size: clamp(3rem, 13vw, 4.35rem);
  }

  body.sodst-rendered .sodst-closing .sodst-actions {
    min-width: 0;
    width: 100%;
  }

  body.sodst-rendered .sodst-benefit-grid,
  body.sodst-rendered .sodst-values__grid,
  body.sodst-rendered .sodst-booking-facts__grid,
  body.sodst-rendered .sodst-contact-next__grid {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-benefit-grid article,
  body.sodst-rendered .sodst-benefit-grid article:nth-child(even),
  body.sodst-rendered .sodst-values__grid article,
  body.sodst-rendered .sodst-values__grid article:nth-child(2),
  body.sodst-rendered .sodst-values__grid article:nth-child(3),
  body.sodst-rendered .sodst-booking-facts__grid article,
  body.sodst-rendered .sodst-booking-facts__grid article:nth-child(2),
  body.sodst-rendered .sodst-booking-facts__grid article:nth-child(3),
  body.sodst-rendered .sodst-contact-next__grid article {
    border-right: 0;
    min-height: 0;
    padding: 25px 2px;
  }

  body.sodst-rendered .sodst-benefit-grid .sodst-icon,
  body.sodst-rendered .sodst-booking-facts__grid .sodst-icon {
    margin-bottom: 28px;
  }

  body.sodst-rendered .sodst-values__grid article > span,
  body.sodst-rendered .sodst-contact-next__grid article > span {
    margin-bottom: 28px;
  }

  body.sodst-rendered .sodst-timeline {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-timeline article,
  body.sodst-rendered .sodst-timeline article:last-child {
    border-bottom: 0;
    border-right: 0;
    display: grid;
    gap: 18px;
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 0;
    padding: 25px 2px;
  }

  body.sodst-rendered .sodst-timeline article > span {
    font-size: 32px;
    margin: 1px 0 0;
  }

  body.sodst-rendered .sodst-inline-photo {
    height: 270px;
    margin-top: 34px;
  }

  body.sodst-rendered .sodst-mini-course-list a {
    grid-template-columns: minmax(0, 1fr) 20px;
  }

  body.sodst-rendered .sodst-mini-course-list strong {
    display: none;
  }

  body.sodst-rendered .sodst-mini-course-list span {
    font-size: 20px;
  }

  body.sodst-rendered .sodst-sustainability__inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-sustainability__mark {
    height: 84px;
    width: 84px;
  }

  body.sodst-rendered .sodst-form-grid {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-field--wide {
    grid-column: auto;
  }

  body.sodst-rendered .sodst-form-panel {
    box-shadow: none;
    padding: 29px 20px;
  }

  body.sodst-rendered .sodst-course-sidebar {
    padding: 31px 24px;
  }

  body.sodst-rendered .sodst-course-enquiry-strip__inner {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-legal-hero {
    min-height: 420px;
  }

  body.sodst-rendered .sodst-legal-hero .sodst-wrap {
    padding-bottom: 61px;
  }

  body.sodst-rendered .sodst-legal-hero .sodst-kicker {
    margin-top: 45px;
  }

  body.sodst-rendered .sodst-footer {
    padding-top: 62px;
  }

  body.sodst-rendered .sodst-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sodst-rendered .sodst-footer__brand,
  body.sodst-rendered .sodst-footer__contact {
    grid-column: 1 / -1;
  }

  body.sodst-rendered .sodst-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
  }

  body.sodst-rendered .sodst-mobile-actions {
    background: var(--sodst-paper);
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    right: 0;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    visibility: visible;
    z-index: 1400;
  }

  body.sodst-rendered .sodst-site .sodst-mobile-actions a,
  body.sodst-rendered .sodst-site .sodst-mobile-actions a:link,
  body.sodst-rendered .sodst-site .sodst-mobile-actions a:visited {
    align-items: center;
    background: #0f2421 !important;
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 62px;
  }

  body.sodst-rendered .sodst-site .sodst-mobile-actions a + a,
  body.sodst-rendered .sodst-site .sodst-mobile-actions a + a:link,
  body.sodst-rendered .sodst-site .sodst-mobile-actions a + a:visited {
    background: #884322 !important;
    border-left: 1px solid rgba(255, 253, 248, 0.3);
  }

  body.sodst-rendered .sodst-mobile-actions .sodst-icon {
    height: 17px;
    width: 17px;
  }

  body.sodst-rendered.sodst-menu-open .sodst-mobile-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    visibility: hidden;
  }
}

@media (max-width: 600px) {
  /* WordPress makes the admin bar non-fixed at this breakpoint. */
  body.admin-bar.sodst-rendered .sodst-header {
    top: 0;
  }

  body.admin-bar.sodst-rendered .sodst-js .sodst-nav,
  html.sodst-js body.admin-bar.sodst-rendered .sodst-nav,
  body.admin-bar.sodst-rendered .sodst-js .sodst-nav-overlay,
  html.sodst-js body.admin-bar.sodst-rendered .sodst-nav-overlay {
    top: 0;
  }
}

@media (max-width: 430px) {
  body.sodst-rendered .sodst-wrap {
    padding-inline: 17px;
  }

  body.sodst-rendered .sodst-header__inner {
    padding-inline: 13px;
  }

  body.sodst-rendered .sodst-brand strong {
    font-size: 13px;
  }

  body.sodst-rendered .sodst-brand small {
    letter-spacing: 0.12em;
  }

  body.sodst-rendered .sodst-hero__content h1 {
    font-size: clamp(2.9rem, 13vw, 3.75rem);
  }

  body.sodst-rendered .sodst-page-hero__copy h1,
  body.sodst-rendered .sodst-course-hero__copy h1,
  body.sodst-rendered .sodst-contact-hero__heading h1,
  body.sodst-rendered .sodst-legal-hero h1 {
    font-size: clamp(2.85rem, 13.6vw, 3.8rem);
  }

  body.sodst-rendered .sodst-course-filters {
    margin-inline: -17px;
    padding-inline: 17px;
  }

  body.sodst-rendered .sodst-availability-feature__image,
  body.sodst-rendered .sodst-course-help__image,
  body.sodst-rendered .sodst-mission-panel__image {
    margin-inline: -17px;
  }

  body.sodst-rendered .sodst-contact-cards strong {
    font-size: 12px;
  }

  body.sodst-rendered .sodst-contact-cards a[href^="mailto:"] strong,
  body.sodst-rendered .sodst-footer__contact a[href^="mailto:"] span {
    font-size: 10px;
    letter-spacing: -0.01em;
  }

  body.sodst-rendered .sodst-footer__grid {
    grid-template-columns: 1fr;
  }

  body.sodst-rendered .sodst-footer__brand,
  body.sodst-rendered .sodst-footer__contact {
    grid-column: auto;
  }
}

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

  body.sodst-rendered.sodst-js .sodst-reveal,
  html.sodst-js body.sodst-rendered .sodst-reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  body.sodst-rendered .sodst-topbar,
  body.sodst-rendered .sodst-header,
  body.sodst-rendered .sodst-mobile-actions,
  body.sodst-rendered .sodst-closing,
  body.sodst-rendered .sodst-footer {
    display: none !important;
  }

  body.sodst-rendered .sodst-site {
    background: #fff;
    color: #000;
    padding: 0;
  }

  body.sodst-rendered .sodst-section {
    background: #fff;
    padding-block: 30px;
  }

  body.sodst-rendered.sodst-js .sodst-reveal,
  html.sodst-js body.sodst-rendered .sodst-reveal {
    opacity: 1;
    transform: none;
  }
}
