:root {
  --navy:#07182e;
  --navy2:#0d294a;
  --gold:#c9963b;
  --cream:#fbf7ef;
  --paper:#fffdf9;
  --ink:#102033;
  --muted:#677285;
  --line:#e8e1d5;
  --soft:#f4efe6;
  --success:#1f7a4d;
  --shadow:0 20px 50px rgba(7,24,46,.13);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:var(--cream);color:var(--ink)}
button,input,textarea{font:inherit}
button{cursor:pointer;border:0}
.hidden{display:none!important}
.header{height:72px;background:rgba(7,24,46,.96);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 42px;position:sticky;top:0;z-index:10;backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.logo{width:38px;height:38px;border:2px solid var(--gold);border-radius:10px;display:grid;place-items:center;color:var(--gold)}
.nav{display:flex;gap:24px;align-items:center;font-size:14px}.nav a{color:white;text-decoration:none;opacity:.86}.btn{background:var(--navy);color:white;border-radius:12px;padding:12px 18px;font-weight:700;box-shadow:0 12px 24px rgba(7,24,46,.15)}.btn.gold{background:var(--gold);color:#221505}.btn.ghost{background:transparent;color:var(--navy);border:1px solid var(--line);box-shadow:none}.btn.small{padding:8px 12px;border-radius:9px;font-size:13px}
.hero{min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding:76px 7vw;background:linear-gradient(135deg,#fffaf0 0%,#edf4f7 52%,#d9e5ed 100%);overflow:hidden}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,78px);line-height:.98;margin:0 0 24px;color:#08182d}.hero p{font-size:20px;line-height:1.6;color:#33445b;max-width:680px}.hero-actions{display:flex;gap:14px;margin-top:30px}.hero-card{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.7);border-radius:30px;padding:24px;box-shadow:var(--shadow);backdrop-filter:blur(20px)}.seminar-preview{background:var(--navy);color:white;border-radius:24px;padding:28px;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;background-image:radial-gradient(circle at 80% 0%,rgba(201,150,59,.35),transparent 32%)}.seminar-preview h2{font-family:Georgia,serif;font-size:34px;margin:0}.quote{font-family:Georgia,serif;font-style:italic;color:#fff4d5;font-size:22px}.section{padding:64px 7vw}.section h2{font-family:Georgia,serif;font-size:42px;text-align:center;margin:0 0 16px}.section-sub{text-align:center;color:var(--muted);margin-bottom:34px}.course-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 10px 32px rgba(7,24,46,.07)}.card h3{font-family:Georgia,serif;font-size:24px;margin:0 0 10px}.card p{color:var(--muted);line-height:1.55}.login-wrap{min-height:100vh;display:grid;grid-template-columns:.95fr 1.05fr;background:var(--cream)}.login-art{background:linear-gradient(145deg,var(--navy),#123b62);color:white;padding:54px;display:flex;flex-direction:column;justify-content:space-between}.login-art h1{font-family:Georgia,serif;font-size:54px;line-height:1;margin:30px 0 18px}.login-panel{display:grid;place-items:center;padding:42px}.login-box{width:min(450px,100%);background:white;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.login-box h2{font-family:Georgia,serif;font-size:34px;margin:0 0 8px}.field{display:flex;flex-direction:column;gap:8px;margin:16px 0}.field label{font-weight:700;font-size:13px;color:#33445b}.field input,.field textarea{border:1px solid var(--line);border-radius:12px;padding:13px 14px;background:#fff;color:var(--ink)}.demo-logins{background:var(--soft);border-radius:18px;padding:14px;margin-top:18px;color:#526075;font-size:14px}.error{color:#a33a2b;font-weight:700;margin-top:10px}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,var(--navy),#0a2442);color:white;padding:24px 18px;position:sticky;top:0;height:100vh}.sidebar .brand{margin-bottom:28px}.side-item{display:flex;gap:12px;align-items:center;padding:12px 14px;border-radius:13px;color:white;opacity:.78;margin:4px 0}.side-item.active,.side-item:hover{background:rgba(255,255,255,.12);opacity:1}.user-chip{margin-top:auto;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px;display:flex;gap:12px;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;background:var(--gold);color:#231708;display:grid;place-items:center;font-weight:800}.main{padding:34px;max-width:1500px;width:100%;margin:0 auto}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.topbar h1{font-family:Georgia,serif;font-size:38px;margin:0 0 6px}.muted{color:var(--muted)}.dash-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:24px}.today-card{background:white;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow)}.seminar-row{display:grid;grid-template-columns:110px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-top:1px solid var(--line)}.seminar-row:first-of-type{border-top:0}.time{font-weight:800;color:#20324a}.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#eaf7ef;color:var(--success);padding:6px 10px;font-weight:800;font-size:12px}.zoom-frame{margin-top:18px;background:#111827;color:white;border-radius:20px;min-height:260px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;background-image:linear-gradient(135deg,rgba(0,0,0,.2),rgba(0,0,0,.75)),url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1200&q=80');background-size:cover;background-position:center}.zoom-controls{display:flex;justify-content:space-between;align-items:center}.dot{width:10px;height:10px;background:#4ade80;border-radius:50%;display:inline-block;margin-right:8px}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.mini-card{background:white;border:1px solid var(--line);border-radius:18px;padding:18px}.right-stack{display:flex;flex-direction:column;gap:18px}.question{font-family:Georgia,serif;font-size:26px;line-height:1.25;color:#14233a}.list{display:flex;flex-direction:column;gap:12px}.list-row{display:flex;justify-content:space-between;gap:14px;border-top:1px solid var(--line);padding-top:12px}.discussion-post{border-top:1px solid var(--line);padding:16px 0}.discussion-post strong{display:block;margin-bottom:5px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat{background:white;border:1px solid var(--line);border-radius:18px;padding:20px}.stat .num{font-family:Georgia,serif;font-size:34px}.table{width:100%;border-collapse:collapse;background:white;border-radius:18px;overflow:hidden;border:1px solid var(--line)}.table th,.table td{text-align:left;padding:14px;border-bottom:1px solid var(--line)}.table th{background:var(--soft);font-size:13px;color:#45536a}.responsive-note{display:none}
@media(max-width:1000px){.hero,.login-wrap,.dash-grid{grid-template-columns:1fr}.shell{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.course-grid,.feature-grid,.mini-grid,.admin-stats{grid-template-columns:1fr}.seminar-row{grid-template-columns:1fr}.nav{display:none}.header{padding:0 20px}.main{padding:22px}.responsive-note{display:block}}


/* ================================
   Polished public homepage
   ================================ */

.site-header{
  height:78px;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(6,24,45,.985);
  color:white;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 clamp(20px,5vw,68px);
  box-shadow:0 8px 30px rgba(0,0,0,.16);
}

.site-header .brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:white;
}

.brand-mark{
  width:44px;
  height:44px;
  border:2px solid var(--gold);
  border-radius:12px;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-size:22px;
  line-height:1;
}

.brand-text{
  font-family:Georgia,serif;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
  line-height:1.06;
  font-size:18px;
}

.site-nav{
  display:flex;
  align-items:center;
  gap:28px;
}

.site-nav a{
  color:white;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  opacity:.92;
}

.site-nav a:hover{
  opacity:1;
}

.public-home{
  background:#fbf7ef;
}

.hero-photo-section{
  position:relative;
  min-height:640px;
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(90deg, rgba(250,246,236,.96) 0%, rgba(250,246,236,.88) 29%, rgba(250,246,236,.42) 48%, rgba(250,246,236,.10) 67%, rgba(6,24,45,.18) 100%),
    url("hero.png");
  background-size:cover;
  background-position:72% center;
  background-repeat:no-repeat;
}

.hero-photo-section::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.38), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(6,24,45,.18));
  z-index:-1;
}

.hero-inner{
  min-height:640px;
  display:grid;
  grid-template-columns:minmax(430px, 1fr) minmax(390px, 470px);
  gap:78px;
  align-items:center;
  padding:58px clamp(26px,7vw,92px) 54px;
}

.hero-message h1{
  font-family:Georgia,serif;
  font-size:clamp(48px,5.6vw,76px);
  line-height:1.02;
  letter-spacing:-.052em;
  color:#07182e;
  margin:0 0 24px;
  max-width:780px;
  text-shadow:0 2px 20px rgba(255,255,255,.58);
}

.hero-message p{
  color:#0b2138;
  font-size:22px;
  line-height:1.5;
  max-width:590px;
  margin:0;
  font-weight:500;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:34px;
  flex-wrap:wrap;
}

.learn-link{
  color:#07182e;
  font-weight:900;
  text-decoration:none;
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:16px;
}

.learn-link span{
  font-size:26px;
  line-height:1;
}

.seminar-inset{
  color:white;
  background:
    radial-gradient(circle at 22% 0%, rgba(37,83,127,.52), transparent 35%),
    linear-gradient(145deg, rgba(4,17,34,.985), rgba(8,31,58,.985));
  border:1px solid rgba(255,255,255,.28);
  border-radius:24px;
  padding:32px;
  box-shadow:0 34px 90px rgba(6,24,45,.44);
  outline:10px solid rgba(255,255,255,.76);
  transform:translateX(34px);
}

.seminar-status{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:999px;
  background:#ddf8e7;
  color:#17633e;
  font-weight:900;
  padding:8px 14px;
  font-size:14px;
}

.seminar-status span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#43d47b;
}

