/* ========================================
   美术学院 · 教学机构补充样式
   ======================================== */

.fa-college-home .about-banner {
  display: none;
}

/* 视觉审美 · 首页 */
.fa-hero-wrap {
  position: relative;
  background: #2a2420;
  overflow: hidden;
}

.fa-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M0 30h60M30 0v60' stroke='%23ffffff' stroke-opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

.fa-hero-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 8;
  min-height: 320px;
  max-height: 520px;
}

.fa-hero-top {
  position: absolute;
  top: 20px;
  left: clamp(20px, 4vw, 40px);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
}

.fa-hero-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.fa-hero-college-name {
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.5vw, 24px);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  letter-spacing: 4px;
}

.fa-hero-motto {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--color-gold);
}

.fa-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
  background-position: center;
}

.fa-hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.fa-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 22, 18, 0.75) 0%, rgba(30, 22, 18, 0.25) 55%, transparent 100%);
}

.fa-hero-text {
  position: absolute;
  left: clamp(24px, 5vw, 56px);
  bottom: clamp(28px, 6vw, 48px);
  z-index: 2;
  color: #fff;
}

.fa-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  margin-bottom: 10px;
}

.fa-hero-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(24px, 4vw, 38px);
  margin-bottom: 8px;
}

.fa-hero-text p {
  font-size: 15px;
  opacity: 0.9;
}

.fa-hero-dots {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.fa-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.fa-hero-dot.active {
  background: var(--color-gold);
  border-color: var(--color-gold);
}

.fa-home-body {
  max-width: var(--content-max, 1200px);
  margin: 0 auto;
  padding: 28px 24px 48px;
}

.fa-dept-entries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.fa-dept-entry {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #faf8f6;
  border: 1px solid #e8e0da;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.fa-dept-entry:hover {
  border-color: rgba(140, 28, 28, 0.3);
  box-shadow: 0 4px 16px rgba(60, 40, 30, 0.06);
}

.fa-dept-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--color-primary);
  background: rgba(140, 28, 28, 0.06);
  border-radius: 4px;
}

/* 概况 */
.fa-rich-text {
  font-size: 14px;
  color: #555;
  line-height: 1.85;
}

.fa-rich-text h4 {
  font-size: 15px;
  color: var(--color-primary);
  margin: 18px 0 10px;
}

.fa-rich-text ul {
  padding-left: 20px;
}

.fa-leader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.fa-leader-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 16px;
  background: #faf8f6;
  border: 1px solid #e8e0da;
  border-radius: 4px;
}

.fa-leader-card img {
  width: 96px;
  height: 120px;
  object-fit: cover;
  border-radius: 3px;
}

.fa-faculty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fa-faculty-card {
  border: 1px solid #e8e0da;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}

.fa-faculty-card:hover {
  box-shadow: 0 6px 20px rgba(60, 40, 30, 0.08);
}

.fa-faculty-card--lead {
  border-color: rgba(140, 28, 28, 0.35);
  grid-column: span 1;
}

.fa-faculty-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fa-faculty-card-body {
  padding: 12px 14px;
}

.fa-faculty-lead-badge {
  display: inline-block;
  font-size: 10px;
  padding: 2px 6px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 2px;
  margin-bottom: 6px;
}

.fa-achievement-item {
  padding: 14px 18px;
  margin-bottom: 10px;
  background: #faf8f6;
  border-left: 3px solid var(--color-primary);
}

/* 教师团队 */
.fa-teacher-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fa-teacher-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

.fa-teacher-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 14px 16px;
  border: 1px solid #e8e0da;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.fa-teacher-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(60, 40, 30, 0.06);
}

.fa-teacher-photo {
  width: 88px;
  height: 110px;
  flex-shrink: 0;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
  background: #f0ebe6;
  border: 1px solid #e8e0da;
}

.fa-teacher-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.fa-teacher-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
}

.fa-teacher-card-body h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.4;
  width: 100%;
}

