.workshops-page {
  color: var(--ink);
  background: var(--white);
}

.workshops-page main {
  padding-bottom: 0;
}

.workshops-heading-rule {
  width: 92px;
  height: 4px;
  display: block;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--orange-500);
}

.workshops-dot-field {
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle, currentColor 2px, transparent 2.2px);
  background-size: 22px 22px;
}

/* Split hero */

.workshops-hero {
  position: relative;
  overflow: hidden;
  background: #fbfaf6;
}

.workshops-hero-grid {
  min-height: 565px;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  align-items: stretch;
}

.workshops-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 62px 55px 62px 0;
}

.workshops-hero-copy h1 {
  max-width: 520px;
  margin: 0;
  color: #133d34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.workshops-hero-copy p {
  max-width: 540px;
  margin: 22px 0 0;
  color: #314842;
  font-size: 15px;
  line-height: 1.62;
}

.workshops-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 29px;
}

.workshops-button-dark,
.workshops-button-outline {
  min-width: 180px;
  white-space: nowrap;
}

.workshops-button-dark {
  color: var(--white);
  background: var(--green-950);
  border-color: var(--green-950);
}

.workshops-button-outline {
  color: var(--green-950);
  background: var(--white);
  border-color: rgba(0, 55, 47, .72);
}

.workshops-hero-media {
  position: relative;
  min-width: 0;
  margin-right: min(-48px, calc(636px - 50vw));
  padding: 0 0 0 18px;
  background: #f5eee2;
}

.workshops-hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -88px;
  top: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, #fbfaf6 12%, rgba(251, 250, 246, .88) 47%, transparent 100%);
}

.workshops-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 565px;
  object-fit: cover;
  object-position: 50% 54%;
}

.hero-dot-field {
  z-index: 2;
  right: 12px;
  top: 24px;
  width: 126px;
  height: 154px;
  color: var(--orange-500);
}

/* Programme cards */

.programmes-section {
  padding: 76px 0 92px;
  background: var(--white);
}

.programme-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.programme-card {
  min-width: 0;
  padding: 28px 27px 31px;
  color: #293f39;
  background: var(--white);
  border: 1px solid #e5e9e6;
  border-radius: 14px;
  box-shadow: 0 12px 29px rgba(15, 54, 45, .07);
}

.programme-icon {
  position: relative;
  width: 68px;
  height: 68px;
  display: inline-grid;
  place-items: center;
  color: var(--orange-500);
  background: var(--green-950);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 55, 47, .14);
}

.programme-icon-svg {
  width: 36px;
  height: 36px;
  display: block;
  overflow: visible;
}

.programme-card h2 {
  margin: 22px 0 0;
  color: #173c34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}

.programme-card p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.62;
}

.programme-card h3 {
  margin: 21px 0 0;
  color: #263c36;
  font-size: 14px;
  line-height: 1.45;
}

.programme-card ul {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.programme-card li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.48;
}

.programme-card li + li {
  margin-top: 9px;
}

.programme-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange-500);
}

/* Approach */

.approach-section {
  position: relative;
  padding: 86px 0 90px;
  overflow: hidden;
  background: #fbf8f1;
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  align-items: center;
  gap: 74px;
}

.workshops-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--orange-500);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.approach-copy h2 {
  max-width: 500px;
  margin: 0;
  color: #163d34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.033em;
  text-wrap: balance;
}

.approach-copy p {
  max-width: 505px;
  margin: 22px 0 0;
  color: #314842;
  font-size: 15px;
  line-height: 1.66;
}

.approach-button {
  min-width: 258px;
  margin-top: 28px;
  white-space: nowrap;
}

.approach-media {
  position: relative;
  min-width: 0;
  padding-right: 24px;
}

.approach-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 425px;
  object-fit: cover;
  object-position: 50% 57%;
  border-radius: 17px;
  box-shadow: 0 17px 38px rgba(16, 57, 47, .13);
}

.approach-dot-field {
  right: -80px;
  top: -14px;
  width: 156px;
  height: 304px;
  color: #008c71;
}

/* Training contact */

.training-contact-section {
  padding: 70px 0;
  background: var(--white);
}

.training-contact-card {
  position: relative;
  min-height: 190px;
  padding: 39px 68px 39px 170px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 70px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(118deg, #002f28 0%, #00483b 62%, #003d33 100%);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0, 49, 41, .16);
}

.training-contact-dots {
  position: absolute;
  left: 15px;
  top: 24px;
  width: 79px;
  height: 118px;
  color: var(--orange-500);
  background-image: radial-gradient(circle, currentColor 2px, transparent 2.2px);
  background-size: 19px 19px;
}

.training-contact-icon {
  position: absolute;
  left: 101px;
  top: 50%;
  width: 63px;
  height: 63px;
  display: grid;
  place-items: center;
  color: var(--orange-500);
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
}

.training-contact-icon-svg {
  width: 31px;
  height: 31px;
  display: block;
}

.training-contact-copy {
  min-width: 0;
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, .42);
}

.training-contact-copy h2 {
  max-width: 670px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.75vw, 42px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.027em;
  text-wrap: balance;
}

.training-contact-button {
  min-width: 182px;
  min-height: 58px;
  padding: 16px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--white);
  background: var(--orange-500);
  border-radius: 999px;
  box-shadow: 0 10px 23px rgba(0, 24, 20, .22);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.training-contact-button:hover,
.training-contact-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 29px rgba(0, 24, 20, .3);
}

.workshops-page .footer-column a[aria-current="page"] {
  color: var(--orange-500);
}

@media (prefers-reduced-motion: reduce) {
  .training-contact-button {
    transition: none;
  }
}
