.feature-body {
  background: #0a1628;
  margin: 0;
}

.southern-islands-feature .feature-home-link {
  animation: southern-islands-presents-in 1.1s ease-out 0.25s forwards;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  opacity: 0;
}

.southern-islands-feature .feature-home-link:hover {
  opacity: 0.75;
}

.southern-islands-feature .feature-home-logo {
  display: block;
  height: auto;
  max-width: 45vw;
  width: 205px;
}

.southern-islands-feature {
  --si-bg-y: 0%;
  --si-leaf-offset: 0px;
  background: #0a1628;
  color: #c8d8e0;
  font-family: futura-pt, Futura LT, sans-serif;
  margin-top: -0.5rem;
  overflow-x: hidden;
  position: relative;
}

.southern-islands-feature *,
.southern-islands-feature *::before,
.southern-islands-feature *::after {
  box-sizing: border-box;
}

.southern-islands-feature .leaf-frame {
  height: 100vh;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transform: translateY(var(--si-leaf-offset));
  width: 100%;
  z-index: 10;
}

.southern-islands-feature .leaf {
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
}

.southern-islands-feature .leaf-solid {
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.southern-islands-feature .solid-yellow {
  background-color: #ECBF53;
}

.southern-islands-feature .solid-dark-green {
  background-color: #015A0E;
}

.southern-islands-feature .solid-darkest {
  background-color: #001601;
}

.southern-islands-feature .solid-teal {
  background-color: #018F93;
}

.southern-islands-feature .ocean-bg {
  background-position: center var(--si-bg-y);
  background-repeat: no-repeat;
  background-size: 150% auto;
  inset: 0;
  position: fixed;
  z-index: 0;
}

.southern-islands-feature .page-content {
  position: relative;
  z-index: 5;
}

.southern-islands-feature .hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  margin-bottom: 100vh;
  padding: 2rem;
  text-align: center;
}

.southern-islands-feature .hero-title {
  margin: clamp(0.75rem, 2vh, 1.5rem) 0 0;
  width: clamp(300px, 55vw, 800px);
}

.southern-islands-feature .logo-svg {
  height: auto;
  overflow: visible;
  width: 100%;
}

.southern-islands-feature .logo-svg-mobile {
  display: none;
}

.southern-islands-feature .logo-part {
  animation: southern-islands-logo-in 1s ease-out forwards;
  opacity: 0;
}

.southern-islands-feature .logo-part-1 {
  animation-delay: 1.75s;
}

.southern-islands-feature .logo-part-2 {
  animation-delay: 1.4s;
}

.southern-islands-feature .logo-part-3 {
  animation-delay: 1.4s;
}

.southern-islands-feature .logo-part-4 {
  animation-delay: 1.75s;
}

@keyframes southern-islands-logo-in {
  to { opacity: 1; }
}

@keyframes southern-islands-presents-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes southern-islands-subtitle-in {
  from {
    letter-spacing: 0.35em;
    opacity: 0;
  }

  to {
    letter-spacing: 0.2em;
    opacity: 1;
  }
}

.southern-islands-feature .hero-subtitle {
  animation: southern-islands-subtitle-in 1.2s ease-out 2.25s forwards;
  color: #2a5a6a;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 1.5rem;
  opacity: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.95);
}

.southern-islands-feature .content-area {
  background: #0a1628;
  padding-bottom: clamp(8rem, 16vh, 14rem);
  position: relative;
  z-index: 5;
}

.southern-islands-feature .set-header {
  margin: 0 auto;
  max-width: 680px;
  padding: 8rem 2rem 0;
  text-align: center;
}

.southern-islands-feature .set-title {
  color: #e0eff4;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.southern-islands-feature .set-subtitle {
  color: #5a7a8a;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  letter-spacing: 0.3em;
  margin-bottom: 1.5rem;
}

.southern-islands-feature .set-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.southern-islands-feature .set-meta-item {
  align-items: center;
  color: #8aa8b8;
  display: flex;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 0.9rem;
  gap: 0.4rem;
}

