﻿.home {
  background: #07070a;
}

.home-hero {
  position: relative;
  min-height: 74dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #08080c;
}

.home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 68% center;
  filter: brightness(1.18) saturate(1.04);
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 7, 10, 0.88), rgba(7, 7, 10, 0.3) 48%, rgba(7, 7, 10, 0.65));
}

.home-hero__container {
  position: relative;
  z-index: 1;
  width: min(1120px, 100% - 1.5rem);
  margin-inline-start: clamp(0.75rem, 2.4vw, 2.5rem);
  margin-inline-end: auto;
  padding: 2rem 0 2.2rem;
}

.home-hero__container>* {
  animation: home-hero-rise 0.68s ease both;
}

.home-hero__container>*:nth-child(2) {
  animation-delay: 0.08s;
}

.home-hero__container>*:nth-child(3) {
  animation-delay: 0.16s;
}

.home-hero__container>*:nth-child(4) {
  animation-delay: 0.24s;
}

.home-hero__kicker {
  margin: 0;
  color: var(--accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.home-hero__title {
  margin: 0.4rem 0 0;
  max-width: 16ch;
  font-family: var(--title-font);
  letter-spacing: 0.03em;
  line-height: 0.95;
  font-size: clamp(2.6rem, 10vw, 6rem);
}

.home-hero__text {
  margin: 0.75rem 0 0;
  max-width: 60ch;
  color: #d4d4dc;
}

.home-hero__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.home-btn {
  min-height: 2.6rem;
  border-radius: 999px;
  border: 1px solid #3a3a47;
  color: #f0f0f5;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.76rem;
}

.home-btn--small {
  min-height: 2.2rem;
  font-size: 0.7rem;
}

.home-btn--primary {
  border-color: transparent;
  color: #0b0b10;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
}

.home-btn,
.home-spotlight-card__cta,
.home-curation-note__cta,
.home-entry-card__cta,
.home-upcoming-card__cta,
.home-card__cta,
.home-ground-proof-card__cta,
.home-transparency__cta {
  font-family: var(--body-font);
  line-height: 1;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.home-btn:hover,
.home-spotlight-card__cta:hover,
.home-curation-note__cta:hover,
.home-entry-card__cta:hover,
.home-upcoming-card__cta:hover,
.home-card__cta:hover,
.home-ground-proof-card__cta:hover,
.home-transparency__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.home-btn:active,
.home-spotlight-card__cta:active,
.home-curation-note__cta:active,
.home-entry-card__cta:active,
.home-upcoming-card__cta:active,
.home-card__cta:active,
.home-ground-proof-card__cta:active,
.home-transparency__cta:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.home-vision,
.home-disciplines-hub,
.home-showcase,
.home-transmission {
  padding: 2.4rem 0;
}

.home-vision__container,
.home-disciplines-hub__container,
.home-showcase__container,
.home-transmission__container {
  width: min(1300px, 100% - 1.5rem);
  margin-inline: auto;
}

.home-vision__eyebrow,
.home-disciplines-hub__eyebrow,
.home-showcase__eyebrow,
.home-upcoming__eyebrow,
.home-culture__eyebrow,
.home-transmission__eyebrow,
.home-join__eyebrow,
.home-writing-showcase__eyebrow {
  margin: 0 0 0.3rem;
  color: #ffb46d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-vision {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.08), rgba(255, 122, 0, 0) 30%),
    linear-gradient(180deg, #090a10, #0b0d14);
}

.home-vision__container {
  display: grid;
  gap: 1rem;
}

.home-vision__intro {
  border: 1px solid #2d3140;
  border-radius: 14px;
  background: linear-gradient(145deg, #11141d, #0b0d14);
  padding: 1rem;
}

.home-vision__lead,
.home-disciplines-hub__lead,
.home-showcase__lead,
.home-culture__lead,
.home-transmission__lead {
  margin: 0;
  color: #c8cbda;
  line-height: 1.72;
}

.home-vision__grid,
.home-transmission__grid,
.home-disciplines-hub__grid {
  display: grid;
  gap: 0.85rem;
}

.home-disciplines-hub {
  background: linear-gradient(180deg, #0c0f17, #08090e);
  border-top: 1px solid #1f2431;
  border-bottom: 1px solid #1f2431;
}

.home-disciplines-hub__header {
  max-width: 64rem;
  margin-bottom: 1rem;
}

.home-disciplines-hub__card {
  display: block;
  border: 1px solid #2f3447;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(18, 22, 34, 0.96), rgba(9, 11, 18, 0.96)),
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.16), rgba(255, 122, 0, 0) 45%);
  padding: 0.95rem;
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.home-disciplines-hub__card:hover {
  transform: translateY(-4px);
  border-color: #ff8e2a;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.34);
}

.home-disciplines-hub__label {
  margin: 0;
  color: #ffad5d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-disciplines-hub__title {
  margin: 0.35rem 0 0.42rem;
  color: #f2f4fb;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 0.95;
}

.home-disciplines-hub__text {
  margin: 0;
  color: #c4c9d7;
  line-height: 1.62;
}

.home-showcase {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.18), rgba(255, 122, 0, 0) 28%),
    linear-gradient(180deg, #140f0b, #0d0f16 58%, #090b11);
  position: relative;
  padding: 1.05rem 0;
}

.home-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 122, 0, 0.12), rgba(255, 122, 0, 0) 42%),
    radial-gradient(circle at 80% 20%, rgba(255, 170, 112, 0.12), rgba(255, 170, 112, 0) 30%),
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.018) 0 2px, rgba(0, 0, 0, 0) 2px 12px);
  opacity: 0.95;
}

.home-showcase__container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
}

.home-showcase__intro {
  max-width: 46rem;
}

.home-writing-showcase__header {
  display: grid;
  gap: 0.55rem;
}

.home-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 0.4rem;
  padding: 0.24rem 0.62rem;
  border: 1px solid rgba(255, 170, 112, 0.55);
  border-radius: 9px;
  background: rgba(31, 17, 10, 0.72);
  color: #ffb46d;
  box-shadow: inset 0 0 0 1px rgba(255, 170, 112, 0.08);
  font-size: 0.7rem;
}

.home-showcase__lead {
  color: #e0d2ca;
  max-width: 36rem;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.3;
}

.home-spotlight-layout {
  display: grid;
  gap: 1rem;
}

.home-spotlight-layout--uniform {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 19rem));
  justify-content: center;
  align-items: start;
}

@media (max-width: 480px) {
  .home-spotlight-layout--uniform {
    grid-template-columns: 1fr;
  }

  .home-spotlight-card--uniform {
    width: 100%;
  }

  .home-mobile-carousel {
    width: 100%;
    overflow: hidden;
  }

  .home-mobile-carousel__viewport {
    width: 100%;
    margin-inline: 0;
  }

  .home-carousel__slide {
    min-width: 100%;
    max-width: 100%;
  }
}

