.igc-compass-band {
  background:
    linear-gradient(180deg, rgba(246, 250, 248, 0.96), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(29, 151, 113, 0.16), rgba(24, 102, 180, 0.08));
  border-bottom: 1px solid #dfe8e5;
  border-top: 1px solid #dfe8e5;
  margin: 18px 0 24px;
  padding: 24px 0;
}

.igc-compass {
  align-items: stretch;
  box-sizing: border-box;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.igc-compass-media {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.igc-compass-media img {
  display: block;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 10% 50%;
  width: 100%;
}

.igc-compass-media--maui img {
  object-position: 48% 50%;
}

.igc-compass-media::after {
  background: linear-gradient(180deg, rgba(5, 32, 37, 0), rgba(5, 32, 37, 0.72));
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.igc-compass-media--kauai img {
  object-position: 58% 50%;
}

.igc-compass-media--big-island img {
  object-position: 50% 50%;
}

.igc-compass-photo-note {
  bottom: 18px;
  box-sizing: border-box;
  color: #fff;
  left: 18px;
  max-width: 320px;
  position: absolute;
  right: 18px;
  z-index: 2;
}

.igc-compass-photo-note span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.igc-compass-photo-note strong {
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 8px;
}

.igc-compass-photo-note p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

.igc-compass-body {
  align-self: center;
  min-width: 0;
  padding: 10px 0;
}

.igc-kicker {
  color: #1866b4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.igc-compass h2 {
  color: #1f2f38;
  font-size: 31px;
  line-height: 1.16;
  margin: 0 0 10px;
}

.igc-intro {
  color: #4e6066;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 18px;
  max-width: 780px;
}

.igc-card-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.igc-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe5e3;
  border-left: 5px solid #1d9771;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(30, 48, 54, 0.06);
  box-sizing: border-box;
  color: #26343a;
  display: block;
  min-height: 132px;
  padding: 14px 15px 13px;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.igc-card:nth-child(2) {
  border-left-color: #1866b4;
}

.igc-card:nth-child(3) {
  border-left-color: #f27a24;
}

.igc-card:nth-child(4) {
  border-left-color: #6f56a6;
}

.igc-card:nth-child(5) {
  border-left-color: #2f6f73;
}

.igc-card:nth-child(6) {
  border-left-color: #c24747;
}

.igc-card:hover,
.igc-card:focus-visible {
  border-color: #b7c8c4;
  box-shadow: 0 12px 26px rgba(30, 48, 54, 0.13);
  color: #26343a;
  outline: none;
  text-decoration: none;
  transform: translateY(-2px);
}

.igc-card span {
  color: #61747a;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.igc-card span i {
  color: #1d9771;
  margin-right: 5px;
}

.igc-card:nth-child(2) span i {
  color: #1866b4;
}

.igc-card:nth-child(3) span i {
  color: #f27a24;
}

.igc-card:nth-child(4) span i {
  color: #6f56a6;
}

.igc-card:nth-child(5) span i {
  color: #2f6f73;
}

.igc-card:nth-child(6) span i {
  color: #c24747;
}

.igc-card strong {
  color: #1f2f38;
  display: block;
  font-size: 18px;
  line-height: 1.22;
  margin: 0 0 7px;
}

.igc-card em {
  color: #53646a;
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
}

.igc-region-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

.igc-region-strip a {
  background: #173c3e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 11px 12px;
  text-decoration: none;
  transition: background 0.16s ease, transform 0.16s ease;
}

.igc-region-strip a:nth-child(2) {
  background: #1d5f6f;
}

.igc-region-strip a:nth-child(3) {
  background: #1d735a;
}

.igc-region-strip a:nth-child(4) {
  background: #845423;
}

.igc-region-strip a:hover,
.igc-region-strip a:focus-visible {
  background: #102f31;
  color: #fff;
  outline: none;
  text-decoration: none;
  transform: translateY(-1px);
}

.igc-region-strip span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 4px;
}

@media (max-width: 980px) {
  .igc-compass {
    grid-template-columns: 1fr;
  }

  .igc-compass-media img {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }
}

@media (min-width: 1180px) {
  .igc-compass {
    padding-right: 96px;
  }
}

@media (max-width: 680px) {
  .igc-compass-band {
    margin-top: 12px;
    padding: 18px 0 20px;
  }

  .igc-card-grid,
  .igc-region-strip {
    grid-template-columns: 1fr;
  }

  .igc-compass h2 {
    font-size: 26px;
  }

  .igc-intro {
    font-size: 16px;
  }

  .igc-card {
    min-height: 0;
  }
}
