:root {
  --bg: #eaf9f8;
  --surface: rgba(244, 255, 255, 0.84);
  --surface-strong: #f7ffff;
  --ink: #10343b;
  --muted: #4d6870;
  --primary: #24b7be;
  --primary-dark: #1699a0;
  --accent: #76e4e8;
  --line: rgba(16, 52, 59, 0.1);
  --shadow: 0 18px 60px rgba(17, 80, 88, 0.12);
  --shadow-soft: 0 10px 28px rgba(17, 80, 88, 0.08);
  --shadow-lift: 0 22px 54px rgba(17, 80, 88, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(118, 228, 232, 0.28), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(36, 183, 190, 0.16), transparent 24%),
    linear-gradient(180deg, #f8ffff 0%, #e2f5f5 54%, #d9eff0 100%);
}

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

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(17, 80, 88, 0.06);
}

.brand-bar {
  background: rgba(248, 255, 255, 0.9);
  border-bottom: 1px solid rgba(16, 52, 59, 0.08);
}

.brand-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 172px;
}

.nav-row {
  background: rgba(236, 251, 251, 0.95);
  border-bottom: 1px solid rgba(16, 52, 59, 0.08);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  justify-content: center;
  text-align: center;
  padding: 0.6rem 1rem;
  border-radius: 999px;
}

.brand-stack {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  gap: 0.22rem;
}

.brand-title {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  letter-spacing: 0.015em;
}

.brand-subtitle {
  font-size: 0.96rem;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  border-radius: 50%;
  border: 2px solid rgba(22, 127, 159, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary);
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.brand-logo {
  width: 118px;
  height: 118px;
  object-fit: contain;
  flex: 0 0 118px;
  border-radius: 50%;
  padding: 0.38rem;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(22, 127, 159, 0.14);
  box-shadow: 0 10px 26px rgba(17, 80, 88, 0.1);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  width: 100%;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.95rem;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 3rem;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.48), transparent 60%),
    radial-gradient(circle at 75% 30%, rgba(36, 183, 190, 0.18), transparent 18%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.hero-logo-lockup {
  margin-bottom: 1rem;
}

.hero-logo {
  display: block;
  width: 160px;
  max-width: 42vw;
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 12px 24px rgba(17, 80, 88, 0.12));
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 1.2rem;
  color: var(--primary);
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  max-width: none;
}

h1 span {
  display: inline-block;
  color: var(--primary);
  font-size: 0.88em;
}

.hero-subtitle {
  margin: 0.85rem 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-text,
.section-copy,
.campus-copy p,
.timeline-item p,
.info-card p,
.pillar p,
.campus-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 62ch;
  margin: 1.5rem 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(17, 80, 88, 0.14);
}

.button-primary {
  background: var(--primary);
  color: #fff;
}

.button-primary:hover {
  background: var(--primary-dark);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  border-color: rgba(16, 52, 59, 0.08);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.hero-stats div {
  min-width: 140px;
}

.hero-stats strong {
  display: block;
  font-size: 1.8rem;
  font-family: "Space Grotesk", sans-serif;
}

.hero-stats span {
  color: var(--muted);
}

.hero-card,
.info-card,
.timeline-item,
.campus-card,
.contact-card,
.cta-box,
.quiz-card,
.anatomy-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 2rem;
  border-radius: 28px;
  box-shadow: var(--shadow-lift);
}

.card-label {
  margin: 0 0 0.75rem;
  color: #168f95;
  font-weight: 800;
}

.hero-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

.feature-list {
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.8;
}

.intake-box {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(36, 183, 190, 0.15), rgba(118, 228, 232, 0.2));
}

.intake-box span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.intake-box strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.1rem;
}

.section {
  padding: 5rem 0;
}

.intro-grid,
.highlight-grid,
.campus-grid,
.footer-grid,
.section-heading {
  display: grid;
  gap: 1.5rem;
}

.intro-grid,
.footer-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.section-heading {
  margin-bottom: 2rem;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 14ch;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.info-card,
.timeline-item,
.campus-card {
  padding: 1.5rem;
  border-radius: 24px;
}

.info-card h3,
.timeline-item h3,
.campus-card h3,
.site-footer h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.info-card span,
.timeline-item span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #168f95;
  font-weight: 800;
}

