/* =========================================================
   TCR YOUTH
   ========================================================= */

:root {
  --youth-black: #050509;
  --youth-navy: #080b18;
  --youth-red: #a80d18;
  --youth-red-bright: #d71928;
  --youth-cream: #f5e6ca;
  --youth-white: #fffaf1;
  --youth-muted: rgba(255, 250, 241, 0.58);
  --youth-faint: rgba(245, 230, 202, 0.12);
}


/* =========================================================
   GLOBAL
   ========================================================= */

body {
  background: var(--youth-black);
  color: var(--youth-white);
}

main {
  overflow: hidden;
}

a {
  color: inherit;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.site-header {
  background: transparent;
}

.navigation a {
  color: var(--youth-white);
}

.menu-button span {
  background: var(--youth-cream);
}


/* =========================================================
   SHARED SECTION LABEL
   ========================================================= */

.section-label {
  display: flex;
  align-items: center;
  gap: 18px;

  margin-bottom: 70px;

  color: var(--youth-muted);

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.section-label span {
  color: var(--youth-red-bright);
}


/* =========================================================
   HERO
   ========================================================= */

.youth-hero {
  position: relative;

  min-height: 100vh;
  padding: 130px 6vw 55px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background:
    radial-gradient(
      circle at 75% 35%,
      rgba(167, 13, 24, 0.16),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--youth-black),
      var(--youth-navy)
    );

  border-bottom: 1px solid var(--youth-faint);
}


.youth-hero-top,
.youth-hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.youth-label,
.youth-index,
.youth-scroll {
  margin: 0;

  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--youth-muted);
}


.youth-label {
  color: var(--youth-red-bright);
}


.youth-hero-content {
  max-width: 1100px;
}


.youth-hero-content h1 {
  margin: 0;

  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;

  font-size: clamp(110px, 19vw, 300px);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: -0.035em;

  color: var(--youth-white);
}


.youth-hero-content h1 span {
  color: var(--youth-red-bright);
}


.youth-hero-statement {
  max-width: 500px;

  margin: 45px 0 0;

  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.2;
  font-weight: 500;

  color: var(--youth-cream);
}


.youth-hero-bottom {
  align-items: flex-end;
}


.youth-hero-bottom p {
  max-width: 320px;

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;

  color: var(--youth-muted);
}


/* =========================================================
   INTRODUCTION
   ========================================================= */

.youth-intro {
  padding: 150px 6vw;

  background: var(--youth-black);
}


.youth-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 10vw;
  align-items: start;
}


.youth-intro-grid h2,
.youth-beyond h2,
.youth-for-heading h2,
.youth-collaboration-header h2,
.youth-registration-header h2 {
  margin: 0;

  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;

  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
}


.youth-intro-grid h2 {
  font-size: clamp(55px, 7vw, 105px);
  color: var(--youth-cream);
}


.youth-intro-copy {
  max-width: 620px;
}


.youth-intro-copy p {
  margin: 0 0 28px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;

  color: var(--youth-muted);
}


.youth-intro-copy .large-copy {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.45;
  color: var(--youth-white);
}


.youth-intro-copy strong {
  color: var(--youth-cream);
  font-weight: 600;
}


.accent-copy {
  color: var(--youth-red-bright) !important;
  font-family: "DM Mono", monospace !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
}


/* =========================================================
   PARTICIPATION CARDS
   ========================================================= */

.youth-participation {
  padding: 130px 6vw;

  background: var(--youth-navy);
}


.youth-participation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;

  background: rgba(245, 230, 202, 0.16);
}


.youth-card {
  position: relative;

  min-height: 330px;
  padding: 40px;

  background: var(--youth-navy);

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}


.youth-card:hover {
  background: rgba(168, 13, 24, 0.12);
}


.youth-card-number {
  display: block;

  margin-bottom: 70px;

  color: var(--youth-red-bright);

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}


.youth-card h3 {
  margin: 0 0 20px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;

  color: var(--youth-cream);
}


.youth-card p {
  max-width: 440px;

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;

  color: var(--youth-muted);
}


.youth-card small {
  display: block;

  margin-top: 30px;

  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;

  color: rgba(245, 230, 202, 0.35);
}


/* =========================================================
   BEYOND THE SIMULATION
   ========================================================= */

.youth-beyond {
  padding: 160px 6vw;

  background:
    linear-gradient(
      120deg,
      var(--youth-black) 0%,
      #100a12 100%
    );
}


.youth-beyond-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10vw;
}


