.content {
  padding: 120px 40px 80px 40px;
}

.archive-banner {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.archive-banner__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.archive-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 20px;
  pointer-events: none;
}

.archive-banner__mark {
  width: min(320px, 70vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.25));
}

.archive-banner__title {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  line-height: 1;
}

.breadcrumb-item a {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #ff0000;
}
.rowReverse {
  flex-direction: row;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
/* .about-section {
      height: 65vh;
    } */
.about-header {
  padding-top: 12%;
  padding-left: 13%;
  padding-right: 13%;
  text-align: center;
}
.container-vision {
  margin-top: 70px;
}
.container-mission {
  margin-bottom: 70px;
}
.about-title {
  padding-top: 30px;
}
@media (max-width: 700px) {
  .content {
    padding: 80px 20px 80px 20px;
  }
  .archive-banner {
    height: 240px;
  }
  .archive-banner__overlay {
    gap: 6px;
  }
  .archive-banner__mark {
    width: min(240px, 78vw);
  }
  .about-header {
    padding-top: 22%;
    padding-left: 7%;
    padding-right: 7%;
  }
  .about-section {
    height: 55vh;
  }
  .container-vision {
    margin-top: 30px;
  }
  .container-mission {
    margin-bottom: 30px;
  }
  .about-title {
    padding-top: 15px;
  }
}

.fc .fc-toolbar-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.fc .fc-button {
  background: #f5d042;
  border: none;
  color: #000;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 600;
  text-transform: none;
}
.fc .fc-button:hover {
  background: #e6c235;
  color: #000;
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background: #d4af37;
  color: #000;
}
.fc .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fc .fc-toolbar-chunk:nth-child(2) div:first-child {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fc .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title {
  margin: 0;
  min-width: 180px;
  text-align: center;
  letter-spacing: 0.02em;
}
.fc .fc-toolbar-chunk:nth-child(2) .fc-button {
  border-radius: 50%;
  padding: 14px;
}
.fc-theme-standard .fc-scrollgrid {
  border-color: #ddd;
}
.fc .fc-col-header-cell {
  background: #f5d042 !important;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  border-color: #ddd !important;
}
.fc .fc-col-header-cell-cushion {
  color: #000 !important;
}
.fc .fc-daygrid-day {
  border-color: #ddd !important;
}
.fc .fc-daygrid-day-number {
  color: #000 !important;
  padding: 6px 8px;
  font-size: 0.9rem;
}
.fc .fc-daygrid-event {
  border: none;
  border-radius: 6px;
  padding: 4px 8px;
}
.fc .fc-daygrid-event .fc-event-main {
  color: #fff !important;
}
.fc .fc-daygrid-event-harness {
  margin-top: 2px;
}

.fc .fc-gridView-button,
.fc .fc-listView-button {
  background: #f5d042;
  padding: 8px 10px;
  font-size: 16px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fc .fc-gridView-button:hover,
.fc .fc-listView-button:hover {
  background: #e6c235;
  color: #000;
}
.fc .fc-gridView-button.fc-view-active,
.fc .fc-listView-button.fc-view-active {
  color: #ff0000;
}

.yearbook-section {
  background: #f4f4f4;
}
.yearbook-wrapper {
  margin: 32px auto;

  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.gallery-wrapper {
  margin: 32px auto;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.yearbook-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
  gap: 15px;
}
.yearbook-header-left {
  display: flex;
  border-radius: 0 20px 20px 0;
  align-items: center;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}
.yearbook-header-title-wrapper {
  margin-left: -12px;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  background-color: #e3e3e3;
  gap: 12px;
  clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.yearbook-finish-flag {
  height: 32px;
  object-fit: contain;
}

.yearbook-logo-wrapper {
  display: flex;
  align-items: center;
  margin-top: -14px;
  margin-bottom: -14px;
  margin-left: -12px;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #d10606;
  transform: skewX(-20deg);
}
.yearbook-logo {
  height: 42px;
  object-fit: contain;
  transform: skewX(20deg);
}
.yearbook-header-icon {
  font-size: 28px;
  color: #333;
}
.yearbook-header-title {
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  color: #333;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
.yearbook-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.yearbook-select {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.yearbook-body {
  padding: 30px;
}
.yearbook-cover {
  padding: 0 15px;
}
.gallery-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}

.gallery-item-img {
  width: 150px;
  height: 100px;
}
.gallery-item-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gallery-item-description h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
.gallery-item-description p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
.yearbook-cover-img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.yearbook-info {
  padding: 0 15px;
}
.yearbook-info-title {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.yearbook-info-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.yearbook-details {
  width: 100%;
  border-collapse: collapse;
}
.yearbook-details td {
  padding: 6px 0;
  font-size: 13px;
  color: #333;
  vertical-align: top;
}
.yearbook-details td:first-child {
  font-weight: 700;
  white-space: nowrap;
  padding-right: 16px;
  width: 180px;
}
.yearbook-details td:last-child::before {
  content: ": ";
}
.yearbook-download-row {
  display: flex;
  justify-content: end;
  gap: 16px;
  text-align: right;
  margin-top: 24px;
}
.btn-yearbook-download {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  border: none;
  padding: 12px 36px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-yearbook-download:hover {
  background: #cc0000;
  color: #fff;
}
@media (max-width: 768px) {
  .yearbook-section {
    padding: 8px 10px;
  }
  .yearbook-wrapper,
  .gallery-wrapper {
    margin: 16px auto;
    border-radius: 10px;
  }
  .yearbook-header {
    padding: 12px;
    justify-content: center;
    text-align: left;
    align-items: stretch;
    gap: 10px;
  }
  .yearbook-header-left {
    width: 100%;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.12);
  }
  .yearbook-logo-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 8px 16px;
    transform: none;
    border-radius: 0;
  }
  .yearbook-logo {
    height: 30px;
    transform: none;
  }
  .yearbook-header-title-wrapper {
    margin-left: 0;
    padding: 8px 14px;
    gap: 8px;
    clip-path: none;
    flex: 1;
  }
  .yearbook-finish-flag {
    height: 24px;
  }
  .yearbook-header-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .yearbook-header-right {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .yearbook-select {
    flex: 1;
    min-width: 0;
    max-width: 180px;
  }
  .yearbook-body {
    padding: 16px 12px;
  }
  .yearbook-cover {
    margin-bottom: 14px;
    text-align: center;
    padding: 0;
  }
  .yearbook-cover-img {
    max-width: 100%;
  }
  .yearbook-info {
    padding: 0;
  }
  .yearbook-info-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .yearbook-info-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .yearbook-details td {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0;
  }
  .yearbook-details td:first-child {
    width: 42%;
    min-width: 130px;
    padding-right: 8px;
  }
  .yearbook-download-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    text-align: center;
    margin-top: 16px;
  }
  .btn-yearbook-download {
    width: 100%;
    padding: 11px 10px;
    font-size: 17px;
    border-radius: 8px;
  }
  .gallery-body {
    padding: 0 12px 12px;
  }
  .gallery-item {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 14px;
    gap: 12px;
    border-radius: 10px;
  }
  .gallery-item > div:first-child {
    order: 1;
  }
  .gallery-item-description {
    order: 2;
    flex: 1;
    min-width: 0;
  }
  .gallery-item .yearbook-download-row {
    order: 3;
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100%;
    margin-top: 2px;
  }
  .gallery-item-description h5 {
    font-size: 18px;
  }
  .gallery-item-description p {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
  }
  .gallery-item-img {
    width: 130px;
    height: auto;
    max-width: 100%;
  }
}