/* =============================================================================
   HERO SECTION
   ============================================================================= */

/* Hero Container */
.hero-container {
  position: relative;
  aspect-ratio: 2880 / 956;
  width: 100%;
  overflow: hidden;
}

.hero-carousel-wrapper {
  position: relative;
  aspect-ratio: 2880 / 956;
  width: 100%;
}

.hero-carousel-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 2;
  pointer-events: none;
}

/* Carousel Images */
.hero-carousel {
  width: 100%;
  height: 100%;
}

.hero-carousel div,
.hero-carousel picture {
  aspect-ratio: 2880 / 956;
  width: 100%;
}

.hero-carousel picture {
  display: block;
}

.hero-carousel img {
  aspect-ratio: 2880 / 956;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Carousel Navigation */
.hero-carousel .slick-prev,
.hero-carousel .slick-next {
  z-index: 10;
  font-size: 0;
  width: 60px;
  height: 60px;
  background: none;
  color: white;
  border-radius: 4px;
  transition: color 0.3s ease;
}

.hero-carousel .slick-prev:hover,
.hero-carousel .slick-next:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hero-carousel .slick-prev:before,
.hero-carousel .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: white;
}

.hero-carousel .slick-prev:before {
  content: "\f053";
}

.hero-carousel .slick-next:before {
  content: "\f054";
}

.hero-carousel .slick-prev {
  left: 20px;
}

.hero-carousel .slick-next {
  right: 20px;
}

/* Carousel Indicators */
.hero-carousel .slick-dots {
  bottom: 20px;
  left: 120px;
  right: auto;
  width: auto;
  text-align: left;
  gap: 8px;
  z-index: 10;
}

.hero-carousel .slick-dots li {
  width: 14px;
  height: 14px;
}

.hero-carousel .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  background: url("https://assets-cdn.sums.su/NH/1web-assets/global-assets/media/indicator-inactive.svg")
    no-repeat center;
  background-size: contain;
  font-size: 0;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}

.hero-carousel .slick-dots li button:before {
  display: none;
}

.hero-carousel .slick-dots li.slick-active button {
  background: url("https://assets-cdn.sums.su/NH/1web-assets/global-assets/media/indicator-active.svg")
    no-repeat center;
  background-size: contain;
}

#hero-carousel-mob {
  display: none;
}

/* Hero Content Overlay */
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 10;
  pointer-events: none;
  padding: 64px 120px;
  box-sizing: border-box;
}

.hero-text {
  margin-bottom: 40px;
  text-align: left;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}

.hero-subtitle {
  font-family: "Franklin Gothic ATF";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 24px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.9),
    14px 6px 33px rgba(0, 0, 0, 0.92), 55px 24px 60px rgba(0, 0, 0, 0.8),
    124px 54px 81px rgba(0, 0, 0, 0.47), 221px 95px 96px rgba(0, 0, 0, 0.14),
    345px 149px 105px rgba(0, 0, 0, 0.02);
}

.hero-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 32px;
  text-shadow: 14px 6px 33px rgba(0, 0, 0, 0.92),
    55px 24px 60px rgba(0, 0, 0, 0.8), 124px 54px 81px rgba(0, 0, 0, 0.47),
    221px 95px 96px rgba(0, 0, 0, 0.14), 345px 149px 105px rgba(0, 0, 0, 0.02);
}

.hero-title-line {
  display: block;
}

.hero-cta {
  padding: clamp(12px, 1.5vw, 16px) clamp(16px, 2vw, 24px);
  min-height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 14px 6px 33px 0px rgba(0, 0, 0, 0.92),
    55px 24px 60px 0px rgba(0, 0, 0, 0.8),
    124px 54px 81px 0px rgba(0, 0, 0, 0.47),
    221px 95px 96px 0px rgba(0, 0, 0, 0.14),
    345px 149px 105px 0px rgba(0, 0, 0, 0.02) !important;
}

