:root {
  --ed-navy: #082b4b;
  --ed-navy-deep: #051d33;
  --ed-navy-soft: #134b75;
  --ed-cobalt: #1d5faa;
  --ed-aqua: #22c8b4;
  --ed-aqua-soft: #bfeee6;
  --ed-gold: #d2a65c;
  --ed-gold-soft: #f0d9ad;
  --ed-paper: #f6f1e8;
  --ed-paper-deep: #ebe3d6;
  --ed-white: #fffdf9;
  --ed-ink: #172633;
  --ed-muted: #5e6b74;
  --ed-line: rgba(8, 43, 75, .14);
  --ed-line-strong: rgba(8, 43, 75, .28);
  --ed-shadow: 0 30px 80px rgba(8, 43, 75, .16);
  --ed-shadow-soft: 0 16px 42px rgba(8, 43, 75, .10);
  --ed-radius: 26px;
  --ed-radius-sm: 14px;
  --ed-shell: 1180px;
  --ed-serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --ed-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ed-header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--ed-header-height) + 20px); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ed-ink);
  background: var(--ed-paper);
  font-family: var(--ed-sans);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.ed-menu-open, body.ed-modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ed-navy); text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--ed-aqua);
  outline-offset: 3px;
}
::selection { color: #fff; background: var(--ed-cobalt); }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ed-skip-link {
  position: fixed;
  z-index: 99999;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 12px 18px;
  color: #fff;
  background: var(--ed-navy);
  border-radius: 10px;
  text-decoration: none;
  transition: transform .2s ease;
}
.ed-skip-link:focus { transform: translateY(0); }

