:root {
  color-scheme: light;
  --navy: #0c2a46;
  --navy-deep: #082238;
  --steel: #60758c;
  --cream: #f4eddd;
  --paper: #fbf8f1;
  --ink: #162536;
  --muted: #637181;
  --line: #d8d0c0;
  --white: #ffffff;
  --focus: #b9883b;
  --shadow: 0 24px 70px rgba(8, 34, 56, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 64px);
  background: var(--navy);
  border-bottom: 1px solid rgba(244, 237, 221, 0.16);
}

.brand,
nav,
.hero-actions,
footer {
  display: flex;
  align-items: center;
}

.brand {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: clamp(220px, 28vw, 320px);
  height: auto;
  object-fit: contain;
}

nav {
  gap: 8px;
}

nav a {
  padding: 10px 12px;
  color: rgba(244, 237, 221, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover {
  color: var(--cream);
}

.hero {
  position: relative;
  min-height: calc(100vh - 112px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 64px);
  background: var(--navy);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(244, 237, 221, 0.82);
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--cream);
  font-size: clamp(3.2rem, 7.5vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(251, 248, 241, 0.86);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--navy);
  border-radius: 4px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--navy);
  color: var(--cream);
}

.button.primary:hover {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
}

.button.primary:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hero .button.primary {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--navy);
}

.hero .button.primary:hover {
  background: var(--white);
  border-color: var(--white);
}

.button.secondary {
  background: rgba(251, 248, 241, 0.1);
  border-color: rgba(244, 237, 221, 0.72);
  color: var(--cream);
}

.button.secondary:hover {
  background: rgba(251, 248, 241, 0.2);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 34, 56, 0.86), rgba(8, 34, 56, 0.58) 42%, rgba(8, 34, 56, 0.18)),
    linear-gradient(0deg, rgba(8, 34, 56, 0.18), rgba(8, 34, 56, 0.18));
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 1fr);
  gap: clamp(24px, 5vw, 80px);
  padding: 72px clamp(20px, 5vw, 64px);
  background: var(--navy);
  color: var(--cream);
}

.about .eyebrow,
.about p {
  color: #d6dfdf;
}

h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.about-copy {
  align-self: end;
  max-width: 720px;
}

.about-copy p {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.about-copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-copy li {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--steel);
  font-weight: 800;
}

.register {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  padding: 76px clamp(20px, 5vw, 64px) 88px;
}

.register-intro {
  max-width: 560px;
}

.register-intro h2 {
  color: var(--navy);
}

.register-intro p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.interest-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(8, 34, 56, 0.08);
}

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

label {
  display: grid;
  gap: 8px;
}

label span {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #c9d0d4;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(185, 136, 59, 0.26);
  border-color: var(--focus);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.cf-turnstile {
  min-height: 70px;
}

.form-submit {
  justify-self: start;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 64px);
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d6dfdf;
}

footer a {
  font-weight: 800;
  text-decoration: none;
}

footer a:hover {
  color: var(--white);
}

@media (max-width: 900px) {
  .hero,
  .about,
  .register {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100vh - 190px);
  }

  h1 {
    max-width: 10ch;
  }

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

@media (max-width: 620px) {
  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand img {
    width: min(100%, 300px);
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  nav a {
    padding-left: 0;
  }

  h1 {
    font-size: clamp(2.8rem, 17vw, 4.5rem);
  }

  .button,
  .form-submit {
    width: 100%;
  }

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