.hero-cta:focus,
.hero-cta:focus-visible {
  box-shadow: 14px 6px 33px 0px rgba(0, 0, 0, 0.92),
    55px 24px 60px 0px rgba(0, 0, 0, 0.8),
    124px 54px 81px 0px rgba(0, 0, 0, 0.47),
    221px 95px 96px 0px rgba(0, 0, 0, 0.14),
    345px 149px 105px 0px rgba(0, 0, 0, 0.02) !important;
}

.hero-cta-text {
  font-family: "Rockwell", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: clamp(14px, 1.5vw, 18px);
  align-self: center;
  transform: translateY(2px);
}

/* =============================================================================
   EVENTS SECTION
   ============================================================================= */

.events-section {
  padding-top: 80px;
  background: var(--colour-lavender);
}

.events-header {
  padding: 0 120px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.events-title {
  line-height: 1;
  align-self: flex-start;
}

.events-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: clamp(12px, 1.5vw, 16px) clamp(16px, 2vw, 24px);
  min-height: 44px;
  border-radius: 6px;
}

.events-cta i {
  color: white;
}

.events-cta-text {
  color: white;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1;
  transform: translateY(3px);
  align-self: center;
}

.events-divider {
  margin-left: 120px;
}

/* =============================================================================
   SUGGESTIONS SECTION
   ============================================================================= */

.suggestions-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 120px;
  background-color: var(--colour-blush);
}

.suggestions-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.suggestions-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suggestions-title {
  text-align: center;
}

.suggestions-description {
  text-align: center;
  line-height: 1.5;
}

/* Suggestions Grid */
.suggestion-grid {
  width: fit-content;
  max-width: calc(100vw - 240px);
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 44px;
}

/* Individual Suggestion Cards */
.suggestion-card {
  padding: 24px;
  width: 100%;
  max-width: 379px;
  height: 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  border-radius: 8px;
  background: #fff;
  background: color(display-p3 1 1 1);
  box-shadow: 0 17px 5px 0 #000, 0 11px 4px 0 rgba(0, 0, 0, 0.02),
    0 6px 4px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.11),
    0 1px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 17px 5px 0 color(display-p3 0 0 0 / 0),
    0 11px 4px 0 color(display-p3 0 0 0 / 0.02),
    0 6px 4px 0 color(display-p3 0 0 0 / 0.06),
    0 3px 3px 0 color(display-p3 0 0 0 / 0.11),
    0 1px 2px 0 color(display-p3 0 0 0 / 0.12);
}

.suggestion-card-content {
  width: 249px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.suggestion-card-title {
  font-family: "Rockwell", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
}

.suggestion-card-description {
  color: var(--colour-grey-dark);
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
}

.suggestion-card-details {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
}

.suggestion-card-details > i {
  color: var(--colour-maroon);
}

.suggestion-card-details > span {
  color: var(--colour-grey-dark);
  line-height: 1;
  transform: translateY(3px);
}

/* Voting Actions */
.suggestion-card-actions {
  display: flex;
  flex-direction: column;
  width: 40px;
}

.suggestion-vote-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.suggestion-vote-buttons.disabled {
  opacity: 0.4;
  position: relative;
}

.suggestion-vote-buttons.disabled::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  pointer-events: none;
}

.suggestion-vote-buttons.disabled::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  pointer-events: none;
}

.suggestion-vote-buttons.disabled:hover::after,
.suggestion-vote-buttons.disabled:hover::before {
  opacity: 1;
  visibility: visible;
}

.suggestion-upvote-btn,
.suggestion-downvote-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--colour-grey-light);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: var(--colour-grey-dark);
  background: none;
}

.suggestion-upvote-btn:hover:not(:disabled) {
  border-color: var(--colour-green);
  color: var(--colour-green);
}

.suggestion-downvote-btn:hover:not(:disabled) {
  border-color: var(--colour-pink);
  color: var(--colour-pink);
}

.suggestion-upvote-btn.active {
  border-color: var(--colour-green);
  color: var(--colour-green);
}

.suggestion-downvote-btn.active {
  border-color: var(--colour-pink);
  color: var(--colour-pink);
}

.suggestion-upvote-btn:disabled,
.suggestion-downvote-btn:disabled {
  cursor: not-allowed;
  border-color: var(--colour-grey-light) !important;
  color: var(--colour-grey-dark) !important;
}

