/* ===== MINECRAFT.NET ABOUT-PAGE SECTIONS ===== */

.journey-zone {
  padding: clamp(3rem, 6vw, 5rem) 1rem;
}

.journey-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.journey-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 1.25rem;
  line-height: 1.05;
}

.journey-lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
  line-height: 1.65;
  font-size: 0.9375rem;
}

/* --- Platforms + Features --- */
.crest-zone-platforms {
  background: #1f1f1f;
  color: #fff;
}

.plat-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 360px;
  margin-inline: auto;
}

.plat-tab {
  flex: 1;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  box-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.plat-tab:hover {
  color: #fff;
}

.plat-tab.is-active {
  background: rgba(42, 42, 42, 0.65);
  border: none;
  border-bottom: 2px solid #9bc848;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}

.plat-panel {
  display: none;
  padding-top: 2rem;
}

.plat-panel.is-active {
  display: block;
}

.crest-zone-platforms .plat-panel {
  padding-top: 1.5rem;
}

.plat-intro {
  text-align: center;
  color: #ccc;
  font-size: 0.875rem;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 2rem;
}

.plat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .plat-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .plat-emerald {
    grid-row: span 4;
    min-height: 200px;
  }
}

.plat-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  background: #333;
  border: 1px solid #444;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background 0.15s;
}

.plat-btn:hover {
  background: #3d3d3d;
}

.plat-emerald {
  background: var(--mc-grass);
  border: 2px solid #4a7028;
  border-bottom: 4px solid #2d4818;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.18);
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}

.plat-emerald:hover {
  background: #4a7228;
  filter: brightness(1.05);
}

.plat-btn img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.plat-emerald img {
  width: 48px;
  height: 48px;
}

.plat-btn .ext {
  margin-left: auto;
  opacity: 0.6;
  font-size: 0.75rem;
}

.plat-footnote {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #888;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.feature-tile {
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.feature-tile img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  margin-bottom: 0.5rem;
}

.feature-tile span {
  font-size: 0.75rem;
  line-height: 1.3;
}

/* --- Discover carousel --- */
.zone-trail {
  background: #000;
  color: #fff;
  overflow: hidden;
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.zone-trail .journey-wrap {
  max-width: 960px;
}

.trail-lead {
  max-width: 820px;
  color: #f0f0f0;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1.7;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.trail-carousel {
  width: 100%;
}

.trail-stage {
  max-width: 960px;
  margin: 0 auto;
}

.trail-main-wrap {
  position: relative;
  overflow: hidden;
  background: #000;
}

.trail-main {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
}

.trail-controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1rem;
  padding-bottom: 0;
}

.trail-caption {
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #fff;
  margin: 0;
  max-width: 520px;
}

.trail-arrows {
  display: flex;
  gap: 0.625rem;
  flex-shrink: 0;
}

.trail-arrow {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.trail-arrow:hover {
  background: rgba(255, 255, 255, 0.08);
}

.trail-thumbs-outer {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.75rem;
  overflow: hidden;
}

.trail-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  overflow-x: auto;
  padding: 0.25rem 1.5rem 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.trail-thumbs::-webkit-scrollbar {
  display: none;
}

.trail-thumb {
  flex: 0 0 auto;
  width: 168px;
  height: 94px;
  padding: 0;
  border: 3px solid transparent;
  background: #000;
  cursor: pointer;
  opacity: 0.45;
  overflow: hidden;
  transition: opacity 0.2s, border-color 0.2s;
}

.trail-thumb:hover {
  opacity: 0.75;
}

.trail-thumb.is-active {
  border-color: #7bc142;
  opacity: 1;
}

.trail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
}

@media (max-width: 767px) {
  .trail-thumb {
    width: 132px;
    height: 74px;
  }

  .trail-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .trail-arrows {
    align-self: flex-end;
  }
}

/* --- How it works --- */
.zone-loop {
  background: #fff;
  color: #1a1a1a;
}

.zone-loop .journey-title {
  color: #1a1a1a;
}

.loop-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .loop-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.loop-card {
  text-align: center;
}

.loop-card img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto 1.25rem;
  display: block;
}

.loop-card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.loop-card p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #444;
  margin: 0;
}