.fa-teacher-card-body span {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.fa-teacher-lead-mark {
  display: inline-block;
  margin-left: 2px;
  font-size: 12px;
  color: var(--color-gold);
}

.fa-teacher-detail {
  padding: 24px;
  background: #faf8f6;
  border: 1px solid #e8e0da;
  border-radius: 4px;
}

.fa-teacher-detail-header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.fa-teacher-detail-header img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.fa-teacher-works {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.fa-teacher-work-tag {
  padding: 4px 10px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #e8e0da;
  border-radius: 2px;
}

/* 专业介绍 */
.fa-major-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fa-major-panel img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fa-major-labs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.fa-lab-tag {
  padding: 5px 12px;
  font-size: 12px;
  background: #faf8f6;
  border: 1px solid #e8e0da;
}

/* 作品画廊 */
.fa-gallery-masonry {
  column-count: 3;
  column-gap: 16px;
}

.fa-work-card {
  break-inside: avoid;
  margin-bottom: 16px;
  border: 1px solid #e8e0da;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
}

.fa-work-card img {
  width: 100%;
  display: block;
}

.fa-work-meta {
  padding: 10px 12px;
  font-size: 12px;
  color: #888;
}

.fa-work-meta strong {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.fa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(20, 15, 12, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.fa-lightbox.open {
  display: flex;
}

.fa-lightbox img {
  max-width: 85vw;
  max-height: 75vh;
}

.fa-lightbox-info {
  color: #fff;
  text-align: center;
  margin-top: 16px;
}

.fa-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* 联系方式 */
.fa-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fa-contact-card {
  padding: 20px;
  background: #faf8f6;
  border: 1px solid #e8e0da;
  border-radius: 4px;
}

.fa-contact-card h4 {
  font-size: 15px;
  margin-bottom: 12px;
  color: var(--color-primary);
}

.fa-phone-link {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
}

.fa-phone-link:hover {
  text-decoration: underline;
}

.fa-map-box {
  margin-top: 24px;
  border: 1px solid #e8e0da;
  border-radius: 4px;
  overflow: hidden;
}

.fa-map-placeholder {
  height: 280px;
  background: linear-gradient(135deg, #e8e4df 0%, #d4cec6 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  position: relative;
}

.fa-map-pin {
  font-size: 36px;
  margin-bottom: 8px;
}

.fa-sketch-base-list {
  margin-top: 16px;
}

.fa-sketch-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee5e2;
}

.fa-sketch-item h5 {
  font-size: 14px;
  margin-bottom: 4px;
}

.fa-sketch-item p {
  font-size: 13px;
  color: #666;
}

/* 新闻列表（复用结构） */
.fa-news-item,
.ad-news-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee5e2;
  text-decoration: none;
  color: inherit;
}

.ad-news-thumb {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.ad-news-body { flex: 1; min-width: 0; }

.ad-news-tag {
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  background: rgba(140, 28, 28, 0.08);
  color: var(--color-primary);
  border-radius: 2px;
  margin-bottom: 6px;
}

.ad-news-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.ad-notice-pin {
  display: inline-block;
  font-size: 11px;
  padding: 2px 6px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 2px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .ad-news-item { flex-direction: column; }
  .ad-news-thumb { width: 100%; height: 140px; }
}

/* 新闻搜索 */
.fa-news-search {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.fa-news-search input {
  flex: 1;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .fa-dept-entries,
  .fa-teacher-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fa-faculty-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fa-major-panel {
    grid-template-columns: 1fr;
  }
  .fa-gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .fa-dept-entries,
  .fa-leader-grid,
  .fa-faculty-grid,
  .fa-teacher-grid,
  .fa-contact-grid {
    grid-template-columns: 1fr;
  }
  .fa-gallery-masonry {
    column-count: 1;
  }
  .fa-teacher-detail-header {
    flex-direction: column;
  }
}