.ed-shell { width: min(calc(100% - 48px), var(--ed-shell)); margin-inline: auto; }
.ed-main { overflow: clip; }
.ed-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.ed-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--ed-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ed-overline::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.ed-section-heading { max-width: 720px; margin-bottom: 42px; }
.ed-section-heading--split {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .72fr);
  gap: 64px;
}
.ed-section-heading h2,
.ed-intersection h2,
.ed-approach h2,
.ed-about h2,
.ed-final-cta h2 {
  margin: 0;
  color: var(--ed-navy);
  font-family: var(--ed-serif);
  font-size: clamp(2.55rem, 4.6vw, 4.55rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.ed-section-heading p { margin: 0; color: var(--ed-muted); font-size: 17px; line-height: 1.65; }

.ed-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  color: #fff;
  background: var(--ed-navy);
  border: 1px solid transparent;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(8, 43, 75, .18);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.ed-button:hover { color: #fff; background: var(--ed-cobalt); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(8, 43, 75, .24); }
.ed-button--small { min-height: 42px; padding: 10px 18px; font-size: 13px; }
.ed-button--ghost { color: var(--ed-navy); background: transparent; border-color: var(--ed-line-strong); box-shadow: none; }
.ed-button--ghost:hover { color: var(--ed-navy); background: #fff; border-color: var(--ed-navy); box-shadow: none; }
.ed-button--accent { color: var(--ed-navy-deep); background: var(--ed-aqua); box-shadow: 0 16px 38px rgba(34, 200, 180, .22); }
.ed-button--accent:hover { color: var(--ed-navy-deep); background: #4bd8c5; }
.ed-button--on-dark { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .38); box-shadow: none; }
.ed-button--on-dark:hover { color: #fff; background: rgba(255, 255, 255, .09); border-color: #fff; box-shadow: none; }
.ed-text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 760; text-decoration: none; }
.ed-text-link .ed-icon { width: 18px; height: 18px; transition: transform .2s ease; }
.ed-text-link:hover .ed-icon { transform: translateX(4px); }

/* Header */
.ed-header {
  position: sticky;
  z-index: 800;
  top: 0;
  height: var(--ed-header-height);
  background: rgba(246, 241, 232, .90);
  border-bottom: 1px solid rgba(8, 43, 75, .10);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}
.ed-header__inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.ed-brand { display: inline-flex; min-width: 250px; align-items: center; gap: 12px; color: var(--ed-navy); text-decoration: none; }
.ed-brand__mark { display: grid; width: 56px; height: 46px; flex: 0 0 auto; place-items: center; }
.ed-brand__mark svg { width: 56px; height: 46px; overflow: visible; }
.ed-brand__circle { fill: none; stroke-width: 3.2; }
.ed-brand__circle--one { stroke: currentColor; }
.ed-brand__circle--two { stroke: var(--ed-gold); }
.ed-brand__lens { fill: var(--ed-aqua); opacity: .94; }
.ed-brand__dot { fill: var(--ed-navy-deep); }
.ed-brand__copy { display: flex; min-width: 0; flex-direction: column; line-height: 1.05; }
.ed-brand__copy strong { font-family: var(--ed-serif); font-size: 20px; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; }
.ed-brand__copy small { margin-top: 6px; color: var(--ed-muted); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.ed-brand__custom-logo img { width: auto; max-width: 230px; max-height: 58px; }
.ed-brand__custom-logo .custom-logo-link { display: block; }
.ed-nav { margin-left: auto; }
.ed-nav__list { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.ed-nav__link { position: relative; color: var(--ed-ink); font-size: 12px; font-weight: 680; text-decoration: none; white-space: nowrap; }
.ed-nav__link::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; background: var(--ed-aqua); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.ed-nav__link:hover::after, .ed-nav__link:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.ed-header__actions { display: flex; align-items: center; gap: 9px; }
.ed-menu-toggle { display: none; width: 44px; height: 44px; place-items: center; padding: 0; color: var(--ed-navy); background: transparent; border: 1px solid var(--ed-line); border-radius: 9px; cursor: pointer; }
.ed-menu-toggle__close { display: none; }
.ed-menu-toggle[aria-expanded="true"] .ed-menu-toggle__open { display: none; }
.ed-menu-toggle[aria-expanded="true"] .ed-menu-toggle__close { display: inline-flex; }

/* Hero */
.ed-hero {
  position: relative;
  isolation: isolate;
  padding: 72px 0 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .82), rgba(246, 241, 232, .84)),
    repeating-linear-gradient(90deg, rgba(8, 43, 75, .026) 0 1px, transparent 1px 82px);
}
.ed-hero::after { position: absolute; z-index: -3; right: 0; bottom: 0; left: 0; height: 156px; content: ""; background: var(--ed-navy); }
.ed-hero__orbit { position: absolute; z-index: -2; border: 1px solid rgba(29, 95, 170, .20); border-radius: 50%; pointer-events: none; }
.ed-hero__orbit--one { top: 45px; right: -180px; width: 700px; height: 700px; }
.ed-hero__orbit--two { top: 165px; right: 80px; width: 390px; height: 390px; border-color: rgba(210, 166, 92, .35); }
.ed-hero__grid { display: grid; min-height: 650px; align-items: center; grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr); gap: 70px; }
.ed-hero__content { position: relative; z-index: 3; padding-bottom: 58px; }
.ed-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--ed-cobalt); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ed-hero__eyebrow::before { width: 28px; height: 2px; content: ""; background: var(--ed-aqua); }
.ed-hero h1 { margin: 24px 0 20px; color: var(--ed-navy); font-family: var(--ed-serif); font-size: clamp(4.6rem, 7.4vw, 7rem); font-weight: 400; line-height: .82; letter-spacing: -.075em; }
.ed-hero h1 span { display: block; max-width: 690px; }
.ed-hero__lead { max-width: 650px; margin: 0 0 17px; color: var(--ed-navy); font-family: var(--ed-serif); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.22; }
.ed-hero__text { max-width: 650px; margin: 0; color: var(--ed-muted); font-size: 16px; line-height: 1.7; }
.ed-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.ed-hero__boundary { margin: 17px 0 0; color: var(--ed-muted); font-size: 12px; }
.ed-hero__boundary::before { display: inline-block; width: 6px; height: 6px; margin-right: 8px; content: ""; background: var(--ed-aqua); border-radius: 50%; vertical-align: middle; }
.ed-hero__visual { position: relative; min-height: 650px; align-self: end; }
.ed-hero__lens { position: absolute; z-index: 0; top: 36px; right: -22px; width: 520px; height: 520px; background: var(--ed-cobalt); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.ed-hero__lens::before { position: absolute; top: 86px; left: -115px; width: 360px; height: 360px; content: ""; background: rgba(34, 200, 180, .82); border-radius: 50%; mix-blend-mode: multiply; }
.ed-hero__portrait { position: absolute; z-index: 2; right: 22px; bottom: 0; width: 455px; height: 600px; margin: 0; overflow: hidden; background: #d9d1c5; border: 8px solid rgba(255, 253, 249, .94); border-radius: 30px 30px 150px 30px; box-shadow: var(--ed-shadow); contain: paint; }
.ed-hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.ed-hero__signature { position: absolute; z-index: 4; top: 20px; left: 0; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: #fff; background: var(--ed-navy); border-radius: 8px; box-shadow: var(--ed-shadow-soft); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.ed-hero__signature b { color: var(--ed-aqua); font-size: 19px; line-height: 1; }
.ed-hero__quote { position: absolute; z-index: 4; right: 5px; bottom: 56px; width: 260px; margin: 0; padding: 19px 20px; color: var(--ed-navy); background: rgba(255, 253, 249, .94); border-left: 4px solid var(--ed-aqua); border-radius: 6px 14px 14px 6px; box-shadow: var(--ed-shadow-soft); }
.ed-hero__quote p { margin: 0; font-family: var(--ed-serif); font-size: 16px; font-style: italic; line-height: 1.42; }
.ed-hero__facts { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--ed-navy); }
.ed-hero__facts > div { position: relative; min-width: 0; padding: 25px 28px 28px 62px; border-right: 1px solid rgba(255,255,255,.14); }
.ed-hero__facts > div:last-child { border-right: 0; }
.ed-hero__facts span { position: absolute; top: 27px; left: 24px; color: var(--ed-aqua); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.ed-hero__facts strong { display: block; font-family: var(--ed-serif); font-size: 19px; font-weight: 500; line-height: 1.18; }
.ed-hero__facts small { display: block; margin-top: 6px; color: rgba(255,255,255,.60); font-size: 11px; }

/* Signature intersection */
.ed-intersection { position: relative; isolation: isolate; padding: 110px 0; overflow: hidden; color: #fff; background: var(--ed-navy-deep); }
.ed-intersection::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .36; background-image: radial-gradient(circle at 82% 32%, rgba(34,200,180,.22), transparent 32%), repeating-radial-gradient(circle at 82% 50%, transparent 0 48px, rgba(255,255,255,.06) 49px 50px); }
.ed-intersection__grid { display: grid; align-items: center; grid-template-columns: .88fr 1.12fr; gap: 70px; }
.ed-intersection h2 { color: #fff; }
.ed-intersection__lead { max-width: 600px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.68; }
.ed-intersection__topics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 28px; margin: 32px 0 0; padding: 0; list-style: none; }
.ed-intersection__topics li { position: relative; padding-left: 19px; color: rgba(255,255,255,.84); font-size: 14px; }
.ed-intersection__topics li::before { position: absolute; top: .72em; left: 0; width: 8px; height: 2px; content: ""; background: var(--ed-aqua); }
.ed-intersection__diagram { position: relative; min-height: 500px; }
.ed-intersection__circle { position: absolute; top: 70px; display: flex; width: 360px; height: 360px; flex-direction: column; justify-content: center; padding: 58px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.ed-intersection__circle span { font-family: var(--ed-serif); font-size: 31px; line-height: 1; }
.ed-intersection__circle small { max-width: 160px; margin-top: 13px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }
.ed-intersection__circle--psychology { left: 0; align-items: flex-start; background: rgba(29,95,170,.28); }
.ed-intersection__circle--economy { right: 0; align-items: flex-end; text-align: right; background: rgba(210,166,92,.18); }
.ed-intersection__core { position: absolute; z-index: 3; top: 190px; left: 50%; display: flex; width: 200px; min-height: 130px; flex-direction: column; align-items: center; justify-content: center; padding: 18px; color: var(--ed-navy-deep); background: var(--ed-aqua); border-radius: 50%; box-shadow: 0 24px 60px rgba(0,0,0,.24); text-align: center; transform: translateX(-50%); }
.ed-intersection__core small { font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ed-intersection__core strong { margin-top: 6px; font-family: var(--ed-serif); font-size: 24px; font-weight: 600; line-height: 1.05; }

/* Formats */
.ed-formats { position: relative; isolation: isolate; padding: 110px 0 100px; overflow: hidden; background: var(--ed-white); }
.ed-formats__word { position: absolute; z-index: -1; top: 42px; right: -20px; color: rgba(8,43,75,.035); font-size: clamp(8rem, 18vw, 18rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.ed-format-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ed-line-strong); border-left: 1px solid var(--ed-line-strong); }
.ed-format-item { position: relative; min-height: 280px; padding: 46px 42px 38px 104px; background: rgba(255,253,249,.72); border-right: 1px solid var(--ed-line-strong); border-bottom: 1px solid var(--ed-line-strong); transition: background .2s ease; }
.ed-format-item:hover { background: #fff; }
.ed-format-item__number { position: absolute; top: 47px; left: 30px; color: var(--ed-aqua); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.ed-format-item__icon { position: absolute; top: 82px; left: 29px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--ed-cobalt); border: 1px solid rgba(29,95,170,.22); border-radius: 50%; }
.ed-format-item__icon .ed-icon { width: 22px; height: 22px; }
.ed-format-item h3 { max-width: 430px; margin: 0 0 17px; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 29px; font-weight: 500; line-height: 1.08; }
.ed-format-item p { max-width: 450px; margin: 0; color: var(--ed-muted); font-size: 15px; line-height: 1.7; }
.ed-boundary-note { display: flex; max-width: 900px; align-items: flex-start; gap: 13px; margin: 26px auto 0; padding: 14px 18px; color: #5f543e; background: #fff8e9; border: 1px solid rgba(210,166,92,.32); border-radius: 10px; font-size: 13px; line-height: 1.55; }
.ed-boundary-note .ed-icon { width: 21px; height: 21px; color: var(--ed-gold); }
.ed-boundary-note p { margin: 0; }

/* Approach */
.ed-approach { position: relative; isolation: isolate; padding: 108px 0; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--ed-navy), #0f4774); }
.ed-approach::before { position: absolute; z-index: -2; inset: 0; content: ""; opacity: .42; background-image: repeating-linear-gradient(90deg, transparent 0 89px, rgba(255,255,255,.055) 90px 91px); }
.ed-approach__orbit { position: absolute; z-index: -1; top: -210px; right: -170px; width: 700px; height: 700px; border: 1px solid rgba(34,200,180,.45); border-radius: 50%; box-shadow: 0 0 0 92px rgba(34,200,180,.035), 0 0 0 184px rgba(34,200,180,.025); }
.ed-approach__heading { max-width: 900px; margin-bottom: 55px; }
.ed-approach h2 { color: #fff; }
.ed-approach__grid { display: grid; align-items: start; grid-template-columns: .82fr 1fr .88fr; gap: 44px; }
.ed-approach__lead { margin: 0 0 20px; color: #fff; font-family: var(--ed-serif); font-size: 24px; line-height: 1.35; }
.ed-approach__copy > p:not(.ed-approach__lead) { margin: 0; color: rgba(255,255,255,.64); font-size: 15px; }
.ed-method-index { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.ed-method-index li { position: relative; display: grid; min-height: 78px; align-items: center; grid-template-columns: 40px 1fr; padding: 13px 42px 13px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.ed-method-index li > span { color: var(--ed-aqua); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.ed-method-index strong { color: #fff; font-size: 14px; font-weight: 720; line-height: 1.3; }
.ed-method-index small { grid-column: 2; margin-top: -17px; color: rgba(255,255,255,.54); font-size: 11px; }
.ed-approach__quote { position: relative; min-height: 345px; margin: 0; padding: 66px 40px 38px; border: 1px solid rgba(34,200,180,.48); border-radius: 50% 50% 48% 52% / 44% 52% 48% 56%; }
.ed-approach__quote::before { position: absolute; inset: 11px; content: ""; border: 1px solid rgba(255,255,255,.10); border-radius: inherit; }
.ed-approach__quote > span { position: relative; z-index: 2; display: block; height: 40px; color: var(--ed-aqua); font-family: var(--ed-serif); font-size: 72px; line-height: .65; }
.ed-approach__quote p { position: relative; z-index: 2; margin: 11px 0 0; font-family: var(--ed-serif); font-size: 22px; font-style: italic; line-height: 1.48; }

/* Education */
.ed-education { position: relative; padding: 110px 0; background: var(--ed-paper); }
.ed-education::before { position: absolute; top: 0; right: 0; width: 38%; height: 100%; content: ""; background: linear-gradient(135deg, transparent 0 45%, rgba(29,95,170,.045) 45% 100%); pointer-events: none; }
.ed-tabs { position: relative; overflow: hidden; background: var(--ed-white); border: 1px solid var(--ed-line); border-radius: 18px; box-shadow: var(--ed-shadow-soft); }
.ed-tabs__nav { display: grid; grid-template-columns: repeat(3, 1fr); background: #f0e9dd; border-bottom: 1px solid var(--ed-line); }
.ed-tabs__button { position: relative; min-height: 74px; display: flex; align-items: center; gap: 13px; justify-content: center; padding: 13px 18px; color: var(--ed-muted); background: transparent; border: 0; border-right: 1px solid var(--ed-line); font-size: 13px; font-weight: 720; cursor: pointer; }
.ed-tabs__button:last-child { border-right: 0; }
.ed-tabs__button span { color: var(--ed-gold); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.ed-tabs__button.is-active { color: #fff; background: var(--ed-navy); }
.ed-tabs__button.is-active span { color: var(--ed-aqua); }
.ed-tabs__panel { min-height: 420px; padding: 36px; }
.ed-tabs__panel[hidden] { display: none; }
.ed-credential-intro { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.ed-credential-intro > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--ed-cobalt); background: rgba(29,95,170,.08); border-radius: 50%; }
.ed-credential-intro p { margin: 0; color: var(--ed-muted); font-size: 13px; }
.ed-credential-intro strong { color: var(--ed-navy); font-family: var(--ed-serif); font-size: 20px; font-weight: 500; }
.ed-document-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ed-document-grid--degrees { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ed-document-card { display: flex; min-width: 0; min-height: 330px; flex-direction: column; align-items: stretch; padding: 13px; color: var(--ed-ink); background: #fff; border: 1px solid var(--ed-line); border-radius: 12px; text-align: left; cursor: zoom-in; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.ed-document-card:hover { transform: translateY(-4px); border-color: rgba(34,200,180,.55); box-shadow: var(--ed-shadow-soft); }
.ed-document-card__image { display: grid; height: 220px; overflow: hidden; place-items: center; background: #f2ede5; border-radius: 8px; }
.ed-document-card__image img { width: 100%; height: 100%; object-fit: contain; }
.ed-document-card strong { display: block; margin: 15px 3px 0; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 19px; font-weight: 500; line-height: 1.18; }
.ed-document-card small { display: block; margin: 6px 3px 4px; color: var(--ed-muted); font-size: 11px; }
.ed-more-documents { display: flex; min-height: 330px; flex-direction: column; justify-content: center; padding: 34px; color: var(--ed-navy); background: linear-gradient(145deg, #efe6d8, #fff9ef); border: 1px solid rgba(210,166,92,.32); border-radius: 12px; }
.ed-more-documents > span { color: var(--ed-aqua); font-family: var(--ed-serif); font-size: 58px; line-height: .8; }
.ed-more-documents strong { margin-top: 18px; font-family: var(--ed-serif); font-size: 25px; font-weight: 500; line-height: 1.1; }
.ed-more-documents p { margin: 13px 0 20px; color: var(--ed-muted); font-size: 13px; }
.ed-association-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ed-association-grid article { min-height: 210px; padding: 27px; background: #fff; border: 1px solid var(--ed-line); border-radius: 12px; }
.ed-association-grid article > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--ed-cobalt); background: rgba(29,95,170,.07); border-radius: 50%; }
.ed-association-grid h3 { margin: 22px 0 9px; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 24px; font-weight: 500; }
.ed-association-grid p { margin: 0; color: var(--ed-muted); font-size: 13px; }
.ed-document-grid--supplemental { margin-top: 20px; }
.ed-document-card--link { cursor: pointer; text-decoration: none; }
.ed-document-card__placeholder { display: grid; min-height: 200px; place-items: center; color: var(--ed-gold); background: linear-gradient(145deg, #f3eadc, #fff); border-radius: 8px; }
.ed-document-card__placeholder .ed-icon { width: 58px; height: 58px; }
.ed-document-card--link .ed-text-link { margin: auto 3px 4px; font-size: 12px; }

/* Courses and publications */
.ed-expertise { padding: 110px 0; background: #eae3d7; }
.ed-expertise__grid { display: grid; align-items: stretch; grid-template-columns: .88fr 1.12fr; gap: 24px; }
.ed-courses, .ed-publications { min-width: 0; padding: 48px; border-radius: 20px; }
.ed-courses { color: #fff; background: var(--ed-navy); box-shadow: var(--ed-shadow); }
.ed-courses .ed-section-heading h2 { color: #fff; }
.ed-courses .ed-section-heading p { color: rgba(255,255,255,.62); }
.ed-course-list { border-top: 1px solid rgba(255,255,255,.20); }
.ed-course-item { display: grid; min-height: 104px; align-items: center; grid-template-columns: 44px 1fr 24px; gap: 14px; padding: 18px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.ed-course-item > span:first-child { display: grid; width: 42px; height: 42px; place-items: center; color: var(--ed-aqua); border: 1px solid rgba(34,200,180,.38); border-radius: 50%; }
.ed-course-item > span:first-child .ed-icon { width: 21px; height: 21px; }
.ed-course-item strong { display: block; font-family: var(--ed-serif); font-size: 18px; font-weight: 500; line-height: 1.25; }
.ed-course-item small { display: block; margin-top: 6px; color: rgba(255,255,255,.55); font-size: 11px; }
.ed-course-item > .ed-icon { width: 19px; height: 19px; color: var(--ed-aqua); transition: transform .2s ease; }
.ed-course-item:hover { color: #fff; }
.ed-course-item:hover > .ed-icon { transform: translateX(5px); }
.ed-publications { background: var(--ed-white); border: 1px solid var(--ed-line); }
.ed-publication-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ed-publication-card { position: relative; display: flex; min-height: 176px; flex-direction: column; justify-content: space-between; padding: 24px; color: var(--ed-ink); background: #f8f4ed; border: 1px solid transparent; border-radius: 11px; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.ed-publication-card:hover { color: var(--ed-ink); background: #fff; border-color: rgba(34,200,180,.55); transform: translateY(-3px); }
.ed-publication-card__source { color: var(--ed-cobalt); font-size: 10px; font-weight: 850; letter-spacing: .10em; text-transform: uppercase; }
.ed-publication-card strong { margin: 20px 0 14px; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 19px; font-weight: 500; line-height: 1.25; }
.ed-publication-card__arrow { display: grid; width: 32px; height: 32px; align-self: flex-end; place-items: center; color: var(--ed-navy); background: #fff; border-radius: 50%; }
.ed-publication-card__arrow .ed-icon { width: 16px; height: 16px; }

/* About */
.ed-about { position: relative; isolation: isolate; padding: 110px 0; overflow: hidden; background: var(--ed-white); }
.ed-about__gridline { position: absolute; z-index: -1; inset: 0; opacity: .42; background-image: repeating-linear-gradient(90deg, transparent 0 89px, rgba(8,43,75,.045) 90px 91px); }
.ed-about__grid { display: grid; align-items: center; grid-template-columns: .88fr 1.12fr; gap: 76px; }
.ed-about__photo { position: relative; height: 650px; margin: 0; overflow: hidden; background: #d9d1c5; border-radius: 30px 150px 30px 30px; box-shadow: var(--ed-shadow); }
.ed-about__photo::before { position: absolute; z-index: 2; top: 24px; right: 24px; width: 78px; height: 78px; content: ""; border: 2px solid var(--ed-aqua); border-radius: 50%; }
.ed-about__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; }
.ed-about__photo figcaption { position: absolute; z-index: 3; right: 18px; bottom: 18px; left: 18px; padding: 13px 15px; color: #fff; background: rgba(5,29,51,.84); border-radius: 8px; font-size: 11px; backdrop-filter: blur(8px); }
.ed-about__lead { margin: 27px 0 17px; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 24px; line-height: 1.35; }
.ed-about__copy > p:not(.ed-about__lead) { margin: 0 0 14px; color: var(--ed-muted); font-size: 15px; }
.ed-about__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid var(--ed-line-strong); border-left: 1px solid var(--ed-line-strong); }
.ed-about__facts > div { position: relative; min-height: 118px; padding: 24px 22px 20px 52px; border-right: 1px solid var(--ed-line-strong); border-bottom: 1px solid var(--ed-line-strong); }
.ed-about__facts > div > span { position: absolute; top: 25px; left: 18px; color: var(--ed-aqua); font-size: 10px; font-weight: 900; }
.ed-about__facts strong { display: block; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 19px; font-weight: 500; line-height: 1.18; }
.ed-about__facts small { display: block; margin-top: 6px; color: var(--ed-muted); font-size: 11px; line-height: 1.35; }

/* CTA and footer */
.ed-final-cta { position: relative; isolation: isolate; padding: 76px 0; overflow: hidden; color: #fff; background: linear-gradient(110deg, #0e416c, var(--ed-cobalt)); }
.ed-final-cta::before { position: absolute; z-index: -2; inset: 0; content: ""; opacity: .24; background-image: repeating-linear-gradient(90deg, transparent 0 89px, rgba(255,255,255,.10) 90px 91px); }
.ed-final-cta__ring { position: absolute; z-index: -1; top: -260px; right: -80px; width: 620px; height: 620px; border: 1px solid rgba(34,200,180,.55); border-radius: 50%; box-shadow: 0 0 0 88px rgba(34,200,180,.05), 0 0 0 176px rgba(34,200,180,.025); }
.ed-final-cta__inner { display: grid; align-items: center; grid-template-columns: 1fr auto; gap: 50px; }
.ed-final-cta .ed-overline { color: var(--ed-aqua); }
.ed-final-cta h2 { max-width: 820px; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.02; }
.ed-final-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.ed-footer { position: relative; overflow: hidden; color: rgba(255,255,255,.72); background: var(--ed-navy-deep); }
.ed-footer__orbit { position: absolute; right: -180px; bottom: -320px; width: 700px; height: 700px; border: 1px solid rgba(34,200,180,.18); border-radius: 50%; box-shadow: 0 0 0 92px rgba(34,200,180,.025), 0 0 0 184px rgba(34,200,180,.018); pointer-events: none; }
.ed-footer__contact-deck { position: relative; display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 50px; padding-top: 52px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ed-footer__contact-copy h2 { max-width: 530px; margin: 0; color: #fff; font-family: var(--ed-serif); font-size: 30px; font-weight: 400; line-height: 1.16; }
.ed-footer__socials { display: grid; min-width: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.ed-footer__socials a { display: flex; min-width: 0; min-height: 78px; flex-direction: column; justify-content: center; padding: 13px; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.ed-footer__socials a:hover { color: #fff; background: rgba(255,255,255,.09); border-color: rgba(34,200,180,.48); transform: translateY(-2px); }
.ed-footer__socials strong { overflow-wrap: anywhere; font-size: 12px; line-height: 1.25; }
.ed-footer__socials span { margin-top: 5px; overflow-wrap: anywhere; color: rgba(255,255,255,.48); font-size: 9px; line-height: 1.35; }
.ed-footer__grid { position: relative; display: grid; min-width: 0; grid-template-columns: 1.1fr .9fr 1fr; gap: 60px; padding-top: 46px; padding-bottom: 42px; }
.ed-footer__grid > * { min-width: 0; }
.ed-brand--footer { min-width: 0; color: #fff; }
.ed-brand--footer .ed-brand__circle--one { stroke: #fff; }
.ed-brand--footer .ed-brand__dot { fill: #fff; }
.ed-brand--footer .ed-brand__copy small { color: rgba(255,255,255,.48); }
.ed-footer__brand > p { max-width: 340px; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.ed-footer__column h2 { margin: 0 0 18px; color: #fff; font-family: var(--ed-serif); font-size: 21px; font-weight: 500; }
.ed-contact-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.ed-contact-list li { display: flex; min-width: 0; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; }
.ed-contact-list .ed-icon { width: 18px; height: 18px; color: var(--ed-aqua); }
.ed-contact-list a, .ed-footer a { color: inherit; }
.ed-contact-list a { overflow-wrap: anywhere; }
.ed-footer-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.ed-footer-menu li { min-width: 0; margin: 0; }
.ed-footer-menu a { display: inline-block; color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }
.ed-footer-menu a:hover { color: #fff; text-decoration: underline; }
.ed-footer__legal-deck { position: relative; display: grid; min-width: 0; align-items: start; grid-template-columns: .9fr 2.1fr; gap: 50px; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.ed-footer__requisites { min-width: 0; }
.ed-footer__requisites strong { display: block; color: #fff; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.ed-footer__requisites span { display: block; margin-top: 6px; color: rgba(255,255,255,.42); font-size: 10px; overflow-wrap: anywhere; }
.ed-footer__legal-links { display: grid; min-width: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px 20px; }
.ed-footer__legal-links a, .ed-footer__legal-links button { min-width: 0; padding: 0; color: rgba(255,255,255,.56); background: transparent; border: 0; font-size: 10px; line-height: 1.35; text-align: left; text-decoration: none; overflow-wrap: anywhere; cursor: pointer; }
.ed-footer__legal-links a:hover, .ed-footer__legal-links button:hover { color: #fff; text-decoration: underline; }
.ed-footer__bottom { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 18px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.ed-footer__bottom p { max-width: 680px; margin: 0; color: rgba(255,255,255,.38); font-size: 9px; }

/* Modals */
.ed-modal, .ed-lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; padding: 24px; place-items: center; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.ed-modal.is-open, .ed-lightbox.is-open { opacity: 1; visibility: visible; }
.ed-modal__backdrop, .ed-lightbox__backdrop { position: absolute; inset: 0; background: rgba(3,16,29,.76); backdrop-filter: blur(8px); }
.ed-modal__dialog { position: relative; z-index: 2; width: min(100%, 760px); max-height: calc(100svh - 48px); padding: 38px; overflow-y: auto; background: var(--ed-white); border-radius: 18px; box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.ed-modal__close, .ed-lightbox__close { position: absolute; z-index: 4; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: var(--ed-navy); background: #fff; border: 1px solid var(--ed-line); border-radius: 50%; cursor: pointer; }
.ed-modal__close .ed-icon, .ed-lightbox__close .ed-icon { width: 20px; height: 20px; }
.ed-modal__eyebrow { color: var(--ed-aqua); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ed-modal h2 { margin: 10px 45px 12px 0; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 42px; font-weight: 400; line-height: 1; }
.ed-modal__dialog > p { color: var(--ed-muted); font-size: 13px; }
.ed-modal--video .ed-modal__dialog { width: min(100%, 920px); }
.ed-video-placeholder { display: grid; min-height: 340px; place-items: center; padding: 30px; color: var(--ed-muted); background: #eee7dc; border-radius: 12px; text-align: center; }
.ed-video-placeholder .ed-icon { width: 70px; height: 70px; color: var(--ed-cobalt); }
.ed-video-placeholder p { max-width: 480px; margin: 12px auto 0; }
.ed-quick-contacts { margin: 20px 0; padding: 16px; background: #f0e9de; border: 1px solid var(--ed-line); border-radius: 12px; }
.ed-quick-contacts > strong { display: block; margin-bottom: 10px; color: var(--ed-navy); font-family: var(--ed-serif); font-size: 19px; font-weight: 500; }
.ed-quick-contacts__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.ed-quick-contacts__links a { display: flex; min-width: 0; min-height: 52px; flex-direction: column; justify-content: center; padding: 9px 11px; color: var(--ed-navy); background: #fff; border: 1px solid var(--ed-line); border-radius: 8px; text-decoration: none; }
.ed-quick-contacts__links strong { font-size: 12px; }
.ed-quick-contacts__links span { margin-top: 2px; color: var(--ed-muted); font-size: 10px; overflow-wrap: anywhere; }
.ed-lightbox__inner { position: relative; z-index: 2; display: grid; width: min(1100px, 100%); height: min(88svh, 920px); padding: 20px; place-items: center; background: #fff; border-radius: 16px; box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.ed-lightbox__inner img { width: 100%; height: 100%; object-fit: contain; }

/* Content pages */
.ed-content-page { min-height: 70svh; padding: 78px 0 100px; background: var(--ed-paper); }
.ed-content-page__inner { width: min(calc(100% - 48px), 920px); margin-inline: auto; padding: 54px; background: var(--ed-white); border: 1px solid var(--ed-line); border-radius: 18px; box-shadow: var(--ed-shadow-soft); }
.ed-entry-header { margin-bottom: 35px; padding-bottom: 25px; border-bottom: 1px solid var(--ed-line); }
.ed-entry-title { margin: 0; color: var(--ed-navy); font-family: var(--ed-serif); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.ed-entry-meta { margin-top: 10px; color: var(--ed-muted); font-size: 12px; }
.ed-entry-content { color: #3d4a53; }
.ed-entry-content h2, .ed-entry-content h3 { color: var(--ed-navy); font-family: var(--ed-serif); font-weight: 500; line-height: 1.15; }
.ed-entry-content h2 { margin: 42px 0 16px; font-size: 31px; }
.ed-entry-content h3 { margin: 30px 0 12px; font-size: 24px; }
.ed-entry-content p, .ed-entry-content li { font-size: 16px; line-height: 1.75; }
.ed-entry-content a { overflow-wrap: anywhere; }
.ed-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ed-post-card { padding: 24px; background: #fff; border: 1px solid var(--ed-line); border-radius: 12px; }
.ed-404 { text-align: center; }
.ed-404__code { color: var(--ed-aqua); font-family: var(--ed-serif); font-size: 110px; line-height: 1; }
.ed-requisites-table { margin: 26px 0; overflow-x: auto; border: 1px solid var(--ed-line); border-radius: 12px; }
.ed-requisites-table table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.ed-requisites-table th, .ed-requisites-table td { padding: 15px 18px; border-bottom: 1px solid var(--ed-line); text-align: left; vertical-align: top; }
.ed-requisites-table tr:last-child th, .ed-requisites-table tr:last-child td { border-bottom: 0; }
.ed-requisites-table th { width: 34%; color: var(--ed-navy); background: #f2ece2; font-size: 13px; }
.ed-requisites-table td { color: #45525d; font-size: 14px; word-break: break-word; }
.ed-entry-content code { padding: .1em .35em; color: var(--ed-navy); background: #f2ece2; border-radius: 5px; font-size: .9em; }
.ed-entry-content > p:first-child strong { display: block; padding: 12px 15px; color: #664b2c; background: #fff8ea; border: 1px solid #ead4aa; border-radius: 10px; font-family: var(--ed-sans); font-size: 13px; }

/* Reveal: opacity only to avoid image slicing in browsers and full-page screenshots. */
.js [data-ed-reveal] { opacity: 0; transition: opacity .55s ease; }
.js [data-ed-reveal].is-visible { opacity: 1; }

@media (max-width: 1140px) {
  .ed-nav { position: fixed; z-index: 790; top: var(--ed-header-height); right: 0; left: 0; max-height: calc(100svh - var(--ed-header-height)); padding: 18px 24px 26px; overflow-y: auto; background: rgba(246,241,232,.98); border-bottom: 1px solid var(--ed-line); box-shadow: 0 28px 48px rgba(5,29,51,.14); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .ed-menu-open .ed-nav { opacity: 1; visibility: visible; transform: none; }
  .ed-nav__list { max-width: var(--ed-shell); margin-inline: auto; flex-direction: column; align-items: stretch; gap: 0; }
  .ed-nav__item { border-bottom: 1px solid var(--ed-line); }
  .ed-nav__link { display: block; padding: 14px 8px; font-family: var(--ed-serif); font-size: 20px; }
  .ed-nav__link::after { display: none; }
  .ed-menu-toggle { display: grid; }
  .ed-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); gap: 35px; }
  .ed-hero__portrait { right: 0; width: 420px; }
  .ed-hero__lens { right: -60px; }
  .ed-intersection__circle { width: 325px; height: 325px; }
  .ed-intersection__core { top: 175px; }
  .ed-approach__grid { grid-template-columns: .9fr 1.1fr; }
  .ed-approach__quote { grid-column: 1 / -1; min-height: 240px; border-radius: 26px; }
  .ed-expertise__grid { grid-template-columns: 1fr; }
  .ed-publication-grid { grid-template-columns: repeat(3, 1fr); }
  .ed-footer__socials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .ed-shell { width: min(calc(100% - 36px), var(--ed-shell)); }
  .ed-section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .ed-hero { padding-top: 50px; }
  .ed-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 22px; }
  .ed-hero__content { max-width: 760px; padding-bottom: 20px; }
  .ed-hero__visual { min-height: 640px; }
  .ed-hero__portrait { right: 6%; width: min(76%, 500px); }
  .ed-hero__lens { right: 1%; }
  .ed-hero__signature { left: 4%; }
  .ed-hero__quote { right: 3%; }
  .ed-hero__facts { grid-template-columns: 1fr; margin-inline: -18px; }
  .ed-hero__facts > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .ed-hero__facts > div:last-child { border-bottom: 0; }
  .ed-intersection { padding: 84px 0; }
  .ed-intersection__grid { grid-template-columns: 1fr; gap: 30px; }
  .ed-intersection__diagram { min-height: 460px; max-width: 720px; width: 100%; margin-inline: auto; }
  .ed-intersection__circle { width: 350px; height: 350px; }
  .ed-format-list { grid-template-columns: 1fr; }
  .ed-format-item { min-height: 240px; }
  .ed-approach { padding: 84px 0; }
  .ed-approach__grid { grid-template-columns: 1fr; }
  .ed-approach__quote { grid-column: auto; }
  .ed-tabs__nav { display: flex; gap: 8px; padding: 10px; overflow-x: auto; background: #f0e9dd; }
  .ed-tabs__button { min-width: 260px; border: 1px solid var(--ed-line) !important; border-radius: 9px; }
  .ed-document-grid, .ed-document-grid--degrees { grid-template-columns: repeat(2, 1fr); }
  .ed-more-documents { grid-column: 1 / -1; min-height: 210px; }
  .ed-association-grid { grid-template-columns: 1fr; }
  .ed-publication-grid { grid-template-columns: repeat(2, 1fr); }
  .ed-about__grid { grid-template-columns: 1fr; gap: 42px; }
  .ed-about__photo { width: min(100%, 620px); height: 620px; }
  .ed-final-cta__inner { grid-template-columns: 1fr; }
  .ed-footer__contact-deck { grid-template-columns: 1fr; gap: 24px; }
  .ed-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .ed-footer__brand { grid-column: 1 / -1; }
  .ed-footer__legal-deck { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 640px) {
  :root { --ed-header-height: 68px; }
  body { font-size: 16px; }
  .ed-shell { width: min(calc(100% - 28px), var(--ed-shell)); }
  .ed-header { height: 68px; }
  .ed-brand { min-width: 0; gap: 8px; }
  .ed-brand__mark { width: 45px; height: 38px; }
  .ed-brand__mark svg { width: 45px; height: 38px; }
  .ed-brand__copy strong { font-size: 16px; }
  .ed-brand__copy small { margin-top: 4px; font-size: 7px; }
  .ed-header__cta { display: none; }
  .ed-nav { top: 68px; max-height: calc(100svh - 68px); }
  .ed-section-heading h2, .ed-intersection h2, .ed-approach h2, .ed-about h2, .ed-final-cta h2 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .ed-hero { padding-top: 38px; }
  .ed-hero h1 { margin-top: 18px; font-size: clamp(3.8rem, 18vw, 5.2rem); }
  .ed-hero__lead { font-size: 1.35rem; }
  .ed-hero__text { font-size: 15px; }
  .ed-hero__actions { display: grid; }
  .ed-button { width: 100%; }
  .ed-hero__visual { min-height: 520px; margin-inline: -14px; }
  .ed-hero__lens { top: 30px; right: -70px; width: 430px; height: 430px; }
  .ed-hero__lens::before { top: 95px; left: -70px; width: 290px; height: 290px; }
  .ed-hero__portrait { right: 18px; width: calc(100% - 58px); height: 500px; border-width: 6px; border-radius: 22px 22px 92px 22px; }
  .ed-hero__signature { top: 12px; left: 12px; font-size: 9px; }
  .ed-hero__quote { right: 5px; bottom: 28px; width: 220px; padding: 15px; }
  .ed-hero__quote p { font-size: 14px; }
  .ed-hero__facts { margin-inline: -14px; }
  .ed-hero__facts > div { padding: 20px 18px 22px 54px; }
  .ed-hero__facts span { top: 22px; left: 20px; }
  .ed-intersection { padding: 66px 0; }
  .ed-intersection__topics { grid-template-columns: 1fr; }
  .ed-intersection__diagram { min-height: 390px; overflow: hidden; }
  .ed-intersection__circle { top: 50px; width: 270px; height: 270px; padding: 36px; }
  .ed-intersection__circle--psychology { left: -68px; }
  .ed-intersection__circle--economy { right: -68px; }
  .ed-intersection__circle span { font-size: 23px; }
  .ed-intersection__circle small { max-width: 120px; font-size: 10px; }
  .ed-intersection__core { top: 135px; width: 150px; min-height: 112px; }
  .ed-intersection__core strong { font-size: 19px; }
  .ed-formats { padding: 70px 0 62px; }
  .ed-format-item { min-height: 0; padding: 32px 22px 30px 78px; }
  .ed-format-item__number { top: 34px; left: 22px; }
  .ed-format-item__icon { top: 65px; left: 18px; width: 40px; height: 40px; }
  .ed-format-item h3 { font-size: 25px; }
  .ed-boundary-note { font-size: 12px; }
  .ed-approach { padding: 68px 0; }
  .ed-approach__heading { margin-bottom: 34px; }
  .ed-approach__lead { font-size: 21px; }
  .ed-approach__quote { min-height: 0; padding: 48px 26px 30px; border-radius: 22px; }
  .ed-approach__quote p { font-size: 19px; }
  .ed-education { padding: 72px 0; }
  .ed-tabs { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .ed-tabs__nav { margin-inline: -14px; }
  .ed-tabs__panel { min-height: 0; padding: 24px 0 0; }
  .ed-document-grid, .ed-document-grid--degrees { grid-template-columns: 1fr; }
  .ed-more-documents { grid-column: auto; }
  .ed-document-card__image { height: 240px; }
  .ed-expertise { padding: 72px 0; }
  .ed-courses, .ed-publications { padding: 30px 22px; border-radius: 15px; }
  .ed-publication-grid { grid-template-columns: 1fr; }
  .ed-publication-card { min-height: 150px; }
  .ed-about { padding: 72px 0; }
  .ed-about__photo { height: 510px; border-radius: 22px 92px 22px 22px; }
  .ed-about__facts { grid-template-columns: 1fr; }
  .ed-final-cta { padding: 60px 0; }
  .ed-final-cta__actions { display: grid; }
  .ed-footer__contact-deck { padding-top: 42px; padding-bottom: 32px; }
  .ed-footer__contact-copy h2 { font-size: 25px; }
  .ed-footer__socials { grid-template-columns: 1fr 1fr; }
  .ed-footer__grid { grid-template-columns: 1fr; gap: 32px; padding-top: 34px; padding-bottom: 30px; }
  .ed-footer__brand { grid-column: auto; }
  .ed-footer-menu { grid-template-columns: 1fr 1fr; }
  .ed-footer__legal-links { grid-template-columns: 1fr 1fr; }
  .ed-footer__bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .ed-modal, .ed-lightbox { padding: 10px; }
  .ed-modal__dialog { max-height: calc(100svh - 20px); padding: 30px 18px 24px; border-radius: 14px; }
  .ed-modal h2 { font-size: 32px; }
  .ed-quick-contacts__links { grid-template-columns: 1fr; }
  .ed-lightbox__inner { width: 100%; height: 90svh; padding: 10px; }
  .ed-content-page { padding: 48px 0 70px; }
  .ed-content-page__inner { width: min(calc(100% - 28px), 920px); padding: 28px 20px; }
  .ed-post-list { grid-template-columns: 1fr; }
  .ed-requisites-table th, .ed-requisites-table td { padding: 12px 13px; }
}

@media (max-width: 390px) {
  .ed-brand__copy small { display: none; }
  .ed-header__actions { gap: 5px; }
  .ed-hero__visual { min-height: 480px; }
  .ed-hero__portrait { height: 460px; }
  .ed-hero__quote { width: 196px; }
  .ed-footer__socials, .ed-footer-menu, .ed-footer__legal-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js [data-ed-reveal] { opacity: 1; }
}
