@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #10231b;
  --green-950: #0b2b20;
  --green-900: #103a2b;
  --green-800: #19513d;
  --green-700: #257155;
  --gold: #efbd51;
  --gold-soft: #f8dea2;
  --coral: #ef735f;
  --cream: #f8f4ec;
  --paper: #fffdf9;
  --mist: #e8f0eb;
  --muted: #627169;
  --line: rgba(16, 58, 43, 0.14);
  --shadow: 0 22px 60px rgba(11, 43, 32, 0.12);
  --radius: 26px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 100px;
  background: white;
  color: var(--green-950);
  font-weight: 700;
}

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

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 253, 249, 0.9);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(11, 43, 32, 0.07);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-950);
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--green-950);
  color: white;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  box-shadow: inset 0 0 0 4px var(--green-950), inset 0 0 0 5px rgba(239, 189, 81, 0.35);
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links > a {
  padding: 10px 13px;
  border-radius: 100px;
  color: #33473e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links > a:hover,
.nav-links > a[aria-current="page"] {
  background: var(--mist);
  color: var(--green-900);
}

.nav-links .nav-cta {
  margin-left: 8px;
  padding-inline: 18px;
  background: var(--green-900);
  color: white;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta[aria-current="page"] {
  background: var(--green-700);
  color: white;
}

.menu-button {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--mist);
  color: var(--green-950);
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button span {
  margin-inline: -22px;
}

.menu-button::before {
  transform: translateY(-7px);
}

.menu-button::after {
  transform: translateY(7px);
}

.menu-button[aria-expanded="true"] span {
  opacity: 0;
}

.menu-button[aria-expanded="true"]::before {
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  background: var(--gold);
  content: "";
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3rem, 6vw, 6.3rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

p {
  margin-top: 0;
}

.lead {
  max-width: 680px;
  color: #42564d;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 100px;
  background: var(--green-900);
  color: white;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--green-700);
  box-shadow: 0 12px 26px rgba(16, 58, 43, 0.18);
}

.button.gold {
  background: var(--gold);
  color: var(--green-950);
}

.button.gold:hover {
  background: #f3c867;
}

.button.ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--green-900);
}

.button.ghost:hover {
  background: var(--mist);
  box-shadow: none;
}

.button svg {
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--green-950);
  color: white;
}

.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 35, 25, 0.98) 0%, rgba(8, 35, 25, 0.91) 34%, rgba(8, 35, 25, 0.38) 65%, rgba(8, 35, 25, 0.04) 100%);
  content: "";
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 730px;
  padding: 100px 0 120px;
}

.hero .eyebrow {
  color: var(--gold-soft);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
}

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

.hero .lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-note {
  position: absolute;
  z-index: 3;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 36px;
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(10, 37, 28, 0.72);
  color: white;
  font-size: 14px;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

.hero-note strong {
  display: block;
  color: var(--gold-soft);
}

.hero-note-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-950);
  font-weight: 900;
}

.trust-strip {
  background: var(--gold);
}

