:root {
  --aub-red: #840132;
  --aub-red-dark: #5f0024;
  --charcoal: #273237;
  --charcoal-deep: #172126;
  --taupe: #79726e;
  --ink: #172126;
  --muted: #606568;
  --paper: #ffffff;
  --soft: #f5f3ef;
  --stone: #e9e4dc;
  --line: rgba(39, 50, 55, 0.18);
  --shell: 1180px;
  --header-height: 72px;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(23, 33, 38, 0.12);
  --font: "Proxima Nova", "Cairo", "Segoe UI", Arial, Helvetica, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 28px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

h1,
h2,
h3 {
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(3.25rem, 6.2vw, 5.35rem);
  font-weight: 800;
  line-height: 0.94;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.08;
}

.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  border-radius: 6px;
  background: var(--paper);
  padding: 11px 16px;
  color: var(--charcoal-deep);
  font-weight: 800;
  text-decoration: none;
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--aub-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #f0c6d1;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  background: var(--aub-red);
  color: var(--paper);
}

.button-primary:hover {
  background: var(--aub-red-dark);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
}

.button-ghost:hover {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--charcoal-deep);
}

.button-dark {
  background: var(--charcoal-deep);
  color: var(--paper);
}

.button-dark:hover {
  background: var(--aub-red);
}

.button-light {
  background: var(--paper);
  color: var(--aub-red-dark);
}

.button-light:hover {
  background: var(--soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--aub-red);
  font-weight: 900;
  text-decoration: none;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.text-link-light {
  color: var(--paper);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(23, 33, 38, 0.36);
  color: var(--paper);
  backdrop-filter: blur(10px);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-visible {
  background: rgba(39, 50, 55, 0.98);
  box-shadow: 0 8px 28px rgba(23, 33, 38, 0.18);
}

.header-inner {
  display: flex;
  width: min(calc(100% - 48px), 1380px);
  height: 100%;
  align-items: center;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--paper);
  text-decoration: none;
}

.brand-aub {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
}

.brand-rule {
  width: 1px;
  height: 34px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.52);
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1.03rem;
  letter-spacing: 0.075em;
}

.brand-copy span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
}

.desktop-nav {
  display: flex;
  height: 100%;
  align-items: stretch;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 17px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 17px;
  bottom: 12px;
  left: 17px;
  height: 2px;
  background: #e5a8b8;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="location"] {
  color: var(--paper);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="location"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  height: 100%;
  align-items: stretch;
}

.header-apply {
  display: inline-flex;
  align-items: center;
  background: var(--aub-red);
  padding: 0 24px;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-apply:hover {
  background: var(--aub-red-dark);
}

.menu-toggle {
  display: grid;
  width: 72px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(39, 50, 55, 0.48);
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--paper);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.faculty-menu {
  position: fixed;
  z-index: 90;
  inset: var(--header-height) 0 0;
  visibility: hidden;
  background: var(--charcoal);
  color: var(--paper);
  opacity: 0;
  overflow-y: auto;
  transform: translateY(-16px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
}

.menu-open .faculty-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.faculty-menu-inner {
  display: grid;
  width: min(calc(100% - 64px), var(--shell));
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 2fr);
  gap: 72px;
  margin-inline: auto;
  padding: 72px 0 90px;
}

.faculty-menu-intro h2 {
  font-size: clamp(2.5rem, 4vw, 4.25rem);
}

.faculty-menu-intro > p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.7);
}

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

.menu-group h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 13px;
  color: #efc0cd;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-group a {
  display: inline-block;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.89rem;
  line-height: 1.35;
  text-decoration: none;
}

.menu-group a:hover {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-color: var(--aub-red);
  text-underline-offset: 4px;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: flex-end;
  background: var(--charcoal-deep);
  color: var(--paper);
  overflow: hidden;
}

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

