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

* {
  box-sizing: border-box;
}

body {
  background: var(--tcr-navy);
  color: var(--tcr-white);
}


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

.about-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 6vw 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid var(--tcr-line);
}

.about-hero::before {
  content: "ABOUT";
  position: absolute;
  right: -30px;
  bottom: -65px;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(180px, 29vw, 440px);
  line-height: 0.7;
  color: rgba(247, 224, 184, 0.025);
  pointer-events: none;
}

.about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13vw;
  width: 1px;
  height: 100%;
  background: rgba(247, 224, 184, 0.08);
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.about-eyebrow {
  margin: 0;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--tcr-red);
}

.about-hero h1 {
  margin: auto 0;
  max-width: 1200px;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(100px, 15vw, 220px);
  line-height: 0.72;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--tcr-cream);
}

.about-hero h1 br:first-of-type {
  color: var(--tcr-white);
}

.about-hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}

.about-hero-bottom p {
  max-width: 520px;
  margin: 0;
  color: var(--tcr-muted);
  font-size: 15px;
  line-height: 1.7;
}

.about-index {
  padding-bottom: 3px;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(247, 224, 184, 0.4);
}


/* =========================================
   GENERAL EDITORIAL SECTIONS
========================================= */

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 900px);
  gap: 70px;
  padding: 150px 10vw;
  border-bottom: 1px solid var(--tcr-line);
}

.section-number {
  padding-top: 8px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--tcr-red);
}

.section-label {
  margin: 0 0 45px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--tcr-red);
}

.about-section h2 {
  margin: 0;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(65px, 8vw, 125px);
  line-height: 0.8;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--tcr-cream);
}

.about-copy {
  max-width: 650px;
  margin-top: 70px;
  margin-left: auto;
}

.about-copy p {
  margin: 0 0 28px;
  color: var(--tcr-muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-copy p:last-child {
  margin-bottom: 0;
}


/* =========================================
   CORE VALUES
========================================= */

.values-section {
  padding: 150px 6vw;
  border-bottom: 1px solid var(--tcr-line);
}

.values-heading {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 100px;
}

.values-heading .section-label {
  margin: 0;
}

.values-heading h2 {
  margin: 0;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(70px, 9vw, 135px);
  line-height: 0.78;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--tcr-cream);
}

.values-intro {
  max-width: 300px;
  margin: 0;
  color: var(--tcr-muted);
  font-size: 14px;
  line-height: 1.7;
}

.values-list {
  border-top: 1px solid var(--tcr-line);
}

.value-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 850px);
  gap: 60px;
  padding: 55px 0;
  border-bottom: 1px solid var(--tcr-line);
}

.value-number {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--tcr-red);
}

.value-content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  align-items: start;
}

.value-content h3 {
  margin: 0;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(35px, 4vw, 60px);
  line-height: 0.85;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--tcr-white);
}

.value-content p {
  max-width: 500px;
  margin: 0;
  color: var(--tcr-muted);
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================
   DIFFERENCE
========================================= */

.difference-section {
  min-height: 90vh;
  align-items: center;
}

.difference-section::before {
  content: "MUN";
  position: absolute;
  right: -10px;
  bottom: -45px;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(180px, 27vw, 420px);
  line-height: 0.7;
  color: rgba(247, 224, 184, 0.018);
  pointer-events: none;
}


/* =========================================
   EXPERIENCE
========================================= */

.experience-section {
  padding: 150px 6vw;
  border-bottom: 1px solid var(--tcr-line);
}

.experience-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 100px;
}

.experience-heading h2 {
  margin: 0;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(75px, 10vw, 145px);
  line-height: 0.76;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--tcr-cream);
}

.experience-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--tcr-line);
  border-bottom: 1px solid var(--tcr-line);
}

.process-step {
  min-height: 230px;
  padding: 25px 20px 25px 0;
  border-right: 1px solid var(--tcr-line);
}

.process-step:not(:first-child) {
  padding-left: 20px;
}

.process-step:last-child {
  border-right: 0;
}

.process-step span {
  display: block;
  margin-bottom: 50px;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--tcr-red);
}

.process-step strong {
  display: block;
  margin-bottom: 12px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--tcr-cream);
}

.process-step p {
  max-width: 170px;
  margin: 0;
  color: rgba(255,255,255,0.48);
  font-size: 12px;
  line-height: 1.6;
}

.experience-copy {
  max-width: 720px;
  margin: 90px 10vw 0 auto;
}