.trust-grid {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border-right: 1px solid rgba(11, 43, 32, 0.2);
  color: var(--green-950);
  font-weight: 800;
  text-align: center;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item span {
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
}

.impact-section {
  padding: 88px 0;
  background: var(--green-950);
  color: white;
}

.impact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.impact-intro h2 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.impact-intro p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.impact-intro .eyebrow {
  color: var(--gold-soft);
}

.impact-figures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.impact-figure {
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.impact-figure:first-child {
  background: var(--gold);
  color: var(--green-950);
}

.impact-figure strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.impact-figure span {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section {
  padding: 120px 0;
}

.section.soft {
  background: var(--cream);
}

.section.dark {
  position: relative;
  overflow: hidden;
  background: var(--green-950);
  color: white;
}

.section.dark::before {
  position: absolute;
  top: -180px;
  right: -150px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(239, 189, 81, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(239, 189, 81, 0.04), 0 0 0 160px rgba(239, 189, 81, 0.03);
  content: "";
}

.section.dark .eyebrow {
  color: var(--gold-soft);
}

.section.dark .lead,
.section.dark p {
  color: rgba(255, 255, 255, 0.74);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.section-head > div {
  max-width: 740px;
}

.section-head h2 {
  margin-bottom: 0;
}

.section-head p {
  max-width: 430px;
  margin-bottom: 4px;
  color: var(--muted);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.image-card {
  position: relative;
}

.image-card img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-card::before {
  position: absolute;
  z-index: -1;
  right: -24px;
  bottom: -24px;
  width: 54%;
  height: 54%;
  border-radius: var(--radius);
  background: var(--gold);
  content: "";
}

.floating-card {
  position: absolute;
  right: -34px;
  bottom: 34px;
  max-width: 260px;
  padding: 20px;
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}

.floating-card strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
}

.floating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.tick-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tick-list li::before {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-950);
  content: "✓";
  font-size: 14px;
  font-weight: 900;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  position: relative;
  min-height: 300px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.feature-card .card-number {
  position: absolute;
  right: 24px;
  bottom: -22px;
  color: rgba(16, 58, 43, 0.06);
  font-family: "Manrope", sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
}

.icon-box {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 17px;
  background: var(--mist);
  color: var(--green-800);
}

.icon-box.gold {
  background: var(--gold-soft);
  color: var(--green-950);
}

.icon-box.coral {
  background: #fee3de;
  color: #b94231;
}

.icon-box svg {
  width: 27px;
  height: 27px;
}

.feature-card p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green-700);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  gap: 11px;
}

.event-showcase {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
}

.event-panel {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 38px;
  overflow: hidden;
  border-radius: var(--radius);
  color: white;
  background-position: center;
  background-size: cover;
}

.event-panel.football {
  position: relative;
  background-image: linear-gradient(0deg, rgba(8, 35, 25, 0.96) 0%, rgba(8, 35, 25, 0.14) 72%), url("assets/football-league.jpg");
}

.event-panel.athletics {
  position: relative;
  background: var(--green-800);
}

.event-panel.athletics::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background: radial-gradient(circle at 80% 20%, var(--gold) 0 2px, transparent 3px), linear-gradient(135deg, transparent 42%, rgba(255, 255, 255, 0.14) 43% 44%, transparent 45%);
  background-size: 32px 32px, 100% 100%;
  content: "";
}

.event-panel > * {
  position: relative;
  z-index: 1;
}

.event-panel h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.event-panel p {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.78);
}

.event-chip {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  background: rgba(8, 35, 25, 0.35);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.award-strip {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  overflow: hidden;
  border-radius: 34px;
  background: var(--green-950);
  color: white;
  box-shadow: var(--shadow);
}

.award-strip img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.award-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 85px);
}

.award-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.award-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.award-pills span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
}

.apps-stage {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 80px;
}

.phone-pair {
  position: relative;
  min-height: 620px;
}

.phone {
  position: absolute;
  width: 290px;
  padding: 11px;
  border: 4px solid #16251f;
  border-radius: 39px;
  background: #16251f;
  box-shadow: 0 35px 70px rgba(7, 29, 21, 0.28);
}

.phone:first-child {
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotate(-3deg);
}

.phone:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.phone-screen {
  min-height: 570px;
  overflow: hidden;
  border-radius: 27px;
  background: #f4f2ed;
  color: var(--ink);
}

.app-top {
  padding: 22px 20px 18px;
  background: var(--green-950);
  color: white;
}

.app-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(239, 189, 81, 0.15);
}

.app-top h4 {
  margin: 0;
  font-size: 1.65rem;
}

.app-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.app-alert {
  padding: 14px;
  border-radius: 15px;
  background: var(--gold);
  color: var(--green-950);
  font-size: 12px;
  line-height: 1.45;
}

.app-alert strong {
  display: block;
  font-size: 14px;
}

.app-card {
  padding: 15px;
  border: 1px solid rgba(16, 58, 43, 0.1);
  border-radius: 15px;
  background: white;
  box-shadow: 0 5px 14px rgba(16, 58, 43, 0.05);
}

.app-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
}

.app-time {
  color: var(--green-700);
  font-size: 11px;
}

.app-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid #edf0ed;
  color: #52645c;
  font-size: 11px;
}