.youth-beyond h2 {
  font-size: clamp(60px, 8vw, 120px);
  color: var(--youth-white);
}


.youth-beyond-copy {
  max-width: 560px;
}


.youth-beyond-copy p {
  margin: 0 0 28px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;

  color: var(--youth-muted);
}


.youth-beyond-copy strong {
  color: var(--youth-cream);
}


.youth-no-list {
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin: 45px 0;
  padding-left: 20px;

  border-left: 1px solid var(--youth-red);
}


.youth-no-list span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;

  color: rgba(245, 230, 202, 0.45);
}


/* =========================================================
   WHO IS IT FOR
   ========================================================= */

.youth-for {
  padding: 150px 6vw;

  background: var(--youth-cream);
  color: var(--youth-black);
}


.youth-for .section-label {
  color: rgba(5, 5, 9, 0.55);
}


.youth-for .section-label span {
  color: var(--youth-red);
}


.youth-for-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
}


.youth-for-heading h2 {
  font-size: clamp(65px, 8vw, 125px);
  color: var(--youth-black);
}


.youth-for-copy {
  max-width: 620px;
}


.youth-for-copy p {
  margin: 0 0 28px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;

  color: rgba(5, 5, 9, 0.62);
}


.youth-for-copy .large-copy {
  font-size: clamp(20px, 2.2vw, 29px);
  line-height: 1.45;
  color: var(--youth-black);
}


.youth-for-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  margin-top: 60px;

  border-top: 1px solid rgba(5, 5, 9, 0.18);
}


.youth-for-list div {
  display: flex;
  gap: 20px;
  align-items: center;

  padding: 18px 0;

  border-bottom: 1px solid rgba(5, 5, 9, 0.18);
}


.youth-for-list span {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  color: var(--youth-red);
}


.youth-for-list p {
  margin: 0;

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--youth-black);
}


/* =========================================================
   COLLABORATIONS
   ========================================================= */

.youth-collaborations {
  padding: 150px 6vw;

  background: var(--youth-black);
}


.youth-collaboration-header {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  align-items: end;
}


.youth-collaboration-header h2 {
  font-size: clamp(60px, 8vw, 120px);
  color: var(--youth-cream);
}


.youth-collaboration-header > p {
  max-width: 430px;

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;

  color: var(--youth-muted);
}


.youth-collaboration-line {
  display: flex;
  justify-content: space-between;

  margin-top: 100px;
  padding: 20px 0;

  border-top: 1px solid var(--youth-faint);
  border-bottom: 1px solid var(--youth-faint);

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
}


.youth-collaboration-line span:last-child {
  color: var(--youth-red-bright);
}


/* =========================================================
   PROCESS
   ========================================================= */

.youth-process {
  padding: 150px 6vw;

  background: var(--youth-navy);
}


.youth-process-list {
  border-top: 1px solid var(--youth-faint);
}


.youth-process-item {
  display: grid;
  grid-template-columns: 100px 1fr;

  gap: 30px;

  padding: 38px 0;

  border-bottom: 1px solid var(--youth-faint);

  transition: padding-left 0.3s ease;
}


.youth-process-item:hover {
  padding-left: 15px;
}


.youth-process-item > span {
  color: var(--youth-red-bright);

  font-family: "DM Mono", monospace;
  font-size: 11px;
}


.youth-process-item h3 {
  margin: 0 0 10px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;

  color: var(--youth-cream);
}


.youth-process-item p {
  max-width: 600px;

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;

  color: var(--youth-muted);
}


/* =========================================================
   REGISTRATION
   ========================================================= */

.youth-registration {
  padding: 150px 6vw;

  background: var(--youth-cream);
  color: var(--youth-black);
}


.youth-registration .section-label {
  color: rgba(5, 5, 9, 0.55);
}


.youth-registration .section-label span {
  color: var(--youth-red);
}


.youth-registration-header {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 10vw;
  align-items: end;

  margin-bottom: 100px;
}


.youth-registration-header h2 {
  font-size: clamp(75px, 10vw, 150px);
  color: var(--youth-black);
}


.youth-registration-header > div {
  max-width: 420px;
}


.youth-registration-header p {
  margin: 0 0 18px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;

  color: rgba(5, 5, 9, 0.58);
}


.youth-form {
  max-width: 950px;
}


.youth-form .form-field {
  margin-bottom: 42px;
}


.youth-form .form-field > label {
  display: block;

  margin-bottom: 12px;

  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;

  color: rgba(5, 5, 9, 0.55);
}