.suggestion-vote-count {
  font-size: 16px;
  font-weight: 600;
  color: var(--colour-grey-dark);
  min-width: 24px;
  text-align: center;
  transform: translateY(2px);
}

/* Vote Animations */
@keyframes singleBeat {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.3);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.suggestion-vote-buttons .single-beat {
  animation: singleBeat 0.4s ease-in-out;
  transform-origin: center;
}

.suggestion-upvote-btn.single-beat,
.suggestion-downvote-btn.single-beat {
  animation: singleBeat 0.4s ease-in-out;
  transform-origin: center;
}

.suggestion-upvote-btn i.single-beat,
.suggestion-downvote-btn i.single-beat {
  animation: singleBeat 0.4s ease-in-out;
  transform-origin: center;
}

/* CTA Section */
.suggestions-cta {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.suggestions-cta-rays-left,
.suggestions-cta-rays-right {
  display: flex;
  flex-direction: column;
  width: 24px;
  gap: 6px;
}

.suggestions-cta-rays-left {
  align-items: flex-end;
}

.suggestions-cta-rays-right {
  align-items: flex-start;
}

.suggestions-cta-btn {
  margin: 8px 0;
  padding: clamp(12px, 1.5vw, 16px) clamp(16px, 2vw, 24px);
  min-height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggestions-cta-btn span {
  line-height: 0;
  transform: translateY(2px);
  font-size: clamp(14px, 1.5vw, 18px);
}

/* Vote Display for Non-Logged Users */
.suggestion-vote-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background-color: var(--colour-grey-light);
  border-radius: 6px;
}

.suggestion-vote-display .suggestion-vote-count {
  font-size: 18px;
  font-weight: 700;
  color: var(--colour-maroon);
}

.suggestion-vote-display .suggestion-vote-label {
  font-size: 12px;
  color: var(--colour-grey-dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* No Results */
.suggestion-no-results {
  padding: 60px 0;
  text-align: center;
}

.suggestion-no-results p {
  font-size: 18px;
  color: var(--colour-grey-dark);
  margin: 0;
}

/* =============================================================================
   ESSENTIALS SECTION
   ============================================================================= */

.essentials-section {
  padding: 80px 120px;
  background-color: white;
}

.essentials-container {
  max-width: 1440px;
  margin: auto;
}

.essentials-divider {
  margin-bottom: 38px;
}

/* Card Grid */
.essentials-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  height: 728px;
  max-width: calc(100vw - 240px);
  grid-template-areas:
    "card1 card1 card2 card2 card3 card3"
    "card4 card4 card4 card5 card5 card5";
  align-items: stretch;
}

.essentials-card:nth-child(1) {
  grid-area: card1;
}

.essentials-card:nth-child(2) {
  grid-area: card2;
}

.essentials-card:nth-child(3) {
  grid-area: card3;
}

.essentials-card:nth-child(4) {
  grid-area: card4;
}

.essentials-card:nth-child(5) {
  grid-area: card5;
}

/* Individual Cards */
.essential-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out !important;
}

.essential-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 62.64%, #000 100%);
  z-index: 1;
}

.essential-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.2) !important;
  z-index: 10;
}

.essential-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: calc(100% - 64px);
  z-index: 2;
}

.essential-card-title {
  color: white;
  font-family: "Rockwell", sans-serif;
  font-size: 30.7px;
  margin: 0;
}

.essential-card:hover .essential-card-title {
  text-decoration: underline;
}

/* =============================================================================
   ABOUT SECTION
   ============================================================================= */

.about-section {
  padding: 0;
  background: var(--colour-maroon);
  min-height: 1348px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-container {
  width: 100%;
  max-width: 1440px;
}

/* Hero Image */
.about-image-wrapper {
  position: relative;
  width: 100%;
  height: 923px;
  overflow: hidden;
}

.about-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/7;
  transition: all 1s ease-in-out;
  transform-origin: center center;
}

.about-hero-image.animate {
  transform: scale(1);
  margin: 160px 120px 0 120px;
  height: calc(923px - 320px);
  width: calc(100% - 240px);
  border-radius: 24px 24px 24px 0;
}