/* --- Game modes cinema (Minecraft.net CarouselB-style) --- */
.zone-modes {
  background: #0c0b0b;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.zone-modes.journey-zone {
  padding: 0;
}

.mode-cinema {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 58vw, 680px);
}

.mode-viewport {
  width: 100%;
  overflow: hidden;
  min-height: clamp(560px, 58vw, 680px);
}

.mode-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.38, 1);
  will-change: transform;
}

.mode-panel {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-height: clamp(560px, 58vw, 680px);
  overflow: hidden;
}

.mode-zone {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: min(260px, 20vw);
}

.mode-zone .mode-desc {
  max-width: 28ch;
}

.mode-panel--explore .mode-zone--creative {
  left: clamp(1.25rem, 3.5vw, 3.5rem);
  width: min(280px, 17vw);
  opacity: 1;
}

.mode-panel--explore .mode-zone--creative .mode-desc {
  color: rgba(255, 255, 255, 0.82);
}

.mode-panel--explore .mode-zone--explore {
  left: 54vw;
  width: min(300px, 20vw);
}

.mode-panel--explore .mode-zone--explore .mode-heading {
  color: #fff;
}

.mode-panel--explore .mode-zone--explore .mode-desc {
  color: rgba(255, 255, 255, 0.9);
}

.mode-panel--explore .mode-zone--survival {
  left: 76vw;
  width: min(280px, 18vw);
  opacity: 1;
}

.mode-panel--explore .mode-zone--survival .mode-desc {
  color: rgba(255, 255, 255, 0.82);
}

.mode-panel--explore .mode-media--center {
  left: 16vw;
  width: min(680px, 38vw);
}

.mode-panel--survival .mode-zone--static-left {
  left: clamp(1.25rem, 3.5vw, 3.5rem);
  width: min(280px, 17vw);
  opacity: 1;
}

.mode-panel--survival .mode-zone--static-left .mode-desc {
  color: rgba(255, 255, 255, 0.82);
}

.mode-panel--survival .mode-zone--focus {
  left: 51vw;
  width: min(280px, 18vw);
  z-index: 4;
}

.mode-panel--survival .mode-media--center-left {
  left: 15vw;
  width: min(640px, 35vw);
}

.mode-panel--survival .mode-peek--right {
  right: 0;
  width: 22vw;
  max-width: 420px;
}

.mode-panel--creative .mode-peek--left {
  left: 0;
  width: 16vw;
  max-width: 300px;
}

.mode-panel--creative .mode-media--center-left {
  left: 11vw;
  width: min(680px, 38vw);
}

.mode-panel--creative .mode-zone--focus {
  left: 51vw;
  width: min(320px, 22vw);
}

.mode-panel--creative .mode-peek--right {
  right: 0;
  width: 18vw;
  max-width: 340px;
}

.mode-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1200 / 670;
  width: 38vw;
  max-width: 720px;
  height: auto;
  max-height: min(520px, 46vw);
  z-index: 2;
  background: transparent;
  isolation: isolate;
}

.mode-media-art,
.mode-media-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center center;
  opacity: 1;
}

.mode-media-art {
  z-index: 1;
}

.mode-media-frame {
  z-index: 2;
  pointer-events: none;
}

.mode-peek {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  height: min(520px, 46vw);
  z-index: 1;
  opacity: 1;
}

.mode-peek--left {
  clip-path: inset(0 35% 0 0);
}

.mode-peek--right {
  clip-path: inset(0 0 0 58%);
}

.mode-media--peek {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(640px, 36vw);
  height: 100%;
  max-height: none;
}

.mode-peek--left .mode-media--peek {
  margin-left: -6vw;
}

.mode-peek--right .mode-media--peek {
  margin-right: -8vw;
  float: right;
}

.mode-heading {
  font-family: var(--font-display);
  font-size: clamp(2.375rem, 4.8vw, 3.625rem);
  line-height: 0.92;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #fff;
  letter-spacing: 0.01em;
}

