:root {
  --emerald-950: #123d32;
  --emerald-900: #0d3028;
  --emerald-800: #16483b;
  --emerald-700: #1c6250;
  --paper: #f1f0e8;
  --paper-soft: #e8e7dd;
  --ink: #13251f;
  --muted: #879891;
  --line-dark: rgba(207, 226, 219, 0.16);
  --line-light: rgba(19, 37, 31, 0.16);
  --orange: #d4783f;
  --gold: #c9a35f;
  --blue: #5aabd0;
  --blue-light: #a9d9e8;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--emerald-950);
  color: #f7f7f1;
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

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

button {
  font: inherit;
}

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

.shell {
  width: min(100% - 96px, 1440px);
  margin-inline: auto;
}

.section-index {
  margin: 0;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 35%, rgba(212, 120, 63, 0.1), transparent 25%),
    linear-gradient(115deg, rgba(18, 61, 50, 0.99) 8%, rgba(19, 72, 58, 0.95) 58%, rgba(11, 50, 42, 0.98) 100%),
    var(--emerald-950);
}

.site-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  border-bottom: 1px solid var(--line-dark);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wordmark__symbol {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(198, 162, 94, 0.66);
  color: var(--gold);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}

.header-note {
  color: rgba(237, 244, 241, 0.55);
  font-size: 0.66rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: calc(100svh - 104px);
  flex-direction: column;
  justify-content: center;
  padding-block: 92px 130px;
}