.hero-slide {
  margin: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

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

.hero-slide:nth-child(2) img,
.hero-slide:nth-child(3) img {
  object-position: center 45%;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(23, 33, 38, 0.98) 0%, rgba(23, 33, 38, 0.83) 38%, rgba(23, 33, 38, 0.18) 76%),
    linear-gradient(0deg, rgba(23, 33, 38, 0.64) 0%, rgba(23, 33, 38, 0.04) 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: calc(var(--header-height) + 72px) 0 142px;
}

.hero-content h1 {
  max-width: 850px;
  margin-bottom: 26px;
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.14rem;
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-controls {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 38px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-dots {
  display: flex;
  gap: 9px;
}

.hero-dots button {
  width: 34px;
  height: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.38);
  padding: 0;
  cursor: pointer;
  transition: background-color 160ms ease, width 160ms ease;
}

.hero-dots button.is-active {
  width: 52px;
  background: var(--paper);
}

.hero-arrows {
  display: flex;
  gap: 8px;
}

.hero-arrows button {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: rgba(23, 33, 38, 0.32);
  color: var(--paper);
  place-items: center;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.hero-arrows button:hover {
  background: var(--paper);
  color: var(--charcoal-deep);
}

.quickbar {
  position: relative;
  z-index: 5;
  background: var(--aub-red);
  color: var(--paper);
}

.quickbar-inner {
  display: grid;
  min-height: 74px;
  grid-template-columns: auto repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.quickbar-label,
.quickbar a {
  display: flex;
  min-height: 74px;
  align-items: center;
}

.quickbar-label {
  padding-right: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quickbar a {
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px 18px;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease;
}

.quickbar a:hover {
  background: var(--aub-red-dark);
}

.section {
  padding: 118px 0;
}

.editorial-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.35fr);
  gap: 72px;
  align-items: start;
}

.editorial-layout-wide {
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.55fr);
}

.sticky-copy {
  position: sticky;
  top: calc(var(--header-height) + 42px);
}

.editorial-intro {
  border-right: 1px solid var(--line);
  padding-right: 52px;
}

.editorial-intro h2 {
  font-size: clamp(2.25rem, 3.5vw, 3.25rem);
}

.editorial-intro > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: var(--muted);
}

.principles {
  border-top: 1px solid var(--line);
}

.principle {
  display: grid;
  min-height: 176px;
  grid-template-columns: 76px 1fr;
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 32px 12px 32px 0;
}

.principle-number {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--aub-red);
  color: var(--paper);
  place-items: center;
  font-size: 0.75rem;
  font-weight: 900;
}

.principle-copy p {
  max-width: 580px;
  margin-bottom: 0;
  color: var(--muted);
}

.pathways-section {
  background: var(--soft);
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading-row h2 {
  margin-bottom: 0;
}

.section-heading-row > p {
  margin-bottom: 5px;
  color: var(--muted);
}

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

.gateway-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.gateway-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.gateway-media {
  height: 255px;
  overflow: hidden;
}

.gateway-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.gateway-card:nth-child(1) .gateway-media img {
  object-position: 66% center;
}

.gateway-card:hover .gateway-media img {
  transform: scale(1.035);
}

.gateway-copy {
  position: relative;
  min-height: 255px;
  padding: 28px 76px 30px 28px;
}

.gateway-index {
  display: block;
  margin-bottom: 28px;
  color: var(--aub-red);
  font-size: 0.75rem;
  font-weight: 900;
}

.gateway-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.circle-arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--aub-red);
  color: var(--paper);
  place-items: center;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  transition: background-color 160ms ease, transform 160ms ease;
}

.gateway-card:hover .circle-arrow,
.focus-card:hover .circle-arrow,
.department-link:hover .circle-arrow {
  background: var(--charcoal-deep);
  transform: translateX(3px);
}

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

.department-list {
  border-top: 1px solid var(--line);
}

.department-link {
  position: relative;
  display: grid;
  min-height: 96px;
  grid-template-columns: 78px 1fr 42px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: background-color 160ms ease, padding 160ms ease;
}

.department-link:hover {
  background: var(--soft);
  padding-inline: 18px;
}

.department-code {
  color: var(--aub-red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.department-title {
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.18;
}

.circle-arrow-small {
  position: static;
  right: auto;
  bottom: auto;
  width: 34px;
  height: 34px;
  font-size: 0.95rem;
}

.degree-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 28px;
}

.degree-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--charcoal-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.degree-links a:hover {
  border-color: var(--aub-red);
  color: var(--aub-red);
}

.studio-feature {
  display: grid;
  min-height: 740px;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  background: var(--stone);
  overflow: hidden;
}

.studio-image {
  height: 100%;
  min-height: 740px;
}

.studio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-card {
  position: relative;
  z-index: 1;
  width: calc(100% + 84px);
  margin-left: -84px;
  border-radius: var(--radius) 0 0 var(--radius);
  background: var(--taupe);
  padding: clamp(48px, 6vw, 88px);
  color: var(--paper);
}

.studio-card h2 {
  font-size: clamp(2.5rem, 4.3vw, 4.2rem);
}

.studio-card > p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.82);
}

.research-section {
  background: var(--charcoal);
  color: var(--paper);
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
}