/* Content */
.about-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 120px;
  z-index: 20;
  color: white;
  transform: translateY(-200px);
}

.about-intro {
  display: flex;
  flex-direction: column;
  width: 560px;
}

.about-subtitle {
  font-family: "Franklin Gothic ATF", sans-serif;
  color: var(--colour-yellow);
  font-size: 24px;
  font-weight: normal;
}

.about-title {
  color: white;
  font-size: 80px;
  line-height: 1;
  margin: 0;
}

.about-info {
  max-width: 512px;
}

/* Avatars */
.about-avatars {
  display: flex;
  z-index: 10;
  margin-bottom: 24px;
}

.avatar-item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: -15px;
}

.avatar-item:first-child {
  margin-left: 0;
}

.avatar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-tagline {
  font-family: "Rockwell", sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 42px;
  color: white;
  text-transform: none;
  margin-bottom: -10px;
}

.about-divider {
  width: 60px;
  margin: 32px 0;
  border-color: var(--colour-yellow);
}

.about-description p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-description p:last-child {
  margin-bottom: 0;
}

/* =============================================================================
   OFFICERS SECTION
   ============================================================================= */

.officers-section {
  padding: 120px 120px 180px;
  overflow: hidden;
  background: var(--colour-cream);
}

.officers-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.officers-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.officers-title {
  text-align: center;
}

.officers-description {
  text-align: center;
  line-height: 1.5;
}

/* Officer Grid Layout */
.officers-grid {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
}

.officers-row {
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* Officer Cards */
.officer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 1.5s ease-out;
  opacity: 1;
}

/* Initial Animation States */
.officers-row:nth-child(1) .officer-card:nth-child(1) {
  transform: scale(2) translateX(0) rotate(-18deg);
}

.officers-row:nth-child(1) .officer-card:nth-child(2) {
  transform: scale(2) translateX(15vw) rotate(15deg);
}

.officers-row:nth-child(1) .officer-card:nth-child(3) {
  transform: scale(2) translateX(25vw) rotate(15deg);
}

.officers-row:nth-child(2) .officer-card:nth-child(1) {
  transform: scale(2) translateX(0) rotate(-18deg);
}

.officers-row:nth-child(2) .officer-card:nth-child(2) {
  transform: scale(2) translateX(15vw) rotate(15deg);
}

.officers-row:nth-child(2) .officer-card:nth-child(3) {
  transform: scale(2) translateX(25vw) rotate(15deg);
}

/* Animate-In States */
.officers-row:nth-child(1) .officer-card:nth-child(1).animate-in {
  transform: scale(1) translateX(0) rotate(0deg);
}

.officers-row:nth-child(1) .officer-card:nth-child(2).animate-in {
  transform: scale(1) translateX(0) rotate(0deg) translateY(-16px);
}

.officers-row:nth-child(1) .officer-card:nth-child(3).animate-in {
  transform: scale(1) translateX(0) rotate(0deg);
}

.officers-row:nth-child(2) .officer-card:nth-child(1).animate-in {
  transform: scale(1) translateX(0) rotate(0deg) translateY(-16px);
}

.officers-row:nth-child(2) .officer-card:nth-child(2).animate-in {
  transform: scale(1) translateX(0) rotate(0deg);
}

.officers-row:nth-child(2) .officer-card:nth-child(3).animate-in {
  transform: scale(1) translateX(0) rotate(0deg) translateY(-16px);
}

/* Image Wrappers */
.officer-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 360px;
}

.officers-row:nth-child(1) .officer-card:nth-child(1) .officer-image-wrapper {
  rotate: -4deg;
  aspect-ratio: 1 / 1;
}

.officers-row:nth-child(1) .officer-card:nth-child(2) .officer-image-wrapper {
  rotate: 2deg;
  aspect-ratio: 15 / 16;
}

.officers-row:nth-child(1) .officer-card:nth-child(3) .officer-image-wrapper {
  rotate: -4deg;
  aspect-ratio: 1 / 1;
}

.officers-row:nth-child(2) .officer-card:nth-child(1) .officer-image-wrapper {
  rotate: -4deg;
  aspect-ratio: 15 / 16;
}

