/* ==========================================================
   FOUNDATION SECTIONS
   Heritage Pipeline
   ========================================================== */

.pipe {
  position: relative;

  background: #f6f3ea;
}

/* ==========================================================
   PINNED PIPELINE
   ========================================================== */

.pipe__pin {
  position: relative;

  height: 100vh;

  overflow: hidden;

  color: #f6f3ea;

  background: #0a6970;

  transition:
    background 0.6s ease,
    color 0.6s ease;
}

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

.pipe__label {
  position: absolute;

  top: 7rem;

  left: clamp(1.25rem, 4vw, 4rem);

  z-index: 20;

  color: inherit;
}

/* ==========================================================
   HORIZONTAL TRACK
   ========================================================== */

.pipe__track {
  display: flex;

  height: 100%;

  width: max-content;

  will-change: transform;
}

/* ==========================================================
   PANELS
   ========================================================== */

.panel {
  flex: 0 0 100vw;

  height: 100%;

  display: flex;

  align-items: center;

  padding: 0 clamp(1.25rem, 4vw, 4rem);
}

.panel__box {
  max-width: 44ch;
}

.panel__box h2 {
  margin: 0;

  font-family: "Marcellus", serif;

  font-weight: 400;

  font-size: clamp(2.25rem, 4.5vw, 4.75rem);

  line-height: 1.05;
}

.panel__box p {
  margin-top: 1.5rem;

  max-width: 46ch;

  font-family: "Manrope", sans-serif;

  font-size: 1.1rem;

  line-height: 1.7;

  opacity: 0.85;
}

/* ==========================================================
   SCROLL HINT
   ========================================================== */

.panel__hint {
  margin-top: 2rem;

  display: flex;

  align-items: center;

  gap: 0.5rem;

  font-family: monospace;

  font-size: 0.75rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  opacity: 0.7;
}

.panel__hint .ico,
.panel__box .ico {
  width: 1rem;

  height: 1rem;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;
}

/* ==========================================================
   STAGE PANELS
   ========================================================== */

.panel--stage {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 4rem;

  align-items: center;
}

.panel--stage .num-xl {
  font-family: "Marcellus", serif;

  font-weight: 400;

  line-height: 1;

  opacity: 0.25;

  font-size: clamp(6rem, 20vw, 20rem);
}

.panel--stage .body {
  max-width: 48ch;
}

.panel--stage h3 {
  margin: 0;

  font-family: "Marcellus", serif;

  font-size: clamp(3rem, 6vw, 6rem);

  font-weight: 400;

  line-height: 1;
}

.panel--stage .tagline {
  margin-top: 1rem;

  font-family: "Manrope", sans-serif;

  font-size: 1.2rem;

  font-weight: 600;
}

.panel--stage .body > p:not(.tagline) {
  margin-top: 1rem;

  font-family: "Manrope", sans-serif;

  font-size: 1rem;

  line-height: 1.7;

  opacity: 0.82;
}

/* ==========================================================
   ENTER LINK
   ========================================================== */

.panel--stage .enter {
  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  margin-top: 2rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.9rem;

  font-weight: 700;

  color: inherit;
}

.panel--stage .enter .ico {
  width: 1rem;

  height: 1rem;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition: transform 0.3s ease;
}

.panel--stage:hover .enter .ico {
  transform: translate(3px, -3px);
}

/* ==========================================================
   STATUS TAG
   ========================================================== */

