:root {
  --navy: #071a33;
  --navy-soft: #102945;
  --ink: #142036;
  --cream: #f7f1e8;
  --cream-deep: #eee2d2;
  --green: #668878;
  --green-dark: #31594d;
  --green-soft: #dce8e0;
  --gold: #c69b55;
  --orange: #e36e3a;
  --white: #fffdf9;
  --sans: "DM Sans", Arial, sans-serif;
  --body: "Libre Franklin", Arial, sans-serif;
  --page: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.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;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  width: var(--page);
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 253, 249, 0.18);
  color: var(--white);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 53px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.brand span {
  display: grid;
  line-height: 1.2;
}

.brand strong {
  font-family: var(--sans);
  font-size: 17px;
  letter-spacing: 0.01em;
}

.brand small {
  max-width: 340px;
  margin-top: 4px;
  color: rgba(255, 253, 249, 0.66);
  font-size: 10px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  color: rgba(255, 253, 249, 0.78);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: var(--white);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 190px max(24px, calc((100vw - 1180px) / 2)) 90px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(102, 136, 120, 0.22), transparent 27%),
    linear-gradient(145deg, #06162c 0%, var(--navy) 48%, #102945 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(198, 155, 85, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 560px;
  height: 560px;
  right: -180px;
  top: 70px;
}

.hero::after {
  width: 320px;
  height: 320px;
  right: -44px;
  top: 190px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 10%;
  align-items: end;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--sans);
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: clamp(55px, 6.7vw, 94px);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.intro {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(255, 253, 249, 0.76);
  font-size: clamp(17px, 1.7vw, 21px);
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.status-pill,
.room-status > span {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 18px;
  align-items: center;
  color: var(--navy);
  background: var(--cream);
  border-left: 3px solid var(--orange);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
}

.text-link {
  color: var(--white);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  text-decoration-color: rgba(255, 253, 249, 0.35);
  text-underline-offset: 6px;
}

.core-question {
  padding: 32px 0 4px 30px;
  border-left: 1px solid rgba(255, 253, 249, 0.3);
}

.core-question p {
  margin-bottom: 18px;
  color: var(--green-soft);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.core-question blockquote {
  margin-bottom: 0;
  color: rgba(255, 253, 249, 0.92);
  font-family: var(--sans);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.hero-rule {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--orange) 0 12%, var(--green) 12% 62%, var(--gold) 62% 100%);
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: 120px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: 8%;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  margin-bottom: 8px;
  color: #505a69;
}

.capacity-path {
  margin: 78px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
  border-top: 1px solid rgba(20, 32, 54, 0.22);
}

.capacity-path li {
  position: relative;
  min-height: 175px;
  padding: 22px 17px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(20, 32, 54, 0.14);
}

.capacity-path li + li {
  padding-left: 17px;
}

.capacity-path li:last-child {
  padding-right: 0;
  border-right: 0;
}

.capacity-path li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: -4px;
  left: 0;
  border-radius: 50%;
  background: var(--orange);
}

.capacity-path span {
  color: #85898e;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.capacity-path strong {
  max-width: 130px;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.28;
}

.examines-grid {
  margin-top: 32px;
  padding: 52px;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 8%;
  background: var(--white);
}

.examines-title h3 {
  max-width: 400px;
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.examines-grid ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  list-style: none;
  border-top: 1px solid rgba(20, 32, 54, 0.18);
}

.examines-grid li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(20, 32, 54, 0.18);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
}

.room-section {
  width: 100%;
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 9%;
  color: var(--white);
  background: var(--navy);
}

.room-date {
  align-self: start;
  padding: 34px;
  display: grid;
  text-align: center;
  border: 1px solid rgba(255, 253, 249, 0.3);
  background: rgba(255, 253, 249, 0.03);
}

.room-date span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.room-date strong {
  margin: 4px 0;
  font-family: var(--sans);
  font-size: 104px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.room-section h2 {
  max-width: 680px;
  color: var(--white);
}

.room-lead {
  max-width: 760px;
  margin: 28px 0 42px;
  color: rgba(255, 253, 249, 0.74);
  font-size: 18px;
}

.audience-grid {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  border-top: 1px solid rgba(255, 253, 249, 0.2);
  border-bottom: 1px solid rgba(255, 253, 249, 0.2);
}

.audience-grid h3 {
  margin-bottom: 8px;
  color: var(--green-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.audience-grid p {
  margin-bottom: 0;
  color: rgba(255, 253, 249, 0.76);
}

.room-status {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
}

.room-status small {
  max-width: 300px;
  color: rgba(255, 253, 249, 0.56);
  font-size: 12px;
}

.michael-section {
  display: grid;
  grid-template-columns: 260px minmax(0, 700px);
  gap: 9%;
  justify-content: center;
  align-items: center;
}

.michael-photo {
  position: relative;
  width: 260px;
  aspect-ratio: 1;
  margin: 0;
  padding: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-soft), rgba(198, 155, 85, 0.42));
}

.michael-photo::after {
  content: "";
  position: absolute;
  width: 42%;
  height: 2px;
  right: -14%;
  bottom: 24%;
  background: var(--orange);
}

.michael-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 5px solid var(--cream);
  border-radius: 50%;
}