.officers-row:nth-child(2) .officer-card:nth-child(2) .officer-image-wrapper {
  rotate: 2deg;
  aspect-ratio: 1 / 1;
}

.officers-row:nth-child(2) .officer-card:nth-child(3) .officer-image-wrapper {
  rotate: -4deg;
  aspect-ratio: 15 / 16;
}

.officer-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 60%;
  min-height: 65%;
  max-width: 60%;
  aspect-ratio: inherit;
  overflow: hidden;
}

.officer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Individual Image Positioning */
.officers-row:nth-child(1) .officer-card:nth-child(1) .officer-image {
  object-position: center 30px;
  scale: 1.2;
}

.officers-row:nth-child(1) .officer-card:nth-child(2) .officer-image {
  object-position: center 50%;
  scale: 1.1;
}

.officers-row:nth-child(1) .officer-card:nth-child(3) .officer-image {
  object-position: center 10px;
}

.officers-row:nth-child(2) .officer-card:nth-child(1) .officer-image {
  object-position: center center;
  scale: 1;
}

.officers-row:nth-child(2) .officer-card:nth-child(2) .officer-image {
  object-position: 20px center;
  scale: 1;
}

.officers-row:nth-child(2) .officer-card:nth-child(3) .officer-image {
  object-position: center center;
  scale: 1;
}

.officer-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Officer Info */
.officer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.officer-name {
  color: var(--colour-maroon);
  margin: 0 0 16px;
}

.officer-role {
  margin: 0;
  color: var(--colour-black);
  font-size: 14px;
  text-transform: uppercase;
}

/* =============================================================================
   NEWS SECTION
   ============================================================================= */

.news-section {
  padding-top: 80px;
  background: var(--colour-lavender);
}

.news-header {
  padding: 0 120px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.news-title {
  line-height: 1;
  align-self: flex-start;
}

.news-title-fix {
  display: none;
  line-height: 1;
  align-self: flex-start;
}

.news-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: clamp(12px, 1.5vw, 16px) clamp(16px, 2vw, 24px);
  min-height: 44px;
  border-radius: 6px;
  color: white;
}

.news-cta i {
  color: white;
}

.news-cta-text {
  color: white;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1;
  transform: translateY(3px);
  align-self: flex-start;
}

.news-divider {
  margin-left: 120px;
}

/* =============================================================================
   RESPONSIVE DESIGN - MOBILE & TABLET
   ============================================================================= */

/* Fluid Typography for Large Screens */
@media (max-width: 1439px) {
  .hero-title {
    font-size: clamp(40px, 7vw, 70px);
    line-height: clamp(40px, 7vw, 70px);
  }

  .hero-subtitle {
    font-size: clamp(18px, 2.5vw, 30px);
    line-height: clamp(18px, 2.5vw, 30px);
  }

  .about-title {
    font-size: clamp(40px, 8vw, 80px);
  }

  .about-subtitle {
    font-size: clamp(18px, 2vw, 24px);
  }

  .about-tagline {
    font-size: clamp(20px, 3vw, 32px);
    line-height: clamp(26px, 4vw, 42px);
  }

  .essential-card-title {
    font-size: clamp(18px, 2.8vw, 30.7px);
  }

  .about-description p {
    font-size: clamp(16px, 1.8vw, 20px);
  }

  .suggestion-card {
    min-width: 300px;
  }

  .essential-card-content {
    width: 100%;
  }
}

/* Large Tablet */
@media (max-width: 1200px) {
  .officer-image-wrapper {
    width: 300px;
  }

  .about-intro {
    margin-right: 16px;
  }

  .about-title {
    font-size: clamp(40px, 5vw, 80px);
  }

  .suggestion-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 24px;
    max-width: calc(100vw - 128px);
  }

  .suggestion-card:last-child {
    display: none;
  }

  .about-content {
    align-items: flex-start;
  }

  /* Static positioning for about section */
  .about-image-wrapper {
    margin: 0 64px 32px;
    max-width: calc(100vw - 128px);
    height: auto;
    aspect-ratio: 16/7;
  }

  .about-hero-image,
  .about-hero-image.animate {
    transform: scale(1) !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 24px 24px 24px 0 !important;
  }

  .about-content {
    margin: 0 64px;
    transform: none;
  }

  .about-section {
    min-height: 0;
    height: auto;
    padding: 64px 0;
  }
}

