/* ========================================
   HOME PAGE STYLES
   Extracted from inline styles
   ======================================== */

/* ========================================
   FACULTY QUICK ACCESS SECTION
   ======================================== */
.home-faculties {
  background: linear-gradient(180deg, #EAF2EF 0%, #F2EFE4 100%);
  border-bottom: 1px solid rgba(11, 74, 67, .08);
}

.home-faculties-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 32px;
}

.home-faculties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 32px;
}

.home-faculty-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.34, 1.56, .64, 1);
}

.home-faculty-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  transition: transform .4s cubic-bezier(.34, 1.56, .64, 1);
}

.home-faculty-circle {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: oustFloat 6s ease-in-out infinite;
  animation-delay: var(--anim-delay, 0ms);
}

.home-faculty-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed var(--ring-color, #C6A15B);
}

.home-faculty-inner-circle {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  box-shadow: 0 6px 22px -10px rgba(11, 74, 67, .22);
}

.home-faculty-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-faculty-name {
  font-size: 15px;
  font-weight: 700;
  color: #0B4A43;
  line-height: 1.4;
  max-width: 210px;
  letter-spacing: .02em;
}

/* ========================================
   ABOUT + PRESIDENT'S QUOTE SECTION
   ======================================== */
.home-about {
  background: linear-gradient(180deg, #F1F7F4 0%, #fff 38%);
  border-top: 1px solid rgba(11, 74, 67, .08);
  border-bottom: 1px solid rgba(11, 74, 67, .08);
}

.home-about-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: center;
}

.home-about-eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.home-about-h2 {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: clamp(30px, 3.6vw, 46px);
  color: #0B4A43;
  margin: 0 0 22px;
  line-height: 1.12;
}

.home-about-p {
  font-size: 16.5px;
  color: #55605c;
  margin: 0 0 30px;
  line-height: 1.75;
}

.home-about-rule {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-about-rule-line {
  width: 46px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.home-about-rule-text {
  font-family: var(--head-font);
  font-style: italic;
  font-size: 19px;
  color: #0B4A43;
}

.home-about-photo-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px -24px rgba(7, 51, 46, .35);
}

.home-about-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.home-about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 51, 46, .92) 0%, rgba(7, 51, 46, .55) 32%, rgba(7, 51, 46, 0) 62%);
}

.home-about-quote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
}

.home-about-quote-line {
  display: block;
  width: 56px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 22px;
}

.home-about-quote-text {
  font-family: var(--head-font);
  font-style: italic;
  font-weight: 500;
  color: #fff;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.55;
  margin: 0 0 20px;
  max-width: 560px;
}

.home-about-quote-name {
  color: var(--gold);
  font-weight: 700;
  font-size: 16px;
}

.home-about-quote-title {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  margin-top: 2px;
}

/* ========================================
   STATS SECTION
   ======================================== */
.home-stats {
  background: #07332E;
  position: relative;
  overflow: hidden;
}

.home-stats-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;
}

.home-stats-header {
  text-align: center;
  margin-bottom: 52px;
}

.home-stats-eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.home-stats-h2 {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 42px);
  color: #fff;
  margin: 0;
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255, 255, 255, .08);
}

.home-stats-cell {
  background: #07332E;
  padding: 34px 20px;
  text-align: center;
}

.home-stats-value {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: clamp(38px, 4vw, 52px);
  color: var(--gold);
  line-height: 1.3;
  margin-bottom: 8px;
}

.home-stats-label {
  font-size: 14px;
  color: rgba(255, 255, 255, .78);
  letter-spacing: .02em;
}

/* ========================================
   NEWS SECTION
   ======================================== */
.home-news-outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px;
}

.home-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.home-news-eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.home-news-h2 {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: clamp(30px, 3.6vw, 46px);
  color: #0B4A43;
  margin: 0;
  line-height: 1.1;
}

.home-news-all-link {
  color: #0B4A43;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
}

.home-news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(11, 74, 67, .1);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}

.home-news-card-img-wrap {
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
}

.home-news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-news-card-badge {
  position: absolute;
  top: 14px;
  background: #0B4A43;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
}

.home-news-card-body {
  padding: 24px 22px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-news-card-date {
  font-size: 12.5px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 10px;
}

.home-news-card-title {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: 20px;
  color: #0B4A43;
  margin: 0 0 12px;
  line-height: 1.25;
  flex: 1;
}

.home-news-card-read-more {
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
}

/* ========================================
   ADMISSIONS CTA SECTION
   ======================================== */
.home-cta {
  background: #C6A15B;
  position: relative;
  overflow: hidden;
}

.home-cta-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 76px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.home-cta-text {
  max-width: 640px;
}

.home-cta-eyebrow {
  color: #07332E;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.home-cta-h2 {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 52px);
  color: #07332E;
  margin: 0 0 14px;
  line-height: 1.08;
}

.home-cta-p {
  font-size: 17px;
  color: #0B4A43;
  margin: 0;
}

.home-cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.home-cta-btn-primary {
  background: #07332E;
  color: #fff;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.home-cta-btn-outline {
  background: transparent;
  color: #07332E;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  border: 1.5px solid #07332E;
  text-decoration: none;
}