.southern-islands-feature .set-meta-label,
.southern-islands-feature .card-icon {
  color: #5a7a8a;
  font-weight: 600;
}

.southern-islands-feature .set-symbol {
  height: 24px;
  width: 24px;
}

.southern-islands-feature .set-divider {
  border: none;
  border-top: 1px solid #1a2a3a;
  margin: 0;
}

.southern-islands-feature .content-section {
  color: #c8d8e0;
  margin: 0 auto;
  max-width: 680px;
  padding: 4rem 2rem;
}

.southern-islands-feature .content-section h2 {
  color: #e0eff4;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.southern-islands-feature .island-name {
  color: #e8a840;
  font-style: italic;
}

.southern-islands-feature .content-section a {
  color: #7abcd0;
  text-decoration-color: rgba(122, 188, 208, 0.3);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}

.southern-islands-feature .content-section a:hover {
  color: #7abcd0;
  text-decoration-color: rgba(122, 188, 208, 0.8);
}

.southern-islands-feature .content-section p {
  color: #a8c4d0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
}

.southern-islands-feature .content-section p + p {
  margin-top: 1rem;
}

.southern-islands-feature .feature-feedback {
  margin-top: 0;
}

.southern-islands-feature .set-symbol-closeup {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.75rem auto;
  max-width: 420px;
}

.southern-islands-feature .set-symbol-closeup figure {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  margin: 0;
}

.southern-islands-feature .set-symbol-closeup img {
  height: 96px;
  image-rendering: auto;
  object-fit: contain;
  width: 96px;
}

.southern-islands-feature .set-symbol-closeup figcaption {
  color: #8aa8b8;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.southern-islands-feature .content-section .feature-feedback-link {
  color: #d4e66d;
  text-decoration-color: rgba(212, 230, 109, 0.55);
}

.southern-islands-feature .content-section .feature-feedback-link:hover {
  color: #e6f58a;
  text-decoration-color: rgba(230, 245, 138, 0.9);
}

.southern-islands-feature .feature-credits {
  color: #7c98a8;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 2rem auto 0;
  max-width: 680px;
  padding: 0 2rem;
  text-align: center;
}

.southern-islands-feature .feature-credits p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  margin: 0;
}

.southern-islands-feature .feature-credits a {
  color: #c8d8e0;
  text-decoration: none;
}

.southern-islands-feature .feature-credits a:hover {
  opacity: 0.75;
}

