:root {
  --ink: #153b3d;
  --ink-soft: #4f6666;
  --paper: #f7f5ef;
  --white: #fffef9;
  --accent: #0b7276;
  --accent-hover: #075e62;
  --line: #d9ddd6;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}

a { color: inherit; }

.topbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(20px, 3.2vw, 52px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.ea-wordmark {
  width: 166px;
  height: auto;
  display: block;
}

.wordmark-divider {
  color: #a7b2ae;
  font-weight: 400;
}

.wordmark-campus {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.wave-mark {
  width: 27px;
  height: 14px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.wave-mark i {
  flex: 0 0 15px;
  width: 15px;
  height: 12px;
  margin-right: -3px;
  border: 2px solid var(--accent);
  border-color: var(--accent) transparent transparent transparent;
  border-radius: 50%;
  transform: translateY(5px);
}

.wave-mark i:nth-child(2) { transform: translateY(1px); }

.topbar-link {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  text-underline-offset: 4px;
}

.topbar-link:hover { color: var(--accent); }

.landing {
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(390px, 1fr);
}

.campus-photo {
  position: relative;
  min-height: calc(100svh - 72px);
  margin: 0;
  overflow: hidden;
  background: #d7e4e6;
}

.campus-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 43% center;
}

.campus-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  color: white;
  background: linear-gradient(to top, rgba(7, 31, 31, 0.64), transparent);
  font-size: 10px;
  line-height: 1.4;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.campus-photo figcaption a {
  opacity: 0.86;
  text-underline-offset: 3px;
}

.interest-panel {
  min-height: calc(100svh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(46px, 6.5vw, 104px) clamp(30px, 4.8vw, 76px) 38px;
  background: var(--white);
  border-left: 1px solid var(--line);
}

.interest-copy { max-width: 500px; }

.eyebrow,
.tenets-label {
  margin: 0;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: none;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(46px, 4.2vw, 68px);
  font-weight: 560;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.intro {
  max-width: 35ch;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.interest-button {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 390px);
  margin-top: 34px;
  padding: 0 20px;
  background: var(--accent);
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 140ms ease;
}

.interest-button:hover,
.interest-button:focus-visible {
  background: var(--accent-hover);
}

.interest-button:focus-visible {
  outline: 3px solid rgba(11, 114, 118, 0.26);
  outline-offset: 3px;
}

.audience-note {
  margin: 13px 0 0;
  color: #5f706c;
  font-size: 11px;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.scroll-cue span { color: var(--accent); }
.scroll-cue:hover { color: var(--accent); }

.tenets {
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.tenets-label { color: #5f706c; }

.tenets ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px 24px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tenets li { display: grid; gap: 4px; }

.tenets span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}

.tenets small {
  color: #5f706c;
  font-size: 11px;
}

.resources {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 10vw, 160px);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 110px);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.resources-intro {
  max-width: 470px;
  align-self: start;
  position: sticky;
  top: 130px;
}

h2 {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 1;
}

.resources-intro > p:last-child {
  max-width: 35ch;
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.resource-list { border-top: 1px solid var(--ink); }

.resource-list > a {
  min-height: 132px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 22px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.resource-number {
  padding-top: 4px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.resource-copy { display: grid; gap: 9px; }

.resource-copy strong {
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 620;
  letter-spacing: -0.025em;
}

.resource-copy small {
  max-width: 60ch;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.resource-arrow {
  color: var(--accent);
  font-size: 17px;
  transition: transform 140ms ease;
}

.resource-list > a:hover .resource-copy strong { color: var(--accent); }
.resource-list > a:hover .resource-arrow { transform: translate(3px, -3px); }
.resource-list > a:focus-visible { outline: 3px solid rgba(11, 114, 118, 0.22); outline-offset: 5px; }

.closing-cta {
  min-height: 58svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 110px);
  background: var(--accent);
  color: white;
}

.closing-kicker {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.closing-cta h2 {
  margin-top: 18px;
  color: white;
  font-size: clamp(54px, 8vw, 112px);
}

.closing-cta > a {
  min-width: 245px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 20px;
  background: white;
  color: var(--accent-hover);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.closing-cta > a:hover { background: var(--paper); }
.closing-cta > a:focus-visible { outline: 3px solid white; outline-offset: 4px; }

.closing-wave {
  position: absolute;
  top: clamp(30px, 5vw, 70px);
  right: clamp(24px, 7vw, 110px);
  width: 150px;
  height: 55px;
  display: flex;
  overflow: hidden;
  opacity: 0.27;
}

.closing-wave i {
  flex: 0 0 64px;
  height: 50px;
  margin-right: -9px;
  border: 3px solid white;
  border-color: white transparent transparent transparent;
  border-radius: 50%;
  transform: translateY(22px);
}

.closing-wave i:nth-child(2) { transform: translateY(6px); }
.closing-wave i:nth-child(3) { transform: translateY(18px); }

@media (max-width: 850px) {
  .landing { grid-template-columns: 1fr; }

  .campus-photo {
    min-height: 46svh;
    height: 46svh;
  }

  .campus-photo img { object-position: center 44%; }

  .interest-panel {
    min-height: auto;
    padding: 52px clamp(22px, 7vw, 64px) 38px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .interest-copy { max-width: 620px; }
  h1 { max-width: none; font-size: clamp(48px, 11vw, 72px); }
  .tenets { margin-top: 72px; }

  .resources { grid-template-columns: 1fr; gap: 64px; }
  .resources-intro { position: static; }
  .closing-cta { grid-template-columns: 1fr; }
  .closing-cta > a { width: min(100%, 360px); }
}

@media (max-width: 520px) {
  .topbar { height: 64px; padding-inline: 18px; }
  .ea-wordmark { width: 142px; }
  .wordmark-divider { display: none; }
  .wordmark-campus { font-size: 10px; }
  .wave-mark { width: 22px; }
  .topbar-link { font-size: 12px; }

  .campus-photo {
    min-height: 39svh;
    height: 39svh;
  }

  .campus-photo figcaption {
    padding: 22px 16px 14px;
    font-size: 9px;
  }

  .campus-photo figcaption span { display: none; }
  .interest-panel { padding: 43px 20px 30px; }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  .interest-button { width: 100%; }
  .tenets ul { gap: 18px; }
  .resources { padding: 82px 20px; gap: 50px; }
  .resource-list > a { grid-template-columns: 32px minmax(0, 1fr) 18px; gap: 12px; }
  .resource-copy small { font-size: 12px; }
  .closing-cta { min-height: 70svh; padding: 86px 20px 42px; }
  .closing-cta h2 { font-size: clamp(52px, 18vw, 76px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .interest-button, .resource-arrow { transition: none; }
}
