/* About page only. Shared navigation remains in header.css. */
@font-face {
  font-family: About Condensed;
  src: url("../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3E.woff2")
    format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: About Barlow;
  src: url("../fonts/7cHqv4kjgoGqM7E3q-0c4A.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
.about-page {
  background: #faf8f2;
  color: #081d31;
  overflow: hidden;
}
.about-wrap {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
  margin-top: 0;
}
.about-label,
.ruled-label {
  color: #ff6018;
  letter-spacing: 4px;
  text-transform: uppercase;
  font:
    700 15px/1.5 Arial,
    sans-serif;
  text-align: center;
}
.about-hero {
  padding: 48px 0 55px;
  text-align: center;
}
.about-hero h1 {
  font:
    900 clamp(52px, 7.5vw, 100px)/1 "About Condensed",
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 16px 0 36px;
}
.about-hero em {
  font-style: normal;
  color: #ff6018;
}
.about-film {
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 20px 40px #442b1712;
  aspect-ratio: 2.37;
  background: #172f3e;
}
.about-film #about-animation {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-story {
  padding: 35px 0 100px;
  position: relative;
}
.story-label {
  font:
    600 9px/1.5 Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.story-label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #ff9d6d;
  vertical-align: middle;
  margin-right: 16px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 58px;
  align-items: start;
}
.dictionary {
  border: 1px solid #ddd9d0;
  border-radius: 14px;
  padding: 34px;
}
.tiny-label {
  font:
    600 9px/1.5 Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.dictionary h2 {
  font:
    900 clamp(42px, 5vw, 76px)/1.1 "About Condensed",
    Impact,
    sans-serif;
  color: #ff6018;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.pronunciation {
  font-size: 13px;
}
.definition {
  border-block: 1px solid #ddd4c8;
  padding: 20px 0;
  font:
    16px/1.45 Arial,
    sans-serif;
}
.dictionary-foot {
  font:
    13px/1.5 Arial,
    sans-serif;
  position: relative;
  margin-bottom: 0;
}
.dictionary-foot span {
  position: absolute;
  right: 0;
  color: #ff6018;
  font-size: 25px;
  top: 0;
}
.story-copy h2 {
  font:
    400 clamp(38px, 4.2vw, 58px)/0.98 Georgia,
    serif;
  letter-spacing: -3px;
  margin-bottom: 22px;
}
.story-copy h2 span {
  color: #ff6018;
}
.story-copy > p {
  font:
    15px/1.5 Arial,
    sans-serif;
  max-width: 550px;
}
.story-copy h3 {
  font:
    700 15px/1.4 Arial,
    sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 24px 0 10px;
}
.story-copy h3:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #ff8950;
  margin-bottom: 14px;
}
.story-copy ul {
  padding: 0;
  list-style: none;
  font:
    14px/1.9 Arial,
    sans-serif;
}
.story-copy li:before {
  content: "◆";
  font-size: 10px;
  color: #ff6018;
  margin-right: 18px;
}
/* Actual text, with a layered extrusion. No screenshot/image lettering. */
.about-independent {
  --face-size: clamp(70px, 16vw, 224px);
  position: relative;
  text-align: center;
  padding: 60px 24px 115px;
  background: linear-gradient(to bottom, #faf9f6 0 37%, #ff5300 37% 100%);
}
.ruled-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 22px;
}
.ruled-label:before,
.ruled-label:after {
  content: "";
  width: 65px;
  height: 1px;
  background: currentColor;
}
.dimensional-word {
  font:
    900 var(--face-size)/1.05 "About Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.035em;
  white-space: nowrap;
  margin: 0 auto 50px !important;
  position: relative;
  width: max-content;
  max-width: 100%;
  color: #faf9f6;
  -webkit-text-stroke: 0.6px #18374a;
  filter: drop-shadow(-10px 16px 8px #47281966);
  text-shadow:
    1px 1px #0a2b40,
    2px 2px #0a2b40,
    3px 3px #0a2b40,
    4px 4px #0a2b40,
    5px 5px #0a2b40,
    6px 6px #0a2b40,
    7px 7px #0a2b40,
    8px 8px #0a2b40,
    9px 9px #0a2b40,
    10px 10px #0a2b40,
    11px 11px #0a2b40,
    12px 12px #0a2b40,
    13px 13px #0a2b40,
    14px 14px #0a2b40,
    15px 15px #0a2b40,
    16px 16px #0a2b40,
    17px 17px #0a2b40,
    18px 18px #0a2b40,
    19px 19px #0a2b40,
    20px 20px #0a2b40,
    21px 21px #0a2b40,
    22px 22px #0a2b40,
    23px 23px #0a2b40,
    24px 24px #0a2b40,
    25px 25px #0a2b40,
    26px 26px #0a2b40,
    27px 27px #0a2b40,
    28px 28px #0a2b40;
}
.independent-tagline {
  font:
    800 clamp(18px, 2.8vw, 37px)/1.2 "About Barlow",
    Arial,
    sans-serif;
  color: white;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.about-pill {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  border: 1.5px solid #fff;
  border-radius: 40px;
  padding: 14px 30px;
  background: #06263c;
  color: #fff;
  text-decoration: none;
  font:
    600 13px/1.4 Arial,
    sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-pill span {
  font-size: 23px;
}
.about-world {
  padding: 55px 28px 60px;
  text-align: center;
}
.globe-stage {
  position: relative;
  width: min(650px, 90vw);
  margin: auto;
}
.globe-stage:after {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 20%;
  width: 60%;
  height: 22px;
  background: #89644244;
  border-radius: 50%;
  filter: blur(14px);
  z-index: 0;
  pointer-events: none;
}
#world-globe {
  display: block;
  width: 100%;
  aspect-ratio: 1.05;
  position: relative;
  z-index: 1;
  cursor: grab;
  touch-action: pan-y;
}
#world-globe:active {
  cursor: grabbing;
}
.globe-help {
  font:
    11px/1.4 Arial,
    sans-serif;
  color: #647480;
  margin: 0 0 5px !important;
}

.about-world h2 {
  font:
    900 clamp(31px, 4.6vw, 66px)/1.1 "About Condensed",
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 30px 0 20px;
}
.about-world h2 span {
  color: #ff6018;
  font-family: Arial;
  font-weight: 300;
}
.world-copy {
  font:
    clamp(17px, 1.65vw, 23px)/1.5 Georgia,
    serif;
  margin: 0 auto;
  max-width: 1100px;
}
.about-leadership {
  padding: 50px 0 85px;
}
.about-leadership .ruled-label {
  font-size: 11px;
  color: #5e6266;
  letter-spacing: 5px;
}
.about-leadership h2 {
  text-align: center;
  font:
    800 clamp(32px, 4vw, 56px)/1.1 "About Barlow",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 55px;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.leader {
  background: white;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 15px 35px #6c522407;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #090909;
}
.leader-art {
  aspect-ratio: 1.24;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  font:
    110px/1 Georgia,
    serif;
  color: #f8f1df;
  margin-bottom: 20px;
}
.leader-art.albert {
  background: #18334b;
  border-bottom-right-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.albert span {
  color: #ff6613;
}
.joel {
  background: #ff902d;
}
.joel:before,
.joel:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #ff6713;
  border-radius: 50%;
  left: 5%;
  z-index: 0;
}
.joel:before {
  top: -50%;
}
.joel:after {
  bottom: -50%;
}
.joel {
  isolation: isolate;
}
.joel:before,
.joel:after {
  z-index: -1;
}
.nora {
  background: #81cbe3;
}
.nora:before {
  content: "";
  width: 48%;
  height: 57%;
  border: 2px solid #fff4df;
  border-radius: 50%;
  position: absolute;
  left: 20%;
}
.nora:after {
  content: "";
  width: 34%;
  height: 40%;
  background: #f5eedc;
  border-radius: 50%;
  position: absolute;
  left: 47%;
}
.johhy {
  background: #ffce52;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 75px;
}
.johhy i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5px;
  height: 30%;
  background: #18334b;
  transform-origin: 50% 0;
  transform: rotate(calc(var(--ray) * 22.5deg)) translateY(18px);
}
.leader h3 {
  font:
    800 26px/1.2 "About Barlow",
    Arial,
    sans-serif;
  margin: 0 0 7px;
}
.leader-role {
  font:
    17px/1.25 Georgia,
    serif;
  margin-bottom: 5px;
}
.leader-detail {
  font:
    15px/1.3 Georgia,
    serif;
  color: #4f5154;
  margin-bottom: 20px;
}
.linkedin-placeholder {
  margin-top: auto;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #30333e;
  color: white;
  font:
    bold 16px/1 Arial,
    sans-serif;
}
.about-page :focus-visible {
  outline: 3px solid #ff6508;
  outline-offset: 5px;
}
@media (max-width: 900px) {
  .about-wrap {
    width: calc(100% - 48px);
  }
  .story-grid {
    gap: 28px;
  }
  .dictionary {
    padding: 24px;
  }
  .story-copy h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .leader-art {
    font-size: 130px;
  }
  .about-independent {
    padding-bottom: 75px;
  }
  .about-world {
    padding-inline: 24px;
  }
  .wide-only {
    display: none;
  }
}
@media (max-width: 600px) {
  .about-hero {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .about-hero h1 {
    font-size: 54px;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }
  .about-label {
    font-size: 11px;
  }
  .about-film {
    border-radius: 18px;
    /* Match the original film dimensions: no phone letterboxing. */
    aspect-ratio: 1440 / 608;
  }
  .about-film #about-animation {
    object-fit: cover;
    background: #263d4e;
  }
  .about-story {
    padding: 25px 0 50px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .dictionary h2 {
    font-size: 64px;
  }
  .story-copy h2 {
    font-size: 44px;
  }
  .about-independent {
    padding: 35px 12px 50px;
    --face-size: 18vw;
    background: linear-gradient(to bottom, #faf9f6 0 36%, #ff5300 36%);
  }
  .dimensional-word {
    margin-bottom: 30px !important;
    text-shadow:
      1px 1px #0a2b40,
      2px 2px #0a2b40,
      3px 3px #0a2b40,
      4px 4px #0a2b40,
      5px 5px #0a2b40,
      6px 6px #0a2b40,
      7px 7px #0a2b40,
      8px 8px #0a2b40;
  }
  .ruled-label {
    font-size: 12px;
    gap: 18px;
    letter-spacing: 4px;
  }
  .ruled-label:before,
  .ruled-label:after {
    width: 35px;
  }
  .independent-tagline {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .about-pill {
    font-size: 10px;
    padding: 10px 20px;
  }
  .about-world {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .globe-stage {
    width: 100%;
  }
  .about-world h2 {
    font-size: 33px;
    letter-spacing: -0.7px;
  }
  .about-leadership {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .about-leadership h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .leadership-grid {
    gap: 12px;
  }
  .leader {
    padding: 12px;
    border-radius: 16px;
  }
  .leader-art {
    font-size: 70px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .leader h3 {
    font-size: 21px;
  }
  .leader-role {
    font-size: 14px;
  }
  .leader-detail {
    font-size: 13px;
  }
  .leader-art.albert {
    border-bottom-right-radius: 40px;
  }
}

/* Section 4 only: match the requested 80% desktop presentation. */
@media (min-width: 901px) {
  .about-page > .about-world { zoom: 0.8; }
}

/* Draw the existing film without exposing a visible video player. */
#about-animation { pointer-events: none; background: url('../about/origin-intro-poster.webp') center / cover no-repeat; }
@media (max-width: 600px) {
  .about-film #about-animation { background: #263d4e url('../about/origin-intro-poster.webp') center / cover no-repeat; }
}

/* Compact dictionary card spacing on phones, matching the reference. */
@media (max-width: 600px) {
  .about-page .dictionary { padding-block: 20px; }
  .about-page .dictionary .tiny-label { margin-bottom: 0; }
  .about-page .dictionary h2 { margin: 4px 0; }
  .about-page .dictionary .pronunciation { margin: 0; }
  .about-page .dictionary .definition { margin: 0; padding-block: 12px; }
  .about-page .dictionary .dictionary-foot { margin: 0; }
}
