:root {
  --navy: #062a58;
  --navy-deep: #031d3d;
  --blue: #1682bd;
  --blue-bright: #32a6d7;
  --cyan: #bfe9ef;
  --ice: #edf8fa;
  --lime: #b3c62b;
  --white: #ffffff;
  --ink: #10243e;
  --muted: #66788b;
  --line: #dbe5e9;
  --font-body: Arial, Helvetica, sans-serif;
  --font-display: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

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

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

section {
  scroll-margin-top: 80px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(6, 42, 88, 0.08);
  display: flex;
  height: 86px;
  justify-content: space-between;
  left: 0;
  padding: 8px clamp(24px, 5vw, 78px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  height: 67px;
  width: min(315px, 35vw);
}

.brand img,
.footer-brand img {
  height: 100%;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.site-header nav,
footer nav {
  align-items: center;
  display: flex;
  gap: clamp(19px, 2.5vw, 38px);
}

.site-header nav > a:not(.nav-cta) {
  color: #44566c;
  font-size: 0.83rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  position: relative;
}

.site-header nav > a:not(.nav-cta)::after {
  background: var(--blue);
  bottom: -8px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

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

.nav-cta,
.button-primary,
.form-submit {
  align-items: center;
  background: var(--navy);
  color: var(--white);
  display: inline-flex;
  font-size: 0.83rem;
  font-weight: 720;
  gap: 26px;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 50px;
  padding: 0 21px;
  transition: background 180ms ease, transform 180ms ease;
}

.nav-cta span,
.button-primary span,
.form-submit span {
  color: var(--lime);
  font-size: 1.05rem;
}

.nav-cta:hover,
.button-primary:hover,
.form-submit:hover {
  background: var(--blue);
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: min(760px, calc(100vh - 86px));
  overflow: hidden;
}

.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(75px, 8vw, 130px) clamp(38px, 7vw, 110px);
}

.eyebrow {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 0.72rem;
  font-weight: 760;
  gap: 11px;
  letter-spacing: 0.17em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--lime);
  display: inline-block;
  height: 8px;
  width: 8px;
}

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

.hero h1,
.about-section h2,
.section-heading h2,
.contact-section h2 {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 5.2vw, 5.8rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}

h1 em,
h2 em {
  color: var(--blue);
  font-style: normal;
}

.hero-intro {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.17rem);
  line-height: 1.7;
  margin: 36px 0 38px;
  max-width: 580px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.button-primary {
  min-height: 58px;
  padding-inline: 27px;
}

.text-link {
  border-bottom: 1px solid #bdcbd1;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 720;
  padding-block: 10px;
}

.text-link span {
  color: var(--blue);
  margin-left: 8px;
}

.hero-visual {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px),
    var(--ice);
  background-size: 42px 42px;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.hero-visual::after {
  background: linear-gradient(135deg, transparent 49.5%, rgba(50, 166, 215, 0.11) 50%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.orb {
  border-radius: 50%;
  position: absolute;
}

.orb-one {
  border: clamp(22px, 3vw, 45px) solid rgba(22, 130, 189, 0.74);
  height: clamp(360px, 41vw, 625px);
  left: -25%;
  top: 8%;
  width: clamp(360px, 41vw, 625px);
}

.orb-two {
  border: clamp(18px, 2.4vw, 34px) solid rgba(50, 166, 215, 0.44);
  height: clamp(275px, 31vw, 465px);
  left: -6%;
  top: 20%;
  width: clamp(275px, 31vw, 465px);
}

.orb-three {
  border: clamp(14px, 1.8vw, 26px) solid rgba(6, 42, 88, 0.82);
  height: clamp(190px, 21vw, 325px);
  left: 12%;
  top: 31%;
  width: clamp(190px, 21vw, 325px);
}

.pixel-grid {
  display: grid;
  gap: clamp(4px, 0.65vw, 10px);
  grid-template-columns: repeat(5, clamp(24px, 3.2vw, 49px));
  left: 44%;
  position: absolute;
  top: 24%;
  transform: rotate(-2deg);
  z-index: 2;
}

.pixel-grid span {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.9);
}

.pixel-grid span:nth-child(2),
.pixel-grid span:nth-child(8),
.pixel-grid span:nth-child(14),
.pixel-grid span:nth-child(19) { background: var(--navy); }

.pixel-grid span:nth-child(4),
.pixel-grid span:nth-child(7),
.pixel-grid span:nth-child(11),
.pixel-grid span:nth-child(16) { background: var(--blue); }

.pixel-grid span:nth-child(5),
.pixel-grid span:nth-child(9),
.pixel-grid span:nth-child(15),
.pixel-grid span:nth-child(18) { background: var(--cyan); }

.pixel-grid span:nth-child(3),
.pixel-grid span:nth-child(13),
.pixel-grid span:nth-child(20) { background: var(--lime); }

.since {
  bottom: 7%;
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.7;
  margin: 0;
  position: absolute;
  right: 9%;
  text-align: right;
  z-index: 3;
}

.since strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.7vw, 3.1rem);
  letter-spacing: -0.055em;
}

.about-section,
.archive-section,
.committee-section,
.contact-section {
  padding: clamp(82px, 9vw, 140px) clamp(25px, 6vw, 95px);
}

.about-section {
  background: var(--navy-deep);
  color: var(--white);
  display: grid;
  gap: 62px 8vw;
  grid-template-columns: 1fr 0.8fr;
}

.about-section h2,
.committee-section h2 {
  color: var(--white);
  font-size: clamp(2.7rem, 4.3vw, 4.9rem);
}

.about-section h2 em,
.committee-section h2 em {
  color: var(--cyan);
}

.about-copy {
  align-self: end;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 590px;
}

.large-copy {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.85vw, 2rem);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.42;
  margin: 0 0 24px;
}

