/*
 * DJ Gronk1e - site stylesheet
 *
 * Keep the rule order intact: later responsive and refinement rules deliberately
 * override earlier defaults. Work's approved refinements remain at the end.
 * The video privacy caption now uses the full available container width.
 */

@import url('/assets/fonts/poppins.css');

/* --------------------------------------------------------------------------
   Theme, colours and font defaults
   -------------------------------------------------------------------------- */

:root {
  color-scheme: dark;
  --ink: #fbefe0;
  --muted: #b8b3ac;
  --orange: #e98038;
  --line: #2a2825;
  --panel: #151515;
  --max: 1120px;
  font-family: Poppins,Arial,sans-serif;
  background: #000;
  color: var(--ink);
  font-synthesis: none;
}

/* --------------------------------------------------------------------------
   Base elements and accessibility defaults
   -------------------------------------------------------------------------- */

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  color: inherit;
  text-underline-offset: .25em;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(2rem,4vw,3.4rem);
}

h3 {
  font-size: 1.5rem;
}

p {
  color: var(--muted);
}

a:hover {
  color: var(--orange);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 6px;
}

::selection {
  background: var(--orange);
  color: #000;
}

[hidden] {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Page container and skip link
   -------------------------------------------------------------------------- */

.wrap {
  width: min(var(--max),calc(100% - 80px));
  margin-inline: auto;
}

.skip {
  position: fixed;
  z-index: 30;
  left: 20px;
  top: -100px;
  background: var(--ink);
  color: #000;
  padding: 10px 20px;
}

.skip:focus {
  top: 12px;
}

/* --------------------------------------------------------------------------
   Header and visible navigation
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #000f;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark {
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: -.045em;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 34px;
}

.site-nav a {
  font-size: .9rem;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 0;
}

/* --------------------------------------------------------------------------
   Section labels and hero
   -------------------------------------------------------------------------- */

.eyebrow {
  font-size: .8rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 24px;
}

.hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
  gap: 20px;
  min-height: 590px;
  padding-top: 52px;
  padding-bottom: 66px;
}

.hero h1 {
  font-size: clamp(3rem,6.5vw,5.7rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: 1;
  margin-bottom: 28px;
  white-space: nowrap;
}

.hero h2 {
  font-size: clamp(1.5rem,2.5vw,2rem);
  letter-spacing: -.035em;
  margin-bottom: 18px;
  line-height: 1.3;
}

.hero-description {
  max-width: 440px;
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 0;
  background: radial-gradient(ellipse at 50% 55%,#202020 0,#0c0c0c 45%,#000 70%);
}

.hero-art picture {
  position: relative;
  width: min(100%,330px);
}

.hero-art img {
  width: 100%;
  max-height: 435px;
  object-fit: contain;
}

/* --------------------------------------------------------------------------
   Buttons and action rows
   -------------------------------------------------------------------------- */

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: var(--ink);
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.5;
  text-align: center;
}

.button:hover {
  background: var(--orange);
  color: #000;
  border-color: var(--orange);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border-color: #555049;
}

.button.secondary:hover {
  color: var(--orange);
  border-color: var(--orange);
  background: transparent;
}

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  flex: none;
}

/* --------------------------------------------------------------------------
   Featured release and streaming links
   -------------------------------------------------------------------------- */

.music-section {
  border-top: 1px solid var(--line);
  padding: 78px 0 84px;
}

.release {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 76px;
  align-items: center;
}

.cover {
  border: 1px solid #292723;
  border-radius: 4px;
  overflow: hidden;
  max-width: 440px;
}

.cover img {
  width: 100%;
  aspect-ratio: 1;
}

.release h2 {
  font-size: clamp(2.3rem,4vw,3.4rem);
  max-width: 550px;
  margin-bottom: 20px;
}

.credit {
  color: var(--ink);
  font-size: .9rem;
  margin-bottom: 18px;
}

.release-description {
  max-width: 460px;
  font-size: .95rem;
}

.release .button-row {
  margin-top: 24px;
}

.streaming {
  margin-top: 26px;
}

