:root {
  --ink: #16132c;
  --paper: #ffffff;
  --lavender: #b6b1dd;
  --mint: #92fce9;
  --button-blue: #03225c;
  --pink: #efbbff;
  --content: 980px;
  --wide: 1290px;
}

@font-face {
  font-family: "A2P Futura Book";
  src: url("assets/fonts/futura-book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "A2P Futura Light";
  src: url("assets/fonts/futura-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
}

@font-face {
  font-family: "A2P Lulo";
  src: url("assets/fonts/lulo-clean-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 144px;
  color: var(--ink);
  background: var(--paper);
  font-family: "A2P Futura Book", Futura, "Avenir Next", "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 300;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:focus-visible {
  outline: 2px solid #746ea5;
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 0 rgba(22, 19, 44, 0.45);
}

.brand-bar {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
}

.brand-bar img {
  width: 192px;
  height: 32px;
  object-fit: contain;
}

.main-nav {
  height: 64px;
  min-height: 64px;
  border-bottom: 1px solid #66617d;
}

.nav-inner {
  width: min(100%, var(--content));
  height: 63px;
  min-height: 63px;
  margin: 0 auto;
  padding: 15px 0 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
}

.nav-link {
  min-height: 32px;
  height: 32px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #908c99;
  text-decoration: none;
  text-align: center;
  color: #373342;
  font-family: "A2P Futura Light", Futura, sans-serif;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.nav-link:first-child {
  border-left: 0;
}

.nav-link:last-child {
  border-right: 0;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[aria-current="page"] {
  color: #3d357a;
}

.nav-toggle {
  display: none;
}

.shell {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
}

.display-title,
.eyebrow,
.section-title,
.story-heading,
.drop-title,
.giant-title {
  margin: 0;
  font-family: "A2P Lulo", "Lulo Clean", "Arial Black", Futura, sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.06;
  text-transform: uppercase;
}

.site-footer {
  min-height: 840px;
  height: 840px;
  padding: 48px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background: var(--ink);
  text-align: center;
  font-weight: 300;
}

.footer-email,
.footer-label {
  display: block;
  margin-bottom: 26px;
  text-decoration: none;
}

.footer-socials {
  margin: 8px 0 55px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.footer-socials a {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.footer-socials img {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
}

.footer-copy {
  margin-top: 0;
  font-size: 15px;
}

/* Home */
.home-main {
  overflow: hidden;
}

.home-intro {
  width: min(calc(100% - 40px), var(--content));
  height: 281px;
  min-height: 281px;
  margin: 0 auto;
  padding: 104px 0 25px;
}

.home-intro .display-title {
  font-size: 31px;
}

.home-intro .lead-title {
  margin: 15px 0 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.05;
}

.home-story {
  width: 100%;
  margin: 0 auto;
}

.story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.story-row.landscape {
  height: 667px;
  min-height: 667px;
}

.story-row.portrait {
  height: auto;
  min-height: 0;
}

.story-row.late {
  height: auto;
  min-height: 0;
}

.story-row.story-empty {
  height: 773px;
}

.story-row.story-digital {
  height: 1016px;
}

.story-row.story-quote {
  height: 1106px;
}

.story-row.story-nft {
  height: 850px;
}

.story-row.story-design {
  height: 1130px;
}

.story-row.story-founder {
  height: 720px;
}

.story-row.story-facets {
  height: 972px;
}

.story-cell {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid var(--ink);
}

.story-cell + .story-cell {
  border-left: 1px solid var(--ink);
}

.story-row.open .story-cell + .story-cell {
  border-left: 0;
}

.story-row.open:not(.first-open) .story-cell {
  border-top: 0;
}

.story-copy {
  padding: 95px 175px 95px 150px;
}

.story-copy.compact {
  padding-top: 136px;
}

.story-cell + .story-copy {
  padding-left: 142px;
}

.story-hero .story-copy {
  padding-top: 73px;
}

.story-digital .story-copy {
  padding-top: 66px;
}

.story-quote .story-copy {
  padding-top: 104px;
}

.story-design .story-copy {
  padding-top: 227px;
}

.story-founder .story-copy {
  padding-top: 86px;
}

.story-facets .story-copy {
  padding-top: 40px;
}

.story-heading {
  margin-bottom: 28px;
  font-size: 33px;
  line-height: 1;
}

.story-empty .story-heading,
.story-facets .story-heading {
  line-height: 1.45;
}

.story-copy p {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

.story-media {
  overflow: hidden;
  background: #f4f3f5;
}

.story-media img,
.story-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-media.portrait-media img,
.story-media.portrait-media video {
  min-height: 100%;
  object-fit: cover;
}

.story-media.lavender {
  background: #aaa7d0;
}

.story-media.navy {
  background: var(--ink);
}

.home-diversity {
  height: 1759px;
  min-height: 1759px;
  padding: 0;
}

.home-diversity .inner {
  width: min(calc(100% - 80px), 744px);
  margin: 0 auto;
}

.home-diversity .story-heading {
  margin-bottom: 38px;
}

.home-diversity p {
  margin: 0 0 28px;
  font-size: 31px;
  line-height: 1.52;
}

/* Project pages */
.project-main {
  overflow: hidden;
}

.nfg-hero {
  height: 1810px;
  min-height: 1810px;
  padding: 92px 0 120px;
  overflow: hidden;
}

.nfg-hero .giant-title {
  font-size: 48px;
  text-align: center;
}

.nfg-hero .tagline {
  margin: 22px 0 10px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nfg-hero .subtag {
  margin: 0 0 103px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nfg-hero-image {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.nfg-copy-column {
  width: 600px;
  margin: 77px auto 0;
}

.nfg-copy-column .intro {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}

.nfg-copy-column p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
}

.news-section {
  height: 903px;
  min-height: 903px;
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
}

.news-section .eyebrow {
  font-size: 15px;
}

.documentary-label {
  margin: 184px 0 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.private-video {
  width: min(100%, 760px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border: 0;
  background: #fff;
}

.diversity-section {
  position: relative;
  height: 855px;
  min-height: 855px;
  padding: 105px 0 80px;
  overflow: hidden;
}

.diversity-section .section-title {
  width: 460px;
  margin-left: 103px;
  font-size: 54px;
}

.diversity-section .copy {
  width: 760px;
  margin: 60px auto 0;
}

.diversity-section .copy p {
  font-size: 16px;
  line-height: 1.58;
}

.diversity-section .copy .bold-copy {
  margin-top: 42px;
  font-size: 22px;
  font-weight: 700;
}

.nfg-more {
  position: absolute;
  right: 0;
  bottom: 68px;
  left: 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nfg-channel-strip {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 29px;
  background: #e6e6e6;
}

.artists-section {
  height: 1019px;
  min-height: 1019px;
  padding: 81px 0 120px;
  overflow: hidden;
  background: #fafafa;
  text-align: center;
}

.artists-section .section-title,
.gallery-section .section-title,
.nfg-copy-section .section-title,
.press-section .section-title,
.team-section .section-title {
  font-size: 44px;
  text-align: center;
}

.title-rule {
  width: 64px;
  height: 2px;
  margin: 26px auto 46px;
  background: var(--ink);
}

.artists-intro {
  width: min(calc(100% - 40px), 680px);
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

.artist-grid {
  width: min(calc(100% - 40px), 940px);
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.artist-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(0.9);
}

.artist-card h3 {
  margin: 28px 0 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-section {
  height: 676px;
  min-height: 676px;
  padding: 72px 0 0;
  overflow: hidden;
}

.nfg-gallery {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.nfg-gallery img {
  width: 100%;
  height: 428px;
  object-fit: cover;
}

.nfg-copy-section {
  padding: 80px 0;
}

.nfg-copy-section.project-copy {
  height: 477px;
  min-height: 477px;
  padding-top: 12px;
  overflow: hidden;
}

.nfg-copy-section.drop-copy {
  height: 1167px;
  min-height: 1167px;
  padding-top: 11px;
  overflow: hidden;
}

.nfg-copy-section .copy {
  width: min(calc(100% - 40px), 604px);
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
}

.project-copy .title-rule {
  margin-bottom: 107px;
}

.drop-copy .copy {
  width: min(calc(100% - 40px), var(--content));
}

.drop-copy .title-rule {
  margin-bottom: 122px;
}

.drop-copy .section-title {
  font-size: 35px;
  white-space: nowrap;
}

.drop-copy .copy > p {
  width: min(100%, 624px);
  margin-right: auto;
  margin-left: auto;
}

.nfg-copy-section .copy p {
  margin: 0 0 26px;
}

.text-link,
.black-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 24px;
  text-decoration: none;
  border: 1px solid var(--ink);
}

.text-link:hover,
.text-link:focus-visible {
  color: #fff;
  background: var(--ink);
}

.press-section {
  height: 1867px;
  min-height: 1867px;
  padding: 12px 0 120px;
  overflow: hidden;
}

.press-logos {
  width: 320px;
  margin: 65px auto 0;
  display: grid;
  gap: 42px;
}

.press-logos img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.team-section {
  height: 747px;
  min-height: 747px;
  padding: 82px 0 0;
  overflow: hidden;
  background: #fafafa;
}

.team-grid {
  width: 700px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 220px 220px;
  gap: 260px;
  text-align: center;
}

.team-card img {
  width: 190px;
  height: 190px;
  margin: 0 auto 28px;
  border-radius: 50%;
  object-fit: cover;
}

.team-card h3 {
  margin: 0 0 14px;
  font-family: "Arial Black", Futura, sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-card p {
  margin: 0;
  font-size: 13px;
}

/* Gaia */
.gaia-hero {
  position: relative;
  width: 100%;
  height: 889px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}

.gaia-hero video,
.gaia-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gaia-overlay {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  width: min(100%, var(--content));
  height: 278px;
  padding: 35px 42px;
  color: #fff;
  background: rgba(0, 0, 0, 0.92);
  transform: translateX(-50%);
}

.gaia-overlay .overlay-brand {
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 700;
}

.gaia-overlay .overlay-brand span {
  font-family: "Arial Black", Futura, sans-serif;
  font-size: 24px;
  letter-spacing: 0.07em;
}

.gaia-band {
  height: 153px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ink);
  text-align: center;
}

.gaia-band h1 {
  margin: 0;
  font-family: "Arial Black", Futura, sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.05;
  text-transform: uppercase;
}

.teaser-section {
  height: 661px;
  min-height: 661px;
  padding: 15px 0 0;
  text-align: center;
}

.teaser-section .eyebrow {
  margin-bottom: 72px;
  font-size: 16px;
}

.teaser-section .private-video {
  width: 100%;
}

.gaia-intro {
  height: 582px;
  min-height: 582px;
  padding: 65px 0;
}

.gaia-intro .leadword {
  font-family: "Arial Black", Futura, sans-serif;
  font-size: 38px;
}

.gaia-intro p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.62;
}

.drop-list {
  width: min(calc(100% - 40px), 940px);
  margin: 0 auto;
}

.gaia-drop {
  min-height: 0;
  padding: 90px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.gaia-drop:nth-child(1) {
  height: 852px;
}

.gaia-drop:nth-child(2) {
  height: 805px;
}

.gaia-drop:nth-child(3) {
  height: 897px;
}

.gaia-drop:nth-child(4) {
  height: 911px;
}

.gaia-drop:nth-child(even) .drop-media {
  order: 2;
}

.gaia-drop:nth-child(even) .drop-copy {
  order: 1;
}

.drop-media {
  border: 4px solid var(--ink);
  background: #fff;
}

.drop-media img,
.drop-media video {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.drop-title {
  margin-bottom: 8px;
  font-size: 31px;
}

.drop-copy h3 {
  margin: 0 0 10px;
  font-family: "Arial Black", Futura, sans-serif;
  font-size: 19px;
  line-height: 1.15;
  text-transform: uppercase;
}

.drop-copy p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
}

.sold-button {
  min-width: 135px;
  margin-top: 36px;
  padding: 8px 20px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  background: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.market-note {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.gaia-video-section,
.collective-section,
.gaia-feature,
.gaia-team {
  text-align: center;
}

.gaia-video-section {
  height: 645px;
  min-height: 645px;
  padding: 20px 0 0;
  overflow: hidden;
  background: #fbfbfb;
}

.gaia-video-section .eyebrow,
.collective-section .eyebrow,
.gaia-team .eyebrow {
  font-size: 15px;
}

.gaia-video-section .private-video,
.collective-section .private-video {
  width: min(100%, var(--content));
  margin-top: 49px;
}

.collective-section {
  height: 716px;
  min-height: 716px;
  padding: 30px 0 0;
  overflow: hidden;
  background: #fbfbfb;
}

.collective-section .eyebrow {
  margin: 0;
}

.collective-section h2.eyebrow {
  margin-bottom: 10px;
}

.collective-section p.eyebrow {
  margin-bottom: 42px;
}

.collective-section .private-video {
  margin-top: 0;
}

.gaia-feature {
  height: 797px;
  min-height: 797px;
  padding: 5px 0 0;
}

.gaia-feature .feature-card {
  width: min(100%, var(--content));
  height: 792px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.gaia-feature img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  order: 2;
}

.gaia-feature .black-button {
  width: 100%;
  height: 272px;
  margin: 0;
  border: 0;
  order: 1;
}

.black-button {
  margin-top: 25px;
  color: #fff;
  border-color: #fff;
  background: #000;
  text-transform: uppercase;
}

.gaia-team {
  height: 443px;
  min-height: 443px;
  padding: 135px 0 0;
}

/* Form pages */
.form-page-main {
  min-height: 860px;
}

.form-page-main + .site-footer {
  min-height: 840px;
}

.press-main {
  min-height: 862px;
  padding: 32px 30px 30px;
  background: var(--lavender);
}

.press-panel {
  width: min(100%, 1290px);
  min-height: 800px;
  margin: 0 auto;
  padding: 160px 112px 75px;
  background: #fff;
}

.press-heading {
  display: flex;
  gap: 38px;
  align-items: baseline;
}

.press-heading .giant-title {
  font-size: 56px;
}

.press-heading .section-title {
  font-size: 22px;
}

.press-panel .form-intro {
  margin: 48px 0 28px;
  font-size: 16px;
}

.press-form {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.press-form input {
  width: 274px;
  padding: 10px 0 9px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  outline-offset: 4px;
}

.press-form button {
  width: 146px;
  min-height: 42px;
  border: 0;
  color: #fff;
  background: var(--pink);
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 8px;
  font-size: 14px;
}

.form-status:empty {
  visibility: hidden;
}

.press-content-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: start;
}

.press-contents {
  margin: 10px 0 0;
}

.press-contents h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.press-contents ul {
  margin: 0;
  padding-left: 26px;
  font-size: 15px;
  font-style: italic;
}

.press-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.press-preview-grid img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  object-position: top;
}

.application-main {
  position: relative;
  min-height: 906px;
  padding: 85px 20px 76px;
  background: #fff;
  isolation: isolate;
}

.application-main::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 535px;
  content: "";
  background:
    linear-gradient(rgba(222, 210, 179, 0.12), rgba(222, 210, 179, 0.12)),
    url("assets/artist-application/application-background.jpg") center 32% / cover no-repeat;
}

.application-card {
  width: min(100%, 474px);
  margin: 0 auto;
  padding: 38px 32px 59px;
  background: var(--mint);
}

.application-card h1 {
  margin: 0 0 22px;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.application-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}

.application-form .wide {
  grid-column: 1 / -1;
}

.application-form input,
.application-form select {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border: 2px solid #18326f;
  border-radius: 0;
  color: #173269;
  background: transparent;
}

.application-form input::placeholder {
  color: #173269;
  opacity: 1;
}

.application-form button {
  min-height: 50px;
  border: 0;
  color: #fff;
  background: var(--button-blue);
  font-weight: 700;
  cursor: pointer;
}

.application-card .form-status {
  margin-top: 25px;
  color: #173269;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body {
    padding-top: 0;
  }

  .site-header {
    position: relative;
  }

  .brand-bar {
    height: 70px;
    justify-content: space-between;
    padding: 0 20px;
  }

  .brand-bar img {
    width: 168px;
    height: auto;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: grid;
    gap: 5px;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    background: transparent;
  }

  .nav-toggle span {
    height: 1px;
    background: currentColor;
  }

  .main-nav {
    height: auto;
    min-height: 0;
    display: none;
  }

  .main-nav.is-open {
    display: block;
  }

  .nav-inner {
    height: auto;
    min-height: 0;
    padding: 0;
    display: block;
  }

  .nav-link,
  .nav-link:first-child {
    min-height: 52px;
    border: 0;
    border-bottom: 1px solid #e5e4ea;
  }

  .home-intro {
    height: auto;
    min-height: 160px;
    padding: 56px 0 30px;
  }

  .home-intro .display-title {
    font-size: clamp(22px, 7vw, 31px);
  }

  .home-intro .lead-title {
    font-size: clamp(34px, 10vw, 55px);
  }

  .story-row {
    display: flex;
    flex-direction: column;
  }

  .story-row:nth-child(even) .story-copy {
    order: 1;
  }

  .story-row.landscape,
  .story-row.portrait,
  .story-row.late,
  .story-row.story-empty,
  .story-row.story-digital,
  .story-row.story-quote,
  .story-row.story-nft,
  .story-row.story-design,
  .story-row.story-founder,
  .story-row.story-facets {
    height: auto;
    min-height: 0;
  }

  .story-row .story-copy {
    order: 1;
  }

  .story-row .story-media {
    order: 2;
  }

  .story-row > [aria-hidden="true"] {
    display: none;
  }

  .story-cell + .story-cell {
    border-left: 0;
  }

  .story-row .story-copy,
  .story-row .story-copy.compact {
    padding: 64px 32px 84px;
  }

  .story-heading {
    font-size: 22px;
  }

  .story-copy p,
  .home-diversity p {
    font-size: 21px;
  }

  .story-media.portrait-media img,
  .story-media.portrait-media video {
    min-height: 0;
  }

  .home-diversity {
    height: auto;
    min-height: 0;
    padding: 110px 0 140px;
  }

  .nfg-hero,
  .news-section,
  .diversity-section,
  .artists-section,
  .gallery-section,
  .nfg-copy-section.project-copy,
  .nfg-copy-section.drop-copy,
  .press-section,
  .team-section,
  .teaser-section,
  .gaia-intro,
  .gaia-video-section,
  .collective-section,
  .gaia-feature,
  .gaia-team {
    height: auto;
    min-height: 0;
  }

  .nfg-hero {
    padding: 65px 0 95px;
  }

  .nfg-copy-section {
    padding: 80px 0;
  }

  .drop-copy .section-title {
    white-space: normal;
  }

  .nfg-hero .giant-title {
    font-size: 36px;
  }

  .nfg-copy-column,
  .diversity-section .copy {
    width: auto;
  }

  .news-section {
    padding: 80px 0 120px;
  }

  .documentary-label {
    margin-top: 90px;
  }

  .diversity-section .section-title {
    width: auto;
    margin-left: 0;
    font-size: clamp(36px, 10vw, 54px);
  }

  .nfg-more {
    position: static;
    margin-top: 60px;
  }

  .nfg-channel-strip {
    position: static;
    margin-top: 28px;
  }

  .artists-section,
  .gallery-section,
  .press-section,
  .team-section {
    padding: 90px 0 110px;
  }

  .artist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 24px;
  }

  .artist-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    justify-self: center;
  }

  .nfg-gallery {
    grid-template-columns: 1fr;
  }

  .nfg-gallery img {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .press-logos {
    width: min(calc(100% - 60px), 320px);
  }

  .team-grid {
    width: min(calc(100% - 60px), 620px);
    gap: 50px;
  }

  .gaia-overlay {
    left: 0;
    width: 100%;
    height: auto;
    padding: 22px;
    transform: none;
  }

  .gaia-overlay .overlay-brand {
    font-size: 24px;
  }

  .gaia-overlay .overlay-brand span {
    font-size: 16px;
  }

  .teaser-section {
    padding-bottom: 120px;
  }

  .gaia-hero {
    height: auto;
  }

  .gaia-hero video,
  .gaia-hero img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .gaia-drop {
    height: auto;
    min-height: 0;
    padding: 80px 0;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .drop-media img,
  .drop-media video {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .gaia-drop:nth-child(even) .drop-media,
  .gaia-drop:nth-child(even) .drop-copy {
    order: initial;
  }

  .collective-section h2.eyebrow {
    margin-top: 100px;
  }

  .collective-section p.eyebrow {
    margin-top: 0;
  }

  .gaia-feature .feature-card,
  .gaia-feature img,
  .gaia-feature .black-button {
    height: auto;
  }

  .gaia-feature .black-button {
    min-height: 180px;
  }

  .gaia-team {
    padding-top: 160px;
  }

  .press-panel {
    padding: 90px 50px 75px;
  }

  .press-content-row {
    grid-template-columns: 1fr;
  }

  .press-preview-grid img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 32px), var(--content));
  }

  .site-footer {
    height: auto;
    min-height: 520px;
  }

  .home-story {
    border: 0;
  }

  .home-diversity .inner {
    width: calc(100% - 48px);
  }

  .nfg-hero .tagline,
  .nfg-hero .subtag {
    font-size: 13px;
  }

  .nfg-copy-column .intro {
    font-size: 18px;
  }

  .artists-section .section-title,
  .gallery-section .section-title,
  .nfg-copy-section .section-title,
  .press-section .section-title,
  .team-section .section-title {
    font-size: 28px;
  }

  .artist-grid {
    grid-template-columns: 1fr;
  }

  .artist-card,
  .artist-card:last-child {
    width: 220px;
    grid-column: auto;
    justify-self: center;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .gaia-band h1 {
    font-size: 21px;
  }

  .gaia-hero video,
  .gaia-hero img {
    min-height: 360px;
  }

  .gaia-overlay .overlay-brand {
    font-size: 20px;
  }

  .gaia-feature .feature-card {
    padding: 22px;
  }

  .form-page-main + .site-footer {
    min-height: 520px;
  }

  .press-main {
    padding: 18px;
  }

  .press-panel {
    min-height: 0;
    padding: 72px 24px 65px;
  }

  .press-heading {
    display: block;
  }

  .press-heading .giant-title {
    font-size: 48px;
  }

  .press-heading .section-title {
    margin-top: 12px;
  }

  .press-form {
    align-items: stretch;
    flex-direction: column;
  }

  .press-form input,
  .press-form button {
    width: 100%;
  }

  .press-preview-grid {
    grid-template-columns: 1fr;
  }

  .application-main {
    padding: 60px 16px;
  }

  .application-main::before {
    height: 520px;
    background-position: 58% 20%;
  }

  .application-card {
    padding: 36px 22px 44px;
  }

  .application-form {
    grid-template-columns: 1fr;
  }

  .application-form .wide {
    grid-column: auto;
  }

  #application-links {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