.research-copy {
  position: relative;
  z-index: 1;
  margin-right: -54px;
  border-radius: var(--radius);
  background: var(--charcoal-deep);
  padding: clamp(42px, 5.5vw, 76px);
}

.research-copy h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.research-lede {
  color: rgba(255, 255, 255, 0.78);
}

.impact-list {
  margin: 30px 0 38px;
  padding: 0;
  list-style: none;
}

.impact-list li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 0 16px 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.93rem;
}

.impact-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.impact-list li::before {
  position: absolute;
  top: 23px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aub-red);
  content: "";
}

.research-image {
  min-height: 660px;
  border-radius: var(--radius);
  overflow: hidden;
}

.research-image img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover;
}

.community-section {
  background: var(--soft);
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.focus-card {
  position: relative;
  display: grid;
  min-height: 245px;
  grid-template-columns: 44px 1fr 34px;
  gap: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 26px;
  color: var(--ink);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.focus-card:nth-child(2n) {
  border-right: 0;
}

.focus-card:hover {
  background: var(--paper);
}

.focus-index {
  color: var(--aub-red);
  font-size: 0.73rem;
  font-weight: 900;
}

.focus-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--aub-red);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.focus-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.focus-card .circle-arrow {
  align-self: end;
}

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

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(260px, 0.72fr);
  gap: 22px;
  align-items: stretch;
}

.highlight-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.highlight-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.highlight-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.highlight-copy {
  padding: 28px;
}

.highlight-copy p {
  color: var(--muted);
  font-size: 0.93rem;
}

.highlight-copy .text-link {
  font-size: 0.85rem;
}

.highlight-card-compact {
  display: flex;
  background: var(--aub-red);
  color: var(--paper);
}

.highlight-card-compact .highlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.highlight-card-compact .focus-eyebrow,
.highlight-card-compact .highlight-copy p,
.highlight-card-compact .text-link {
  color: rgba(255, 255, 255, 0.82);
}

.directory-section {
  background: var(--charcoal-deep);
  color: var(--paper);
}

.directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}

.directory-heading h2 {
  margin-bottom: 0;
}

.directory-heading > p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.62);
}

.directory-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.directory-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.directory-group summary {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 28px;
  padding: 18px 4px;
  color: var(--paper);
  cursor: pointer;
  font-size: 1.28rem;
  font-weight: 800;
  list-style: none;
}

.directory-group summary::-webkit-details-marker {
  display: none;
}

.directory-group summary::after {
  display: grid;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--aub-red);
  color: var(--paper);
  content: "+";
  place-items: center;
  font-size: 1.2rem;
  line-height: 1;
}

.directory-group[open] summary::after {
  content: "−";
}

.directory-number {
  color: #d49aab;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
}

.directory-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 36px;
  padding: 0 4px 32px 64px;
}

.directory-links a {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.87rem;
  text-decoration: none;
}

.directory-links a:hover {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-color: var(--aub-red);
  text-underline-offset: 4px;
}