.youth-form input[type="text"],
.youth-form input[type="email"],
.youth-form input[type="tel"],
.youth-form input[type="number"],
.youth-form textarea {
  width: 100%;

  padding: 16px 0;

  border: none;
  border-bottom: 1px solid rgba(5, 5, 9, 0.22);

  outline: none;

  background: transparent;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;

  color: var(--youth-black);

  transition:
    border-color 0.25s ease;
}


.youth-form input:focus,
.youth-form textarea:focus {
  border-color: var(--youth-red);
}


.youth-form textarea {
  min-height: 140px;
  resize: vertical;
}


/* =========================================================
   INTEREST OPTIONS
   ========================================================= */

.interest-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}


.interest-option {
  cursor: pointer;
}


.interest-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


.interest-option span {
  display: block;

  padding: 20px;

  border: 1px solid rgba(5, 5, 9, 0.2);

  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;

  color: rgba(5, 5, 9, 0.6);

  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}


.interest-option:hover span {
  border-color: var(--youth-red);
  color: var(--youth-black);
}


.interest-option.selected span {
  background: var(--youth-red);
  border-color: var(--youth-red);
  color: var(--youth-white);
  transform: translateY(-2px);
}


/* =========================================================
   SUBMIT
   ========================================================= */

.youth-submit {
  margin-top: 65px;
}


.youth-submit-button {
  padding: 20px 34px;

  border: none;

  background: var(--youth-black);
  color: var(--youth-cream);

  cursor: pointer;

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}


.youth-submit-button:hover {
  background: var(--youth-red);
  transform: translateY(-3px);
}


.youth-submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


.form-message {
  margin-top: 18px;

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
}


.form-message.success {
  color: #28734a;
}


.form-message.error {
  color: var(--youth-red);
}


.youth-form-note {
  max-width: 500px;

  margin: 28px 0 0;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.6;

  color: rgba(5, 5, 9, 0.45);
}


/* =========================================================
   CLOSING
   ========================================================= */

.youth-closing {
  min-height: 80vh;

  padding: 150px 6vw;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(215, 25, 40, 0.18),
      transparent 35%
    ),
    var(--youth-black);
}


.youth-closing-label {
  margin: 0 0 55px;

  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.16em;

  color: var(--youth-red-bright);
}


