:root {
  --ink: #090708;
  --ink-soft: #120d0f;
  --paper: #f1ebe2;
  --paper-dark: #d5ccc3;
  --cream: #eee6db;
  --muted: #9f9690;
  --gold: #c8a66b;
  --red: #78131c;
  --line: rgba(255, 255, 255, .13);
  --gutter: clamp(22px, 4vw, 70px);
  --ease: cubic-bezier(.77, 0, .18, 1);
  --header-height: 100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open, body:has(.site-lightbox[open]) { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 12px 16px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.site-noise {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.kicker {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .23em;
  text-transform: uppercase;
}

.global-header {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 10px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(9, 7, 8, .82);
  backdrop-filter: blur(18px);
}
.global-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.global-brand img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}
.global-brand > span {
  padding-left: 13px;
  border-left: 1px solid var(--line);
  color: var(--paper-dark);
  font: 500 9px/1.35 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 29px);
}
.global-nav a {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.global-nav > a:not(.nav-agency)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s;
}
.global-nav > a:hover::after,
.global-nav > a:focus-visible::after,
.global-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-agency {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 13px 16px;
  border: 1px solid var(--line);
}
.nav-agency:hover { background: var(--paper); color: var(--ink); }
.nav-toggle { display: none; }

.page-hero {
  display: grid;
  min-height: min(86vh, 900px);
  padding-top: var(--header-height);
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 12% 20%, rgba(120, 19, 28, .27), transparent 32%);
}
.page-hero-copy {
  display: flex;
  padding: clamp(120px, 17vh, 180px) var(--gutter) clamp(70px, 11vh, 120px);
  flex-direction: column;
  justify-content: flex-end;
}
.page-hero h1 {
  max-width: 920px;
  margin: 18px 0 34px;
  font: 600 clamp(74px, 9.7vw, 154px)/.76 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}
.page-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #b9afa9;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.75;
}
.page-hero-media {
  position: relative;
  min-height: 0;
  align-self: start;
  overflow: hidden;
  background: #171214;
}
.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 7, 8, .34), transparent 45%), linear-gradient(0deg, rgba(9, 7, 8, .35), transparent 40%);
}
.page-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(.68) contrast(1.03);
}
.page-hero-abstract {
  display: grid;
  min-height: 620px;
  place-items: center;
  background: radial-gradient(circle, rgba(120, 19, 28, .42), transparent 50%), #120d0f;
}
.page-hero-abstract span {
  color: rgba(241, 235, 226, .08);
  font: 600 17vw/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.05em;
}
.page-hero-text-only { grid-template-columns: 1fr; }
.page-hero-text-only .page-hero-copy {
  width: min(1220px, 100%);
  min-height: min(78vh, 780px);
}