.contact-section {
  background: var(--aub-red);
  padding: 104px 0;
  color: var(--paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
  gap: 86px;
  align-items: center;
}

.contact-layout h2 {
  max-width: 690px;
}

.contact-layout > div > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-card {
  display: grid;
  gap: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding: 20px 0 20px 46px;
  font-style: normal;
}

.contact-card a {
  width: fit-content;
  color: var(--paper);
}

.contact-card span {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  background: var(--paper);
  color: var(--charcoal-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(200px, 0.6fr) minmax(200px, 0.65fr);
  gap: 64px;
  padding: 74px 0;
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.brand-aub-dark {
  color: var(--aub-red);
  font-size: 2rem;
}

.footer-brand strong {
  max-width: 390px;
  font-size: 1.13rem;
  line-height: 1.3;
}

.footer-brand p {
  color: var(--muted);
}

.social-links,
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.social-links a,
.footer-links a {
  width: fit-content;
  color: var(--charcoal-deep);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.social-links a:hover,
.footer-links a:hover {
  color: var(--aub-red);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal {
  background: var(--stone);
  color: var(--muted);
}

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

.footer-legal p {
  margin: 0;
  font-size: 0.76rem;
}

.footer-legal p:first-child {
  max-width: 760px;
}

.noscript-message {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  border-radius: 10px;
  background: var(--charcoal-deep);
  padding: 14px 18px;
  color: var(--paper);
  text-align: center;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #f1b229;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .desktop-nav a {
    padding-inline: 12px;
    font-size: 0.71rem;
  }

  .desktop-nav a::after {
    right: 12px;
    left: 12px;
  }

  .brand-copy span {
    display: none;
  }

  .studio-feature {
    grid-template-columns: 1fr 0.82fr;
  }

  .highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .highlight-card-compact {
    grid-column: 1 / -1;
    min-height: 270px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 66px;
  }

  body {
    font-size: 16px;
  }

  .shell,
  .faculty-menu-inner {
    width: min(calc(100% - 40px), var(--shell));
  }

  .header-inner {
    width: calc(100% - 24px);
  }

  .desktop-nav,
  .header-apply {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .menu-toggle {
    width: 58px;
  }

  .faculty-menu-inner {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 52px;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-content {
    padding-bottom: 136px;
  }

  .hero-content h1 {
    max-width: 720px;
  }

  .quickbar-inner {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quickbar-label {
    display: none;
  }

  .quickbar a:first-of-type {
    border-left: 0;
  }

  .section {
    padding: 88px 0;
  }

  .editorial-layout,
  .editorial-layout-wide {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sticky-copy {
    position: static;
  }

  .editorial-intro {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 40px;
  }

  .section-heading-row,
  .directory-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .gateway-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .gateway-media,
  .gateway-copy {
    min-height: 270px;
    height: auto;
  }

  .studio-feature {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .studio-image {
    width: 100%;
    min-height: 560px;
  }

  .studio-card {
    width: calc(100% - 40px);
    margin: -68px auto 40px;
    border-radius: var(--radius);
  }

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

  .research-copy {
    margin: 0 0 -52px;
  }

  .research-image,
  .research-image img {
    min-height: 540px;
  }

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

  .focus-card,
  .focus-card:nth-child(2n) {
    border-right: 0;
  }

  .directory-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .contact-card {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 0;
    padding: 34px 0 0;
  }

  .footer-main {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
    gap: 36px;
  }
}

@media (max-width: 620px) {
  .shell,
  .faculty-menu-inner {
    width: min(calc(100% - 28px), var(--shell));
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
  }

  h2 {
    font-size: 2.35rem;
  }

  .brand-aub {
    font-size: 1.2rem;
  }

  .brand-rule {
    height: 28px;
    margin-inline: 10px;
  }

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

  .faculty-menu-intro h2 {
    font-size: 2.55rem;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero {
    min-height: 790px;
  }

  .hero-slide img {
    object-position: 66% center;
  }

  .hero-slide:nth-child(2) img,
  .hero-slide:nth-child(3) img {
    object-position: center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(23, 33, 38, 0.9) 0%, rgba(23, 33, 38, 0.38) 100%),
      linear-gradient(0deg, rgba(23, 33, 38, 0.94) 0%, rgba(23, 33, 38, 0.16) 72%);
  }

  .hero-content {
    padding: 124px 0 132px;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .hero-controls {
    bottom: 26px;
  }

  .hero-arrows {
    display: none;
  }

  .quickbar-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quickbar a {
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .quickbar a:nth-of-type(odd) {
    border-left: 0;
  }

  .section {
    padding: 72px 0;
  }

  .principle {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding-block: 26px;
  }

  .principle-number {
    width: 40px;
    height: 40px;
  }

  .section-heading-row {
    margin-bottom: 36px;
  }

  .gateway-card {
    display: block;
  }

  .gateway-media {
    height: 240px;
    min-height: 0;
  }

  .gateway-copy {
    min-height: 250px;
  }

  .department-link {
    min-height: 92px;
    grid-template-columns: 56px 1fr 34px;
    gap: 10px;
  }

  .department-title {
    font-size: 1.02rem;
  }

  .degree-links {
    align-items: flex-start;
  }

  .studio-image {
    min-height: 430px;
  }

  .studio-card {
    margin-top: -46px;
    padding: 36px 24px;
  }

  .studio-card h2,
  .research-copy h2 {
    font-size: 2.35rem;
  }

  .research-copy {
    padding: 34px 22px;
  }

  .research-image,
  .research-image img {
    min-height: 440px;
  }

  .focus-card {
    min-height: 220px;
    grid-template-columns: 34px 1fr 34px;
    gap: 12px;
    padding: 24px 12px;
  }

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

  .highlight-card-compact {
    grid-column: auto;
    min-height: 300px;
  }

  .directory-group summary {
    min-height: 76px;
    gap: 14px;
    font-size: 1.08rem;
  }

  .directory-links {
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .contact-section {
    padding: 76px 0;
  }

  .contact-actions {
    align-items: flex-start;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 56px 0;
  }

  .footer-legal-inner {
    display: grid;
    padding: 22px 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