.streaming>p {
  font-size: .84rem;
  margin-bottom: 12px;
}

.platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.platforms a {
  font-size: .85rem;
  font-weight: 500;
}

/* --------------------------------------------------------------------------
   Video player and full-width privacy caption
   -------------------------------------------------------------------------- */

.video-section {
  margin-top: 66px;
}

.video-topline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 18px;
}

.video-topline h3 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -.015em;
  margin: 0;
}

.text-link {
  font-size: .86rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #151515;
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: 5px;
}

.video-frame picture,
.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-load {
  position: absolute;
  left: clamp(12px, 2vw, 24px);
  bottom: clamp(9px, 2vw, 24px);
  max-width: calc(45% - 24px);
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid #555049;
  border-radius: 5px;
  background: #000;
  color: var(--ink);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.video-load:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.video-caption {
  font-size: .78rem;
  margin: 15px 0 0;
  max-width: 100%;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   About section
   -------------------------------------------------------------------------- */

.about-section {
  border-block: 1px solid var(--line);
  padding: 80px 0;
  background: var(--panel);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.about-grid h2 {
  max-width: 420px;
  margin-bottom: 0;
}

.about-copy p {
  font-size: .95rem;
}

.pronunciation {
  font-size: .8rem !important;
  color: var(--ink);
  border-top: 1px solid #37332e;
  padding-top: 22px;
  margin: 26px 0 0;
}

/* --------------------------------------------------------------------------
   Crew illustrations and descriptions
   -------------------------------------------------------------------------- */

.crew-section {
  padding: 82px 0 86px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 44px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading p {
  font-size: .88rem;
  max-width: 290px;
  margin-bottom: 5px;
}

.crew-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
}

.crew-member {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  align-items: end;
}

.crew-art {
  height: 300px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.crew-art img {
  height: 290px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom;
}

.crew-member h3 {
  margin-bottom: 14px;
}

.crew-member p {
  font-size: .85rem;
  margin-bottom: 7px;
  line-height: 1.9;
}

/* --------------------------------------------------------------------------
   Follow section
   -------------------------------------------------------------------------- */

.follow-section {
  border-top: 1px solid var(--line);
  padding: 54px 0 58px;
}

.follow-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.follow-grid h2 {
  font-size: clamp(1.8rem,3vw,2.45rem);
  margin-bottom: 15px;
}

.follow-grid p {
  font-size: .9rem;
  max-width: 560px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  font-size: .75rem;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.footer-links a {
  font-size: .75rem;
  text-decoration: none;
  padding: 5px 0;
}

/* --------------------------------------------------------------------------
   Privacy Policy and Terms of Use pages
   -------------------------------------------------------------------------- */

.legal-page {
  max-width: 760px;
  padding-top: 74px;
  padding-bottom: 84px;
  min-height: calc(100vh - 195px);
}

.legal-page h1 {
  font-size: clamp(2.5rem,5vw,4rem);
  margin-bottom: 24px;
}

.legal-page h2 {
  font-size: 1.35rem;
  letter-spacing: -.02em;
  margin-top: 36px;
  margin-bottom: 14px;
}

.legal-page p,
.legal-page li {
  font-size: .95rem;
}

.legal-page li {
  color: var(--muted);
  margin-bottom: 10px;
}

.document-date {
  font-size: .8rem !important;
  color: var(--orange);
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */

.contact-page {
  max-width: var(--max);
  padding-block: 105px 120px;
}

.contact-page .intro {
  max-width: 560px;
  font-size: 1.1rem;
}

.contact-email {
  font-size: clamp(1.4rem,3vw,2.2rem);
  font-weight: 600;
  word-break: break-word;
}

.contact-rule {
  width: 64px;
  height: 3px;
  background: var(--orange);
  margin: 40px 0;
}

/* --------------------------------------------------------------------------
   Custom 404 page
   -------------------------------------------------------------------------- */

.not-found {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 55px;
  align-items: center;
  min-height: calc(100vh - 202px);
  padding-block: 65px;
}

.not-found .error-code {
  font-size: clamp(4rem,8vw,7rem);
  line-height: 1;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 22px;
}

.not-found h1 {
  font-size: clamp(2rem,4vw,3.2rem);
}

.not-found p {
  max-width: 560px;
}

.not-found picture {
  width: 240px;
  max-width: 100%;
  justify-self: center;
}

.not-found .button-row {
  margin-top: 28px;
}

/* --------------------------------------------------------------------------
   Analytics consent controls
   -------------------------------------------------------------------------- */

.consent-banner {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  left: 20px;
  width: min(490px,calc(100% - 40px));
  padding: 22px 24px;
  background: #1c1b19;
  border: 1px solid #655c50;
  border-radius: 7px;
  box-shadow: 0 10px 50px #0009;
}

.consent-banner h2 {
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.consent-banner p {
  font-size: .8rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.consent-banner .button-row {
  gap: 10px;
}

.consent-banner .button {
  min-height: 44px;
  padding: 9px 16px;
  font-size: .8rem;
  background: transparent;
  color: var(--ink);
  border-color: #85786a;
}

.consent-banner .button:hover {
  background: transparent;
  color: var(--orange);
  border-color: var(--orange);
}

.consent-close {
  background: none;
  border: none;
  color: var(--muted);
  font-size: .75rem;
  text-decoration: underline;
  padding: 8px;
  margin-left: auto;
}

.privacy-status {
  font-size: .85rem;
  padding: 12px 0;
  color: var(--ink);
}

.analytics-frame {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  visibility: hidden;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Screen-reader utility
   -------------------------------------------------------------------------- */

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

/* --------------------------------------------------------------------------
   Base responsive layout: large desktop
   -------------------------------------------------------------------------- */

@media (min-width: 1450px) {
  .hero {
    min-height: 635px;
  }

  .hero-art picture {
    width: 350px;
  }
}

/* --------------------------------------------------------------------------
   Base responsive layout: tablet and narrow desktop
   -------------------------------------------------------------------------- */

@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 56px);
  }

  .hero {
    min-height: 520px;
  }

  .hero h1 {
    font-size: 6.4vw;
  }

  .release {
    gap: 42px;
  }

  .about-grid {
    gap: 45px;
  }

  .crew-grid {
    gap: 40px;
  }

  .crew-member {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .crew-art {
    height: 290px;
    justify-content: flex-start;
  }

  .crew-member p {
    max-width: 360px;
  }

  .crew-member h3 {
    margin-bottom: 12px;
  }
}

/* --------------------------------------------------------------------------
   Base responsive layout: mobile
   -------------------------------------------------------------------------- */

@media (max-width: 640px) {
  html {
    scroll-padding-top: 102px;
  }

  .wrap {
    width: calc(100% - 40px);
  }

  .header-inner {
    height: 78px;
    gap: 15px;
  }

  .wordmark {
    font-size: 1rem;
  }

  .site-nav {
    gap: 17px;
  }

  .site-nav a {
    font-size: .76rem;
  }

  .hero {
    grid-template-columns: 1.45fr 1fr;
    gap: 4px;
    min-height: 0;
    padding-block: 44px 48px;
  }

  .hero h1 {
    font-size: 7.5vw;
    white-space: normal;
    margin-bottom: 18px;
    letter-spacing: -.06em;
  }

  .hero h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .hero-description {
    font-size: .85rem;
    line-height: 1.8;
    margin-bottom: 23px;
  }

  .hero-art {
    align-self: start;
    min-height: 220px;
    margin-top: 12px;
  }

  .hero-art picture {
    width: 100%;
  }

  .hero-art img {
    max-height: 235px;
  }

  .hero .button {
    font-size: .78rem;
    padding: 11px 13px;
    min-height: 46px;
  }

  .hero .button-row {
    gap: 12px;
  }

  .hero .eyebrow {
    display: none;
  }

  .music-section {
    padding: 43px 0 48px;
  }

  .release {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cover {
    max-width: none;
  }

  .release h2 {
    font-size: 2.2rem;
  }

  .eyebrow {
    margin-bottom: 15px;
    font-size: .73rem;
  }

  .credit {
    font-size: .82rem;
  }

  .release-description {
    font-size: .9rem;
  }

  .video-section {
    margin-top: 40px;
  }

  .video-topline {
    display: block;
  }

  .video-topline .text-link {
    margin-top: 10px;
  }

  .video-topline h3 {
    font-size: 1rem;
  }

  .play-disc {
    width: 62px;
    height: 62px;
  }

  .video-caption {
    font-size: .75rem;
  }

  .about-section {
    padding: 48px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .about-grid h2 {
    font-size: 2.1rem;
  }

  .about-copy p {
    font-size: .9rem;
  }

  .crew-section {
    padding: 48px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 2.1rem;
    margin-bottom: 16px;
  }

  .section-heading p {
    max-width: 100%;
    font-size: .84rem;
  }

  .crew-grid {
    gap: 25px;
  }

  .crew-art {
    height: 230px;
    justify-content: center;
  }

  .crew-art img {
    height: auto;
    max-height: 230px;
  }

  .crew-member {
    gap: 23px;
  }

  .crew-member h3 {
    font-size: 1.2rem;
  }

  .crew-member p {
    font-size: .78rem;
    line-height: 1.8;
  }

  .follow-section {
    padding: 40px 0;
  }

  .follow-grid {
    display: block;
  }

  .follow-grid h2 {
    font-size: 1.8rem;
  }

  .follow-grid p {
    font-size: .86rem;
  }

  .follow-grid .button-row {
    margin-top: 24px;
  }

  .footer-inner {
    display: block;
  }

  .footer-links {
    gap: 8px 18px;
    margin-bottom: 17px;
  }

  .footer-inner p {
    font-size: .7rem;
  }

  .legal-page {
    padding-block: 46px 60px;
  }

  .legal-page h1 {
    font-size: 2.5rem;
    overflow-wrap: anywhere;
  }

  .legal-page p,
  .legal-page li {
    font-size: .9rem;
  }

  .contact-page {
    padding-block: 66px 85px;
    min-height: 65vh;
  }

  .not-found {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 44px;
  }

  .not-found picture {
    width: 145px;
  }

  .not-found h1 {
    font-size: 2.4rem;
  }

  .not-found p {
    font-size: .9rem;
  }

  .consent-banner {
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 17px 18px;
  }

  .consent-banner p {
    font-size: .76rem;
  }

  .consent-banner .button {
    font-size: .75rem;
  }

  .consent-banner .button-row {
    gap: 9px;
  }
}

/* --------------------------------------------------------------------------
   Base responsive layout: very narrow mobile
   -------------------------------------------------------------------------- */

@media (max-width: 359px) {
  .wrap {
    width: calc(100% - 28px);
  }

  .site-nav {
    gap: 11px;
  }

  .wordmark {
    font-size: .94rem;
  }

  .site-nav a {
    font-size: .7rem;
  }

  .hero {
    grid-template-columns: 1.6fr 1fr;
  }

  .hero h1 {
    font-size: 7.4vw;
  }

  .hero h2 {
    font-size: 1.12rem;
  }

  .hero-art {
    min-height: 185px;
  }

  .crew-grid {
    gap: 18px;
  }

  .crew-art {
    height: 205px;
  }

  .crew-art img {
    max-height: 205px;
  }

  .consent-banner .button {
    padding-inline: 12px;
  }
}

/* --------------------------------------------------------------------------
   Reduced-motion preference
   -------------------------------------------------------------------------- */

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
   Approved readability and responsive refinements
   Keep these after the base rules above to preserve their precedence.
   -------------------------------------------------------------------------- */

/* Readable type at every viewport; keep secondary labels distinct from body copy. */

.hero-description,
.release-description,
.about-copy p,
.crew-member p,
.legal-page p,
.legal-page li,
.follow-grid p {
  font-size: 1rem;
}

.eyebrow,
.site-nav a,
.credit,
.streaming>p,
.platforms a,
.text-link,
.video-caption,
.section-heading p,
.footer-links a,
.pronunciation,
.document-date,
.consent-banner p,
.consent-banner .button,
.consent-close {
  font-size: .875rem !important;
}

@media (max-width: 640px) {
  .site-nav {
    gap: 14px;
  }

  .hero {
    grid-template-columns: 1.55fr 1fr;
  }

  .hero h1 {
    font-size: 7.4vw;
  }

  .hero-description {
    font-size: 1rem;
  }

  .crew-member p {
    font-size: 1rem;
  }

  .crew-grid {
    gap: 28px;
  }

  .crew-art {
    height: 225px;
  }

  .footer-links {
    gap: 10px 18px;
  }

  .consent-banner {
    max-height: 70vh;
    overflow: auto;
  }
}

@media (max-width: 359px) {
  .site-nav {
    gap: 10px;
  }

  .site-nav a {
    font-size: .8125rem !important;
  }

  .wordmark {
    font-size: .875rem;
  }

  .hero {
    grid-template-columns: 1.7fr 1fr;
  }

  .crew-grid {
    gap: 20px;
  }
}

/* Focused header refinement: preserve direct links, allow comfortable reflow. */

html {
  scroll-padding-top: var(--header-offset,8rem);
}

.header-inner {
  height: auto;
  min-height: 88px;
  padding-block: 14px;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.wordmark {
  font-size: 1.42rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  max-width: 100%;
}

.site-nav a {
  font-size: .9375rem !important;
  white-space: nowrap;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
}

.hero-copy {
  min-width: 0;
}

@media (max-width: 640px) {
  .wordmark {
    font-size: 1.125rem;
  }

  .header-inner {
    min-height: 78px;
  }

  .site-nav {
    gap: 4px 8px;
  }
}

@media (max-width: 480px) {
  html {
    scroll-padding-top: var(--header-offset,10rem);
  }

  .header-inner {
    justify-content: center;
    gap: 2px;
    padding-block: 10px;
  }

  .wordmark {
    flex-basis: 100%;
    justify-content: center;
  }

  .site-nav {
    width: 100%;
    gap: 4px 16px;
  }

  .site-nav a {
    padding-inline: 8px;
    font-size: .9375rem !important;
  }
}

/* Larger text may need one crew column; keep each character and caption intact. */

@media (max-width: 640px) {
  .crew-grid {
    grid-template-columns: repeat(auto-fit,minmax(min(100%,8rem),1fr));
  }

  .crew-member {
    min-width: 0;
  }
}

.skip {
  top: 0;
  transform: translateY(-200%);
  max-width: calc(100% - 40px);
}

.skip:focus {
  top: 12px;
  transform: none;
}

@media (max-width: 640px) {
  .about-grid {
    grid-template-columns: minmax(0,1fr);
  }

  .hero-description,
  .about-grid h2,
  .follow-grid h2 {
    overflow-wrap: anywhere;
  }
}

/* Targeted paragraph wrapping and crew alignment refinement. */

.crew-section .section-heading p,
.follow-grid p {
  text-wrap: pretty;
}

@media (min-width: 1001px) {
  .crew-section .section-heading p {
    max-width: 360px;
  }

  .follow-grid p {
    max-width: 660px;
  }

  .follow-grid>div:first-child {
    min-width: 0;
  }

  .follow-grid>.button-row {
    flex-shrink: 0;
  }
}

@media (max-width: 1000px) {
  .crew-member {
    align-content: start;
    align-items: start;
  }
}

/* --------------------------------------------------------------------------
   Hero glow: extend to the section divider on desktop and tablet
   The 66px extension matches .hero's bottom padding above 640px. Only the
   background expands; the character and layout stay in their existing places.
   A centred gradient fades to black before the layer's outer edges.
   -------------------------------------------------------------------------- */

@media (min-width: 641px) {
  .hero-art {
    background: none;
    isolation: isolate;
  }

  .hero-art::before {
    content: "";
    position: absolute;
    inset: 0 0 -66px;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(
      ellipse at 50% 50%,
      #202020 0%,
      #0c0c0c 45%,
      #000 70%
    );
  }
}