.youth-closing h2 {
  max-width: 1200px;

  margin: 0;

  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;

  font-size: clamp(55px, 8.5vw, 135px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.025em;

  color: var(--youth-white);
}


.youth-closing h2 span {
  display: block;
  color: var(--youth-red-bright);
}


.youth-closing-copy {
  max-width: 500px;

  margin: 55px 0 40px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;

  color: var(--youth-muted);
}


.youth-closing-copy strong {
  color: var(--youth-cream);
}


.youth-closing-button {
  align-self: flex-start;

  padding: 17px 25px;

  border: 1px solid rgba(245, 230, 202, 0.3);

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;

  color: var(--youth-cream);
  text-decoration: none;

  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}


.youth-closing-button:hover {
  background: var(--youth-red);
  border-color: var(--youth-red);
  transform: translateY(-3px);
}


/* =========================================================
   FOOTER
   ========================================================= */

.tcr-footer {
  background: var(--youth-navy);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

  .youth-hero {
    min-height: 90vh;
    padding: 110px 6vw 40px;
  }

  .youth-hero-top {
    align-items: flex-start;
  }

  .youth-index {
    display: none;
  }

  .youth-hero-content h1 {
    font-size: clamp(85px, 25vw, 150px);
  }

  .youth-hero-statement {
    margin-top: 30px;
    font-size: 21px;
  }

  .youth-hero-bottom {
    display: block;
  }

  .youth-scroll {
    display: block;
    margin-top: 25px;
  }


  .youth-intro,
  .youth-participation,
  .youth-beyond,
  .youth-for,
  .youth-collaborations,
  .youth-process,
  .youth-registration {
    padding: 100px 6vw;
  }


  .section-label {
    margin-bottom: 50px;
  }


  .youth-intro-grid,
  .youth-beyond-content,
  .youth-for-grid,
  .youth-collaboration-header,
  .youth-registration-header {
    grid-template-columns: 1fr;
    gap: 55px;
  }


  .youth-intro-grid h2 {
    font-size: 60px;
  }


  .youth-participation-grid {
    grid-template-columns: 1fr;
  }


  .youth-card {
    min-height: 290px;
    padding: 30px;
  }


  .youth-card-number {
    margin-bottom: 50px;
  }


  .youth-beyond h2,
  .youth-for-heading h2,
  .youth-collaboration-header h2 {
    font-size: 65px;
  }


  .youth-for-list {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }


  .youth-collaboration-line {
    margin-top: 65px;
    gap: 20px;
  }


  .youth-process-item {
    grid-template-columns: 45px 1fr;
    gap: 15px;
    padding: 30px 0;
  }


  .youth-registration-header {
    margin-bottom: 70px;
  }


  .youth-registration-header h2 {
    font-size: 85px;
  }


  .interest-options {
    grid-template-columns: 1fr;
  }


  .youth-closing {
    min-height: 75vh;
    padding: 100px 6vw;
  }


  .youth-closing h2 {
    font-size: clamp(55px, 16vw, 100px);
  }

}


@media (max-width: 480px) {

  .youth-hero-content h1 {
    font-size: 23vw;
  }

  .youth-hero-statement {
    font-size: 19px;
  }

  .youth-intro-grid h2,
  .youth-beyond h2,
  .youth-for-heading h2,
  .youth-collaboration-header h2 {
    font-size: 52px;
  }

  .youth-registration-header h2 {
    font-size: 70px;
  }

  .youth-card h3 {
    font-size: 21px;
  }

  .youth-card p,
  .youth-beyond-copy p,
  .youth-collaboration-header > p,
  .youth-for-copy p {
    font-size: 13px;
  }

}

/* =========================================================
   TCR YOUTH — NAVIGATION
   ========================================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 82px;

  padding: 0 42px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  z-index: 100;

  background: transparent;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  display: block;

  width: 46px;
  height: auto;

  object-fit: contain;
}

.navigation {
  display: flex;
  gap: 34px;

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.navigation a {
  color: var(--youth-white);
  opacity: 0.65;

  text-decoration: none;

  transition:
    opacity 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.navigation a:hover {
  opacity: 1;
  color: var(--youth-cream);
  transform: translateY(-2px);
}

/* Current page */

.navigation a.active {
  color: var(--youth-red-bright);
  opacity: 1;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.menu-button {
  display: none;

  width: 30px;
  height: 30px;

  padding: 0;
  border: none;

  background: transparent;

  cursor: pointer;

  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.menu-button span {
  display: block;

  width: 24px;
  height: 1px;

  margin: 4px 0;

  background: var(--youth-cream);

  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    width 0.3s ease;
}

.menu-button.active span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.menu-button.active span:nth-child(2) {
  opacity: 0;
}

.menu-button.active span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}


/* =========================================================
   TCR YOUTH — FOOTER
   ========================================================= */

.tcr-footer {
  position: relative;

  padding: 80px 6vw 25px;

  background: var(--youth-navy);
  color: var(--youth-white);

  border-top: 1px solid rgba(245, 230, 202, 0.18);
}

.footer-main {
  display: grid;

  grid-template-columns: 2.2fr 1fr 1fr 1.2fr;

  gap: 60px;

  padding-bottom: 80px;
}

.footer-identity {
  max-width: 360px;
}

.footer-logo {
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;

  font-size: clamp(38px, 4.5vw, 62px);

  line-height: 0.9;

  color: var(--youth-cream);

  opacity: 0.85;

  font-weight: 400;

  margin-bottom: 22px;
}

.footer-description {
  max-width: 330px;

  margin: 0;

  color: rgba(255, 250, 241, 0.55);

  font-family: Arial, sans-serif;

  font-size: 13px;
  line-height: 1.6;
}

.footer-column {
  display: flex;

  flex-direction: column;
  align-items: flex-start;

  gap: 13px;
}

.footer-column > span {
  margin-bottom: 12px;

  color: var(--youth-red-bright);

  font-family: Arial, sans-serif;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: 0.2em;
}

.footer-column a,
.footer-location {
  margin: 0;

  color: rgba(255, 250, 241, 0.58);

  font-family: Arial, sans-serif;

  font-size: 11px;

  text-decoration: none;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.footer-column a:hover {
  color: var(--youth-cream);
  transform: translateX(5px);
}

.footer-location {
  margin-top: 8px;

  color: rgba(245, 230, 202, 0.45);
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.footer-bottom {
  display: grid;

  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  gap: 20px;

  padding-top: 20px;

  border-top: 1px solid rgba(245, 230, 202, 0.12);

  color: rgba(245, 230, 202, 0.35);

  font-family: Arial, sans-serif;

  font-size: 8px;
  font-weight: 700;

  letter-spacing: 0.14em;
}

.footer-bottom a {
  color: rgba(245, 230, 202, 0.35);

  text-decoration: none;

  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: var(--youth-cream);
}

.footer-bottom span:last-child {
  text-align: right;
}


/* =========================================================
   MOBILE NAVIGATION + FOOTER
   ========================================================= */

@media (max-width: 800px) {

   .site-header {

    height: 70px;

    padding: 0 22px;

    background: var(--youth-black);

  }

  .logo img {

    width: 42px;

  }

  .menu-button {

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    width: 32px;

    height: 32px;

    padding: 0;

    border: none;

    background: transparent;

    cursor: pointer;

  }

  .menu-button span {

    display: block;

    width: 22px;

    height: 1px;

    background: var(--youth-cream);

  }

  .navigation {

    display: none;

  }

  .navigation.mobile-open {

    display: flex;

    position: fixed;

    top: 70px;

    left: 0;

    width: 100%;

    padding: 25px 22px 30px;

    box-sizing: border-box;

    flex-direction: column;

    align-items: flex-start;

    gap: 0;

    background: var(--youth-black);

    border-top: 1px solid rgba(245, 230, 202, 0.15);

    border-bottom: 1px solid rgba(245, 230, 202, 0.15);

    z-index: 99;

  }

  .navigation.mobile-open a {

    display: block;

    width: 100%;

    padding: 15px 0;

    font-family: "DM Mono", monospace;

    font-size: 12px;

    letter-spacing: 0.08em;

    color: var(--youth-white);

    text-decoration: none;

  }

  .navigation.mobile-open a.active {

    color: var(--youth-cream);

  }

}
  /* FOOTER */

  .tcr-footer {
    padding: 65px 6vw 25px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;

    gap: 50px 28px;

    padding-bottom: 60px;
  }

  .footer-identity {
    grid-column: 1 / -1;
  }

  .footer-logo {
    font-size: clamp(44px, 12vw, 65px);

    margin-bottom: 20px;
  }

  .footer-description {
    max-width: 340px;

    font-size: 14px;
    line-height: 1.65;
  }

  .footer-column {
    gap: 14px;
  }

  .footer-column > span {
    margin-bottom: 12px;

    font-size: 10px;
  }

  .footer-column a,
  .footer-location {
    font-size: 13px;
    line-height: 1.4;
  }

  .footer-location {
    margin-top: 8px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;

    gap: 12px;

    padding-top: 22px;

    font-size: 9px;
    line-height: 1.5;
  }

  .footer-bottom span:last-child {
    text-align: left;
  }




@media (max-width: 480px) {

  .footer-description {
    font-size: 13px;
  }

  .footer-column a,
  .footer-location {
    font-size: 12px;
  }

}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 42px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: space-between;

  z-index: 100;
  background: transparent;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  display: block;
  width: 46px;
  height: auto;
  object-fit: contain;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 34px);

  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.navigation a {
  color: var(--youth-white);
  opacity: 0.65;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.navigation a:hover {
  opacity: 1;
  color: var(--youth-cream);
  transform: translateY(-2px);
}

.navigation a.active {
  color: var(--youth-red-bright);
  opacity: 1;
}
/* =========================================================
   FIX — MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 800px) {

  .navigation {
    display: none;
  }

  .navigation.mobile-open {
    display: flex;
  }

  .menu-button {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;

    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
  }

  .menu-button span {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--youth-cream);
  }

}
/* =========================================================
   FINAL MOBILE NAV FIX
   ========================================================= */

@media (max-width: 800px) {

  .menu-button {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;

    width: 32px;
    height: 32px;

    padding: 0;
    border: none;
    background: transparent;

    cursor: pointer;
    z-index: 101;
  }

  .menu-button span {
    display: block !important;
    width: 22px;
    height: 1px;

    margin: 0;

    background: var(--youth-cream);
  }

  .navigation {
    display: none !important;
  }

  .navigation.mobile-open {
    display: flex !important;

    position: fixed;
    top: 70px;
    left: 0;

    width: 100%;

    padding: 25px 22px 30px;
    box-sizing: border-box;

    flex-direction: column;
    align-items: flex-start;
    gap: 0;

    background: var(--youth-black);

    border-top: 1px solid rgba(245, 230, 202, 0.15);
    border-bottom: 1px solid rgba(245, 230, 202, 0.15);

    z-index: 99;
  }

  .navigation.mobile-open a {
    display: block;

    width: 100%;
    padding: 15px 0;

    font-family: "DM Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.08em;

    color: var(--youth-white);
    text-decoration: none;
  }

}