.hero h1 {
  max-width: 1180px;
  margin: 30px 0 52px;
  font-size: clamp(3.5rem, 7.2vw, 7.8rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.hero h1 span {
  display: block;
}

.hero__international {
  margin-top: 16px;
  color: var(--blue-light);
  font-size: 0.46em;
  font-weight: 430;
  letter-spacing: -0.025em;
}

.hero__statement {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(48px, 8vw, 120px);
  margin-left: auto;
  padding-left: 52px;
  border-left: 1px solid rgba(198, 162, 94, 0.65);
}

.hero__lead,
.hero__body {
  margin: 0;
}

.hero__lead {
  color: #f5f5ef;
  font-size: clamp(1.22rem, 1.65vw, 1.65rem);
  font-weight: 430;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.hero__body {
  max-width: 630px;
  color: rgba(223, 235, 230, 0.7);
  font-size: 0.97rem;
  line-height: 1.8;
}

.hero__scroll {
  position: absolute;
  z-index: 4;
  bottom: 42px;
  left: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(237, 244, 241, 0.58);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__scroll-line {
  position: relative;
  display: block;
  width: 72px;
  height: 1px;
  overflow: hidden;
  background: var(--line-dark);
}

.hero__scroll-line::after {
  position: absolute;
  inset: 0;
  background: var(--orange);
  content: "";
  transform: translateX(-100%);
  animation: scroll-line 2.8s ease-in-out infinite;
}

.hero__grid {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 52%;
  border-left: 1px solid rgba(173, 205, 195, 0.07);
  background-image:
    linear-gradient(rgba(173, 205, 195, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 205, 195, 0.055) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(to left, #000, transparent);
}

.hero__glow {
  position: absolute;
  z-index: 2;
  top: 15%;
  right: -8%;
  width: min(50vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(169, 217, 232, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(188, 232, 242, 0.38), transparent 25%),
    radial-gradient(circle at 44% 40%, rgba(52, 144, 169, 0.44), rgba(16, 91, 104, 0.35) 46%, rgba(7, 56, 60, 0.72) 78%);
  box-shadow:
    inset -95px -48px 125px rgba(4, 38, 41, 0.64),
    inset 30px 18px 70px rgba(169, 217, 232, 0.1),
    0 0 75px rgba(90, 171, 208, 0.16),
    0 0 0 90px rgba(90, 171, 208, 0.025),
    0 0 0 180px rgba(90, 171, 208, 0.014);
  opacity: 0.78;
  transform: rotate(-4deg);
  animation: earth-float 12s ease-in-out infinite;
}

.hero-earth__flags-orbit {
  position: absolute;
  z-index: 3;
  top: 39%;
  right: -14%;
  left: -14%;
  height: 22%;
  display: block;
  border: 1px solid rgba(201, 163, 95, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(212, 120, 63, 0.08);
  transform: rotate(-14deg);
}

.hero-earth__flag {
  position: absolute;
  z-index: 4;
  display: block;
  width: 35px;
  height: 28px;
  padding-left: 4px;
  transform: rotate(14deg);
  transform-origin: center;
}

.hero-earth__flag::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 1px;
  width: 1px;
  border-radius: 1px;
  background: linear-gradient(rgba(230, 219, 183, 0.88), rgba(157, 133, 85, 0.4));
  box-shadow: 0 0 5px rgba(201, 163, 95, 0.3);
  content: "";
}

.hero-earth__flag-cloth {
  position: relative;
  display: block;
  width: 30px;
  height: 19px;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 222, 0.58);
  border-radius: 1px 2px 2px 1px;
  box-shadow:
    0 3px 8px rgba(3, 25, 24, 0.38),
    0 0 8px rgba(201, 163, 95, 0.12);
  clip-path: polygon(0 0, 94% 2%, 100% 18%, 95% 37%, 100% 57%, 94% 78%, 98% 100%, 0 100%);
  transform-origin: left center;
  animation: flag-wave 3.1s ease-in-out infinite;
}

.hero-earth__flag-cloth::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 35%, rgba(0, 0, 0, 0.12) 72%, transparent);
  content: "";
}

.hero-earth__flag--1 {
  top: -13px;
  left: 5%;
}

.hero-earth__flag--2 {
  top: -26px;
  left: 25%;
}

.hero-earth__flag--3 {
  top: -31px;
  left: 49%;
}

.hero-earth__flag--4 {
  top: -24px;
  right: 23%;
}

.hero-earth__flag--5 {
  top: -10px;
  right: 4%;
}

.hero-earth__flag--6 {
  right: 8%;
  bottom: -19px;
}

.hero-earth__flag--7 {
  bottom: -28px;
  left: 48%;
}

.hero-earth__flag--8 {
  bottom: -19px;
  left: 18%;
}

.hero-earth__flag--2 .hero-earth__flag-cloth,
.hero-earth__flag--5 .hero-earth__flag-cloth,
.hero-earth__flag--7 .hero-earth__flag-cloth {
  animation-delay: -1.35s;
  animation-duration: 3.7s;
}

.hero-earth__flag--3 .hero-earth__flag-cloth,
.hero-earth__flag--6 .hero-earth__flag-cloth {
  animation-delay: -2.2s;
  animation-duration: 2.8s;
}

.hero-earth__flag--4 .hero-earth__flag-cloth,
.hero-earth__flag--8 .hero-earth__flag-cloth {
  animation-delay: -0.65s;
  animation-duration: 3.35s;
}

.flag--portugal {
  background: linear-gradient(90deg, #126b42 0 40%, #b72e35 40%);
}

.flag--portugal::before {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 10px;
  width: 6px;
  height: 6px;
  border: 1px solid #f1ca61;
  border-radius: 50%;
  content: "";
}

.flag--uae {
  background: linear-gradient(#23864c 0 33%, #f3f0e7 33% 66%, #17211e 66%);
}

.flag--uae::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 7px;
  background: #bf3e3e;
  content: "";
}

.flag--spain {
  background: linear-gradient(#a92732 0 27%, #e7bd4c 27% 73%, #a92732 73%);
}

.flag--greece {
  background: repeating-linear-gradient(#3e74b5 0 2px, #f0f0e9 2px 4px);
}

.flag--greece::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background:
    linear-gradient(90deg, transparent 4px, #f3f1e9 4px 6px, transparent 6px),
    linear-gradient(transparent 4px, #f3f1e9 4px 6px, transparent 6px),
    #3e74b5;
  content: "";
}

.flag--malta {
  background: linear-gradient(90deg, #f2f0e8 0 50%, #bd3e48 50%);
}

.flag--malta::before {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 3px;
  width: 4px;
  height: 4px;
  border: 1px solid #8f9693;
  content: "";
}

.flag--turkey {
  background: #b52f38;
}

.flag--turkey::before {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f3f1e9;
  box-shadow: 3px 0 0 #b52f38;
  content: "";
}

.flag--cyprus {
  background: #f3f1e9;
}

.flag--cyprus::before {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 10px;
  width: 11px;
  height: 5px;
  border-radius: 60% 35% 60% 35%;
  background: #c99049;
  content: "";
  transform: rotate(-11deg);
}

.flag--montenegro {
  border: 2px solid #d3aa45;
  background: #a72e37;
}

.flag--montenegro::before {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 11px;
  width: 5px;
  height: 7px;
  border-radius: 50% 50% 35% 35%;
  background: #d3aa45;
  content: "";
}

.hero-earth__grid,
.hero-earth__land {
  position: absolute;
  display: block;
}

.hero-earth__grid {
  z-index: 2;
  border: 1px solid rgba(169, 217, 232, 0.24);
  border-radius: 50%;
}

.hero-earth__grid--latitude-one {
  top: 18%;
  right: 5%;
  left: 5%;
  height: 28%;
}

.hero-earth__grid--latitude-two {
  right: 5%;
  bottom: 18%;
  left: 5%;
  height: 28%;
}

.hero-earth__grid--meridian-one {
  top: 4%;
  bottom: 4%;
  left: 23%;
  width: 54%;
}

.hero-earth__grid--meridian-two {
  top: 4%;
  bottom: 4%;
  left: 36%;
  width: 28%;
}

.hero-earth__land {
  z-index: 1;
  background: rgba(99, 167, 130, 0.68);
  filter: drop-shadow(0 0 10px rgba(103, 185, 145, 0.12));
}

.hero-earth__land--america {
  top: 20%;
  left: 14%;
  width: 29%;
  height: 53%;
  clip-path: polygon(8% 9%, 36% 0, 72% 11%, 100% 26%, 82% 39%, 57% 42%, 64% 58%, 49% 72%, 45% 100%, 29% 84%, 24% 63%, 5% 45%, 19% 31%, 0 20%);
}

.hero-earth__land--eurasia {
  top: 18%;
  left: 47%;
  width: 41%;
  height: 31%;
  clip-path: polygon(0 35%, 14% 13%, 35% 11%, 44% 0, 61% 10%, 78% 7%, 100% 30%, 88% 48%, 69% 50%, 57% 68%, 39% 59%, 25% 79%, 10% 63%);
}

.hero-earth__land--africa {
  top: 43%;
  left: 53%;
  width: 20%;
  height: 31%;
  clip-path: polygon(8% 0, 79% 7%, 100% 29%, 76% 61%, 51% 100%, 26% 83%, 17% 46%, 0 24%);
}

.hero-earth__land--australia {
  right: 12%;
  bottom: 20%;
  width: 14%;
  height: 11%;
  clip-path: polygon(0 33%, 27% 0, 85% 14%, 100% 62%, 58% 100%, 16% 79%);
}

.resources {
  position: relative;
  overflow: hidden;
  padding-block: 128px 152px;
  background:
    radial-gradient(circle at 30% 50%, rgba(31, 95, 103, 0.18), transparent 32%),
    var(--emerald-900);
}

.resources::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, transparent 49.95%, rgba(173, 205, 195, 0.07) 50%, transparent 50.05%);
  content: "";
  pointer-events: none;
}

.resources__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 32px;
  margin-bottom: 72px;
}

.resources__header > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.resources h2 {
  max-width: 680px;
  margin: 0;
  color: #f3f5ef;
  font-size: clamp(2rem, 3.3vw, 3.55rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.resources__header > div > p {
  max-width: 360px;
  margin: 0;
  color: rgba(218, 232, 226, 0.55);
  font-size: 0.86rem;
  line-height: 1.65;
}

.resources__stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(560px, 1.2fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(70px, 8vw, 140px);
}

.orbit-system {
  position: relative;
  width: min(100%, 670px);
  aspect-ratio: 1;
  margin-inline: auto;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(157, 196, 187, 0.25);
  border-radius: 50%;
  transition: border-color 320ms ease, box-shadow 320ms ease;
}

.orbit--outer {
  inset: 8.5%;
}

.orbit--inner {
  inset: 24%;
  border-color: rgba(90, 171, 208, 0.16);
}

.orbit-system:focus-within .orbit--outer,
.orbit-system:hover .orbit--outer {
  border-color: rgba(198, 162, 94, 0.5);
  box-shadow: 0 0 42px rgba(212, 120, 63, 0.08);
}

.orbit__glint {
  position: absolute;
  inset: 8.5%;
  border-radius: 50%;
  animation: orbit-spin 11s linear infinite;
  pointer-events: none;
}

.orbit__glint span {
  position: absolute;
  top: 49%;
  right: -3px;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #df945b;
  box-shadow:
    0 0 9px #df945b,
    0 0 24px rgba(223, 148, 91, 0.8),
    0 0 48px rgba(198, 162, 94, 0.45);
}

.globe {
  position: absolute;
  z-index: 2;
  inset: 31%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 33% 28%, rgba(169, 217, 232, 0.18), transparent 35%);
}

.globe > span {
  position: absolute;
  bottom: -36px;
  color: rgba(169, 217, 232, 0.68);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.globe__sphere {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(169, 217, 232, 0.66);
  border-radius: 50%;
  background:
    radial-gradient(circle at 37% 28%, rgba(169, 217, 232, 0.22), transparent 33%),
    linear-gradient(145deg, rgba(45, 126, 153, 0.45), rgba(11, 58, 68, 0.1));
  box-shadow:
    inset -24px -14px 34px rgba(2, 23, 29, 0.55),
    0 0 44px rgba(90, 171, 208, 0.09);
  animation: globe-breathe 5s ease-in-out infinite;
}

.globe__latitude,
.globe__longitude {
  position: absolute;
  border: 1px solid rgba(169, 217, 232, 0.4);
  border-radius: 50%;
}

.globe__latitude {
  right: 4%;
  left: 4%;
  height: 26%;
}

.globe__latitude--one {
  top: 19%;
}

.globe__latitude--two {
  bottom: 19%;
}

.globe__longitude {
  inset: 3% 27%;
}

.globe__longitude--two {
  transform: rotate(90deg) scaleX(0.5);
}

.resource-node {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(239, 245, 242, 0.68);
  cursor: pointer;
  transition: color 220ms ease, transform 220ms ease;
}

.resource-node:hover,
.resource-node:focus-visible,
.resource-node[aria-pressed="true"] {
  color: #fff;
}

.resource-node:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 7px;
}

.resource-node__mark {
  position: relative;
  display: grid;
  width: 52px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(214, 230, 224, 0.29);
  border-radius: 50%;
  background: var(--emerald-900);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.resource-node:hover .resource-node__mark,
.resource-node:focus-visible .resource-node__mark,
.resource-node[aria-pressed="true"] .resource-node__mark {
  border-color: var(--orange);
  background: #1b5343;
  box-shadow: 0 0 0 7px rgba(212, 120, 63, 0.09);
}

.resource-node__name {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.resource--top {
  top: 3%;
  left: 50%;
  flex-direction: column;
  transform: translateX(-50%);
}

.resource--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.resource--bottom {
  bottom: 3%;
  left: 50%;
  flex-direction: column-reverse;
  transform: translateX(-50%);
}

.resource--left {
  top: 50%;
  left: 0;
  flex-direction: row-reverse;
  transform: translateY(-50%);
}

.resource-copy {
  min-height: 420px;
  padding: 46px;
  border: 1px solid var(--line-dark);
  background: rgba(8, 45, 37, 0.56);
}

.resource-copy__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(217, 232, 226, 0.46);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.resource-copy__meta span:first-child {
  color: var(--orange);
  font-size: 0.76rem;
}

.resource-copy h3 {
  margin: 46px 0 20px;
  font-size: clamp(2.3rem, 3.5vw, 4.2rem);
  font-weight: 470;
  letter-spacing: -0.055em;
}

.resource-copy > p {
  min-height: 150px;
  margin: 0;
  color: rgba(223, 235, 230, 0.7);
  font-size: 0.93rem;
  line-height: 1.8;
}

.resource-copy__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 14px 17px;
  border: 1px solid rgba(201, 163, 95, 0.48);
  background: rgba(212, 120, 63, 0.055);
  color: rgba(243, 245, 239, 0.88);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.resource-copy__cta:hover,
.resource-copy__cta:focus-visible {
  border-color: var(--orange);
  background: rgba(212, 120, 63, 0.13);
  color: #fff;
  box-shadow: 0 10px 28px rgba(3, 28, 23, 0.18);
  transform: translateY(-2px);
}

.resource-copy__cta:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

.resource-copy__channel-icon {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--blue-light);
  transition: color 180ms ease;
}

.resource-copy__channel-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.resource-copy__channel-icon [hidden] {
  display: none;
}

.resource-copy__cta:hover .resource-copy__channel-icon,
.resource-copy__cta:focus-visible .resource-copy__channel-icon {
  color: var(--gold);
}

.resource-copy__external-icon {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  color: rgba(201, 163, 95, 0.75);
}

.foundation {
  position: relative;
  padding-block: 104px 150px;
  background: var(--paper);
  color: var(--ink);
}

.foundation__intro {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 52px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line-light);
}

.foundation__intro .section-index {
  color: #93683c;
}

.foundation__intro > p:last-child {
  max-width: 450px;
  margin: 0;
  color: rgba(19, 37, 31, 0.58);
  font-size: 0.78rem;
  line-height: 1.65;
}

.foundation__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.philosophy,
.mission {
  position: relative;
  padding: 54px clamp(36px, 5vw, 76px) 70px 0;
}

.mission {
  padding-right: 0;
  padding-left: clamp(36px, 5vw, 76px);
  border-left: 1px solid var(--line-light);
}

.column-number {
  position: absolute;
  top: 25px;
  right: 22px;
  color: rgba(19, 37, 31, 0.25);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mission .column-number {
  right: 0;
}

.foundation h2 {
  max-width: 540px;
  margin: 0 0 34px;
  font-size: clamp(2.25rem, 3.2vw, 3.9rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.foundation__lead {
  max-width: 640px;
  margin: 0;
  color: rgba(19, 37, 31, 0.68);
  font-size: 0.98rem;
  line-height: 1.8;
}

.principles {
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.principles li {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(250px, 1.3fr);
  gap: 28px;
  padding-block: 28px;
  border-bottom: 1px solid var(--line-light);
}

.principles__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.principles__head span {
  color: #a66e3e;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.principles h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 720;
  letter-spacing: -0.015em;
}

.principles p {
  margin: 0;
  color: rgba(19, 37, 31, 0.65);
  font-size: 0.82rem;
  line-height: 1.75;
}

.mission__body {
  max-width: 630px;
}

.mission__body p {
  margin: 0 0 22px;
  color: rgba(19, 37, 31, 0.68);
  font-size: 0.94rem;
  line-height: 1.82;
}

.mission__body p:last-child {
  margin-top: 42px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mission blockquote {
  position: relative;
  margin: 28px 0 0;
  padding: 40px 0 46px 38px;
  border-left: 1px solid var(--orange);
  color: #9c6337;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.mission blockquote span,
.mission blockquote strong {
  display: block;
}

.mission blockquote strong {
  margin-top: 10px;
  color: var(--emerald-700);
  font-weight: 700;
}

.mission__seal {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
  color: rgba(19, 37, 31, 0.38);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mission__seal img {
  display: block;
  width: 92px;
  height: 92px;
  filter: drop-shadow(0 8px 14px rgba(19, 37, 31, 0.1));
}

.footer {
  background: #081f1a;
}

.footer__inner {
  display: grid;
  min-height: 230px;
  grid-template-columns: 1fr 1.15fr 0.65fr;
  align-items: center;
  gap: 50px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer__brand p {
  max-width: 240px;
  margin: 0;
  color: rgba(239, 245, 242, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__contact span,
.footer__note {
  color: rgba(218, 232, 226, 0.42);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer__contact a {
  width: fit-content;
  color: var(--blue-light);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  transition: color 180ms ease;
}

.footer__contact a:hover,
.footer__contact a:focus-visible {
  color: var(--gold);
}

.footer__contact a:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

.footer__note {
  text-align: right;
}

.not-found {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 48px;
  background:
    radial-gradient(circle at 78% 28%, rgba(90, 171, 208, 0.14), transparent 28%),
    var(--emerald-950);
}

.not-found__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(173, 205, 195, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 205, 195, 0.055) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(120deg, transparent, #000 40%, transparent 86%);
}

.not-found__content {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding-left: 40px;
  border-left: 1px solid var(--orange);
}

.not-found__code {
  display: block;
  margin-bottom: 28px;
  color: rgba(169, 217, 232, 0.24);
  font-size: clamp(5rem, 17vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

.not-found h1 {
  max-width: 680px;
  margin: 24px 0;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.not-found__content > p:not(.section-index) {
  max-width: 560px;
  margin: 0;
  color: rgba(223, 235, 230, 0.68);
  line-height: 1.75;
}

.not-found a {
  display: inline-flex;
  margin-top: 36px;
  padding: 14px 20px;
  border: 1px solid rgba(201, 163, 95, 0.58);
  color: var(--paper);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

.not-found a:hover,
.not-found a:focus-visible {
  border-color: var(--orange);
  background: rgba(212, 120, 63, 0.1);
}

.not-found a:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes earth-float {
  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
}

@keyframes flag-wave {
  0%,
  100% {
    transform: perspective(70px) rotateY(-8deg) skewY(0deg) translateY(0);
  }

  35% {
    transform: perspective(70px) rotateY(13deg) skewY(1.5deg) translateY(-1px);
  }

  68% {
    transform: perspective(70px) rotateY(-15deg) skewY(-1deg) translateY(1px);
  }
}

@keyframes globe-breathe {
  50% {
    box-shadow:
      inset -24px -14px 34px rgba(2, 23, 29, 0.55),
      0 0 58px rgba(90, 171, 208, 0.18);
  }
}

@keyframes scroll-line {
  50%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1100px) {
  .shell {
    width: min(100% - 64px, 1440px);
  }

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

  .hero__statement {
    gap: 48px;
  }

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

  .resources__stage {
    grid-template-columns: minmax(500px, 1.05fr) minmax(330px, 0.75fr);
    gap: 48px;
  }

  .resource-copy {
    padding: 32px;
  }

  .principles li {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 88px;
  }

  .hero__content {
    min-height: calc(100svh - 88px);
  }

  .hero__statement {
    grid-template-columns: 1fr;
    max-width: 720px;
    gap: 24px;
    margin-left: 0;
  }

  .resources__header > div {
    align-items: start;
    flex-direction: column;
  }

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

  .orbit-system {
    max-width: 650px;
  }

  .resource-copy {
    min-height: 0;
  }

  .resource-copy > p {
    min-height: 0;
  }

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

  .philosophy,
  .mission {
    padding-right: 0;
    padding-left: 0;
  }

  .mission {
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .foundation h2 {
    max-width: 700px;
  }

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

  .footer__note {
    display: none;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 36px, 1440px);
  }

  .header-note {
    display: none;
  }

  .site-header {
    min-height: 76px;
  }

  .wordmark {
    font-size: 0.62rem;
  }

  .wordmark__symbol {
    width: 34px;
  }

  .hero__content {
    min-height: calc(100svh - 76px);
    padding-block: 64px 130px;
  }

  .hero h1 {
    margin: 26px 0 42px;
    font-size: clamp(3rem, 14.5vw, 5rem);
    line-height: 0.92;
  }

  .hero__international {
    margin-top: 14px;
    font-size: 0.38em;
    line-height: 1.05;
  }

  .hero__statement {
    padding-left: 24px;
  }

  .hero__lead {
    font-size: 1.08rem;
  }

  .hero__body {
    font-size: 0.87rem;
    line-height: 1.72;
  }

  .hero__scroll {
    bottom: 28px;
    left: 18px;
  }

  .hero__grid {
    inset: 0 0 0 36%;
  }

  .hero__glow {
    top: 10%;
    right: -48%;
    width: 104vw;
    opacity: 0.62;
  }

  .hero-earth__flag {
    width: 30px;
    height: 24px;
  }

  .hero-earth__flag-cloth {
    width: 25px;
    height: 16px;
  }

  .resources {
    padding-block: 88px 96px;
  }

  .resources__header {
    margin-bottom: 56px;
  }

  .resources__header > div {
    gap: 24px;
  }

  .resources__header > div > p {
    font-size: 0.82rem;
  }

  .orbit-system {
    width: calc(100% + 8px);
    margin-left: -4px;
  }

  .resource-node__mark {
    width: 42px;
  }

  .resource-node__name {
    font-size: 0.55rem;
  }

  .resource--right {
    right: -8px;
    flex-direction: column;
  }

  .resource--left {
    left: -8px;
    flex-direction: column-reverse;
  }

  .globe > span {
    bottom: -28px;
    font-size: 0.46rem;
  }

  .resource-copy {
    min-height: 385px;
    padding: 28px 24px;
  }

  .resource-copy h3 {
    margin-top: 34px;
  }

  .foundation {
    padding-block: 76px 88px;
  }

  .foundation__intro {
    flex-direction: column;
    gap: 22px;
  }

  .philosophy,
  .mission {
    padding-block: 52px 58px;
  }

  .foundation h2 {
    margin-bottom: 28px;
    font-size: clamp(2.25rem, 10vw, 3.3rem);
  }

  .foundation__lead,
  .mission__body p {
    font-size: 0.88rem;
  }

  .principles {
    margin-top: 38px;
  }

  .principles li {
    padding-block: 24px;
  }

  .mission blockquote {
    padding-left: 24px;
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .mission__seal img {
    width: 82px;
    height: 82px;
  }

  .footer__inner {
    min-height: 260px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 34px;
  }

  .not-found {
    padding: 28px 18px;
  }

  .not-found__content {
    padding-left: 24px;
  }
}

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

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