:root {
  --night: #102b43;
  --night-soft: #173b58;
  --navy: #245574;
  --brand-blue: #68a5c4;
  --cyan: #a6dcef;
  --cyan-soft: #e6f5f9;
  --gold: #efdda2;
  --ivory: #fbf9f3;
  --ink-muted: rgba(241, 248, 250, 0.9);
  --glass: rgba(54, 96, 124, 0.58);
  --glass-strong: rgba(30, 67, 94, 0.84);
  --glass-line: rgba(224, 241, 246, 0.29);
  --glass-highlight: rgba(255, 255, 255, 0.22);
  --shadow: 0 30px 90px rgba(4, 24, 38, 0.2);
  --page-width: min(1380px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  background: var(--night);
  color: var(--ivory);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--cyan); color: var(--night); }
a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.site-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(145, 211, 232, .11), transparent 34%),
    linear-gradient(145deg, #1c4b68, var(--night) 57%, #20506d);
}
.glass-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.1), transparent 27%),
    linear-gradient(135deg, rgba(67, 116, 148, .72), rgba(27, 64, 91, .62));
  border: 1px solid var(--glass-line);
  box-shadow: inset 0 1px 0 var(--glass-highlight), inset 0 -1px 0 rgba(255,255,255,.035), var(--shadow);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  padding: 20px 0;
}
.header-inner {
  position: relative;
  width: min(1880px, calc(100% - 24px));
  min-height: 74px;
  margin: 0 auto;
  padding: 10px 12px 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(235, 248, 252, .76);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.14) 36%, transparent 62%),
    linear-gradient(105deg, rgba(190, 227, 244, .64), rgba(105, 178, 212, .5));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -1px 0 rgba(102, 163, 193, .16),
    0 16px 46px rgba(4, 22, 34, .16);
  -webkit-backdrop-filter: blur(32px) saturate(148%) brightness(1.06);
  backdrop-filter: blur(32px) saturate(148%) brightness(1.06);
}
.brand { display: flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand-lockup {
  display: block;
}
.brand-copy {
  min-width: 0;
  padding: 7px 12px 6px;
  display: grid;
  align-content: center;
  line-height: 1;
}
.brand-eyebrow {
  margin-bottom: 4px;
  color: #2d6789;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.brand-copy strong {
  color: #153f5b;
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .035em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-foundation {
  margin-top: 5px;
  color: rgba(20, 64, 92, .88);
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: 10.5px;
  font-style: italic;
  line-height: 1.12;
  white-space: nowrap;
}
.desktop-nav { display: flex; align-items: center; gap: clamp(10px, 1.25vw, 20px); }
.desktop-nav > a,
.nav-dropdown > summary,
.search-trigger {
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(16, 54, 80, .88);
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 0;
  white-space: nowrap;
  transition: color .25s ease;
}
.nav-dropdown { position: relative; }
.nav-dropdown > summary { list-style: none; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary::after { content: "⌄"; margin-left: 8px; color: #346f94; font-size: 13px; }
.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 13px);
  right: -24px;
  width: min(390px, calc(100vw - 48px));
  max-height: min(70vh, 650px);
  padding: 14px;
  overflow-y: auto;
  display: grid;
  border: 1px solid var(--glass-line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.085), transparent 28%),
    linear-gradient(145deg, rgba(55, 103, 134, .96), rgba(23, 57, 81, .96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 28px 80px rgba(4, 23, 36, .27);
  -webkit-backdrop-filter: blur(32px) saturate(150%);
  backdrop-filter: blur(32px) saturate(150%);
}
.nav-dropdown-panel a { padding: 12px 14px; border-radius: 12px; color: rgba(255,255,255,.86); text-decoration: none; font-size: 13px; line-height: 1.4; }
.nav-dropdown-panel a:hover { color: white; background: rgba(112,191,242,.09); }
.nav-dropdown-panel .nav-child { margin-left: 14px; padding-left: 20px; border-left: 1px solid rgba(239,211,106,.32); color: rgba(255,255,255,.7); font-size: 12px; }
.desktop-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  transition: right .28s ease;
}
.desktop-nav > a:hover, .nav-dropdown > summary:hover, .search-trigger:hover { color: #082f4c; }
.desktop-nav > a:hover::after { right: 0; }
.desktop-nav .language {
  min-width: 70px;
  height: 44px;
  padding: 0 11px;
  border: 1px solid rgba(31, 91, 126, .28);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #123f5f;
  background: rgba(255,255,255,.25);
}
.language-flag { font-size: 17px; line-height: 1; letter-spacing: 0; }
.desktop-nav .language::after { display: none; }
.search-trigger { display: inline-flex; gap: 7px; align-items: center; }
.search-trigger span:first-child { color: #276c93; font-size: 20px; line-height: 0; }
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: min(920px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--night);
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) brightness(1.08) contrast(1.06);
  transform: scale(1.015);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 20%, rgba(207, 239, 249, .2), transparent 31%),
    linear-gradient(90deg, rgba(11, 37, 57, .53) 0%, rgba(24, 64, 91, .19) 48%, rgba(15, 43, 65, .035) 100%),
    linear-gradient(0deg, var(--night) 0%, rgba(18, 50, 74, .015) 38%, rgba(8, 29, 47, .16) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: var(--page-width);
  min-height: inherit;
  margin: 0 auto;
  padding: 180px 0 88px;
  display: flex;
  align-items: end;
}
.hero-panel {
  width: min(760px, 72%);
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}
.hero-kicker {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(42px, 4.8vw, 62px) clamp(38px, 5vw, 64px) clamp(38px, 4.2vw, 52px);
  overflow: hidden;
  border-bottom: 1px solid rgba(239, 221, 162, .34);
  background:
    linear-gradient(118deg, rgba(158, 220, 237, .15), transparent 45%),
    linear-gradient(90deg, rgba(8, 34, 53, .3), rgba(255, 255, 255, .035));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    inset 0 -16px 44px rgba(4, 24, 38, .12);
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.55vw, 52px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.018em;
  text-wrap: balance;
  text-shadow: 0 10px 34px rgba(3, 22, 35, .38);
}
.hero-kicker::after {
  content: "";
  position: absolute;
  inset: auto clamp(38px, 5vw, 64px) 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--cyan), transparent 86%);
  box-shadow: 0 0 18px rgba(166, 220, 239, .34);
}
.hero-actions {
  margin: 0;
  padding: 26px clamp(38px, 5vw, 64px) clamp(34px, 4vw, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero-news-link {
  width: fit-content;
  padding: 12px 15px 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(206, 235, 244, .2);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  text-decoration: none;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.hero-news-link span:last-child { color: var(--gold); }
.hero-feature-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.hero-feature-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  min-height: 90px;
  padding: 7px 13px 7px 7px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(239, 211, 106, .56);
  border-radius: 24px;
  color: white;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.hero-summer-link {
  border-color: rgba(239, 211, 106, .56);
  background: linear-gradient(120deg, rgba(231, 210, 138, .18), rgba(71, 127, 159, .28));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 12px 34px rgba(2, 9, 25, .22);
}
.hero-imtex-online-link {
  border-color: rgba(166, 220, 239, .5);
  background: linear-gradient(120deg, rgba(89, 166, 202, .21), rgba(43, 95, 129, .32));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 12px 34px rgba(2, 9, 25, .22);
}
.hero-feature-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -70% 55% -70% -20%;
  transform: rotate(14deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}
.hero-feature-mark,
.summer-academy-mark {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239,221,162,.23);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.19), 0 12px 30px rgba(4,22,34,.17);
}
.hero-feature-mark img,
.summer-academy-mark img {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 13px rgba(1, 10, 24, .28));
}
.hero-imtex-online-mark img { width: 64px; height: 64px; }
.hero-feature-label { min-width: 0; color: white; line-height: 1.45; }
.hero-imtex-online-label span { display: block; margin-top: 5px; color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.hero-feature-arrow { color: var(--gold); font-size: 16px; }
.hero-feature-link:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 18px 42px rgba(2, 9, 25, .34);
}
.hero-summer-link:hover { border-color: rgba(239, 211, 106, .82); background: linear-gradient(120deg, rgba(231, 210, 138, .24), rgba(71, 127, 159, .36)); }
.hero-imtex-online-link:hover { border-color: rgba(166, 220, 239, .8); background: linear-gradient(120deg, rgba(89, 166, 202, .28), rgba(43, 95, 129, .4)); }
.news-section {
  position: relative;
  width: var(--page-width);
  margin: 0 auto;
  padding: 128px 0 160px;
}
.news-overview { padding-top: 92px; }
.news-overview .section-heading h1 { margin: 0; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: clamp(58px, 7vw, 94px); font-weight: 400; line-height: .85; letter-spacing: -.04em; }
.section-heading { display: flex; align-items: flex-end; gap: 32px; margin-bottom: 54px; }
.section-heading > div { flex: 0 0 auto; }
.section-heading p { margin: 0 0 12px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .25em; }
.section-heading h2 { margin: 0; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: clamp(58px, 7vw, 94px); font-weight: 400; line-height: .85; letter-spacing: -.04em; }
.section-line { flex: 1; height: 1px; margin-bottom: 5px; background: linear-gradient(90deg, rgba(101,203,234,.4), transparent); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.news-card {
  min-height: 550px;
  overflow: hidden;
  border-radius: 30px;
  display: grid;
  grid-template-rows: 285px 1fr;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.news-card:hover { transform: translateY(-7px); border-color: rgba(101,203,234,.35); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 38px 100px rgba(0, 5, 14, .48); }
.news-card-featured {
  grid-column: 1 / -1;
  min-height: 530px;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 1fr;
}
.news-image { min-height: 240px; overflow: hidden; background: rgba(18,48,70,.72); }
.news-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-image-type {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  background: linear-gradient(145deg, rgba(91,151,182,.78), rgba(24,61,86,.9));
}
.news-image-type::before,
.news-image-type::after {
  display: none;
}
.news-image-type span { color: rgba(228,244,248,.16); font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 112px; line-height: .72; }
.news-copy { padding: clamp(34px, 4vw, 58px); display: flex; flex-direction: column; }
.news-copy time, .content-title time { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.news-copy h3 { margin: 20px 0 20px; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-weight: 400; font-size: clamp(29px, 3vw, 45px); line-height: 1.08; letter-spacing: -.02em; }
.news-copy h3 a { text-decoration: none; }
.excerpt { max-width: 640px; color: var(--ink-muted); font-size: 14px; line-height: 1.75; }
.excerpt p { margin: 0; }
.read-more {
  width: fit-content;
  margin-top: auto;
  padding-top: 30px;
  text-decoration: none;
  color: var(--cyan-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.read-more span { color: var(--gold); padding-left: 8px; }

.content-main {
  position: relative;
  width: min(1040px, calc(100% - 64px));
  margin: 0 auto;
  padding: 190px 0 150px;
}
.content-title {
  position: relative;
  z-index: 1;
  padding: clamp(38px, 6vw, 76px);
  margin-bottom: 34px;
  border-radius: 34px;
}
.content-title h1 { margin: 14px 0 0; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: clamp(46px, 6.4vw, 82px); font-weight: 400; line-height: 1; letter-spacing: -.04em; text-wrap: balance; }
.content-hero-image { position: relative; z-index: 1; width: 100%; max-height: 690px; object-fit: cover; display: block; margin: 0 0 34px; border-radius: 30px; border: 1px solid var(--glass-line); box-shadow: var(--shadow); }
.prose {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  padding: clamp(34px, 6vw, 76px);
  border-radius: 34px;
  color: rgba(244, 249, 250, .9);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 1.82;
}
.prose h2, .prose h3, .prose h4 { color: white; line-height: 1.15; font-weight: 400; }
.prose h2 { font-size: 38px; margin: 54px 0 21px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 27px; margin: 42px 0 16px; }
.prose p { margin: 0 0 22px; }
.prose ul { padding-left: 1.3em; margin: 0 0 28px; }
.prose li { padding-left: .25em; margin-bottom: 7px; }
.prose hr { height: 1px; border: 0; background: linear-gradient(90deg, rgba(101,203,234,.4), transparent); margin: 44px 0; }
.prose img { max-width: 100%; height: auto; border-radius: 22px; }
.prose a { pointer-events: auto; color: var(--cyan-soft); text-decoration: underline; text-decoration-color: rgba(112,191,242,.42); text-underline-offset: .18em; }
.prose a:hover { color: white; text-decoration-color: var(--gold); }
.legal-copy { font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; font-size: 15px; line-height: 1.78; }
.association-copy {
  color: rgba(244,249,250,.9);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.78;
}
.association-copy .legacy-spacer,
.association-copy .divider-wrap,
.association-copy .divider { display: none !important; }
.association-copy h1,
.association-copy h2,
.association-copy h3 {
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-weight: 400;
  letter-spacing: -.015em;
  text-wrap: balance;
}
.association-copy h1 { margin: 48px 0 22px; font-size: clamp(34px, 5vw, 48px); line-height: 1.08; }
.association-copy h2 {
  margin: 58px 0 22px;
  padding-top: 34px;
  border-top: 1px solid rgba(198,225,232,.14);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.12;
}
.association-copy h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.association-copy h3 { margin: 38px 0 16px; font-size: clamp(23px, 3vw, 29px); line-height: 1.2; }
.association-copy h4,
.association-copy h5 {
  margin: 24px 0 12px;
  color: rgba(244,249,250,.91);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-wrap: balance;
}
.association-copy p,
.association-copy ul,
.association-copy ol { max-width: 850px; }
.association-copy ul,
.association-copy ol { margin: 20px 0 30px; padding-left: 1.35em; }
.association-copy li { margin-bottom: 9px; padding-left: .35em; }
.association-copy img,
.association-copy img.alignleft,
.association-copy img.alignright,
.association-copy img.aligncenter {
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: min(100%, 680px) !important;
  height: auto !important;
  max-height: min(560px, 68svh);
  object-fit: contain;
  display: block;
  margin: 34px auto !important;
  border: 1px solid rgba(214,234,255,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 18px 50px rgba(0,6,18,.25);
}
.association-copy table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; }
.association-copy td,
.association-copy th { padding: 14px; border: 1px solid rgba(255,255,255,.12); text-align: left; }
.association-copy blockquote {
  max-width: 820px;
  margin: 30px 0;
  padding: 24px 28px;
  border: 1px solid rgba(198,225,232,.12);
  border-left: 3px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.035);
  color: rgba(244,249,250,.9);
}
.association-copy .divider-border { display: none !important; }

.association-profile {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
  padding: 42px 0;
  border-top: 1px solid rgba(198,225,232,.14);
}
.association-profile:first-of-type { padding-top: 0; border-top: 0; }
.association-profile .profile-photo p,
.association-profile .profile-photo h4 { margin: 0; }
.association-profile .profile-photo img {
  width: 100% !important;
  max-width: 260px !important;
  max-height: 360px;
  margin: 0 !important;
  border-radius: 16px;
}
.association-profile .profile-copy h2 {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  font-size: clamp(28px, 3.4vw, 36px);
}
.association-profile .profile-copy h3 { margin-top: 28px; font-size: 23px; }
.association-profile .profile-copy h4 { margin: 0 0 15px; font-weight: 400; }
.association-profile .profile-copy p:last-child,
.association-profile .profile-copy h4:last-child { margin-bottom: 0; }

.membership-headings,
.membership-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 58px);
}
.membership-headings {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(198,225,232,.2);
}
.membership-headings h3 { margin: 0; font-size: clamp(23px, 3vw, 29px); }
.membership-pair {
  padding: 24px 0;
  border-bottom: 1px solid rgba(198,225,232,.1);
}
.membership-pair ul,
.membership-pair p { margin: 0; }
.membership-purpose li::marker { color: var(--gold); }
.membership-benefit {
  padding: 18px 20px;
  border: 1px solid rgba(198,225,232,.12);
  border-radius: 15px;
  background: rgba(255,255,255,.035);
  color: rgba(231,243,246,.78);
}
.membership-benefit em { font-style: normal; }

.association-section-title {
  margin-top: 52px !important;
  padding-top: 28px !important;
  font-size: clamp(23px, 3vw, 29px) !important;
}
.association-page-2086 #content,
.association-page-9138 > h1:first-child { display: none; }

.trademark-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}
.trademark-option {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(198,225,232,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
}
.trademark-option img,
.trademark-option img.alignleft,
.trademark-option img.alignright,
.trademark-option img.aligncenter {
  max-width: 100% !important;
  max-height: 190px;
  margin: 0 auto 22px !important;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}
.trademark-option h3 {
  margin: 8px 0;
  padding: 0;
  border: 0;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}
.trademark-option p:last-child,
.trademark-option h3:last-child { margin-bottom: 0; }

.teacher-search-visual {
  width: min(100%, 920px);
  margin: 38px 0 0;
  overflow: hidden;
  border: 1px solid rgba(218,239,246,.18);
  border-radius: 24px;
  background: rgba(255,255,255,.04);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 24px 58px rgba(4,24,38,.18);
}
.association-copy .teacher-search-visual img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.teacher-search-callout {
  max-width: 820px;
  margin: 30px 0 38px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(198,225,232,.15);
  border-left: 3px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 18px 45px rgba(0,6,18,.16);
}
.teacher-search-callout p { margin: 0 0 18px; }
.teacher-search-callout p:last-child { margin-bottom: 0; }
.teacher-search-callout a {
  color: white;
  font-weight: 600;
  text-decoration-color: var(--gold);
}
.association-copy.association-page-2025 img,
.association-copy.association-page-42 img {
  max-width: min(100%, 190px) !important;
  max-height: 240px;
  margin: 24px 0 !important;
}
.association-page-42 .contact-detail {
  max-width: 720px;
  margin: 20px 0 27px;
}
.association-page-42 .contact-detail strong { font-weight: 600; }
.association-overview {
  display: grid;
  gap: 0;
}
.association-overview-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(34px, 5vw, 58px);
  align-items: stretch;
  padding-bottom: clamp(38px, 6vw, 64px);
  border-bottom: 1px solid rgba(205,232,240,.18);
}
.association-overview-primary,
.association-overview-context { min-width: 0; }
.association-overview-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.association-overview-context {
  display: flex;
  align-items: center;
  padding: clamp(22px, 3vw, 34px) 0 clamp(22px, 3vw, 34px) clamp(28px, 4vw, 46px);
  border-left: 1px solid rgba(205,232,240,.2);
}
.association-overview-intro h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
  text-transform: none;
  text-wrap: balance;
}
.association-overview-intro h2 strong { font-weight: inherit; }
.association-overview-intro h3 {
  margin: 0;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 450;
  line-height: 1.68;
}
.association-overview-intro h3:first-of-type {
  margin-top: 15px;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.42;
  letter-spacing: -.01em;
}
.association-overview-intro h3:last-child { margin-bottom: 0; color: rgba(235,247,250,.78); }
.association-overview-body {
  width: min(100%, 890px);
  margin: 0 auto;
  padding: clamp(46px, 7vw, 76px) 0;
}
.association-overview-body .association-overview-lede,
.association-overview-body > p:first-child {
  max-width: none;
  margin-top: 0;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(21px, 2.7vw, 27px);
  line-height: 1.55;
}
.association-overview-body p,
.association-overview-body ul { max-width: none; }
.association-overview-missions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 68px);
  margin-top: clamp(42px, 6vw, 64px);
}
.association-overview-mission {
  min-width: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(205,232,240,.18);
}
.association-overview-mission > :first-child { margin-top: 0; }
.association-overview-mission > :last-child { margin-bottom: 0; }
.association-overview-mission > p:last-of-type { line-height: 1.9; }
.association-overview-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 5vw, 54px);
  margin: 24px 0 48px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(205,232,240,.13);
}
.association-overview-mission ul { grid-template-columns: 1fr; margin-bottom: 0; }
.association-overview-body li {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 22px;
  border-bottom: 1px solid rgba(205,232,240,.13);
}
.association-overview-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(239,211,106,.28);
}
.association-overview-feature {
  position: relative;
  height: clamp(300px, 43vw, 500px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(205,232,240,.18);
  border-radius: 26px;
  background: rgba(255,255,255,.03);
  box-shadow: 0 24px 65px rgba(0,7,20,.2);
}
.association-overview-feature > a { display: block; width: 100%; height: 100%; }
.association-copy .association-overview-feature img,
.association-copy .association-overview-feature img.aligncenter {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}
.association-overview-leadership {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 70px);
  padding: clamp(46px, 7vw, 74px) 0 12px;
}
.association-leadership-profile {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-width: 0;
  padding-top: 27px;
  border-top: 1px solid rgba(205,232,240,.18);
}
.association-leadership-photo,
.association-leadership-photo > a { display: block; width: 150px; height: 150px; }
.association-copy .association-leadership-photo img,
.association-copy .association-leadership-photo img.alignleft,
.association-copy .association-leadership-photo img.alignnone {
  width: 150px !important;
  max-width: 150px !important;
  height: 150px !important;
  max-height: 150px;
  margin: 0 !important;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0,7,20,.22);
}
.association-leadership-copy { min-width: 0; font-size: 16px; line-height: 1.65; }
.association-leadership-copy > strong { font-weight: 450; }
.association-leadership-copy > strong > br:first-child { display: none; }
.association-leadership-copy h3 {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.42;
}
.association-leadership-copy h3 strong { font-weight: inherit; }
.association-leadership-copy a { font-weight: 650; }
.association-overview-trademark {
  margin-top: clamp(48px, 7vw, 78px);
  padding-top: clamp(38px, 6vw, 60px);
  border-top: 1px solid rgba(205,232,240,.18);
}
.association-overview-trademark h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.association-overview-trademark h5 { max-width: 870px; font-size: 17px; line-height: 1.8; }
.association-overview-trademark > h2:last-child a {
  display: inline-flex;
  padding: 12px 19px;
  border: 1px solid rgba(239,211,106,.46);
  border-radius: 999px;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .13em;
  text-decoration: none;
}
.topic-copy { font-size: 17px; }
.topic-copy [style*="color"] { color: inherit !important; }
.topic-copy h1 { margin: 46px 0 20px; color: white; font-size: 42px; font-weight: 400; line-height: 1.08; }
.topic-copy h2, .topic-copy h3, .topic-copy h4, .topic-copy h5 { text-wrap: balance; }
.topic-copy h4 { margin: 22px 0 14px; font-size: 20px; font-weight: 400; line-height: 1.55; }
.topic-copy h5 { margin: 20px 0; font-size: 17px; font-weight: 400; line-height: 1.65; }
.topic-copy img,
.topic-copy img.alignleft,
.topic-copy img.alignright,
.topic-copy img.aligncenter {
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: min(720px, 72svh);
  object-fit: contain;
  display: block;
  margin: 34px auto !important;
  border: 1px solid rgba(214, 234, 255, .16) !important;
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 20px 55px rgba(0, 6, 18, .28);
}
.topic-copy table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; }
.topic-copy td, .topic-copy th { padding: 12px; border: 1px solid rgba(255,255,255,.12); }
.topic-copy blockquote { margin: 28px 0; padding: 20px 24px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.04); }
.topic-copy .divider { height: 25px; }
.topic-copy .divider-border { height: 1px !important; margin: 32px 0 !important; background: linear-gradient(90deg, rgba(112,191,242,.35), transparent); }
.topic-copy audio, .topic-copy video { width: 100%; margin: 26px 0; }
.english-content-layout { width: 100%; }
.english-content-layout .legacy-spacer,
.association-copy .legacy-page-title { display: none !important; }
.german-design-parity,
.association-editorial-layout {
  min-width: 0;
  display: flow-root;
}
.german-design-parity .editorial-image,
.german-design-parity a > .editorial-image {
  width: auto !important;
  max-width: min(100%, 820px) !important;
  max-height: min(680px, 70svh);
  margin: 32px auto !important;
  object-fit: contain;
}
.german-design-parity .editorial-image--portrait { max-width: min(100%, 460px) !important; }
.german-design-parity .editorial-image--compact { max-width: min(100%, 330px) !important; }
.german-design-parity .editorial-image--panorama { width: 100% !important; max-width: 920px !important; }
.german-design-parity .editorial-audio,
.german-design-parity .editorial-video {
  width: 100%;
  margin: 26px 0;
  border-radius: 14px;
}
.legal-copy h2 { font-family: "Iowan Old Style", Baskerville, Georgia, serif; }
.legal-copy [style*="color"] { color: inherit !important; }

