:root {
  --navy: #025964;
  --navy-2: #1d7373;
  --navy-3: #01373e;
  --brand-gold: #c9a227;
  --brand-gold-2: #d4a84b;
  --brand-gold-dark: #8c6400;
  --gold: var(--brand-gold);
  --gold-2: var(--brand-gold-2);
  --cream: #f4faf9;
  --cream-2: #e4e9ef;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --white: #ffffff;
  --shadow: 0 8px 28px rgba(2, 89, 100, 0.10);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.scope-landing-body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #fff7e8 100%);
  overflow-x: hidden;
}
a { color: inherit; }
.site-shell { min-height: 100vh; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(6, 38, 95, .10);
  backdrop-filter: blur(18px);
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}
.brand-seal {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong {
  color: var(--navy);
  font-size: clamp(.95rem, 1.8vw, 1.12rem);
  letter-spacing: -.01em;
}
.brand-copy small {
  color: var(--brand-gold);
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: clamp(.72rem, 2.2vw, .82rem);
}
.brand-subtitle {
  display: block;
  margin-top: 4px;
  font-size: clamp(.58rem, 1.8vw, .72rem);
  line-height: 1.35;
  font-style: italic;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0;
  text-transform: none;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.brand-subtitle .subtitle-accent {
  color: var(--brand-gold);
  font-weight: 800;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 1;
}
.desktop-nav a {
  text-decoration: none;
  color: #213955;
  font-weight: 700;
  font-size: .92rem;
  padding: 10px 13px;
  border-radius: 999px;
}
.desktop-nav a:hover { background: rgba(6, 38, 95, .07); color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary,
.btn-clickable {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-gold-2), var(--brand-gold));
  box-shadow: 0 12px 28px rgba(201, 162, 39, .32);
  cursor: pointer;
}
.btn-primary:hover,
.btn-clickable:hover {
  background: linear-gradient(135deg, #ddb94a, #b88f1f);
  box-shadow: 0 14px 32px rgba(201, 162, 39, .4);
}
.btn-primary:focus-visible,
.btn-clickable:focus-visible {
  outline: 3px solid rgba(201, 162, 39, .45);
  outline-offset: 2px;
}
.btn-ghost { color: var(--navy); background: rgba(6, 38, 95, .07); }
.btn-ghost.btn-clickable:hover { background: rgba(201, 162, 39, .14); color: var(--brand-gold-dark); }
.btn-light { color: #09275b; background: #fff; box-shadow: 0 15px 38px rgba(0, 0, 0, .12); }
.btn-outline-gold {
  color: #fff;
  background: transparent;
  border: 2px solid var(--brand-gold);
  box-shadow: none;
}
.btn-outline-gold:hover {
  background: rgba(201, 162, 39, .18);
  color: #fff;
}
.badge-static,
.is-static,
.section-label.badge-static,
.eyebrow.badge-static {
  color: #fff;
  background: #064e4b;
  cursor: default;
}
.badge-clickable {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #c9a227;
  color: #073b3a;
  font-weight: 800;
  font-size: .78rem;
  cursor: default;
}
.is-clickable,
a.is-clickable,
.academic-card.is-clickable,
.quick-card.is-clickable {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.is-clickable:hover { transform: translateY(-2px); }
.is-clickable:focus-visible {
  outline: 3px solid rgba(201, 162, 39, .45);
  outline-offset: 2px;
}
.is-static { cursor: default; }
.btn-lg { min-height: 50px; padding: 14px 22px; }
.btn-full { width: 100%; }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 16px;
  background: var(--navy);
  padding: 12px;
}
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 999px; background: #fff; }
.hero-section {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  padding: clamp(54px, 8vw, 110px) clamp(20px, 6vw, 90px);
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--navy);
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
  filter: saturate(.9) contrast(1.03);
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 230, 138, .34), transparent 28%),
    linear-gradient(110deg, rgba(2, 89, 100, .96) 0%, rgba(2, 89, 100, .88) 46%, rgba(1, 55, 62, .70) 100%);
}
.hero-content { max-width: 850px; color: #fff; }
.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-content h1 {
  margin: 22px 0 18px;
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  line-height: .95;
  letter-spacing: -.055em;
  max-width: 990px;
}
.hero-content p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.hero-mini-stats span,
.hero-mini-stats .is-static {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(29, 115, 115, .45);
  border-radius: 18px;
  background: rgba(2, 89, 100, .35);
  color: rgba(255,255,255,.92);
  cursor: default;
}
.hero-mini-stats strong { color: var(--brand-gold-2); }
.quick-section {
  width: min(1180px, calc(100% - 36px));
  margin: -68px auto 80px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.quick-card {
  display: block;
  min-height: 230px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.quick-card.is-static {
  background: linear-gradient(145deg, #f0faf8, #ffffff);
  border-color: rgba(2, 89, 100, .12);
}
.quick-card.is-clickable {
  background: linear-gradient(145deg, #fff9eb, #ffffff);
  border-color: rgba(201, 162, 39, .28);
}
.quick-card.is-clickable:hover {
  border-color: rgba(201, 162, 39, .55);
  box-shadow: 0 14px 36px rgba(201, 162, 39, .18);
}
.quick-card--accent.is-clickable {
  background: linear-gradient(145deg, #fff4d6, #fffdf8);
}
.quick-card h2 { margin: 22px 0 12px; color: var(--navy); font-size: 1.16rem; line-height: 1.25; }
.quick-card.is-clickable h2 { color: var(--brand-gold-dark); }
.quick-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.quick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(201, 162, 39, .22);
  color: var(--brand-gold-dark);
  font-weight: 900;
}
.quick-icon--static {
  background: rgba(2, 89, 100, .12);
  color: var(--navy);
}
.profile-section,
.service-section,
.schedule-section,
.menu-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 86px;
}
.profile-section,
.service-section,
.schedule-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}
.profile-section--single {
  grid-template-columns: 1fr;
  margin-bottom: 56px;
}
.section-copy,
.profile-panel,
.service-list,
.schedule-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.section-copy { padding: clamp(28px, 5vw, 52px); }
.section-copy h2,
.section-heading h2,
.schedule-card h2 {
  margin: 18px 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.section-copy p,
.section-heading p,
.schedule-card p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}
.profile-panel {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 42px 32px;
  background:
    radial-gradient(circle at top right, rgba(243, 200, 77, .28), transparent 40%),
    linear-gradient(145deg, #fff, #f9fbff);
}
.profile-logo-wrap {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(6,38,95,.15);
}
.profile-logo-wrap img { width: 82px; height: 82px; object-fit: contain; }
.profile-panel h3 { margin: 24px 0 8px; color: var(--navy); font-size: 1.6rem; }
.profile-panel p { margin: 0; color: var(--muted); line-height: 1.7; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 22px; }
.profile-tags span { padding: 8px 12px; border-radius: 999px; background: var(--cream); color: #6f520b; font-weight: 800; font-size: .82rem; }
.section-heading { max-width: 820px; margin: 0 auto 30px; }
.section-heading.center { text-align: center; }
.section-heading.center .section-label { margin-inline: auto; }
.academic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.academic-card {
  display: grid;
  gap: 10px;
  min-height: 170px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(6,38,95,.08);
  text-decoration: none;
}
.academic-card.is-static {
  border-color: rgba(2, 89, 100, .14);
  cursor: default;
}
.academic-card.is-static span { color: var(--navy); }
.academic-card.is-clickable {
  border-color: rgba(201, 162, 39, .25);
  cursor: pointer;
}
.academic-card.is-clickable:hover {
  outline: 2px solid rgba(201, 162, 39, .35);
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(201, 162, 39, .14);
}
.academic-card.is-clickable span { color: var(--brand-gold-dark); }
.academic-card span { font-weight: 900; font-size: 1.1rem; }
.academic-card small { color: var(--muted); line-height: 1.65; font-size: .92rem; }
.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}
.service-list a {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-radius: 20px;
  background: #fff9eb;
  border: 1px solid rgba(201, 162, 39, .22);
  text-decoration: none;
  cursor: pointer;
}
.service-list a:hover { background: #fff4d6; border-color: rgba(201, 162, 39, .4); }
.service-list strong { color: var(--brand-gold-dark); line-height: 1.3; }
.service-list span { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.schedule-card { padding: clamp(28px, 4vw, 46px); }
.schedule-card--primary {
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  color: #fff;
  border-color: rgba(255,255,255,.16);
}
.schedule-card--primary h2 { color: #fff; }
.schedule-card--primary p { color: rgba(255,255,255,.78); }
.main-footer {
  background: #05070b;
  color: #fff;
  padding: clamp(38px, 7vw, 76px) clamp(22px, 5vw, 70px) 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: clamp(24px, 5vw, 60px);
  max-width: 1180px;
  margin: 0 auto;
}
.footer-grid--compact {
  grid-template-columns: 1.4fr 1fr;
}
.footer-contact-lines p {
  margin: 0 0 6px;
  line-height: 1.6;
}
.footer-links-col a.footer-link-clickable {
  color: var(--brand-gold-2);
  cursor: pointer;
}
.footer-links-col a.footer-link-clickable:hover {
  color: #f0d878;
}
.footer-logo { max-width: 210px; height: auto; margin-bottom: 18px; }
.footer-brand-block h2 { margin: 0 0 16px; font-size: 1.15rem; }
.footer-brand-block p,
.main-footer a {
  color: rgba(255,255,255,.74);
  font-size: .94rem;
  line-height: 1.75;
}
.footer-contact { margin-top: 18px; }
.main-footer h3 { margin: 8px 0 18px; font-size: 1rem; }
.main-footer a { display: block; text-decoration: none; margin: 10px 0; }
.main-footer a:hover { color: var(--gold-2); }
.footer-bottom {
  max-width: 1180px;
  margin: 46px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,.64);
  font-size: .9rem;
}
.mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0,0,0,.48);
  opacity: 0;
  transition: opacity .18s ease;
}
.mobile-backdrop.is-open { opacity: 1; }
.mobile-drawer {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  width: min(430px, 86vw);
  height: 100dvh;
  transform: translateX(104%);
  transition: transform .22s ease;
  background: var(--navy);
  color: #fff;
  padding: 20px;
  overflow-y: auto;
  box-shadow: -24px 0 60px rgba(0,0,0,.28);
}
.mobile-drawer.is-open { transform: translateX(0); }
.mobile-drawer__head,
.drawer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile-drawer__head { justify-content: space-between; margin-bottom: 22px; }
.drawer-brand img { width: 44px; height: 44px; border-radius: 50%; background: #fff; object-fit: contain; }
.drawer-brand span { display: grid; }
.drawer-brand strong { color: var(--gold-2); }
.drawer-brand small { color: rgba(255,255,255,.72); }
.mobile-drawer__head button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 1.4rem;
}
.drawer-nav { display: grid; gap: 6px; }
.drawer-nav a,
.drawer-nav summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  color: rgba(255,255,255,.90);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}
.drawer-nav details { border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 8px; }
.drawer-nav details a { min-height: 36px; margin-left: 14px; color: rgba(255,255,255,.76); font-size: .88rem; font-weight: 700; }
.drawer-nav a:hover,
.drawer-nav summary:hover { background: rgba(255,255,255,.10); }
.drawer-nav summary::marker { color: var(--gold-2); }
.drawer-cta { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.drawer-cta p { color: rgba(255,255,255,.82); font-weight: 800; text-align: center; }
body.drawer-open { overflow: hidden; }
@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-block; }
  .header-actions .btn-ghost { display: none; }
  .quick-section { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .academic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-section,
  .service-section,
  .schedule-section { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.public-page-main {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 64px;
}
.public-page-hero {
  padding: clamp(40px, 8vw, 72px) 0 28px;
}
.public-page-hero h1 {
  margin: 16px 0 12px;
  color: var(--navy);
  font-size: clamp(2rem, 6vw, 3rem);
}
.guides-public-list,
.guides-grid {
  display: grid;
  gap: 20px;
}
.guide-public-card,
.guide-card {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.guide-pdf-preview {
  width: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 12px;
}
.guide-video-player {
  width: 100%;
  max-height: 420px;
  border-radius: 12px;
  margin-top: 12px;
  background: #000;
}
.guide-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.empty-state-card {
  text-align: center;
  padding: 48px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px dashed var(--line);
}
@media (max-width: 700px) {
  .site-header { min-height: auto; padding: 10px 14px; align-items: flex-start; }
  .brand-lockup { align-items: flex-start; gap: 10px; max-width: calc(100% - 52px); }
  .brand-copy strong { font-size: clamp(.82rem, 3.6vw, .95rem); line-height: 1.2; }
  .brand-copy small { font-size: clamp(.68rem, 3vw, .76rem); letter-spacing: .12em; }
  .brand-seal { width: 52px; height: 52px; }
  .brand-subtitle { font-size: clamp(.54rem, 2.6vw, .66rem); margin-top: 3px; }
  .footer-grid--compact { grid-template-columns: 1fr; }
  .header-actions .btn-primary {
    display: inline-flex;
    min-height: 36px;
    padding: 8px 12px;
    font-size: .78rem;
  }
  .hero-section { min-height: 640px; padding: 54px 18px 120px; }
  .hero-content h1 { font-size: clamp(2.2rem, 12vw, 3.6rem); }
  .hero-actions .btn { width: 100%; }
  .hero-mini-stats { display: grid; grid-template-columns: 1fr; }
  .quick-section { grid-template-columns: 1fr; margin-top: -86px; }
  .quick-card { min-height: auto; }
  .academic-grid,
  .service-list { grid-template-columns: 1fr; }
  .section-copy h2,
  .section-heading h2,
  .schedule-card h2 { font-size: clamp(1.9rem, 10vw, 2.6rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
