:root {
  --navy: #2a4f70;
  --navy-light: #3f6788;
  --ink: #09141d;
  --ink-soft: #152633;
  --steel: #939ea6;
  --silver: #d1d6da;
  --mist: #edf1f3;
  --paper: #f7f8f8;
  --white: #ffffff;
  --line: rgba(18, 43, 61, 0.16);
  --light-line: rgba(255, 255, 255, 0.15);
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  width: min(1320px, calc(100vw - 24px));
  min-height: 82px;
  padding: 10px 13px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  color: var(--white);
  border: 1px solid transparent;
  background: rgba(9, 20, 29, 0.66);
  backdrop-filter: blur(16px);
  transition: top .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  top: 10px;
  background: rgba(9, 20, 29, 0.94);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); text-decoration: none; }
.brand-symbol {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.brand-symbol img { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.brand-copy span { margin-top: 5px; color: #aebbc4; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { position: relative; color: #d7dfe3; font-size: 12px; font-weight: 700; text-decoration: none; }
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--white);
  transition: right .2s ease;
}
.main-nav a:not(.nav-cta):hover::after,
.main-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.main-nav .nav-cta {
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
  background: var(--white);
}
.nav-cta span { color: var(--navy); font-size: 15px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 6px auto; background: var(--white); }

.hero {
  min-height: 860px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 260px;
  pointer-events: none;
  background: linear-gradient(0deg, var(--ink), transparent);
}
.hero-image {
  position: absolute;
  inset: 0 0 0 42%;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(9,20,29,.68) 33%, rgba(9,20,29,.15) 100%),
    linear-gradient(0deg, rgba(9,20,29,.6), rgba(42,79,112,.1)),
    url("assets/industrial-site.jpg") center / cover no-repeat;
  filter: saturate(.55) contrast(1.05);
  opacity: .88;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 75%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(209,214,218,.16); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: -260px; top: 96px; }