.mode-desc {
  font-size: clamp(0.9375rem, 1.05vw, 1.0625rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.mode-arrows {
  position: absolute;
  right: clamp(1.25rem, 5vw, 5rem);
  bottom: clamp(1.5rem, 4vw, 2.75rem);
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  z-index: 10;
}

.mode-arrow {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.5vw, 3.75rem);
  line-height: 1;
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.mode-arrow[data-carousel-prev]:hover {
  opacity: 0.85;
  transform: translateX(-4px);
}

.mode-arrow[data-carousel-next]:hover {
  opacity: 0.85;
  transform: translateX(4px);
}

.mode-arrow:active {
  opacity: 0.7;
}

.mode-arrow:focus {
  outline: none;
}

.mode-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 2px;
}

.mode-cinema.is-transitioning .mode-arrow {
  pointer-events: none;
}

@media (max-width: 900px) {
  .mode-panel {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 1.25rem 1rem;
    min-height: auto;
  }

  .mode-zone,
  .mode-media,
  .mode-peek {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    transform: none;
    width: 100% !important;
    max-width: none !important;
    opacity: 1 !important;
    clip-path: none;
    height: auto;
    overflow: visible;
  }

  .mode-peek,
  .mode-panel--explore .mode-zone--creative,
  .mode-panel--explore .mode-zone--survival,
  .mode-panel--survival .mode-zone--static-left,
  .mode-panel--creative .mode-zone:not(.mode-zone--focus) {
    display: none;
  }

  .mode-media {
    order: 1;
    margin: 0 auto;
    width: min(100%, 560px) !important;
    max-height: none;
  }

  .mode-zone {
    order: 2;
  }

  .mode-arrows {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: center;
    margin-top: 0.5rem;
    padding-bottom: 2.5rem;
  }
}

/* --- Play with friends (Minecraft.net CardD) --- */
.zone-squad {
  background: #f3f3f1;
  color: #1a1a1a;
  padding: clamp(4rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 3rem) clamp(4rem, 7vw, 5.5rem);
}

.zone-squad.journey-zone {
  padding-top: clamp(4rem, 7vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 5.5rem);
}

.squad-shell {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.squad-header {
  text-align: center;
  margin: 0 auto clamp(2.75rem, 5vw, 3.5rem);
  max-width: 640px;
}

.squad-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin: 0 0 1.125rem;
  color: #111;
}

.squad-lead {
  margin: 0 auto;
  font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
  line-height: 1.65;
  color: #2a2a2a;
}

.squad-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 900px) {
  .squad-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.25rem;
  }
}

.squad-card {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  background: #ebe8df;
  border: 4px solid var(--squad-border);
  box-shadow: none;
}

@media (min-width: 900px) {
  .squad-card {
    max-width: none;
    margin-inline: 0;
  }
}

