@media (min-width: 1101px) {
  .site-header {
    grid-template-columns: minmax(150px, 0.75fr) auto minmax(150px, 0.75fr);
  }

  .desktop-nav {
    gap: clamp(12px, 1.35vw, 22px);
  }

  .desktop-nav a {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .desktop-nav a + a::before {
    left: clamp(-12px, -0.675vw, -6px);
  }
}

.the-island-page {
  --island-cream: #f6f0e2;
  --island-ink: #03110e;
  --island-panel: #071d1a;
  --island-teal: #11d7c7;
  --island-yellow: #f4d35e;
  --island-line: rgba(246, 240, 226, 0.18);
  overflow: clip;
  background: var(--island-ink);
  color: var(--island-cream);
}

.the-island-page h1,
.the-island-page h2,
.the-island-page h3,
.the-island-page h4,
.the-island-page p {
  margin-top: 0;
}

.the-island-page h1,
.the-island-page h2,
.the-island-page h3,
.the-island-page h4 {
  font-family: var(--display);
  text-transform: uppercase;
}

.island-kicker {
  color: var(--island-yellow);
  font-size: clamp(11px, 0.8vw, 14px);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.island-media-slot {
  position: relative;
  display: flex;
  min-height: 320px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 211, 94, 0.42);
  background:
    linear-gradient(rgba(17, 215, 199, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 215, 199, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 50% 35%, rgba(17, 215, 199, 0.12), transparent 42%),
    #061715;
  background-size: 72px 72px, 72px 72px, auto, auto;
  color: var(--island-cream);
  isolation: isolate;
  text-align: center;
}

.island-media-slot::before,
.island-media-slot::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.island-media-slot::before {
  inset: 20px;
  border: 1px solid rgba(246, 240, 226, 0.15);
}

.island-media-slot::after {
  width: min(62%, 540px);
  aspect-ratio: 1;
  border: 1px solid rgba(244, 211, 94, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 50px rgba(17, 215, 199, 0.025),
    0 0 0 100px rgba(244, 211, 94, 0.018);
}

.island-media-number,
.island-media-label,
.island-media-slot small {
  position: relative;
  z-index: 2;
}

.island-media-number {
  color: var(--island-yellow);
  font-family: var(--display);
  font-size: clamp(72px, 10vw, 176px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.island-media-label {
  max-width: 85%;
  margin-top: 28px;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.island-media-slot small {
  margin-top: 9px;
  color: rgba(246, 240, 226, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.island-media-slot.has-media {
  margin: 0;
  background: #03110e;
}

.island-media-slot.has-media::before,
.island-media-slot.has-media::after {
  display: none;
}

.island-media-backdrop,
.island-media-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.island-media-backdrop {
  object-fit: cover;
  filter: blur(28px) brightness(0.5) saturate(1.15);
  opacity: 0.72;
  transform: scale(1.1);
}

.island-media-image {
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 22px 46px rgba(0, 0, 0, 0.34));
}

.island-media-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: calc(100% - 48px);
  padding: 10px 14px;
  border: 1px solid rgba(244, 211, 94, 0.54);
  background: rgba(3, 17, 14, 0.82);
  backdrop-filter: blur(12px);
}

.island-media-caption strong {
  color: var(--island-yellow);
  font-family: var(--display);
  font-size: 22px;
}

.island-media-caption span {
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.island-hero {
  position: relative;
  display: grid;
  min-height: max(820px, 100svh);
  align-items: end;
  padding: calc(var(--header-height) + 90px) var(--page-gutter) 88px;
}

.island-media-slot-hero {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
}

.island-media-slot-hero::before {
  inset: clamp(18px, 3vw, 54px);
}

.island-media-slot-hero .island-media-number {
  font-size: clamp(120px, 22vw, 390px);
  opacity: 0.28;
}

.island-media-slot-hero .island-media-label {
  opacity: 0.62;
}

.island-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 17, 14, 0.96), rgba(3, 17, 14, 0.52) 55%, rgba(3, 17, 14, 0.24)),
    linear-gradient(0deg, rgba(3, 17, 14, 0.98), transparent 62%);
}

.island-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1160px);
}

.island-hero-content h1 {
  max-width: 1150px;
  margin-bottom: 30px;
  font-size: clamp(64px, 8.3vw, 150px);
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.island-hero-content h1 em {
  color: var(--island-teal);
  font-family: "Chesna Black Italic", var(--display);
  font-style: italic;
}

.island-hero-content > p:not(.island-kicker) {
  max-width: 760px;
  margin-bottom: 15px;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.5;
}

.island-hero-content > strong {
  display: block;
  max-width: 760px;
  color: var(--island-yellow);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.5;
}

.island-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.island-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(246, 240, 226, 0.42);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.island-button-primary {
  border-color: var(--island-yellow);
  background: var(--island-yellow);
  color: var(--island-ink);
}

.island-button:hover,
.island-button:focus-visible {
  border-color: var(--island-teal);
  background: var(--island-teal);
  color: var(--island-ink);
}

.island-manifesto,
.island-own-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(48px, 10vw, 180px);
  padding: clamp(100px, 11vw, 180px) var(--page-gutter);
  background: var(--island-cream);
  color: var(--island-ink);
}

.island-manifesto > .island-kicker,
.island-own-story > .island-kicker {
  grid-column: 1 / -1;
  margin-bottom: -42px;
  color: #9b7500;
}

.island-manifesto h2,
.island-own-story h2 {
  margin-bottom: 0;
  font-size: clamp(58px, 7.4vw, 132px);
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.island-manifesto > div,
.island-own-story > div {
  align-self: end;
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.65;
}

.island-manifesto strong {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 4px solid var(--island-yellow);
  font-family: var(--display);
  font-size: clamp(20px, 1.8vw, 32px);
  line-height: 1.15;
  text-transform: uppercase;
}

.island-map-section {
  padding: clamp(90px, 10vw, 160px) var(--page-gutter);
  background: #082630;
}

.island-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 56px;
}

.island-section-heading .island-kicker {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.island-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(58px, 7vw, 124px);
  letter-spacing: -0.07em;
  line-height: 0.82;
}

.island-section-heading > p:not(.island-kicker) {
  margin-bottom: 0;
  color: rgba(246, 240, 226, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.island-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.55fr);
  min-height: 700px;
  border: 1px solid var(--island-line);
}

.island-map-placeholder {
  position: relative;
}

.island-media-slot-map {
  height: 100%;
  min-height: 700px;
  border: 0;
  border-right: 1px solid var(--island-line);
}

.map-pending-label {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 3;
  padding: 15px 18px;
  border: 1px solid rgba(244, 211, 94, 0.46);
  background: rgba(3, 17, 14, 0.86);
  color: var(--island-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-align: center;
}

.island-map-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 72px);
  background: #041713;
}

.map-panel-position {
  color: var(--island-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.island-map-panel h3 {
  margin: 22px 0;
  font-size: clamp(42px, 4.2vw, 72px);
  letter-spacing: -0.06em;
  line-height: 0.86;
}

.island-map-panel p {
  color: rgba(246, 240, 226, 0.76);
  font-size: 17px;
  line-height: 1.6;
}

.map-panel-tags,
.island-tags,
.island-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.map-panel-tags li,
.island-tags li,
.island-feature-list li {
  padding: 9px 11px;
  border: 1px solid var(--island-line);
  color: rgba(246, 240, 226, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.island-map-panel > a,
.island-text-link {
  width: max-content;
  max-width: 100%;
  margin-top: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.island-map-index {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-right: 1px solid var(--island-line);
  border-bottom: 1px solid var(--island-line);
}

.island-map-index button {
  min-height: 80px;
  padding: 15px;
  border: 0;
  border-left: 1px solid var(--island-line);
  border-top: 1px solid var(--island-line);
  background: #061d19;
  color: var(--island-cream);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.island-map-index button span {
  display: block;
  margin-bottom: 8px;
  color: var(--island-yellow);
}

.island-map-index button:hover,
.island-map-index button:focus-visible,
.island-map-index button.is-active {
  background: var(--island-yellow);
  color: var(--island-ink);
}

.island-map-index button.is-active span {
  color: var(--island-ink);
}

.destination-quick-index {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0 var(--page-gutter);
  background: var(--island-cream);
  color: var(--island-ink);
}

.destination-quick-index > span,
.destination-quick-index a {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 9px;
  padding: 14px;
  border-right: 1px solid rgba(3, 17, 14, 0.18);
  border-bottom: 1px solid rgba(3, 17, 14, 0.18);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.destination-quick-index > span {
  color: #8b6b08;
}

.destination-quick-index small {
  color: #9b7500;
  font-size: inherit;
}

.destination-quick-index a:hover,
.destination-quick-index a:focus-visible {
  background: var(--island-yellow);
}

.island-destinations {
  background: var(--island-cream);
  color: var(--island-ink);
}

.island-destination {
  scroll-margin-top: 80px;
  padding: clamp(70px, 8vw, 130px) var(--page-gutter);
  border-bottom: 1px solid rgba(3, 17, 14, 0.18);
}

.destination-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  max-width: 1600px;
  margin: 0 auto;
  border: 1px solid rgba(3, 17, 14, 0.2);
  background: var(--island-panel);
  color: var(--island-cream);
}

.island-destination.is-reverse .island-media-slot-destination {
  grid-column: 2;
}

.island-destination.is-reverse .destination-copy {
  grid-row: 1;
  grid-column: 1;
}

.island-media-slot-destination {
  min-height: 720px;
  border: 0;
}

.destination-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 84px);
}

.destination-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
  color: rgba(246, 240, 226, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.destination-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(46px, 5vw, 88px);
  letter-spacing: -0.065em;
  line-height: 0.83;
}

.destination-copy h3 {
  margin-bottom: 28px;
  color: var(--island-teal);
  font-size: clamp(20px, 1.7vw, 29px);
  line-height: 1.1;
  text-transform: none;
}

.destination-copy > p:not(.island-kicker) {
  color: rgba(246, 240, 226, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

.experiences-heading {
  margin: 20px 0 0;
  color: var(--island-yellow);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.island-village-card {
  margin-top: 28px;
  padding: 22px;
  border-left: 3px solid var(--island-teal);
  background: rgba(17, 215, 199, 0.06);
}

.island-village-card span,
.island-village-card small {
  color: var(--island-teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.island-village-card h4 {
  margin: 9px 0;
  font-size: 24px;
}

.island-village-card p {
  margin-bottom: 8px;
  color: rgba(246, 240, 226, 0.72);
  line-height: 1.55;
}

.destination-copy blockquote {
  margin: 30px 0 0;
  padding: 18px 0 18px 22px;
  border-left: 1px solid var(--island-yellow);
  color: var(--island-yellow);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}

.vulkara-feature,
.island-racing-lab {
  max-width: 1600px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 96px);
  background: #18130c;
  color: var(--island-cream);
}

.vulkara-feature {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 8vw, 130px);
}

.vulkara-feature > div h4,
.racing-lab-heading h3 {
  margin: 22px 0;
  font-size: clamp(44px, 5vw, 84px);
  letter-spacing: -0.06em;
  line-height: 0.84;
}

.vulkara-feature > div p:not(.island-kicker) {
  color: rgba(246, 240, 226, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.vulkara-card {
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(244, 211, 94, 0.48);
  background: rgba(244, 211, 94, 0.05);
}

.vulkara-card > span {
  color: var(--island-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.vulkara-card h4 {
  margin: 14px 0;
  font-size: clamp(46px, 5vw, 88px);
}

.vulkara-card > p {
  color: rgba(246, 240, 226, 0.74);
  line-height: 1.6;
}

.vulkara-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0 0;
  border-top: 1px solid var(--island-line);
  border-left: 1px solid var(--island-line);
}

.vulkara-card dl div {
  padding: 16px;
  border-right: 1px solid var(--island-line);
  border-bottom: 1px solid var(--island-line);
}

.vulkara-card dt {
  color: rgba(246, 240, 226, 0.5);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.vulkara-card dd {
  margin: 8px 0 0;
  font-weight: 800;
}

.island-racing-lab {
  background: #dca32b;
  color: var(--island-ink);
}

.racing-lab-heading {
  max-width: 980px;
}

.racing-lab-heading .island-kicker {
  color: var(--island-ink);
}

.racing-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 44px;
  border: 1px solid rgba(3, 17, 14, 0.32);
}

.racing-mode-tabs button {
  min-height: 70px;
  border: 0;
  background: transparent;
  color: var(--island-ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.racing-mode-tabs button + button {
  border-left: 1px solid rgba(3, 17, 14, 0.32);
}

.racing-mode-tabs button.is-active,
.racing-mode-tabs button:hover,
.racing-mode-tabs button:focus-visible {
  background: var(--island-ink);
  color: var(--island-cream);
}

.racing-mode-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  min-height: 620px;
  margin-top: 18px;
  background: var(--island-ink);
  color: var(--island-cream);
}

.island-media-slot-racing {
  min-height: 620px;
  border: 0;
}

.racing-mode-stage article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 80px);
}

.racing-mode-stage h4 {
  margin: 18px 0 24px;
  font-size: clamp(42px, 4.5vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.84;
}

.racing-mode-stage article > p:not(.island-kicker) {
  color: rgba(246, 240, 226, 0.74);
  font-size: 17px;
  line-height: 1.6;
}

.box-office-note {
  margin-top: 30px;
  padding: 14px;
  border: 1px solid rgba(244, 211, 94, 0.42);
  color: var(--island-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: center;
}

.island-own-story {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
}

.island-own-story .island-hero-actions {
  margin-top: 30px;
}

.island-own-story .island-button-ghost {
  border-color: rgba(3, 17, 14, 0.42);
}

.island-closing {
  position: relative;
  display: grid;
  min-height: 820px;
  place-items: center;
  padding: 90px var(--page-gutter);
  text-align: center;
}

.island-media-slot-closing {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
}

.island-media-slot-closing .island-media-number {
  opacity: 0.26;
}

.island-closing::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(3, 17, 14, 0.62);
  content: "";
}

.island-closing-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

.island-closing-content h2 {
  margin: 24px 0 30px;
  font-size: clamp(56px, 7.5vw, 132px);
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.island-closing-content > p:not(.island-kicker) {
  max-width: 720px;
  margin: 0 auto 34px;
  font-size: 19px;
  line-height: 1.6;
}

.island-closing-content strong {
  display: block;
  color: var(--island-yellow);
  font-family: "Chesna Black Italic", var(--display);
  font-size: clamp(38px, 5vw, 82px);
  font-style: italic;
}

.island-closing-content span {
  display: block;
  margin-top: 14px;
  color: var(--island-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.island-media-register {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(80px, 9vw, 140px) var(--page-gutter);
  background: #082630;
}

.island-media-register h2 {
  margin: 20px 0;
  font-size: clamp(44px, 4.8vw, 78px);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.island-media-register > div > p:not(.island-kicker) {
  color: rgba(246, 240, 226, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.island-media-register ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--island-line);
  border-left: 1px solid var(--island-line);
  list-style: none;
}

.island-media-register li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  padding: 18px;
  border-right: 1px solid var(--island-line);
  border-bottom: 1px solid var(--island-line);
}

.island-media-register strong {
  grid-row: 1 / 3;
  color: var(--island-yellow);
  font-family: var(--display);
  font-size: 30px;
}

.island-media-register span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.island-media-register small {
  color: rgba(246, 240, 226, 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.island-footer {
  background: var(--island-ink);
}

.the-island-page :focus-visible {
  outline: 3px solid var(--island-teal);
  outline-offset: 4px;
}

@media (max-width: 1280px) {
  .destination-quick-index {
    grid-template-columns: repeat(5, 1fr);
  }

  .island-map-index {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 980px) {
  .island-manifesto,
  .island-own-story,
  .island-section-heading,
  .island-media-register {
    grid-template-columns: 1fr;
  }

  .island-manifesto > .island-kicker,
  .island-own-story > .island-kicker,
  .island-section-heading .island-kicker {
    margin-bottom: -20px;
  }

  .island-map-layout,
  .destination-layout,
  .racing-mode-stage,
  .vulkara-feature {
    grid-template-columns: 1fr;
  }

  .island-map-layout {
    min-height: 0;
  }

  .island-media-slot-map {
    min-height: 560px;
    border-right: 0;
    border-bottom: 1px solid var(--island-line);
  }

  .island-destination.is-reverse .island-media-slot-destination,
  .island-destination.is-reverse .destination-copy {
    grid-row: auto;
    grid-column: auto;
  }

  .island-media-slot-destination {
    min-height: 620px;
  }

  .island-media-register ol {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .island-hero {
    min-height: 870px;
    padding: 190px var(--page-gutter) 58px;
  }

  .island-media-slot-hero {
    justify-content: flex-start;
    padding-top: 130px;
  }

  .island-media-slot-hero::after {
    top: 120px;
  }

  .island-media-slot-hero .island-media-number {
    font-size: 120px;
  }

  .island-hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 17, 14, 0.2) 0%, rgba(3, 17, 14, 0.3) 34%, rgba(3, 17, 14, 0.96) 64%, var(--island-ink) 100%);
  }

  .island-hero-content h1 {
    font-size: clamp(52px, 15vw, 76px);
  }

  .island-hero-content > p:not(.island-kicker) {
    font-size: 17px;
  }

  .island-hero-actions,
  .island-button {
    width: 100%;
  }

  .island-manifesto,
  .island-own-story,
  .island-map-section,
  .island-media-register {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .island-manifesto h2,
  .island-own-story h2,
  .island-section-heading h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .island-map-layout {
    border: 0;
  }

  .island-media-slot-map {
    min-height: 430px;
  }

  .island-map-panel {
    padding: 34px 24px;
  }

  .island-map-index,
  .destination-quick-index {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .island-map-index button,
  .destination-quick-index > span,
  .destination-quick-index a {
    min-width: 150px;
    scroll-snap-align: start;
  }

  .destination-quick-index {
    padding: 0;
  }

  .island-destination {
    padding: 46px 14px;
  }

  .destination-layout {
    border-color: var(--island-line);
  }

  .island-media-slot-destination {
    min-height: 480px;
  }

  .destination-copy {
    padding: 38px 24px 46px;
  }

  .destination-meta {
    margin-bottom: 34px;
  }

  .destination-copy h2 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .vulkara-feature,
  .island-racing-lab {
    padding: 52px 20px;
  }

  .vulkara-card dl {
    grid-template-columns: 1fr;
  }

  .racing-mode-tabs {
    grid-template-columns: 1fr;
  }

  .racing-mode-tabs button + button {
    border-top: 1px solid rgba(3, 17, 14, 0.32);
    border-left: 0;
  }

  .island-media-slot-racing {
    min-height: 460px;
  }

  .racing-mode-stage article {
    padding: 38px 24px;
  }

  .island-closing {
    min-height: 760px;
    padding: 70px var(--page-gutter);
  }

  .island-closing-content h2 {
    font-size: clamp(50px, 14vw, 70px);
  }

  .island-media-register ol {
    grid-template-columns: 1fr;
  }

  .island-media-number {
    font-size: 84px;
  }

  .island-media-label {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .the-island-page *,
  .the-island-page *::before,
  .the-island-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