.experience-copy p {
  margin: 0 0 30px;
  color: var(--tcr-muted);
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   WHO TCR IS FOR
========================================= */

.audience-section {
  position: relative;
  min-height: 100vh;
  padding: 150px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid var(--tcr-line);
}

.audience-section::before {
  content: "VOICE";
  position: absolute;
  right: -25px;
  bottom: -55px;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(170px, 26vw, 400px);
  line-height: 0.7;
  color: rgba(247, 224, 184, 0.02);
  pointer-events: none;
}

.audience-section h2 {
  position: relative;
  z-index: 1;
  max-width: 1250px;
  margin: 80px 0;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(70px, 10vw, 150px);
  line-height: 0.76;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--tcr-cream);
}

.audience-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-left: auto;
}

.audience-copy p {
  margin: 0 0 25px;
  color: var(--tcr-muted);
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================
   STORY
========================================= */

.story-section {
  min-height: 100vh;
  padding: 150px 6vw;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
  align-items: center;
  border-bottom: 1px solid var(--tcr-line);
}

.story-time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.story-time span {
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(70px, 10vw, 150px);
  line-height: 0.8;
  color: var(--tcr-red);
  letter-spacing: -0.04em;
}

.story-time small {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: rgba(247,224,184,0.4);
}

.story-content h2 {
  margin: 0;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(70px, 9vw, 135px);
  line-height: 0.77;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--tcr-cream);
}

.story-content .about-copy {
  margin-top: 65px;
  margin-left: 0;
}


/* =========================================
   MISSION / VISION
========================================= */

.mission-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--tcr-line);
}

.mission-block {
  min-height: 85vh;
  padding: 140px 7vw;
  border-right: 1px solid var(--tcr-line);
}

.mission-block:last-child {
  border-right: 0;
}

.mission-block h2 {
  margin: 0 0 80px;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(65px, 8vw, 120px);
  line-height: 0.78;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--tcr-cream);
}

.mission-block > p:not(.section-label) {
  max-width: 500px;
  margin: 0 0 25px;
  color: var(--tcr-muted);
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================
   FOUNDER NOTE
========================================= */

.founder-note {
  min-height: 100vh;
  padding: 140px 10vw;
  background: var(--tcr-cream);
  color: var(--tcr-navy);
}

.founder-note-label {
  display: flex;
  justify-content: space-between;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--tcr-red);
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0,7,23,0.18);
}

.founder-note-content {
  max-width: 850px;
  margin: 90px auto 0;
}

.founder-opening {
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(45px, 6vw, 85px);
  line-height: 0.82;
  letter-spacing: -0.035em;
}

.founder-note-content p {
  max-width: 700px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.85;
}