/* Shared editorial system for every content page except News. */
.editorial-content-main .content-title {
  overflow: hidden;
  border-color: rgba(214,236,244,.2);
  background:
    linear-gradient(118deg, rgba(255,255,255,.085), rgba(255,255,255,.025) 58%, rgba(116,193,226,.08)),
    var(--glass);
}
.editorial-content-main .editorial-content-title {
  margin-bottom: clamp(12px, 1.7vw, 18px);
  border-radius: 34px 34px 18px 18px;
}
.editorial-content-main .content-title::after {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  margin-top: clamp(24px, 3.5vw, 38px);
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), rgba(239,211,106,.14));
  box-shadow: 0 0 20px rgba(239,211,106,.18);
}
.editorial-content-main .content-title h1 { max-width: 900px; }
.editorial-content-main .content-hero-image {
  margin-bottom: clamp(12px, 1.7vw, 18px);
  border-radius: 18px;
}
.site-editorial-page {
  border-radius: 18px 18px 34px 34px;
  border-color: rgba(214,236,244,.18);
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), transparent 42%),
    var(--glass);
}
.site-editorial-page .legacy-page-title,
.site-editorial-page .repeated-page-title { display: none !important; }
.site-editorial-page .editorial-image-block {
  margin: clamp(28px, 5vw, 48px) 0;
}
.site-editorial-page .editorial-image-block img { margin: 0 auto !important; }
.site-editorial-flow {
  min-width: 0;
  width: min(100%, 900px);
  margin: 0 auto;
  display: flow-root;
}
.site-editorial-flow > :first-child { margin-top: 0 !important; }
.site-editorial-flow > :last-child { margin-bottom: 0 !important; }
.topic-editorial-flow {
  color: rgba(238,247,249,.88);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.82;
}
.topic-editorial-flow > h2 {
  margin: clamp(52px, 7vw, 78px) 0 24px;
  padding-top: clamp(31px, 5vw, 45px);
  border-top: 1px solid rgba(205,232,240,.17);
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(29px, 4.1vw, 42px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.018em;
}
.topic-editorial-flow > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.topic-editorial-flow > h3 {
  margin: clamp(36px, 5vw, 52px) 0 18px;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(23px, 3.1vw, 31px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.topic-editorial-flow > h4,
.topic-editorial-flow > h5,
.topic-editorial-flow > h6 {
  max-width: 820px;
  margin: 25px 0 15px;
  color: rgba(246,251,252,.93);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0;
}
.topic-editorial-flow > p,
.topic-editorial-flow > ul,
.topic-editorial-flow > ol,
.topic-editorial-flow > address,
.topic-editorial-flow > blockquote { max-width: 830px; }
.topic-editorial-flow p { margin-bottom: 21px; }
.topic-editorial-flow address { margin: 18px 0; font-style: normal; }
.topic-editorial-flow > ul,
.topic-editorial-flow > ol {
  margin: 25px 0 38px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(205,232,240,.13);
}
.topic-editorial-flow > ul > li,
.topic-editorial-flow > ol > li {
  position: relative;
  margin: 0;
  padding: 16px 4px 16px 24px;
  border-bottom: 1px solid rgba(205,232,240,.13);
}
.topic-editorial-flow > ul > li::before,
.topic-editorial-flow > ol > li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 27px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 13px rgba(239,211,106,.24);
}
.topic-editorial-flow li > :first-child { margin-top: 0; }
.topic-editorial-flow li > :last-child { margin-bottom: 0; }
.topic-editorial-flow blockquote {
  margin: 35px 0;
  padding: 27px 30px;
  border: 0;
  border-left: 2px solid var(--gold);
  border-radius: 0 17px 17px 0;
  background: rgba(255,255,255,.035);
  color: rgba(244,249,250,.91);
}
.topic-editorial-flow blockquote > :first-child { margin-top: 0; }
.topic-editorial-flow blockquote > :last-child { margin-bottom: 0; }
.topic-editorial-flow hr {
  margin: 50px 0;
  background: linear-gradient(90deg, rgba(205,232,240,.2), transparent);
}
.topic-editorial-flow .editorial-image,
.topic-editorial-flow a > .editorial-image {
  border-color: rgba(214,234,255,.17) !important;
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 22px 55px rgba(0,7,20,.24);
}
.youtube-poster__link {
  position: relative;
  width: min(100%, 820px);
  margin: clamp(32px, 5vw, 52px) 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(214,234,255,.26);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 65px rgba(0,7,20,.3), inset 0 1px 0 rgba(255,255,255,.12);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.youtube-poster__link:hover {
  transform: translateY(-3px);
  border-color: rgba(239,211,106,.58);
  box-shadow: 0 30px 75px rgba(0,7,20,.38), inset 0 1px 0 rgba(255,255,255,.17);
}
.youtube-poster__link:focus-visible {
  outline: 3px solid rgba(239,211,106,.9);
  outline-offset: 5px;
}
.youtube-poster__link::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(64px, 9vw, 84px);
  height: clamp(64px, 9vw, 84px);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(22,68,104,.72);
  box-shadow: 0 14px 38px rgba(0,8,20,.42), inset 0 1px 0 rgba(255,255,255,.32);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
  backdrop-filter: blur(12px) saturate(135%);
  transform: translate(-50%, -50%);
  transition: background .25s ease, transform .25s ease;
  pointer-events: none;
}
.youtube-poster__link::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid white;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.topic-copy .youtube-poster__thumbnail,
.topic-editorial-flow .youtube-poster__thumbnail,
.topic-editorial-flow .youtube-poster__link > .youtube-poster__thumbnail {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  transition: transform .4s ease;
}
.youtube-poster__link:hover .youtube-poster__thumbnail { transform: scale(1.025); }
.youtube-poster__link:hover::before {
  background: rgba(37,103,153,.86);
  transform: translate(-50%, -50%) scale(1.06);
}
.editorial-media-grid > .youtube-poster__link,
.editorial-heading-media__visual > .youtube-poster__link {
  width: 100%;
  height: 100%;
  margin: 0;
}
.editorial-heading-media__visual > .youtube-poster__link::before {
  width: 54px;
  height: 54px;
}
.editorial-heading-media__visual > .youtube-poster__link::after {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 13px;
}
.editorial-media-grid {
  width: 100%;
  margin: clamp(34px, 6vw, 60px) 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.editorial-media-grid > a { min-width: 0; display: block; }
.topic-editorial-flow .editorial-media-grid .editorial-image,
.topic-editorial-flow .editorial-media-grid a > .editorial-image {
  width: 100% !important;
  max-width: none !important;
  height: clamp(260px, 38vw, 430px) !important;
  max-height: none;
  margin: 0 !important;
  object-fit: contain;
}
.topic-editorial-flow .editorial-audio,
.topic-editorial-flow .editorial-video {
  width: min(100%, 820px);
  margin: 28px 0;
  border-radius: 14px;
}
.topic-editorial-flow .editorial-data {
  width: 100%;
  margin: 34px 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.55;
}
.topic-editorial-flow .editorial-data td,
.topic-editorial-flow .editorial-data th {
  padding: 13px 15px;
  border-color: rgba(205,232,240,.14);
}
.topic-editorial-layout-v2 {
  width: min(100%, 920px);
}
.topic-editorial-prologue,
.topic-editorial-section {
  min-width: 0;
  width: 100%;
  display: flow-root;
}
.topic-editorial-prologue {
  padding-bottom: clamp(42px, 7vw, 72px);
}
.topic-editorial-prologue + .topic-editorial-section,
.topic-editorial-section + .topic-editorial-section {
  padding-top: clamp(44px, 7vw, 72px);
  border-top: 1px solid rgba(205,232,240,.18);
}
.topic-editorial-section:not(:last-child) {
  padding-bottom: clamp(44px, 7vw, 72px);
}
.topic-editorial-section--single { padding-bottom: 0; }
.topic-editorial-layout-v2 .topic-editorial-section > h2,
.topic-editorial-layout-v2 .topic-editorial-prologue > h2 {
  margin: 0 0 clamp(25px, 4vw, 37px);
  padding: 0;
  border: 0;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(31px, 4.6vw, 46px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.022em;
}
.topic-editorial-layout-v2 .topic-editorial-section > h3,
.topic-editorial-layout-v2 .topic-editorial-prologue > h3 {
  margin: clamp(38px, 5vw, 54px) 0 18px;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(23px, 3.2vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.012em;
}
.topic-editorial-layout-v2 .topic-editorial-prologue > h3:first-child,
.topic-editorial-layout-v2 .topic-editorial-section > h3:first-child { margin-top: 0; }
.topic-editorial-layout-v2 .topic-editorial-section > h4,
.topic-editorial-layout-v2 .topic-editorial-section > h5,
.topic-editorial-layout-v2 .topic-editorial-section > h6,
.topic-editorial-layout-v2 .topic-editorial-prologue > h4,
.topic-editorial-layout-v2 .topic-editorial-prologue > h5,
.topic-editorial-layout-v2 .topic-editorial-prologue > h6 {
  max-width: 820px;
  margin: 26px 0 15px;
  color: rgba(247,251,252,.94);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}
.topic-editorial-layout-v2 .topic-editorial-prologue > p:first-of-type {
  max-width: 860px;
  color: rgba(250,253,254,.95);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.62;
}
.topic-editorial-layout-v2 .topic-editorial-section > p,
.topic-editorial-layout-v2 .topic-editorial-prologue > p,
.topic-editorial-layout-v2 .topic-editorial-section > address,
.topic-editorial-layout-v2 .topic-editorial-prologue > address { max-width: 840px; }
.topic-editorial-layout-v2 .topic-editorial-section > ul,
.topic-editorial-layout-v2 .topic-editorial-section > ol,
.topic-editorial-layout-v2 .topic-editorial-prologue > ul,
.topic-editorial-layout-v2 .topic-editorial-prologue > ol {
  max-width: 850px;
  margin: 28px 0 40px;
}
.editorial-heading-media {
  width: 100%;
  margin: clamp(39px, 6vw, 62px) 0 clamp(28px, 4vw, 40px);
}
.editorial-heading-media:first-child { margin-top: 0; }
.topic-editorial-layout-v2 .editorial-heading-media h2,
.topic-editorial-layout-v2 .editorial-heading-media h3,
.topic-editorial-layout-v2 .editorial-heading-media h4,
.topic-editorial-layout-v2 .editorial-heading-media h5,
.topic-editorial-layout-v2 .editorial-heading-media h6 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  gap: clamp(27px, 5vw, 52px);
  align-items: center;
  border: 0;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -.015em;
}
.editorial-heading-media__visual,
.editorial-heading-media__visual > a { min-width: 0; display: block; }
.topic-editorial-layout-v2 .editorial-heading-media__visual .editorial-image,
.topic-editorial-layout-v2 .editorial-heading-media__visual a > .editorial-image {
  width: 100% !important;
  max-width: 230px !important;
  height: 230px !important;
  max-height: 230px;
  margin: 0 !important;
  border-radius: 18px;
  object-fit: contain;
}
.topic-editorial-layout-v2 .editorial-heading-media__visual .editorial-image--portrait,
.topic-editorial-layout-v2 .editorial-heading-media__visual a > .editorial-image--portrait { height: 280px !important; max-height: 280px; }
.topic-editorial-layout-v2 .editorial-heading-media__copy { min-width: 0; }
.topic-editorial-layout-v2 .editorial-split {
  max-width: 880px;
  margin: clamp(34px, 6vw, 58px) 0;
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 52px);
  align-items: start;
}
.editorial-split__visual,
.editorial-split__visual > a { min-width: 0; display: block; }
.topic-editorial-layout-v2 .editorial-split__visual .editorial-image,
.topic-editorial-layout-v2 .editorial-split__visual a > .editorial-image {
  width: 100% !important;
  max-width: 230px !important;
  height: auto !important;
  max-height: 310px;
  margin: 0 !important;
  object-fit: contain;
}
.editorial-split__copy { min-width: 0; }
.topic-editorial-layout-v2 .editorial-media-grid {
  margin-top: clamp(38px, 6vw, 58px);
  margin-bottom: clamp(38px, 6vw, 58px);
}
.topic-editorial-layout-v2 .legacy-spacer { display: none !important; }
.legal-copy.site-editorial-page {
  width: 100%;
  color: rgba(238,247,249,.86);
  font-size: 15px;
  line-height: 1.82;
}
.legal-copy.site-editorial-page > div,
.legal-copy.site-editorial-page > section { max-width: 850px; margin: 0 auto; }
.legal-copy.site-editorial-page > p,
.legal-copy.site-editorial-page > h2,
.legal-copy.site-editorial-page > h3,
.legal-copy.site-editorial-page > h4 { max-width: 850px; margin-right: auto; margin-left: auto; }
.legal-copy.site-editorial-page h2 {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid rgba(205,232,240,.17);
  color: white;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  line-height: 1.2;
}
.legal-copy.site-editorial-page h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-copy.site-editorial-page h3 {
  margin-top: 42px;
  color: white;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 400;
  line-height: 1.3;
}
.legal-copy.site-editorial-page h4 { color: rgba(246,251,252,.94); }

/* 2026 editorial typography — all bilingual content pages except News. */
.editorial-content-main.editorial-2026 {
  width: min(1120px, calc(100% - 64px));
}
.editorial-2026 .editorial-content-title {
  padding: clamp(42px, 6vw, 72px) clamp(38px, 7vw, 84px);
  border-color: rgba(222,241,247,.24);
  background:
    linear-gradient(125deg, rgba(255,255,255,.105), rgba(255,255,255,.035) 54%, rgba(101,187,222,.105)),
    var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.11),
    0 28px 80px rgba(0,8,24,.2);
}
.editorial-2026 .editorial-content-title h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(44px, 5.7vw, 72px);
  line-height: .99;
  letter-spacing: -.042em;
  text-wrap: balance;
  text-shadow: 0 12px 38px rgba(0,8,24,.18);
}
.editorial-2026 .editorial-content-title::after {
  width: 82px;
  margin-top: clamp(26px, 3.5vw, 36px);
  background: linear-gradient(90deg, var(--gold), rgba(116,202,232,.42), transparent);
}
.editorial-2026 .editorial-copy-2026 {
  padding: clamp(44px, 6.6vw, 78px) clamp(38px, 7vw, 84px) clamp(58px, 8vw, 98px);
  border-color: rgba(222,241,247,.2);
  color: rgba(241,249,251,.9);
  font-size: clamp(16.5px, .5vw + 14px, 18px);
  line-height: 1.84;
  letter-spacing: .004em;
  background:
    radial-gradient(circle at 88% 4%, rgba(124,199,226,.085), transparent 27%),
    linear-gradient(148deg, rgba(255,255,255,.07), transparent 38%),
    var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 34px 90px rgba(0,8,24,.22);
}
.editorial-2026 .editorial-copy-2026 p,
.editorial-2026 .editorial-copy-2026 li,
.editorial-2026 .editorial-copy-2026 address,
.editorial-2026 .editorial-copy-2026 blockquote {
  text-wrap: pretty;
}
.editorial-2026 .editorial-copy-2026 p { margin-bottom: 1.45em; }
.editorial-2026 .editorial-copy-2026 strong {
  color: rgba(255,255,255,.98);
  font-weight: 620;
}
.editorial-2026 .editorial-copy-2026 em {
  color: rgba(247,251,252,.96);
  text-decoration-thickness: from-font;
}
.editorial-2026 .editorial-copy-2026 a {
  color: #bfeaff;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(158,221,248,.46);
  text-underline-offset: .22em;
  text-decoration-skip-ink: auto;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.editorial-2026 .editorial-copy-2026 a:hover {
  color: white;
  text-decoration-color: var(--gold);
}
.editorial-2026 .editorial-copy-2026 a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 3px;
}
.editorial-2026 .topic-editorial-flow,
.editorial-2026 .association-copy {
  font-size: clamp(16.5px, .45vw + 14.2px, 18px);
  line-height: 1.84;
}
.editorial-2026 .legal-copy.site-editorial-page {
  color: rgba(241,249,251,.88);
  font-size: clamp(15.5px, .35vw + 14px, 16.5px);
  line-height: 1.86;
}
.editorial-2026 .topic-editorial-flow > p,
.editorial-2026 .topic-editorial-flow > address,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > p,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > p,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > address,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > address,
.editorial-2026 .association-copy p,
.editorial-2026 .legal-copy.site-editorial-page p {
  max-width: 74ch;
}
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > p:first-of-type,
.editorial-2026 .association-overview-body .association-overview-lede,
.editorial-2026 .association-overview-body > p:first-child {
  max-width: 72ch;
  color: rgba(253,254,255,.97);
  font-size: clamp(20.5px, 1.7vw, 24px);
  line-height: 1.62;
  letter-spacing: -.006em;
}
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > h2,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > h2,
.editorial-2026 .legal-copy.site-editorial-page h2,
.editorial-2026 .association-copy > h2,
.editorial-2026 .association-editorial-layout > h2 {
  letter-spacing: -.026em;
  text-wrap: balance;
}
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > h2::after,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > h2::after,
.editorial-2026 .legal-copy.site-editorial-page h2::after,
.editorial-2026 .association-copy > h2::after,
.editorial-2026 .association-editorial-layout > h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin-top: 19px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), rgba(239,221,162,.1));
  box-shadow: 0 0 18px rgba(239,221,162,.12);
}
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > h3,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > h3,
.editorial-2026 .association-copy > h3,
.editorial-2026 .association-editorial-layout > h3,
.editorial-2026 .legal-copy.site-editorial-page h3 {
  padding-left: 19px;
  border-left: 2px solid rgba(239,221,162,.68);
  line-height: 1.28;
  letter-spacing: -.014em;
  text-wrap: balance;
}
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > h4,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > h5,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > h6,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > h4,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > h5,
.editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > h6,
.editorial-2026 .association-copy h4,
.editorial-2026 .association-copy h5,
.editorial-2026 .legal-copy.site-editorial-page h4 {
  color: rgba(247,252,253,.95);
  font-size: clamp(16px, .45vw + 14.5px, 17.5px);
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: .008em;
}
.editorial-2026 .topic-editorial-prologue {
  padding-bottom: clamp(52px, 7.5vw, 82px);
}
.editorial-2026 .topic-editorial-prologue + .topic-editorial-section,
.editorial-2026 .topic-editorial-section + .topic-editorial-section {
  padding-top: clamp(54px, 7.5vw, 82px);
  border-top-color: rgba(218,239,246,.2);
}
.editorial-2026 .topic-editorial-section:not(:last-child) {
  padding-bottom: clamp(54px, 7.5vw, 82px);
}
.editorial-2026 .topic-editorial-flow > ul,
.editorial-2026 .topic-editorial-flow > ol,
.editorial-2026 .association-copy ul,
.editorial-2026 .association-copy ol {
  line-height: 1.72;
}
.editorial-2026 .topic-editorial-flow > ul > li,
.editorial-2026 .topic-editorial-flow > ol > li {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom-color: rgba(218,239,246,.15);
}
.editorial-2026 .topic-editorial-flow blockquote,
.editorial-2026 .association-copy blockquote {
  max-width: 76ch;
  padding: clamp(25px, 4vw, 34px) clamp(25px, 4vw, 38px);
  border-left-color: var(--gold);
  background:
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    rgba(33,78,105,.38);
  color: rgba(249,253,254,.95);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.67;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.editorial-2026 .editorial-split__copy,
.editorial-2026 .editorial-heading-media__copy {
  color: rgba(242,249,251,.91);
}
.editorial-2026 .editorial-split__copy p:last-child,
.editorial-2026 .editorial-heading-media__copy p:last-child { margin-bottom: 0; }
.editorial-2026 .topic-editorial-flow .editorial-data,
.editorial-2026 .association-copy table {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.025);
}
.editorial-2026 .topic-editorial-flow .editorial-data th,
.editorial-2026 .association-copy th {
  color: white;
  font-weight: 620;
  background: rgba(157,214,235,.09);
}
.editorial-2026 .association-overview-context {
  color: rgba(240,249,251,.85);
}
.editorial-2026 .association-overview-intro h2 strong { font-weight: inherit; }
.editorial-2026 .association-leadership-copy {
  color: rgba(240,249,251,.87);
  line-height: 1.72;
}
.editorial-2026 .legal-copy.site-editorial-page > div > p:first-child strong,
.editorial-2026 .legal-copy.site-editorial-page > section > p:first-child strong {
  display: block;
  max-width: 68ch;
  color: rgba(253,254,255,.97);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(19px, 1.45vw, 22px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -.005em;
}
.editorial-2026 .membership-benefit,
.editorial-2026 .trademark-option,
.editorial-2026 .teacher-search-callout {
  border-color: rgba(218,239,246,.17);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
}

.site-footer {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 34%),
    rgba(19, 53, 75, .84);
  border-top: 1px solid rgba(224,241,246,.2);
}
.footer-inner { width: var(--page-width); margin: 0 auto; padding: 48px 0 34px; display: grid; gap: 28px; align-items: center; }
.footer-inner nav { display: flex; gap: 30px; justify-content: center; }
.footer-inner a { color: rgba(255,255,255,.8); text-decoration: none; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.footer-inner a:hover { color: white; }
.footer-inner p { margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .04em; text-align: center; }

.search-layer { position: fixed; inset: 0; z-index: 100; background: rgba(18, 49, 72, .9); color: white; overflow: auto; -webkit-backdrop-filter: blur(28px) saturate(135%); backdrop-filter: blur(28px) saturate(135%); }
.search-shell { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; }
.search-row { display: flex; gap: 20px; padding: 26px; border: 1px solid var(--glass-line); border-radius: 24px; background: var(--glass); }
.search-row input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: white; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: clamp(34px, 6vw, 66px); }
.search-row input::placeholder { color: rgba(255,255,255,.27); }
.search-row button { border: 0; background: transparent; color: var(--gold); cursor: pointer; }
.search-results { margin-top: 22px; display: grid; }
.search-results a { padding: 24px 10px; display: grid; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.1); text-decoration: none; }
.search-results strong { font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 25px; font-weight: 400; }
.search-results span { color: rgba(255,255,255,.72); line-height: 1.6; font-size: 13px; }

