/* =========================================================
   THE CRISIS ROOM — COLLABORATE
   ========================================================= */

:root {
  --tcr-navy: #000717;
  --tcr-red: #7E0106;
  --tcr-white: #FFFFFF;
  --tcr-cream: #F7E0B8;
  --tcr-muted: rgba(255, 255, 255, 0.58);
  --tcr-line: rgba(247, 224, 184, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--tcr-navy);
  color: var(--tcr-white);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}


/* =========================================================
   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 {
  opacity: 0.72;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

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

.navigation a:last-child {
  color: var(--tcr-cream);
  opacity: 1;
}

.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(--tcr-white);
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}


/* =========================================================
   GLOBAL SECTION LABEL
   ========================================================= */

.collab-section-label {
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tcr-line);

  color: var(--tcr-red);

  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}


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

.collab-hero {
  min-height: 100vh;
  padding: 145px 6vw 65px;

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

  border-bottom: 1px solid var(--tcr-line);

  position: relative;
  overflow: hidden;
}

.collab-hero::before {
  content: "COLLABORATE";
  position: absolute;
  right: -20px;
  bottom: 30px;

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

  font-size: clamp(100px, 17vw, 260px);
  line-height: 0.8;

  color: rgba(247, 224, 184, 0.025);
  white-space: nowrap;
  pointer-events: none;
}