/* Medium Tablet */
@media (max-width: 1024px) {
  .officer-image-wrapper {
    width: 220px;
  }

  .essentials-section {
    padding: 40px 32px;
  }

  .essentials-grid {
    max-width: calc(100vw - 64px);
  }

  .essential-card-content {
    padding: 16px;
    width: 100%;
  }
}

/* Tablet Breakpoint */
@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }

  .events-cta i,
  .news-cta i,
  .suggestions-cta i,
  .hero-cta i {
    display: none;
  }

  /* Hero section adjustments */
  .hero-content {
    padding: 64px 64px;
  }

  .hero-text {
    margin-bottom: 0;
  }

  .hero-carousel .slick-dots {
    left: 64px;
  }

  /* About section static positioning */
  .about-image-wrapper {
    max-width: calc(100vw - 128px);
    height: auto;
    aspect-ratio: 16/7;
  }

  .about-hero-image,
  .about-hero-image.animate {
    transform: scale(1) !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 24px 24px 24px 0 !important;
  }

  .about-content {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .about-intro {
    width: 100%;
  }

  .about-avatars {
    margin-bottom: 16px;
  }

  .avatar-item {
    width: 64px;
    height: 64px;
    border-width: 2px;
  }

  /* Officers static positioning */
  .officers-section {
    padding: 40px 64px;
  }

  .officers-row {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .officer-card {
    transform: scale(1) translateX(0) rotate(0deg) !important;
    opacity: 1 !important;
  }

  .officer-image-wrapper {
    width: 200px;
  }

  .officers-row:nth-child(1) .officer-card:nth-child(2) {
    transform: scale(1) translateX(0) rotate(0deg) !important;
  }

  .officers-row:nth-child(2) .officer-card:nth-child(1) {
    transform: scale(1) translateX(0) rotate(0deg) !important;
  }

  .officers-row:nth-child(2) .officer-card:nth-child(3) {
    transform: scale(1) translateX(0) rotate(0deg) !important;
  }

  .suggestion-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: calc(100vw - 128px);
  }

  .suggestion-card {
    max-width: 379px;
  }

  .suggestion-card:nth-last-child(1),
  .suggestion-card:nth-last-child(2),
  .suggestion-card:nth-last-child(3) {
    display: none;
  }

  .essentials-section {
    padding: 40px 64px;
  }

  .essentials-grid {
    max-width: calc(100vw - 128px);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px 200px 200px;
    grid-template-areas:
      "card1 card2"
      "card3 card5"
      "card4 card5";
    gap: 16px;
    height: auto;
  }

  .essential-card {
    height: 100%;
    min-height: 200px;
  }

  .essential-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .essential-card-content {
    padding: 16px;
    width: 100%;
  }

  .events-header,
  .news-header {
    padding: 0 64px;
  }

  .events-divider,
  .news-divider {
    margin-left: 64px;
  }

  .suggestions-section {
    padding: 40px 64px;
  }

  .events-section,
  .news-section {
    padding: 40px 0 10px;
  }

  .about-section {
    min-height: 0;
    height: auto;
    padding: 40px 0;
  }

  .events-cta-text,
  .news-cta-text,
  .suggestions-cta-text,
  .hero-cta-text {
    transform: translateY(2px);
  }
}

/* Small Tablet */
@media (max-width: 640px) {
  .officer-image-wrapper {
    width: 150px;
  }
}