@media (max-width: 1360px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav > summary { list-style: none; width: 50px; height: 50px; border: 1px solid rgba(31, 91, 126, .25); border-radius: 16px; display: grid; place-content: center; gap: 7px; cursor: pointer; background: rgba(255,255,255,.25); }
  .mobile-nav > summary::-webkit-details-marker { display: none; }
  .mobile-nav > summary span { width: 19px; height: 1px; background: #164664; }
  .mobile-nav > div { position: absolute; right: 0; top: 64px; width: min(440px, calc(100vw - 24px)); max-height: calc(100svh - 104px); padding: 12px; overflow-y: auto; border: 1px solid rgba(224,241,246,.34); border-radius: 24px; background: linear-gradient(145deg, rgba(76, 127, 158, .97), rgba(26, 64, 91, .98)); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 28px 70px rgba(5, 25, 39, .34); -webkit-backdrop-filter: blur(28px) saturate(145%); backdrop-filter: blur(28px) saturate(145%); display: grid; gap: 8px; }
  .mobile-nav-primary, .mobile-nav-tools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .mobile-nav a, .mobile-nav .search-trigger { padding: 15px 12px; color: white; text-decoration: none; border: 0; border-radius: 13px; text-align: left; font-size: 13px; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-nav-primary > a { display: flex; align-items: center; min-height: 50px; background: rgba(255,255,255,.075); }
  .mobile-nav-primary > a:only-child { grid-column: 1 / -1; }
  .mobile-nav-tools { margin-top: 2px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.11); }
  .mobile-nav-tools > .search-trigger, .mobile-nav-tools > .language { min-height: 50px; border: 1px solid rgba(226,242,247,.15); background: rgba(255,255,255,.065); }
  .mobile-nav .language { display: inline-flex; align-items: center; gap: 8px; }
  .mobile-section { overflow: hidden; border: 1px solid rgba(226,242,247,.12); border-radius: 16px; background: rgba(255,255,255,.035); }
  .mobile-section[open] { background: rgba(255,255,255,.065); }
  .mobile-section > summary { padding: 17px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; color: white; cursor: pointer; font-size: 13px; line-height: 1.45; letter-spacing: .085em; text-transform: uppercase; }
  .mobile-section > summary::-webkit-details-marker { display: none; }
  .mobile-section > summary::after { content: "+"; flex: 0 0 auto; color: rgba(238,220,157,.94); font-size: 20px; font-weight: 300; line-height: 1; }
  .mobile-section[open] > summary::after { content: "−"; }
  .mobile-section > div { padding: 0 7px 10px; display: grid; gap: 2px; }
  .mobile-section > div > a { color: rgba(255,255,255,.86); letter-spacing: .045em; text-transform: none; }
  .mobile-section > div > a:hover { background: rgba(255,255,255,.07); }
  .mobile-section .nav-child { margin-left: 10px; padding-left: 18px; border-left: 1px solid rgba(239,211,106,.28); color: rgba(255,255,255,.74); }
}

@media (max-width: 820px) {
  :root { --page-width: min(100% - 36px, 1380px); }
  .site-header { padding-top: 12px; }
  .header-inner { min-height: 76px; gap: 12px; border-radius: 20px; padding: 8px 10px; }
  .brand-copy { padding: 6px 10px 5px; }
  .brand-eyebrow { margin-bottom: 3px; font-size: 8.5px; }
  .brand-copy strong { font-size: 17px; }
  .brand-foundation { margin-top: 4px; font-size: 9.5px; }
  .hero { min-height: 780px; }
  .hero > img {
    object-position: 42% 100%;
    filter: saturate(1.15) brightness(1.09) contrast(1.07);
    transform: scale(1.48);
    transform-origin: 42% 100%;
  }
  .hero-shade {
    background:
      radial-gradient(circle at 43% 48%, rgba(233, 246, 250, .16), transparent 32%),
      linear-gradient(90deg, rgba(10, 35, 54, .46) 0%, rgba(22, 60, 84, .16) 62%, rgba(15, 43, 65, .03) 100%),
      linear-gradient(0deg, var(--night) 0%, rgba(18, 50, 74, .02) 46%, rgba(8, 29, 47, .14) 100%);
  }
  .hero-content { width: calc(100% - 16px); padding: 132px 0 42px; display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; gap: 16px; }
  .hero-panel { width: min(100%, 680px); padding: 0; border-radius: 26px; }
  .hero-kicker {
    max-width: none;
    padding: 38px 28px 34px;
    font-size: clamp(30px, 8.8vw, 43px);
    line-height: 1.06;
    letter-spacing: -.02em;
  }
  .hero-kicker::after { right: 28px; left: 28px; }
  .hero-actions { padding: 24px 28px 30px; }
  .hero-feature-link { max-width: 100%; }
  .news-section { padding: 90px 0 110px; }
  .section-heading { margin-bottom: 38px; }
  .news-grid { grid-template-columns: 1fr; gap: 20px; }
  .news-card, .news-card-featured { grid-column: auto; min-height: 0; grid-template-columns: 1fr; grid-template-rows: 260px auto; border-radius: 26px; }
  .news-copy { min-height: 330px; padding: 30px 26px; }
  .news-copy h3 { font-size: 32px; }
  .content-main { width: min(100% - 36px, 1040px); padding: 142px 0 100px; }
  .content-title, .prose { border-radius: 27px; }
  .content-title { padding: 34px 26px; }
  .content-title h1 { font-size: clamp(42px, 12vw, 62px); }
  .prose { padding: 34px 26px; font-size: 17px; line-height: 1.72; }
  .prose h2 { font-size: 31px; }
  .prose h3 { font-size: 23px; }
  .editorial-content-main.editorial-2026 { width: min(100% - 36px, 1120px); }
  .editorial-2026 .editorial-content-title {
    padding: 36px 27px 38px;
    border-radius: 27px 27px 15px 15px;
  }
  .editorial-2026 .editorial-content-title h1 {
    font-size: clamp(40px, 11.5vw, 58px);
    line-height: 1;
  }
  .editorial-2026 .editorial-content-title::after { width: 62px; margin-top: 25px; }
  .editorial-2026 .editorial-copy-2026 {
    padding: 38px 27px 52px;
    border-radius: 15px 15px 28px 28px;
    font-size: 16.5px;
    line-height: 1.78;
  }
  .editorial-2026 .topic-editorial-flow,
  .editorial-2026 .association-copy { font-size: 16.5px; line-height: 1.79; }
  .editorial-2026 .topic-editorial-layout-v2 .topic-editorial-section > h3,
  .editorial-2026 .topic-editorial-layout-v2 .topic-editorial-prologue > h3,
  .editorial-2026 .association-copy > h3,
  .editorial-2026 .association-editorial-layout > h3,
  .editorial-2026 .legal-copy.site-editorial-page h3 { padding-left: 15px; }
  .topic-copy img,
  .topic-copy img.alignleft,
  .topic-copy img.alignright,
  .topic-copy img.aligncenter { max-height: 66svh; margin: 26px auto !important; border-radius: 17px; }
  .youtube-poster__link { margin: 30px 0 38px; }
  .youtube-poster__link { border-radius: 17px; }
  .trainer-copy img { max-width: min(100%, 300px) !important; max-height: 380px; }
  .association-profile { grid-template-columns: 1fr; gap: 24px; padding: 34px 0; }
  .association-profile .profile-photo img { width: auto !important; max-width: min(100%, 250px) !important; max-height: 330px; }
  .association-profile .profile-copy h2 { font-size: 29px; }
  .membership-headings,
  .membership-pair { grid-template-columns: 1fr; gap: 15px; }
  .membership-headings { gap: 6px; }
  .membership-pair { padding: 22px 0; }
  .trademark-grid { grid-template-columns: 1fr; }
  .association-overview-intro { grid-template-columns: 1fr; gap: 30px; }
  .association-overview-context {
    padding: 28px 0 0;
    border-top: 1px solid rgba(205,232,240,.2);
    border-left: 0;
  }
  .association-overview-missions { grid-template-columns: 1fr; gap: 32px; }
  .association-overview-body ul { grid-template-columns: 1fr; }
  .association-overview-leadership { grid-template-columns: 1fr; gap: 22px; }
  .editorial-media-grid { gap: 13px; }
  .topic-editorial-flow .editorial-media-grid .editorial-image,
  .topic-editorial-flow .editorial-media-grid a > .editorial-image { height: clamp(230px, 55vw, 350px) !important; }
  .topic-editorial-layout-v2 .editorial-heading-media h2,
  .topic-editorial-layout-v2 .editorial-heading-media h3,
  .topic-editorial-layout-v2 .editorial-heading-media h4,
  .topic-editorial-layout-v2 .editorial-heading-media h5,
  .topic-editorial-layout-v2 .editorial-heading-media h6 {
    grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
    gap: 27px;
  }
  .topic-editorial-layout-v2 .editorial-heading-media__visual .editorial-image,
  .topic-editorial-layout-v2 .editorial-heading-media__visual a > .editorial-image {
    height: 190px !important;
    max-height: 190px;
  }
  .topic-editorial-layout-v2 .editorial-split { grid-template-columns: minmax(120px, 190px) minmax(0, 1fr); gap: 27px; }
  .footer-inner nav { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .hero-feature-links { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .header-inner { width: calc(100% - 16px); min-height: 82px; gap: 8px; padding-right: 7px; }
  .brand { flex: 1 1 auto; min-width: 0; }
  .brand-lockup { width: 100%; }
  .brand-copy { max-width: none; padding: 5px 8px 4px; }
  .brand-eyebrow { overflow: visible; font-size: 7.5px; line-height: 1.15; letter-spacing: .07em; white-space: normal; }
  .brand-copy strong { font-size: 15px; line-height: 1.08; letter-spacing: .015em; white-space: normal; }
  .brand-foundation { display: block; margin-top: 3px; font-size: 9px; line-height: 1.16; white-space: normal; }
  .mobile-nav > summary { width: 44px; height: 44px; }
  .mobile-nav > div { right: -1px; width: min(360px, calc(100vw - 24px)); }
  .hero-kicker { padding: 34px 24px 30px; font-size: clamp(29px, 9vw, 36px); }
  .hero-kicker::after { right: 24px; left: 24px; }
  .hero-actions { padding: 22px 24px 26px; }
  .hero-feature-links { grid-template-columns: 1fr; }
  .hero-feature-link { width: 100%; grid-template-columns: 68px minmax(0, 1fr) auto; gap: 13px; padding-right: 12px; }
  .hero-feature-mark, .summer-academy-mark { width: 68px; height: 68px; border-radius: 18px; }
  .hero-feature-mark img, .summer-academy-mark img { width: 64px; height: 64px; }
  .hero-imtex-online-mark img { width: 58px; height: 58px; }
  .hero-feature-label { max-width: none; font-size: 10px; }
  .association-overview-feature { height: 290px; border-radius: 19px; }
  .association-leadership-profile { grid-template-columns: 112px minmax(0, 1fr); gap: 20px; }
  .association-leadership-photo,
  .association-leadership-photo > a { width: 112px; height: 112px; }
  .association-copy .association-leadership-photo img,
  .association-copy .association-leadership-photo img.alignleft,
  .association-copy .association-leadership-photo img.alignnone {
    width: 112px !important;
    max-width: 112px !important;
    height: 112px !important;
    max-height: 112px;
    border-radius: 16px;
  }
  .editorial-media-grid { grid-template-columns: 1fr; }
  .topic-editorial-flow .editorial-media-grid .editorial-image,
  .topic-editorial-flow .editorial-media-grid a > .editorial-image { height: min(108vw, 430px) !important; }
  .topic-editorial-layout-v2 .editorial-heading-media h2,
  .topic-editorial-layout-v2 .editorial-heading-media h3,
  .topic-editorial-layout-v2 .editorial-heading-media h4,
  .topic-editorial-layout-v2 .editorial-heading-media h5,
  .topic-editorial-layout-v2 .editorial-heading-media h6 { grid-template-columns: 1fr; gap: 20px; }
  .topic-editorial-layout-v2 .editorial-split { grid-template-columns: 1fr; gap: 20px; }
  .topic-editorial-layout-v2 .editorial-heading-media__visual .editorial-image,
  .topic-editorial-layout-v2 .editorial-heading-media__visual a > .editorial-image {
    width: auto !important;
    max-width: min(100%, 240px) !important;
    height: auto !important;
    max-height: 290px;
  }
  .news-image, .news-card-featured .news-image { min-height: 230px; }
  .search-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .news-card, .news-image img,
  .youtube-poster__link,
  .youtube-poster__link::before,
  .youtube-poster__thumbnail { transition: none; }
}
