:root {
  --navy: #06234a;
  --navy-2: #0b315e;
  --teal: #0c8790;
  --aqua: #52bdc3;
  --orange: #f36a21;
  --sun: #ffb217;
  --sand: #f4efe5;
  --paper: #fffdf8;
  --ink: #142033;
  --line: rgba(6, 35, 74, 0.18);
  --radius: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-pad {
  padding: 7rem max(1.25rem, calc((100vw - 1280px) / 2));
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--aqua);
}

.eyebrow--orange {
  color: var(--orange);
}

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

h1,
h2,
h3 {
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h2 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.7rem, 6vw, 6.8rem);
  font-weight: 900;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  width: 100%;
  min-height: 5.8rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem max(1.25rem, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 35, 74, 0.96);
  box-shadow: 0 14px 40px rgba(3, 25, 51, 0.22);
  backdrop-filter: blur(14px);
  transition: background 240ms ease, min-height 240ms ease, box-shadow 240ms ease;
}

.site-header__logo {
  position: relative;
  z-index: 3;
  display: block;
  width: 236px;
  height: 68px;
}

.site-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.6vw, 1.6rem);
  color: white;
  font-size: 0.88rem;
  font-weight: 750;
}

.site-nav a {
  position: relative;
}

.site-nav a:not(.site-nav__cta)::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 2px;
  content: "";
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav__cta {
  padding: 0.85rem 1.2rem;
  color: white;
  border-radius: 999px;
  background: var(--orange);
}

.menu-toggle {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[hidden] {
  display: none !important;
}

.admin-bar .site-header {
  top: 32px;
}

.site-nav li {
  list-style: none;
}

.site-nav__list {
  display: contents;
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  min-height: 850px;
  padding: 9.5rem max(1.25rem, calc((100vw - 1380px) / 2)) 8rem;
  overflow: hidden;
  color: white;
  background: var(--navy);
}

.hero__sun {
  position: absolute;
  top: 8rem;
  left: -6rem;
  z-index: 1;
  width: 28rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 178, 23, 0.28);
  border-radius: 50%;
}

.hero__sun::before,
.hero__sun::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 178, 23, 0.18);
  border-radius: inherit;
}

.hero__sun::before {
  inset: 2rem;
}

.hero__sun::after {
  inset: 5rem;
  background: rgba(255, 178, 23, 0.08);
}

.hero__copy {
  position: relative;
  z-index: 2;
  width: min(58%, 800px);
}

.hero h1 {
  margin-bottom: 2rem;
  font-size: clamp(4.4rem, 9.7vw, 10rem);
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero__intro {
  max-width: 34rem;
  margin-bottom: 2rem;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(6, 35, 74, 0.95) 0%,
      rgba(6, 35, 74, 0.82) 38%,
      rgba(6, 35, 74, 0.35) 72%,
      rgba(6, 35, 74, 0.16) 100%
    ),
    linear-gradient(0deg, rgba(6, 35, 74, 0.58), transparent 48%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.8rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(6, 35, 74, 0.16);
}

.button--orange {
  color: white;
  background: var(--orange);
}

.button--navy {
  color: white;
  background: var(--navy);
}

.button--sun {
  color: var(--navy);
  background: var(--sun);
}

.button--ghost-light {
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
}

.button--outline {
  color: var(--navy);
  border-color: var(--navy);
  background: transparent;
}

.statement {
  display: grid;
  grid-template-columns: 0.65fr 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  background: var(--sand);
}

.statement__index {
  color: rgba(6, 35, 74, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.statement__body h2 {
  font-size: clamp(3rem, 5.4vw, 6rem);
}

.statement__body > p {
  max-width: 44rem;
  font-size: 1.16rem;
}

.text-link {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35rem;
}

.text-link--light {
  color: white;
}

.statement__orbit {
  display: grid;
  width: min(100%, 18rem);
  aspect-ratio: 1;
  place-items: center;
  margin-left: auto;
  color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 50%;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  transform: rotate(8deg);
}

.work {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}

.section-heading h2 {
  max-width: 12ch;
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 32rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.programme-stack {
  display: grid;
  gap: 1.25rem;
}

.programme {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(300px, 0.95fr) 1.05fr;
  overflow: hidden;
  border-radius: var(--radius);
}

.programme__media {
  min-height: 430px;
  overflow: hidden;
}

.programme__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.programme:hover .programme__media img {
  transform: scale(1.035);
}

.programme__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(2rem, 5vw, 5rem);
}

.programme__copy > span {
  margin-bottom: 2rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.programme__copy h3 {
  max-width: 10ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  font-weight: 900;
}

.programme__copy p {
  max-width: 33rem;
  margin-bottom: 2rem;
  font-size: 1.06rem;
}

.programme--sport {
  color: white;
  background: var(--teal);
  transform: rotate(-0.4deg);
}

.programme--skills {
  color: var(--navy);
  background: var(--sun);
  transform: rotate(0.45deg);
}

.programme--skills .programme__media {
  order: 2;
}

.programme--action {
  color: white;
  background: var(--orange);
  transform: rotate(-0.25deg);
}

.programme--engagement {
  position: relative;
  min-height: 380px;
  color: white;
  background: var(--navy);
}

.engagement-mark {
  display: flex;
  width: 100%;
  min-height: 380px;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
  color: transparent;
  font-size: clamp(3.25rem, 8.2vw, 7.5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 2px var(--aqua);
  white-space: nowrap;
  transform: rotate(-5deg);
}

.coast {
  position: relative;
  display: grid;
  scroll-margin-top: 5.8rem;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--navy);
}

.coast__copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
}

.coast__copy p:not(.eyebrow) {
  max-width: 38rem;
  font-size: 1.1rem;
}

.coast__map {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 540px;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.78fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(82, 189, 195, 0.14), rgba(255, 255, 255, 0.03));
  overflow: hidden;
}

.uk-map__visual {
  position: relative;
  height: 500px;
}

.uk-map__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(3, 25, 51, 0.32));
}