.orbit-two { width: 390px; height: 390px; right: -130px; top: 210px; }
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 860px;
  padding-top: 184px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  grid-template-rows: 1fr auto;
  column-gap: 72px;
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #bec9ce;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { padding: 7px 9px; color: var(--white); border: 1px solid rgba(255,255,255,.24); }
.hero-content { max-width: 810px; }
.hero-content h1 {
  margin: 30px 0 0;
  max-width: 850px;
  font-size: clamp(64px, 7.3vw, 112px);
  line-height: .87;
  letter-spacing: -.072em;
  text-transform: uppercase;
}
.hero-content h1 em {
  display: block;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.35px rgba(255,255,255,.72);
}
.hero-content > p {
  max-width: 700px;
  margin: 34px 0 0;
  color: #c3cdd1;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 38px; }
.button {
  min-height: 54px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { background: var(--navy-light); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.3); background: rgba(9,20,29,.2); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.promise-card {
  align-self: end;
  min-height: 338px;
  margin-bottom: 68px;
  padding: 28px;
  position: relative;
  background: rgba(10, 26, 37, .86);
  border: 1px solid rgba(255,255,255,.19);
  box-shadow: 16px 16px 0 rgba(42,79,112,.52);
  backdrop-filter: blur(12px);
}
.promise-head { display: flex; align-items: center; justify-content: space-between; color: #9facb3; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.promise-head img { width: 44px; height: 44px; object-fit: contain; opacity: .9; }
.promise-card blockquote {
  margin: 55px 0 36px;
  font-size: clamp(24px, 2.25vw, 35px);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.promise-route { display: flex; align-items: center; gap: 7px; padding-top: 17px; border-top: 1px solid var(--light-line); }
.promise-route span { color: #c4cdd2; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.promise-route i { flex: 1; height: 1px; background: var(--navy-light); }
.hero-proof {
  grid-column: 1 / -1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hero-proof > div { min-height: 112px; padding: 23px 24px 20px 42px; position: relative; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.15); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof small { position: absolute; left: 0; top: 26px; color: var(--steel); font-size: 9px; }
.hero-proof strong { font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof span { margin-top: 7px; color: #91a0a8; font-size: 11px; }

.training { padding-block: 126px 140px; }
.section-intro { display: grid; grid-template-columns: 1fr 430px; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-label { color: var(--navy); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-label-light { color: #afc2d1; }
.section-intro h2,
.approach-copy h2,
.contact-brand h2 {
  margin: 14px 0 0;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: .94;
  letter-spacing: -.06em;
}
.section-intro > p { margin: 0; color: #53636d; font-size: 17px; line-height: 1.65; }
.finder { overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 18px 18px 0 rgba(42,79,112,.08); }
.goal-tabs { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); }
.goal-tab {
  min-height: 82px;
  padding: 0 24px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  gap: 15px;
  color: #aebbc1;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.goal-tab:last-child { border-right: 0; }
.goal-tab small { font-size: 9px; }
.goal-tab span { font-weight: 850; }
.goal-tab.is-active { color: var(--ink); background: var(--silver); }
.goal-tab.is-active small { color: var(--navy); }
.finder-layout { min-height: 600px; display: grid; grid-template-columns: .68fr 1.32fr; }
.finder-filter { padding: 34px; background: var(--mist); border-right: 1px solid var(--line); }
.filter-title { display: block; margin-bottom: 18px; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.discipline-options { display: grid; gap: 8px; }
.discipline {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.discipline span { font-size: 12px; }
.discipline b { color: #72818a; font-size: 9px; letter-spacing: .08em; }
.discipline.is-active { border-color: var(--navy); background: var(--white); box-shadow: inset 4px 0 0 var(--navy); }
.discipline.is-active b { color: var(--navy); }
.assessment-note { display: flex; gap: 13px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.note-icon { flex: 0 0 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-size: 11px; font-weight: 900; }
.assessment-note strong { font-size: 12px; }
.assessment-note p { margin: 7px 0 0; color: #65757e; font-size: 11px; line-height: 1.55; }
.text-button { margin-top: 18px; padding: 0; border: 0; color: var(--navy); background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }
.text-button span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-button:hover span { transform: translateX(4px); }
.results-column { padding: 31px 34px 36px; }
.result-summary { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.result-summary span { font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.result-summary small { color: #667781; }
.course-results { display: grid; gap: 10px; margin-top: 16px; }
.course-card {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fbfcfc;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.course-card:hover, .course-card:focus-within { transform: translateX(3px); border-color: var(--navy); box-shadow: -4px 0 0 var(--navy); }
.course-code { width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.course-card h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.course-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.course-meta span { color: #61727c; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.course-action { display: flex; align-items: center; gap: 11px; }
.course-fit { padding: 6px 8px; color: var(--navy); background: #e1e9ef; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.course-fit.is-planned { color: #505c64; background: var(--silver); }
.course-open { width: 35px; height: 35px; border: 1px solid var(--line); color: var(--navy); background: transparent; cursor: pointer; }
.course-card.is-expanded .course-open { color: var(--white); background: var(--navy); }
.course-details { grid-column: 2 / -1; display: none; padding-top: 16px; border-top: 1px solid var(--line); }
.course-card.is-expanded .course-details { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: end; }
.course-details p { max-width: 600px; margin: 0; color: #50616b; font-size: 12px; line-height: 1.6; }
.method-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.method-tags span { padding: 6px 8px; border: 1px solid var(--line); color: var(--ink); background: var(--white); font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.course-details .text-button { margin: 0; white-space: nowrap; }
.empty-state { padding: 65px 20px; text-align: center; color: #667781; }
.empty-state strong { display: block; color: var(--ink); }

.approach {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.approach::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px);
  background-size: 64px 64px;
}
.approach-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 610px;
  opacity: .48;
  filter: grayscale(.75) contrast(1.1);
  background:
    linear-gradient(90deg, var(--ink), transparent 55%),
    linear-gradient(0deg, var(--ink), transparent 45%),
    url("assets/ndt-inspection.jpg") center / cover no-repeat;
}
.approach-shell { position: relative; z-index: 2; padding-top: 130px; padding-bottom: 90px; }
.approach-copy { max-width: 800px; }
.approach-copy h2 { margin-top: 18px; font-size: clamp(58px, 7vw, 100px); text-transform: uppercase; }
.approach-copy p { max-width: 710px; margin: 35px 0 0; color: #b7c3c8; font-size: 17px; line-height: 1.68; }
.approach-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.approach-step { min-height: 106px; padding: 22px; border: 0; border-right: 1px solid var(--light-line); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; color: #94a3aa; background: transparent; cursor: pointer; }
.approach-step:last-child { border-right: 0; }
.approach-step span { font-size: 9px; }
.approach-step strong { font-size: 17px; text-transform: uppercase; letter-spacing: .06em; }
.approach-step.is-active { color: var(--white); background: var(--navy); }
.step-detail { min-height: 116px; display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--light-line); }
.step-detail span { color: var(--steel); font-size: 10px; }
.step-detail p { max-width: 780px; margin: 0; font-size: 20px; line-height: 1.4; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 130px; border-top: 1px solid var(--light-line); }
.industry-story { padding: 54px 55px 54px 0; border-right: 1px solid var(--light-line); }
.industry-story h3 { margin: 55px 0 26px; font-size: clamp(42px, 5.4vw, 78px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.industry-story p { max-width: 560px; color: #aebbc1; line-height: 1.7; }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; }
.audience-list > div { min-height: 218px; padding: 32px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.audience-list > div:nth-child(even) { border-right: 0; }
.audience-list span { color: var(--steel); font-size: 9px; }
.audience-list strong { display: block; margin-top: 38px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.audience-list p { color: #9fadb4; font-size: 11px; line-height: 1.55; }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 530px; margin-top: 130px; color: var(--ink); background: var(--white); }
.contact-brand { padding: 54px; position: relative; overflow: hidden; background: linear-gradient(140deg, #edf1f3, #fff 70%); }
.contact-brand::after { content: ""; position: absolute; width: 440px; height: 440px; right: -220px; bottom: -230px; border: 1px solid rgba(42,79,112,.15); border-radius: 50%; box-shadow: 0 0 0 50px rgba(42,79,112,.035), 0 0 0 100px rgba(42,79,112,.025); }
.contact-brand > img { width: min(410px, 78%); height: auto; }
.contact-brand > span { display: block; margin-top: 70px; color: var(--navy); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.contact-brand h2 { max-width: 670px; font-size: clamp(44px, 5vw, 72px); }
.contact-details { padding: 48px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--navy); }
.contact-details > a, .contact-details > div { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; text-decoration: none; }
.contact-details small { color: #b5c4ce; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { margin-top: 6px; font-size: 14px; line-height: 1.4; }
.contact-details .button { align-self: flex-start; margin-top: 30px; color: var(--ink); background: var(--white); }

.site-footer { color: #98a7ae; background: #050c11; }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.footer-symbol { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.footer-symbol img { width: 48px; height: 48px; object-fit: contain; }
.footer-inner > p { max-width: 530px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-size: 10px; }
.footer-links a { color: var(--white); text-decoration: none; }

.enquiry-modal { width: min(700px, calc(100vw - 28px)); max-height: min(92vh, 850px); padding: 0; border: 0; color: var(--ink); background: var(--white); box-shadow: 0 35px 110px rgba(0,0,0,.4); }
.enquiry-modal::backdrop { background: rgba(3,10,15,.8); backdrop-filter: blur(7px); }
.modal-shell { padding: 46px; position: relative; }
.modal-close { position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; border: 1px solid var(--line); color: var(--ink); background: transparent; font-size: 23px; cursor: pointer; }
.modal-shell h2 { margin: 14px 0; max-width: 560px; font-size: clamp(42px, 5.4vw, 64px); line-height: .94; letter-spacing: -.055em; }
.modal-shell > p { color: #5d6d76; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 30px 0 22px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label > span { color: #475963; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.full-field { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: #f2f5f6; }
input:focus, select:focus, textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(42,79,112,.14); }
textarea { resize: vertical; }
.form-submit { width: 100%; }
.privacy-note { display: block; margin-top: 13px; color: #71818a; font-size: 9px; line-height: 1.5; }
.success-icon { width: 56px; height: 56px; margin-bottom: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); font-size: 24px; font-weight: 900; }
.enquiry-success > p { margin: 28px 0; padding: 18px; white-space: pre-line; color: var(--ink); background: var(--mist); }
.success-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.copy-button { margin-top: 18px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; color: var(--navy); background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

@media (max-width: 1040px) {
  :root { --shell: min(100% - 34px, 850px); }
  .site-header { min-height: 72px; width: calc(100vw - 16px); }
  .brand-symbol { width: 44px; height: 44px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 6px); left: 0; right: 0; display: none; padding: 24px; color: var(--white); background: rgba(9,20,29,.98); box-shadow: 0 24px 45px rgba(0,0,0,.3); }
  .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 21px; }
  .main-nav .nav-cta { color: var(--ink); background: var(--white); }
  .hero { min-height: 1000px; }
  .hero-image { inset: 0 0 0 20%; opacity: .6; }
  .hero-inner { min-height: 1000px; padding-top: 150px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 50px; align-items: start; }
  .hero-content { align-self: center; }
  .promise-card { max-width: 580px; margin: 0; align-self: start; }
  .hero-proof { grid-column: auto; margin-top: 20px; }
  .section-intro { grid-template-columns: 1fr; gap: 26px; }
  .section-intro > p { max-width: 650px; }
  .finder-layout { grid-template-columns: 1fr; }
  .finder-filter { border-right: 0; border-bottom: 1px solid var(--line); }
  .discipline-options { grid-template-columns: repeat(2, 1fr); }
  .approach-image { width: 62%; opacity: .28; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-story { border-right: 0; border-bottom: 1px solid var(--light-line); }
  .contact-card { grid-template-columns: 1fr; }
  .contact-details { min-height: 460px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 24px); }
  html { scroll-padding-top: 78px; }
  .brand-copy span { display: none; }
  .hero { min-height: auto; }
  .hero-image { inset: 0; opacity: .5; background-position: 58% center; }
  .hero-inner { min-height: auto; padding-top: 132px; grid-template-columns: 1fr; gap: 42px; }
  .hero-content h1 { font-size: clamp(51px, 16vw, 78px); }
  .hero-content > p { margin-top: 26px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .promise-card { min-height: 330px; padding: 23px; box-shadow: 9px 9px 0 rgba(42,79,112,.55); }
  .promise-card blockquote { margin-top: 45px; }
  .promise-route { gap: 4px; }
  .promise-route span { font-size: 7px; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof > div { min-height: 100px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero-proof > div:nth-child(even) { border-right: 0; }
  .training { padding-block: 90px 100px; }
  .section-intro h2 { font-size: clamp(44px, 13vw, 66px); }
  .goal-tabs { grid-template-columns: 1fr; }
  .goal-tab { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .discipline-options { grid-template-columns: 1fr; }
  .finder-filter, .results-column { padding: 22px 18px; }
  .result-summary { align-items: flex-start; flex-direction: column; gap: 5px; }
  .course-card { grid-template-columns: 48px 1fr; padding: 15px 12px; gap: 13px; }
  .course-code { width: 46px; height: 46px; }
  .course-card h3 { font-size: 16px; }
  .course-action { grid-column: 2; }
  .course-details { grid-column: 1 / -1; }
  .course-card.is-expanded .course-details { grid-template-columns: 1fr; }
  .approach-shell { padding-top: 96px; }
  .approach-copy h2 { font-size: clamp(49px, 14vw, 76px); }
  .approach-copy p { font-size: 15px; }
  .approach-steps { grid-template-columns: 1fr 1fr; }
  .approach-step { min-height: 90px; border-bottom: 1px solid var(--light-line); }
  .approach-step:nth-child(even) { border-right: 0; }
  .step-detail { grid-template-columns: 36px 1fr; }
  .step-detail p { padding-block: 22px; font-size: 16px; }
  .industry-grid, .contact-card { margin-top: 95px; }
  .industry-story { padding: 45px 0; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-list > div { min-height: 185px; border-right: 0; }
  .contact-brand { padding: 34px 24px 48px; }
  .contact-brand > img { width: 86%; }
  .contact-brand > span { margin-top: 55px; }
  .contact-brand h2 { font-size: clamp(40px, 12vw, 58px); }
  .contact-details { min-height: 430px; padding: 34px 24px; }
  .contact-details .button { width: 100%; }
  .footer-inner { padding-block: 38px; grid-template-columns: 1fr; gap: 18px; }
  .footer-links { align-items: flex-start; }
  .modal-shell { padding: 40px 22px; }
  .form-grid, .success-actions { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
}
