/* ABOUT PAGE */

body.about-page {
  min-height: 100vh;
  padding-top: clamp(14px, 2vh, 24px);
  overflow-x: hidden;
  background:
    linear-gradient(rgba(247, 244, 225, 0.5), rgba(247, 244, 225, 0.5)),
    url("../img/ricepaper_texture.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  color: #3f3b57;
}

.about-shell {
  width: min(1750px, calc(100vw - 180px));
  min-height: calc(100vh - clamp(28px, 4vh, 48px));
  margin: 0 auto;
  border: 2px solid #3f3b57;
  background:
    linear-gradient(rgba(247, 244, 225, 0.72), rgba(247, 244, 225, 0.72)),
    url("../img/ricepaper_texture.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}

.about-hero {
  min-height: clamp(180px, 15vw, 260px);
  padding: clamp(34px, 4vw, 68px) 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #3f3b57;
  text-align: center;
}

.about-hero p,
.about-team__heading span,
.about-intent__label span,
.about-footer-cta > span {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: clamp(10px, 0.8vw, 14px);
  line-height: 1.3;
  text-transform: uppercase;
}

.about-hero h1,
.about-intent__label h2,
.about-team__heading h2 {
  margin: 0;
  font-family: var(--font-offcanvas);
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-hero h1 {
  font-size: clamp(58px, 6.2vw, 116px);
}

.about-intent {
  display: grid;
  grid-template-columns: 34% 66%;
  border-bottom: 2px solid #3f3b57;
}

.about-intent__label {
  position: relative;
  min-height: clamp(520px, 44vw, 760px);
  padding: clamp(48px, 5vw, 88px) clamp(34px, 4vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #3f3b57;
  overflow: hidden;
}

.about-intent__label::after {
  content: "";
  position: absolute;
  left: -24%;
  right: -34%;
  bottom: -22%;
  height: 72%;
  background-image: url("../img/fish-pattern.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  opacity: 0.34;
  pointer-events: none;
}

.about-intent__label > * {
  position: relative;
  z-index: 1;
}

.about-intent__label h2 {
  max-width: 620px;
  font-size: clamp(58px, 5.4vw, 110px);
}

.about-intent__paper {
  position: relative;
  width: min(1050px, calc(100% - clamp(52px, 6vw, 116px)));
  margin: clamp(58px, 5vw, 92px) auto;
  padding: clamp(48px, 4vw, 78px) clamp(42px, 4vw, 76px);
  border: 1px solid rgba(63, 59, 87, 0.18);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 30px rgba(63, 59, 87, 0.08);
  transform: rotate(-0.4deg);
}

.about-intent__paper p {
  margin: 0;
  color: #111111;
  font-family: var(--font-mono);
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 1.75;
  text-align: justify;
}

.about-intent__paper p + p {
  margin-top: clamp(22px, 2vw, 34px);
}

.about-intent__tape {
  position: absolute;
  z-index: 2;
  width: clamp(150px, 12vw, 240px);
  pointer-events: none;
  opacity: 0.9;
}

.about-intent__tape--top {
  top: -42px;
  left: 48%;
  transform: translateX(-50%) rotate(-2deg);
}

.about-intent__tape--side {
  right: -70px;
  top: 28%;
  transform: rotate(63deg);
}

.about-rule {
  height: clamp(56px, 4.6vw, 78px);
  border-bottom: 2px solid #3f3b57;
  background-image: linear-gradient(
    90deg,
    rgba(63, 59, 87, 0.48) 0 26px,
    transparent 26px 58px
  );
  background-repeat: repeat-x;
  background-size: 58px 2px;
  background-position: center;
}

.about-team {
  display: grid;
  grid-template-columns: 28% 72%;
  border-bottom: 2px solid #3f3b57;
}

.about-team__heading {
  position: sticky;
  top: 0;
  min-height: 50vh;
  padding: clamp(44px, 4.5vw, 80px) clamp(30px, 3.6vw, 62px);
  align-self: start;
  border-right: 2px solid #3f3b57;
}

.about-team__heading h2 {
  font-size: clamp(62px, 5.6vw, 120px);
}

.about-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-team-card {
  min-height: clamp(190px, 15vw, 260px);
  padding: clamp(26px, 2.7vw, 44px);
  border-right: 2px solid #3f3b57;
  border-left: 2px solid #3f3b57;
  border-bottom: 2px solid #3f3b57;
}

.about-team-card:nth-child(3n) {
  border-right: 0;
}

.about-team-card h3 {
  margin: 0 0 clamp(18px, 1.6vw, 26px);
  font-family: var(--font-offcanvas);
  font-size: clamp(28px, 2.3vw, 48px);
  font-weight: 100;
  line-height: 0.92;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-team-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-team-card li {
  font-family: var(--font-mono);
  font-size: clamp(13px, 0.95vw, 17px);
  line-height: 1.55;
}

.about-team-card li + li {
  margin-top: 6px;
}

.about-footer-cta {
  min-height: clamp(165px, 13vw, 230px);
  padding: clamp(32px, 3vw, 54px) 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(47, 54, 93, 0.96), rgba(47, 54, 93, 0.96)),
    url("../img/fish-pattern.png");
  background-size: cover;
  background-position: center right;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.about-footer-cta a {
  min-width: min(420px, 82vw);
  min-height: clamp(62px, 4.5vw, 86px);
  padding: 14px 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: clamp(16px, 1.05vw, 21px);
  text-transform: uppercase;
  background-image: url("../img/button-paper-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.about-footer-cta a:hover {
  transform: translateY(-3px) rotate(-0.5deg);
}

@media (max-width: 1180px) {
  .about-shell {
    width: calc(100vw - 72px);
  }

  .about-intent,
  .about-team {
    grid-template-columns: 1fr;
  }

  .about-intent__label,
  .about-team__heading {
    min-height: auto;
    border-right: 0;
    border-bottom: 2px solid #3f3b57;
  }

  .about-team__heading {
    position: relative;
  }
}

@media (max-width: 900px) {
  .about-shell {
    width: calc(100vw - 32px);
  }

  .about-team__grid {
    grid-template-columns: 1fr;
  }

  .about-team-card,
  .about-team-card:nth-child(3n) {
    border-right: 0;
  }

  .about-intent__paper {
    width: calc(100% - 34px);
    padding: 42px 24px;
  }

  .about-intent__paper p {
    text-align: left;
  }

  .about-intent__tape--side {
    display: none;
  }
}
