.sws-academy-static {
  --academy-gold: #d39a28;
  --academy-violet: #675092;
  --academy-ink: #12313d;
  --academy-copy: #536c76;
  position: relative;
  overflow: visible;
  background: #fff;
  color: var(--academy-ink);
  font-family: Montserrat, Arial, sans-serif;
}

.sws-academy-hero {
  position: relative;
  height: clamp(420px, 53vh, 520px);
  min-height: 420px;
  overflow: hidden;
  background: #102d38;
}

.sws-academy-hero > img {
  position: absolute;
  inset: -5% 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center 43%;
  transform: translate3d(0, var(--sws-academy-parallax, 0), 0) scale(1.025);
  will-change: transform;
}

.sws-academy-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 28, 36, .87) 0%, rgba(7, 28, 36, .60) 45%, rgba(29, 18, 41, .20) 78%, rgba(20, 13, 29, .18) 100%),
    linear-gradient(0deg, rgba(8, 27, 34, .24), transparent 55%);
}

.sws-academy-hero-copy {
  position: absolute;
  z-index: 1;
  left: max(48px, calc((100% - 1160px) / 2));
  bottom: 38px;
  width: min(1030px, calc(100% - 96px));
  color: #fff;
}

.sws-academy-hero-copy > span,
.sws-academy-intro-title > span {
  display: block;
  margin-bottom: 18px;
  color: #e0a52c;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .17em;
  line-height: 1.2;
}

.sws-academy-hero-copy h1 {
  max-width: 1040px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.sws-section-switch--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1160px, calc(100% - 40px));
}

.sws-section-switch--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1160px, calc(100% - 40px));
}

.sws-academy-switch { margin-bottom: 24px; }
.sws-academy-switch a { padding-right: 12px; padding-left: 12px; font-size: 15px; }

.sws-academy-intro,
.sws-academy-programmes {
  width: calc(100% - 56px) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.sws-academy-intro {
  display: grid !important;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 7vw, 104px);
  padding: 22px 0 76px !important;
}

.sws-academy-intro-title {
  position: relative;
  padding-left: 26px;
}

.sws-academy-intro-title::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 4px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--academy-gold), var(--academy-violet));
}

