:root {
  --bg: #f4efe4;
  --surface: rgba(255, 252, 246, 0.86);
  --surface-strong: #fff9ef;
  --line: rgba(71, 57, 28, 0.14);
  --line-strong: rgba(71, 57, 28, 0.24);
  --text: #000000;
  --muted: #000000;
  --brand: #1c6b54;
  --brand-deep: #124232;
  --accent: #d9a441;
  --accent-soft: rgba(217, 164, 65, 0.16);
  --shadow: 0 24px 60px rgba(31, 47, 39, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(217, 164, 65, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(28, 107, 84, 0.14), transparent 24%),
    linear-gradient(180deg, #f8f3e9 0%, #f3ebdb 100%);
}

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

img {
  max-width: 100%;
}

.page-shell {
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 0 0 42px;
}

.hero::before,
.hero::after {
  display: none;
}

.hero::before {
  width: 520px;
  height: 520px;
  top: -220px;
  right: -120px;
  background: rgba(217, 164, 65, 0.15);
  filter: blur(10px);
}

.hero::after {
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: -120px;
  background: rgba(28, 107, 84, 0.1);
}

.intro-strip,
.section,
.footer {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.utility-bar,
.masthead,
.nav-ribbon {
  position: relative;
  z-index: 1;
}

.utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(16px, 3vw, 40px);
  background: #980505;
  color: #fff;
}

.utility-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}

.utility-item,
.utility-link {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.utility-link {
  opacity: 0.94;
}

.utility-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon-badge,
.panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-badge {
  width: 18px;
  height: 18px;
}

.icon-badge svg,
.panel-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.masthead {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 18px;
  padding: 14px clamp(16px, 3vw, 34px);
  background: rgba(255, 252, 247, 0.98);
  border-bottom: 1px solid var(--line);
}

.masthead-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.masthead .brand-mark {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.masthead-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.masthead-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 4vw, 3.8rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.masthead-copy span {
  font-size: clamp(0.96rem, 1.5vw, 1.3rem);
  font-weight: 800;
  color: var(--text);
}

.masthead-copy small {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.masthead-panels {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
}

.masthead-panel {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
}

.masthead-panel-address {
  max-width: 380px;
}

.masthead-panel-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.masthead-panel p {
  margin: 0;
  color: #000000;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.masthead-panel span {
  display: block;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.panel-icon {
  width: 16px;
  height: 16px;
  color: #980505;
}

.nav-ribbon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 clamp(16px, 3vw, 40px);
  background: #980505;
}

.nav-ribbon a {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  transition: background-color 180ms ease;
}

.nav-ribbon a:hover,
.nav-ribbon a:focus-visible,
.nav-ribbon-active {
  background: rgba(255, 255, 255, 0.12);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(160deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 700;
  box-shadow: var(--shadow);
}

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

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

.brand-copy span {
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.8);
  backdrop-filter: blur(16px);
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--brand-deep);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

.hero-copy,
.hero-panel,
.intro-strip article,
.about-card,
.table-card,
.feature-card,
.contact-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.hero-copy {
  z-index: 1;
  width: min(100%, 780px);
  margin: 0 auto;
  padding: 34px 38px;
  border-radius: var(--radius-xl);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.contact-card h2,
.panel-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 6vw, 5.7rem);
}

.hero-copy h1 span {
  color: var(--brand);
}

.hero-text,
.section-note,
.about-card p,
.feature-card p,
.contact-card p,
td,
th {
  color: var(--muted);
}

.hero-text {
  margin: 22px 0 0;
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 18px 40px rgba(18, 66, 50, 0.24);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 252, 246, 0.76);
  color: var(--text);
}

.hero-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}

.hero-banner {
  position: relative;
  min-height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
}

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

.panel-glow {
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(28, 107, 84, 0.9), rgba(14, 41, 31, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
}

.panel-card {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 34px 30px;
  border-radius: 26px;
  color: #fff;
}

.panel-label,
.feature-number,
.stat-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-label {
  color: #d9f6e0;
  background: rgba(255, 255, 255, 0.12);
}

.panel-card h2 {
  margin-top: 18px;
  max-width: 12ch;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.snapshot-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.snapshot-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.snapshot-grid strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
}

.snapshot-grid span {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.stat-kicker {
  color: var(--brand);
  background: var(--accent-soft);
}

.about-card h3,
.table-card h3,
.feature-card h3 {
  margin: 16px 0 10px;
  font-size: 1.12rem;
}

.section-note {
  margin: 0;
  line-height: 1.7;
}

.section {
  padding: 84px 24px 0;
}

.section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}

.section-heading h2,
.contact-card h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.disclosure-page-heading {
  margin-bottom: 22px;
}

.section-heading-inline {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.section-note {
  max-width: 34ch;
  font-size: 0.94rem;
}

.disclosure-layout,
.academics-grid {
  display: grid;
  gap: 36px;
}

.disclosure-layout {
  grid-template-columns: 1fr;
}

.disclosure-section {
  display: grid;
  gap: 36px;
  padding-top: 56px;
}

.disclosure-table-full {
  margin-top: 0;
}

.disclosure-note {
  margin: 0;
  padding: 0 28px 28px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.result-block {
  padding-bottom: 10px;
}

.result-label {
  margin: 8px 28px 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.academics-grid {
  grid-template-columns: 1.35fr 0.9fr;
}

.table-card {
  border-radius: 24px;
  overflow: hidden;
}

.table-card-header {
  padding: 26px 28px 0;
}

.table-card-header p {
  margin: 8px 0 0;
  color: var(--text);
}

.table-wrap {
  overflow-x: auto;
  padding: 18px 22px 22px;
}

table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.result-block table {
  min-width: 820px;
}

thead th {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

tbody tr:last-child td {
  border-bottom: 0;
}

th:first-child,
td:first-child {
  width: 80px;
}

.table-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(28, 107, 84, 0.18);
  border-radius: 999px;
  background: rgba(28, 107, 84, 0.08);
  color: var(--brand-deep);
  font-weight: 800;
}

.table-link:hover,
.table-link:focus-visible {
  background: rgba(28, 107, 84, 0.14);
}

.table-link.placeholder {
  border-color: rgba(217, 164, 65, 0.22);
  background: rgba(217, 164, 65, 0.13);
  color: #7a5616;
}

.campus-stack {
  display: grid;
  gap: 20px;
}

.feature-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.feature-number {
  color: var(--brand-deep);
  background: rgba(28, 107, 84, 0.1);
}

.contact-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(130deg, rgba(255, 249, 239, 0.92), rgba(255, 254, 250, 0.9)),
    radial-gradient(circle at right top, rgba(217, 164, 65, 0.16), transparent 30%);
}

.contact-card p {
  margin: 18px 0 0;
  max-width: 58ch;
  line-height: 1.8;
}

.contact-meta {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.contact-meta p {
  margin: 0;
  max-width: 68ch;
}

.contact-meta strong {
  color: var(--text);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px 28px;
  color: var(--text);
  font-size: 0.92rem;
}

.site-footer {
  margin-top: 44px;
  border-top: 4px solid #980505;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(248, 240, 226, 0.98));
}

.site-footer-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 28px 24px 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.footer-brand .brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 1rem;
}

.footer-brand-copy strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.95;
}

.footer-brand-copy p {
  margin: 6px 0 0;
  font-size: 0.98rem;
  font-weight: 700;
}

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

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
}

.footer-item .panel-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.footer-item p {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-item a,
.footer-item span {
  display: block;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.7;
}

.footer-item-address {
  grid-column: span 1;
}

@media (max-width: 1080px) {
  .masthead,
  .hero-grid,
  .disclosure-layout,
  .academics-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .masthead-panels,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-inline {
    grid-template-columns: 1fr;
  }

  .section-note {
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  .utility-bar,
  .utility-group,
  .utility-group-right,
  .nav-ribbon,
  .footer {
    flex-direction: column;
  }

  .utility-bar,
  .utility-group,
  .utility-group-right,
  .nav-ribbon {
    align-items: flex-start;
  }

  .masthead-brand {
    align-items: flex-start;
  }

  .masthead-panels {
    grid-template-columns: 1fr;
  }

  .nav-ribbon {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-ribbon a {
    min-height: 44px;
    width: 100%;
    padding: 0 14px;
  }

  .masthead .brand-mark {
    width: 66px;
    height: 66px;
  }

  .site-footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .utility-bar,
  .masthead,
  .nav-ribbon,
  .section,
  .contact-section,
  .footer,
  .site-footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .masthead-copy strong {
    font-size: clamp(1.6rem, 10vw, 2.6rem);
  }

  .masthead-copy span {
    font-size: 0.92rem;
  }

  .masthead-copy small {
    font-size: 0.74rem;
  }

  .utility-item,
  .utility-link {
    font-size: 0.88rem;
  }

  .footer-brand {
    align-items: flex-start;
  }

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

  .section {
    padding-top: 64px;
  }

  .contact-section {
    padding-bottom: 56px;
  }

  .button,
  .table-link {
    width: 100%;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  th,
  td {
    padding: 14px 12px;
  }
}