.about-themes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 31px;
}

.about-themes span {
  border: 1px solid rgba(191, 233, 239, 0.3);
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  padding: 9px 14px;
  text-transform: uppercase;
}

.stats {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 0;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin: 16px 0 0;
  padding: 0;
}

.stats div {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 35px 32px 0 0;
}

.stats div:not(:first-child) {
  padding-left: 32px;
}

.stats div:last-child {
  border-right: 0;
}

.stats dt {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 4vw, 4.5rem);
  font-weight: 660;
  letter-spacing: -0.06em;
  line-height: 1;
}

.stats dd {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0.12em;
  margin: 13px 0 0;
  text-transform: uppercase;
}

.archive-section {
  background: #f8fbfc;
}

.split-heading {
  align-items: end;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: clamp(50px, 6vw, 82px);
}

.section-heading h2,
.contact-section h2 {
  font-size: clamp(2.8rem, 4.5vw, 5rem);
}

.section-intro {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 4px;
  max-width: 420px;
}

.edition-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.edition-card {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 232px;
  padding: 21px 22px 20px;
  position: relative;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.edition-card:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-4px);
  z-index: 2;
}

.edition-card.featured:nth-child(1) {
  background: var(--navy);
  color: var(--white);
}

.edition-card.featured:nth-child(2) {
  background: var(--blue);
  color: var(--white);
}

.edition-card.featured:nth-child(3) {
  background: var(--cyan);
}

.edition-card.featured:hover {
  background: var(--navy-deep);
}

.edition-topline {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 0.66rem;
  font-weight: 760;
  justify-content: space-between;
  letter-spacing: 0.15em;
}

.edition-card.featured:nth-child(-n+2) .edition-topline,
.edition-card:hover .edition-topline {
  color: var(--lime);
}

.external-arrow {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.edition-card:hover .external-arrow,
.member-card:hover .profile-link {
  transform: translate(3px, -3px);
}

.edition-year {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 3vw, 3.45rem);
  font-weight: 680;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 35px 0 6px;
}

.edition-card.featured:nth-child(-n+2) .edition-year,
.edition-card:hover .edition-year {
  color: var(--white);
}

.edition-card.featured:nth-child(2) .edition-year {
  color: var(--lime);
}

.edition-card h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.025em;
  margin: 0 0 3px;
}

.edition-country {
  color: var(--muted);
  font-size: 0.79rem;
  margin: 0;
}

.edition-card.featured:nth-child(-n+2) .edition-country,
.edition-card:hover .edition-country {
  color: rgba(255, 255, 255, 0.72);
}

.edition-kind {
  bottom: 18px;
  color: #8b9aa8;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}

.edition-card.featured:nth-child(-n+2) .edition-kind,
.edition-card:hover .edition-kind {
  color: rgba(255, 255, 255, 0.55);
}

.archive-note,
.form-note {
  color: #81909e;
  font-size: 0.73rem;
  line-height: 1.5;
  margin: 19px 0 0;
}

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

.light-copy {
  color: rgba(255, 255, 255, 0.62);
}

.committee-grid {
  display: grid;
  gap: 28px 18px;
  grid-template-columns: repeat(4, 1fr);
}

.member-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease;
}

.member-card:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-5px);
}

.member-photo {
  aspect-ratio: 1.06;
  background: #d9e7e9;
  overflow: hidden;
  position: relative;
}

.member-photo::after {
  background: linear-gradient(180deg, transparent 55%, rgba(3, 29, 61, 0.38));
  content: '';
  inset: 0;
  position: absolute;
}

.member-photo img {
  filter: saturate(0.78) contrast(1.03);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 24%;
  position: absolute;
  transition: filter 220ms ease, transform 300ms ease;
  width: 100%;
}

.member-card:hover .member-photo img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.035);
}