.home-spotlight-layout--single {
  grid-template-columns: minmax(15.5rem, 19rem);
  justify-content: start;
}

.home-spotlight-feature,
.home-spotlight-card {
  position: relative;
  border: 1px solid rgba(147, 96, 67, 0.45);
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(35, 22, 18, 0.96), rgba(15, 12, 16, 0.94)),
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.12), rgba(255, 122, 0, 0) 42%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}

.home-spotlight-feature::before,
.home-spotlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(160deg, rgba(255, 170, 112, 0.08), rgba(255, 170, 112, 0) 32%),
    repeating-linear-gradient(-24deg, rgba(255, 255, 255, 0.018) 0 2px, rgba(0, 0, 0, 0) 2px 10px);
}

.home-spotlight-feature {
  aspect-ratio: 1.18 / 1;
  min-height: 0;
  display: flex;
  align-items: flex-end;
}

.home-spotlight-feature__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.32) saturate(1.08) contrast(1.06) brightness(0.76);
}

.home-spotlight-feature__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1rem 1rem 1.1rem;
  display: grid;
  gap: 0.42rem;
  background: linear-gradient(180deg, rgba(12, 8, 7, 0) 10%, rgba(12, 8, 7, 0.9) 60%, rgba(12, 8, 7, 0.98) 100%);
}

.home-spotlight-feature__topline,
.home-spotlight-card__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.52rem;
}

.home-spotlight-feature__kicker,
.home-spotlight-card__kicker {
  margin: 0;
  color: #ffab58;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.66rem;
  font-weight: 700;
}

.home-spotlight-slot-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.4rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 171, 88, 0.34);
  background: rgba(255, 171, 88, 0.11);
  color: #ffe0bf;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-spotlight-feature__title,
.home-spotlight-card__title {
  margin: 0;
  color: #fff1e3;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  line-height: 0.95;
  text-shadow: 0 1px 0 #000;
}

.home-spotlight-feature__title {
  font-size: clamp(1.22rem, 2.15vw, 1.7rem);
  line-height: 0.9;
}

.home-spotlight-card__title {
  font-size: clamp(0.94rem, 1.2vw, 1.22rem);
}

.home-spotlight-feature__meta {
  margin: 0;
  color: #f0d9ca;
  font-size: clamp(0.76rem, 0.92vw, 0.84rem);
  font-weight: 600;
  line-height: 1.4;
}

.home-spotlight-card__meta {
  margin: 0;
  color: rgba(255, 236, 220, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-spotlight-feature__text,
.home-spotlight-card__text {
  margin: 0;
  color: #ead8ce;
  line-height: 1.24;
  max-width: 19rem;
  font-size: 0.8rem;
}

.home-spotlight-feature__text {
  max-width: 22rem;
  line-height: 1.42;
}

.home-spotlight-feature__cta {
  justify-self: start;
  align-self: start;
  width: fit-content;
  min-width: 12rem;
  max-width: 13rem;
  min-height: 2.3rem;
  padding-inline: 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.home-spotlight-stack {
  display: grid;
  gap: 0.42rem;
}

.home-spotlight-card {
  min-height: 8.9rem;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(11rem, 0.9fr);
  gap: 0.42rem;
  align-items: stretch;
  padding: 0.62rem;
}

.home-spotlight-card--wide {
  min-height: 8.1rem;
  grid-template-columns: minmax(0, 0.88fr) minmax(12rem, 1.12fr);
}

.home-spotlight-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.22rem;
}

.home-spotlight-card--wide .home-spotlight-card__body {
  max-width: 15.5rem;
}

.home-spotlight-card--wide .home-spotlight-card__title {
  max-width: 12rem;
}

.home-spotlight-card--wide .home-spotlight-card__text {
  max-width: 15rem;
  line-height: 1.28;
}

.home-spotlight-card__cta {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: start;
  width: min(100%, 11.75rem);
  min-width: 0;
  max-width: 11.75rem;
  min-height: 2.3rem;
  padding-inline: 0.82rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  justify-content: center;
  text-align: center;
}

.home-spotlight-card--wide .home-spotlight-card__cta {
  width: min(100%, 11.75rem);
  max-width: 11.75rem;
}

.home-spotlight-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  object-fit: contain;
  align-self: center;
  justify-self: end;
  border-radius: 12px;
  border: 1px solid rgba(179, 125, 92, 0.34);
  background: rgba(0, 0, 0, 0.22);
}

.home-spotlight-card__image--cover {
  object-fit: cover;
}

.home-spotlight-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

.home-spotlight-mini-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.home-spotlight-mini-grid .home-spotlight-card {
  aspect-ratio: 1 / 1;
  min-height: auto;
  display: block;
  padding: 0;
}

.home-spotlight-mini-grid .home-spotlight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 6, 8, 0.08) 0%, rgba(8, 6, 8, 0.18) 24%, rgba(8, 6, 8, 0.58) 58%, rgba(8, 6, 8, 0.92) 100%);
}

.home-spotlight-mini-grid .home-spotlight-card__body {
  position: absolute;
  inset: auto 0 3.2rem 0;
  z-index: 2;
  padding: 2.4rem 0.62rem 0;
  align-content: end;
  gap: 0.18rem;
  max-width: none;
}

.home-spotlight-mini-grid .home-spotlight-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  max-height: none;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  justify-self: stretch;
  align-self: stretch;
  border: 0;
  border-radius: 0;
  background: #08090d;
}

.home-spotlight-mini-grid .home-spotlight-card__image--cover {
  object-fit: cover;
}

.home-spotlight-mini-grid .home-spotlight-card__cta {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0.62rem;
  z-index: 2;
  transform: translateX(-50%);
}