.collab-label {
  color: var(--tcr-cream);

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

.collab-hero h1 {
  position: relative;
  z-index: 1;

  margin: auto 0;

  max-width: 1100px;

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

  font-size: clamp(80px, 14vw, 210px);
  line-height: 0.78;
  font-weight: 400;
  letter-spacing: -0.035em;

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

.collab-hero h1 br:last-of-type {
  display: none;
}

.collab-hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;

  position: relative;
  z-index: 2;
}

.collab-hero-bottom p {
  max-width: 500px;
  margin: 0;

  color: rgba(255, 255, 255, 0.62);

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

.collab-scroll {
  color: var(--tcr-red);

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


/* =========================================================
   WAYS TO COLLABORATE
   ========================================================= */

.collab-types {
  padding: 100px 6vw 130px;
}

.collab-types-grid {
  margin-top: 55px;

  display: grid;
  grid-template-columns: repeat(12, 1fr);

  border-top: 1px solid var(--tcr-line);
  border-left: 1px solid var(--tcr-line);
}

.collab-type {
  min-height: 300px;
  padding: 30px;

  display: flex;
  flex-direction: column;

  border-right: 1px solid var(--tcr-line);
  border-bottom: 1px solid var(--tcr-line);

  position: relative;

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

/* asymmetric editorial grid */

.collab-type:nth-child(1) {
  grid-column: span 5;
}

.collab-type:nth-child(2) {
  grid-column: span 7;
}

.collab-type:nth-child(3) {
  grid-column: span 4;
}

.collab-type:nth-child(4) {
  grid-column: span 4;
}

.collab-type:nth-child(5) {
  grid-column: span 4;
}

.collab-type:hover {
  background: rgba(126, 1, 6, 0.12);
}

.collab-type > span {
  color: var(--tcr-red);

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

.collab-type h2 {
  margin: auto 0 18px;

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

  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.85;
  font-weight: 400;
  letter-spacing: -0.02em;

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

.collab-type p {
  max-width: 360px;
  margin: 0;

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

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


/* =========================================================
   WHY TCR / PITCH
   ========================================================= */

.collab-pitch {
  padding: 100px 6vw 120px;

  background: var(--tcr-cream);
  color: var(--tcr-navy);
}

.collab-pitch .collab-section-label {
  color: var(--tcr-red);
  border-color: rgba(0, 7, 23, 0.18);
}

.collab-pitch-header {
  margin-top: 60px;

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: end;
}

.collab-pitch-stamp {
  display: flex;
  flex-direction: column;
  gap: 8px;

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

.collab-pitch-stamp span:first-child {
  color: var(--tcr-red);
}

.collab-pitch-stamp span:last-child {
  opacity: 0.45;
}

.collab-pitch-header h2 {
  margin: 0;

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

  font-size: clamp(75px, 11vw, 165px);
  line-height: 0.78;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.collab-pitch-grid {
  margin-top: 100px;

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}

.collab-pitch-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collab-pitch-number {
  color: var(--tcr-red);

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

.collab-pitch-intro p {
  max-width: 370px;
  margin: 80px 0 0;

  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.collab-pitch-points {
  border-top: 1px solid rgba(0, 7, 23, 0.25);
}

.collab-pitch-points article {
  padding: 30px 0 35px;

  border-bottom: 1px solid rgba(0, 7, 23, 0.25);
}

.collab-pitch-points article > span {
  color: var(--tcr-red);

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

.collab-pitch-points h3 {
  max-width: 700px;
  margin: 15px 0 12px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(21px, 2.3vw, 34px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.collab-pitch-points p {
  max-width: 570px;
  margin: 0;

  color: rgba(0, 7, 23, 0.58);

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

.collab-pitch-bottom {
  margin-top: 110px;
  padding-top: 35px;

  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: end;

  border-top: 1px solid rgba(0, 7, 23, 0.25);
}

.collab-pitch-bottom span {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.collab-pitch-bottom span:last-child {
  text-align: right;
  color: var(--tcr-red);
}

.collab-pitch-bottom strong {
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;

  font-size: clamp(45px, 6vw, 90px);
  line-height: 0.8;
  font-weight: 400;
  letter-spacing: -0.025em;
}


/* =========================================================
   FORM SECTION
   ========================================================= */

.collab-form-section {
  padding: 110px 6vw 130px;
}

.collab-form-intro {
  margin-top: 65px;

  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: end;
}

.collab-form-intro h2 {
  margin: 0;

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

  font-size: clamp(70px, 10vw, 145px);
  line-height: 0.78;
  font-weight: 400;
  letter-spacing: -0.035em;

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

.collab-form-intro p {
  max-width: 360px;
  margin: 0 0 8px;

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

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


/* =========================================================
   FORM
   ========================================================= */

.collab-form {
  max-width: 1050px;
  margin: 100px 0 0 auto;

  border-top: 1px solid var(--tcr-line);
}

.form-field {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 40px;

  padding: 27px 0;

  border-bottom: 1px solid var(--tcr-line);
}

.form-field label {
  padding-top: 5px;

  color: var(--tcr-red);

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

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;

  border: none;
  border-bottom: 1px solid rgba(247, 224, 184, 0.2);
  outline: none;

  background: transparent;

  color: var(--tcr-white);

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

  padding: 5px 0 14px;

  border-radius: 0;

  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

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

.form-field select {
  appearance: none;
  cursor: pointer;

  background-image:
    linear-gradient(45deg, transparent 50%, var(--tcr-cream) 50%),
    linear-gradient(135deg, var(--tcr-cream) 50%, transparent 50%);

  background-position:
    calc(100% - 8px) 12px,
    calc(100% - 3px) 12px;

  background-size:
    5px 5px,
    5px 5px;

  background-repeat: no-repeat;
}

.form-field select option {
  background: var(--tcr-navy);
  color: var(--tcr-white);
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;

  line-height: 1.6;
}

.form-field-large {
  align-items: start;
}


/* =========================================================
   CONSENT
   ========================================================= */

.form-consent {
  padding: 30px 0;

  border-bottom: 1px solid var(--tcr-line);
}

.form-consent label {
  display: flex;
  align-items: flex-start;
  gap: 14px;

  max-width: 700px;

  color: rgba(255, 255, 255, 0.48);

  font-size: 10px;
  line-height: 1.6;

  cursor: pointer;
}

.form-consent input {
  width: 14px;
  height: 14px;

  margin: 1px 0 0;

  accent-color: var(--tcr-red);

  cursor: pointer;
}


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

.collab-submit {
  width: 100%;
  margin-top: 35px;
  padding: 25px 0;

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

  border: none;
  border-top: 1px solid var(--tcr-red);
  border-bottom: 1px solid var(--tcr-red);

  background: transparent;

  color: var(--tcr-cream);

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

  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    padding 0.3s ease;
}

.collab-submit span:last-child {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.collab-submit:hover {
  padding-left: 15px;
  padding-right: 15px;

  background: var(--tcr-red);
  color: var(--tcr-white);
}

.collab-submit:hover span:last-child {
  transform: translateX(8px);
}

.form-status {
  margin-top: 20px;

  font-family: "DM Mono", monospace;
  font-size: 10px;
  line-height: 1.5;
}


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

.collab-closing {
  min-height: 70vh;
  padding: 100px 6vw;

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

  background: var(--tcr-red);
}

.collab-closing .collab-section-label {
  color: var(--tcr-cream);
  border-color: rgba(247, 224, 184, 0.25);
}

.collab-closing h2 {
  margin: auto 0 35px;

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

  font-size: clamp(90px, 15vw, 220px);
  line-height: 0.75;
  font-weight: 400;
  letter-spacing: -0.04em;

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

.collab-closing p {
  margin: 0;

  color: rgba(247, 224, 184, 0.75);

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


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

.tcr-footer {
  position: relative;
  padding: 80px 6vw 25px;
  background: var(--tcr-navy);
  color: var(--tcr-white);
  border-top: 1px solid rgba(247, 224, 184, 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(--tcr-cream);
  opacity: 0.85;
  font-weight: 400;
  margin-bottom: 22px;
}

.footer-description {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 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(--tcr-red);
  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, 255, 255, 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(--tcr-cream);
  transform: translateX(5px);
}

.footer-location {
  margin-top: 8px;
  color: rgba(247, 224, 184, 0.45);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 224, 184, 0.12);
  color: rgba(247, 224, 184, 0.35);
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.footer-bottom a {
  color: rgba(247, 224, 184, 0.35);
  text-decoration: none;
  transition: color 0.3s ease;
}

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

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


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

@media (max-width: 800px) {

  .site-header {
    height: 70px;
    padding: 0 22px;
    background: var(--tcr-navy);
  }

  .logo img {
    width: 42px;
  }

  .navigation {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .navigation.mobile-open {
    display: flex;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 25px 22px 30px;
    flex-direction: column;
    gap: 0;
    background: var(--tcr-navy);
    border-top: 1px solid rgba(247, 224, 184, 0.15);
    border-bottom: 1px solid rgba(247, 224, 184, 0.15);
    z-index: 99;
  }

  .navigation.mobile-open a {
    padding: 15px 0;
    font-size: 12px;
    letter-spacing: 0.08em;
    opacity: 0.9;
  }

  /* HERO */

  .collab-hero {
    min-height: 90vh;
    padding: 115px 22px 45px;
  }

  .collab-hero h1 {
    font-size: clamp(68px, 19vw, 125px);
  }

  .collab-hero-bottom {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .collab-hero-bottom p {
    font-size: 13px;
  }

  /* TYPES */

  .collab-types {
    padding: 70px 22px 80px;
  }

  .collab-types-grid {
    display: block;
    margin-top: 40px;
  }

  .collab-type {
    min-height: 240px;
    padding: 25px;
  }

  .collab-type h2 {
    font-size: 52px;
  }

  /* PITCH */

  .collab-pitch {
    padding: 70px 22px 80px;
  }

  .collab-pitch-header {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 45px;
  }

  .collab-pitch-header h2 {
    font-size: clamp(65px, 18vw, 110px);
  }

  .collab-pitch-grid {
    grid-template-columns: 1fr;
    gap: 55px;
    margin-top: 65px;
  }

  .collab-pitch-intro p {
    margin-top: 45px;
    font-size: 16px;
  }

  .collab-pitch-bottom {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 70px;
  }

  .collab-pitch-bottom strong {
    font-size: 60px;
  }

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

  /* FORM */

  .collab-form-section {
    padding: 70px 22px 80px;
  }

  .collab-form-intro {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 45px;
  }

  .collab-form-intro h2 {
    font-size: clamp(65px, 18vw, 110px);
  }

  .collab-form {
    margin-top: 65px;
  }

  .form-field {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 23px 0;
  }

  .form-field label {
    padding-top: 0;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 14px;
  }

  /* CLOSING */

  .collab-closing {
    min-height: 65vh;
    padding: 70px 22px;
  }

  .collab-closing h2 {
    font-size: clamp(75px, 20vw, 130px);
  }

  /* 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;
  }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

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

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

  .collab-section-label {
    font-size: 9px;
  }

  .collab-type {
    min-height: 220px;
  }

  .collab-type h2 {
    font-size: 46px;
  }

  .collab-submit {
    font-size: 9px;
  }
}