.seminar-label{
  color:#d7a348;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:900;
  margin-top:28px;
  margin-bottom:10px;
  font-size:13px;
}

.seminar-inset h2{
  font-family:Georgia,serif;
  margin:0 0 18px;
  font-size:37px;
  line-height:1.03;
  letter-spacing:-.025em;
}

.seminar-week{
  color:#d7dfeb;
  font-size:18px;
  margin:0 0 22px;
}

.seminar-quote{
  border-top:1px solid rgba(255,255,255,.24);
  padding-top:22px;
  margin:0 0 26px;
  font-family:Georgia,serif;
  font-size:21px;
  line-height:1.35;
  font-style:italic;
  color:#f5e7c8;
}

.seminar-inset .btn{
  width:100%;
}

.impact-section{
  background:linear-gradient(180deg,#fffdf9,#fbf7ef);
  padding:46px clamp(24px,7vw,90px) 58px;
  border-bottom:1px solid rgba(7,24,46,.08);
}

.impact-section h2,
.flagship-section h2,
.schools-home-section h2,
.research-home-section h2{
  font-family:Georgia,serif;
  color:#07182e;
  text-align:center;
}

.impact-section h2{
  font-size:34px;
  margin:0 0 34px;
}

.impact-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(260px,1fr));
  gap:44px;
}

.impact-item{
  display:grid;
  grid-template-columns:58px minmax(220px,1fr);
  gap:20px;
  align-items:start;
  min-width:0;
}

.impact-symbol{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-size:34px;
}

.impact-item h3{
  font-family:Georgia,serif;
  font-size:22px;
  line-height:1.08;
  margin:0 0 10px;
  color:#07182e;
}

.impact-item p{
  color:#53657a;
  line-height:1.6;
  margin:0;
  font-size:15px;
}