.status {
  padding: 4px 7px;
  border-radius: 100px;
  background: #dff2e7;
  color: #18613f;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.league-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

.league-table th,
.league-table td {
  padding: 7px 3px;
  border-bottom: 1px solid #e9ece9;
  text-align: left;
}

.league-table th {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.league-table td:first-child {
  font-weight: 800;
}

.apps-copy h2 {
  max-width: 620px;
}

.apps-copy .feature-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 32px;
}

.feature-mini div {
  padding-top: 16px;
  border-top: 2px solid var(--gold);
}

.feature-mini strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Manrope", sans-serif;
}

.feature-mini span {
  color: var(--muted);
  font-size: 14px;
}

.cta-panel {
  position: relative;
  padding: clamp(45px, 7vw, 84px);
  overflow: hidden;
  border-radius: 34px;
  background: var(--gold);
  color: var(--green-950);
}

.cta-panel::after {
  position: absolute;
  top: -50px;
  right: -40px;
  width: 300px;
  height: 300px;
  border: 50px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 780px;
}

.cta-panel p {
  max-width: 660px;
  color: rgba(11, 43, 32, 0.74);
}

.page-hero {
  position: relative;
  padding: 110px 0 100px;
  overflow: hidden;
  background: var(--green-950);
  color: white;
}

.page-hero::after {
  position: absolute;
  right: -100px;
  bottom: -220px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(239, 189, 81, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(239, 189, 81, 0.04), 0 0 0 180px rgba(239, 189, 81, 0.03);
  content: "";
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.76);
}

.page-hero .eyebrow {
  color: var(--gold-soft);
}

.crumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.crumbs a {
  color: var(--gold-soft);
  text-decoration: none;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.story-aside {
  position: sticky;
  top: 120px;
  align-self: start;
}

.story-aside blockquote {
  margin: 0 0 28px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.35;
}

.story-content h2 {
  margin-top: 60px;
  font-size: clamp(2rem, 3vw, 3rem);
}

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

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.value-card {
  padding: 28px;
  border-radius: 22px;
  background: var(--cream);
}

.value-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--coral);
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.value-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.programme {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 60px 0;
  border-top: 1px solid var(--line);
}

.programme:first-child {
  padding-top: 0;
  border-top: 0;
}

.programme-label {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.programme-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.programme-details div {
  padding: 18px;
  border-radius: 17px;
  background: var(--cream);
}

.programme-details strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
}

.programme-details span {
  color: var(--muted);
  font-size: 14px;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 50px;
}

.process-step {
  position: relative;
  padding: 0 28px;
}

.process-step:first-child {
  padding-left: 0;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 22px;
  right: -12px;
  width: 24px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.process-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-950);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.process-step p {
  color: var(--muted);
  font-size: 15px;
}

.tech-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.tech-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.tech-card:nth-child(2) {
  background: var(--green-950);
  color: white;
}

.tech-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.68);
}

.tech-preview {
  min-height: 410px;
  margin-top: 30px;
  padding: 20px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--cream);
}

.tech-card:nth-child(2) .tech-preview {
  background: #f4f2ed;
  color: var(--ink);
}

.desktop-app {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 20px 40px rgba(11, 43, 32, 0.12);
}

.desktop-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #edf0ed;
}

.desktop-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bdc8c1;
}

.desktop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background: var(--green-950);
  color: white;
}

.desktop-head strong {
  font-family: "Manrope", sans-serif;
}

.desktop-head small {
  color: var(--gold-soft);
}

.desktop-body {
  display: grid;
  grid-template-columns: 90px 1fr;
  min-height: 315px;
}

.desktop-side {
  padding: 15px 10px;
  background: #f0f3f0;
}

.side-line {
  height: 8px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #cfd8d2;
}

.side-line.active {
  background: var(--green-700);
}

.desktop-main {
  padding: 17px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 15px;
}

.stat-box {
  padding: 11px;
  border-radius: 10px;
  background: var(--cream);
}

.stat-box strong {
  display: block;
  font-size: 18px;
}

.stat-box span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.mini-fixture {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 10px;
  border: 1px solid #e4e9e5;
  border-radius: 10px;
  font-size: 9px;
}

.mini-score {
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}

.contact-intro {
  padding-top: 20px;
}

.contact-points {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.contact-point {
  display: flex;
  gap: 14px;
}

.contact-point-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--green-950);
  font-weight: 900;
}

.contact-point strong {
  display: block;
}