.founder-note blockquote {
  max-width: 900px;
  margin: 120px auto 0;
  padding-top: 45px;
  border-top: 1px solid rgba(0,7,23,0.2);
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
  font-size: clamp(35px, 5vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.founder-note cite {
  display: block;
  margin-top: 30px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.12em;
  color: var(--tcr-red);
}


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

@media (max-width: 800px) {

  .about-hero {
    min-height: 90vh;
    padding: 120px 6vw 50px;
  }

  .about-hero::before {
    right: -15vw;
    bottom: 0;
    font-size: clamp(150px, 43vw, 270px);
  }

  .about-hero::after {
    right: 8vw;
  }

  .about-hero h1 {
    margin: 80px 0;
    font-size: clamp(75px, 20vw, 120px);
  }

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

  .about-index {
    display: none;
  }

  .about-section {
    display: block;
    padding: 100px 7vw;
  }

  .section-number {
    margin-bottom: 35px;
  }

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

  .about-section h2 {
    font-size: clamp(55px, 15vw, 90px);
  }

  .about-copy {
    margin: 55px 0 0;
  }

  .values-section {
    padding: 100px 7vw;
  }

  .values-heading {
    display: block;
    margin-bottom: 70px;
  }

  .values-heading h2 {
    margin: 50px 0;
    font-size: clamp(60px, 16vw, 95px);
  }

  .value-row {
    display: block;
    padding: 40px 0;
  }

  .value-number {
    display: block;
    margin-bottom: 25px;
  }

  .value-content {
    display: block;
  }

  .value-content h3 {
    margin-bottom: 25px;
    font-size: clamp(35px, 10vw, 55px);
  }

  .experience-section {
    padding: 100px 7vw;
  }

  .experience-heading {
    display: block;
    margin-bottom: 65px;
  }

  .experience-heading h2 {
    margin-top: 50px;
    font-size: clamp(65px, 17vw, 100px);
  }

  .experience-process {
    display: block;
  }

  .process-step,
  .process-step:not(:first-child) {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--tcr-line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .process-step span {
    margin-bottom: 25px;
  }

  .experience-copy {
    margin: 65px 0 0;
  }

  .audience-section {
    min-height: 90vh;
    padding: 110px 7vw 60px;
  }

  .audience-section h2 {
    margin: 70px 0;
    font-size: clamp(58px, 16vw, 100px);
  }

  .audience-copy {
    margin: 0;
  }

  .story-section {
    min-height: auto;
    display: block;
    padding: 100px 7vw;
  }

  .story-time {
    margin-bottom: 100px;
  }

  .story-time span {
    font-size: clamp(65px, 18vw, 110px);
  }

  .story-content h2 {
    font-size: clamp(60px, 16vw, 100px);
  }

  .mission-section {
    display: block;
  }

  .mission-block {
    min-height: auto;
    padding: 100px 7vw;
    border-right: 0;
    border-bottom: 1px solid var(--tcr-line);
  }

  .mission-block:last-child {
    border-bottom: 0;
  }

  .mission-block h2 {
    margin-bottom: 60px;
    font-size: clamp(60px, 16vw, 100px);
  }

  .founder-note {
    padding: 90px 7vw;
  }

  .founder-note-label {
    display: block;
    line-height: 2;
  }

  .founder-note-content {
    margin-top: 70px;
  }

  .founder-opening {
    font-size: clamp(45px, 13vw, 75px);
    margin-bottom: 55px !important;
  }

  .founder-note blockquote {
    margin-top: 80px;
    font-size: clamp(35px, 10vw, 55px);
  }

}
/* =========================================
   MULTI-LINE HEADING FIX
========================================= */

.about-section h2,
.values-heading h2,
.experience-heading h2,
.audience-section h2,
.story-content h2,
.mission-block h2,
.founder-opening {
  line-height: 0.88;
}

.about-hero h1 {
  line-height: 0.78;
}
/* =========================================
   MOTION
========================================= */

.reveal-item {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-line {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-line.visible {
  transform: scaleX(1);
}

.value-row {
  transition:
    padding-left 0.45s ease,
    background 0.45s ease;
}

.value-row:hover {
  padding-left: 18px;
  background: rgba(247, 224, 184, 0.018);
}

.value-row:hover .value-number {
  color: var(--tcr-cream);
}

.value-row:hover h3 {
  color: var(--tcr-cream);
}


.process-step {
  position: relative;
  transition:
    background 0.35s ease,
    padding-top 0.35s ease;
}

.process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--tcr-red);
  transition: width 0.45s ease;
}

.process-step:hover::before {
  width: 100%;
}

.process-step:hover {
  background: rgba(247, 224, 184, 0.015);
}

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

.tcr-footer {
  position: relative;
  padding: 80px 6vw 25px;
  background: #000717;
  color: #ffffff;
  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;
  letter-spacing: 0;
  color: #f7e0b8;
  opacity: 0.85;
  font-weight: 400;
}

.footer-arabic {
  margin: 18px 0 20px;
  font-size: 17px;
  color: rgba(247, 224, 184, 0.75);
  direction: rtl;
  width: fit-content;
}

.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: #7e0106;

  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: #f7e0b8;
  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: #f7e0b8;
}

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


/* =====================================================
   FOOTER — MOBILE
===================================================== */

@media (max-width: 800px) {

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

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 55px 30px;
    padding-bottom: 60px;
  }

  .footer-identity {
    grid-column: 1 / -1;
    max-width: 100%;
  }

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

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

@media (max-width: 800px) {

  .footer-top {
    display: block;
    padding-bottom: 60px;
  }

  .footer-top > p {
    margin-top: 45px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 55px 30px;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

}

/* =====================================================
   ABOUT — MOTION SYSTEM
===================================================== */

/* -----------------------------------------------------
   GLOBAL REVEAL
----------------------------------------------------- */

.reveal-item {
  opacity: 0;
  transform: translateY(45px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-item.visible {
  opacity: 1;
  transform: translateY(0);
}


/* -----------------------------------------------------
   REVEAL FROM LEFT
----------------------------------------------------- */

.reveal-left {
  opacity: 0;
  transform: translateX(-55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}


/* -----------------------------------------------------
   REVEAL FROM RIGHT
----------------------------------------------------- */

.reveal-right {
  opacity: 0;
  transform: translateX(55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}


/* -----------------------------------------------------
   BIG HEADINGS
----------------------------------------------------- */

.about-section h2,
.story-content h2,
.mission-block h2,
.experience-heading h2 {
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.5s ease;
}

.about-section h2:hover,
.story-content h2:hover,
.mission-block h2:hover,
.experience-heading h2:hover {
  transform: translateX(8px);
}


/* -----------------------------------------------------
   RED UNDERLINE
----------------------------------------------------- */

.about-section h2::after,
.story-content h2::after,
.mission-block h2::after {
  content: "";

  display: block;

  width: 0;
  height: 2px;

  margin-top: 20px;

  background: var(--tcr-red);

  transition:
    width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-section h2:hover::after,
.story-content h2:hover::after,
.mission-block h2:hover::after {
  width: 70px;
}


/* -----------------------------------------------------
   VALUE ROWS
----------------------------------------------------- */

.value-row {
  position: relative;

  overflow: hidden;

  transition:
    padding-left 0.45s ease,
    background 0.45s ease,
    transform 0.45s ease;
}

.value-row::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 2px;
  height: 0;

  background: var(--tcr-red);

  transition:
    height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.value-row:hover {
  padding-left: 18px;
  background: rgba(247, 224, 184, 0.02);
  transform: translateX(4px);
}

.value-row:hover::before {
  height: 100%;
}


/* -----------------------------------------------------
   VALUE NUMBER
----------------------------------------------------- */

.value-number {
  transition:
    color 0.35s ease,
    transform 0.35s ease;
}

.value-row:hover .value-number {
  color: var(--tcr-red);
  transform: translateX(4px);
}


/* -----------------------------------------------------
   EXPERIENCE PROCESS
----------------------------------------------------- */

.process-step {
  position: relative;

  overflow: hidden;

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.4s ease;
}

.process-step::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 0;
  height: 1px;

  background: var(--tcr-red);

  transition:
    width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-step:hover {
  transform: translateY(-7px);
  background: rgba(247, 224, 184, 0.018);
}

.process-step:hover::before {
  width: 100%;
}


/* -----------------------------------------------------
   PROCESS NUMBERS
----------------------------------------------------- */

.process-step .process-number {
  transition:
    color 0.35s ease,
    transform 0.35s ease;
}

.process-step:hover .process-number {
  color: var(--tcr-red);
  transform: translateX(5px);
}


/* -----------------------------------------------------
   BODY COPY
----------------------------------------------------- */

.about-copy,
.experience-copy p,
.story-content p,
.mission-block p {
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}

.about-copy:hover,
.experience-copy p:hover,
.story-content p:hover,
.mission-block p:hover {
  color: rgba(255, 255, 255, 0.78);
}


/* -----------------------------------------------------
   SECTION DIVIDERS
----------------------------------------------------- */

.about-section {
  position: relative;
}

.about-section::after {
  content: "";

  position: absolute;

  left: 6vw;
  right: 6vw;
  bottom: 0;

  height: 1px;

  background: rgba(247, 224, 184, 0.12);

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-section.visible-section::after {
  transform: scaleX(1);
}


/* -----------------------------------------------------
   HERO
----------------------------------------------------- */

.about-hero h1 {
  transform: translateY(35px);
  opacity: 0;

  animation:
    aboutHeroTitle 1.2s cubic-bezier(0.22, 1, 0.36, 1)
    0.25s forwards;
}

.about-hero .about-eyebrow {
  opacity: 0;

  animation:
    aboutHeroFade 0.8s ease 0.1s forwards;
}

.about-hero-bottom {
  opacity: 0;
  transform: translateY(25px);

  animation:
    aboutHeroBottom 1s cubic-bezier(0.22, 1, 0.36, 1)
    0.7s forwards;
}

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

@keyframes aboutHeroFade {
  to {
    opacity: 1;
  }
}

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


/* -----------------------------------------------------
   HERO BACKGROUND
----------------------------------------------------- */

.about-hero::before {
  transition:
    transform 0.1s linear,
    opacity 0.5s ease;
}


/* -----------------------------------------------------
   FOUNDER NOTE
----------------------------------------------------- */

.founder-note {
  overflow: hidden;
}

.founder-note::before {
  content: "M";

  position: absolute;

  right: -30px;
  bottom: -100px;

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

  font-size: 420px;
  line-height: 0.7;

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

  pointer-events: none;

  transition:
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.founder-note:hover::before {
  transform: translateX(-20px);
}


/* -----------------------------------------------------
   FOUNDER QUOTE
----------------------------------------------------- */

.founder-note blockquote {
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease;
}

.founder-note blockquote:hover {
  transform: translateX(10px);
  border-color: var(--tcr-red);
}


/* -----------------------------------------------------
   ACCESSIBILITY
----------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

}