.highlight-band {
  padding-top: 1rem;
}

.highlight-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(135deg, #0f5d67 0%, #24b7be 85%);
  color: #fff;
}

.highlight-grid .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.pillar-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pillar {
  padding: 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.pillar strong {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
}

.pillar p {
  color: rgba(255, 255, 255, 0.82);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.timeline-item span {
  display: inline-block;
}

.robotic-fusion-card {
  margin-top: 1.2rem;
  padding: 1.75rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 93, 103, 0.96), rgba(36, 183, 190, 0.95));
  color: #fff;
  box-shadow: var(--shadow);
}

.robotic-fusion-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.robotic-fusion-card p:last-child {
  margin-bottom: 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.campus-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
}

.anatomy-panel {
  padding: 1.5rem;
  border-radius: 28px;
}

.anatomy-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 52, 59, 0.08);
}

.anatomy-visual {
  position: relative;
  height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.94), rgba(231, 250, 250, 0.82) 55%, rgba(180, 237, 240, 0.35) 100%);
}

.anatomy-ring {
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(22, 127, 159, 0.95);
  border-radius: 50%;
}

.anatomy-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(157, 230, 228, 0.9);
  border-radius: 50%;
}

.anatomy-spine {
  position: absolute;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  display: grid;
  gap: 7px;
}

.anatomy-spine span {
  width: 28px;
  height: 14px;
  border-radius: 7px;
  background: linear-gradient(180deg, #d6d7d9, #8b94a0);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.45) inset;
}

.anatomy-pelvis {
  position: absolute;
  inset: 110px 42px 36px;
}

.pelvis-left,
.pelvis-right,
.pelvis-center {
  position: absolute;
}

.pelvis-left,
.pelvis-right {
  top: 8px;
  width: 98px;
  height: 146px;
  background: linear-gradient(180deg, #7d858f 0%, #95dfe1 50%, #65707e 100%);
  border-radius: 52% 48% 44% 56% / 42% 42% 58% 58%;
}

.pelvis-left {
  left: 26px;
  transform: rotate(12deg);
}

.pelvis-right {
  right: 26px;
  transform: rotate(-12deg);
}

.pelvis-left::after,
.pelvis-right::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.pelvis-left::after {
  right: 12px;
}

.pelvis-right::after {
  left: 12px;
}

.pelvis-center {
  left: 50%;
  top: 28px;
  width: 78px;
  height: 122px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #d8d9dc, #808a96);
  clip-path: polygon(28% 0%, 72% 0%, 100% 26%, 84% 88%, 60% 100%, 40% 100%, 16% 88%, 0% 26%);
}

.si-joint {
  position: absolute;
  top: 182px;
  width: 18px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(52, 205, 214, 0.98), rgba(21, 127, 159, 0.95));
  box-shadow: 0 0 18px rgba(36, 183, 190, 0.42);
}

.si-joint.left {
  left: calc(50% - 42px);
}

.si-joint.right {
  right: calc(50% - 42px);
}

.anatomy-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 1rem;
}

.anatomy-note {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.anatomy-note strong {
  display: block;
  margin-bottom: 0.4rem;
}

.anatomy-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.pain-map-card {
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.pain-map-heading {
  margin-bottom: 0.9rem;
}

.pain-map-heading strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.pain-map-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pain-map-figure {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(233, 251, 251, 0.72));
}

.page-main {
  padding: 3rem 0 5rem;
}

.page-hero {
  display: grid;
  gap: 1rem;
  padding: 2.35rem;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 253, 253, 0.84)),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lift);
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 72ch;
}

.page-link-grid,
.page-two-up,
.page-three-up {
  display: grid;
  gap: 1rem;
}

.page-link-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.page-two-up {
  grid-template-columns: repeat(2, 1fr);
}

.page-three-up {
  grid-template-columns: repeat(3, 1fr);
}

.page-card,
.page-figure-card {
  padding: 1.5rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 255, 255, 0.8)),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.page-card:hover,
.page-figure-card:hover,
.timeline-item:hover,
.info-card:hover,
.campus-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(22, 127, 159, 0.16);
}

.page-card h3,
.page-figure-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.3rem;
}

.page-card p,
.page-figure-card p,
.page-card li {
  color: var(--muted);
  line-height: 1.7;
}

