:root {
  --navy-950: #041524;
  --navy-900: #071a2b;
  --navy-800: #0d2b45;
  --gold-500: #c99a3d;
  --gold-400: #e2b34f;
  --gold-300: #e7c979;
  --ivory: #f7f3e8;
  --paper: #fbfaf6;
  --blue-gray: #a8b5c2;
  --ink: #102234;
  --line: rgba(201, 154, 61, 0.32);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

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

.site-container {
  width: min(100% - 96px, 1480px);
  margin-inline: auto;
}

.hero-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 34% 48%, rgba(27, 74, 111, 0.5), transparent 34%),
    linear-gradient(115deg, var(--navy-950), var(--navy-900) 52%, #0b2c48);
}

.hero-shell::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto auto 69px 0;
  width: 44%;
  height: 180px;
  opacity: 0.42;
  background-image:
    repeating-radial-gradient(ellipse at 40% 130%, transparent 0 13px, rgba(231, 201, 121, 0.28) 14px 15px, transparent 16px 26px);
  pointer-events: none;
}

.site-notice {
  position: relative;
  z-index: 10;
  min-height: 38px;
  padding: 8px 48px;
  display: grid;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  align-items: center;
  gap: 36px;
  color: var(--gold-400);
  border-bottom: 1px solid rgba(201, 154, 61, 0.27);
}

.site-notice span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500));
}

.site-notice span:last-child {
  background: linear-gradient(90deg, var(--gold-500), transparent);
}

.site-notice p {
  margin: 0;
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.site-notice b {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 108px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 21, 36, 0.76);
  backdrop-filter: blur(14px);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--gold-400);
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--navy-900), inset 0 0 0 5px rgba(201, 154, 61, 0.5);
  font-size: 1.75rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy strong {
  color: var(--ivory);
  font-size: 2.5rem;
  line-height: 0.9;
  letter-spacing: 0.05em;
}

.brand-copy small {
  color: var(--gold-400);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(19px, 2vw, 42px);
  font-size: clamp(0.69rem, 0.86vw, 0.9rem);
  font-weight: 650;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.desktop-nav > a:not(.nav-register) {
  position: relative;
  padding: 17px 0;
  color: #e7edf2;
  transition: color 180ms ease;
}

.desktop-nav > a:not(.nav-register)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 2px;
  background: var(--gold-400);
  transition: right 180ms ease;
}

.desktop-nav > a:hover,
.desktop-nav > a:focus-visible,
.desktop-nav > a.active {
  color: var(--gold-400);
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.desktop-nav > a.active::after {
  right: 0;
}

.nav-register {
  padding: 15px 20px;
  color: var(--gold-400);
  border: 1px solid var(--gold-400);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-register:hover,
.nav-register:focus-visible {
  color: var(--navy-950);
  background: var(--gold-400);
  transform: translateY(-2px);
}

.mobile-nav {
  display: none;
}

.hero-image {
  position: absolute;
  z-index: 2;
  top: 146px;
  right: 0;
  bottom: 69px;
  width: 61%;
  background-image:
    linear-gradient(90deg, rgba(7, 26, 43, 0.42), transparent 22%),
    url("/hero-caks.png");
  background-position: 46% center;
  background-size: cover;
  border-left: 2px solid var(--gold-500);
  border-radius: 52% 0 0 46% / 54% 0 0 46%;
  box-shadow: -18px 0 60px rgba(0, 0, 0, 0.22);
  animation: imageReveal 850ms ease-out both;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(0deg, rgba(2, 15, 27, 0.22), transparent 42%);
}

.hero-map {
  position: absolute;
  z-index: 1;
  inset: 146px 54% 69px 0;
  opacity: 0.15;
  background-image:
    linear-gradient(26deg, transparent 47%, rgba(231, 201, 121, 0.24) 48%, transparent 49%),
    linear-gradient(153deg, transparent 47%, rgba(231, 201, 121, 0.14) 48%, transparent 49%);
  background-size: 92px 92px, 116px 116px;
  mask-image: radial-gradient(circle at 38% 44%, #000, transparent 68%);
}

.hero-content {
  position: relative;
  z-index: 5;
  min-height: calc(100svh - 215px);
  display: flex;
  align-items: center;
  padding-block: 58px 82px;
}

.hero-copy {
  width: min(46%, 700px);
  animation: copyReveal 620ms 120ms ease-out both;
}

.eyebrow,
.section-label {
  margin: 0;
  color: var(--gold-400);
  font-size: 0.92rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.eyebrow::after,
.section-label::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 17px;
  background: var(--gold-400);
}

.hero-copy h1 {
  max-width: 720px;
  margin: 29px 0 22px;
  color: var(--ivory);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.1rem, 4.9vw, 5.85rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.015em;
  text-wrap: balance;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.24);
}

.hero-copy h1 span {
  display: block;
}

.hero-description {
  max-width: 520px;
  margin: 0;
  color: #d9e2e8;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.primary-button {
  min-height: 60px;
  padding: 17px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-400));
  box-shadow: 0 12px 34px rgba(201, 154, 61, 0.2);
  font-weight: 800;
  letter-spacing: 0.025em;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(201, 154, 61, 0.32);
}