.sws-academy-intro-title h2 {
  margin: 0;
  color: var(--academy-ink);
  font-size: clamp(36px, 3.4vw, 50px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.sws-academy-intro-copy {
  align-self: center;
  color: var(--academy-copy);
  font-size: 17px;
  line-height: 1.82;
}

.sws-academy-intro-copy p { margin: 0 0 18px; }
.sws-academy-intro-copy p:last-child { margin-bottom: 0; }

.sws-academy-static--landing .sws-academy-intro { grid-template-columns: 1fr; gap: 34px; }
.sws-academy-static--landing .sws-academy-intro-title { max-width: 420px; }
.sws-academy-static--landing .sws-academy-intro-copy { line-height: 1.72; }

.sws-academy-landing-lead {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.35fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  padding: 12px 0 46px;
}

.sws-academy-landing-lead strong {
  color: var(--academy-ink);
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.28;
}

.sws-academy-landing-lead p { margin: 3px 0 0; }

.sws-academy-landing-directions {
  border-top: 1px solid rgba(211, 154, 40, .66);
}

.sws-academy-landing-direction {
  --academy-direction-accent: var(--academy-gold);
  position: relative;
  display: grid;
  grid-template-columns: minmax(285px, .8fr) minmax(0, 1.35fr);
  gap: clamp(42px, 7vw, 92px);
  padding: 34px 0 38px;
  border-bottom: 1px solid rgba(28, 55, 66, .12);
}

.sws-academy-landing-direction:nth-child(2) { --academy-direction-accent: #675092; }
.sws-academy-landing-direction:nth-child(3) { --academy-direction-accent: #406773; }
.sws-academy-landing-direction:nth-child(4) { --academy-direction-accent: #697c4b; }

.sws-academy-landing-direction::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 118px;
  height: 2px;
  background: linear-gradient(90deg, var(--academy-direction-accent), transparent);
}

.sws-academy-landing-direction-title {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.sws-academy-landing-direction-title > span {
  padding-top: 7px;
  color: var(--academy-gold);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
}

.sws-academy-landing-direction h3 { margin: 0; }

.sws-academy-landing-direction h3 a {
  color: var(--academy-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.24;
  text-decoration: none;
}

.sws-academy-landing-direction:nth-child(2) h3 a { color: #59477f; }
.sws-academy-landing-direction:nth-child(3) h3 a { color: #406773; }
.sws-academy-landing-direction:nth-child(4) h3 a { color: #697c4b; }
.sws-academy-landing-direction > p { margin: 0; }

.sws-academy-programmes {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 0 0 86px;
}

.sws-academy-programme {
  position: relative;
  display: grid;
  grid-template-rows: 300px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(28, 55, 66, .15);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(16, 47, 59, .07);
  color: inherit;
  text-decoration: none;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.sws-academy-programme::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 30px;
  left: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--academy-gold), var(--academy-violet));
}

.sws-academy-programme:hover {
  transform: translateY(-5px);
  border-color: rgba(103, 80, 146, .34);
  box-shadow: 0 24px 52px rgba(16, 47, 59, .12);
}

.sws-academy-programme figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #edf1f1;
}

.sws-academy-programme figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 35, 44, .17), transparent 42%);
  pointer-events: none;
}

.sws-academy-programme img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.sws-academy-programme:hover img { transform: scale(1.035); }

.sws-academy-programme-copy {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 30px 34px 34px;
  flex-direction: column;
}

.sws-academy-programme-number {
  margin-bottom: 14px;
  color: #b77d11;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.sws-academy-programme h2 {
  margin: 0 0 17px;
  color: var(--academy-ink);
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 500;
  letter-spacing: -.026em;
  line-height: 1.18;
  text-wrap: balance;
}

.sws-academy-programme p {
  margin: 0;
  color: var(--academy-copy);
  font-size: 15.5px;
  line-height: 1.72;
}

.sws-academy-programme-arrow {
  position: absolute;
  right: 30px;
  bottom: 27px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(28, 55, 66, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  color: var(--academy-violet);
  font-size: 19px;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

.sws-academy-programme:hover .sws-academy-programme-arrow {
  transform: translate(2px, -2px);
  border-color: var(--academy-violet);
  color: var(--academy-gold);
}

.sws-academy-programme--feature,
.sws-academy-programme--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  grid-template-rows: minmax(400px, auto);
}

.sws-academy-programme--feature .sws-academy-programme-copy,
.sws-academy-programme--wide .sws-academy-programme-copy {
  justify-content: center;
  padding: clamp(40px, 5vw, 68px);
}

.sws-academy-programme--feature h2,
.sws-academy-programme--wide h2 { font-size: clamp(30px, 3vw, 44px); }

.sws-academy-programme--wide figure { grid-column: 2; }
.sws-academy-programme--wide .sws-academy-programme-copy { grid-column: 1; grid-row: 1; }

.sws-academy-portals,
.sws-academy-projects,
.sws-academy-workshops,
.sws-academy-tools {
  width: calc(100% - 56px) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 0 86px !important;
}

.sws-academy-portals {
  display: grid !important;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 330px 270px 330px;
  gap: 20px;
}

.sws-academy-portal {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #17333f;
  box-shadow: 0 18px 44px rgba(16, 47, 59, .11);
  color: #fff;
  text-decoration: none;
}

.sws-academy-portal--1 { grid-row: 1 / span 2; }
.sws-academy-portal--4 { grid-column: 1 / -1; }

.sws-academy-portal img {
  position: absolute;
  inset: -6% 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform: translate3d(0, var(--sws-academy-panel-parallax, 0), 0) scale(1.015);
  transition: transform .75s cubic-bezier(.2, .7, .2, 1);
}

.sws-academy-portal:not([data-academy-parallax]):hover img { transform: scale(1.045); }

.sws-academy-portal-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 33, 41, .06), rgba(10, 33, 41, .78)),
    linear-gradient(90deg, rgba(10, 33, 41, .38), transparent 66%);
}

.sws-academy-portal-number,
.sws-academy-portal strong,
.sws-academy-portal-arrow { position: absolute; z-index: 1; }
.sws-academy-portal-number { top: 28px; left: 30px; color: #f1bd55; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.sws-academy-portal strong { right: 80px; bottom: 31px; left: 30px; color:#fff; font-size: clamp(25px, 2.5vw, 38px); font-weight: 450; letter-spacing: -.03em; line-height: 1.08; text-shadow:0 3px 18px rgba(0,0,0,.34); }
.sws-academy-portal-arrow { right: 28px; bottom: 27px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; font-size: 19px; transition: transform .25s ease, background .25s ease; }
.sws-academy-portal:hover .sws-academy-portal-arrow { transform: translate(2px, -2px); background: rgba(255,255,255,.12); }

.sws-academy-listing-tools {
  width: calc(100% - 56px);
  max-width: 1160px;
  margin: -30px auto 34px;
  padding: 18px 22px 15px;
  border-top: 1px solid rgba(211,154,40,.68);
  border-bottom: 1px solid rgba(28,55,66,.12);
  background: linear-gradient(90deg,rgba(255,248,232,.54),rgba(255,255,255,.8) 52%,rgba(242,246,244,.62));
}

.sws-academy-filter-group {
  display: grid;
  grid-template-columns: 82px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  padding: 5px 0;
}

.sws-academy-filter-group > span {
  color: #8a6420;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sws-academy-filter-group > div {
  display: flex;
  min-width: 0;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.sws-academy-filter-group a {
  position: relative;
  padding: 7px 11px 8px;
  border-radius: 999px;
  color: #66747b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .22s ease, background .22s ease;
}

.sws-academy-filter-group a:hover { color: var(--academy-ink); background: rgba(255,255,255,.82); }
.sws-academy-filter-group a.is-active { color: var(--academy-ink); background: #fff; box-shadow: 0 5px 16px rgba(16,47,59,.07); }
.sws-academy-filter-group a.is-active::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 3px;
  left: 11px;
  height: 1px;
  background: linear-gradient(90deg,var(--academy-gold),var(--academy-violet));
}

.sws-academy-result-count {
  margin: 10px 0 0 96px;
  color: #718087;
  font-size: 12px;
  letter-spacing: .025em;
}

#academy-results { scroll-margin-top: 128px; }

.sws-academy-pagination {
  position: relative;
  z-index: 3;
  display: flex;
  width: calc(100% - 56px);
  max-width: 1160px;
  margin: -46px auto 82px;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.sws-academy-pagination a,
.sws-academy-pagination span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(28,55,66,.16);
  border-radius: 50%;
  color: var(--academy-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .22s ease, color .22s ease, background .22s ease;
}

.sws-academy-pagination a:hover,
.sws-academy-pagination span.is-active {
  border-color: rgba(183,125,17,.58);
  background: #fff;
  color: var(--academy-violet);
}

.sws-academy-projects {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sws-academy-entry {
  position: relative;
  display: grid;
  grid-template-rows: 230px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(28, 55, 66, .14);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 36px rgba(16, 47, 59, .065);
  color: inherit;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.sws-academy-entry:hover { transform: translateY(-5px); border-color: rgba(103,80,146,.34); box-shadow: 0 22px 46px rgba(16,47,59,.11); }
.sws-academy-entry figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #e9eeee; }
.sws-academy-entry figure::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(10,35,44,.15),transparent 42%); }
.sws-academy-entry img { width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.7,.2,1); }
.sws-academy-entry--image-contain figure,
.sws-academy-workshop--image-contain figure { background:linear-gradient(135deg,#102f3b,#2c4352 56%,#574272); }
.sws-academy-entry--image-contain img,
.sws-academy-workshop--image-contain img { padding:34px; object-fit:contain; }
.sws-academy-entry:not([data-academy-parallax]):hover img { transform:scale(1.04); }
.sws-academy-entry-copy { position:relative; min-width:0; padding:27px 28px 72px; }
.sws-academy-entry-copy > span { display:block; margin-bottom:13px; color:#b77d11; font-size:10.5px; font-weight:800; letter-spacing:.13em; }
.sws-academy-entry h2 { margin:0 0 14px; color:var(--academy-ink); font-size:22px; font-weight:550; letter-spacing:-.025em; line-height:1.22; text-wrap:balance; }
.sws-academy-entry p { margin:0; color:var(--academy-copy); font-size:14.5px; line-height:1.68; }
.sws-academy-entry i,
.sws-academy-workshop i,
.sws-academy-tool > i { position:absolute; right:25px; bottom:23px; display:grid; width:38px; height:38px; place-items:center; border:1px solid rgba(28,55,66,.18); border-radius:50%; color:var(--academy-violet); font-size:17px; font-style:normal; }

.sws-academy-entry--feature {
  grid-column: span 2;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 430px;
}
.sws-academy-entry--feature figure { min-height:430px; }
.sws-academy-entry--feature img,
.sws-academy-workshop--feature img { transform:translate3d(0,var(--sws-academy-panel-parallax,0),0) scale(1.045); }
.sws-academy-entry--feature .sws-academy-entry-copy { display:flex; padding:42px; flex-direction:column; justify-content:center; }
.sws-academy-entry--feature h2 { font-size:clamp(27px,2.5vw,37px); }
.sws-academy-entry--feature p { font-size:15.5px; line-height:1.72; }

.sws-academy-workshops {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sws-academy-workshop {
  position:relative;
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  min-width:0;
  min-height:330px;
  overflow:hidden;
  border:1px solid rgba(28,55,66,.14);
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 15px 36px rgba(16,47,59,.065);
  color:inherit;
  text-decoration:none;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.sws-academy-workshop:hover { transform:translateY(-5px); border-color:rgba(103,80,146,.34); box-shadow:0 22px 46px rgba(16,47,59,.11); }
.sws-academy-workshop figure { min-width:0; margin:0; overflow:hidden; background:#e9eeee; }
.sws-academy-workshop img { width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.7,.2,1); }
.sws-academy-workshop:not([data-academy-parallax]):hover img { transform:scale(1.04); }
.sws-academy-workshop-copy { position:relative; min-width:0; padding:28px 28px 68px; }
.sws-academy-workshop-copy > span { display:block; margin-bottom:13px; color:#b77d11; font-size:10.5px; font-weight:800; letter-spacing:.13em; }
.sws-academy-workshop h2 { margin:0 0 13px; color:var(--academy-ink); font-size:21px; font-weight:550; letter-spacing:-.023em; line-height:1.23; }
.sws-academy-workshop p { margin:0; color:var(--academy-copy); font-size:14px; line-height:1.65; }
.sws-academy-workshop--no-image { grid-template-columns:1fr; }
.sws-academy-workshop--feature { grid-column:1/-1; grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr); min-height:490px; }
.sws-academy-workshop--feature figure { min-height:490px; }
.sws-academy-workshop--feature .sws-academy-workshop-copy { display:flex; padding:clamp(42px,5vw,68px); flex-direction:column; justify-content:center; }
.sws-academy-workshop--feature h2 { font-size:clamp(30px,3vw,44px); }
.sws-academy-workshop--feature p { font-size:15.5px; line-height:1.72; }

.sws-academy-archive-group {
  display:block!important;
  width:calc(100% - 56px);
  max-width:1160px;
  margin:0 auto 78px;
}
.sws-academy-archive-group > header {
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:18px;
  align-items:baseline;
  margin:0 0 28px;
  padding:0 0 22px;
  border-bottom:1px solid rgba(211,154,40,.62);
}
.sws-academy-archive-group > header span { color:#b77d11; font-size:11px; font-weight:800; letter-spacing:.13em; }
.sws-academy-archive-group > header h2 { margin:0; font-size:clamp(30px,3vw,44px); font-weight:400; letter-spacing:-.03em; }
.sws-academy-archive-group .sws-academy-projects,
.sws-academy-archive-group .sws-academy-workshops { width:100%!important; padding-bottom:0!important; }
.sws-academy-archive-group .sws-academy-entry--feature { grid-column:auto; grid-template-columns:1fr; grid-template-rows:230px minmax(0,1fr); }
.sws-academy-archive-group .sws-academy-entry--feature figure { min-height:230px; }
.sws-academy-archive-group .sws-academy-entry--feature .sws-academy-entry-copy { display:block; padding:27px 28px 72px; }
.sws-academy-archive-group .sws-academy-entry--feature h2 { font-size:22px; }
.sws-academy-archive-group .sws-academy-entry--feature p { font-size:14.5px; line-height:1.68; }
.sws-academy-archive-group .sws-academy-workshop--feature { grid-column:auto; grid-template-columns:190px minmax(0,1fr); min-height:330px; }
.sws-academy-archive-group .sws-academy-workshop--feature figure { min-height:0; }
.sws-academy-archive-group .sws-academy-workshop--feature .sws-academy-workshop-copy { display:block; padding:28px 28px 68px; }
.sws-academy-archive-group .sws-academy-workshop--feature h2 { font-size:21px; }
.sws-academy-archive-group .sws-academy-workshop--feature p { font-size:14px; line-height:1.65; }

.sws-resource-filters {
  width:min(1180px,calc(100% - 48px));
  margin:0 auto 22px;
  padding:20px 24px 18px;
  border-top:1px solid rgba(211,154,40,.68);
  border-bottom:1px solid rgba(28,55,66,.13);
  background:linear-gradient(90deg,rgba(250,246,237,.78),rgba(255,255,255,.96) 42%,rgba(246,249,248,.88));
}
.sws-resource-filters > span { display:block; margin-bottom:13px; color:#9b6910; font-size:10px; font-weight:800; letter-spacing:.16em; }
.sws-resource-filters > div { display:flex; flex-wrap:wrap; gap:8px 12px; }
.sws-resource-filters button {
  appearance:none;
  padding:8px 14px;
  border:1px solid rgba(28,55,66,.13);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:var(--academy-copy);
  font:600 13px/1.2 inherit;
  cursor:pointer;
  transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;
}
.sws-resource-filters button:hover,
.sws-resource-filters button:focus-visible { border-color:rgba(103,80,146,.42); color:var(--academy-ink); outline:none; }
.sws-resource-filters button.is-active { border-color:rgba(211,154,40,.72); background:#fff; color:var(--academy-ink); box-shadow:inset 0 -2px 0 var(--academy-violet); }
.sws-resource-filters > p { margin:13px 0 0; color:var(--academy-copy); font-size:12px; }

.sws-academy-tools {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.sws-academy-tool {
  position:relative;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  min-width:0;
  min-height:190px;
  overflow:hidden;
  border:1px solid rgba(28,55,66,.14);
  border-radius:19px;
  background:rgba(255,255,255,.94);
  color:inherit;
  text-decoration:none;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.sws-academy-tool:hover { transform:translateY(-4px); border-color:rgba(103,80,146,.34); box-shadow:0 18px 38px rgba(16,47,59,.09); }
.sws-academy-tool::before { content:""; position:absolute; z-index:2; top:0; right:24px; left:24px; height:2px; background:linear-gradient(90deg,var(--academy-gold),var(--academy-violet)); opacity:.78; }
.sws-academy-tool figure { display:flex; min-width:0; margin:0; padding:20px; align-items:center; justify-content:center; overflow:hidden; background:linear-gradient(145deg,#f1f5f4,#fff); }
.sws-academy-tool img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; transition:transform .45s ease; }
.sws-academy-tool:hover img { transform:scale(1.045); }
.sws-academy-tool-copy { min-width:0; padding:24px 58px 24px 24px; }
.sws-academy-tool-copy > span { display:block; margin-bottom:9px; color:#b77d11; font-size:10px; font-weight:800; letter-spacing:.13em; }
.sws-academy-tool h2 { margin:0 0 10px; color:var(--academy-ink); font-size:19px; font-weight:600; letter-spacing:-.02em; line-height:1.22; }
.sws-academy-tool p { margin:0; color:var(--academy-copy); font-size:13.5px; line-height:1.58; }
.sws-academy-tool > i { right:18px; bottom:18px; width:34px; height:34px; font-size:15px; }
.sws-academy-tool--sws { grid-column:1/-1; grid-template-columns:240px minmax(0,1fr); min-height:240px; border-color:rgba(211,154,40,.46); background:linear-gradient(110deg,rgba(250,245,234,.92),#fff 45%,rgba(245,243,250,.88)); }
.sws-academy-tool--sws h2 { font-size:clamp(24px,2.5vw,34px); font-weight:500; }
.sws-academy-tool--sws p { max-width:720px; font-size:15px; line-height:1.7; }
.sws-academy-tool[hidden] { display:none !important; }

.sws-academy-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}

.sws-academy-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .sws-resource-filters { width:calc(100% - 40px); }
  .sws-academy-switch {
    display: flex;
    width: calc(100% - 40px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .sws-academy-switch::-webkit-scrollbar { display: none; }
  .sws-academy-switch a { flex: 0 0 240px; scroll-snap-align: center; white-space: nowrap; }
  .sws-academy-programme--feature,
  .sws-academy-programme--wide { grid-template-columns: 1fr; grid-template-rows: 340px auto; }
  .sws-academy-programme--wide figure { grid-column: 1; grid-row: 1; }
  .sws-academy-programme--wide .sws-academy-programme-copy { grid-column: 1; grid-row: 2; }
  .sws-academy-projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sws-academy-entry--feature { grid-column: 1 / -1; }
  .sws-academy-workshops { grid-template-columns: 1fr; }
  .sws-academy-workshop--feature { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); }
  .sws-academy-tools { grid-template-columns: 1fr; }
  .sws-academy-tool--sws { grid-column: 1; }
}

@media (max-width: 700px) {
  .sws-academy-hero { height: 390px; min-height: 390px; }
  .sws-academy-hero > img { object-position: 58% center; }
  .sws-academy-hero-copy { left: 22px; right: 22px; bottom: 32px; width: auto; }
  .sws-academy-hero-copy > span { margin-bottom: 13px; font-size: 10.5px; }
  .sws-academy-hero-copy h1 { font-size: clamp(30px, 8.9vw, 39px); line-height: 1.06; }
  .sws-academy-switch { width: calc(100% - 26px); }
  .sws-academy-switch a { flex-basis: 214px; min-height: 58px; font-size: 13px; }
  .sws-academy-intro,
  .sws-academy-programmes,
  .sws-academy-portals,
  .sws-academy-projects,
  .sws-academy-workshops,
  .sws-academy-tools { width: calc(100% - 36px) !important; }
  .sws-academy-intro { grid-template-columns: 1fr; gap: 30px; padding: 18px 0 54px !important; }
  .sws-academy-intro-title { padding-left: 20px; }
  .sws-academy-intro-title > span { margin-bottom: 12px; font-size: 10.5px; }
  .sws-academy-intro-title h2 { font-size: 34px; }
  .sws-academy-intro-copy { font-size: 15px; line-height: 1.74; }
  .sws-academy-listing-tools {
    width: calc(100% - 36px);
    margin: -25px auto 28px;
    padding: 14px 0 12px;
    overflow: hidden;
  }
  .sws-academy-filter-group { display:block; padding:6px 0 7px; }
  .sws-academy-filter-group > span { display:block; margin:0 16px 7px; }
  .sws-academy-filter-group > div {
    overflow-x:auto;
    padding:0 12px 5px;
    flex-wrap:nowrap;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
  }
  .sws-academy-filter-group > div::-webkit-scrollbar { display:none; }
  .sws-academy-filter-group a { flex:0 0 auto; padding:8px 11px 9px; white-space:nowrap; }
  .sws-academy-result-count { margin:8px 16px 0; }
  .sws-academy-pagination { width:calc(100% - 36px); margin:-35px auto 62px; }
  .sws-academy-landing-lead,
  .sws-academy-landing-direction { grid-template-columns: 1fr; gap: 19px; }
  .sws-academy-landing-lead { padding: 4px 0 34px; }
  .sws-academy-landing-lead strong { font-size: 24px; }
  .sws-academy-landing-direction { padding: 27px 0 30px; }
  .sws-academy-landing-direction-title { grid-template-columns: 27px minmax(0, 1fr); gap: 11px; }
  .sws-academy-landing-direction-title > span { padding-top: 5px; }
  .sws-academy-landing-direction h3 a { font-size: 22px; }
  .sws-academy-programmes { grid-template-columns: 1fr; gap: 16px; padding-bottom: 64px; }
  .sws-academy-programme,
  .sws-academy-programme--feature,
  .sws-academy-programme--wide { grid-column: 1; grid-template-columns: 1fr; grid-template-rows: 250px auto; border-radius: 19px; }
  .sws-academy-programme--wide figure { grid-column: 1; grid-row: 1; }
  .sws-academy-programme--wide .sws-academy-programme-copy { grid-column: 1; grid-row: 2; }
  .sws-academy-programme-copy,
  .sws-academy-programme--feature .sws-academy-programme-copy,
  .sws-academy-programme--wide .sws-academy-programme-copy { padding: 28px 25px 72px; }
  .sws-academy-programme h2,
  .sws-academy-programme--feature h2,
  .sws-academy-programme--wide h2 { font-size: 25px; }
  .sws-academy-programme p { font-size: 14.5px; }
  .sws-academy-programme-arrow { right: 24px; bottom: 22px; }
  .sws-academy-portals { grid-template-columns: 1fr; grid-template-rows: none; gap: 16px; padding-bottom: 64px !important; }
  .sws-academy-portal,
  .sws-academy-portal--1,
  .sws-academy-portal--4 { grid-column: 1; grid-row: auto; min-height: 320px; border-radius: 19px; }
  .sws-academy-portal strong { right: 70px; bottom: 26px; left: 24px; font-size: 27px; }
  .sws-academy-portal-number { top: 24px; left: 24px; }
  .sws-academy-portal-arrow { right: 22px; bottom: 21px; }
  .sws-academy-projects { grid-template-columns: 1fr; gap: 16px; padding-bottom: 64px !important; }
  .sws-academy-entry,
  .sws-academy-entry--feature { grid-column: 1; grid-template-columns: 1fr; grid-template-rows: 240px auto; border-radius: 19px; }
  .sws-academy-entry--feature figure { min-height: 240px; }
  .sws-academy-entry-copy,
  .sws-academy-entry--feature .sws-academy-entry-copy { display:block; padding:27px 24px 68px; }
  .sws-academy-entry h2,
  .sws-academy-entry--feature h2 { font-size:24px; }
  .sws-academy-entry p,
  .sws-academy-entry--feature p { font-size:14.5px; line-height:1.68; }
  .sws-academy-workshops { gap:16px; padding-bottom:64px !important; }
  .sws-academy-workshop,
  .sws-academy-workshop--feature { grid-column:1; grid-template-columns:1fr; grid-template-rows:245px auto; min-height:0; border-radius:19px; }
  .sws-academy-workshop--no-image { grid-template-rows:auto; }
  .sws-academy-workshop--feature figure { min-height:245px; }
  .sws-academy-workshop-copy,
  .sws-academy-workshop--feature .sws-academy-workshop-copy { display:block; padding:27px 24px 68px; }
  .sws-academy-workshop h2,
  .sws-academy-workshop--feature h2 { font-size:24px; }
  .sws-academy-workshop p,
  .sws-academy-workshop--feature p { font-size:14.5px; line-height:1.68; }
  .sws-academy-tools { gap:12px; padding-bottom:64px !important; }
  .sws-academy-archive-group { width:calc(100% - 36px); margin-bottom:58px; }
  .sws-academy-archive-group > header { grid-template-columns:30px minmax(0,1fr); gap:10px; margin-bottom:20px; padding-bottom:16px; }
  .sws-academy-archive-group > header h2 { font-size:31px; }
  .sws-academy-archive-group .sws-academy-entry--feature,
  .sws-academy-archive-group .sws-academy-workshop--feature { grid-column:1; grid-template-columns:1fr; grid-template-rows:240px auto; min-height:0; }
  .sws-academy-archive-group .sws-academy-entry--feature figure,
  .sws-academy-archive-group .sws-academy-workshop--feature figure { min-height:240px; }
  .sws-academy-archive-group .sws-academy-entry--feature .sws-academy-entry-copy,
  .sws-academy-archive-group .sws-academy-workshop--feature .sws-academy-workshop-copy { padding:27px 24px 68px; }
  .sws-academy-entry--image-contain img,
  .sws-academy-workshop--image-contain img { padding:24px; }
  .sws-academy-tool,
  .sws-academy-tool--sws { grid-column:1; grid-template-columns:100px minmax(0,1fr); min-height:180px; border-radius:17px; }
  .sws-academy-tool figure { padding:13px; }
  .sws-academy-tool-copy { padding:22px 45px 22px 18px; }
  .sws-academy-tool h2,
  .sws-academy-tool--sws h2 { font-size:18px; font-weight:600; }
  .sws-academy-tool p,
  .sws-academy-tool--sws p { font-size:13px; line-height:1.55; }
  .sws-academy-tool > i { right:14px; bottom:14px; }
}

@media (prefers-reduced-motion: reduce) {
  .sws-academy-hero > img,
  [data-academy-parallax] img { transform: none; }
  .sws-academy-programme,
  .sws-academy-programme img,
  .sws-academy-programme-arrow,
  .sws-academy-reveal { transition: none; }
  .sws-academy-reveal { opacity: 1; transform: none; }
}

@media (max-width: 360px) {
  .sws-academy-tool,
  .sws-academy-tool--sws { grid-template-columns:1fr; grid-template-rows:140px auto; }
  .sws-academy-tool figure { padding:16px 24px; }
  .sws-academy-tool-copy { padding:22px 44px 58px 20px; }
}