.page-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1rem;
  border-radius: 999px;
  margin-top: 0.75rem;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 20px rgba(36, 183, 190, 0.18);
}

.page-figure {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 52, 59, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.page-section {
  padding-top: 2.25rem;
}

.education-card {
  padding: 2rem;
}

.education-grid,
.updates-grid,
.blog-feed {
  display: grid;
  gap: 1rem;
}

.education-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.4rem;
}

.education-point,
.sitewide-update-card {
  padding: 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 52, 59, 0.08);
}

.education-point strong,
.sitewide-footer-column strong,
.sitewide-footer-brand strong,
.admin-post-list-head strong {
  display: block;
  margin-bottom: 0.4rem;
}

.sitewide-update-card h3,
.blog-entry h3 {
  margin-bottom: 0.65rem;
}

.sitewide-update-meta,
.blog-entry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.sitewide-update-meta span,
.blog-entry-head span {
  color: var(--muted);
  font-size: 0.92rem;
}

.sitewide-update-meta a {
  color: var(--primary-dark);
  font-weight: 800;
}

.blog-media-frame {
  margin: 0.9rem 0 1rem;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 52, 59, 0.08);
  box-shadow: var(--shadow-soft);
}

.blog-video-embed,
.blog-pdf-embed {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
}

.blog-video-embed {
  aspect-ratio: 16 / 9;
}

.blog-pdf-embed {
  height: 540px;
}

.blog-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.sitewide-footer {
  padding: 1rem 0 3.6rem;
}

.sitewide-footer-shell {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 1.4rem;
  padding: 1.8rem;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(10, 66, 74, 0.98), rgba(22, 153, 160, 0.94));
  color: #fff;
  box-shadow: var(--shadow-lift);
}

.sitewide-footer-shell p,
.sitewide-footer-shell a {
  color: rgba(255, 255, 255, 0.88);
}

.sitewide-footer-brand h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.sitewide-footer-column {
  display: grid;
  align-content: start;
}

.sitewide-footer-links {
  display: grid;
  gap: 0.55rem;
}

.sitewide-footer-links a {
  font-weight: 700;
}

.hidden-admin-trigger {
  position: fixed;
  top: 12px;
  right: 14px;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 52, 59, 0.14);
  opacity: 0.08;
  z-index: 60;
  cursor: pointer;
}

.hidden-admin-trigger:hover,
.hidden-admin-trigger:focus-visible {
  opacity: 0.24;
  outline: none;
}

.admin-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 80;
}

.admin-modal.is-open {
  display: block;
}

.admin-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 28, 31, 0.56);
  backdrop-filter: blur(8px);
}

.admin-modal-panel {
  position: relative;
  width: min(680px, calc(100% - 2rem));
  max-height: calc(100vh - 3rem);
  overflow: auto;
  margin: 1.5rem auto;
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 255, 255, 0.92));
  box-shadow: var(--shadow-lift);
}

.admin-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: var(--muted);
  cursor: pointer;
}

.admin-dashboard-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.admin-page-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.admin-format-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 52, 59, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.admin-format-button--save {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #ffffff;
  border-color: transparent;
}

.floating-edit-toolbar {
  position: fixed;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 24px;
  background: rgba(247, 255, 255, 0.98);
  border: 1px solid rgba(16, 52, 59, 0.14);
  box-shadow: 0 20px 48px rgba(17, 80, 88, 0.2);
  backdrop-filter: blur(16px);
  z-index: 70;
  max-width: calc(100vw - 2rem);
}

.floating-edit-toolbar[hidden] {
  display: none !important;
}

.floating-edit-label {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(36, 183, 190, 0.12);
  color: var(--primary-dark);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.admin-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.admin-form label {
  display: grid;
  gap: 0.42rem;
  font-weight: 700;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(16, 52, 59, 0.12);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
}

.admin-form textarea {
  min-height: 124px;
  resize: vertical;
}

.admin-message {
  margin: 0;
  color: var(--primary-dark);
  font-weight: 700;
}

.admin-post-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.8rem;
}

.admin-post-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

.admin-post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 52, 59, 0.08);
}