.text-link {
  padding-bottom: 4px;
  color: var(--gold-400);
  border-bottom: 1px solid var(--gold-400);
  font-weight: 600;
}

.text-link span {
  display: inline-block;
  margin-left: 18px;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(6px);
}

.trust-strip {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 69px;
  padding: 11px 5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-top: 1px solid var(--gold-500);
  background: rgba(4, 21, 36, 0.93);
  backdrop-filter: blur(16px);
}

.trust-item {
  min-height: 42px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #d7e0e7;
  border-right: 1px solid rgba(201, 154, 61, 0.75);
}

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

.trust-item p {
  margin: 0;
  font-size: clamp(0.62rem, 0.84vw, 0.84rem);
  letter-spacing: 0.065em;
}

.trust-item i {
  color: var(--gold-400);
  font-style: normal;
}

.trust-icon {
  color: var(--gold-400);
  font-size: 1.35rem;
}

.trust-icon.people {
  max-width: 37px;
  font-size: 0.68rem;
  letter-spacing: -0.19em;
}

.section {
  padding: 128px 0;
}

.two-column {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 10vw;
}

.section h2,
.registration-section h2 {
  margin: 27px 0 0;
  color: var(--navy-900);
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.body-copy {
  color: #506272;
  font-size: 1.12rem;
  line-height: 1.85;
}

.body-copy p {
  margin: 0 0 24px;
}

.leadership-section {
  color: var(--ivory);
  background:
    linear-gradient(rgba(201, 154, 61, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 154, 61, 0.07) 1px, transparent 1px),
    var(--navy-900);
  background-size: 68px 68px;
}

.section-heading {
  margin-bottom: 56px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 54px;
}

.section-heading > p {
  max-width: 510px;
  margin: 0;
  color: #627383;
  font-size: 1.02rem;
  line-height: 1.7;
}

.light-heading h2 {
  color: var(--ivory);
}

.light-heading > p {
  color: var(--blue-gray);
}

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

.leadership-card {
  min-height: 215px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(201, 154, 61, 0.34);
  background: rgba(13, 43, 69, 0.78);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.leadership-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-400);
  background: rgba(17, 53, 82, 0.9);
}

.leadership-card > span {
  color: var(--gold-400);
  font-family: Georgia, serif;
  font-size: 0.88rem;
  font-style: italic;
}

.leadership-card h3,
.information-card h3 {
  margin: 0 0 11px;
  font-size: 1.2rem;
  letter-spacing: 0.045em;
}

.leadership-card p {
  margin: 0;
  color: var(--blue-gray);
  line-height: 1.6;
}

.information-section {
  background: #f2efe7;
}

.information-card {
  position: relative;
  min-height: 330px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 3px solid var(--gold-500);
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 26, 43, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.information-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(7, 26, 43, 0.12);
}

.card-number {
  position: absolute;
  right: 24px;
  top: 15px;
  color: rgba(7, 26, 43, 0.055);
  font-family: Impact, sans-serif;
  font-size: 7rem;
}