.flagship-section{
  background:linear-gradient(180deg,#06172d,#0b203a);
  padding:58px clamp(24px,7vw,90px) 66px;
  color:white;
}

.flagship-section h2{
  color:white;
  font-size:34px;
  margin:0 0 8px;
}

.section-sub{
  text-align:center;
  color:#627287;
  margin:0 auto 30px;
  max-width:720px;
}

.flagship-section .section-sub{
  color:#d3dde8;
}

.flagship-grid{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.flagship-card{
  background:linear-gradient(145deg,rgba(255,253,249,.96),rgba(245,238,226,.94));
  color:#07182e;
  border:1px solid rgba(255,255,255,.32);
  border-radius:16px;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  overflow:hidden;
  min-height:320px;
  display:flex;
  flex-direction:column;
}

.course-art{
  height:114px;
  background-size:cover;
  background-position:center;
  border-bottom:1px solid rgba(7,24,46,.08);
}

.plato-art{
  background:
    radial-gradient(circle at 28% 45%, rgba(255,255,255,.2), transparent 22%),
    linear-gradient(135deg,#e8ddcc,#bda88b 56%,#6b5a48);
}

.temple-art{
  background:
    linear-gradient(135deg, rgba(255,244,214,.78), rgba(197,151,86,.34)),
    linear-gradient(90deg,#e3d0ac 0 14%,#b9915b 14% 18%,#e3d0ac 18% 32%,#b9915b 32% 36%,#e3d0ac 36% 50%,#b9915b 50% 54%,#d8c49e 54% 100%);
}

.mountain-art{
  background:
    linear-gradient(180deg,rgba(255,235,189,.7),rgba(211,227,231,.3)),
    url("hero.png");
  background-size:cover;
  background-position:center 45%;
}

.flagship-card h3{
  font-family:Georgia,serif;
  font-size:24px;
  line-height:1.08;
  margin:20px 22px 8px;
}

.flagship-card p{
  color:#53657a;
  margin:0 22px 18px;
  line-height:1.55;
  flex:1;
}

.text-link{
  background:transparent;
  border:0;
  color:#07182e;
  font-weight:900;
  text-align:left;
  padding:0 22px 22px;
  cursor:pointer;
}

.socrates{
  text-align:center;
  margin:42px 0 0;
  font-family:Georgia,serif;
  font-size:28px;
  font-style:italic;
  color:#fff3d6;
}

.socrates span{
  display:block;
  margin-top:8px;
  color:#d3dde8;
  font-size:15px;
}

.schools-home-section{
  background:#fbf7ef;
  padding:60px clamp(24px,7vw,90px);
}

.schools-home-section h2{
  font-size:34px;
  margin:0 0 8px;
}

.school-grid{
  max-width:1040px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.school-card{
  background:white;
  border:1px solid rgba(7,24,46,.08);
  border-radius:16px;
  padding:24px;
  box-shadow:0 16px 36px rgba(7,24,46,.08);
}

.school-card h3{
  font-family:Georgia,serif;
  color:#07182e;
  font-size:22px;
  margin:0 0 10px;
}

.school-card p{
  color:#53657a;
  line-height:1.6;
  margin:0;
}

.research-home-section{
  background:white;
  padding:62px clamp(24px,7vw,90px);
}

.research-home-section h2{
  font-size:34px;
  margin:0 0 12px;
}

.research-home-section p{
  max-width:740px;
  margin:0 auto;
  text-align:center;
  color:#53657a;
  line-height:1.65;
  font-size:17px;
}

/* Prevent old homepage rules from distorting the new layout */
.hero,
.hero-copy,
.hero-card{
  all:unset;
}

@media(max-width:980px){
  .site-header{
    height:auto;
    min-height:78px;
    align-items:flex-start;
    gap:16px;
    padding:18px 22px;
    flex-direction:column;
  }

  .site-nav{
    gap:16px;
    flex-wrap:wrap;
  }

  .hero-inner{
    grid-template-columns:1fr;
    min-height:auto;
    padding:52px 24px;
    gap:36px;
  }

  .hero-photo-section{
    min-height:auto;
    background-position:center;
  }

  .hero-message h1{
    font-size:48px;
  }

  .hero-message p{
    font-size:19px;
  }

  .seminar-inset{
    outline:7px solid rgba(255,255,255,.74);
    transform:none;
  }

  .impact-grid,
  .flagship-grid,
  .school-grid{
    grid-template-columns:1fr;
  }

  .impact-item{
    grid-template-columns:52px 1fr;
  }
}

@media(max-width:560px){
  .brand-text{
    font-size:15px;
  }

  .hero-message h1{
    font-size:40px;
  }

  .seminar-inset h2{
    font-size:31px;
  }

  .impact-section h2,
  .flagship-section h2,
  .schools-home-section h2,
  .research-home-section h2{
    font-size:29px;
  }
}


/* v1.1 presentation polish */
@media(min-width:981px){
  .hero-photo-section{
    background-position:72% center !important;
  }

  .hero-inner{
    grid-template-columns:minmax(430px, 1fr) minmax(390px, 470px) !important;
    gap:78px !important;
  }

  .seminar-inset{
    transform:translateX(34px);
  }
}

@media(max-width:980px){
  .hero-photo-section{
    background-position:center !important;
  }

  .seminar-inset{
    transform:none !important;
  }
}

/* Phase 1, Milestone 1: institutional navigation + hero */
.public-brand{text-decoration:none}.site-header{height:76px;border-bottom:1px solid rgba(201,150,59,.22);box-shadow:none}.brand-mark{border-radius:0;width:40px;height:40px;font-family:Georgia,serif;font-size:19px}.brand-text{font-size:15px;font-weight:600;letter-spacing:.13em}.site-nav{gap:25px}.site-nav a{font-family:Georgia,serif;font-weight:400;font-size:15px}.student-login-link{background:var(--gold);color:#241a0b;padding:10px 15px;border:1px solid #ddb362;border-radius:3px;font-family:Georgia,serif;font-size:14px}.student-login-link:hover{filter:brightness(1.05)}
.hero-photo-section{min-height:610px;background:linear-gradient(90deg,rgba(5,19,35,.78) 0%,rgba(5,19,35,.60) 36%,rgba(5,19,35,.20) 64%,rgba(5,19,35,.20) 100%),url("hero.png");background-size:cover;background-position:center}.hero-photo-section::after{background:linear-gradient(180deg,rgba(3,13,25,.05),rgba(3,13,25,.25))}.hero-inner{min-height:610px;grid-template-columns:minmax(460px,1fr) minmax(330px,410px);gap:64px;padding-top:54px;padding-bottom:54px}.hero-message{max-width:690px}.hero-message .hero-kicker{font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.17em;font-size:12px;color:#e2bd72;margin:0 0 16px}.hero-message h1{color:#fffaf0;font-size:clamp(47px,5vw,70px);line-height:1.01;letter-spacing:-.035em;margin-bottom:15px;text-shadow:0 2px 18px rgba(0,0,0,.22)}.hero-message .hero-philosophy{font-family:Georgia,serif;font-size:clamp(22px,2vw,29px);font-style:italic;color:#e4bd72;margin:0 0 17px;line-height:1.25}.hero-message .hero-description{font-family:Georgia,serif;font-size:18px;line-height:1.55;color:#fffaf0;max-width:620px;margin:0}.hero-actions{margin-top:27px}.hero-actions .btn{border-radius:3px;font-family:Georgia,serif;font-weight:400;text-decoration:none;padding:13px 21px}.hero-viewbook{background:rgba(5,20,37,.55);border:1px solid rgba(244,229,197,.65);box-shadow:none}.seminar-inset{border-radius:14px;background:rgba(5,25,45,.94);border:1px solid rgba(217,176,92,.42);box-shadow:0 20px 45px rgba(0,0,0,.25)}
@media(max-width:1050px){.site-nav{gap:14px}.site-nav a{font-size:13px}.student-login-link{font-size:12px;padding:9px 11px}.hero-inner{grid-template-columns:1fr;gap:30px}.seminar-inset{max-width:470px}.hero-photo-section,.hero-inner{min-height:auto}}
@media(max-width:780px){.site-nav{display:none}.hero-inner{padding:64px 24px 48px}.hero-message h1{font-size:48px}.hero-message .hero-description{font-size:17px}}

/* Phase 1 · Milestone 2: Viewbook-inspired homepage */
.hero-kicker,.eyebrow,.course-number{font-size:12px!important;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--gold)!important;margin:0 0 12px!important}.hero-philosophy{font-family:Georgia,serif;font-style:italic;color:#a87524!important;font-size:24px!important;margin:0 0 16px!important}.hero-description{font-size:18px!important;line-height:1.55!important;max-width:610px!important}.student-login-link{background:var(--gold);color:#24180a;padding:10px 16px;border-radius:4px;font-family:Georgia,serif}.editorial-section{padding:82px clamp(24px,7vw,96px)}.editorial-section>h2,.student-experience h2,.how-section h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,52px);font-weight:500;color:var(--navy);margin:0 0 18px}.section-lede{max-width:700px;color:#5e6670;line-height:1.7;margin:0 0 44px}.motto-section{position:relative;overflow:hidden;text-align:center;padding:68px 24px 72px;background:linear-gradient(90deg,#eee2ca,#fffaf0 25%,#fffaf0 75%,#eee2ca);border-bottom:1px solid #ddcfb5}.motto-inner{max-width:760px;margin:auto;position:relative;z-index:2}.motto-section h2{font-family:Georgia,serif;font-size:48px;font-weight:500;margin:0;color:var(--navy)}.motto-translation{font-family:Georgia,serif;font-style:italic;color:#a87524;font-size:19px;margin:6px 0 18px}.gold-rule{display:block;width:58px;height:1px;background:var(--gold);margin:0 auto 20px}.motto-inner>p:last-child{font-family:Georgia,serif;font-size:17px;line-height:1.65;color:#27384a;margin:0}.celestial-orbit{position:absolute;width:250px;height:250px;border:1px solid rgba(164,119,42,.18);border-radius:50%;top:-60px}.celestial-orbit:before,.celestial-orbit:after{content:"";position:absolute;border:1px solid rgba(164,119,42,.14);border-radius:50%;inset:32px}.celestial-orbit:after{inset:75px}.orbit-left{left:-65px}.orbit-right{right:-65px;top:18px}.choice-section{background:#fbf7ef;text-align:center}.choice-grid{max-width:1240px;margin:42px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ddd2bf;border-left:1px solid #ddd2bf}.choice-grid article{padding:34px 28px;border-right:1px solid #ddd2bf;border-bottom:1px solid #ddd2bf;min-height:210px}.feature-icon{display:block;font-family:Georgia,serif;color:var(--gold);font-size:30px;height:40px}.choice-grid h3{font-family:Georgia,serif;font-size:21px;color:var(--navy);font-weight:500;margin:12px 0}.choice-grid p{font-size:14px;line-height:1.6;color:#66707b;margin:0}.courses-editorial{background:#07182e;color:white}.courses-editorial>h2{color:white}.courses-editorial .section-lede{color:#ccd3dc}.editorial-course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.editorial-course{background:#f7f0e3;color:var(--navy);border:1px solid rgba(201,150,59,.4);min-height:500px;display:flex;flex-direction:column}.course-visual{height:210px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 40%,rgba(201,150,59,.38),transparent 28%),linear-gradient(145deg,#263a4e,#07182e)}.course-visual span{font-family:Georgia,serif;font-size:86px;color:#d4aa5d;opacity:.9;text-shadow:0 0 35px rgba(201,150,59,.35)}.religion-course .course-visual{background:radial-gradient(circle at 50% 45%,rgba(225,196,132,.35),transparent 28%),linear-gradient(145deg,#594c38,#16273a)}.psychology-course .course-visual{background:radial-gradient(circle at 50% 45%,rgba(223,192,118,.28),transparent 28%),linear-gradient(145deg,#34473d,#122b38)}.course-copy{padding:28px 28px 32px;display:flex;flex:1;flex-direction:column}.course-copy h3{font-family:Georgia,serif;font-size:27px;line-height:1.08;font-weight:500;margin:0 0 15px}.course-copy>p:not(.course-number){line-height:1.65;color:#4f5963;margin:0 0 22px}.text-link{margin-top:auto;padding:0;background:none;color:#8a611f;text-align:left;font-family:Georgia,serif;font-weight:700}.student-experience{background:#f4ecde}.experience-heading{max-width:1240px;margin:0 auto 38px;display:flex;justify-content:space-between;align-items:end;gap:30px}.experience-heading>div{max-width:730px}.experience-heading p:last-child{line-height:1.65;color:#596575}.dashboard-demo{max-width:1240px;margin:auto;display:grid;grid-template-columns:210px 1fr;background:#fffdf8;border:1px solid #d7cbb7;box-shadow:0 25px 65px rgba(7,24,46,.14);min-height:440px}.demo-sidebar{background:#07182e;color:white;padding:26px 20px;display:flex;flex-direction:column;gap:16px;font-size:13px}.demo-sidebar b{background:rgba(255,255,255,.12);padding:10px;border-left:2px solid var(--gold)}.demo-sidebar span{opacity:.72}.demo-brand{font-family:Georgia,serif;font-size:24px;color:var(--gold);margin-bottom:14px}.demo-brand span{color:white;opacity:1;font-size:16px}.demo-main{padding:34px 38px;position:relative}.demo-label{position:absolute;right:28px;top:24px;color:#a06d1c;font-size:10px;letter-spacing:.16em;border:1px solid #d9bd88;padding:6px 9px}.demo-main h3{font-family:Georgia,serif;font-size:31px;margin:4px 0 22px;color:var(--navy)}.demo-seminar{background:#f4ecde;border:1px solid #ded2bd;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:30px}.demo-seminar small,.demo-cards small{color:#9a6d25;letter-spacing:.09em;font-weight:800}.demo-seminar strong,.demo-cards strong{display:block;font-family:Georgia,serif;color:var(--navy);font-size:20px;margin:7px 0}.demo-seminar p,.demo-cards p{color:#65707c;margin:0;line-height:1.5}.demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.demo-cards>div{border:1px solid #e1d8ca;padding:20px}.how-section{text-align:center;background:#fffaf1}.how-flow{max-width:1100px;margin:50px auto 0;display:grid;grid-template-columns:1fr 60px 1fr 60px 1fr;align-items:center}.how-flow article{position:relative;padding:20px}.how-number{position:absolute;top:0;left:10px;color:#c9b896;font-family:Georgia,serif;font-size:13px}.how-icon{font-size:36px;color:var(--gold);margin-bottom:15px}.how-flow h3{font-family:Georgia,serif;font-size:25px;color:var(--navy);font-weight:500;margin:0 0 12px}.how-flow p{color:#65707c;line-height:1.65;font-size:14px}.flow-arrow{font-family:Georgia,serif;color:#b38a48;font-size:30px}.home-mission{text-align:center;background:#efe4cf;padding:64px 24px}.home-mission h2{font-family:Georgia,serif;font-size:42px;font-weight:500;color:var(--navy);margin:0 0 15px}.home-mission>p:last-child{max-width:720px;margin:auto;font-family:Georgia,serif;line-height:1.65;color:#405064}.viewbook-cta{padding:68px clamp(28px,8vw,120px);background:linear-gradient(110deg,#e7d8bd,#fff8eb 58%,#e8dcc5);display:grid;grid-template-columns:minmax(240px,380px) minmax(400px,650px);justify-content:center;align-items:center;gap:75px;border-top:1px solid #d5c5a8}.viewbook-render{perspective:900px}.viewbook-render img{width:100%;max-width:330px;display:block;box-shadow:0 28px 45px rgba(30,25,18,.3);transform:rotateY(7deg) rotateZ(-2deg)}.viewbook-copy h2{font-family:Georgia,serif;color:var(--navy);font-size:42px;line-height:1.08;font-weight:500;margin:0 0 18px}.viewbook-copy>p:not(.eyebrow){line-height:1.7;color:#566270;margin:0 0 28px}.institutional-footer{background:#06172d;color:white;padding:34px clamp(24px,6vw,80px);display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-brand{display:flex;align-items:center;gap:15px}.footer-brand strong{font-family:Georgia,serif;display:block;font-size:17px}.footer-brand span{display:block;color:#c7cfd8;font-family:Georgia,serif;font-style:italic;margin-top:4px}.institutional-footer nav{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.institutional-footer a,.institutional-footer button{background:none;color:#e6e9ee;text-decoration:none;font-family:Georgia,serif;font-size:14px;padding:0}.institutional-footer a:hover,.institutional-footer button:hover{color:#d7aa5a}
@media(max-width:900px){.choice-grid,.editorial-course-grid{grid-template-columns:1fr}.choice-grid{border-left:0}.choice-grid article{border-left:1px solid #ddd2bf}.experience-heading{align-items:start;flex-direction:column}.dashboard-demo{grid-template-columns:1fr}.demo-sidebar{display:none}.demo-cards{grid-template-columns:1fr}.how-flow{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg);margin:6px}.viewbook-cta{grid-template-columns:1fr;text-align:center}.viewbook-render img{margin:auto}.institutional-footer{align-items:flex-start;flex-direction:column}.site-nav{display:none}.seminar-inset{transform:none}.hero-inner{grid-template-columns:1fr;gap:36px}.hero-photo-section,.hero-inner{min-height:auto}}

/* Phase 1 · Milestone 3: dedicated About page */
.site-nav a.active{color:#e0b866;border-bottom:1px solid #e0b866;padding-bottom:6px}.about-page{background:#f8f1e4;color:var(--navy)}.about-hero{min-height:500px;padding:95px clamp(28px,8vw,120px);display:grid;grid-template-columns:minmax(0,760px) 1fr;align-items:center;gap:70px;position:relative;overflow:hidden;background:linear-gradient(105deg,#f5ead6 0%,#fffaf1 60%,#e8dbc2 100%);border-bottom:1px solid #d9c8a9}.about-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 38%,rgba(184,137,59,.13),transparent 23%);pointer-events:none}.about-hero h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(52px,6vw,78px);line-height:1.02;letter-spacing:-.035em;margin:0 0 25px}.about-hero-copy>p:last-child{font-family:Georgia,serif;font-size:19px;line-height:1.75;color:#3d4c5c;max-width:700px}.about-constellation{height:300px;width:300px;border:1px solid rgba(169,123,45,.25);border-radius:50%;position:relative;justify-self:center}.about-constellation:before,.about-constellation:after{content:"";position:absolute;border:1px solid rgba(169,123,45,.18);border-radius:50%;inset:45px}.about-constellation:after{inset:95px}.about-constellation span{position:absolute;width:7px;height:7px;background:#bd8c39;border-radius:50%;box-shadow:0 0 18px #bd8c39}.about-constellation span:nth-child(1){left:36px;top:110px}.about-constellation span:nth-child(2){right:48px;top:66px}.about-constellation span:nth-child(3){right:76px;bottom:48px}.about-foundations{background:#fffaf1}.about-section-heading{max-width:760px;margin-bottom:48px}.about-section-heading h2,.leadership-intro h2{font-family:Georgia,serif;font-size:clamp(38px,4vw,54px);font-weight:500;line-height:1.08;margin:0}.foundation-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1180px;border-top:1px solid #d7c7ab;border-bottom:1px solid #d7c7ab}.foundation-grid article{padding:42px 52px 46px 0}.foundation-grid article+article{border-left:1px solid #d7c7ab;padding-left:52px;padding-right:0}.foundation-number{font-family:Georgia,serif;color:#b07d2d;font-size:14px;letter-spacing:.15em;margin-bottom:18px}.foundation-grid h3{font-family:Georgia,serif;font-weight:500;font-size:30px;margin:0 0 20px}.foundation-grid p{font-family:Georgia,serif;color:#475566;line-height:1.72;font-size:16px}.about-belief{padding:62px clamp(28px,8vw,120px);background:#07182e;color:white;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.about-belief h2{font-family:Georgia,serif;font-weight:500;font-style:italic;font-size:36px;color:#f4e6cb;margin:4px 0}.about-belief>p{font-family:Georgia,serif;font-size:18px;line-height:1.7;color:#d6dce3;margin:0}.leadership-section{background:#f4ead8}.leadership-intro{max-width:780px;margin-bottom:54px}.leadership-intro>p:last-child{color:#586576;line-height:1.65;max-width:680px}.leader-list{max-width:1180px;border-top:1px solid #cfbea0}.leader-profile{display:grid;grid-template-columns:180px 1fr;gap:48px;padding:48px 0;border-bottom:1px solid #cfbea0}.leader-monogram{width:150px;height:190px;display:grid;place-items:center;background:linear-gradient(145deg,#132a41,#07182e);border:1px solid #b58a45;color:#d9b66f;font-family:Georgia,serif;font-size:44px;letter-spacing:.06em;box-shadow:inset 0 0 0 8px rgba(255,255,255,.035)}.leader-role{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#a16f23;margin:0 0 8px}.leader-copy h3{font-family:Georgia,serif;font-size:34px;font-weight:500;margin:0 0 16px}.leader-copy>p:not(.leader-role){font-family:Georgia,serif;font-size:16px;line-height:1.7;color:#485668;max-width:760px}.leader-credentials{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.leader-credentials span{border:1px solid #d0b98e;padding:8px 11px;font-size:12px;color:#5a4c35;background:rgba(255,255,255,.35)}.about-cta{padding:64px clamp(28px,8vw,120px);background:linear-gradient(105deg,#efe0c6,#fff8eb);display:flex;justify-content:space-between;align-items:center;gap:50px}.about-cta>div{max-width:720px}.about-cta h2{font-family:Georgia,serif;font-size:38px;font-weight:500;margin:0 0 12px}.about-cta p:last-child{color:#566474;line-height:1.65}.about-cta .btn{white-space:nowrap;text-decoration:none}@media(max-width:900px){.about-hero{grid-template-columns:1fr;min-height:auto;padding-top:70px}.about-constellation{display:none}.foundation-grid,.about-belief{grid-template-columns:1fr}.foundation-grid article+article{border-left:0;border-top:1px solid #d7c7ab;padding-left:0}.foundation-grid article{padding-right:0}.about-belief{gap:24px}.leader-profile{grid-template-columns:1fr}.leader-monogram{width:120px;height:145px}.about-cta{align-items:flex-start;flex-direction:column}}

/* Phase 1, Milestone 4: For Schools */
.schools-page{background:#f8f1e4;color:var(--navy)}
.schools-hero{min-height:570px;padding:92px clamp(28px,8vw,120px);display:grid;grid-template-columns:minmax(0,760px) 1fr;gap:80px;align-items:center;position:relative;overflow:hidden;background:linear-gradient(105deg,#f5ead6 0%,#fffaf1 58%,#e8dbc2 100%);border-bottom:1px solid #d9c8a9}
.schools-hero:after{content:"";position:absolute;right:-8%;top:-25%;width:560px;height:560px;border:1px solid rgba(169,123,45,.16);border-radius:50%;box-shadow:0 0 0 72px rgba(169,123,45,.035),0 0 0 145px rgba(169,123,45,.025)}
.schools-hero h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(50px,5.6vw,76px);line-height:1.02;letter-spacing:-.035em;margin:0 0 26px;max-width:820px}
.schools-hero-copy>p:not(.eyebrow){font-family:Georgia,serif;font-size:19px;line-height:1.72;color:#435264;max-width:710px}
.schools-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.schools-hero-actions a{text-decoration:none}
.schools-hero-art{justify-self:center;width:290px;height:330px;border:1px solid #c9ae7d;position:relative;display:grid;place-items:center;background:rgba(255,250,241,.45);z-index:1}
.school-building{font-family:Georgia,serif;font-size:78px;color:#a9772c;border-bottom:1px solid #c9ae7d;width:72%;text-align:center;padding-bottom:24px}
.schools-hero-art span{position:absolute;width:6px;height:6px;background:#b48132;border-radius:50%;box-shadow:0 0 14px #b48132}.schools-hero-art span:nth-child(2){top:36px;left:42px}.schools-hero-art span:nth-child(3){top:74px;right:50px}.schools-hero-art span:nth-child(4){bottom:48px;right:70px}
.schools-overview{background:#fffaf1}.schools-section-heading{max-width:820px;margin-bottom:52px}.schools-section-heading h2,.program-intro h2{font-family:Georgia,serif;font-size:clamp(40px,4.5vw,58px);font-weight:500;line-height:1.06;margin:0 0 18px}.schools-section-heading>p:last-child,.program-intro>p:last-child{font-family:Georgia,serif;font-size:17px;line-height:1.72;color:#536172;max-width:760px}
.school-benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d5c4a7;border-left:1px solid #d5c4a7}.school-benefits article{padding:38px 34px 42px;border-right:1px solid #d5c4a7;border-bottom:1px solid #d5c4a7;min-height:220px;background:rgba(255,255,255,.18)}.school-benefits article>span{font-family:Georgia,serif;color:#a87328;font-size:13px;letter-spacing:.16em}.school-benefits h3{font-family:Georgia,serif;font-weight:500;font-size:23px;line-height:1.18;margin:17px 0 12px}.school-benefits p{font-family:Georgia,serif;color:#566474;line-height:1.62;margin:0}
.program-section{background:#f1e6d3;display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.program-intro{max-width:520px}.program-ledger{border-top:1px solid #cbb896}.program-ledger>div{display:grid;grid-template-columns:145px 1fr;gap:28px;padding:22px 0;border-bottom:1px solid #cbb896}.program-ledger span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#9a6d2a}.program-ledger strong{font-family:Georgia,serif;font-weight:400;line-height:1.55;color:#29394b}
.partnership-section{background:#fffaf1}.partnership-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:22px;align-items:center}.partnership-flow>span{font-family:Georgia,serif;color:#b18035;font-size:26px}.partnership-flow article{text-align:center;padding:24px 12px}.partnership-icon{width:54px;height:54px;border:1px solid #b78c4c;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-family:Georgia,serif;color:#9b6d28}.partnership-flow h3{font-family:Georgia,serif;font-size:22px;font-weight:500;margin:0 0 10px}.partnership-flow p{font-family:Georgia,serif;color:#596676;line-height:1.6;margin:0}
.school-experience-band{padding:70px clamp(28px,8vw,120px);background:#07182e;color:white;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.school-experience-band h2{font-family:Georgia,serif;font-size:clamp(32px,3.7vw,48px);font-weight:500;line-height:1.15;color:#f3e4c7;margin:5px 0}.school-experience-copy p{font-family:Georgia,serif;color:#d5dce3;font-size:17px;line-height:1.72}.school-experience-copy .text-link{color:#dfb969;text-decoration:none}
.schools-cta{padding:72px clamp(28px,8vw,120px);background:linear-gradient(105deg,#efe0c6,#fff8eb);display:flex;justify-content:space-between;align-items:center;gap:55px}.schools-cta>div:first-child{max-width:760px}.schools-cta h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,50px);font-weight:500;line-height:1.08;margin:0 0 14px}.schools-cta p:last-child{font-family:Georgia,serif;color:#566474;line-height:1.65}.schools-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.schools-cta-actions a{text-decoration:none;white-space:nowrap}
@media(max-width:980px){.schools-hero{grid-template-columns:1fr}.schools-hero-art{display:none}.school-benefits{grid-template-columns:1fr 1fr}.program-section,.school-experience-band{grid-template-columns:1fr;gap:38px}.partnership-flow{grid-template-columns:1fr}.partnership-flow>span{transform:rotate(90deg);justify-self:center}.schools-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.school-benefits{grid-template-columns:1fr}.program-ledger>div{grid-template-columns:1fr;gap:8px}.schools-hero{padding-top:62px;min-height:auto}}

/* ==================================================
   Phase 1, Milestone 5: final editorial + responsive pass
   ================================================== */
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a,button{transition:color .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease,transform .18s ease}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.btn{border-radius:4px;box-shadow:none;font-family:Georgia,"Times New Roman",serif;font-weight:600;letter-spacing:.01em;padding:12px 19px}
.btn:hover{transform:translateY(-1px)}
.btn.gold{border:1px solid #d6aa59}.btn.ghost{border-color:#bfae91;background:rgba(255,255,255,.22)}
.site-header{max-width:none}.site-nav a{position:relative;padding:28px 0 25px}.site-nav a.active:after,.site-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:1px;background:var(--gold)}
.student-login-link{white-space:nowrap}
.editorial-section{padding-top:clamp(68px,7vw,96px);padding-bottom:clamp(68px,7vw,96px)}
.hero-photo-section,.about-hero,.schools-hero{border-bottom-color:#cfbd9f}
.hero-inner{max-width:1500px;margin:0 auto;width:100%}
.hero-message h1{max-width:760px}.hero-description{max-width:650px!important}
.seminar-inset{box-shadow:0 22px 60px rgba(3,14,29,.25)}
.choice-grid,.editorial-course-grid,.dashboard-demo,.foundation-grid,.leader-list,.school-benefits{max-width:1240px;margin-left:auto;margin-right:auto}
.choice-section>h2,.choice-section>.eyebrow,.courses-editorial>h2,.courses-editorial>.eyebrow,.courses-editorial>.section-lede{max-width:1240px;margin-left:auto;margin-right:auto}
.courses-editorial>.section-lede{margin-bottom:44px}
.editorial-course{transition:transform .2s ease,border-color .2s ease}.editorial-course:hover{transform:translateY(-3px);border-color:#c99a48}
.demo-main{min-width:0}.demo-seminar>div{min-width:0}
.institutional-footer{border-top:1px solid rgba(201,150,59,.28)}
.institutional-footer nav{justify-content:flex-end}
.about-hero,.schools-hero{max-width:1800px;margin:0 auto}
.foundation-grid,.leader-list,.school-benefits,.program-section>*,.partnership-section>*{min-width:0}

@media(max-width:1100px){
  .site-header{padding-left:24px;padding-right:24px}.brand-text{font-size:13px}.site-nav{gap:16px}.site-nav a{font-size:13px}.student-login-link{padding:9px 10px;font-size:12px}
  .hero-inner{gap:42px;padding-left:5vw;padding-right:5vw}.hero-message h1{font-size:clamp(46px,6vw,64px)}
}
@media(max-width:900px){
  html{scroll-padding-top:128px}
  .site-header{height:auto;min-height:76px;position:sticky;display:grid;grid-template-columns:1fr;gap:0;padding:14px 20px 0;align-items:center}
  .site-header .public-brand{justify-self:start;margin-bottom:12px}
  .site-nav{display:flex!important;width:calc(100vw - 40px);overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;gap:22px;border-top:1px solid rgba(255,255,255,.11);padding:0 0 2px;white-space:nowrap}
  .site-nav::-webkit-scrollbar{display:none}.site-nav a{font-size:13px;padding:13px 0 12px}.site-nav a.active:after,.site-nav a:hover:after{bottom:6px}.student-login-link{background:transparent;color:#e7c47f;border:0;padding:13px 0 12px;border-radius:0;font-size:13px}
  .hero-photo-section{background-position:65% center}.hero-inner{grid-template-columns:1fr;gap:34px;padding:58px 24px 48px}.hero-message{max-width:720px}.seminar-inset{max-width:520px;width:100%;justify-self:start}
  .motto-section h2{font-size:clamp(38px,8vw,48px)}
  .choice-grid{grid-template-columns:1fr 1fr}.editorial-course-grid{grid-template-columns:1fr}.editorial-course{min-height:0;display:grid;grid-template-columns:minmax(180px,.65fr) 1fr}.course-visual{height:auto;min-height:300px}
  .dashboard-demo{min-height:0}.demo-main{padding:28px}.demo-seminar{align-items:flex-start;flex-direction:column}.demo-cards{grid-template-columns:1fr 1fr}
  .viewbook-cta{gap:42px}.viewbook-render img{max-width:280px}
  .about-hero,.schools-hero{padding-left:28px;padding-right:28px}.foundation-grid{grid-template-columns:1fr}.foundation-grid article+article{border-left:0;border-top:1px solid #d7c7ab;padding-left:0}.foundation-grid article{padding:36px 0}
  .school-benefits{grid-template-columns:1fr 1fr}.program-section{padding-left:28px;padding-right:28px}.partnership-section{padding-left:28px;padding-right:28px}
}
@media(max-width:640px){
  html{scroll-padding-top:122px}.brand-mark{width:35px;height:35px}.brand-text{font-size:12px}.site-header{padding-left:16px;padding-right:16px}.site-nav{width:calc(100vw - 32px)}
  .hero-inner{padding:46px 18px 38px}.hero-message h1{font-size:42px;letter-spacing:-.035em}.hero-philosophy{font-size:21px!important}.hero-description{font-size:16px!important}.hero-actions{gap:10px;margin-top:26px}.hero-actions .btn{width:100%;text-align:center;text-decoration:none}
  .seminar-inset{padding:24px}.seminar-inset h2{font-size:31px}.seminar-quote{font-size:17px}
  .editorial-section{padding-left:18px;padding-right:18px}.choice-grid{grid-template-columns:1fr;margin-top:32px}.choice-grid article{min-height:0;padding:28px 24px}
  .editorial-course{display:block}.course-visual{height:180px;min-height:0}.course-visual span{font-size:68px}.course-copy{padding:24px}.course-copy h3{font-size:25px}
  .experience-heading{margin-bottom:26px}.experience-heading .btn{width:100%}.demo-main{padding:22px 16px}.demo-label{position:static;display:inline-block;margin-bottom:16px}.demo-main h3{font-size:27px}.demo-cards{grid-template-columns:1fr}.demo-seminar .btn{width:100%}
  .how-flow{margin-top:32px}.how-flow article{padding:14px 8px}.home-mission h2{font-size:36px}
  .viewbook-cta{padding:54px 18px;gap:34px}.viewbook-copy h2{font-size:36px}.viewbook-copy .btn{display:block;width:100%;text-align:center;text-decoration:none}
  .institutional-footer{padding:30px 18px}.institutional-footer nav{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:14px 20px;justify-content:start}.institutional-footer nav a,.institutional-footer nav button{text-align:left}
  .about-hero,.schools-hero{padding:54px 18px}.about-hero h1,.schools-hero h1{font-size:43px}.about-hero-copy>p:last-child,.schools-hero-copy>p:not(.eyebrow){font-size:17px}.about-belief,.school-experience-band{padding-left:18px;padding-right:18px}.leadership-section{padding-left:18px;padding-right:18px}.leader-profile{gap:28px}.leader-copy h3{font-size:30px}.leader-credentials{align-items:flex-start;flex-direction:column}.about-cta,.schools-cta{padding:52px 18px}.about-cta .btn,.schools-cta-actions,.schools-cta-actions .btn{width:100%;text-align:center}
  .school-benefits{grid-template-columns:1fr}.school-benefits article{min-height:0;padding:30px 24px}.program-section,.partnership-section{padding-left:18px;padding-right:18px}.program-ledger>div{grid-template-columns:1fr;gap:7px}.partnership-flow{gap:10px}.schools-hero-actions{display:grid;grid-template-columns:1fr;width:100%}.schools-hero-actions .btn{text-align:center}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
/* Phase 1 refinement: institutional marks, celestial identity, iconography */
.brand-mark{color:#d5a64d!important;display:grid!important;place-items:center!important;padding:3px!important}
.fhi-mark-svg{width:100%;height:100%;display:block}.demo-brand .fhi-mark-svg{width:28px;height:28px;display:inline-block;vertical-align:middle;margin-right:7px}
.feature-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.course-visual .course-emblem{width:112px;height:112px;fill:none;stroke:#d7aa58;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 16px rgba(215,170,88,.3))}
.religion-course .course-emblem{width:105px}.psychology-course .course-emblem{width:108px}
/* Make the Viewbook's celestial geometry a real visual motif, not a watermark. */
.celestial-field{position:absolute;width:360px;height:300px;opacity:.62;pointer-events:none;z-index:1}.celestial-field svg{width:100%;height:100%;overflow:visible}.celestial-field svg>g:first-child{fill:none;stroke:#b78432;stroke-width:1}.celestial-field .stars{fill:#bd8a35;stroke:none}.celestial-left{left:-28px;top:0}.celestial-right{right:-28px;bottom:-8px;transform:scaleX(-1)}
.motto-section:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 48%,rgba(194,145,61,.10),transparent 24%),radial-gradient(circle at 88% 48%,rgba(194,145,61,.10),transparent 24%);pointer-events:none}
.about-hero{background:linear-gradient(105deg,#f3e6ce 0%,#fffaf1 54%,#e4d1ae 100%)!important}.about-hero:before{background:radial-gradient(circle at 82% 42%,rgba(184,137,59,.22),transparent 28%)!important}
.about-constellation{width:min(38vw,420px)!important;height:min(38vw,420px)!important;border:0!important;border-radius:0!important;filter:drop-shadow(0 0 24px rgba(183,133,48,.12))}.about-constellation:before,.about-constellation:after,.about-constellation span{display:none!important}.about-constellation svg{width:100%;height:100%;overflow:visible}.about-constellation .orbit-rings{fill:none;stroke:rgba(160,111,31,.34);stroke-width:1.2}.about-constellation .constellation-lines{fill:none;stroke:rgba(160,111,31,.48);stroke-width:1}.about-constellation .stars{fill:#b77e26;stroke:#f7e8c8;stroke-width:2;filter:drop-shadow(0 0 7px rgba(183,126,38,.55))}
@media(max-width:900px){.celestial-field{width:250px;height:210px;opacity:.38}.celestial-left{left:-90px}.celestial-right{right:-90px}.about-constellation{display:block!important;width:250px!important;height:250px!important;justify-self:start!important;margin-top:-20px}}

/* Refinement pass: imagery, portraits, and institutional iconography */
.about-hero { grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); align-items: stretch; overflow: hidden; }
.about-celestial-image { min-height: 520px; margin: -1px -1px -1px 0; position: relative; background:#071b2f; }
.about-celestial-image::after { content:""; position:absolute; inset:0; box-shadow: inset 35px 0 55px rgba(246,238,220,.20); pointer-events:none; }
.about-celestial-image img { width:100%; height:100%; min-height:520px; object-fit:cover; display:block; }
.leader-portrait { width:180px; height:230px; overflow:hidden; border:1px solid rgba(180,132,45,.45); background:#eee4d0; }
.leader-portrait img { width:100%; height:100%; object-fit:cover; object-position:center 18%; display:block; }
.feature-icon svg { width:42px; height:42px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.course-emblem { width:108px; height:108px; fill:none; stroke:currentColor; stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
.course-number { letter-spacing:.18em; }
.school-benefit-mark { font-size:16px !important; }
@media (max-width: 820px) {
  .about-hero { grid-template-columns:1fr; }
  .about-celestial-image, .about-celestial-image img { min-height:360px; }
  .leader-portrait { width:145px; height:190px; }
}

/* Refinement pass: Viewbook imagery, portraits, and institutional iconography */
.about-hero { grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); align-items: stretch; overflow: hidden; }
.about-celestial-image { min-height: 520px; margin: -1px -1px -1px 0; position: relative; background:#071b2f; }
.about-celestial-image::after { content:""; position:absolute; inset:0; box-shadow: inset 35px 0 55px rgba(246,238,220,.20); pointer-events:none; }
.about-celestial-image img { width:100%; height:100%; min-height:520px; object-fit:cover; display:block; }
.leader-portrait { width:180px; height:230px; overflow:hidden; border:1px solid rgba(180,132,45,.45); background:#eee4d0; }
.leader-portrait img { width:100%; height:100%; object-fit:cover; object-position:center 18%; display:block; }
.feature-icon svg { width:42px; height:42px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.course-emblem { width:108px; height:108px; fill:none; stroke:currentColor; stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
.course-number { letter-spacing:.18em; }
.school-benefit-mark { font-size:16px !important; }
@media (max-width: 820px) {
  .about-hero { grid-template-columns:1fr; }
  .about-celestial-image, .about-celestial-image img { min-height:360px; }
  .leader-portrait { width:145px; height:190px; }
}

/* Final visual-coherence pass: Viewbook imagery + aligned faculty portraits */
.course-visual.course-image{display:block;background-size:cover;background-position:center;position:relative}
.course-visual.course-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,38,.04),rgba(5,20,38,.20));pointer-events:none}
.philosophy-image{background-image:url('course-philosophy.jpg')!important;background-position:center 55%!important}
.religion-image{background-image:url('course-religion.jpg')!important;background-position:center 43%!important}
.flourishing-image{background-image:url('course-flourishing.jpg')!important;background-position:center 62%!important}
.leader-portrait{width:180px;height:230px;display:flex;align-items:center;justify-content:center;background:#efe5d2;overflow:hidden}
.leader-portrait img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
@media(max-width:900px){.leader-portrait{width:145px;height:190px}}

/* Final correction pass: coherent course emblems, clean supplied portraits, no decorative numbering */
.course-emblem{
  min-height:225px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 50% 45%, rgba(201,151,57,.14), transparent 30%),
    linear-gradient(145deg,#0b223d,#102b48);
  border-bottom:1px solid rgba(201,151,57,.5);
}
.religion-course .course-emblem{background:radial-gradient(circle at 50% 45%,rgba(201,151,57,.13),transparent 30%),linear-gradient(145deg,#252c34,#3a3933)}
.psychology-course .course-emblem{background:radial-gradient(circle at 50% 45%,rgba(201,151,57,.13),transparent 30%),linear-gradient(145deg,#15332f,#24463f)}
.course-emblem svg{width:104px;height:104px;fill:none;stroke:#d2a34b;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(210,163,75,.18))}
.leader-portrait{overflow:hidden;background:#f3ead9}
.leader-portrait img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}
.how-number,.foundation-number{display:none!important}

/* Course-card hotfix: keep the emblem centered across the full card width. */
.course-visual.course-emblem{
  width:100%;
  height:225px;
  min-height:225px;
  flex:0 0 225px;
  box-sizing:border-box;
}
.course-visual.course-emblem svg{
  width:104px;
  height:104px;
  flex:0 0 104px;
}