.contact-point span {
  color: var(--muted);
  font-size: 14px;
}

.contact-form {
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--green-950);
  font-size: 14px;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #ccd6d0;
  border-radius: 12px;
  background: #fffefa;
  color: var(--ink);
}

.form-field textarea {
  min-height: 145px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green-700);
  outline: 3px solid rgba(37, 113, 85, 0.12);
}

.form-note {
  margin: 18px 0;
  color: var(--muted);
  font-size: 13px;
}

.form-status {
  display: none;
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: var(--mist);
  color: var(--green-900);
  font-size: 14px;
  font-weight: 700;
}

.form-status.show {
  display: block;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mist);
  content: "+";
  font-size: 20px;
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  transition: max-height 250ms ease;
}

.faq-answer p {
  max-width: 760px;
  padding: 0 0 24px;
}

.site-footer {
  padding: 75px 0 30px;
  background: #071f17;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 1fr;
  gap: 50px;
}

.footer-brand p {
  max-width: 330px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.footer-heading {
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 65px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .nav-links {
    position: fixed;
    inset: 82px 0 auto;
    max-height: 0;
    display: grid;
    gap: 4px;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    background: var(--paper);
    transition: max-height 250ms ease, padding 250ms ease;
  }

  .nav-links.open {
    max-height: calc(100vh - 82px);
    padding: 14px 20px 24px;
    border-color: var(--line);
  }

  .nav-links > a {
    padding: 13px 15px;
  }

  .nav-links .nav-cta {
    margin: 6px 0 0;
  }

  .menu-button {
    display: flex;
  }

  .hero {
    min-height: 700px;
  }

  .event-showcase,
  .apps-stage,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .phone-pair {
    width: min(100%, 590px);
    margin-inline: auto;
  }

  .apps-copy {
    order: -1;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .section {
    padding: 82px 0;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(8, 35, 25, 0.96) 0%, rgba(8, 35, 25, 0.75) 100%);
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-copy {
    padding: 88px 0 135px;
  }

  .hero-note {
    right: 20px;
    left: 20px;
    max-width: none;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item {
    min-height: 66px;
    border-bottom: 1px solid rgba(11, 43, 32, 0.2);
  }

  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-bottom: 0;
  }

  .section-head,
  .two-col,
  .impact-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .impact-layout {
    gap: 42px;
  }

  .card-grid,
  .award-strip,
  .tech-showcase,
  .story-grid,
  .programme {
    grid-template-columns: 1fr;
  }

  .award-strip img {
    min-height: 380px;
  }

  .story-grid,
  .programme {
    gap: 35px;
  }

  .story-aside {
    position: static;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 0;
  }

  .process-step:nth-child(2)::after {
    display: none;
  }

  .floating-card {
    right: 18px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    min-height: 710px;
  }

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

  .hero-note {
    bottom: 20px;
  }

  .trust-item {
    padding-inline: 8px;
    font-size: 12px;
  }

  .trust-item span {
    font-size: 1.2rem;
  }

  .impact-section {
    padding: 70px 0;
  }

  .impact-figure {
    min-height: 180px;
    padding: 22px;
  }

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

  .feature-card {
    min-height: auto;
  }

  .event-panel {
    min-height: 480px;
    padding: 28px;
  }

  .event-showcase {
    grid-template-columns: 1fr;
  }

  .image-card img {
    min-height: 390px;
  }

  .floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -45px 15px 0;
  }

  .award-strip img {
    min-height: 310px;
  }

  .phone-pair {
    min-height: 560px;
  }

  .phone {
    width: 248px;
  }

  .phone-screen {
    min-height: 490px;
  }

  .phone:last-child {
    right: -4px;
  }

  .app-body {
    padding: 12px;
  }

  .apps-copy .feature-mini,
  .values-grid,
  .programme-details,
  .form-grid,
  .impact-figures {
    grid-template-columns: 1fr;
  }

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

  .process-step {
    padding: 0;
  }

  .process-step::after {
    display: none;
  }

  .tech-card {
    padding: 24px;
  }

  .tech-preview {
    min-height: 350px;
    padding: 10px;
  }

  .desktop-body {
    grid-template-columns: 60px 1fr;
  }

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

  .footer-brand,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