.card-category {
  position: relative;
  z-index: 1;
  margin: 0 0 auto;
  color: var(--gold-500);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.information-card h3 {
  position: relative;
  z-index: 1;
  max-width: 310px;
  color: var(--navy-900);
  font-size: 1.48rem;
  line-height: 1.42;
}

.coming-soon {
  margin: 24px 0 0;
  color: #6d7d8b;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.coming-soon span {
  margin-left: 10px;
  color: var(--gold-500);
}

.contact-section {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 10vw;
}

.contact-copy {
  max-width: 640px;
  color: #5c6d7c;
  font-size: 1.08rem;
  line-height: 1.8;
}

.domain-card {
  position: relative;
  padding: 48px;
  color: var(--ivory);
  border-left: 4px solid var(--gold-400);
  background: var(--navy-900);
  box-shadow: 22px 22px 0 #e5ddca;
}

.domain-card span {
  color: var(--gold-400);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.domain-card strong {
  display: block;
  margin: 17px 0;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  letter-spacing: -0.03em;
}

.domain-card p {
  margin: 0;
  color: var(--blue-gray);
  line-height: 1.65;
}

.registration-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  color: var(--ivory);
  background: var(--navy-800);
}

.registration-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  right: -250px;
  top: -310px;
  border: 1px solid rgba(201, 154, 61, 0.55);
  border-radius: 50%;
  box-shadow: inset 0 0 0 35px rgba(201, 154, 61, 0.03), inset 0 0 0 70px rgba(201, 154, 61, 0.025);
}

.registration-content {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 9vw;
}

.registration-section h2 {
  color: var(--ivory);
}

.registration-content > div:last-child > p {
  margin: 0 0 29px;
  color: #c8d3db;
  font-size: 1.08rem;
  line-height: 1.75;
}