.michael-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(40px, 4.6vw, 62px);
}

.role {
  margin-bottom: 28px;
  color: var(--green-dark);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
}

.michael-copy p:not(.eyebrow):not(.role) {
  max-width: 690px;
  color: #4d5766;
  font-size: 17px;
}

.lighthouse-section {
  width: 100%;
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 9%;
  align-items: center;
  background: var(--green-soft);
}

.lighthouse-section h2 {
  max-width: 680px;
}

.lighthouse-copy p {
  margin-bottom: 28px;
  color: #4c4e57;
  font-size: 17px;
}

.primary-link {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 18px;
  align-items: center;
  gap: 16px;
  color: var(--white);
  background: var(--navy);
  border-left: 3px solid var(--orange);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.primary-link:hover,
.primary-link:focus-visible {
  background: var(--navy-soft);
}

footer {
  padding: 42px max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 253, 249, 0.68);
  background: #041124;
  font-size: 12px;
}

.footer-brand {
  display: grid;
}

.footer-brand strong {
  color: var(--white);
  font-family: var(--sans);
  font-size: 15px;
}

.footer-brand span {
  margin-top: 4px;
}

footer p {
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 900px) {
  :root {
    --page: min(100% - 40px, 700px);
  }

  .brand small {
    display: none;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    padding: 11px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 253, 249, 0.4);
    border-radius: 0;
    color: var(--white);
    background: transparent;
    cursor: pointer;
  }

  .menu-button span:not(.sr-only) {
    width: 100%;
    height: 1px;
    display: block;
    background: currentColor;
  }

  nav {
    position: absolute;
    top: 86px;
    right: 0;
    width: min(290px, 100%);
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: var(--white);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
  }

  nav.open {
    display: flex;
  }

  nav a {
    color: var(--navy);
  }

  .hero {
    min-height: auto;
    padding-top: 160px;
  }

  .hero-grid,
  .section-heading,
  .examines-grid,
  .room-section,
  .michael-section,
  .lighthouse-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 62px;
  }

  .core-question {
    max-width: 580px;
  }

  .section-heading {
    gap: 22px;
  }

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

  .capacity-path li,
  .capacity-path li + li {
    min-height: 130px;
    padding: 18px;
    border-bottom: 1px solid rgba(20, 32, 54, 0.14);
  }

  .capacity-path li:nth-child(odd) {
    padding-left: 0;
  }

  .capacity-path li:last-child {
    border-right: 1px solid rgba(20, 32, 54, 0.14);
  }

  .examines-grid {
    gap: 38px;
  }

  .room-section {
    gap: 54px;
  }

  .room-date {
    width: 210px;
  }

  .michael-section {
    justify-items: start;
  }

  .michael-photo {
    width: 210px;
  }

  .lighthouse-section {
    gap: 38px;
  }
}

@media (max-width: 580px) {
  :root {
    --page: calc(100% - 32px);
  }

  .site-header {
    padding: 18px 0;
  }

  .brand img {
    width: 38px;
    height: 42px;
  }

  .brand strong {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 65px);
  }

  .hero {
    padding: 140px 16px 76px;
  }

  .status-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .core-question {
    padding-left: 20px;
  }

  .section,
  .room-section,
  .lighthouse-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .capacity-path {
    grid-template-columns: 1fr;
  }

  .capacity-path li,
  .capacity-path li + li,
  .capacity-path li:nth-child(odd),
  .capacity-path li:last-child {
    min-height: 92px;
    padding: 14px 0;
    flex-direction: row;
    justify-content: flex-start;
    gap: 28px;
    align-items: center;
    border-right: 0;
  }

  .capacity-path li::before {
    display: none;
  }

  .capacity-path strong {
    max-width: none;
  }

  .examines-grid {
    padding: 30px 22px;
  }

  .examines-grid ul,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid {
    gap: 26px;
  }

  .room-date {
    width: 180px;
    padding: 26px;
  }

  .room-date strong {
    font-size: 82px;
  }

  footer {
    flex-direction: column;
  }

  footer p {
    text-align: left;
  }
}

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