:root {
  --ink: #17201c;
  --muted: #5d6760;
  --paper: #f7f3ea;
  --chalk: #fffbf2;
  --line: rgba(23, 32, 28, 0.14);
  --forest: #16433b;
  --teal: #0f6b68;
  --clay: #9c4d35;
  --gold: #c9912b;
  --wine: #6f2e42;
  --shadow: 0 18px 55px rgba(23, 32, 28, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(247, 243, 234, 0.86);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  font-weight: 750;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--chalk);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  width: 38px;
}

.nav-links {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.hero {
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.hero img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 24, 20, 0.78) 0%, rgba(14, 24, 20, 0.55) 40%, rgba(14, 24, 20, 0.10) 76%),
    linear-gradient(0deg, rgba(247, 243, 234, 0.98) 0%, rgba(247, 243, 234, 0) 24%);
  inset: 0;
  position: absolute;
}

.hero-content {
  color: var(--chalk);
  max-width: 650px;
  padding: 112px clamp(20px, 7vw, 90px) 56px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 4.9vw, 4.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 24px;
  max-width: 980px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 4.3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

h3 {
  font-size: 1.04rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.hero-copy {
  color: rgba(255, 251, 242, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.55;
  max-width: 670px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button,
.chat-form button,
.concierge-prompts button {
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 750;
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 14px 19px;
}

.button.primary {
  background: var(--gold);
  color: #1d1608;
}

.button.secondary {
  border-color: rgba(255, 251, 242, 0.42);
  color: var(--chalk);
}

.button.tertiary {
  border-color: rgba(255, 251, 242, 0.20);
  color: rgba(255, 251, 242, 0.82);
}

.mission-band,
.university-section,
.corporate-section,
.advisory-section,
.research-section,
.retreat-section,
.catalog-section,
.concierge-section,
.custom-section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.mission-band {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
}

.mission-band p:last-child,
.section-heading > p,
.concierge-copy > p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.category-strip {
  background: var(--ink);
  color: var(--chalk);
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 16px clamp(18px, 5vw, 70px);
  scrollbar-width: none;
}

.about-page {
  background: var(--paper);
}

.about-hero {
  background: var(--ink);
  color: var(--chalk);
  padding: 150px clamp(20px, 7vw, 90px) 88px;
}

.about-hero h1 {
  max-width: 980px;
}

.about-hero p:last-child {
  color: rgba(255, 251, 242, 0.78);
  font-size: clamp(1.06rem, 1.8vw, 1.35rem);
  line-height: 1.6;
  max-width: 780px;
}

.about-intro,
.data-section,
.report-band {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.about-copy p,
.question-list p,
.question-list li,
.report-band p,
.about-cycle {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.about-copy p + p {
  margin-top: 18px;
}

.about-statement {
  background: #ece5d7;
  padding: clamp(42px, 7vw, 82px) clamp(18px, 8vw, 120px);
}

.about-statement blockquote {
  border-left: 5px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 1.04;
  margin: 0;
  max-width: 1100px;
  padding-left: clamp(18px, 4vw, 42px);
}

.pillar-section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.pillar-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pillar-grid article {
  background: var(--chalk);
  border: 1px solid var(--line);
  min-height: 290px;
  padding: 20px;
}

.pillar-grid span {
  color: var(--clay);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  margin-bottom: 20px;
}

.pillar-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.question-list ul {
  margin: 24px 0 0;
  padding-left: 20px;
}

.question-list li + li {
  margin-top: 12px;
}

.report-band {
  background: var(--ink);
  color: var(--chalk);
}

.report-band p {
  color: rgba(255, 251, 242, 0.76);
}

.about-custom {
  background: #efe8db;
}

.about-cycle {
  background: var(--chalk);
  border-left: 5px solid var(--gold);
  margin: 26px 0 0;
  padding: 22px;
}

.category-strip span,
.category-link {
  border: 1px solid rgba(255, 251, 242, 0.22);
  flex: 0 0 auto;
  padding: 9px 12px;
}

.category-link {
  background: var(--gold);
  color: #1d1608;
  font-weight: 800;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  margin-bottom: 34px;
}

.university-section {
  background: #efe8db;
}

.corporate-section {
  background: #f7f3ea;
}

.advisory-section,
.retreat-section {
  background: #ece5d7;
}

.research-section {
  background: var(--ink);
  color: var(--chalk);
}

.research-section .section-heading > p {
  color: rgba(255, 251, 242, 0.74);
}

.section-concierge {
  align-items: center;
  background: rgba(255, 251, 242, 0.72);
  border: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: -12px 0 24px;
  padding: 16px 18px;
}

.section-concierge strong {
  color: var(--clay);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section-concierge p {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
  margin: 0;
}

.section-concierge button {
  background: var(--ink);
  color: var(--chalk);
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 14px;
}

.research-section .section-concierge {
  background: rgba(255, 251, 242, 0.09);
  border-color: rgba(255, 251, 242, 0.16);
}

.research-section .section-concierge p {
  color: rgba(255, 251, 242, 0.90);
}

.research-section .section-concierge button {
  background: var(--gold);
  color: #1f1708;
}

.university-stats,
.academy-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.university-stats article,
.academy-stats article {
  background: var(--chalk);
  border: 1px solid var(--line);
  padding: 18px;
}

.university-stats strong,
.academy-stats strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
}

.university-stats span,
.academy-stats span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.academy-tools {
  align-items: end;
  background: var(--chalk);
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 0.62fr));
  margin-bottom: 14px;
  padding: 16px;
}

.academy-research-note {
  background: rgba(22, 67, 59, 0.08);
  border-left: 4px solid var(--forest);
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 14px;
  padding: 14px 16px;
}

.academy-research-note strong {
  color: var(--ink);
}

.academy-results-bar {
  align-items: center;
  background: var(--ink);
  color: var(--chalk);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 14px 16px;
}

.academy-results-bar p {
  margin: 0;
}

.academy-results-bar span {
  color: rgba(255, 251, 242, 0.74);
}

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

.academy-card {
  background: var(--chalk);
  border: 1px solid var(--line);
  min-height: 500px;
  padding: 18px;
}

.academy-card-top {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.academy-card-top span,
.academy-card-top strong {
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.academy-card-top span {
  color: var(--clay);
}

.academy-card-top strong {
  background: rgba(15, 107, 104, 0.10);
  color: var(--forest);
  padding: 6px 8px;
  text-align: right;
}

.academy-provider {
  color: var(--muted);
  font-weight: 800;
  margin-bottom: 14px;
}

.academy-actions {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
  padding-top: 14px;
}

.academy-actions a,
.academy-actions button {
  align-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 10px;
  text-align: center;
}

.academy-actions a {
  background: #ffffff;
  color: var(--forest);
}

.academy-actions button {
  background: var(--gold);
  color: #1d1608;
}

.advisory-grid,
.retreat-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.advisory-grid article,
.retreat-grid article {
  background: var(--chalk);
  border: 1px solid var(--line);
  min-height: 190px;
  padding: 20px;
}

.advisory-grid p,
.retreat-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.retreat-grid strong {
  display: block;
  margin-bottom: 10px;
}

.section-cta {
  background: var(--gold);
  border: 0;
  color: #1d1608;
  cursor: pointer;
  font-weight: 850;
  min-height: 48px;
  padding: 13px 16px;
}

.research-tools {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 0.36fr);
  margin-bottom: 14px;
}

.research-tools label span {
  color: rgba(255, 251, 242, 0.74);
}

.research-results-bar {
  align-items: center;
  background: rgba(255, 251, 242, 0.10);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 14px 16px;
}

.research-results-bar p {
  margin: 0;
}

.research-results-bar span {
  color: rgba(255, 251, 242, 0.74);
}

.scite-panel {
  align-items: center;
  background: rgba(255, 251, 242, 0.08);
  border: 1px solid rgba(255, 251, 242, 0.14);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 16px 0;
  padding: 16px;
}

.scite-panel strong,
.scite-panel span {
  display: block;
}

.scite-panel strong {
  color: var(--chalk);
  font-size: 0.96rem;
}

.scite-panel span {
  color: rgba(255, 251, 242, 0.72);
  line-height: 1.45;
  margin-top: 4px;
}

.scite-actions,
.research-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scite-actions a {
  border: 1px solid rgba(255, 251, 242, 0.20);
  color: var(--chalk);
  font-size: 0.86rem;
  font-weight: 850;
  padding: 10px 12px;
}

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

.research-card {
  background: var(--chalk);
  border: 1px solid rgba(255, 251, 242, 0.10);
  color: var(--ink);
  min-height: 300px;
  padding: 18px;
}

.research-card h3 {
  font-size: 1.08rem;
}

.research-meta {
  color: var(--clay);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.research-card summary {
  color: var(--forest);
  cursor: pointer;
  font-weight: 850;
  margin-top: 14px;
}

.research-card details p {
  color: var(--muted);
  line-height: 1.55;
  margin: 12px 0 0;
}

.research-card a {
  border-top: 1px solid var(--line);
  color: var(--forest);
  display: inline-flex;
  font-weight: 850;
  margin-top: 14px;
  padding-top: 12px;
}

.research-actions a + a {
  color: var(--clay);
}

.university-explorer {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(245px, 0.28fr) minmax(0, 1fr);
}

.university-sidebar {
  background: var(--ink);
  color: var(--chalk);
  display: grid;
  gap: 16px;
  padding: 20px;
  position: sticky;
  top: 92px;
}

.university-sidebar label span {
  color: rgba(255, 251, 242, 0.74);
}

.compare-panel {
  border-top: 1px solid rgba(255, 251, 242, 0.18);
  padding-top: 16px;
}

.compare-panel strong {
  display: block;
  margin-bottom: 10px;
}

#compareList {
  color: rgba(255, 251, 242, 0.78);
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.45;
  margin-bottom: 12px;
}

#compareList span {
  background: rgba(255, 251, 242, 0.10);
  padding: 8px;
}

.compare-panel button,
.drawer-actions button,
.text-action,
.university-card-top button {
  cursor: pointer;
  font-weight: 800;
}

.compare-panel button,
.drawer-actions button {
  background: var(--gold);
  border: 0;
  color: #1d1608;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.compare-panel button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.university-results-bar {
  align-items: center;
  background: var(--chalk);
  border: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 14px 16px;
}

.university-results-bar p {
  margin: 0;
}

.university-results-bar span {
  color: var(--muted);
  line-height: 1.45;
}

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

.university-card {
  background: var(--chalk);
  border: 1px solid var(--line);
  min-height: 375px;
  padding: 18px;
}

.university-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.university-card-top span {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.university-card-top button {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--forest);
  min-height: 36px;
  padding: 8px 10px;
}

.university-card-top button[aria-pressed="true"] {
  background: var(--forest);
  color: var(--chalk);
}

.university-card h3 {
  font-size: 1.16rem;
}

.university-card > p {
  color: var(--muted);
  line-height: 1.45;
}

.text-action {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  color: var(--forest);
  margin-top: 14px;
  padding: 14px 0 0;
  text-align: left;
  width: 100%;
}

.drawer {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 40;
}

.drawer.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-backdrop {
  background: rgba(23, 32, 28, 0.48);
  inset: 0;
  position: absolute;
}

.drawer-panel {
  background: var(--chalk);
  box-shadow: var(--shadow);
  height: 100%;
  margin-left: auto;
  max-width: 620px;
  overflow: auto;
  padding: 26px;
  position: relative;
  transform: translateX(18px);
  transition: transform 180ms ease;
  width: min(94vw, 620px);
}

.drawer.open .drawer-panel {
  transform: translateX(0);
}

.drawer-close {
  background: var(--ink);
  border: 0;
  color: var(--chalk);
  cursor: pointer;
  float: right;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 12px;
}

.drawer-panel h2 {
  clear: both;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 18px;
}

.drawer-lede {
  color: var(--muted);
  line-height: 1.6;
}

.drawer-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
}

.drawer-facts span {
  background: rgba(23, 32, 28, 0.05);
  color: var(--muted);
  line-height: 1.45;
  padding: 12px;
}

.drawer-facts strong {
  color: var(--ink);
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.drawer-columns {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
}

.drawer-columns ul {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
  padding-left: 18px;
}

.drawer-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.catalog-tools {
  align-items: end;
  background: var(--chalk);
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 0.62fr));
  margin-bottom: 22px;
  padding: 16px;
}

label span {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

input,
select {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

.catalog-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(245px, 0.32fr) minmax(0, 1fr);
}

.insight-panel,
.chat-shell {
  background: var(--ink);
  color: var(--chalk);
  padding: 22px;
}

.insight-panel {
  position: sticky;
  top: 92px;
}

.insight-panel p,
.signal-list {
  color: rgba(255, 251, 242, 0.74);
  line-height: 1.55;
}

.fit-meter {
  align-items: center;
  background: rgba(255, 251, 242, 0.08);
  display: flex;
  justify-content: space-between;
  margin: 22px 0;
  padding: 14px;
}

.signal-list {
  margin: 0;
  padding-left: 18px;
}

.signal-list li + li {
  margin-top: 10px;
}

.program-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-card {
  background: var(--chalk);
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(23, 32, 28, 0.04);
  min-height: 390px;
  padding: 20px;
}

.card-top {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.category-dot {
  background: var(--teal);
  height: 13px;
  margin-top: 5px;
  width: 13px;
}

.program-card[data-tone="Strategy"] .category-dot { background: var(--forest); }
.program-card[data-tone="Leadership"] .category-dot { background: var(--wine); }
.program-card[data-tone="Technology"] .category-dot { background: var(--teal); }
.program-card[data-tone="Finance"] .category-dot { background: var(--gold); }
.program-card[data-tone="Operations"] .category-dot { background: var(--clay); }
.program-card[data-tone="Custom"] .category-dot { background: #3f5f8f; }
.program-card[data-tone="University Programs"] .category-dot { background: var(--forest); }

.stat-line {
  color: rgba(255, 251, 242, 0.86);
  margin-bottom: 14px;
}

.program-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 8px;
  margin-bottom: 18px;
}

.program-meta span {
  background: rgba(22, 67, 59, 0.08);
  padding: 6px 8px;
}

.program-summary {
  color: var(--muted);
  line-height: 1.55;
}

.topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0;
}

.topic-row span {
  background: rgba(15, 107, 104, 0.10);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 750;
  padding: 6px 8px;
}

.portfolio-list {
  background: rgba(23, 32, 28, 0.04);
  margin-top: 14px;
  padding: 13px 14px;
}

.portfolio-list strong {
  display: block;
  font-size: 0.78rem;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.portfolio-list ul {
  color: var(--muted);
  columns: 2;
  column-gap: 22px;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
  padding-left: 18px;
}

.pros-cons {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.pros-cons strong {
  display: block;
  font-size: 0.78rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.pros-cons ul {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
  padding-left: 18px;
}

.recommendation {
  border-top: 1px solid var(--line);
  color: var(--forest);
  font-weight: 750;
  line-height: 1.45;
  margin-top: 18px;
  padding-top: 14px;
}

.concierge-section {
  background: #ece5d7;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
}

.concierge-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.concierge-prompts button {
  background: #ffffff;
  border-color: var(--line);
  color: var(--forest);
  min-height: 40px;
  padding: 10px 12px;
}

.chat-shell {
  box-shadow: var(--shadow);
  min-height: 570px;
  transition: box-shadow 180ms ease, outline-color 180ms ease, transform 180ms ease;
}

.chat-shell.attention {
  box-shadow: 0 24px 80px rgba(14, 24, 20, 0.24), 0 0 0 4px rgba(222, 177, 93, 0.22);
  outline: 1px solid rgba(222, 177, 93, 0.84);
  transform: translateY(-2px);
}

.chat-log {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 430px;
  min-height: 390px;
  overflow: auto;
  padding-right: 6px;
}

.message {
  line-height: 1.5;
  max-width: 88%;
  padding: 13px 14px;
}

.message.user {
  align-self: flex-end;
  background: var(--gold);
  color: #1f1708;
}

.message.bot {
  background: rgba(255, 251, 242, 0.10);
  color: rgba(255, 251, 242, 0.88);
}

.message strong {
  color: var(--chalk);
}

.chat-form {
  border-top: 1px solid rgba(255, 251, 242, 0.18);
  margin-top: 18px;
  padding-top: 16px;
}

.chat-form label {
  color: rgba(255, 251, 242, 0.72);
  display: block;
  font-size: 0.82rem;
  font-weight: 750;
  margin-bottom: 9px;
}

.chat-form div {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.chat-form input {
  background: rgba(255, 251, 242, 0.96);
}

.chat-form button {
  background: var(--gold);
  color: #1f1708;
  min-height: 46px;
  padding: 0 18px;
}

.custom-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.custom-grid article {
  border-left: 4px solid var(--gold);
  background: var(--chalk);
  min-height: 230px;
  padding: 20px;
}

.step-number {
  color: var(--clay);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  margin-bottom: 20px;
}

.custom-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: var(--chalk);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 70px);
}

.site-footer span {
  color: rgba(255, 251, 242, 0.72);
  max-width: 760px;
}

@media (max-width: 1040px) {
  .catalog-tools,
  .catalog-layout,
  .university-explorer,
  .academy-tools,
  .research-tools,
  .concierge-section,
  .about-intro,
  .data-section,
  .report-band,
  .section-heading,
  .mission-band {
    grid-template-columns: 1fr;
  }

  .insight-panel,
  .university-sidebar {
    position: static;
  }

  .university-grid,
  .academy-grid,
  .advisory-grid,
  .research-grid,
  .retreat-grid,
  .pillar-grid,
  .custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-height: 98px;
  }

  .brand {
    font-size: 0.94rem;
  }

  .nav-links {
    font-size: 0.86rem;
    width: 100%;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding-top: 138px;
    padding-bottom: 70px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(14, 24, 20, 0.86) 0%, rgba(14, 24, 20, 0.58) 100%),
      linear-gradient(0deg, rgba(247, 243, 234, 1) 0%, rgba(247, 243, 234, 0) 28%);
  }

  .program-grid,
  .university-grid,
  .university-stats,
  .academy-grid,
  .academy-stats,
  .advisory-grid,
  .research-grid,
  .research-tools,
  .retreat-grid,
  .pillar-grid,
  .drawer-columns,
  .drawer-actions,
  .drawer-facts,
  .custom-grid {
    grid-template-columns: 1fr;
  }

  .university-results-bar {
    align-items: start;
    flex-direction: column;
  }

  .research-results-bar {
    align-items: start;
    flex-direction: column;
  }

  .section-concierge {
    align-items: stretch;
    flex-direction: column;
  }

  .section-concierge button {
    width: 100%;
  }

  .scite-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .scite-actions a,
  .research-actions a {
    width: 100%;
  }

  .academy-results-bar,
  .academy-card-top,
  .academy-actions {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .university-card-top {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .card-top {
    flex-direction: column;
  }

  .card-top strong,
  .program-meta span,
  .recommendation {
    overflow-wrap: anywhere;
  }

  .portfolio-list ul {
    columns: 1;
  }

  .pros-cons {
    grid-template-columns: 1fr;
  }

  .chat-form div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .about-hero {
    padding-top: 138px;
  }

  .about-statement blockquote {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .pillar-grid article {
    min-height: auto;
  }
}