.home-showcase__footer {
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.home-spotlight-card--uniform {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
  border-radius: 22px;
}

.home-spotlight-card--uniform::after {
  content: none;
}

.home-spotlight-card--uniform .home-spotlight-card__image,
.home-spotlight-card--uniform .home-spotlight-card__image--cover {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  object-position: center 18%;
  justify-self: auto;
  align-self: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
  display: block;
}

.home-spotlight-card--uniform .home-spotlight-card__body {
  position: relative;
  inset: auto;
  z-index: 1;
  padding: 0.95rem 0.95rem 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  gap: 0.58rem;
  max-width: none;
}

.home-spotlight-card--uniform .home-spotlight-card__title {
  margin: 0.15rem 0 0.3rem;
  font-size: clamp(1.35rem, 1.8vw, 1.82rem);
  line-height: 0.94;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-spotlight-card--uniform .home-spotlight-card__topline {
  gap: 0.48rem;
}

.home-spotlight-card--uniform .home-spotlight-card__kicker {
  font-size: 0.76rem;
}

.home-spotlight-card--uniform .home-spotlight-slot-badge {
  min-height: 1.45rem;
  padding: 0 0.58rem;
  font-size: 0.67rem;
}

.home-spotlight-card--uniform .home-spotlight-card__meta {
  font-size: 0.92rem;
  line-height: 1.32;
}

.home-spotlight-card--uniform .home-spotlight-card__text {
  max-width: none;
  line-height: 1.48;
  font-size: 0.84rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-spotlight-card--uniform .home-spotlight-card__cta {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: fit-content;
  min-width: 0;
  max-width: calc(100% - 1.9rem);
  margin: 0 0.95rem 0.95rem;
  padding-inline: 1rem;
  justify-content: center;
}

.home-showcase__more {
  min-width: min(100%, 24rem);
  justify-content: center;
  text-align: center;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  min-height: 2.45rem;
}

.home-culture__header {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.home-culture__layout {
  display: grid;
  gap: 0.9rem;
}

.home-culture__notes {
  display: grid;
  gap: 0.8rem;
}

.home-curation-note {
  border: 1px solid #30364a;
  border-radius: 14px;
  background: linear-gradient(145deg, #101520, #0a0d16);
  padding: 0.95rem;
}

.home-curation-note__tag {
  margin: 0;
  color: #ffb873;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  font-weight: 700;
}

.home-curation-note__title {
  margin: 0.35rem 0 0.4rem;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.42rem;
  line-height: 0.96;
}

.home-curation-note__text {
  margin: 0;
  color: #c5cada;
  line-height: 1.62;
}

.home-curation-note__cta {
  margin-top: 0.72rem;
  display: inline-flex;
  min-height: 2.1rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  border: 1px solid #4b536a;
  border-radius: 999px;
  color: #edf0fa;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-curation-note__cta:hover {
  border-color: #ff8c26;
  color: #fff3e3;
}

.home-transmission {
  background: linear-gradient(180deg, #090b10, #0c1017);
  border-top: 1px solid #202433;
}

.home-transmission__header {
  max-width: 62rem;
  margin-bottom: 1rem;
}

.home-join {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.13), rgba(255, 122, 0, 0) 30%),
    linear-gradient(180deg, #11131a, #0b0b10 58%);
}

.home-proof {
  padding: 0.9rem 0;
  border-top: 1px solid #252a38;
  border-bottom: 1px solid #252a38;
  background: linear-gradient(90deg, #0d1018, #101523 40%, #0d1018);
}

.home-proof__container {
  width: min(1300px, 100% - 1.5rem);
  margin-inline: auto;
  display: grid;
  gap: 0.55rem;
}

.home-proof__item {
  border: 1px solid #31374a;
  border-radius: 9px;
  background: rgba(18, 24, 38, 0.72);
  padding: 0.55rem 0.65rem;
}

.home-proof__label {
  margin: 0;
  color: #ffb771;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-proof__value {
  margin: 0.2rem 0 0;
  color: #f1f3fa;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-entry {
  padding: 1.7rem 0 2.1rem;
}

.home-entry__container {
  width: min(1300px, 100% - 1.5rem);
  margin-inline: auto;
}

.home-entry__lead {
  margin: 0 0 1rem;
  color: #c8cbd6;
}

.home-entry__grid {
  display: grid;
  gap: 0.75rem;
}

.home-entry-card {
  border: 1px solid #2e3344;
  border-radius: 12px;
  background: linear-gradient(145deg, #11141e, #0b0d15);
  padding: 0.8rem;
}

.home-entry-card__kicker {
  margin: 0;
  color: #ff9f40;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-entry-card__title {
  margin: 0.35rem 0 0.4rem;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.55rem;
  line-height: 0.95;
}

.home-entry-card__text {
  margin: 0;
  color: #c3c6d0;
  line-height: 1.6;
}

.home-entry-card__cta {
  margin-top: 0.7rem;
  min-height: 2.1rem;
  border: 1px solid #4b536a;
  border-radius: 999px;
  color: #edf0fa;
  padding: 0 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-disciplines {
  padding: 0.9rem 0;
  background: #0b0d12;
  border-top: 1px solid #20202a;
  border-bottom: 1px solid #20202a;
}

.home-disciplines__container,
.home-intro__container,
.home-presentation__container,
.home-upcoming__container,
.home-spotlights__container,
.home-spotlight-notes__container,
.home-writing-filters__container,
.home-value__container,
.home-manifesto__container,
.home-ground-proof__container,
.home-charter__container,
.home-method__container,
.home-transparency__container,
.home-faq__container,
.home-culture__container,
.home-join__container,
.home-footer__container {
  width: min(1300px, 100% - 1.5rem);
  margin-inline: auto;
}

.home-disciplines__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.home-disciplines__card {
  min-height: 2.6rem;
  border-radius: 8px;
  border: 1px solid #2e313a;
  background: #131720;
  color: #f0f0f5;
  font-family: var(--title-font);
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-intro,
.home-presentation,
.home-upcoming,
.home-spotlights,
.home-spotlight-notes,
.home-writing-filters,
.home-value,
.home-manifesto,
.home-ground-proof,
.home-charter,
.home-method,
.home-transparency,
.home-culture,
.home-faq,
.home-join {
  padding: 2rem 0;
}

.home-spotlights__container {
  display: grid;
  gap: 1rem;
}

.home-presentation__container {
  display: grid;
  gap: 1rem;
}

.home-presentation__left {
  display: grid;
  gap: 1rem;
}

.home-presentation__intro {
  border: 1px solid #2d3140;
  border-radius: 12px;
  background: linear-gradient(145deg, #11141d, #0b0d14);
  padding: 0.95rem;
}

.home-presentation__intro p {
  margin: 0;
  color: #c6c6d0;
  line-height: 1.7;
}

.home-presentation__intro p+p {
  margin-top: 0.7rem;
}

.home-presentation__right {
  width: 100%;
}

.home-presentation__manifesto {
  margin-bottom: 0.8rem;
}

.home-presentation__manifesto .home-section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 0.55rem;
}

.home-presentation__filters-title {
  margin: 0;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.home-writing-showcase__lead {
  margin: 0.55rem 0 0;
  color: #bfc5d8;
  line-height: 1.6;
}

.home-writing-showcase__filters {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-writing-filter {
  border: 1px solid #313442;
  background: #121520;
  color: #c9cad3;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  cursor: pointer;
}

.home-writing-filter:hover {
  border-color: #4f607f;
  color: #eef2ff;
}

.home-writing-filter.is-active {
  border-color: #ff9d45;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.18), rgba(255, 176, 97, 0.12));
  color: #fff2df;
}

.home-writing-masonry {
  margin-top: 0.75rem;
  column-count: 1;
  column-gap: 0.6rem;
}

.home-writing-work {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.6rem;
  break-inside: avoid;
  border: 1px solid #2d3243;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #11141d, #0b0d14);
}

.home-writing-work img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.home-writing-work figcaption {
  padding: 0.45rem 0.55rem 0.5rem;
  color: #d7dced;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

.home-writing-showcase__empty {
  margin: 0.45rem 0 0;
  color: #c9cfdf;
}

.home-presentation__right .home-spotlights__container {
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.home-upcoming__container {
  border: 1px solid #2e3344;
  border-radius: 14px;
  background: linear-gradient(145deg, #11141d, #0b0d14);
  padding: 1rem;
}

.home-upcoming__header {
  margin-bottom: 0.8rem;
}

.home-upcoming__lead {
  margin: 0;
  color: #c9cedd;
  line-height: 1.65;
}

.home-upcoming__grid {
  display: grid;
  gap: 0.8rem;
}

.home-upcoming__loading,
.home-upcoming__status {
  margin: 0;
  padding: 0.85rem;
  border: 1px solid #2d3346;
  border-radius: 10px;
  background: #10141f;
  color: #c7cde0;
}

.home-upcoming__status--error {
  border-color: #4d2f34;
  color: #ffd6db;
}

.home-upcoming-card {
  border: 1px solid #31384d;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, #121622, #0c0f18);
}

.home-upcoming-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #2a3042;
}

.home-upcoming-card__body {
  padding: 0.75rem;
}

.home-upcoming-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.home-upcoming-card__badge {
  border: 1px solid #3b4158;
  border-radius: 999px;
  padding: 0.16rem 0.5rem;
  color: #e5e9f8;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.home-upcoming-card__badge--type {
  border-color: #744628;
  background: rgba(255, 122, 0, 0.15);
  color: #ffdcb7;
}

.home-upcoming-card__title {
  margin: 0.5rem 0 0.35rem;
  font-family: var(--title-font);
  letter-spacing: 0.04em;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1;
}

.home-upcoming-card__date,
.home-upcoming-card__location {
  margin: 0;
  color: #d0d6e8;
  line-height: 1.45;
}

.home-upcoming-card__location {
  color: #c2c8db;
}

.home-upcoming-card__cta {
  margin-top: 0.62rem;
  display: inline-flex;
  min-height: 2.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #4b546e;
  color: #eef1fb;
  padding: 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.68rem;
  font-weight: 700;
}

.home-upcoming-card__cta:hover {
  border-color: #ff7a00;
  color: #fff5ea;
}

.home-upcoming__footer {
  margin-top: 0.7rem;
}

.home-upcoming__all-link {
  color: #ffb56d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-spotlights__headline {
  border: 1px solid #2d3140;
  border-radius: 12px;
  background: linear-gradient(145deg, #11141d, #0b0d14);
  padding: 0.75rem 0.95rem;
  margin-bottom: 0.8rem;
}

.home-spotlights__headline .home-section-title {
  margin: 0;
}

.home-spotlights__panel {
  border: 1px solid #2d3140;
  border-radius: 12px;
  background: linear-gradient(145deg, #11141d, #0b0d14);
  padding: 0.95rem;
  min-width: 0;
}

.home-spotlights__label {
  margin: 0 0 0.55rem;
  color: #ff9e3d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-carousel {
  overflow: hidden;
  border-radius: 10px;
}

.home-carousel__track {
  display: flex;
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.home-carousel__slide>.home-card {
  width: 100%;
}

.home-carousel__dots {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.home-carousel__dot {
  min-width: 0;
  min-height: 0;
  width: 0.48rem;
  height: 0.48rem;
  display: inline-block;
  flex: 0 0 0.48rem;
  border-radius: 999px;
  border: 0;
  background: #3f4558;
  cursor: pointer;
  padding: 0;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.home-carousel__dot.is-active {
  width: 0.48rem;
  height: 0.48rem;
  flex-basis: 0.48rem;
  background: var(--accent);
  transform: scale(1.18);
  box-shadow: 0 0 0 0.18rem rgba(255, 158, 61, 0.18);
}

.home-carousel__nav {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(16, 20, 31, 0.9);
  color: #f6f0df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.home-carousel__nav span {
  font-size: 1.3rem;
  line-height: 1;
}

.home-mobile-carousel {
  margin-top: 1rem;
  position: relative;
  overflow: visible;
}

.home-mobile-carousel__viewport {
  margin-inline: 2.9rem;
  overflow: hidden;
  border-radius: 20px;
  touch-action: pan-y;
}

.home-mobile-carousel__controls {
  position: absolute;
  inset: 0 0 auto 0;
  height: 26rem;
  z-index: 4;
  pointer-events: none;
}

.home-mobile-carousel__controls .home-carousel__nav,
.home-mobile-carousel__controls .home-carousel__dots {
  pointer-events: auto;
}

.home-mobile-carousel__controls .home-carousel__prev,
.home-mobile-carousel__controls .home-carousel__next {
  position: absolute;
  top: calc(50% - 1.4rem);
  transform: translateY(-50%);
}

.home-mobile-carousel__controls .home-carousel__prev {
  left: 0;
}

.home-mobile-carousel__controls .home-carousel__next {
  right: 0;
}

.home-mobile-carousel .home-carousel__dots {
  margin-top: 0.85rem;
}

.home-section-title {
  margin: 0 0 0.9rem;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.home-intro p,
.home-join p {
  margin: 0;
  color: #c6c6d0;
  line-height: 1.7;
}

.home-grid {
  display: grid;
  gap: 0.8rem;
}

.home-card {
  position: relative;
  border: 1px solid #3a3e52;
  border-radius: 10px;
  background: linear-gradient(145deg, #12141d, #0a0c12);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.home-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, rgba(255, 122, 0, 0.16), rgba(255, 122, 0, 0) 40%),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.02) 0 2px, rgba(0, 0, 0, 0) 2px 8px);
  mix-blend-mode: screen;
}

.home-card:hover {
  transform: translateY(-4px);
  border-color: #ff7a00;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 122, 0, 0.3);
}

.home-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.1);
}

.home-card__content {
  padding: 0.95rem;
  position: relative;
  z-index: 1;
}

.home-card__meta {
  margin: 0;
  color: #ff9e3d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-card__title {
  margin: 0.5rem 0 0.7rem;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.65rem;
  line-height: 0.95;
  text-shadow: 0 1px 0 #000;
}

.home-grid--culture {
  align-items: stretch;
}

.home-grid--culture .home-culture-card {
  min-height: 18.5rem;
  display: block;
  padding: 0;
}

.home-grid--culture .home-culture-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 6, 8, 0.14) 0%, rgba(8, 6, 8, 0.24) 24%, rgba(8, 6, 8, 0.62) 58%, rgba(8, 6, 8, 0.94) 100%);
}

.home-grid--culture .home-culture-card .home-spotlight-card__body {
  position: absolute;
  inset: auto 0 3.95rem 0;
  z-index: 2;
  padding: 4rem 0.82rem 0;
  align-content: end;
  gap: 0.32rem;
  max-width: none;
}

.home-culture-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.72) saturate(0.94);
}

.home-culture-card__poster {
  display: none;
}

.home-grid--culture .home-culture-card .home-spotlight-card__cta {
  position: absolute;
  left: 0.82rem;
  right: 0.82rem;
  bottom: 0.82rem;
  z-index: 2;
  width: auto;
  justify-content: center;
}

.home-grid--culture .home-culture-card .home-spotlight-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-grid--culture .home-culture-card .home-spotlight-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-card__cta {
  min-height: 2.2rem;
  border-radius: 999px;
  padding: 0 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
  border: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  color: #0b0b10;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.28);
}

.home-spotlights__panel .home-card {
  aspect-ratio: auto;
  display: flex;
  flex-direction: column;
}

.home-spotlights__panel .home-card__content {
  padding: 0.62rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.45rem;
}

.home-spotlights__panel .home-card__image {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.home-spotlights__panel .home-card__title {
  margin: 0.24rem 0 0.36rem;
  font-size: clamp(1.02rem, 1.75vw, 1.3rem);
  line-height: 1.05;
}

.home-spotlight-notes__container {
  display: grid;
  gap: 0.8rem;
}

.home-spotlight-note {
  border: 1px solid #2c3040;
  border-radius: 12px;
  background: linear-gradient(145deg, #10131d, #0a0d15);
  padding: 0.85rem;
}

.home-spotlight-note__title {
  margin: 0 0 0.35rem;
  color: #f2f3f9;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.45rem;
}

.home-spotlight-note__text {
  margin: 0;
  color: #c6c7d0;
  line-height: 1.6;
}

.home-writing-filters__container {
  border: 1px solid #2d3140;
  border-radius: 12px;
  background: linear-gradient(145deg, #11141d, #0b0d14);
  padding: 0.95rem;
}

.home-value__grid {
  display: grid;
  gap: 0.8rem;
}

.home-value-card {
  border: 1px solid #2f3547;
  border-radius: 12px;
  background: linear-gradient(145deg, #10131c, #0a0d15);
  padding: 0.8rem;
}

.home-value-card__tag {
  margin: 0;
  color: #ffb771;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-value-card__title {
  margin: 0.35rem 0 0.3rem;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.55rem;
  line-height: 0.95;
}

.home-value-card__text {
  margin: 0;
  color: #c4c7d2;
  line-height: 1.6;
}

.home-manifesto__container {
  border: 1px solid #2f3447;
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.22), rgba(255, 122, 0, 0) 48%),
    linear-gradient(150deg, #151a2a, #0a0d16);
  padding: 1rem;
}

.home-manifesto__kicker {
  margin: 0;
  color: #ffb86f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-manifesto__text {
  margin: 0;
  max-width: 74ch;
  color: #d2d5e1;
  line-height: 1.7;
}

.home-manifesto__chips {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-manifesto__chip {
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #4d566f;
  background: rgba(15, 20, 32, 0.82);
  color: #f2f4fb;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.home-ground-proof__lead,
.home-charter__lead {
  margin: 0 0 0.9rem;
  color: #c8cbda;
  line-height: 1.65;
}

.home-ground-proof__grid,
.home-charter__grid {
  display: grid;
  gap: 0.8rem;
}

.home-ground-proof-card {
  border: 1px solid #2f3447;
  border-radius: 12px;
  background: linear-gradient(145deg, #111521, #0b0f18);
  padding: 0.85rem;
}

.home-ground-proof-card__tag {
  margin: 0;
  color: #ffb876;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-ground-proof-card__title {
  margin: 0.36rem 0 0.35rem;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.45rem;
  line-height: 0.95;
}

.home-ground-proof-card__text {
  margin: 0;
  color: #c3c7d4;
  line-height: 1.6;
}

.home-ground-proof-card__cta {
  margin-top: 0.7rem;
  min-height: 2.15rem;
  border-radius: 999px;
  border: 1px solid #4b5268;
  color: #eef1fb;
  padding: 0 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.68rem;
  font-weight: 700;
}

.home-ground-proof-card__cta:hover {
  border-color: #ff7a00;
  color: #fff4e8;
}

.home-charter__container {
  border: 1px solid #2f3342;
  border-radius: 14px;
  background: linear-gradient(145deg, #11151f, #0b0d14);
  padding: 1rem;
}

.home-charter-card {
  border: 1px solid #353b4e;
  border-radius: 12px;
  background: linear-gradient(150deg, #141a2a, #0d1018);
  padding: 0.82rem;
}

.home-charter-card__title {
  margin: 0;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 0.95;
}

.home-charter-card__list {
  margin: 0.55rem 0 0;
  padding-left: 1.1rem;
  color: #c9ccda;
  line-height: 1.55;
}

.home-charter-card__list li+li {
  margin-top: 0.3rem;
}

.home-method__lead,
.home-transparency__lead {
  margin: 0 0 0.9rem;
  color: #c8cbda;
  line-height: 1.65;
}

.home-method__grid,
.home-transparency__grid {
  display: grid;
  gap: 0.8rem;
}

.home-method-card {
  border: 1px solid #30364a;
  border-radius: 12px;
  background: linear-gradient(145deg, #101420, #0a0e16);
  padding: 0.85rem;
}

.home-method-card__step {
  margin: 0;
  color: #ffb675;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-method-card__title {
  margin: 0.36rem 0 0.32rem;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.42rem;
  line-height: 0.95;
}

.home-method-card__text {
  margin: 0;
  color: #c5c8d6;
  line-height: 1.58;
}

.home-transparency__container {
  border: 1px solid #2f3448;
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.14), rgba(255, 122, 0, 0) 44%),
    linear-gradient(150deg, #121725, #0b0e16);
  padding: 1rem;
}

.home-transparency__meta {
  margin: 0 0 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.home-transparency__stamp {
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #4d566f;
  background: rgba(16, 22, 36, 0.82);
  color: #e9ecf8;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-transparency-card {
  border: 1px solid #30374b;
  border-radius: 12px;
  background: linear-gradient(145deg, #101523, #0a0d15);
  padding: 0.82rem;
}

.home-transparency-card__label {
  margin: 0;
  color: #f3f5fd;
  font-weight: 700;
}

.home-transparency-card__value {
  margin: 0.26rem 0 0;
  color: #ffb979;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-transparency-card__hint {
  margin: 0.45rem 0 0;
  color: #c6cada;
  line-height: 1.58;
}

.home-transparency__journal {
  margin-top: 0.9rem;
  border: 1px solid #31384d;
  border-radius: 12px;
  background: linear-gradient(145deg, #0f1421, #0a0d15);
  padding: 0.82rem;
}

.home-transparency__journal-title {
  margin: 0;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 0.95;
}

.home-transparency__journal-lead {
  margin: 0.35rem 0 0;
  color: #c7cbe0;
  line-height: 1.56;
}

.home-transparency__journal-list {
  margin: 0.72rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.home-transparency__journal-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
  border: 1px solid #353d54;
  border-radius: 10px;
  background: rgba(14, 19, 31, 0.86);
  padding: 0.55rem 0.62rem;
}

.home-transparency__journal-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.home-transparency__journal-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem 0.52rem;
  border-radius: 999px;
  border: 1px solid #505a75;
  background: #171d2d;
  color: #ecf0ff;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.home-transparency__journal-link {
  min-width: 0;
  color: #f1f4ff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-transparency__journal-link:hover {
  color: #ffcd9a;
}

.home-transparency__journal-date {
  color: #aeb6d3;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-transparency__journal-empty {
  border: 1px dashed #47506a;
  border-radius: 10px;
  color: #c3c9dd;
  padding: 0.52rem 0.6rem;
}

.home-transparency__cta {
  margin-top: 0.9rem;
}

.home-faq__item {
  border: 1px solid #2e3346;
  border-radius: 10px;
  background: #10131b;
  padding: 0.65rem 0.75rem;
}

.home-faq__item+.home-faq__item {
  margin-top: 0.55rem;
}

.home-faq__item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #f2f3f8;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item p {
  margin: 0.45rem 0 0;
  color: #c3c7d3;
}

.home-tags {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-tag {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #313442;
  background: #121520;
  color: #c9cad3;
  font-size: 0.75rem;
}

.home-join {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.13), rgba(255, 122, 0, 0) 30%),
    linear-gradient(180deg, #11131a, #0b0b10 58%);
}

.home-footer {
  border-top: 1px solid #24242f;
  background: #09090d;
  padding: 1.5rem 0 1.2rem;
}

.home-footer__container {
  display: grid;
  gap: 0.8rem;
}

.home-footer__title {
  margin: 0 0 0.4rem;
  font-family: var(--title-font);
  letter-spacing: 0.04em;
  font-size: 1.35rem;
}

.home-footer__link {
  display: block;
  color: #cbccd5;
  margin: 0.2rem 0;
}

.home-footer__socials {
  display: flex;
  gap: 0.45rem;
}

.home-footer__socials a {
  width: 2rem;
  height: 2rem;
  border: 1px solid #37384a;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-footer__copy {
  margin: 1rem auto 0;
  width: min(1300px, 100% - 1.5rem);
  color: #8d8f9a;
  font-size: 0.86rem;
}

@media (min-width: 900px) {
  .home-spotlight-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    grid-template-columns: none;
  }

  .home-spotlight-layout--uniform .home-spotlight-card--uniform {
    flex: 0 0 clamp(16rem, calc((100% - 2rem) / 3), 19rem);
    max-width: 19rem;
    align-items: stretch;
  }

  .home-spotlight-layout--single {
    justify-content: flex-start;
  }

  .home-spotlight-layout--single .home-spotlight-card--uniform {
    flex-basis: 19rem;
    max-width: 19rem;
  }

  .home-vision__container {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

  .home-vision__grid {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-proof__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-entry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-disciplines-hub__grid,
  .home-transmission__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-upcoming__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-value__grid,
  .home-spotlight-notes__container,
  .home-ground-proof__grid,
  .home-charter__grid,
  .home-method__grid,
  .home-transparency__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-grid--culture,
  .home-footer__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-presentation__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .home-culture__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .home-presentation__left,
  .home-presentation__right {
    display: contents;
  }

  .home-presentation__intro {
    grid-column: 1;
    grid-row: 1;
  }

  .home-presentation__manifesto {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  .home-spotlights__headline {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    margin-bottom: 0.15rem;
  }

  .home-presentation__filters {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    justify-self: stretch;
    width: 100%;
  }

  .home-presentation__right .home-spotlights__container {
    grid-column: 2;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
  }

  .home-presentation__right {
    justify-self: stretch;
    max-width: none;
  }

  .home-writing-masonry {
    column-count: 2;
  }
}

@media (max-width: 899px) {

  .home-showcase--mobile-carousel-active .home-spotlight-layout,
  .home-culture--mobile-carousel-active .home-grid--culture {
    display: none;
  }

  .home-mobile-carousel {
    margin-inline: auto;
    width: min(100%, 40rem);
  }

  .home-mobile-carousel__viewport {
    margin-inline: clamp(0.6rem, 3vw, 1.2rem);
  }

  .home-mobile-carousel__controls {
    inset-inline: clamp(0.1rem, 1vw, 0.4rem);
  }

  .home-mobile-carousel .home-carousel__track {
    align-items: stretch;
  }

  .home-mobile-carousel .home-carousel__slide {
    display: flex;
    align-items: stretch;
  }

  .home-mobile-carousel .home-carousel__slide>* {
    width: 100%;
  }

  .home-mobile-spotlight-carousel .home-spotlight-feature,
  .home-mobile-spotlight-carousel .home-spotlight-card,
  .home-mobile-culture-carousel .home-culture-card {
    min-height: 26rem;
    height: 26rem;
  }

  .home-mobile-spotlight-carousel .home-spotlight-feature {
    aspect-ratio: auto;
  }

  .home-mobile-spotlight-carousel .home-spotlight-feature__content {
    min-height: 100%;
    padding: 6rem 1rem 1rem;
    align-content: end;
  }

  .home-mobile-spotlight-carousel .home-spotlight-feature__title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .home-mobile-spotlight-carousel .home-spotlight-feature__text,
  .home-mobile-spotlight-carousel .home-spotlight-card__text,
  .home-mobile-culture-carousel .home-culture-card .home-spotlight-card__text {
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
  }

  .home-mobile-spotlight-carousel .home-spotlight-feature__cta {
    width: 100%;
    max-width: none;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card,
  .home-mobile-culture-carousel .home-culture-card {
    display: block;
    padding: 0;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform {
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card::after,
  .home-mobile-culture-carousel .home-culture-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(8, 6, 8, 0.08) 0%, rgba(8, 6, 8, 0.18) 24%, rgba(8, 6, 8, 0.58) 58%, rgba(8, 6, 8, 0.92) 100%);
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform::after {
    content: none;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card__body,
  .home-mobile-culture-carousel .home-culture-card .home-spotlight-card__body {
    position: absolute;
    inset: auto 0 4.4rem 0;
    z-index: 2;
    padding: 5rem 1rem 0;
    align-content: end;
    gap: 0.28rem;
    max-width: none;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__body {
    position: relative;
    inset: auto;
    z-index: 1;
    padding: 0.9rem 0.9rem 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.58rem;
    max-width: none;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card__image,
  .home-mobile-spotlight-carousel .home-spotlight-card__image--cover {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 0;
    max-height: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 0;
    background: #08090d;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__image,
  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__image--cover {
    position: relative;
    inset: auto;
    z-index: 0;
    min-height: auto;
    max-height: none;
    height: auto;
    aspect-ratio: 1 / 0.74;
    object-fit: cover;
    object-position: center 18%;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card__title,
  .home-mobile-culture-carousel .home-culture-card .home-spotlight-card__title {
    font-size: clamp(1.55rem, 6.4vw, 2rem);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__title {
    margin: 0.15rem 0 0.3rem;
    font-size: clamp(1.3rem, 5.3vw, 1.65rem);
    line-height: 0.96;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card__cta,
  .home-mobile-culture-carousel .home-culture-card .home-spotlight-card__cta {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    width: auto;
    max-width: none;
    justify-content: center;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__cta {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: fit-content;
    max-width: calc(100% - 1.8rem);
    margin: 0 0.9rem 0.9rem;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__text {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .home-mobile-culture-carousel .home-culture-card .home-spotlight-card__body {
    padding-top: 5.4rem;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card__meta {
    font-size: 0.86rem;
  }

  .home-mobile-culture-carousel .home-culture-card__bg {
    filter: brightness(0.68) saturate(0.94);
  }

  .home-grid--culture {
    grid-template-columns: 1fr;
  }

  .home-grid--culture .home-culture-card {
    min-height: 15.5rem;
  }

  .home-grid--culture .home-culture-card .home-spotlight-card__body {
    padding-top: 4.2rem;
  }

  .home-spotlight-card {
    grid-template-columns: 1fr;
  }

  .home-spotlight-feature__cta {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .home-spotlight-card--wide {
    grid-template-columns: 1fr;
  }

  .home-spotlight-card--wide .home-spotlight-card__body,
  .home-spotlight-card--wide .home-spotlight-card__title,
  .home-spotlight-card--wide .home-spotlight-card__text {
    max-width: none;
  }

  .home-spotlight-card--wide .home-spotlight-card__cta {
    width: 100%;
    max-width: none;
    min-width: 0;
    font-size: 0.72rem;
  }

  .home-spotlight-card__image {
    min-height: 6.1rem;
    max-height: 7.6rem;
    object-fit: cover;
  }

  .home-spotlight-card--wide .home-spotlight-card__image {
    object-fit: contain;
  }

  .home-spotlight-mini-grid .home-spotlight-card {
    aspect-ratio: auto;
    min-height: 10.8rem;
  }

  .home-spotlight-mini-grid .home-spotlight-card__image,
  .home-spotlight-mini-grid .home-spotlight-card__image--cover {
    object-fit: cover;
  }

  .home-spotlight-mini-grid .home-spotlight-card__body {
    padding-top: 2.1rem;
  }

  .home-showcase__more {
    width: 100%;
  }
}

@media (min-width: 1180px) {
  .home-spotlight-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    grid-template-columns: none;
  }

  .home-spotlight-layout--uniform .home-spotlight-card--uniform {
    flex: 0 0 clamp(16rem, calc((100% - 3rem) / 4), 19rem);
    max-width: 19rem;
  }

  .home-spotlight-layout--single {
    justify-content: flex-start;
  }

  .home-spotlight-layout--single .home-spotlight-card--uniform {
    flex-basis: 19rem;
    max-width: 19rem;
  }

  .home-grid--culture {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-grid--culture .home-culture-card {
    min-height: 20.5rem;
  }

  .home-disciplines-hub__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-presentation__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .home-presentation__right {
    justify-self: stretch;
    max-width: none;
  }

  .home-presentation__right .home-spotlights__container {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 1rem;
  }

  .home-entry__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-transmission__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-upcoming__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-value__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-ground-proof__grid,
  .home-charter__grid,
  .home-transparency__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-method__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-ground-proof__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-charter__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home {
  background:
    radial-gradient(circle at top center, rgba(255, 122, 0, 0.08), rgba(255, 122, 0, 0) 18%),
    #07070a;
}

.home-hero {
  min-height: min(72dvh, 680px);
}

.home-hero__overlay {
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 152, 56, 0.22), rgba(255, 152, 56, 0) 24%),
    linear-gradient(to top, rgba(7, 7, 10, 0.96), rgba(7, 7, 10, 0.38) 45%, rgba(7, 7, 10, 0.7)),
    linear-gradient(90deg, rgba(7, 7, 10, 0.94) 0%, rgba(7, 7, 10, 0.82) 30%, rgba(7, 7, 10, 0.28) 58%, rgba(7, 7, 10, 0.62) 100%);
}

.home-hero__container {
  width: min(46rem, calc(100% - 1.5rem));
  padding: 3rem 0 2.35rem;
}

.home-hero__title {
  max-width: 11.5ch;
  line-height: 0.9;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.42);
  font-size: clamp(2.2rem, 7.2vw, 4.7rem);
}

.home-hero__text {
  margin-top: 0.95rem;
  max-width: 32rem;
  color: #dddfe8;
  font-size: clamp(0.98rem, 1.45vw, 1.04rem);
  line-height: 1.64;
}

.home-proof__item {
  position: relative;
  overflow: hidden;
}

.home-proof__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), rgba(255, 179, 107, 0.4));
}

.home-vision__intro,
.home-curation-note {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-disciplines-hub__card {
  min-height: 100%;
}

.home-showcase__intro,
.home-disciplines-hub__header,
.home-transmission__header {
  position: relative;
}

.home-showcase__intro::after,
.home-disciplines-hub__header::after,
.home-transmission__header::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 2px;
  margin-top: 0.9rem;
  background: linear-gradient(90deg, var(--accent), rgba(255, 179, 107, 0.18));
}

@media (max-width: 699px) {
  .home-hero__container {
    padding: 4.35rem 0 2rem;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-btn,
  .home-curation-note__cta,
  .home-entry-card__cta,
  .home-card__cta,
  .home-upcoming-card__cta {
    width: 100%;
  }

  .home-proof__value {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .home-disciplines-hub__title,
  .home-curation-note__title,
  .home-value-card__title {
    font-size: 1.34rem;
  }
}

@keyframes home-hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

/* Home polish overrides */
.home {
  background:
    radial-gradient(circle at top center, rgba(255, 122, 0, 0.08), rgba(255, 122, 0, 0) 18%),
    #07070a;
}

.home-hero {
  min-height: min(68dvh, 680px);
}

.home-hero__overlay {
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 152, 56, 0.18), rgba(255, 152, 56, 0) 24%),
    linear-gradient(to top, rgba(7, 7, 10, 0.78), rgba(7, 7, 10, 0.18) 45%, rgba(7, 7, 10, 0.42)),
    linear-gradient(90deg, rgba(7, 7, 10, 0.52), rgba(7, 7, 10, 0.08) 42%, rgba(7, 7, 10, 0.36));
}

.home-hero__container {
  width: min(1080px, calc(100% - 2rem));
  margin-inline-start: clamp(0.75rem, 1.75vw, 1.75rem);
  margin-inline-end: auto;
  padding: 3rem 0 2.25rem;
}

.home-hero__title {
  max-width: 13.5ch;
  line-height: 0.92;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.42);
}

.home-hero__text {
  margin-top: 0.95rem;
  max-width: 62ch;
  color: #dddfe8;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.72;
}

.home-proof__item {
  position: relative;
  overflow: hidden;
}

.home-proof__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), rgba(255, 179, 107, 0.4));
}

.home-vision__intro,
.home-curation-note {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-disciplines-hub__card {
  min-height: 100%;
}

.home-showcase__intro,
.home-disciplines-hub__header,
.home-transmission__header {
  position: relative;
}

.home-showcase__intro::after,
.home-disciplines-hub__header::after,
.home-transmission__header::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 2px;
  margin-top: 0.9rem;
  background: linear-gradient(90deg, var(--accent), rgba(255, 179, 107, 0.18));
}

.home-card__image,
.home-media-card__image,
.home-upcoming-card__image {
  background: #0b0d14;
}

.home-card__image {
  filter: grayscale(0.12) contrast(1.05);
}

.home-media-card__image {
  aspect-ratio: 4 / 3;
}

@media (max-width: 699px) {
  .home-hero {
    min-height: min(58dvh, 560px);
  }

  .home-hero__video {
    object-position: 74% center;
  }

  .home-hero__container {
    width: min(100% - 1.25rem, 38rem);
    margin-inline: auto;
    padding: 3.8rem 0 1.8rem;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-btn,
  .home-curation-note__cta,
  .home-entry-card__cta,
  .home-card__cta,
  .home-upcoming-card__cta {
    width: 100%;
  }

  .home-proof__value {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .home-disciplines-hub__title,
  .home-curation-note__title,
  .home-value-card__title {
    font-size: 1.34rem;
  }

  .home-mobile-carousel {
    margin-inline: auto;
    width: min(100%, 32rem);
  }

  .home-mobile-carousel__viewport {
    margin-inline: clamp(0.4rem, 2.8vw, 0.8rem);
  }

  .home-mobile-carousel__controls {
    inset-inline: clamp(0.05rem, 1vw, 0.3rem);
  }

  .home-mobile-carousel .home-carousel__slide {
    display: flex;
    justify-content: center;
  }

  .home-mobile-carousel .home-carousel__slide>* {
    width: 100%;
    margin-inline: auto;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__body,
  .home-mobile-culture-carousel .home-culture-card .home-spotlight-card__body {
    padding-inline: 0.85rem;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform .home-spotlight-card__cta {
    width: calc(100% - 1.8rem);
    max-width: none;
    margin: 0 auto 0.9rem;
  }
}

@media (max-width: 480px) {
  .home-hero__container {
    width: min(100% - 1rem, 36rem);
    padding-top: 3.55rem;
  }

  .home-mobile-carousel__viewport {
    margin-inline: 0.2rem;
    border-radius: 18px;
  }

  .home-mobile-carousel__controls {
    inset-inline: 0;
  }

  .home-carousel__nav {
    width: 2.2rem;
    height: 2.2rem;
  }
}

@media (min-width: 900px) {
  .home-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    min-height: min(74dvh, 760px);
  }

  .home-hero__video,
  .home-hero__overlay {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
  }

  .home-hero__video {
    object-fit: cover;
    object-position: center center;
    filter: brightness(1.04) saturate(1.02);
  }

  .home-hero__overlay {
    background:
      linear-gradient(90deg, rgba(7, 7, 10, 0.92) 0%, rgba(7, 7, 10, 0.82) 24%, rgba(7, 7, 10, 0.28) 58%, rgba(7, 7, 10, 0.7) 100%),
      radial-gradient(circle at 78% 24%, rgba(255, 152, 56, 0.16), rgba(255, 152, 56, 0) 30%);
  }

  .home-hero__container {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    width: min(42rem, calc(100% - 2.5rem));
    margin-inline: clamp(1rem, 2.5vw, 2.5rem) auto;
    padding: 0 0 0.75rem;
  }

  .home-hero__kicker {
    letter-spacing: 0.14em;
  }

  .home-hero__title {
    max-width: 12ch;
    line-height: 0.88;
    font-size: clamp(3.2rem, 6.4vw, 5.8rem);
  }

  .home-hero__text {
    max-width: 34rem;
    color: #e1e2ea;
    font-size: clamp(1.02rem, 1.25vw, 1.1rem);
    line-height: 1.72;
  }

  .home-hero__actions {
    margin-top: 1.15rem;
  }
}

/* Correctif anti-débordement mobile */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.home,
.home * {
  max-width: 100%;
}

.home-hero__container,
.home-vision__container,
.home-showcase__container,
.home-upcoming__container,
.home-writing-filters__container,
.home-join__container,
.home-footer__container {
  min-width: 0;
}

.home-spotlight-layout,
.home-grid,
.home-upcoming__grid,
.home-vision__grid,
.home-writing-masonry {
  min-width: 0;
}

.home-spotlight-card,
.home-culture-card,
.home-upcoming-card,
.home-value-card,
.home-manifesto__container {
  min-width: 0;
}

@media (max-width: 899px) {
  .home-mobile-carousel {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    overflow: hidden;
  }

  .home-mobile-carousel__viewport {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 20px;
  }

  .home-mobile-carousel__controls {
    inset-inline: 0.5rem;
    width: auto;
  }

  .home-mobile-carousel .home-carousel__slide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    justify-content: stretch;
  }

  .home-mobile-carousel .home-carousel__slide > * {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .home-mobile-spotlight-carousel .home-spotlight-card--uniform,
  .home-mobile-culture-carousel .home-culture-card {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}

@media (max-width: 480px) {
  .home-mobile-carousel__controls {
    inset-inline: 0.35rem;
  }

  .home-mobile-carousel__viewport {
    border-radius: 18px;
  }
}