.southern-islands-feature .feature-credit-author {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.southern-islands-feature .feature-credit-icon {
  border-radius: 50%;
  display: inline-block;
  height: 1.2rem;
  object-fit: cover;
  width: 1.2rem;
}

.southern-islands-feature .magazine-spread {
  cursor: zoom-in;
  left: 50%;
  margin: 3rem 0;
  position: relative;
  transform: translateX(-50%);
  width: min(calc(100vw - 4rem), 1040px);
}

.southern-islands-feature .magazine-spread img {
  border-radius: 6px;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
  display: block;
  height: auto;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

.southern-islands-feature .magazine-spread figcaption {
  color: #8aa8b8;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.75rem;
  text-align: center;
}

.southern-islands-feature .source-reader {
  left: 50%;
  margin: -0.5rem 0 4rem;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  width: min(calc(100vw - 4rem), 1040px);
}

.southern-islands-feature .source-reader summary {
  align-items: center;
  border: 1px solid rgba(122, 188, 208, 0.28);
  border-radius: 999px;
  color: #a8c4d0;
  cursor: pointer;
  display: inline-flex;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  gap: 0.45rem;
  list-style: none;
  margin: 0 auto;
  min-height: 40px;
  padding: 0.5rem 0.9rem;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}

.southern-islands-feature .source-reader summary::-webkit-details-marker {
  display: none;
}

.southern-islands-feature .source-reader summary:hover {
  background: rgba(122, 188, 208, 0.08);
  border-color: rgba(122, 188, 208, 0.48);
  color: #e0eff4;
}

.southern-islands-feature .source-reader summary:focus-visible {
  outline: 2px solid rgba(122, 188, 208, 0.85);
  outline-offset: 4px;
}

.southern-islands-feature .source-reader-icon {
  color: #7abcd0;
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 16px;
}

.southern-islands-feature .source-reader-content {
  border-top: 1px solid rgba(122, 188, 208, 0.16);
  margin-top: 2.25rem;
  padding-top: 3rem;
  position: relative;
  text-align: left;
}

.southern-islands-feature .source-tabs {
  background: #0a1628;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  left: 0;
  margin-bottom: 0;
  padding-right: 0.75rem;
  position: absolute;
  top: -1px;
  transform: translateY(-50%);
}

.southern-islands-feature .source-tab {
  background: none;
  border: 0;
  align-items: center;
  color: #a8c4d0;
  cursor: pointer;
  display: inline-flex;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 0.9rem;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.southern-islands-feature .source-tab[aria-selected="true"] {
  color: #e0eff4;
  text-decoration-color: rgba(122, 188, 208, 0.75);
}

.southern-islands-feature .source-tab:focus-visible {
  outline: 2px solid rgba(122, 188, 208, 0.85);
  outline-offset: 4px;
}

.southern-islands-feature .source-layer {
  color: #b8ccd6;
  font-family: Georgia, "Times New Roman", serif;
}

.southern-islands-feature .source-layer[hidden] {
  display: none;
}

.southern-islands-feature .source-flash-mark,
.southern-islands-feature .source-deck,
.southern-islands-feature .source-credit,
.southern-islands-feature .source-check-badge,
.southern-islands-feature .source-callout-heading,
.southern-islands-feature .source-pokemon-preview figcaption {
  font-family: futura-pt, Futura LT, sans-serif;
}

.southern-islands-feature .source-headline {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.southern-islands-feature .source-flash-mark {
  align-items: center;
  aspect-ratio: 1;
  background: #b90404;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  width: clamp(64px, 8vw, 86px);
}

.southern-islands-feature .source-title-group {
  min-width: 0;
}

.southern-islands-feature .source-layer h3 {
  color: #e0eff4;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.35rem;
}

.southern-islands-feature .source-deck {
  color: #8aa8b8;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.southern-islands-feature .source-page-grid {
  border-bottom: 1px solid rgba(122, 188, 208, 0.16);
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
}

.southern-islands-feature .source-page {
  min-width: 0;
}

.southern-islands-feature .source-page + .source-page {
  border-left: 1px solid rgba(122, 188, 208, 0.16);
  padding-left: 2.5rem;
}

.southern-islands-feature .source-callout + .source-callout {
  border-top: 1px solid rgba(122, 188, 208, 0.12);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.southern-islands-feature .source-callout h5 {
  color: #e0eff4;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.southern-islands-feature .source-callout-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.southern-islands-feature .source-check-badge {
  align-items: center;
  aspect-ratio: 1;
  background: #b90404;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 58px;
}

.southern-islands-feature .source-check-label {
  position: relative;
  transform: translateY(-1px);
  z-index: 1;
}

.southern-islands-feature .source-check-number {
  color: rgba(255, 255, 255, 0.34);
  font-size: 3.15rem;
  font-weight: 500;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.southern-islands-feature .source-callout-title {
  min-width: 0;
}

.southern-islands-feature .source-callout p,
.southern-islands-feature .source-note {
  color: #a8c4d0;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.southern-islands-feature .source-callout p + p {
  margin-top: 1rem;
}

.southern-islands-feature .source-sidebar {
  background: rgba(232, 168, 64, 0.05);
  border-radius: 6px;
  padding: 1rem;
}

.southern-islands-feature .source-pokemon-preview {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0 1.25rem;
}

.southern-islands-feature .source-pokemon-preview-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.southern-islands-feature .source-pokemon-preview-link:focus-visible {
  border-radius: 6px;
  outline: 2px solid rgba(122, 188, 208, 0.85);
  outline-offset: 4px;
}

.southern-islands-feature .source-pokemon-preview-link:hover figcaption {
  color: #f0c36a;
}

.southern-islands-feature .source-pokemon-preview figure {
  margin: 0;
  text-align: center;
}

.southern-islands-feature .source-pokemon-preview img {
  display: block;
  height: 96px;
  margin: 0 auto 0.5rem;
  object-fit: contain;
  transition: transform 0.18s ease;
  width: 100%;
}

.southern-islands-feature .source-pokemon-preview-link:hover img,
.southern-islands-feature .source-pokemon-preview-link:focus-visible img {
  transform: scale(1.05);
}

.southern-islands-feature .source-pokemon-preview figcaption {
  color: #e8a840;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.southern-islands-feature .source-layer-japanese .source-pokemon-preview figcaption {
  font-family: source-han-sans-japanese, sans-serif;
}

.southern-islands-feature .source-credit {
  color: #8aa8b8;
  font-size: 0.82rem;
  line-height: 1.55;
}

.southern-islands-feature .source-page > .source-note {
  color: #a8c4d0;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-top: 2rem;
}

.southern-islands-feature .source-layer-japanese {
  font-family: source-han-sans-japanese, sans-serif;
}

.southern-islands-feature .source-layer-japanese .source-flash-mark,
.southern-islands-feature .source-layer-japanese .source-check-badge,
.southern-islands-feature .source-layer-japanese .source-callout-heading {
  font-family: source-han-sans-japanese, sans-serif;
}

.southern-islands-feature .source-layer-japanese .source-flash-mark {
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.southern-islands-feature .source-flash-ruby {
  ruby-position: over;
}

.southern-islands-feature .source-flash-ruby rt {
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.southern-islands-feature .source-layer-japanese .source-check-label {
  font-feature-settings: "palt";
  font-variant-east-asian: proportional-width;
  letter-spacing: 0;
}

.southern-islands-feature .source-layer-japanese .source-check-number {
  font-family: futura-pt, Futura LT, sans-serif;
}

.southern-islands-feature .source-layer-japanese p,
.southern-islands-feature .source-layer-japanese .source-note {
  line-break: strict;
  line-height: 1.8;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: normal;
}

.southern-islands-feature .source-layer-japanese h3,
.southern-islands-feature .source-layer-japanese h5,
.southern-islands-feature .source-layer-japanese .source-deck {
  text-wrap: balance;
}

@supports (word-break: auto-phrase) {
  .southern-islands-feature .source-layer-japanese p,
  .southern-islands-feature .source-layer-japanese .source-note {
    word-break: auto-phrase;
  }
}

.southern-islands-feature .release-package {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.southern-islands-feature .release-package-header {
  margin: 0 auto 1.25rem;
  max-width: 616px;
  width: 100%;
}

.southern-islands-feature .release-facts,
.southern-islands-feature .release-pack-card figcaption,
.southern-islands-feature .release-binder-card figcaption,
.southern-islands-feature .card-frame-card figcaption {
  font-family: futura-pt, Futura LT, sans-serif;
}

.southern-islands-feature .release-package h3 {
  color: #e0eff4;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0 0 1rem;
  text-transform: uppercase;
  text-wrap: balance;
}

.southern-islands-feature .release-package-header p {
  margin: 1.4rem 0 0;
}

.southern-islands-feature .release-facts {
  color: #8aa8b8;
  display: grid;
  gap: 0.8rem clamp(2rem, 7vw, 5rem);
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: start;
  list-style: none;
  margin: 0.75rem 0 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.southern-islands-feature .release-facts li {
  display: grid;
  gap: 0.35rem;
  line-height: 1.2;
}

.southern-islands-feature .release-facts time,
.southern-islands-feature .release-facts strong {
  color: #e0eff4;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.southern-islands-feature .release-facts span {
  color: #7abcd0;
  font-size: clamp(0.78rem, 1.5vw, 0.9rem);
}

.southern-islands-feature .content-section.release-package > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 616px;
  width: 100%;
}

.southern-islands-feature .summer-pack-gallery,
.southern-islands-feature .binder-gallery {
  align-items: start;
  display: grid;
  gap: 2.5rem;
  left: 50%;
  margin: 2.25rem 0 2.5rem;
  min-width: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transform: translateX(-50%);
  width: min(calc(100vw - 3rem), 1040px);
}

.southern-islands-feature .summer-pack-gallery {
  grid-template-columns: 1fr;
}

.southern-islands-feature .release-boxes {
  margin: 2rem auto 0;
  max-width: 720px;
  width: 100%;
}

.southern-islands-feature .release-boxes img {
  border-radius: 6px;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
  display: block;
  height: auto;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

.southern-islands-feature .release-boxes figcaption {
  color: #8aa8b8;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.75rem;
  text-align: center;
}

.southern-islands-feature .release-boxes figcaption p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.southern-islands-feature .release-boxes figcaption p + p {
  margin-top: 0.2rem;
}

.southern-islands-feature .release-gallery-group {
  min-width: 0;
}

.southern-islands-feature .release-gallery-group h4 {
  margin: 0 0 1rem;
  text-align: center;
}

.southern-islands-feature .release-island-logo {
  display: block;
  height: clamp(1.15rem, 5.2vw, 1.65rem);
  margin: 0 auto;
  max-width: min(220px, 74%);
  object-fit: contain;
  width: auto;
}

.southern-islands-feature .release-product-logo {
  display: block;
  height: auto;
  margin: 0 auto 2.75rem;
  max-width: 100%;
  width: 100%;
}

.southern-islands-feature .release-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.southern-islands-feature .binder-gallery {
  grid-template-columns: 1fr;
}

.southern-islands-feature .english-binder-gallery {
  width: min(calc(100vw - 3rem), 1040px);
}

.southern-islands-feature .release-binder-grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  min-width: 0;
}

.southern-islands-feature .release-binder-grid-three {
  grid-template-columns: minmax(0, 1fr);
}

.southern-islands-feature .release-pack-card,
.southern-islands-feature .release-binder-card {
  cursor: zoom-in;
  margin: 0;
  min-width: 0;
  position: relative;
}

.southern-islands-feature .release-pack-card img,
.southern-islands-feature .release-binder-card img {
  border-radius: 6px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0.9rem 2.2rem rgba(0, 0, 0, 0.28);
  display: block;
  height: auto;
  width: 100%;
}

.southern-islands-feature .release-pack-card figcaption,
.southern-islands-feature .release-binder-card figcaption {
  color: #8aa8b8;
  font-size: 0.82rem;
  line-height: 1.35;
  margin-top: 0.5rem;
  text-align: center;
}

.southern-islands-feature .card-frame-comparison {
  display: grid;
  gap: clamp(1rem, 4vw, 1.75rem);
  grid-template-columns: repeat(2, minmax(0, 220px));
  justify-content: center;
  margin: 2.25rem auto 2.5rem;
  max-width: 520px;
  width: 100%;
}

.southern-islands-feature .card-frame-card {
  align-items: center;
  cursor: zoom-in;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
}

.southern-islands-feature .card-frame-image {
  aspect-ratio: 600 / 825;
  position: relative;
  width: 100%;
}

.southern-islands-feature .card-frame-card img {
  border-radius: 5.5% / 3.8%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0.9rem 2.2rem rgba(0, 0, 0, 0.28);
  display: block;
  height: 100%;
  inset: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  position: absolute;
  width: auto;
}

.southern-islands-feature .card-frame-card figcaption {
  color: #8aa8b8;
  font-size: 0.82rem;
  line-height: 1.35;
  margin-top: 0.5rem;
  text-align: center;
}

@media (min-width: 721px) {
  .southern-islands-feature .release-binder-grid .release-binder-card img {
    height: clamp(240px, 33.4vw, 455px);
    object-fit: cover;
  }

  .southern-islands-feature .release-binder-grid-three {
    align-items: start;
    display: grid;
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .southern-islands-feature .release-binder-grid-three .release-binder-card img {
    height: clamp(260px, 34vw, 430px);
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    width: auto;
  }

  .southern-islands-feature .release-binder-grid-three .release-binder-card-wide {
    grid-column: 1 / -1;
  }

  .southern-islands-feature .release-binder-grid-three .release-binder-card-wide img {
    height: auto;
    width: 100%;
  }
}

.southern-islands-feature .island-feature {
  margin: 0 auto;
  max-width: 1180px;
  padding: 3rem 2rem 5rem;
  text-align: center;
}

.southern-islands-feature .island-logo-title {
  margin: 0 auto 3.25rem;
  width: clamp(280px, 48vw, 680px);
}

.southern-islands-feature .tropical-feature {
  padding-top: 7rem;
}

.southern-islands-feature .tropical-logo-title {
  width: clamp(260px, 46vw, 620px);
}

.southern-islands-feature .island-logo-title img,
.southern-islands-feature .annotated-island img {
  display: block;
  height: auto;
  width: 100%;
}

.southern-islands-feature .annotated-island {
  margin: 0 auto;
  width: min(100%, 860px);
}

.southern-islands-feature .postcard-feature {
  margin: 5.5rem auto 0;
  text-align: left;
  width: min(100%, 1120px);
}

.southern-islands-feature .postcard-feature + .postcard-feature {
  margin-top: 11rem;
}

.southern-islands-feature .postcard-heading {
  align-items: center;
  color: #f4f8fb;
  display: flex;
  gap: clamp(0.9rem, 2vw, 2rem);
  justify-content: center;
  margin-bottom: 1.6rem;
}

.southern-islands-feature .postcard-title {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  margin: 0;
}

.southern-islands-feature .postcard-title img {
  display: block;
  height: auto;
  width: var(--title-width, clamp(74px, 8vw, 108px));
}

.southern-islands-feature .postcard-title span {
  color: rgba(224, 239, 244, 0.7);
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2.15rem);
  font-weight: 300;
  line-height: 1;
}

.southern-islands-feature .postcard-credit {
  color: #f4f8fb;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: clamp(0.95rem, 1.45vw, 1.25rem);
  margin: 0;
  white-space: nowrap;
}

.southern-islands-feature .postcard-credit em {
  font-style: italic;
  margin-right: 0.55rem;
}

.southern-islands-feature .postcard-credit a {
  color: inherit;
  text-decoration-color: rgba(244, 248, 251, 0.85);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.southern-islands-feature .postcard-art {
  cursor: zoom-in;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.18, 0.82, 0.22, 1);
  will-change: transform;
}

.southern-islands-feature .postcard-art img {
  display: block;
  height: auto;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .southern-islands-feature .postcard-art:hover {
    transform: scale(1.012);
  }
}

.southern-islands-feature .postcard-card-spread {
  align-items: flex-start;
  display: flex;
  gap: clamp(1.5rem, 5vw, 5rem);
  justify-content: center;
  margin: clamp(-2.5rem, -3.2vw, -1.2rem) auto 0;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.southern-islands-feature .featured-card {
  cursor: zoom-in;
  margin: 0;
  transform: rotate(-7deg);
  transform-origin: 50% 45%;
  width: clamp(150px, 19vw, 240px);
}

.southern-islands-feature .featured-card-pidgeot {
  margin-top: -0.7rem;
}

.southern-islands-feature .featured-card img {
  border-radius: 5.5% / 3.8%;
  display: block;
  height: auto;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.18, 0.82, 0.22, 1);
  width: 100%;
  will-change: transform;
}

.southern-islands-feature .featured-card figcaption {
  color: #f4f8fb;
  font-family: futura-pt, Futura LT, sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.35rem);
  line-height: 1;
  margin-top: 0.55rem;
  text-align: center;
  white-space: nowrap;
}

.southern-islands-feature .featured-card figcaption span {
  color: rgba(224, 239, 244, 0.62);
  font-size: 0.68em;
  margin-left: 0.25rem;
}

.feature-body.lightbox-open {
  overflow: hidden;
}

.card-lightbox {
  display: none;
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 2000;
}

.card-lightbox.is-open {
  display: block;
  pointer-events: auto;
}

.card-lightbox-backdrop {
  backdrop-filter: blur(12px);
  background: rgba(3, 10, 19, 0.82);
  inset: 0;
  opacity: 0;
  position: absolute;
}

.card-lightbox-image {
  border-radius: 5.5% / 3.8%;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.45);
  display: block;
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  transform-origin: center;
  width: 240px;
  will-change: transform;
  z-index: 1;
}

.card-lightbox-image-postcard {
  border-radius: 0;
}

.card-lightbox-close {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(8, 18, 32, 0.52);
  border: 0;
  border-radius: 999px;
  color: #f4f8fb;
  cursor: pointer;
  display: grid;
  height: 2.5rem;
  opacity: 0;
  place-items: center;
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 2.5rem;
  z-index: 2;
}

.card-lightbox-close svg {
  display: block;
  height: 18px;
  width: 18px;
}

.card-lightbox-close:focus-visible,
.southern-islands-feature .postcard-art:focus-visible,
.southern-islands-feature .magazine-spread:focus-visible,
.southern-islands-feature .release-pack-card:focus-visible,
.southern-islands-feature .release-binder-card:focus-visible,
.southern-islands-feature .card-frame-card:focus-visible,
.southern-islands-feature .featured-card:focus-visible {
  outline: 2px solid rgba(122, 188, 208, 0.85);
  outline-offset: 8px;
}

@supports not (-webkit-text-stroke: 1px white) {
  .southern-islands-feature .hero-subtitle {
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  }
}

@media (hover: hover) and (pointer: fine) {
  .southern-islands-feature .featured-card:hover img {
    transform: translateY(-0.45rem) scale(1.035);
  }
}

@media (max-width: 720px) {
  .southern-islands-feature .ocean-bg {
    background-size: 250% auto;
  }

  .southern-islands-feature .leaf:nth-child(even) {
    display: none;
  }

  .southern-islands-feature .hero-title {
    width: clamp(300px, 82vw, 480px);
  }

  .southern-islands-feature .logo-svg-desktop {
    display: none;
  }

  .southern-islands-feature .logo-svg-mobile {
    display: block;
  }

  .southern-islands-feature .content-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .southern-islands-feature .postcard-feature {
    margin-top: 4rem;
  }

  .southern-islands-feature .postcard-heading {
    align-items: center;
    flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 1.75rem;
    text-align: center;
  }

  .southern-islands-feature .postcard-title {
    justify-content: center;
  }

  .southern-islands-feature .postcard-credit {
    text-align: center;
    white-space: normal;
  }

  .southern-islands-feature .postcard-card-spread {
    gap: 1rem;
    margin-top: -0.9rem;
    padding: 0;
  }

  .southern-islands-feature .featured-card {
    width: clamp(92px, 28vw, 150px);
  }

  .southern-islands-feature .featured-card figcaption {
    font-size: clamp(0.75rem, 3.4vw, 0.95rem);
  }

  .southern-islands-feature .source-headline {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  .southern-islands-feature .source-page-grid {
    grid-template-columns: 1fr;
  }

  .southern-islands-feature .source-page + .source-page {
    border-left: 0;
    margin-top: 0.5rem;
    padding-left: 0;
  }

  .southern-islands-feature .release-package-header,
  .southern-islands-feature .release-facts,
  .southern-islands-feature .content-section.release-package > p {
    max-width: calc(100vw - 5rem);
  }

  .southern-islands-feature .release-package-header {
    width: calc(100vw - 5rem);
  }

  .southern-islands-feature .release-facts {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .southern-islands-feature .summer-pack-gallery,
  .southern-islands-feature .binder-gallery {
    gap: 3.25rem;
  }

  .southern-islands-feature .release-gallery-group h4 {
    margin-bottom: 1.25rem;
  }

  .southern-islands-feature .release-gallery-grid {
    gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .southern-islands-feature .release-binder-grid {
    gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .southern-islands-feature .card-frame-comparison {
    gap: 1rem;
  }

  .southern-islands-feature .binder-gallery {
    grid-template-columns: 1fr;
  }

  .card-lightbox-close {
    right: 0.85rem;
    top: 0.85rem;
  }
}