/* Mobile Breakpoint */
@media (max-width: 480px) {
  #hero-carousel-desk {
    display: none;
  }

  #hero-carousel-mob {
    display: block;
  }

  .events-divider,
  .news-divider {
    width: 60px;
    margin: 0;
  }

  .events-header,
  .news-header {
    align-items: flex-start;
  }

  .events-cta i,
  .news-cta i,
  .suggestions-cta i,
  .hero-cta i {
    display: none;
  }

  /* Mobile aspect ratio for hero */
  .hero-container,
  .hero-carousel-wrapper {
    aspect-ratio: 750 / 1000;
  }

  .hero-carousel div,
  .hero-carousel picture,
  .hero-carousel img {
    aspect-ratio: 750 / 1000;
  }

  .hero-content {
    padding: 32px 16px;
  }

  .hero-text {
    margin-bottom: 0;
  }

  .hero-carousel .slick-dots {
    left: auto;
    right: 16px;
    bottom: 16px;
    flex-direction: column;
    width: auto;
    height: auto;
  }

  .hero-carousel .slick-dots li {
    margin-bottom: 8px;
  }

  .hero-carousel .slick-dots li:last-child {
    margin-bottom: 0;
  }

  .about-section {
    padding: 40px 0 0 0;
  }

  /* About section mobile adjustments */
  .about-image-wrapper {
    margin: 0 16px 64px;
    max-width: calc(100vw - 32px);
    width: 100%;
    height: auto;
    aspect-ratio: 16/7;
  }

  .about-hero-image,
  .about-hero-image.animate {
    transform: scale(1) !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 24px 24px 24px 0 !important;
  }

  .about-content {
    margin: 0 16px;
    flex-direction: column;
    gap: 16px;
    transform: translateY(-50px);
  }

  .about-intro {
    width: 100%;
  }

  /* Officers mobile grid layout */
  .officers-section {
    padding: 40px 16px 40px;
  }

  .officers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 40px 20px;
    width: 100%;
  }

  .officers-row {
    display: contents;
  }

  .officer-card {
    transform: scale(1) translateX(0) rotate(0deg) !important;
    opacity: 1 !important;
  }

  .officer-image-wrapper {
    width: 150px;
  }

  /* Suggestions mobile optimisation */
  .suggestions-section {
    padding: 40px 16px;
  }

  .suggestion-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: none;
  }

  .suggestion-card {
    width: 100%;
    min-width: none;
    height: 140px;
    padding: 16px;
  }

  .suggestion-card-content {
    width: calc(100% - 56px);
    min-width: none;
    gap: 12px;
  }

  .suggestion-card-title {
    font-size: 16px;
    line-height: 1.2;
  }

  .suggestion-card-description {
    font-size: 12px;
    line-height: 1.2;
  }

  .suggestion-card-details {
    font-size: 12px;
  }

  .suggestion-card-actions {
    width: 32px;
  }

  .suggestion-upvote-btn,
  .suggestion-downvote-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .suggestion-vote-count {
    font-size: 14px;
  }

  .essentials-section {
    padding: 40px 16px;
  }

  .essentials-grid {
    max-width: calc(100vw - 32px);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 168px 168px 168px;
    grid-template-areas:
      "card1 card2"
      "card3 card5"
      "card4 card5";
    gap: 8px;
  }

  .essential-card {
    height: 100%;
    min-height: 168px;
    max-height: 344px;
  }

  .essential-card-content {
    padding: 10px;
    width: 100%;
  }

  .events-header,
  .news-header {
    padding: 0 16px;
  }

  .events-divider,
  .news-divider {
    margin-left: 16px;
  }

  /* Mobile typography adjustments */
  .hero-title {
    font-size: 48px;
    line-height: 48px;
  }

  .hero-subtitle {
    font-size: 24px;
    line-height: 24px;
  }

  .about-title {
    font-size: 40px;
  }

  .about-subtitle {
    font-size: 24px;
  }

  .about-tagline {
    font-size: 20px;
    margin-bottom: 0;
  }

  .about-divider {
    margin: 24px 0;
  }

  .about-description {
    font-size: 16px;
  }

  /* Mobile button sizing */
  .hero-cta,
  .events-cta,
  .news-cta,
  .suggestions-cta-btn {
    max-height: 40px !important;
    padding: 16px !important;
  }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
  .officer-image-wrapper {
    width: 130px;
  }

  .news-title {
    display: none;
  }

  .news-title-fix {
    display: block;
  }

  .avatar-item {
    width: 56px;
    height: 56px;
  }
}