.member-photo > span {
  bottom: 12px;
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 760;
  left: 14px;
  letter-spacing: 0.14em;
  position: absolute;
  z-index: 2;
}

.member-copy {
  min-height: 150px;
  padding: 21px 19px 18px;
  position: relative;
}

.member-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(0.96rem, 1.15vw, 1.17rem);
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0 0 8px;
}

.member-copy p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  line-height: 1.45;
  margin: 0;
}

.profile-link {
  bottom: 18px;
  color: var(--cyan);
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 720;
  left: 19px;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(50, 166, 215, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(50, 166, 215, 0.08) 1px, transparent 1px),
    var(--ice);
  background-size: 42px 42px;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: 0.82fr 1fr;
}

.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
  margin: 32px 0 0;
  max-width: 460px;
}

.contact-mark {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 24px);
  margin-top: 58px;
  transform: rotate(4deg);
  width: max-content;
}

.contact-mark span {
  aspect-ratio: 1;
  background: var(--blue);
}

.contact-mark span:nth-child(2),
.contact-mark span:nth-child(6),
.contact-mark span:nth-child(8) { background: var(--navy); }

.contact-mark span:nth-child(4),
.contact-mark span:nth-child(9) { background: var(--lime); }

.contact-form {
  background: var(--white);
  box-shadow: 0 20px 70px rgba(6, 42, 88, 0.09);
  padding: clamp(27px, 4vw, 52px);
}

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

.contact-form > label,
.form-row label {
  display: block;
  margin-bottom: 22px;
}

.contact-form label:not(.consent) > span {
  color: var(--navy);
  display: block;
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.contact-form input:not([type='checkbox']),
.contact-form select,
.contact-form textarea {
  background: #f8fbfc;
  border: 1px solid #d9e4e8;
  border-radius: 0;
  color: var(--ink);
  min-height: 51px;
  padding: 13px 15px;
  transition: border-color 160ms ease, background 160ms ease;
  width: 100%;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: var(--white);
  border-color: var(--blue);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #94a2ae;
}

.consent {
  align-items: flex-start;
  color: var(--muted);
  display: flex !important;
  font-size: 0.72rem;
  gap: 10px;
  line-height: 1.45;
}

.consent input {
  accent-color: var(--blue);
  margin: 2px 0 0;
}

.form-submit {
  border: 0;
  cursor: pointer;
  min-height: 58px;
  padding-inline: 26px;
}

.form-status {
  background: #f0f7d5;
  border-left: 3px solid var(--lime);
  color: #4f5e14;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 18px 0 0;
  padding: 12px 14px;
}

footer {
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px 5vw;
  grid-template-columns: minmax(210px, 310px) 1fr auto;
  padding: 38px clamp(25px, 6vw, 95px) 25px;
}

.footer-brand {
  height: 60px;
  width: min(300px, 100%);
}

footer > p:not(.copyright) {
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.5;
  margin: 0;
  max-width: 340px;
}

footer nav a {
  color: var(--navy);
  font-size: 0.73rem;
  font-weight: 680;
}

.copyright {
  border-top: 1px solid var(--line);
  color: #84929f;
  font-size: 0.65rem;
  grid-column: 1 / -1;
  margin: 19px 0 0;
  padding-top: 20px;
}

@media (max-width: 1120px) {
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 58% 42%;
  }

  .edition-grid,
  .committee-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  footer {
    grid-template-columns: minmax(200px, 280px) 1fr;
  }

  footer nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  .site-header {
    height: 76px;
  }

  .brand {
    height: 57px;
    width: min(265px, 54vw);
  }

  .nav-cta {
    min-height: 44px;
  }

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

  .hero-copy {
    min-height: 610px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats div:nth-child(2) {
    border-right: 0;
  }

  .stats div:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 28px;
  }

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

  .edition-grid,
  .committee-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-mark {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 17px;
  }

  .brand {
    width: 205px;
  }

  .nav-cta {
    font-size: 0;
    gap: 0;
    min-width: 45px;
    padding: 0;
  }

  .nav-cta span {
    font-size: 1rem;
  }

  .hero-copy,
  .about-section,
  .archive-section,
  .committee-section,
  .contact-section {
    padding-left: 21px;
    padding-right: 21px;
  }

  .hero-copy {
    min-height: 580px;
  }

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

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hero-visual {
    min-height: 410px;
  }

  .pixel-grid {
    left: 43%;
  }

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

  .stats div,
  .stats div:not(:first-child) {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 25px 0 0;
  }

  .stats div:first-child {
    border-top: 0;
  }

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

  .committee-grid {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .member-copy {
    min-height: 165px;
    padding: 16px 13px;
  }

  .profile-link {
    bottom: 15px;
    left: 13px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  footer {
    grid-template-columns: 1fr;
    padding-inline: 21px;
  }

  footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
}

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

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