.reading-section,
.article-layout {
  display: grid;
  padding: clamp(75px, 11vw, 165px) var(--gutter);
  grid-template-columns: minmax(150px, 1fr) minmax(0, 760px) minmax(0, .5fr);
  gap: clamp(30px, 6vw, 100px);
}
.reading-meta,
.article-meta {
  display: flex;
  align-self: start;
  padding-top: 5px;
  flex-direction: column;
  gap: 10px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.article-meta { grid-column: 1; }
.article-layout .rich-text { grid-column: 2; }
.content-note {
  grid-column: 2;
  padding: 20px 22px;
  border: 1px solid rgba(200, 166, 107, .35);
  background: rgba(200, 166, 107, .055);
  color: #c8beb7;
}
.content-note strong {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.content-note p { margin: 9px 0 0; font-size: 12px; line-height: 1.65; }
.rich-text { grid-column: 2; min-width: 0; }
.rich-text > *:first-child { margin-top: 0; }
.rich-text p,
.rich-text li,
.rich-text blockquote {
  color: #bdb3ad;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.85;
}
.rich-text p { margin: 0 0 28px; }
.rich-text strong { color: #e7dfd6; font-weight: 500; }
.rich-text em { color: #d1c4b9; }
.rich-text h2 {
  margin: clamp(55px, 8vw, 100px) 0 25px;
  font: 600 clamp(42px, 5vw, 73px)/.95 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.035em;
}
.rich-text h3 {
  margin: 52px 0 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.rich-text h4 {
  margin: 38px 0 12px;
  font: 600 30px/1 "Cormorant Garamond", Georgia, serif;
}
.rich-text p > strong:first-child {
  color: var(--gold);
}
.rich-text ul, .rich-text ol { padding-left: 20px; }
.rich-text li { padding-left: 6px; margin-bottom: 8px; }
.rich-text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 28px;
  border-left: 1px solid var(--gold);
  font: italic 500 clamp(25px, 3.2vw, 43px)/1.2 "Cormorant Garamond", Georgia, serif;
}
.rich-text table { width: 100%; border-collapse: collapse; }
.rich-text th, .rich-text td { padding: 13px; border: 1px solid var(--line); text-align: left; }

.gallery-section,
.video-section,
.downloads-section,
.cards-section,
.news-archive,
.related-links-section,
.faq-section,
.contact-form-section {
  padding: clamp(80px, 11vw, 160px) var(--gutter);
  border-top: 1px solid var(--line);
}
.related-links-section > .kicker { display: block; margin-bottom: 30px; }
.editorial-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.editorial-links a {
  display: flex;
  min-height: 95px;
  padding: 22px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  color: #c1b7b0;
  font-size: 12px;
  text-decoration: none;
}
.editorial-links a:not(:nth-child(4n + 1)) { padding-left: 24px; border-left: 1px solid var(--line); }
.editorial-links a span { color: var(--gold); font-size: 18px; }
.editorial-links a:hover { color: var(--paper); background: rgba(255,255,255,.025); }

.faq-section { background: #0d090a; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: grid;
  padding: 28px 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  font: 600 clamp(25px, 3vw, 39px)/1 "Cormorant Garamond", Georgia, serif;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font: 400 25px/1 Inter, sans-serif; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 0 32px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 9vw, 140px);
  background: #efe8dc;
  color: #171011;
}
.contact-form-intro h2 { margin: 18px 0 30px; font: 600 clamp(55px, 7vw, 100px)/.8 "Cormorant Garamond", Georgia, serif; letter-spacing: -.05em; }
.contact-form-intro p { max-width: 480px; color: #655b58; font-size: 14px; line-height: 1.8; }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 30px 24px; }
.lead-form label { display: flex; flex-direction: column; gap: 10px; }
.lead-form label > span { color: #6c5f5c; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea {
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(23,16,17,.28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #171011;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #78131c; }
.lead-form textarea { resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.lead-form .form-consent { flex-direction: row; align-items: flex-start; gap: 12px; }
.lead-form .form-consent input { margin-top: 2px; accent-color: #78131c; }
.lead-form .form-consent span { line-height: 1.55; text-transform: none; letter-spacing: .03em; }
.form-submit { display: flex; align-items: center; gap: 25px; }
.form-submit button { display: flex; min-width: 220px; padding: 17px 20px; justify-content: space-between; border: 1px solid #171011; background: #171011; color: #efe8dc; cursor: pointer; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.form-submit button:hover { background: #78131c; border-color: #78131c; }
.form-submit p { margin: 0; color: #655b58; font-size: 12px; }
.section-title {
  display: grid;
  margin-bottom: clamp(45px, 7vw, 90px);
  grid-template-columns: 1fr auto;
  align-items: end;
}
.section-title .kicker { grid-column: 1 / -1; margin-bottom: 15px; }
.section-title h2 {
  margin: 0;
  font: 600 clamp(56px, 7.4vw, 112px)/.82 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.05em;
}
.section-title > span:last-child {
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}
.media-tile {
  position: relative;
  align-self: start;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #171214;
  cursor: zoom-in;
}
.media-tile:nth-child(5n + 1) { grid-column: span 2; }
.media-tile img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(.65);
  transition: transform .6s var(--ease), filter .6s;
}
.media-tile:hover img, .media-tile:focus-visible img { filter: grayscale(0); }
.video-section > h2 {
  margin: 15px 0 45px;
  font: 600 clamp(54px, 7vw, 95px)/.9 "Cormorant Garamond", Georgia, serif;
}
.video-grid { display: grid; gap: 25px; }
.video-grid iframe,
.video-grid video { width: 100%; aspect-ratio: 16 / 9; border: 0; background: #000; object-fit: cover; }

.download-list {
  display: grid;
  border-top: 1px solid var(--line);
}
.download-list a {
  display: grid;
  padding: 24px 0;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
  text-decoration: none;
}
.download-list a:hover strong { color: var(--gold); }
.download-list span { color: var(--gold); font-size: 9px; letter-spacing: .16em; }
.download-list strong { font: 600 clamp(22px, 3vw, 34px)/1.05 "Cormorant Garamond", Georgia, serif; transition: color .25s; }
.download-list i { font-size: 24px; font-style: normal; }

.content-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}
.content-card {
  display: flex;
  min-width: 0;
  min-height: 570px;
  flex-direction: column;
  background: var(--ink-soft);
  text-decoration: none;
}
.content-card-media {
  position: relative;
  overflow: hidden;
  background: #191315;
}
.content-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 7, 8, .25), transparent 50%);
}
.content-card-media img { display: block; width: 100%; height: auto; filter: grayscale(.8); transition: transform .65s var(--ease), filter .65s; }
.content-card:hover img, .content-card:focus-visible img { filter: grayscale(.15); }
.card-placeholder {
  display: grid;
  width: 100%;
  min-height: 260px;
  place-items: center;
  color: rgba(241, 235, 226, .08);
  font: 600 8vw/1 "Cormorant Garamond", Georgia, serif;
}
.content-card-copy {
  display: flex;
  min-height: 285px;
  padding: 28px;
  flex: 1;
  flex-direction: column;
}
.content-card-copy > span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.content-card h3 {
  margin: 12px 0 18px;
  font: 600 clamp(30px, 3vw, 43px)/.96 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
.content-card p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.content-card b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.content-card b i { font-size: 17px; font-style: normal; }
.wide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 70px;
  padding: 45px;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 80% 20%, rgba(120, 19, 28, .33), transparent 34%);
}
.wide-cta h3 {
  margin: 12px 0 0;
  font: 600 clamp(34px, 4vw, 60px)/.95 "Cormorant Garamond", Georgia, serif;
}
.wide-cta > a {
  display: flex;
  gap: 30px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.wide-cta > a:hover { background: var(--paper); color: var(--ink); }
.dual-cta {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
}
.dual-cta a {
  display: flex;
  min-height: 180px;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.dual-cta a + a { border-left: 1px solid var(--line); }
.dual-cta a:hover { background: rgba(255, 255, 255, .04); }
.dual-cta span { color: var(--gold); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.dual-cta strong { font: 600 clamp(30px, 4vw, 50px)/1 "Cormorant Garamond", Georgia, serif; }

.teacher-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.teacher-card { min-height: 520px; }
.teacher-card .content-card-copy { min-height: 220px; }
.teacher-card h3 { font-size: clamp(28px, 2.7vw, 38px); }
.profile-layout {
  display: grid;
  min-height: 80vh;
  grid-template-columns: minmax(320px, 45vw) 1fr;
  border-bottom: 1px solid var(--line);
}
.profile-portrait {
  position: sticky;
  top: var(--header-height);
  height: auto;
  overflow: hidden;
  background: #171214;
}
.profile-portrait img { display: block; width: 100%; height: auto; filter: grayscale(.35); }
.profile-portrait > span {
  display: grid;
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  place-items: center;
  color: rgba(241, 235, 226, .1);
  font: 600 20vw/1 "Cormorant Garamond", Georgia, serif;
}
.profile-biography { padding: clamp(70px, 10vw, 150px) clamp(30px, 7vw, 110px); }
.profile-biography .rich-text { max-width: 740px; }
.back-link {
  display: inline-block;
  margin-bottom: 70px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-tools {
  position: sticky;
  z-index: 20;
  top: var(--header-height);
  display: grid;
  margin: calc(clamp(80px, 11vw, 160px) * -1) calc(var(--gutter) * -1) 70px;
  padding: 22px var(--gutter);
  grid-template-columns: minmax(240px, 1fr) 170px 210px auto;
  align-items: center;
  gap: 20px;
  border-block: 1px solid var(--line);
  background: rgba(9, 7, 8, .94);
  backdrop-filter: blur(16px);
}
.archive-tools input,
.archive-tools select {
  width: 100%;
  padding: 13px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  outline: 0;
  background: transparent;
  color: var(--paper);
}
.archive-tools select { appearance: none; }
.archive-tools > span { color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-card { min-width: 0; }
.news-card .content-card { height: 100%; }
.archive-empty { padding: 70px 0; color: var(--muted); }

.global-footer {
  padding: clamp(70px, 8vw, 120px) var(--gutter) 30px;
  border-top: 1px solid var(--line);
  background: #070506;
}
.footer-sitemap {
  display: grid;
  padding-bottom: clamp(55px, 7vw, 95px);
  grid-template-columns: minmax(250px, 1.2fr) repeat(4, minmax(120px, .7fr));
  gap: clamp(28px, 3.5vw, 60px);
}
.footer-identity > a { display: block; width: 120px; }
.footer-identity img { display: block; width: 100%; height: auto; }
.footer-identity > p { max-width: 310px; margin: 25px 0; color: #aaa09a; font: 600 27px/1.05 "Cormorant Garamond", Georgia, serif; }
.footer-identity address { display: flex; flex-direction: column; gap: 9px; color: #8d837e; font-size: 11px; font-style: normal; }
.footer-identity address a, .footer-social a, .footer-group a { width: fit-content; color: #aaa09a; text-decoration: none; }
.footer-social { display: flex; flex-wrap: wrap; gap: 11px 16px; margin-top: 28px; }
.footer-social a { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-group { display: flex; padding-left: clamp(20px, 3vw, 45px); flex-direction: column; gap: 14px; border-left: 1px solid var(--line); }
.footer-group h3 { margin: 0 0 10px; color: var(--paper); font: 600 25px/1 "Cormorant Garamond", Georgia, serif; }
.footer-group a { font-size: 12px; line-height: 1.35; }
.footer-identity a:hover, .footer-group a:hover { color: var(--paper); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: #756d68;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-bottom a { color: inherit; text-decoration: none; }

.site-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 26px;
  border: 0;
  background: rgba(5, 4, 4, .98);
  color: var(--paper);
}
.site-lightbox[open] { display: grid; place-items: center; }
.site-lightbox::backdrop { background: rgba(0, 0, 0, .82); }
.site-lightbox img { width: 100%; height: calc(100vh - 52px); object-fit: contain; }
.site-lightbox button {
  position: fixed;
  z-index: 2;
  top: 22px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 28px;
}

@media (max-width: 1100px) {
  .global-nav { gap: 14px; }
  .global-nav a { font-size: 8px; }
  .page-hero { grid-template-columns: 58% 42%; }
  .content-card-grid, .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teacher-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-sitemap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-identity { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 860px) {
  :root { --header-height: 80px; }
  .global-brand > span { display: none; }
  .global-brand img { width: 76px; height: 60px; }
  .global-nav {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    padding: 120px var(--gutter) 45px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    background: #090708;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity .3s, transform .3s;
  }
  .nav-open .global-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .global-nav a { font: 600 clamp(39px, 9vw, 66px)/.9 "Cormorant Garamond", Georgia, serif; letter-spacing: -.03em; text-transform: none; }
  .global-nav > a::after { display: none; }
  .nav-agency { margin-top: auto; padding: 16px 20px; font: 500 11px/1 Inter, sans-serif !important; letter-spacing: .15em !important; text-transform: uppercase !important; }
  .nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 42px;
    padding: 12px 10px;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
  }
  .nav-toggle span { display: block; height: 1px; background: var(--paper); transition: transform .25s, opacity .25s; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-text-only .page-hero-copy { min-height: 66vh; }
  .page-hero-copy { min-height: 64vh; padding-top: 150px; }
  .page-hero-media { min-height: 0; }
  .page-hero-abstract { min-height: 55vh; }
  .reading-section, .article-layout { grid-template-columns: 1fr; }
  .reading-meta, .article-meta, .rich-text, .article-layout .rich-text, .content-note { grid-column: 1; }
  .reading-meta, .article-meta { flex-direction: row; }
  .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teacher-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-portrait { position: relative; top: auto; height: auto; }
  .archive-tools { grid-template-columns: 1fr 1fr; }
  .archive-tools > span { grid-column: 1 / -1; }
  .editorial-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-links a:not(:nth-child(4n + 1)) { padding-left: 0; border-left: 0; }
  .editorial-links a:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
  .contact-form-section { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .global-brand img { width: 72px; height: 58px; }
  .page-hero { padding-top: var(--header-height); }
  .page-hero-copy { min-height: 60vh; }
  .page-hero h1 { font-size: clamp(66px, 22vw, 104px); }
  .page-hero-media { min-height: 0; }
  .content-card-grid, .news-grid, .teacher-grid { grid-template-columns: 1fr; }
  .content-card { min-height: 520px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-tile:nth-child(5n + 1) { grid-column: auto; }
  .section-title { grid-template-columns: 1fr; gap: 15px; }
  .wide-cta { align-items: flex-start; padding: 30px; flex-direction: column; }
  .dual-cta { grid-template-columns: 1fr; }
  .dual-cta a + a { border-top: 1px solid var(--line); border-left: 0; }
  .archive-tools { top: var(--header-height); grid-template-columns: 1fr; }
  .archive-tools > span { grid-column: auto; }
  .editorial-links { grid-template-columns: 1fr; }
  .editorial-links a:nth-child(even) { padding-left: 0; border-left: 0; }
  .lead-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .footer-sitemap { grid-template-columns: 1fr; }
  .footer-identity { grid-column: auto; grid-row: auto; }
  .footer-group { padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