.tag {
  display: inline-flex;

  align-items: center;

  padding: 0.35rem 0.6rem;

  border-radius: 999px;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.tag--placeholder {
  margin-bottom: 1rem;

  color: rgba(246, 243, 234, 0.75);

  border: 1px solid rgba(246, 243, 234, 0.25);
}

/* ==========================================================
   OUTRO
   ========================================================== */

.panel--outro {
  background: #074e54;
}

.panel--outro .btn {
  margin-top: 2rem;
}

/* ==========================================================
   PIPELINE PROGRESS
   ========================================================== */

.pipe__progress {
  position: absolute;

  left: clamp(1.25rem, 4vw, 4rem);

  right: clamp(1.25rem, 4vw, 4rem);

  bottom: 1.5rem;

  z-index: 20;
}

.pipe__progress-meta {
  display: flex;

  justify-content: space-between;

  margin-bottom: 0.5rem;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.15em;

  text-transform: uppercase;

  opacity: 0.7;
}

.pipe__bar {
  width: 100%;

  height: 2px;

  background: rgba(246, 243, 234, 0.2);

  overflow: hidden;
}

.pipe__fill {
  width: 100%;

  height: 100%;

  background: #bed639;

  transform: scaleX(0);

  transform-origin: left center;
}

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

.pipe-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .pipe__pin {
    display: none;
  }

  .pipe-mobile {
    display: block;

    background: #f6f3ea;
  }

  .pipe-mobile__intro {
    padding: 6rem 1.25rem 3rem;
  }

  .pipe-mobile__intro h2 {
    margin-top: 1.5rem;

    font-family: "Marcellus", serif;

    font-size: clamp(2.5rem, 10vw, 4rem);

    line-height: 1;
  }

  .pipe-mobile .stage {
    display: block;

    padding: 4rem 1.25rem;

    color: #f6f3ea;
  }

  .pipe-mobile .stage .n {
    display: block;

    font-family: "Marcellus", serif;

    font-size: 5rem;

    line-height: 1;

    opacity: 0.35;
  }

  .pipe-mobile .stage h3 {
    margin-top: 1rem;

    font-family: "Marcellus", serif;

    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .pipe-mobile .stage .tagline {
    margin-top: 1rem;

    font-family: "Manrope", sans-serif;

    font-weight: 600;
  }

  .pipe-mobile .stage p:not(.tagline) {
    margin-top: 1rem;

    font-family: "Manrope", sans-serif;

    line-height: 1.7;

    opacity: 0.85;
  }

  .pipe-mobile .stage .enter {
    display: inline-flex;

    margin-top: 2rem;

    font-family: "Manrope", sans-serif;

    font-weight: 700;
  }
}

/* ==========================================================
   SECTION 02 — WHY THIS MATTERS
   ========================================================== */

.why {
  position: relative;

  background: #fafdee;

  color: #404040;

  padding: clamp(10rem, 14vw, 15rem) 0 clamp(8rem, 1vw, 12rem);
}

.why__inner {
  width: min(1200px, calc(100% - 2.5rem));

  margin: 0 auto;
}

/* ==========================================================
   HEADING
   ========================================================== */

.why__heading {
  max-width: 1000px;

  margin-bottom: clamp(5rem, 10vw, 9rem);
}

.why__title {
  margin-top: 2rem;

  font-family: "Marcellus", serif;

  font-weight: 400;

  font-size: clamp(3rem, 6.5vw, 6.5rem);

  line-height: 0.95;

  letter-spacing: -0.035em;

  opacity: 0;

  transform: translateY(30px);
}

.why__title span {
  display: block;

  color: #0a6970;
}

/* ==========================================================
   STATEMENT
   ========================================================== */

.why__statement {
  display: grid;

  grid-template-columns:
    minmax(0, 1.3fr)
    minmax(260px, 0.7fr);

  gap: clamp(3rem, 8vw, 8rem);

  max-width: 1050px;

  margin-left: auto;

  margin-bottom: clamp(7rem, 12vw, 12rem);
}

.why__lead {
  margin: 0;

  font-family: "Marcellus", serif;

  font-size: clamp(1.7rem, 3vw, 2.7rem);

  line-height: 1.2;

  color: #052e32;

  opacity: 0;

  transform: translateY(30px);
}

.why__copy {
  margin: 0;

  font-family: "Manrope", sans-serif;

  font-size: 1rem;

  line-height: 1.8;

  color: #60635d;

  opacity: 0;

  transform: translateY(25px);
}

/* ==========================================================
   STATISTICS
   ========================================================== */

.why__stats {
  display: grid;

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

  margin-top: clamp(4rem, 8vw, 8rem);

  border-top: 1px solid rgba(32, 33, 29, 0.15);
}

.why__stat {
  padding: 3rem 2.5rem 1rem 1rem;

  min-height: 250px;

  border-right: 1px solid rgba(32, 33, 29, 0.15);

  opacity: 0;

  transform: translateY(30px);
}

.why__stat:first-child {
  padding-left: 0;
}

.why__stat:last-child {
  border-right: none;

  /* padding-right: 0; */
}

.why__number {
  display: block;

  font-family: "Marcellus", serif;

  font-size: clamp(4.5rem, 8vw, 8rem);

  font-weight: 400;

  line-height: 0.85;

  letter-spacing: -0.04em;

  color: #076870;
}

.why__number span {
  display: inline;

  font: inherit;

  color: inherit;
}

.why__number sup {
  position: relative;

  top: -0.15em;

  margin-left: 0.1em;

  font-family: "Manrope", sans-serif;

  font-size: 0.25em;

  font-weight: 500;

  color: #0c9268;

  letter-spacing: 0;
}

.why__stat-content {
  display: flex;

  align-items: baseline;

  gap: 0.75rem;

  margin-top: 2rem;
}

.why__stat-label {
  flex-shrink: 0;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.12em;

  text-transform: uppercase;

  color: #0c9268;
}

/* .why__stat p {
  margin: 0;

  max-width: 24ch;

  font-family: "Manrope", sans-serif;

  font-size: 0.85rem;

  line-height: 1.6;

  color: #60635d;
} */

.why__stat > p {
  max-width: 28ch;

  margin-top: 2rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.85rem;

  line-height: 1.65;

  color: #60635d;
}

/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media (max-width: 768px) {
  .why__stats {
    grid-template-columns: 1fr;
  }

  .why__stat,
  .why__stat + .why__stat {
    padding: 2.5rem 0;

    min-height: auto;

    border-right: none;

    border-bottom: 1px solid rgba(32, 33, 29, 0.15);
  }

  .why__stat:last-child {
    border-bottom: none;
  }
}

/* ==========================================================
   EYEBROW
   ========================================================== */

.why .eyebrow {
  display: flex;

  align-items: center;

  gap: 0.75rem;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #0a6970;
}

.why .eyebrow .num {
  color: #0c9268;
}

.why .eyebrow .rule {
  width: 42px;

  height: 1px;

  background: currentColor;

  opacity: 0.4;
}

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

@media (max-width: 768px) {
  .why {
    padding: 6rem 0 7rem;
  }

  .why__inner {
    width: calc(100% - 2rem);
  }

  .why__heading {
    margin-bottom: 4rem;
  }

  .why__title {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .why__statement {
    grid-template-columns: 1fr;

    gap: 2rem;

    margin-bottom: 6rem;
  }

  .why__lead {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

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

  .why__stat,
  .why__stat:first-child,
  .why__stat:last-child {
    padding: 3rem 0;

    min-height: auto;

    border-right: none;

    border-bottom: 1px solid rgba(32, 33, 29, 0.15);
  }

  .why__stat:last-child {
    border-bottom: none;
  }

  .why__number {
    font-size: clamp(5rem, 22vw, 8rem);
  }
}

/* ==========================================================
   SECTION 03 — TWO KNOWLEDGE SYSTEMS
   ========================================================== */

.knowledge {
  position: relative;

  background: #fafdee;

  color: #404040;

  padding: clamp(9rem, 14vw, 15rem) 0;
}

.knowledge__inner {
  width: min(1200px, calc(100% - 2.5rem));

  margin: 0 auto;
}

/* ==========================================================
   HEADING
   ========================================================== */

.knowledge__heading {
  max-width: 900px;

  margin-bottom: clamp(5rem, 10vw, 9rem);
}

.knowledge__heading .eyebrow {
  display: flex;

  align-items: center;

  gap: 0.75rem;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #076870;
}

.knowledge__heading .num {
  color: #0c9268;
}

.knowledge__heading .rule {
  width: 42px;

  height: 1px;

  background: currentColor;

  opacity: 0.4;
}

.knowledge__title {
  margin-top: 2rem;

  font-family: "Marcellus", serif;

  font-weight: 400;

  font-size: clamp(3rem, 6.5vw, 6.5rem);

  line-height: 0.95;

  letter-spacing: -0.035em;

  opacity: 0;

  transform: translateY(30px);
}

.knowledge__title span {
  display: block;

  color: #076870;
}

.knowledge__intro {
  margin-top: 1.5rem;

  font-family: "Manrope", sans-serif;

  font-size: 1rem;

  color: #60635d;

  opacity: 0;

  transform: translateY(25px);
}

/* ==========================================================
   SYSTEMS
   ========================================================== */

.knowledge__systems {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 1px;

  background: rgba(32, 33, 29, 0.15);

  border-top: 1px solid rgba(32, 33, 29, 0.15);

  border-bottom: 1px solid rgba(32, 33, 29, 0.15);
}

.knowledge__system {
  position: relative;

  min-height: 600px;

  padding: clamp(2rem, 5vw, 5rem);

  opacity: 0;

  transform: translateY(40px);

  overflow: hidden;
}

.knowledge__system--living {
  background: #076870;

  color: #fafdee;
}

.knowledge__system--formal {
  background: #f3efe5;

  color: #404040;
}

/* ==========================================================
   LARGE NUMBER
   ========================================================== */

.knowledge__number {
  position: absolute;

  top: 1.5rem;

  right: 2rem;

  font-family: "Marcellus", serif;

  font-size: clamp(6rem, 14vw, 12rem);

  line-height: 1;

  opacity: 0.12;
}

/* ==========================================================
   CONTENT
   ========================================================== */

.knowledge__content {
  position: relative;

  z-index: 2;

  max-width: 460px;

  padding-top: 7rem;
}

.knowledge__label {
  display: inline-block;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.15em;

  text-transform: uppercase;

  color: #bed639;
}

.knowledge__system--formal .knowledge__label {
  color: #076870;
}

.knowledge__content h3 {
  margin-top: 1.25rem;

  font-family: "Marcellus", serif;

  font-size: clamp(2.5rem, 4.5vw, 4.5rem);

  line-height: 1;

  font-weight: 400;
}

.knowledge__content p {
  margin-top: 1.5rem;

  max-width: 42ch;

  font-family: "Manrope", sans-serif;

  font-size: 0.95rem;

  line-height: 1.8;

  opacity: 0.82;
}

/* ==========================================================
   KNOWLEDGE LIST
   ========================================================== */

.knowledge__list {
  display: flex;

  flex-wrap: wrap;

  gap: 0.5rem;

  margin-top: 2rem;
}

.knowledge__list span {
  padding: 0.45rem 0.7rem;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 999px;

  font-family: "Manrope", sans-serif;

  font-size: 0.7rem;
}

.knowledge__system--formal .knowledge__list span {
  border-color: rgba(32, 33, 29, 0.15);
}

/* ==========================================================
   BRIDGE
   ========================================================== */

.knowledge__bridge {
  display: flex;

  align-items: center;

  gap: 2rem;

  margin-top: clamp(5rem, 9vw, 9rem);

  opacity: 0;

  transform: translateY(30px);
}

.knowledge__bridge-line {
  flex: 1;

  height: 1px;

  background: rgba(32, 33, 29, 0.15);
}

.knowledge__bridge p {
  max-width: 38ch;

  margin: 0;

  text-align: center;

  font-family: "Marcellus", serif;

  font-size: clamp(1.3rem, 2vw, 1.8rem);

  line-height: 1.3;

  color: #052e32;
}

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

@media (max-width: 768px) {
  .knowledge {
    padding: 7rem 0;
  }

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

  .knowledge__system {
    min-height: 520px;

    padding: 2rem;
  }

  .knowledge__content {
    padding-top: 6rem;
  }

  .knowledge__bridge {
    flex-direction: column;

    gap: 1.5rem;
  }

  .knowledge__bridge-line {
    width: 100%;

    flex: none;
  }
}

/* ==========================================================
   SECTION 04 — ECOSYSTEM
   ========================================================== */

.ecosystem {
  position: relative;

  background: #076870;

  color: #fafdee;

  padding: clamp(9rem, 14vw, 15rem) 0;
}

.ecosystem__inner {
  width: min(1200px, calc(100% - 2.5rem));

  margin: 0 auto;
}

/* ==========================================================
   HEADING
   ========================================================== */

.ecosystem__heading {
  max-width: 900px;

  margin-bottom: clamp(5rem, 10vw, 9rem);
}

.ecosystem__heading .eyebrow {
  display: flex;

  align-items: center;

  gap: 0.75rem;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #bed639;
}

.ecosystem__heading .num {
  color: #bed639;
}

.ecosystem__heading .rule {
  width: 42px;

  height: 1px;

  background: currentColor;

  opacity: 0.5;
}

.ecosystem__title {
  margin-top: 2rem;

  font-family: "Marcellus", serif;

  font-weight: 400;

  font-size: clamp(3rem, 6.5vw, 6.5rem);

  line-height: 0.95;

  letter-spacing: -0.035em;

  opacity: 0;

  transform: translateY(30px);
}

.ecosystem__title span {
  display: block;

  color: #bed639;
}

.ecosystem__intro {
  max-width: 48ch;

  margin-top: 1.75rem;

  font-family: "Manrope", sans-serif;

  font-size: 1rem;

  line-height: 1.8;

  color: rgba(250, 253, 238, 0.75);

  opacity: 0;

  transform: translateY(25px);
}

/* ==========================================================
   ECOSYSTEM GRID
   ========================================================== */

.ecosystem__grid {
  display: grid;

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

  gap: 1px;

  background: rgba(250, 253, 238, 0.18);

  border-top: 1px solid rgba(250, 253, 238, 0.18);

  border-left: 1px solid rgba(250, 253, 238, 0.18);
}

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

.ecosystem__card {
  position: relative;

  min-height: 440px;

  padding: clamp(2rem, 4vw, 4rem);

  background: #075c63;

  border-right: 1px solid rgba(250, 253, 238, 0.18);

  border-bottom: 1px solid rgba(250, 253, 238, 0.18);

  overflow: hidden;

  opacity: 0;

  transform: translateY(40px);

  transition: background 0.4s ease;
}

.ecosystem__card:hover {
  background: #064f55;
}

/* Large first card */

.ecosystem__card--large {
  grid-row: span 2;

  min-height: 881px;

  background: #052e32;
}

/* Accent card */

.ecosystem__card--accent {
  background: #bed639;

  color: #052e32;
}

.ecosystem__card--accent:hover {
  background: #cbdc4b;
}

/* ==========================================================
   CARD NUMBER
   ========================================================== */

.ecosystem__number {
  position: absolute;

  top: 1.5rem;

  right: 2rem;

  font-family: "Marcellus", serif;

  font-size: clamp(5rem, 10vw, 9rem);

  line-height: 1;

  opacity: 0.12;
}

/* ==========================================================
   CARD CONTENT
   ========================================================== */

.ecosystem__card-content {
  position: relative;

  z-index: 2;

  max-width: 430px;

  padding-top: 5rem;
}

.ecosystem__label {
  display: inline-block;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: #bed639;
}

.ecosystem__card--accent .ecosystem__label {
  color: #076870;
}

.ecosystem__card h3 {
  margin-top: 1.25rem;

  font-family: "Marcellus", serif;

  font-weight: 400;

  font-size: clamp(2.2rem, 4vw, 4rem);

  line-height: 1;
}

.ecosystem__card p {
  max-width: 42ch;

  margin-top: 1.5rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.9rem;

  line-height: 1.75;

  opacity: 0.78;
}

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

.ecosystem__statement {
  display: flex;

  align-items: center;

  gap: 2rem;

  margin-top: clamp(5rem, 9vw, 9rem);

  opacity: 0;

  transform: translateY(30px);
}

.ecosystem__statement-line {
  flex: 1;

  height: 1px;

  background: rgba(250, 253, 238, 0.2);
}

.ecosystem__statement p {
  max-width: 36ch;

  margin: 0;

  text-align: center;

  font-family: "Marcellus", serif;

  font-size: clamp(1.3rem, 2vw, 1.8rem);

  line-height: 1.3;

  color: #fafdee;
}

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

@media (max-width: 768px) {
  .ecosystem {
    padding: 7rem 0;
  }

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

  .ecosystem__card,
  .ecosystem__card--large {
    grid-row: auto;

    min-height: 460px;
  }

  .ecosystem__statement {
    flex-direction: column;

    gap: 1.5rem;
  }

  .ecosystem__statement-line {
    width: 100%;

    flex: none;
  }
}

/* ==========================================================
   SECTION 05 — CURRENT WORK
   ========================================================== */

.work {
  position: relative;

  background: #fafdee;

  color: #404040;

  padding: clamp(9rem, 14vw, 15rem) 0;
}

.work__inner {
  width: min(1200px, calc(100% - 2.5rem));

  margin: 0 auto;
}

/* ==========================================================
   HEADING
   ========================================================== */

.work__heading {
  max-width: 850px;

  margin-bottom: clamp(5rem, 9vw, 8rem);
}

.work__heading .eyebrow {
  display: flex;

  align-items: center;

  gap: 0.75rem;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #076870;
}

.work__heading .num {
  color: #0c9268;
}

.work__heading .rule {
  width: 42px;

  height: 1px;

  background: currentColor;

  opacity: 0.4;
}

.work__title {
  margin-top: 2rem;

  font-family: "Marcellus", serif;

  font-size: clamp(3rem, 6.5vw, 6.5rem);

  font-weight: 400;

  line-height: 0.95;

  letter-spacing: -0.035em;

  opacity: 0;

  transform: translateY(20px);
}

.work__title span {
  display: block;

  color: #076870;
}

.work__intro {
  max-width: 48ch;

  margin-top: 1.75rem;

  font-family: "Manrope", sans-serif;

  font-size: 1rem;

  line-height: 1.8;

  color: #60635d;

  opacity: 0;

  transform: translateY(20px);
}

/* ==========================================================
   FEATURED PROJECT
   ========================================================== */

.work__featured {
  display: grid;

  grid-template-columns: 1.35fr 0.65fr;

  min-height: 620px;

  margin-bottom: clamp(5rem, 9vw, 9rem);

  background: #052e32;

  color: #fafdee;

  opacity: 0;

  transform: translateY(35px);
}

.work__image {
  position: relative;

  min-height: 360px;

  overflow: hidden;
}

.work__image--featured {
  min-height: 620px;
}

.work__image-placeholder {
  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, #0a6970, #074e54);

  transition: transform 0.8s ease;
}

.work__featured:hover .work__image-placeholder {
  transform: scale(1.04);
}

.work__image-placeholder span {
  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: rgba(250, 253, 238, 0.55);
}

/* ==========================================================
   FEATURED CONTENT
   ========================================================== */

.work__featured-content {
  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: clamp(2rem, 5vw, 5rem);
}

.work__meta {
  display: flex;

  align-items: center;

  justify-content: space-between;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.14em;

  text-transform: uppercase;

  color: #bed639;
}

.work__featured-content h3 {
  margin-top: 2rem;

  font-family: "Marcellus", serif;

  font-size: clamp(2.5rem, 4vw, 4.5rem);

  font-weight: 400;

  line-height: 1;
}

.work__featured-content p {
  margin-top: 1.5rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.9rem;

  line-height: 1.75;

  color: rgba(250, 253, 238, 0.72);
}

.work__link {
  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  width: fit-content;

  margin-top: 2rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.8rem;

  font-weight: 700;

  color: #bed639;
}

.work__link .ico {
  width: 16px;

  height: 16px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition: transform 0.3s ease;
}

.work__link:hover .ico {
  transform: translate(3px, -3px);
}

/* ==========================================================
   PROJECT GRID
   ========================================================== */

.work__grid {
  display: grid;

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

  gap: 2rem;
}

.work__card {
  opacity: 0;

  transform: translateY(35px);
}

.work__card .work__image {
  aspect-ratio: 4 / 3;

  min-height: 0;

  background: #e7e4da;
}

.work__card .work__image-placeholder {
  background: linear-gradient(135deg, #0c9268, #076870);
}

.work__card:nth-child(2) .work__image-placeholder {
  background: linear-gradient(135deg, #8a5a2b, #b4643c);
}

.work__card:nth-child(3) .work__image-placeholder {
  background: linear-gradient(135deg, #9e4a2e, #8a5a2b);
}

.work__card-content {
  padding-top: 1.5rem;
}

.work__card-content .work__meta {
  color: #076870;
}

.work__card-content h3 {
  margin-top: 1rem;

  font-family: "Marcellus", serif;

  font-size: clamp(1.8rem, 2.8vw, 2.7rem);

  font-weight: 400;

  line-height: 1;
}

.work__card-content p {
  max-width: 36ch;

  margin-top: 1rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.85rem;

  line-height: 1.7;

  color: #60635d;
}

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

@media (max-width: 900px) {
  .work__featured {
    grid-template-columns: 1fr;

    min-height: auto;
  }

  .work__image--featured {
    min-height: 450px;
  }

  .work__featured-content {
    min-height: 450px;
  }

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

  .work__card .work__image {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 600px) {
  .work {
    padding: 7rem 0;
  }

  .work__inner {
    width: calc(100% - 2rem);
  }

  .work__image--featured {
    min-height: 320px;
  }

  .work__featured-content {
    min-height: 400px;

    padding: 2rem;
  }
}

/* ==========================================================
   SECTION 06 — TRUE LIFE ALCHEMY
   ========================================================== */

.alchemy {
  position: relative;

  background: #052e32;

  color: #fafdee;

  padding: clamp(10rem, 16vw, 17rem) 0;
}

.alchemy__inner {
  width: min(1200px, calc(100% - 2.5rem));

  margin: 0 auto;
}

/* ==========================================================
   EYEBROW
   ========================================================== */

.alchemy__heading .eyebrow {
  display: flex;

  align-items: center;

  gap: 0.75rem;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #bed639;
}

.alchemy__heading .num {
  color: #bed639;
}

.alchemy__heading .rule {
  width: 42px;

  height: 1px;

  background: currentColor;

  opacity: 0.5;
}

/* ==========================================================
   MAIN STATEMENT
   ========================================================== */

.alchemy__statement {
  display: grid;

  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(250px, 0.5fr);

  gap: clamp(3rem, 8vw, 8rem);

  align-items: end;

  margin-top: clamp(4rem, 8vw, 8rem);

  margin-bottom: clamp(6rem, 10vw, 10rem);
}

.alchemy__title {
  margin: 0;

  font-family: "Marcellus", serif;

  font-weight: 400;

  font-size: clamp(3.5rem, 8vw, 8rem);

  line-height: 0.9;

  letter-spacing: -0.04em;

  opacity: 0;

  transform: translateY(25px);
}

.alchemy__title span {
  display: block;

  color: #bed639;
}

.alchemy__intro {
  margin: 0;

  max-width: 38ch;

  font-family: "Manrope", sans-serif;

  font-size: 0.95rem;

  line-height: 1.8;

  color: rgba(250, 253, 238, 0.7);

  opacity: 0;

  transform: translateY(20px);
}

/* ==========================================================
   VISUAL
   ========================================================== */

.alchemy__visual {
  display: grid;

  grid-template-columns: 1fr 280px;

  min-height: clamp(500px, 60vw, 720px);

  opacity: 0;

  transform: translateY(35px);
}

/* IMAGE */

.alchemy__image {
  position: relative;

  overflow: hidden;

  background: #074e54;
}

.alchemy__image-placeholder {
  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, #0a6970, #052e32);

  transition: transform 1s ease;
}

.alchemy__video {
  transition: transform 1s ease;
}

.alchemy__visual:hover .alchemy__video {
  transform: scale(1.04);
}

.alchemy__image-placeholder span {
  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: rgba(250, 253, 238, 0.5);
}

.alchemy__controls {
  position: absolute;

  left: 1.5rem;
  bottom: 1.5rem;

  /* Video occupies 75% of the visual */
  width: calc(75% - 3rem);

  z-index: 5;

  display: flex;
  align-items: center;

  gap: 1rem;

  padding: 0.65rem 0.8rem;

  background: rgba(0, 0, 0, 0.45);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.16);

  border-radius: 999px;

  box-sizing: border-box;
}

.alchemy__play {
  flex: 0 0 auto;

  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background: var(--lime, #bed639);

  color: var(--teal-ink, #063f42);

  cursor: pointer;

  font-size: 0.7rem;

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

.alchemy__play:hover {
  transform: scale(1.08);
}

.alchemy__pause-icon {
  display: none;
}

.alchemy__play.is-playing .alchemy__play-icon {
  display: none;
}

.alchemy__play.is-playing .alchemy__pause-icon {
  display: block;
}

.alchemy__timeline {
  flex: 1;

  min-width: 0;
}

.alchemy__progress {
  display: block;

  width: 100%;
  height: 3px;

  margin: 0;

  appearance: none;
  -webkit-appearance: none;

  background: rgba(255, 255, 255, 0.25);

  border-radius: 999px;

  cursor: pointer;
}

/* Chrome / Edge / Safari */

.alchemy__progress::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;

  width: 10px;
  height: 10px;

  border: 0;
  border-radius: 50%;

  background: var(--lime, #bed639);

  cursor: pointer;
}

/* Firefox */

.alchemy__progress::-moz-range-thumb {
  width: 10px;
  height: 10px;

  border: 0;
  border-radius: 50%;

  background: var(--lime, #bed639);

  cursor: pointer;
}

.alchemy__time {
  flex: 0 0 auto;

  min-width: 82px;

  font-family: var(--mono, monospace);

  font-size: 0.55rem;

  letter-spacing: 0.08em;

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

  text-align: right;
}
/* ==========================================================
   CAPTION
   ========================================================== */

.alchemy__caption {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  padding: 2rem;

  background: #076870;

  color: #fafdee;
}

.alchemy__caption-number {
  font-family: "Marcellus", serif;

  font-size: 4rem;

  line-height: 1;

  color: #bed639;

  opacity: 0.8;
}

.alchemy__caption p {
  margin: 0;

  font-family: "Manrope", sans-serif;

  font-size: 0.8rem;

  line-height: 1.7;

  color: rgba(250, 253, 238, 0.75);
}

/* ==========================================================
   BOTTOM STATEMENT
   ========================================================== */

.alchemy__bottom {
  display: flex;

  align-items: center;

  gap: 2rem;

  margin-top: clamp(6rem, 10vw, 10rem);

  opacity: 0;

  transform: translateY(25px);
}

.alchemy__bottom-line {
  flex: 1;

  height: 1px;

  background: rgba(250, 253, 238, 0.2);
}

.alchemy__bottom p {
  max-width: 42ch;

  margin: 0;

  text-align: center;

  font-family: "Marcellus", serif;

  font-size: clamp(1.3rem, 2.2vw, 2rem);

  line-height: 1.3;

  color: #fafdee;
}

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

@media (max-width: 768px) {
  .alchemy {
    padding: 7rem 0;
  }

  .alchemy__statement {
    grid-template-columns: 1fr;

    gap: 2rem;

    margin-top: 4rem;

    margin-bottom: 5rem;
  }

  .alchemy__title {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .alchemy__visual {
    grid-template-columns: 1fr;

    min-height: 0;
  }

  .alchemy__image {
    min-height: 420px;
  }

  .alchemy__caption {
    min-height: 280px;
  }

  .alchemy__bottom {
    flex-direction: column;

    gap: 1.5rem;
  }

  .alchemy__bottom-line {
    width: 100%;

    flex: none;
  }

  .alchemy__controls {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 6.8rem;

    width: auto;

    gap: 0.7rem;

    padding: 0.55rem 0.65rem;
  }

  .alchemy__play {
    width: 30px;
    height: 30px;
  }

  .alchemy__time {
    min-width: 70px;
    font-size: 0.5rem;
  }
}

.alchemy__video {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  cursor: none;
}

/* ==========================================================
   SECTION 07 — GET INVOLVED
   ========================================================== */

.involved {
  position: relative;

  width: 100%;

  background: #fafdee;

  color: #404040;

  overflow: hidden;

  padding-top: clamp(9rem, 14vw, 14rem);
}

/* ==========================================================
   INTRO
   ========================================================== */

.involved__intro {
  width: min(1200px, calc(100% - 2.5rem));

  margin: 0 auto;

  position: relative;

  z-index: 5;
}

.involved__eyebrow {
  display: flex;

  align-items: center;

  gap: 0.75rem;

  font-family: monospace;

  font-size: 0.7rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #076870;
}

.involved__number {
  color: #0c9268;
}

.involved__line {
  width: 42px;

  height: 1px;

  background: currentColor;

  opacity: 0.4;
}

.involved__title {
  max-width: 900px;

  margin-top: 2rem;

  font-family: "Marcellus", serif;

  font-size: clamp(3.5rem, 7vw, 7rem);

  font-weight: 400;

  line-height: 0.92;

  letter-spacing: -0.04em;

  opacity: 0;

  transform: translateY(25px);
}

.involved__title span {
  display: block;

  color: #076870;
}

.involved__description {
  max-width: 45ch;

  margin-top: 1.75rem;

  font-family: "Manrope", sans-serif;

  font-size: 1rem;

  line-height: 1.8;

  color: #60635d;

  opacity: 0;

  transform: translateY(20px);
}

/* ==========================================================
   3D BASKET EXPERIENCE
   ========================================================== */

.basket-experience {
  position: relative;

  width: 100%;

  height: 100vh;

  min-height: 700px;

  margin-top: -2rem;

  overflow: hidden;

  background: radial-gradient(
    circle at center,
    rgba(7, 104, 112, 0.07),
    transparent 55%
  );
}

/* Canvas */

#basketCanvas {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  display: block;

  outline: none;
}

/* ==========================================================
   BASKET EDITORIAL LABELS
   ========================================================== */

.basket-caption {
  position: absolute;

  z-index: 3;

  pointer-events: none;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: #076870;
}

.basket-caption--top {
  top: 3rem;

  left: 5%;

  right: 5%;

  display: flex;

  justify-content: space-between;
}

.basket-caption--bottom {
  left: 5%;

  bottom: 3rem;

  max-width: 280px;

  line-height: 1.7;

  color: #404040;
}

/* ==========================================================
   PARTICIPATION OPTIONS
   ========================================================== */

.involved__options {
  position: relative;

  z-index: 5;

  width: min(1200px, calc(100% - 2.5rem));

  margin: 0 auto;

  display: grid;

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

  border-top: 1px solid rgba(32, 33, 29, 0.15);

  border-left: 1px solid rgba(32, 33, 29, 0.15);
}

.involved__option {
  position: relative;

  min-height: 440px;

  padding: 2rem;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  color: #404040;

  border-right: 1px solid rgba(32, 33, 29, 0.15);

  border-bottom: 1px solid rgba(32, 33, 29, 0.15);

  overflow: hidden;

  opacity: 0;

  transform: translateY(35px);

  transition:
    background 0.45s ease,
    color 0.45s ease;
}

.involved__option:hover {
  background: #076870;

  color: #fafdee;
}

.involved__option--accent {
  background: #bed639;

  color: #052e32;
}

.involved__option--accent:hover {
  background: #076870;

  color: #fafdee;
}

/* ==========================================================
   OPTION TOP
   ========================================================== */

.involved__option-top {
  display: flex;

  align-items: flex-start;

  justify-content: space-between;
}

.involved__option-number {
  font-family: "Marcellus", serif;

  font-size: 4rem;

  line-height: 0.8;

  color: #076870;

  opacity: 0.3;
}

.involved__option:hover .involved__option-number {
  color: #bed639;

  opacity: 0.8;
}

.involved__arrow {
  width: 22px;

  height: 22px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.7;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition: transform 0.35s ease;
}

.involved__option:hover .involved__arrow {
  transform: translate(4px, -4px);
}

/* ==========================================================
   OPTION CONTENT
   ========================================================== */

.involved__option-content {
  max-width: 360px;
}

.involved__label {
  display: block;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: #076870;
}

.involved__option:hover .involved__label {
  color: #bed639;
}

.involved__option h3 {
  margin-top: 1rem;

  font-family: "Marcellus", serif;

  font-size: clamp(2rem, 3.5vw, 3.5rem);

  font-weight: 400;

  line-height: 1;
}

.involved__option p {
  margin-top: 1.25rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.85rem;

  line-height: 1.75;

  color: #60635d;
}

.involved__option:hover p {
  color: rgba(250, 253, 238, 0.75);
}

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

.involved__closing {
  width: min(1200px, calc(100% - 2.5rem));

  margin: clamp(6rem, 10vw, 10rem) auto 10rem;

  display: flex;

  align-items: center;

  gap: 2rem;

  opacity: 0;

  transform: translateY(25px);
}

.involved__closing span {
  flex: 1;

  height: 1px;

  background: rgba(32, 33, 29, 0.15);
}

.involved__closing p {
  max-width: 38ch;

  margin: 0;

  text-align: center;

  font-family: "Marcellus", serif;

  font-size: clamp(1.3rem, 2.2vw, 2rem);

  line-height: 1.3;

  color: #052e32;
}

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

@media (max-width: 800px) {
  .involved {
    padding-top: 7rem;
  }

  .basket-experience {
    height: 75vh;

    min-height: 550px;

    margin-top: 2rem;
  }

  .basket-caption--top {
    top: 2rem;
  }

  .basket-caption--bottom {
    bottom: 2rem;
  }

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

  .involved__option {
    min-height: 380px;
  }

  .involved__closing {
    flex-direction: column;

    gap: 1.5rem;
  }

  .involved__closing span {
    width: 100%;

    flex: none;
  }
}

/* ==========================================================
   SECTION 07 — BASKET EDITORIAL LAYER
   ========================================================== */

.basket-editorial {
  position: absolute;

  z-index: 10;

  pointer-events: none;

  display: flex;

  align-items: center;

  gap: 1rem;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: #076870;

  opacity: 0;
}

.basket-editorial--top {
  top: 3rem;

  left: 5%;

  right: 5%;

  justify-content: space-between;
}

.basket-editorial--bottom {
  left: 5%;

  right: 5%;

  bottom: 3rem;

  justify-content: space-between;

  color: #404040;
}

.basket-editorial__rule {
  flex: 1;

  max-width: 160px;

  height: 1px;

  background: currentColor;

  opacity: 0.25;
}

/* ==========================================================
   STATEMENTS
   ========================================================== */

.basket-statement {
  position: absolute;

  z-index: 10;

  pointer-events: none;

  opacity: 0;

  transform: translateY(40px);

  max-width: 520px;
}

.basket-statement--one {
  left: 8%;

  top: 32%;
}

.basket-statement--two {
  right: 7%;

  top: 34%;

  text-align: right;
}

.basket-statement--final {
  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%) translateY(40px);

  text-align: center;

  width: min(90%, 650px);
}

.basket-statement__small {
  display: block;

  margin-bottom: 1rem;

  font-family: monospace;

  font-size: 0.65rem;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: #076870;
}

.basket-statement h3 {
  margin: 0;

  font-family: "Marcellus", serif;

  font-size: clamp(3rem, 7vw, 7rem);

  font-weight: 400;

  line-height: 0.9;

  letter-spacing: -0.04em;

  color: #404040;
}

.basket-statement h3 span {
  display: block;

  color: #076870;
}

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

@media (max-width: 800px) {
  .basket-statement--one {
    left: 7%;

    top: 25%;
  }

  .basket-statement--two {
    right: 7%;

    top: 65%;
  }

  .basket-statement--final {
    top: 50%;
  }

  .basket-statement h3 {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }
}

/* ==========================================================
   SECTION 08 — CHAPTER
   ========================================================== */

.chapter {
  position: relative;

  min-height: 110vh;

  background: var(--teal);

  color: var(--bone);

  overflow: hidden;
}

.chapter__inner {
  position: relative;

  width: min(1400px, 90%);

  min-height: 100vh;

  margin: 0 auto;

  padding: 7rem 0 3rem;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

/* ==========================================================
   EYEBROW
   ========================================================== */

.chapter__eyebrow {
  display: flex;

  align-items: center;

  gap: 1rem;

  font-family: var(--mono);

  font-size: 0.65rem;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: var(--lime);
}

.chapter__line {
  width: 90px;

  height: 1px;

  background: currentColor;

  opacity: 0.5;
}

/* ==========================================================
   CONTENT
   ========================================================== */

.chapter__content {
  width: min(900px, 100%);

  margin-left: 8%;
}

.chapter__kicker {
  margin-bottom: 1.5rem;

  font-family: var(--mono);

  font-size: 0.7rem;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: var(--lime);
}

.chapter__title {
  max-width: 850px;

  margin: 0;

  font-family: "Marcellus", serif;

  font-size: clamp(3.5rem, 8vw, 8rem);

  font-weight: 400;

  line-height: 0.9;

  letter-spacing: -0.05em;

  color: var(--bone);

  overflow: visible;
}

.chapter__line-text {
  opacity: 0;
  transform: translateY(60px);
}

.chapter__title .chapter__line-text {
  display: block;
  color: var(--bone);
}

.chapter__title .chapter__line-text--accent {
  color: var(--lime);
}

.chapter__description {
  max-width: 520px;

  margin-top: 2.5rem;

  font-family: "Manrope", sans-serif;

  font-size: 1rem;

  line-height: 1.7;

  color: rgba(32, 33, 29, 0.68);
}

/* ==========================================================
   LINK
   ========================================================== */

.chapter__link {
  display: inline-flex;

  align-items: center;

  gap: 1rem;

  margin-top: 2rem;

  padding-bottom: 0.5rem;

  border-bottom: 1px solid rgba(246, 243, 234, 0.4);

  font-size: 0.9rem;

  color: #20211d;

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

.chapter__link span {
  font-size: 1.2rem;
}

.chapter__link:hover {
  gap: 1.5rem;

  border-color: var(--lime);
}

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

.chapter__footer {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-top: 1.5rem;

  border-top: 1px solid rgba(246, 243, 234, 0.15);

  font-family: var(--mono);

  font-size: 0.65rem;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: rgba(32, 33, 29, 0.55);
}

/* ==========================================================
   SECTION 08 — ANIMATION STATES
   ========================================================== */

.chapter__eyebrow,
.chapter__kicker,
.chapter__description,
.chapter__link,
.chapter__footer {
  opacity: 0;
  transform: translateY(40px);
}

/* Title itself must remain visible */

.chapter__title {
  opacity: 1;
  transform: none;
  overflow: visible;
}

/* Individual title lines animate */

.chapter__line-text {
  display: block;
  opacity: 0;
  transform: translateY(60px);
}

/* Accent line */

.chapter__line-text--accent {
  color: var(--lime);
}

/* Decorative eyebrow line */

.chapter__line {
  transform-origin: left center;
  transform: scaleX(0);
}

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

@media (max-width: 800px) {
  .chapter__inner {
    padding-top: 6rem;
  }

  .chapter__content {
    margin-left: 0;
  }

  .chapter__title {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .chapter__description {
    font-size: 0.9rem;
  }
}

/* ==========================================================
   SECTION 09 — WHAT MOVES FORWARD
   ========================================================== */

.forward {
  position: relative;

  min-height: 100vh;

  background: linear-gradient(135deg, #0a6970, #052e32aa);

  color: var(--bone);

  overflow: hidden;
}

/* ==========================================================
   INNER
   ========================================================== */

.forward__inner {
  width: min(1400px, 90%);

  min-height: 100vh;

  margin: 0 auto;

  padding: 7rem 0 3rem;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

/* ==========================================================
   TOP
   ========================================================== */

.forward__top {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

.forward__eyebrow {
  display: flex;

  align-items: center;

  gap: 1rem;

  font-family: var(--mono);

  font-size: 0.65rem;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: var(--cream);
}

.forward__line {
  width: 80px;

  height: 1px;

  background: currentColor;

  opacity: 0.4;
}

.forward__intro {
  max-width: 300px;

  margin: 0;

  font-family: "Manrope", sans-serif;

  font-size: 0.85rem;

  line-height: 1.6;

  color: rgba(246, 243, 234, 0.65);
}

/* ==========================================================
   CONTENT
   ========================================================== */

.forward__content {
  display: grid;

  grid-template-columns: 1.2fr 1fr;

  gap: 6rem;

  align-items: end;
}

/* ==========================================================
   WORDS
   ========================================================== */

.forward__words {
  display: flex;

  flex-direction: column;

  font-family: "Marcellus", serif;

  font-size: clamp(4rem, 8vw, 8rem);

  line-height: 0.99;

  letter-spacing: -0.055em;
  color: var(--secondary);
}

.forward__words span {
  display: block;

  opacity: 0;

  transform: translateY(70px);

  will-change: transform, opacity;
}

.forward__words span:nth-child(2) {
  margin-left: 8%;
}

.forward__words span:nth-child(3) {
  margin-left: 16%;
}

/* ==========================================================
   STATEMENT
   ========================================================== */

.forward__statement {
  padding-bottom: 1rem;
}

.forward__statement p {
  max-width: 420px;

  margin: 0 0 2.5rem;

  font-family: "Manrope", sans-serif;

  font-size: 0.95rem;

  line-height: 1.7;

  color: rgba(246, 243, 234, 0.65);

  opacity: 0;

  transform: translateY(30px);
}

.forward__statement h2 {
  margin: 0;

  max-width: 650px;

  font-family: "Marcellus", serif;

  font-size: clamp(3rem, 5vw, 5.5rem);

  font-weight: 400;

  line-height: 0.9;

  letter-spacing: -0.05em;

  opacity: 0;

  transform: translateY(50px);
}

.forward__statement h2 span {
  display: block;

  color: var(--secondary);
}

/* Navigation Headings */

.site-footer__column a {
  font-family: "Manrope", sans-serif;

  font-size: 0.78rem;

  color: rgba(246, 243, 234, 0.72);

  text-decoration: none;

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

.site-footer__column a:hover {
  color: #f6f3ea;

  transform: translateX(3px);
}

/* Navigation Headings */

.site-footer__label {
  margin-bottom: 1rem;

  font-family: var(--mono);

  font-size: 0.58rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #bed639;
}

.site-footer__button--lime {
  background: #bed639;

  color: #063f42;

  border: 1px solid #bed639;
}

.site-footer__button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 0.8rem;

  min-height: 50px;

  padding: 0.8rem 1.5rem;

  border-radius: 999px;

  white-space: nowrap;

  font-family: "Manrope", sans-serif;

  font-size: 0.75rem;

  line-height: 1;

  text-decoration: none;

  box-sizing: border-box;

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

.site-footer__button--ghost {
  background: transparent;
  border: none;
  color: #f6f3ea;
}

.site-footer__button span {
  flex-shrink: 0;

  font-size: 1rem;
}

.site-footer__button:hover {
  transform: translateY(-2px);
}

.site-footer__legal {
  color: rgba(246, 243, 234, 0.45);
}

.site-footer__wordmark {
  position: absolute;

  left: 0;
  right: 0;

  bottom: -2vw;

  width: 100%;

  margin: 0;

  font-family: "Marcellus", serif;

  font-size: clamp(12rem, 23vw, 28rem);

  font-weight: 400;

  line-height: 0.65;

  letter-spacing: -0.075em;

  text-align: center;

  white-space: nowrap;

  color: rgba(246, 243, 234, 0.055);

  pointer-events: none;

  user-select: none;
}
.site-footer__actions {
  display: flex;

  align-items: center;

  gap: 0.8rem;

  margin-top: 2.5rem;

  flex-wrap: wrap;
}

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

.forward__footer {
  display: flex;

  justify-content: space-between;

  padding-top: 1.5rem;

  border-top: 1px solid rgba(246, 243, 234, 0.15);

  font-family: var(--mono);

  font-size: 0.65rem;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: rgba(246, 243, 234, 0.5);
}

/* ==========================================================
   MOBILE
   ========================================================== */
@media (max-width: 900px) {
  .site-footer {
    min-height: auto;
  }

  .site-footer__inner {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .site-footer__legal {
    position: relative;

    left: auto;
    right: auto;
    bottom: auto;

    width: 100%;

    margin-top: 4rem;

    padding: 1.5rem 0;

    min-height: auto;
  }
}

@media (max-width: 800px) {
  .forward__inner {
    padding-top: 6rem;
  }

  .forward__top {
    flex-direction: column;

    gap: 2rem;
  }

  .forward__content {
    grid-template-columns: 1fr;

    gap: 3rem;
  }

  .forward__words {
    font-size: clamp(3.5rem, 15vw, 5rem);
  }

  .forward__words span:nth-child(2) {
    margin-left: 5%;
  }

  .forward__words span:nth-child(3) {
    margin-left: 10%;
  }

  .forward__statement h2 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }
}

@media (max-width: 600px) {
  .site-footer__actions {
    width: 100%;

    flex-direction: column;

    align-items: stretch;

    gap: 0.75rem;

    margin-top: 2rem;
  }

  .site-footer__button {
    width: 100%;

    min-height: 52px;

    justify-content: center;
  }
}