.admin-post-item p {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

.admin-delete-post {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  font: inherit;
  font-weight: 800;
  color: #fff;
  background: #c85b61;
  cursor: pointer;
}

.page-edit-mode .live-editable {
  outline: 2px dashed rgba(22, 153, 160, 0.55);
  outline-offset: 4px;
  border-radius: 6px;
  background: rgba(36, 183, 190, 0.05);
}

.page-edit-mode .live-editable:focus {
  outline-color: rgba(22, 153, 160, 0.9);
  background: rgba(36, 183, 190, 0.09);
  box-shadow: 0 0 0 8px rgba(36, 183, 190, 0.07);
}

.page-edit-mode ul.live-editable {
  margin: 0.85rem 0 0;
  padding-left: 1.35rem;
  list-style: disc;
}

.page-edit-mode ul.live-editable li {
  margin: 0.38rem 0;
  padding-left: 0.08rem;
}

.page-edit-mode .page-main,
.page-edit-mode .mobile-main {
  padding-bottom: 7.5rem;
}

.desktop-footer {
  padding: 2rem 0 4rem;
}

.campus-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.two-up {
  grid-template-columns: repeat(2, 1fr);
}

.accent-one {
  background: linear-gradient(180deg, rgba(247, 255, 255, 0.94), rgba(194, 243, 246, 0.95));
}

.accent-two {
  background: linear-gradient(180deg, rgba(247, 255, 255, 0.94), rgba(179, 237, 240, 0.95));
}

.accent-three {
  background: linear-gradient(180deg, rgba(247, 255, 255, 0.94), rgba(206, 248, 249, 0.95));
}

.cta {
  padding-top: 0;
}

.quiz-section {
  padding-top: 1rem;
}

.quiz-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: start;
}

.quiz-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 28px;
}

.quiz-question {
  display: grid;
  gap: 0.5rem;
  font-weight: 700;
}

.quiz-question span {
  line-height: 1.5;
}

.quiz-question select {
  min-height: 48px;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(16, 52, 59, 0.12);
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.quiz-result {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(36, 183, 190, 0.12), rgba(118, 228, 232, 0.2));
}

.quiz-result strong {
  display: block;
  margin-bottom: 0.45rem;
}

.quiz-result p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border-radius: 28px;
}

.site-footer {
  padding: 2rem 0 4rem;
}

.contact-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 24px;
}

.contact-card label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.contact-card input {
  width: 100%;
  min-height: 46px;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(16, 52, 59, 0.12);
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
}

@media (max-width: 980px) {
  .hero-grid,
  .intro-grid,
  .highlight-grid,
  .campus-grid,
  .footer-grid,
  .page-link-grid,
  .page-two-up,
  .page-three-up,
  .quiz-grid,
  .timeline,
  .anatomy-notes,
  .pillar-list,
  .campus-panels,
  .card-grid,
  .education-grid,
  .sitewide-footer-shell,
  .blog-feed {
    grid-template-columns: 1fr 1fr;
  }

  .hero-card,
  .highlight-panel {
    grid-column: span 2;
  }

  .two-up {
    grid-template-columns: 1fr 1fr;
  }

  .hero-logo {
    width: 138px;
  }
}

@media (max-width: 720px) {
  .nav-links {
    position: absolute;
    top: 148px;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    background: rgba(247, 255, 255, 0.98);
    border-radius: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero,
  .section {
    padding: 3.5rem 0;
  }

  .hero-grid,
  .intro-grid,
  .highlight-grid,
  .card-grid,
  .timeline,
  .campus-grid,
  .campus-panels,
  .footer-grid,
  .page-link-grid,
  .page-two-up,
  .page-three-up,
  .quiz-grid,
  .anatomy-notes,
  .pillar-list,
  .education-grid,
  .sitewide-footer-shell,
  .blog-feed {
    grid-template-columns: 1fr;
  }

  .anatomy-visual {
    height: 300px;
  }

  .hero-card,
  .highlight-panel {
    grid-column: auto;
  }

  .two-up {
    grid-template-columns: 1fr;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    gap: 0.6rem;
    max-width: calc(100% - 4rem);
  }

  .brand-mark,
  .brand-logo {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .hero-logo {
    width: 120px;
  }

  .brand-title {
    font-size: 1.45rem;
  }

  .brand-subtitle {
    font-size: 0.78rem;
  }

  .nav-bar {
    justify-content: flex-end;
  }
}