.uk-map__pin {
  position: absolute;
  top: 51%;
  left: 73%;
  width: 1.1rem;
  aspect-ratio: 1;
  border: 4px solid var(--sun);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 178, 23, 0.18);
}

.uk-map__pin::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: clamp(3rem, 6vw, 5.5rem);
  height: 2px;
  content: "";
  background: var(--aqua);
  transform: translateY(-50%);
}

.coast__locations {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-left: 2px solid rgba(82, 189, 195, 0.7);
}

.coast__locations > p {
  margin-bottom: 1.25rem;
  color: var(--aqua);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coast__locations ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coast__locations li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  font-weight: 850;
}

.coast__locations li span {
  width: 0.65rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sun);
}

.impact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  background: var(--sun);
}

.impact__title {
  align-self: start;
}

.impact__title h2 {
  font-size: clamp(3rem, 5.4vw, 5.8rem);
}

.impact__title > p:last-child {
  max-width: 36rem;
}

.impact__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(6, 35, 74, 0.25);
  border: 1px solid rgba(6, 35, 74, 0.25);
}

.impact__facts article {
  min-height: 240px;
  padding: 2.2rem;
  background: var(--sun);
}

.impact__facts strong,
.impact__facts span {
  display: block;
}

.impact__facts strong {
  color: var(--navy);
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.impact__facts span {
  max-width: 18rem;
  margin-top: 1rem;
  font-weight: 750;
}

.impact__facts .impact__wide,
.impact__facts .impact__pending {
  grid-column: 1 / -1;
}

.impact__facts .impact__wide strong,
.impact__facts .impact__pending strong {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.impact > .button {
  align-self: start;
  justify-self: start;
  grid-column: 1;
}

.voices {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 5rem;
  align-items: center;
  background: var(--sand);
}

.voices__image {
  position: relative;
  height: 700px;
}

.voices__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 52% 48% 18% 82% / 34% 26% 74% 66%;
}

.voices__image > span {
  position: absolute;
  right: -1.5rem;
  bottom: 2rem;
  color: var(--sun);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.7;
  text-shadow: 4px 4px 0 var(--navy);
  transform: rotate(-5deg);
}

.voices__copy h2 {
  font-size: clamp(3rem, 5.5vw, 6rem);
}

.voices__copy blockquote {
  margin: 2rem 0 0.8rem;
  color: var(--navy);
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.25;
}

.quote-source {
  margin-bottom: 2rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.campaign {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 4rem;
  align-items: center;
  color: white;
  background: var(--orange);
}

.campaign__badge {
  display: grid;
  width: min(100%, 27rem);
  aspect-ratio: 1;
  place-content: center;
  color: var(--navy);
  border-radius: 50%;
  background: var(--sun);
  text-align: center;
  transform: rotate(-7deg);
}

.campaign__badge span,
.campaign__badge strong {
  display: block;
  line-height: 0.9;
}

.campaign__badge span {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.campaign__badge strong {
  font-size: clamp(4rem, 9vw, 8rem);
  letter-spacing: -0.1em;
}

.campaign__main h2 {
  font-size: clamp(3.2rem, 6vw, 6.5rem);
}

.campaign__main > p {
  max-width: 45rem;
  font-size: 1.12rem;
}

.campaign__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 46rem;
  margin: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.campaign__details div {
  padding: 1.25rem 1rem 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.campaign__details dt {
  color: var(--sun);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.campaign__details dd {
  margin: 0.3rem 0 0;
  font-weight: 800;
}

.partners {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
  background: var(--paper);
}

.partners h2 {
  font-size: clamp(3.1rem, 5.7vw, 6rem);
}

.partners__copy > p {
  max-width: 44rem;
  font-size: 1.18rem;
}

.partner-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 2.2rem 0;
}

.partner-types span {
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: var(--sand);
  font-weight: 800;
}

.news {
  background: var(--sand);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.news-card {
  padding: 1rem 1rem 2rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-card:hover {
  transform: translateY(-7px) rotate(-0.4deg);
  box-shadow: 0 22px 45px rgba(6, 35, 74, 0.12);
}

.news-card__art {
  display: grid;
  min-height: 250px;
  place-items: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
  color: transparent;
  border-radius: 0.7rem;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.15em;
  -webkit-text-stroke: 2px white;
  transform: rotate(-1deg);
}

.news-card--1 .news-card__art {
  background: var(--teal);
}

.news-card--2 .news-card__art {
  background: var(--orange);
}

.news-card--3 .news-card__art {
  background: var(--navy);
}

.news-card__meta {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
}

.news-card > a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 0.3rem;
}

.final-cta {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  color: var(--navy);
  background: var(--aqua);
}

.final-cta h2 {
  position: relative;
  z-index: 2;
  max-width: 13ch;
  font-size: clamp(4rem, 8vw, 8.8rem);
}

.final-cta > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  font-size: 1.15rem;
}

.final-cta .button-row {
  position: relative;
  z-index: 2;
}

.final-cta__sun {
  position: absolute;
  right: -8rem;
  bottom: -16rem;
  width: min(58vw, 55rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sun);
  box-shadow:
    0 0 0 3rem rgba(255, 178, 23, 0.18),
    0 0 0 6rem rgba(255, 178, 23, 0.1);
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
  color: white;
  background: var(--navy);
}

.contact__intro h2 {
  font-size: clamp(3.4rem, 6.2vw, 6.6rem);
}

.contact__intro > p {
  max-width: 34rem;
  font-size: 1.08rem;
}

.contact__direct {
  display: grid;
  gap: 0.4rem;
  margin-top: 2.5rem;
}

.contact__direct a {
  width: fit-content;
  color: var(--sun);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}

.contact-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form > label,
.field-row label {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border: 1.5px solid rgba(6, 35, 74, 0.3);
  border-radius: 0.5rem;
  color: var(--ink);
  background: white;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  margin: 1.2rem 0;
}

.contact-form__consent input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  accent-color: var(--orange);
}

.contact-form__consent label,
.contact-form__consent span,
.form-note,
.form-status {
  font-size: 0.82rem;
}

.form-status {
  margin: 1rem 0 0;
  padding: 0.8rem;
  border-left: 4px solid var(--teal);
  background: rgba(82, 189, 195, 0.14);
}

.form-status:empty {
  display: none;
}

.wp-content {
  min-height: 70vh;
  padding-top: 10rem;
  background: var(--paper);
}

.wp-content__header h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
}

.wp-prose,
.wp-content article > p,
.wp-content article > ul,
.wp-content article > ol {
  max-width: 760px;
}

.wp-featured-image {
  width: 100%;
  max-height: 680px;
  margin: 2rem 0 4rem;
  border-radius: var(--radius);
  object-fit: cover;
}

.wp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.wp-post-card {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.wp-post-card img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  object-fit: cover;
}

.wp-post-card h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.ycic-elementor-full-width,
.elementor-page .ycic-elementor-full-width {
  padding-top: 5.8rem;
}

.elementor-page .site-header + main > .elementor {
  padding-top: 5.8rem;
}

.form-note {
  margin: 1rem 0 0;
  color: #516070;
}

.footer {
  padding: 5rem max(1.25rem, calc((100vw - 1280px) / 2)) 2rem;
  color: white;
  background: #031933;
}

.footer__brand {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 2rem;
  align-items: center;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer__brand a {
  display: block;
  width: min(310px, 100%);
  padding: 0;
  background: transparent;
}

.footer__brand p {
  max-width: 40rem;
  margin: 0;
  font-size: 1.1rem;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 4rem 0;
}

.footer__nav div {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.footer__nav h3 {
  margin-bottom: 0.75rem;
  color: var(--aqua);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer__nav a:hover {
  color: var(--sun);
}

.footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.footer__legal p {
  margin: 0;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 95;
  display: flex;
  max-width: 560px;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1rem 1rem 1.2rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  background: rgba(6, 35, 74, 0.97);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.cookie-banner p {
  margin: 0;
  font-size: 0.86rem;
}

.cookie-banner a {
  color: var(--sun);
  text-decoration: underline;
}

.cookie-banner button {
  min-height: 2.7rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 999px;
  color: var(--navy);
  background: var(--sun);
  font-weight: 800;
  cursor: pointer;
}

.interior-hero {
  position: relative;
  min-height: 540px;
  padding: 10rem max(1.25rem, calc((100vw - 1280px) / 2)) 5rem;
  overflow: hidden;
  color: white;
  background: var(--navy);
}

.interior-hero::after {
  position: absolute;
  right: -10rem;
  bottom: -14rem;
  width: 38rem;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4rem rgba(82, 189, 195, 0.12);
}

.interior-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 950;
  text-transform: uppercase;
}

.interior-hero p {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  font-size: 1.2rem;
}

.interior {
  background: var(--paper);
}

.interior-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 5rem;
}

.interior-sidebar {
  position: sticky;
  top: 8rem;
  align-self: start;
  padding: 1.5rem;
  border-left: 5px solid var(--orange);
  background: var(--sand);
}

.interior-sidebar p {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

.interior-content {
  max-width: 780px;
}

.interior-content h2 {
  max-width: 14ch;
  margin-top: 4rem;
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
}

.interior-content h2:first-child {
  margin-top: 0;
}

.interior-content h3 {
  margin-top: 2.5rem;
  color: var(--navy);
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}

.interior-content p,
.interior-content li {
  font-size: 1.08rem;
}

.interior-content li + li {
  margin-top: 0.55rem;
}

.route-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}

.route-card {
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--sand);
  border-top: 6px solid var(--teal);
}

.route-card h3 {
  margin-top: 0;
}

.policy-note {
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--sun);
  background: var(--sand);
}

@media (max-width: 1100px) {
  .site-header {
    min-height: 5.5rem;
    background: rgba(6, 35, 74, 0.97);
  }

  .site-header__logo {
    width: 210px;
    height: 60px;
  }

  .site-header__logo img {
    width: 100%;
    height: 100%;
  }

  .site-nav {
    color: white;
    gap: 0.8rem;
    font-size: 0.78rem;
  }

  .site-nav__cta {
    color: white;
  }

  .hero {
    padding-top: 9rem;
  }

  .hero__copy {
    width: 64%;
  }

  .hero__media {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .statement {
    grid-template-columns: 0.6fr 1.4fr;
  }

  .statement__orbit {
    display: none;
  }

  .impact,
  .partners,
  .contact {
    gap: 3rem;
  }
}

@media (max-width: 820px) {
  .section-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 3rem;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0.8rem;
    color: var(--navy);
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    font-size: 0.8rem;
    font-weight: 850;
  }

  .menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 1.2rem;
    height: 2px;
    background: var(--navy);
  }

  .menu-toggle span:not(.screen-reader-text):nth-child(2) {
    position: absolute;
    transform: translateY(5px);
  }

  .menu-toggle span:not(.screen-reader-text):nth-child(3) {
    display: none;
  }

  .menu-is-open {
    overflow: hidden;
  }

  .menu-toggle i,
  .menu-toggle i::after {
    display: block;
    width: 1.2rem;
    height: 2px;
    content: "";
    background: var(--navy);
  }

  .menu-toggle i::after {
    transform: translateY(5px);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0.6rem;
    padding: 7rem 1.5rem 2rem;
    color: white;
    background: var(--navy);
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .site-nav--open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
    padding: 0.35rem 0;
    font-size: clamp(1.8rem, 7vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
  }

  .site-nav__list,
  .site-nav li {
    display: contents;
  }

  .site-nav__cta {
    width: auto !important;
    margin-top: 1rem;
    padding: 1rem 1.2rem !important;
    font-size: 1rem !important;
  }

  .hero {
    min-height: 760px;
    padding-top: 8rem;
  }

  .hero__copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 15vw, 6.4rem);
  }

  .hero__media {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .hero__media img {
    object-position: 62% center;
  }

  .hero__intro {
    position: relative;
    z-index: 3;
    max-width: 31rem;
  }

  .statement,
  .section-heading,
  .programme,
  .coast,
  .impact,
  .voices,
  .campaign,
  .partners,
  .contact,
  .interior-grid {
    grid-template-columns: 1fr;
  }

  .statement {
    gap: 1.5rem;
  }

  .section-heading {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .programme {
    min-height: 0;
  }

  .programme__media {
    min-height: 380px;
  }

  .programme--skills .programme__media {
    order: 0;
  }

  .engagement-mark {
    min-height: 260px;
  }

  .coast {
    gap: 2.5rem;
  }

  .coast__copy,
  .coast__map {
    grid-column: auto;
    grid-row: auto;
  }

  .coast__copy {
    order: 1;
  }

  .coast__map {
    min-height: 500px;
    order: 2;
  }

  .impact {
    gap: 2.5rem;
  }

  .impact > .button {
    grid-column: auto;
  }

  .voices {
    gap: 2.5rem;
  }

  .voices__image {
    height: 520px;
  }

  .voices__image > span {
    right: 0;
  }

  .campaign__badge {
    width: 18rem;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .footer__brand {
    grid-template-columns: 1fr;
  }

  .footer__nav {
    grid-template-columns: 1fr 1fr;
  }

  .interior-sidebar {
    position: static;
  }
}

@media (max-width: 560px) {
  .section-pad {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  .site-header {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .site-header__logo {
    width: 190px;
    height: 54px;
  }

  .hero {
    min-height: 720px;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13.4vw, 4.4rem);
  }

  .hero__media {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero__media img {
    object-position: 66% center;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .programme__media {
    min-height: 310px;
  }

  .programme__copy {
    padding: 2rem 1.3rem 2.4rem;
  }

  .programme__copy h3 {
    font-size: 2.8rem;
  }

  .coast__map {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1.25rem;
  }

  .uk-map__visual {
    height: 390px;
  }

  .coast__locations {
    padding: 1.25rem 0 0;
    border-top: 2px solid rgba(82, 189, 195, 0.7);
    border-left: 0;
  }

  .coast__locations ul {
    grid-template-columns: 1fr 1fr;
  }

  .impact__facts {
    grid-template-columns: 1fr;
  }

  .impact__facts article,
  .impact__facts .impact__wide,
  .impact__facts .impact__pending {
    grid-column: 1;
  }

  .impact__facts strong {
    font-size: 3.7rem;
  }

  .voices__image {
    height: 430px;
  }

  .voices__image > span {
    right: 0;
    font-size: clamp(3.5rem, 17vw, 5rem);
  }

  .campaign__details,
  .field-row {
    grid-template-columns: 1fr;
  }

  .news-card__art {
    min-height: 210px;
  }

  .footer__nav {
    grid-template-columns: 1fr;
  }

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

  .cookie-banner {
    right: 0.6rem;
    bottom: 0.6rem;
    left: 0.6rem;
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-banner button {
    width: 100%;
  }

  .interior-hero {
    min-height: 470px;
    padding-top: 8rem;
  }

  .interior-hero h1 {
    font-size: clamp(3.2rem, 14vw, 5.2rem);
  }

  .route-cards {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Elementor starter template -------------------------------------------- */
.elementor .yc-e-section {
  padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1280px) / 2));
}

.elementor .yc-e-section > .e-con-inner,
.elementor .yc-e-section.e-con {
  max-width: none;
}

.elementor .yc-e-eyebrow p {
  margin: 0;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.elementor .yc-e-section-title .elementor-heading-title {
  max-width: 12ch;
  color: inherit;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.elementor .yc-e-hero {
  min-height: min(900px, 100vh);
  justify-content: center;
  color: white;
  background-image: linear-gradient(90deg, rgba(6, 35, 74, 0.97) 0%, rgba(6, 35, 74, 0.82) 42%, rgba(6, 35, 74, 0.18) 78%), url("../images/hero-coast-runner.webp");
  background-position: center;
  background-size: cover;
}

.elementor .yc-e-hero > .elementor-element {
  width: min(760px, 62%);
}

.elementor .yc-e-hero .yc-e-title .elementor-heading-title {
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4rem, 9vw, 8.8rem);
  font-weight: 950;
  line-height: 0.84;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.elementor .yc-e-hero .yc-e-title .elementor-heading-title::first-line {
  color: var(--orange);
}

.elementor .yc-e-hero .yc-e-lead {
  max-width: 660px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.elementor .yc-e-button {
  display: inline-block;
  width: auto !important;
  margin-right: 0.75rem;
}

.elementor .yc-e-button .elementor-button {
  min-height: 3.5rem;
  padding: 1rem 1.4rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 850;
}

.elementor .yc-e-button-orange .elementor-button { color: white; background: var(--orange); }
.elementor .yc-e-button-outline .elementor-button { color: white; border-color: rgba(255,255,255,.7); background: transparent; }
.elementor .yc-e-button-navy .elementor-button { color: white; background: var(--navy); }

.elementor .yc-e-intro {
  display: grid;
  grid-template-columns: 0.65fr 1.6fr;
  column-gap: 5vw;
  color: var(--ink);
  background: var(--paper);
}

.elementor .yc-e-intro .yc-e-section-title,
.elementor .yc-e-intro > .elementor-element:last-child {
  grid-column: 2;
}

.elementor .yc-e-work { color: white; background: var(--navy); }
.elementor .yc-e-work .yc-e-eyebrow p { color: var(--orange); }

.elementor .yc-e-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.elementor .yc-e-card {
  min-height: 430px;
  justify-content: flex-end;
  padding: 2rem;
  overflow: hidden;
  border-radius: var(--radius);
  background-position: center;
  background-size: cover;
}

.elementor .yc-e-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(0deg, rgba(6,35,74,.95), rgba(6,35,74,.06));
}

.elementor .yc-e-card > * { position: relative; z-index: 1; }
.elementor .yc-e-card h3 { max-width: 12ch; color: white; font-size: clamp(2rem, 4vw, 4.5rem); }
.elementor .yc-e-card-sport { background-image: url("../images/programme-sport.webp"); }
.elementor .yc-e-card-skills { background-image: url("../images/programme-employability.webp"); }
.elementor .yc-e-card-action { background-image: url("../images/programme-social-action.webp"); }
.elementor .yc-e-card-engagement { background: linear-gradient(135deg, var(--teal), var(--navy)); }

.elementor .yc-e-coast {
  min-height: 760px;
  padding-right: 52%;
  justify-content: center;
  color: white;
  background-color: var(--navy);
  background-image: url("../images/uk-map-coast.png");
  background-position: 82% center;
  background-repeat: no-repeat;
  background-size: min(42vw, 560px) auto;
}

.elementor .yc-e-impact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  color: var(--navy);
  background: var(--sun);
}

.elementor .yc-e-impact .yc-e-eyebrow,
.elementor .yc-e-impact .yc-e-section-title { grid-column: 1 / -1; }
.elementor .yc-e-impact .yc-e-eyebrow p { color: var(--navy); }
.elementor .yc-e-impact .elementor-counter-number,
.elementor .yc-e-impact .yc-e-stat-heading h3 { font-size: clamp(3rem, 7vw, 7rem); font-weight: 950; }

.elementor .yc-e-stories {
  min-height: 700px;
  padding-left: 56%;
  justify-content: center;
  background-color: var(--paper);
  background-image: url("../images/programme-social-action.webp");
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 44% 72%;
}

.elementor .yc-e-partners { color: var(--ink); background: var(--paper); }
.elementor .yc-e-contact { color: white; background: var(--navy); }
.elementor .yc-e-contact a { color: var(--sun); }

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .wp-post-grid { grid-template-columns: 1fr; }
  .elementor .yc-e-hero { min-height: 740px; background-position: 62% center; }
  .elementor .yc-e-hero > .elementor-element { width: 100%; }
  .elementor .yc-e-intro,
  .elementor .yc-e-impact { display: flex; }
  .elementor .yc-e-card-grid { display: flex; }
  .elementor .yc-e-card { min-height: 380px; }
  .elementor .yc-e-coast { min-height: 900px; padding-right: 1.25rem; padding-bottom: 440px; background-position: center calc(100% - 2rem); background-size: min(82vw, 460px) auto; }
  .elementor .yc-e-stories { padding-left: 1.25rem; padding-top: 450px; background-position: center 3rem; background-size: calc(100% - 2.5rem) 360px; }
}