.squad-card--online { --squad-border: #8f6448; }
.squad-card--realms { --squad-border: #6345bd; }
.squad-card--coop { --squad-border: #006cef; }

.squad-poster {
  width: 100%;
  aspect-ratio: 672 / 360;
  overflow: hidden;
  background: #1a1a1a;
  line-height: 0;
  flex-shrink: 0;
}

.squad-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.squad-card--realms .squad-poster img {
  object-position: center 40%;
}

.squad-body {
  position: relative;
  flex: 1;
  padding: 1.375rem 1.125rem 0.625rem;
  display: flex;
  flex-direction: column;
}

.squad-status {
  position: absolute;
  top: 1.375rem;
  right: 1.125rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #5c5c5c;
  line-height: 1;
}

.squad-card-title {
  font-family: var(--font-body);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 3.25rem 0.75rem 0;
  color: #111;
}

.squad-desc {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #333;
  margin: 0 0 1rem;
}

.squad-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.125rem;
  padding: 0;
  list-style: none;
}

.squad-tags li {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.5rem;
  border: 1px solid #b5b2a8;
  background: #fff;
  color: #333;
  line-height: 1;
}

.squad-rows {
  margin-top: auto;
}

.squad-row {
  border-top: 1px solid #c8c4b9;
  padding: 0.875rem 0;
}

.squad-row summary {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  color: #1a1a1a;
  user-select: none;
}

.squad-row summary::-webkit-details-marker {
  display: none;
}

.squad-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: -2px;
  transition: transform 0.12s ease;
}

.squad-row[open] summary .squad-chevron {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.squad-row p {
  font-size: 0.8125rem;
  color: #444;
  line-height: 1.6;
  margin: 0.75rem 0 0;
  padding-right: 0.25rem;
}

@media (max-width: 899px) {
  .squad-card {
    max-width: 360px;
  }
}

/* --- Expand your world --- */
.zone-drops {
  --drop-active-w: min(500px, 26vw);
  --drop-active-half: min(250px, 13vw);
  --drop-side-w: min(440px, 23vw);
  --drop-peek: clamp(4.5rem, 7.5vw, 9rem);
  --drop-gap: max(2rem, calc(50vw - var(--drop-active-half) - var(--drop-peek)));
  background: #3c8527;
  color: #fff;
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0 clamp(1.75rem, 3.5vw, 2.5rem);
  overflow: hidden;
}

.zone-drops.journey-zone {
  padding-left: 0;
  padding-right: 0;
}

.drop-header {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.zone-drops .journey-title {
  color: #fff;
  margin-bottom: 0.875rem;
}

.drop-lead {
  color: #fff;
  margin: 0 auto;
  line-height: 1.6;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.drop-carousel {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.drop-viewport {
  width: 100%;
  overflow: hidden;
}

.drop-track {
  display: flex;
  align-items: flex-start;
  gap: var(--drop-gap);
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.38, 1);
}

.drop-slide {
  flex: 0 0 var(--drop-side-w);
  width: var(--drop-side-w);
  display: flex;
  flex-direction: column;
  background: #e6e2d6;
  color: #1a1a1a;
}

.drop-slide.is-active {
  flex: 0 0 var(--drop-active-w);
  width: var(--drop-active-w);
  background: #fff;
}

.drop-slide-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}

.drop-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.drop-slide-body {
  padding: 0.875rem 1rem 1rem;
  background: inherit;
  flex-shrink: 0;
}

.drop-slide h3 {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 0.375rem;
  line-height: 1.25;
}

.drop-slide.is-active h3 {
  font-size: 1rem;
}

.drop-slide p {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0 0 0.625rem;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.drop-slide.is-active p {
  -webkit-line-clamp: 4;
}

.drop-slide a {
  color: #2d6a22;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
}

.drop-slide a:hover {
  text-decoration: underline;
}

.drop-arrow {
  position: absolute;
  top: calc(var(--drop-active-half) * 9 / 8);
  z-index: 5;
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.25vw, 2.75rem);
  line-height: 1;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  opacity: 0.95;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transform: translateY(-50%);
}

.drop-arrow--prev {
  left: calc(50% - var(--drop-active-half) - (var(--drop-gap) / 2));
  transform: translate(-50%, -50%);
}

.drop-arrow--next {
  left: calc(50% + var(--drop-active-half) + (var(--drop-gap) / 2));
  transform: translate(-50%, -50%);
}

.drop-arrow:hover {
  opacity: 1;
}

.drop-arrow--prev:hover {
  transform: translate(calc(-50% - 3px), -50%);
}

.drop-arrow--next:hover {
  transform: translate(calc(-50% + 3px), -50%);
}

.drop-arrow:focus {
  outline: none;
}

.drop-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.drop-carousel.is-transitioning .drop-arrow {
  pointer-events: none;
}

@media (max-width: 900px) {
  .zone-drops {
    --drop-active-w: min(340px, 88vw);
    --drop-active-half: min(170px, 44vw);
    --drop-side-w: min(300px, 78vw);
    --drop-peek: clamp(2rem, 10vw, 3.5rem);
    --drop-gap: max(1.25rem, calc(50vw - var(--drop-active-half) - var(--drop-peek)));
  }

  .drop-slide-body {
    padding: 0.75rem 0.875rem 0.875rem;
  }

  .drop-slide p {
    -webkit-line-clamp: 3;
  }

  .drop-arrow {
    font-size: 1.75rem;
    padding: 0.35rem 0.5rem;
  }
}

/* --- FAQ (about page style) --- */
.zone-night {
  background: #000;
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5rem) 1rem clamp(2.5rem, 5vw, 3.5rem);
}

.zone-night.journey-zone {
  padding-bottom: 0;
}

.night-wrap {
  max-width: 980px;
}

.night-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.125rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  color: #fff;
}

.night-faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.night-faq-item {
  border-bottom: 1px solid #2a2a2a;
}

.night-faq-item:first-child {
  border-top: 1px solid #2a2a2a;
}

.night-faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.125rem 0;
  background: none;
  border: none;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

.night-faq-trigger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.night-faq-q {
  flex: 1;
}

.night-chevron {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  opacity: 0.85;
  filter: invert(1);
  transition: transform 0.2s ease;
}

.night-faq-item.is-open .night-chevron {
  transform: rotate(180deg);
}

.night-faq-panel {
  padding: 0 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #b8b8b8;
  max-width: 90%;
}

.night-social {
  text-align: center;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.night-social-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1.125rem;
  color: #fff;
}

.night-social-icons {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.night-social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #262423;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease;
}

.night-social-icons a:hover {
  background: #3a3a3a;
}

.night-social-icons img {
  width: 16px;
  height: 16px;
  filter: invert(1);
  display: block;
}

/* --- Minecraft.net footer --- */
.crest-footer {
  background: #101517;
  color: #fff;
  font-size: 0.8125rem;
  width: 100%;
}

.crest-footer-core {
  max-width: min(1400px, 100%);
  width: 100%;
  margin: 0 auto;
  padding: clamp(2.5rem, 4vw, 3.25rem) clamp(1.5rem, 4vw, 2.75rem) clamp(2.5rem, 4vw, 3.25rem);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: start;
  box-sizing: border-box;
}

@media (min-width: 960px) {
  .crest-footer-core {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(180px, 240px);
    gap: 2rem 3rem;
    align-items: start;
  }
}

.crest-footer-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.crest-footer-logos img:first-child {
  width: 72px;
  height: auto;
  flex-shrink: 0;
}

.crest-xbox-logo {
  width: 140px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.crest-footer-copy {
  font-size: 0.6875rem;
  color: #a6a6a6;
  line-height: 1.55;
  margin: 0 0 0.875rem;
}

.crest-footer-guidelines {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.6;
}

.crest-footer-guidelines a {
  color: #9bc848;
  text-decoration: none;
}

.crest-footer-guidelines a:hover {
  text-decoration: underline;
}

.crest-footer-guidelines span {
  color: #9bc848;
  margin: 0 0.35rem;
}

.crest-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.75rem;
  min-width: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .crest-footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .crest-footer-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem 2.25rem;
  }
}

