@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

/* Elementor canvas and native container reset. */
.elementor-page:has(.geh-page-section) {
  margin: 0;
  overflow-x: clip;
  background: #fff;
}

.geh-page-section {
  --ge-navy: #0e1430;
  --ge-deep: #070c1d;
  --ge-blue: #1974b5;
  --ge-sky: #48baf1;
  --ge-green: #3d9b3f;
  --ge-lime: #94bc2e;
  --ge-slate: #58657a;
  --ge-line: #dce3e7;
  --ge-mist: #f3f7f5;
  --ge-mint: #edf7ef;
  position: relative;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  font-family: "Roboto", "Segoe UI", sans-serif;
}

.geh-page-section *,
.geh-page-section *::before,
.geh-page-section *::after {
  box-sizing: border-box;
}

.geh-page-section.e-con,
.geh-page-section .e-con,
.geh-page-section .e-con-inner {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.geh-page-section .ge-shell {
  width: min(calc(100% - 48px), 1200px) !important;
  max-width: 1200px !important;
  margin-inline: auto !important;
}

.geh-page-section .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.geh-page-section .elementor-widget-heading .elementor-heading-title,
.geh-page-section .elementor-widget-text-editor p,
.geh-page-section .elementor-widget-text-editor .elementor-widget-container {
  margin: 0;
}

.geh-page-section a {
  text-decoration: none;
}

.geh-page-section a:focus-visible,
.geh-page-section button:focus-visible {
  outline: 2px solid var(--ge-sky);
  outline-offset: 4px;
}

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

.geh-page-section .ge-eyebrow .elementor-heading-title {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ge-green);
  font-family: "Montserrat", sans-serif;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.geh-page-section .ge-eyebrow--lime .elementor-heading-title {
  color: var(--ge-lime);
}

.geh-page-section .ge-eyebrow .elementor-heading-title::before {
  width: 26px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.geh-page-section .ge-section-title .elementor-heading-title {
  color: var(--ge-navy);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(48px, 5.2vw, 66px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.058em;
}

.geh-page-section .ge-section-lead p {
  color: var(--ge-slate);
  font-size: 17px;
  line-height: 1.72;
}

/* Buttons use explicit contrast so theme presets cannot make labels disappear. */
.geh-page-section .ge-button .elementor-button,
.geh-page-section .ge-button .elementor-button:visited {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.geh-page-section .ge-button .elementor-button:hover {
  transform: translateY(-2px);
}

.geh-page-section .ge-button--lime .elementor-button,
.geh-page-section .ge-button--lime .elementor-button:visited {
  color: #07101e !important;
  background: var(--ge-lime) !important;
  border-color: var(--ge-lime) !important;
}

.geh-page-section .ge-button--lime .elementor-button:hover,
.geh-page-section .ge-button--lime .elementor-button:focus-visible {
  color: #07101e !important;
  background: #b5d94d !important;
  border-color: #b5d94d !important;
}

.geh-page-section .ge-button--dark .elementor-button,
.geh-page-section .ge-button--dark .elementor-button:visited {
  color: #fff !important;
  background: var(--ge-navy) !important;
  border-color: var(--ge-navy) !important;
}

.geh-page-section .ge-button--dark .elementor-button:hover,
.geh-page-section .ge-button--dark .elementor-button:focus-visible {
  color: #fff !important;
  background: #223052 !important;
  border-color: #223052 !important;
}

.geh-page-section .ge-button--outline-light .elementor-button,
.geh-page-section .ge-button--outline-light .elementor-button:visited {
  color: #fff !important;
  background: rgb(255 255 255 / 4%) !important;
  border-color: rgb(255 255 255 / 45%) !important;
}

.geh-page-section .ge-button--outline-light .elementor-button:hover,
.geh-page-section .ge-button--outline-light .elementor-button:focus-visible {
  color: #07101e !important;
  background: #fff !important;
  border-color: #fff !important;
}

.geh-page-section .ge-text-link .elementor-button,
.geh-page-section .ge-text-link .elementor-button:visited {
  min-height: auto;
  padding: 0 0 4px;
  color: var(--ge-navy) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0;
}

.geh-page-section .ge-text-link--light .elementor-button,
.geh-page-section .ge-text-link--light .elementor-button:visited {
  color: #fff !important;
}

/* Hero: editorial scale, wave image and pathways are one coherent section. */
.ge-hero {
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background-color: var(--ge-deep);
}

.ge-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(5 9 22 / 98%) 0%, rgb(5 9 22 / 91%) 34%, rgb(5 9 22 / 44%) 68%, rgb(5 9 22 / 62%) 100%),
    linear-gradient(0deg, rgb(5 9 22 / 82%) 0%, transparent 45%);
  content: "";
}

.ge-hero::after {
  position: absolute;
  z-index: 0;
  top: 14%;
  right: -10%;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgb(72 186 241 / 18%);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgb(72 186 241 / 3%), 0 0 0 210px rgb(148 188 46 / 2%);
  content: "";
}

.ge-hero .ge-shell {
  z-index: 1;
  min-height: 100svh;
  padding-top: clamp(112px, 15vh, 160px) !important;
}

.ge-hero-main {
  min-height: 570px;
  align-items: stretch;
}

.ge-hero-copy {
  justify-content: center;
  padding-right: 34px !important;
}

.ge-hero-copy > .elementor-element {
  margin-bottom: 24px;
}

.ge-hero-copy > .elementor-element:last-child {
  margin-bottom: 0;
}

.ge-hero-title .elementor-heading-title {
  max-width: 900px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(60px, 6.6vw, 92px) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.066em;
}

.ge-hero-title .elementor-heading-title span {
  color: var(--ge-lime);
  background: linear-gradient(90deg, var(--ge-sky), #52bd91 48%, var(--ge-lime));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ge-hero-lead {
  max-width: 610px;
}

.ge-hero-lead p {
  color: #d8e0ec;
  font-size: 17px;
  line-height: 1.65;
}

.ge-actions {
  align-items: center;
}

.ge-action {
  width: auto !important;
  flex: 0 0 auto !important;
}

.ge-hero-aside {
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 38px !important;
}

.ge-hero-note {
  max-width: 280px;
  padding: 15px 18px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 12px;
  background: rgb(5 9 22 / 72%);
  backdrop-filter: blur(8px);
}

.ge-hero-note p {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #d8e0ec;
  font-size: 12px;
  line-height: 1.35;
}

.ge-signal-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ge-lime);
  box-shadow: 0 0 0 6px rgb(148 188 46 / 15%);
}

.ge-pathways {
  min-height: 104px;
  margin-top: auto;
  align-items: stretch;
  border-top: 1px solid rgb(255 255 255 / 22%);
}

.ge-pathway-intro,
.ge-pathway-card {
  min-height: 104px;
  padding: 20px !important;
  justify-content: center;
  border-right: 1px solid rgb(255 255 255 / 13%);
  transition: background 180ms ease;
}

.ge-pathway-card:last-child {
  border-right: 0;
}

.ge-pathway-card:hover {
  background: rgb(255 255 255 / 6%);
}

.ge-pathway-kicker .elementor-heading-title,
.ge-pathway-number .elementor-heading-title {
  font-family: "Montserrat", sans-serif;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ge-pathway-title {
  margin-top: 8px !important;
}

.ge-pathway-title .elementor-heading-title,
.ge-pathway-title a {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

/* Technology */
.ge-technology {
  padding-block: 124px 132px !important;
  background: #fff;
}

.ge-section-intro {
  margin-bottom: 76px;
  align-items: flex-end;
}

.ge-intro-heading,
.ge-commercial-heading {
  gap: 26px;
  padding-right: 6% !important;
}

.ge-intro-copy,
.ge-commercial-copy {
  padding-bottom: 4px !important;
}

.ge-technology-switcher {
  align-items: flex-start;
}

.ge-tech-visual {
  position: sticky;
  top: 110px;
  min-height: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  align-self: flex-start;
  border-radius: 24px;
  background: var(--ge-deep);
  box-shadow: 0 30px 62px rgb(10 18 37 / 16%);
}

.ge-tech-image {
  position: absolute !important;
  z-index: 0;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 320ms ease, transform 650ms ease;
}

.ge-tech-image.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.ge-tech-image .elementor-widget-container,
.ge-tech-image img {
  width: 100% !important;
  height: 100% !important;
}

.ge-tech-image img {
  object-fit: cover;
}

.ge-tech-visual::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 40%, rgb(6 10 24 / 88%) 100%);
  content: "";
}

.ge-tech-caption {
  position: absolute !important;
  z-index: 3;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 14px;
  background: rgb(7 12 29 / 76%);
  backdrop-filter: blur(8px);
}

.ge-tech-caption p {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.ge-tech-caption small {
  color: #a9b5c9;
  font-size: 13px;
}

.ge-tech-caption strong {
  color: #fff;
  font: 600 16px/1.3 "Montserrat", sans-serif;
}

.ge-tech-caption strong span {
  margin-right: 8px;
  color: var(--ge-lime);
}

.ge-tech-list {
  padding-top: 4px !important;
}

.ge-tech-item {
  padding: 31px 0 !important;
  cursor: pointer;
  border-bottom: 1px solid var(--ge-line);
  transition: padding 180ms ease, background-color 180ms ease;
}

.ge-tech-item:first-child {
  padding-top: 31px !important;
}

.ge-tech-item.is-active {
  padding-left: 16px !important;
  background: linear-gradient(90deg, #f0f7f3, transparent 88%);
}

.ge-tech-number .elementor-heading-title,
.ge-tech-label .elementor-heading-title {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ge-tech-heading {
  margin-top: 8px !important;
}

.ge-tech-heading .elementor-heading-title {
  color: var(--ge-navy);
  font-size: 23px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.025em;
}

.ge-tech-description {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 220ms ease, margin 220ms ease, opacity 220ms ease;
}

.ge-tech-description p {
  color: var(--ge-slate);
  font-size: 15px;
  line-height: 1.6;
}

.ge-tech-item.is-active .ge-tech-description {
  max-height: 130px;
  margin-top: 11px;
  opacity: 1;
}

.ge-tech-item .ge-text-link {
  display: none;
  margin-top: 13px;
}

.ge-tech-item.is-active .ge-text-link {
  display: block;
}

/* Sustainability: approved thesis-and-rails composition. */
.ge-purpose {
  padding-block: 128px !important;
  overflow: hidden;
  color: #fff;
  background: var(--ge-deep);
}

.ge-purpose::before {
  position: absolute;
  right: -40px;
  bottom: -170px;
  color: rgb(255 255 255 / 2.5%);
  font: 600 540px/1 "Montserrat", sans-serif;
  letter-spacing: -0.12em;
  content: "04";
}

.ge-purpose-layout {
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.ge-purpose-heading {
  position: sticky;
  top: 120px;
  gap: 24px;
  padding-right: 4% !important;
}

.ge-purpose-main-title .elementor-heading-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(58px, 6.2vw, 88px) !important;
  font-weight: 400 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.068em;
}

.ge-purpose-lead {
  max-width: 480px;
}

.ge-purpose-lead p {
  color: #b8c2d1;
  font-size: 16px;
  line-height: 1.72;
}

.ge-purpose-rails {
  border-top: 1px solid #2d374e;
}

.ge-purpose-rail {
  min-height: 170px;
  padding-block: 30px !important;
  align-items: flex-start;
  border-bottom: 1px solid #2d374e;
}

.ge-purpose-title-wrap {
  gap: 10px;
  padding-right: 28px !important;
}

.ge-purpose-copy-wrap {
  padding-left: 12px !important;
}

.ge-purpose-number .elementor-heading-title,
.ge-purpose-label .elementor-heading-title {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ge-purpose-title .elementor-heading-title {
  color: #fff;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em;
}

.ge-purpose-copy p {
  color: #aeb8c9;
  font-size: 15px;
  line-height: 1.65;
}

/* Food security */
.ge-food {
  padding-block: 128px !important;
  background: var(--ge-mint);
}

.ge-food-layout {
  align-items: center;
}

.ge-food-copy {
  gap: 24px;
  padding-right: 3% !important;
}

.ge-food-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 26px;
  background: #dfeae4;
  box-shadow: 0 28px 60px rgb(22 45 38 / 14%);
}

.ge-food-image {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.ge-food-image .elementor-widget-container,
.ge-food-image img {
  width: 100% !important;
  height: 100% !important;
}

.ge-food-image img {
  object-fit: cover;
}

.ge-food-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(8 18 15 / 5%), rgb(8 18 15 / 23%));
  content: "";
}

.ge-food-tag,
.ge-food-result {
  position: absolute !important;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 13px;
  box-shadow: 0 16px 38px rgb(9 20 17 / 14%);
}

.ge-food-tag p,
.ge-food-result p {
  display: flex;
  flex-direction: column;
}

.ge-food-tag {
  min-width: 175px;
  background: rgb(255 255 255 / 93%);
  backdrop-filter: blur(8px);
}

.ge-food-tag strong {
  color: var(--ge-green);
  font-size: 13px;
}

.ge-food-tag span,
.ge-food-result span {
  margin-top: 3px;
  font-size: 12px;
}

.ge-food-tag--pas {
  top: 26px;
  left: 26px;
}

.ge-food-tag--paw {
  top: 26px;
  right: 26px;
}

.ge-food-result {
  right: 26px;
  bottom: 26px;
  min-width: 245px;
  color: #fff;
  background: var(--ge-navy);
}

.ge-food-result strong {
  font: 600 13px/1.3 "Montserrat", sans-serif;
  color: #48baf1;
}

/* Singapore global pathway */
.ge-global {
  padding-block: 128px 110px !important;
  background: #fff;
}

.ge-global-grid {
  align-items: center;
}

.ge-global-visual {
  gap: 26px;
}

.ge-map-frame {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  justify-content: center;
  border: 1px solid #d8e0e3;
  border-radius: 22px;
  background: #f6f8f8;
  box-shadow: 0 28px 62px rgb(15 27 48 / 12%);
}

.ge-world-map,
.ge-world-map .elementor-widget-container,
.ge-world-map img {
  width: 100% !important;
}

.ge-world-map img {
  display: block;
  min-height: 320px;
  object-fit: contain;
}

.ge-map-pin {
  position: absolute !important;
  z-index: 2;
  top: 54%;
  left: 76%;
  width: auto !important;
  pointer-events: none;
}

.ge-map-pin p {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--ge-navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ge-map-pin i {
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ge-lime);
  box-shadow: 0 0 0 3px var(--ge-green), 0 0 0 12px rgb(148 188 46 / 20%);
  animation: ge-ping 2s ease-out infinite;
}

@keyframes ge-ping {
  0%, 100% { box-shadow: 0 0 0 3px var(--ge-green), 0 0 0 8px rgb(148 188 46 / 24%); }
  50% { box-shadow: 0 0 0 3px var(--ge-green), 0 0 0 18px rgb(148 188 46 / 5%); }
}

.ge-map-caption {
  text-align: center;
}

.ge-map-caption .elementor-heading-title {
  color: #7c8799;
  font-size: 10px !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ge-global-copy {
  gap: 24px;
  padding-left: 34px !important;
}

.ge-commercial-path {
  margin-top: 104px;
  align-items: stretch;
}

.ge-path-step {
  position: relative;
  min-height: 150px;
  padding: 28px 20px 0 0 !important;
  border-top: 1px solid #d7dfe4;
}

.ge-path-step::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--ge-green);
  box-shadow: 0 0 0 1px var(--ge-green);
  content: "";
}

.ge-step-number .elementor-heading-title {
  color: var(--ge-blue);
  font-size: 15px !important;
  font-weight: 700 !important;
}

.ge-step-title {
  margin-top: 13px !important;
}

.ge-step-title .elementor-heading-title {
  color: var(--ge-navy);
  font-size: 17px !important;
  line-height: 1.25 !important;
}

.ge-step-copy {
  margin-top: 7px !important;
}

.ge-step-copy p {
  color: #78869a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

/* Evidence-led commercialisation */
.ge-commercialisation {
  padding-block: 120px 105px !important;
  background: var(--ge-mist);
}

.ge-commercial-intro {
  margin-bottom: 68px;
  align-items: flex-end;
}

.ge-evidence-track {
  align-items: stretch;
}

.ge-evidence-step {
  position: relative;
  min-height: 200px;
  padding: 30px 22px !important;
  justify-content: space-between;
  border: 1px solid #cdd7de;
  border-right: 0;
  background: #f8faf9;
}

.ge-evidence-step:last-child {
  border-right: 1px solid #cdd7de;
}

.ge-evidence-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -7px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #cdd7de;
  border-right: 1px solid #cdd7de;
  background: #f8faf9;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.ge-evidence-step--final {
  background: var(--ge-navy);
}

.ge-evidence-step--final .ge-step-number .elementor-heading-title {
  color: var(--ge-lime) !important;
}

.ge-evidence-step--final .ge-step-title .elementor-heading-title {
  color: #fff !important;
}

.ge-evidence-note {
  margin-top: 22px;
  text-align: right;
}

.ge-evidence-note p {
  color: #77869a;
  font-size: 12px;
}

/* Closing uses the approved geometric orbit treatment, not the hero image. */
.ge-closing {
  padding-block: 126px 90px !important;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 77% 42%, transparent 0 108px, rgb(72 186 241 / 13%) 109px 110px, transparent 111px 212px, rgb(148 188 46 / 11%) 213px 214px, transparent 215px),
    linear-gradient(115deg, #070c1d, #0a1329 68%, #071326);
}

.ge-closing::before {
  position: absolute;
  right: -9%;
  bottom: -44%;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgb(72 186 241 / 9%);
  border-radius: 50%;
  content: "";
}

.ge-closing .ge-shell {
  z-index: 1;
}

.ge-closing-title {
  margin-top: 26px;
}

.ge-closing-title .elementor-heading-title {
  max-width: 980px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(58px, 6vw, 86px) !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.064em;
}

.ge-closing-bottom {
  margin-top: 52px;
  align-items: flex-end;
}

.ge-closing-action {
  align-items: flex-end;
}

.ge-closing-topics {
  margin-top: 92px;
  padding-top: 23px;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.ge-closing-topics p {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  color: #8792a6;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .geh-page-section .ge-shell {
    width: min(calc(100% - 40px), 1200px) !important;
  }

  .ge-hero-title .elementor-heading-title {
    font-size: clamp(56px, 7vw, 72px) !important;
  }

  .ge-tech-visual {
    min-height: 0;
  }

  .ge-purpose-title-wrap {
    padding-right: 16px !important;
  }

  .ge-food-visual {
    min-height: 540px;
  }
}

@media (max-width: 900px) {
  .ge-hero,
  .ge-hero .ge-shell {
    min-height: 900px;
  }

  .ge-hero .ge-shell {
    padding-top: 124px !important;
  }

  .ge-hero-main {
    min-height: 500px;
  }

  .ge-hero-copy {
    width: 72% !important;
  }

  .ge-hero-aside {
    width: 28% !important;
  }

  .ge-pathway-intro,
  .ge-pathway-card {
    flex: 0 0 50% !important;
    width: 50% !important;
    min-height: 72px;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
  }

  .ge-pathways {
    min-height: 180px;
    flex-wrap: wrap !important;
  }

  .ge-pathway-intro {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .ge-technology,
  .ge-purpose,
  .ge-food,
  .ge-global,
  .ge-commercialisation {
    padding-block: 90px !important;
  }

  .ge-section-intro,
  .ge-technology-switcher,
  .ge-purpose-layout,
  .ge-food-layout,
  .ge-global-grid,
  .ge-commercial-intro {
    flex-direction: column !important;
  }

  .ge-intro-heading,
  .ge-intro-copy,
  .ge-tech-visual,
  .ge-tech-list,
  .ge-purpose-heading,
  .ge-purpose-rails,
  .ge-food-copy,
  .ge-food-visual,
  .ge-global-visual,
  .ge-global-copy,
  .ge-commercial-heading,
  .ge-commercial-copy {
    width: 100% !important;
  }

  .ge-intro-copy,
  .ge-commercial-copy {
    padding-top: 12px !important;
  }

  .ge-tech-visual,
  .ge-purpose-heading {
    position: relative;
    top: auto;
  }

  .ge-tech-list {
    padding-top: 44px !important;
  }

  .ge-purpose-heading {
    margin-bottom: 66px;
  }

  .ge-purpose-rail {
    min-height: 150px;
  }

  .ge-food-copy {
    margin-bottom: 48px;
    padding-right: 0 !important;
  }

  .ge-global-copy {
    order: -1;
    margin-bottom: 52px;
    padding-left: 0 !important;
  }

  .ge-path-step,
  .ge-evidence-step {
    width: 33.333% !important;
  }

  .ge-closing-action {
    align-items: flex-start;
  }

  .ge-closing-topics p {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .geh-page-section .ge-shell {
    width: min(calc(100% - 28px), 1200px) !important;
  }

  .ge-hero,
  .ge-hero .ge-shell {
    min-height: 860px;
  }

  .ge-hero .ge-shell {
    padding-top: 110px !important;
  }

  .ge-hero-main {
    min-height: 520px;
    flex-direction: column !important;
  }

  .ge-hero-copy,
  .ge-hero-aside {
    width: 100% !important;
  }

  .ge-hero-copy {
    padding-right: 0 !important;
  }

  .ge-hero-title .elementor-heading-title {
    font-size: clamp(43px, 12.4vw, 59px) !important;
    line-height: 0.98 !important;
  }

  .ge-hero-lead p {
    font-size: 15px;
  }

  .ge-actions {
    flex-flow: row wrap !important;
    align-items: center;
  }

  .ge-action,
  .ge-action .elementor-button-wrapper {
    width: auto !important;
  }

  .ge-action .elementor-button {
    width: auto !important;
    min-height: 46px;
  }

  .ge-hero-aside {
    display: none !important;
  }

  .ge-pathway-intro,
  .ge-pathway-card {
    min-height: 58px;
    padding: 10px 12px !important;
  }

  .ge-pathways {
    min-height: 174px;
  }

  .ge-pathway-intro {
    min-height: 46px;
  }

  .ge-pathway-title .elementor-heading-title,
  .ge-pathway-title a {
    font-size: 12px !important;
  }

  .geh-page-section .ge-section-title .elementor-heading-title {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  .ge-section-intro {
    margin-bottom: 54px;
  }

  .ge-tech-visual {
    min-height: 0;
    border-radius: 18px;
  }

  .ge-tech-caption {
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .ge-tech-item {
    padding-block: 25px !important;
  }

  .ge-tech-item.is-active {
    padding-left: 10px !important;
  }

  .ge-purpose-main-title .elementor-heading-title {
    font-size: clamp(48px, 14vw, 68px) !important;
  }

  .ge-purpose-rail {
    min-height: 0;
    padding-block: 26px !important;
    flex-flow: row wrap !important;
  }

  .ge-purpose-number-wrap {
    width: 12% !important;
  }

  .ge-purpose-title-wrap,
  .ge-purpose-copy-wrap {
    width: 88% !important;
  }

  .ge-purpose-copy-wrap {
    margin-left: 12%;
    padding: 16px 0 0 !important;
  }

  .ge-food-visual {
    min-height: 480px;
    border-radius: 19px;
  }

  .ge-food-tag {
    min-width: 150px;
    padding: 12px 13px;
  }

  .ge-food-tag--pas {
    top: 14px;
    left: 14px;
  }

  .ge-food-tag--paw {
    top: 88px;
    right: 14px;
  }

  .ge-food-result {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-width: 0;
  }

  .ge-map-frame {
    min-height: 270px;
  }

  .ge-world-map img {
    min-height: 245px;
  }

  .ge-commercial-path {
    margin-top: 72px;
    flex-direction: column !important;
  }

  .ge-path-step,
  .ge-evidence-step {
    width: 100% !important;
  }

  .ge-path-step {
    min-height: 118px;
  }

  .ge-evidence-track {
    flex-direction: column !important;
  }

  .ge-evidence-step {
    min-height: 115px;
    border-right: 1px solid #cdd7de;
    border-bottom: 0;
  }

  .ge-evidence-step:last-child {
    border-bottom: 1px solid #cdd7de;
  }

  .ge-evidence-step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -7px;
    transform: translateX(50%) rotate(135deg);
  }

  .ge-evidence-note {
    text-align: left;
  }

  .ge-closing {
    padding-block: 88px 68px !important;
  }

  .ge-closing-title .elementor-heading-title {
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  .ge-closing-bottom {
    margin-top: 42px;
    flex-direction: column !important;
  }

  .ge-closing-copy,
  .ge-closing-action {
    width: 100% !important;
  }

  .ge-closing-action {
    margin-top: 22px;
  }

  .ge-closing-topics {
    margin-top: 62px;
  }

}

@media (max-width: 480px) {
  .ge-hero,
  .ge-hero .ge-shell {
    min-height: 880px;
  }

  .ge-tech-visual {
    min-height: 0;
  }

  .ge-map-pin {
    left: 73%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ge-tech-image,
  .ge-tech-description,
  .geh-page-section .elementor-button {
    transition: none !important;
  }

  .ge-map-pin i {
    animation: none;
  }
}