.status-button {
  min-height: 57px;
  padding: 17px 23px;
  display: inline-flex;
  align-items: center;
  color: var(--gold-300);
  border: 1px solid var(--gold-500);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-footer {
  color: var(--ivory);
  border-top: 1px solid rgba(201, 154, 61, 0.24);
  background: var(--navy-950);
}

.footer-inner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.site-footer .brand-mark {
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
}

.site-footer .brand-copy strong {
  font-size: 1.85rem;
}

.site-footer .brand-copy small {
  font-size: 0.55rem;
}

.site-footer p,
.site-footer > div > a {
  color: #8fa0ae;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

.site-footer > div > a:hover,
.site-footer > div > a:focus-visible {
  color: var(--gold-400);
}

@keyframes copyReveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes imageReveal {
  from { opacity: 0; transform: scale(1.018); }
  to { opacity: 1; transform: scale(1); }
}

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

  .brand-mark {
    width: 58px;
    height: 58px;
  }

  .brand-copy strong {
    font-size: 2rem;
  }

  .brand-copy small {
    max-width: 150px;
    font-size: 0.57rem;
  }

  .desktop-nav {
    gap: 20px;
    font-size: 0.68rem;
  }

  .nav-register {
    padding: 13px 14px;
  }

  .hero-copy {
    width: 48%;
  }
}

@media (max-width: 980px) {
  .site-container {
    width: min(100% - 48px, 1480px);
  }

  .site-notice {
    padding-inline: 24px;
    gap: 18px;
  }

  .site-notice p {
    font-size: 0.55rem;
  }

  .site-header {
    height: 92px;
    padding-inline: 24px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    border: 1px solid var(--gold-500);
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    width: 20px;
    height: 2px;
    background: var(--gold-400);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-nav[open] summary span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-nav[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav[open] summary span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav nav {
    position: absolute;
    top: 58px;
    right: 0;
    width: min(78vw, 340px);
    padding: 17px;
    display: flex;
    flex-direction: column;
    color: var(--ivory);
    border: 1px solid rgba(201, 154, 61, 0.4);
    background: rgba(4, 21, 36, 0.98);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
  }

  .mobile-nav nav a {
    padding: 14px 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
  }

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

  .mobile-nav nav .mobile-register {
    margin-top: 10px;
    color: var(--navy-950);
    border: 0;
    background: var(--gold-400);
    text-align: center;
  }

  .hero-image {
    top: 130px;
    bottom: 69px;
    width: 100%;
    background-position: 60% center;
    border-left: 0;
    border-radius: 0;
    opacity: 0.54;
  }

  .hero-image::after {
    background: linear-gradient(90deg, rgba(4, 21, 36, 0.96) 0%, rgba(4, 21, 36, 0.74) 52%, rgba(4, 21, 36, 0.18) 100%);
  }

  .hero-content {
    min-height: calc(100svh - 199px);
    padding-block: 66px 96px;
  }

  .hero-copy {
    width: min(78%, 660px);
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 8vw, 5.4rem);
  }

  .two-column,
  .contact-grid,
  .registration-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

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

  .section {
    padding-block: 92px;
  }

  .leadership-grid,
  .information-grid {
    grid-template-columns: 1fr;
  }

  .leadership-card {
    min-height: 190px;
  }

  .information-card {
    min-height: 280px;
  }

  .footer-inner {
    padding-block: 40px;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-container {
    width: min(100% - 36px, 1480px);
  }

  .site-notice {
    min-height: 32px;
    grid-template-columns: 1fr;
  }

  .site-notice span,
  .site-notice p > b {
    display: none;
  }

  .site-notice p {
    justify-content: center;
    font-size: 0.5rem;
    text-align: center;
  }

  .site-header {
    height: 78px;
    padding-inline: 18px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 47px;
    height: 47px;
    font-size: 1.25rem;
  }

  .brand-copy strong {
    font-size: 1.62rem;
  }

  .brand-copy small {
    max-width: 125px;
    font-size: 0.47rem;
  }

  .mobile-nav summary {
    width: 43px;
    height: 43px;
  }

  .hero-image {
    top: 110px;
    bottom: 0;
    background-position: 68% center;
    opacity: 0.48;
  }

  .hero-image::after {
    background: linear-gradient(90deg, rgba(4, 21, 36, 0.97) 0%, rgba(4, 21, 36, 0.8) 72%, rgba(4, 21, 36, 0.44) 100%);
  }

  .hero-content {
    min-height: calc(100svh - 110px);
    align-items: flex-start;
    padding-block: 74px 154px;
  }

  .hero-copy {
    width: 100%;
  }

  .eyebrow {
    font-size: 0.66rem;
  }

  .eyebrow::after {
    margin-top: 13px;
  }

  .hero-copy h1 {
    margin-top: 24px;
    font-size: clamp(2.85rem, 14.3vw, 4.6rem);
    line-height: 0.98;
  }

  .hero-description {
    max-width: 92%;
    font-size: 0.98rem;
    line-height: 1.57;
  }

  .primary-button {
    width: 100%;
    padding-inline: 18px;
    font-size: 0.78rem;
  }

  .trust-strip {
    min-height: 105px;
    padding: 13px 18px;
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: 26px;
    padding: 0;
    justify-content: flex-start;
    border-right: 0;
  }

  .trust-item:nth-child(2) {
    display: none;
  }

  .trust-item p {
    font-size: 0.58rem;
  }

  .hero-shell::after {
    display: none;
  }

  .section,
  .registration-section {
    padding-block: 76px;
  }

  .section h2,
  .registration-section h2 {
    font-size: 2.5rem;
  }

  .two-column,
  .contact-grid,
  .registration-content {
    gap: 40px;
  }

  .section-label {
    font-size: 0.72rem;
  }

  .body-copy,
  .contact-copy {
    font-size: 1rem;
  }

  .leadership-card,
  .information-card {
    padding: 26px;
  }

  .domain-card {
    padding: 32px 25px;
    box-shadow: 10px 10px 0 #e5ddca;
  }

  .registration-content > div:last-child > p {
    font-size: 1rem;
  }

  .status-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

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

@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;
    transition-duration: 0.01ms !important;
  }
}