.crest-footer-brand {
  min-width: 0;
}

.crest-footer-col h4 {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 0.625rem;
}

.crest-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.crest-footer-col li {
  margin-bottom: 0.35rem;
}

.crest-footer-col a {
  color: #9bc848;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.crest-footer-col a:hover {
  color: #b8e06a;
  text-decoration: underline;
}

.crest-footer-art {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 0;
}

.crest-ratings-art {
  display: block;
  width: min(256px, 100%);
  max-width: 100%;
  height: auto;
  image-rendering: pixelated;
}

.crest-legal-wrap {
  background: #0d1012;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  width: 100%;
}

.crest-legal-bar {
  max-width: min(1400px, 100%);
  width: 100%;
  margin: 0 auto;
  padding: 0.875rem clamp(1.5rem, 4vw, 2.75rem) 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem 1.25rem;
  align-items: center;
  font-size: 0.6875rem;
  color: #a6a6a6;
  box-sizing: border-box;
}

.crest-footer-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: none;
  color: #fff;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.crest-footer-lang img {
  filter: invert(1);
  opacity: 0.9;
}

.crest-footer-caret {
  transform: none;
  opacity: 0.85;
}

.crest-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.875rem;
  align-items: center;
  justify-content: center;
}

.crest-legal-links a,
.crest-legal-links span {
  color: #a6a6a6;
  text-decoration: none;
  white-space: nowrap;
}

.crest-legal-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.crest-footer-ms {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  justify-self: end;
}

.crest-privacy-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #a6a6a6;
  text-decoration: none;
  white-space: nowrap;
}

.crest-privacy-link:hover {
  color: #fff;
  text-decoration: underline;
}

.crest-privacy-icon {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 14px;
  object-fit: contain;
}

.crest-ms-logo img {
  display: block;
  width: 103px;
  height: auto;
}

@media (max-width: 767px) {
  .crest-legal-bar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .crest-footer-ms {
    justify-self: start;
    flex-wrap: wrap;
  }

  .crest-legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .mode-slide {
    text-align: center;
  }
}
