/* ABOUT PAGE */
.about-page {
  --about-red: #E8472E;
  --about-gold: #BF9A52;
  --about-panel: rgba(8,7,6,.62);
  --about-line: rgba(255,255,255,.10);
}

.about-page .section {
  padding: clamp(4.8rem, 8vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}

.about-page .display {
  font-size: clamp(2.8rem, 5.2vw, 5.2rem);
  line-height: 1.02;
}

.about-page .compact-display {
  font-size: clamp(2.15rem, 3.5vw, 3.8rem);
  line-height: 1.08;
}

.about-page .section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 28% at 12% 20%, rgba(200,50,28,.065), transparent 70%),
    radial-gradient(ellipse 38% 30% at 86% 72%, rgba(191,154,82,.07), transparent 72%);
}

.about-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 136px 0 88px;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8,7,6,.98) 0%, rgba(8,7,6,.82) 38%, rgba(8,7,6,.48) 70%, rgba(8,7,6,.76) 100%),
    linear-gradient(180deg, rgba(8,7,6,.35), rgba(8,7,6,.88)),
    url("/assets/images/about-hero-team.jpg") center / cover no-repeat;
  filter: saturate(.72) contrast(1.05);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(ellipse 45% 40% at 16% 42%, rgba(200,50,28,.20), transparent 70%),
    radial-gradient(ellipse 42% 42% at 84% 28%, rgba(191,154,82,.12), transparent 72%);
  background-size: 92px 92px, 92px 92px, auto, auto;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(390px, .82fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.about-hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  text-align: left;
}

.about-hero h1 {
  max-width: 9ch;
  margin-top: 1.2rem;
  font-family: var(--font-d);
  font-size: clamp(4rem, 7.5vw, 7.8rem);
  font-weight: 300;
  line-height: .94;
  letter-spacing: 0;
}

.about-hero h1 em {
  display: block;
  margin-top: .24em;
  color: var(--about-gold);
  font-style: italic;
}

.about-hero p {
  max-width: 620px;
  margin-top: 2rem;
  color: rgba(245,240,235,.62);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.85;
}

.about-hero .hero-actions {
  margin-top: 2.5rem;
}

.about-neural-visual {
  position: relative;
  z-index: 3;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.about-neural-visual::before,
.about-neural-visual::after {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  pointer-events: none;
}

.about-neural-visual::before {
  width: min(520px, 88vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(191,154,82,.17);
  background:
    radial-gradient(circle at center, rgba(200,50,28,.17), transparent 34%),
    radial-gradient(circle at 48% 46%, rgba(191,154,82,.12), transparent 58%);
  filter: blur(.2px);
}

.about-neural-visual::after {
  width: min(380px, 72vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(232,71,46,.18);
  animation: neuralSpin 22s linear infinite;
}

.neural-core {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 156px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(191,154,82,.30);
  background:
    radial-gradient(circle at 45% 34%, rgba(245,240,235,.12), transparent 36%),
    radial-gradient(circle at center, rgba(191,154,82,.20), rgba(8,7,6,.91) 68%);
  box-shadow:
    0 0 0 12px rgba(191,154,82,.035),
    0 0 70px rgba(191,154,82,.18),
    inset 0 0 36px rgba(0,0,0,.72);
}

.neural-core img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  opacity: .28;
  mix-blend-mode: screen;
  filter: grayscale(1) contrast(1.18) brightness(1.42) drop-shadow(0 0 18px rgba(191,154,82,.22));
}

.neural-tendril {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: var(--length);
  height: 2px;
  transform: translateY(-50%) rotate(var(--angle));
  transform-origin: left center;
  background:
    linear-gradient(90deg, rgba(191,154,82,.82), rgba(232,71,46,.34) 46%, transparent 100%),
    radial-gradient(circle at 100% 50%, rgba(232,71,46,.72), transparent 28px);
  filter: drop-shadow(0 0 8px rgba(232,71,46,.24));
}

.neural-tendril::before,
.neural-tendril::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 42%;
  right: 14%;
  background: linear-gradient(90deg, transparent, rgba(191,154,82,.34), transparent);
  transform-origin: right center;
}

.neural-tendril::before {
  top: -10px;
  transform: rotate(18deg);
}

.neural-tendril::after {
  bottom: -10px;
  transform: rotate(-18deg);
}

.neural-node {
  position: absolute;
  z-index: 5;
  left: var(--x);
  top: var(--y);
  width: 154px;
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: .32rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(191,154,82,.10), transparent 44%),
    rgba(8,7,6,.76);
  box-shadow: 0 18px 50px rgba(0,0,0,.38);
  backdrop-filter: blur(14px);
  color: inherit;
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.neural-node:hover,
.neural-node:focus-visible {
  transform: translate(-50%, -50%) translateY(-5px);
  border-color: rgba(232,71,46,.38);
  background:
    linear-gradient(135deg, rgba(200,50,28,.15), transparent 52%),
    rgba(12,10,9,.84);
}

.neural-node:focus-visible {
  outline: 2px solid rgba(232,71,46,.70);
  outline-offset: 5px;
}

.neural-node strong {
  color: rgba(245,240,235,.82);
  font-family: var(--font-d);
  font-size: clamp(.98rem, 1.18vw, 1.15rem);
  font-weight: 500;
  line-height: 1.12;
}

.tendril-1 { --angle: -150deg; --length: 210px; }
.tendril-2 { --angle: -103deg; --length: 210px; }
.tendril-3 { --angle: -52deg; --length: 220px; }
.tendril-4 { --angle: -10deg; --length: 230px; }
.tendril-5 { --angle: 34deg; --length: 225px; }
.tendril-6 { --angle: 82deg; --length: 215px; }
.tendril-7 { --angle: 130deg; --length: 215px; }
.tendril-8 { --angle: 177deg; --length: 225px; }

.node-1 { --x: 11%; --y: 28%; }
.node-2 { --x: 38%; --y: 8%; }
.node-3 { --x: 73%; --y: 15%; }
.node-4 { --x: 91%; --y: 43%; }
.node-5 { --x: 80%; --y: 74%; }
.node-6 { --x: 48%; --y: 92%; }
.node-7 { --x: 17%; --y: 76%; }
.node-8 { --x: 6%; --y: 48%; }

@keyframes neuralSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.about-banner {
  position: relative;
  z-index: 5;
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  background: var(--bg);
}

.banner-frame {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  background: rgba(255,255,255,.03);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.banner-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,7,6,.72), rgba(8,7,6,.12), rgba(8,7,6,.82)),
    radial-gradient(ellipse 45% 70% at 50% 50%, rgba(232,71,46,.10), transparent 70%);
}

.banner-frame img {
  width: 100%;
  min-height: 180px;
  display: block;
  object-fit: cover;
  filter: saturate(.7) contrast(1.06);
}

.about-intro-statement {
  position: relative;
  display: grid;
  justify-items: center;
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(2.2rem, 5vw, 4.8rem) clamp(1rem, 3vw, 2.5rem);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.about-intro-statement::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  width: clamp(220px, 28vw, 430px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: url("/assets/images/site-logo.webp") center / contain no-repeat;
  opacity: .06;
  filter: grayscale(1) contrast(1.35) brightness(1.8);
  pointer-events: none;
}

.about-intro-statement::after {
  content: "";
  position: absolute;
  inset: 14% 18%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191,154,82,.10), rgba(200,50,28,.05) 38%, transparent 72%);
  pointer-events: none;
}

.about-intro-statement h2 {
  max-width: 13ch;
  font-family: var(--font-d);
  font-size: clamp(3rem, 5.8vw, 6rem);
  font-weight: 300;
  line-height: 1;
  color: var(--white);
}

.about-intro-statement h2 em {
  display: block;
  margin-top: .18em;
  color: var(--about-gold);
  font-style: italic;
}

.about-intro-statement p {
  max-width: 780px;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.growth-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.growth-images {
  position: relative;
  min-height: 520px;
}

.growth-images::before,
.growth-images::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(191,154,82,.20);
  pointer-events: none;
}

.growth-images::before {
  inset: 6% 4% 18% 12%;
}

.growth-images::after {
  inset: 26% 20% 6% 0;
  border-color: rgba(232,71,46,.18);
}

.growth-image {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  box-shadow: 0 22px 70px rgba(0,0,0,.36);
}

.growth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.8) contrast(1.08);
  transition: transform .45s ease, filter .45s ease;
}

.growth-image:hover img {
  transform: scale(1.05);
  filter: saturate(.95) contrast(1.12);
}

.image-one {
  top: 0;
  left: 0;
  width: min(72%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
}

.image-two {
  right: 0;
  bottom: 4%;
  width: min(64%, 315px);
  aspect-ratio: 1;
  border-radius: 44% 56% 50% 50%;
}

.growth-copy p,
.why-copy p,
.mission-panel p,
.section-head p,
.newsletter-shell p {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.85;
}

.growth-copy p {
  margin-top: 1.1rem;
}

.growth-copy h3 {
  margin-top: 2rem;
  font-family: var(--font-d);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  color: var(--white);
}

.growth-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.growth-badge {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  min-height: 78px;
  padding: .85rem 1.1rem;
  border: 1px solid rgba(191,154,82,.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(191,154,82,.09), rgba(200,50,28,.045));
  color: rgba(245,240,235,.76);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.growth-badge img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.why-copy p {
  margin-top: 1.5rem;
  max-width: 650px;
}

.capability-panel {
  position: relative;
  display: grid;
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(135deg, rgba(191,154,82,.10), rgba(8,7,6,.28) 54%),
    rgba(8,7,6,.52);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.capability-watermark {
  position: absolute;
  right: -30px;
  top: -45px;
  width: 230px;
  height: 230px;
  object-fit: cover;
  opacity: .10;
  filter: grayscale(1) contrast(1.2);
}

.capability-meter {
  position: relative;
  z-index: 2;
}

.meter-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
}

.meter-top h3,
.meter-top span {
  color: var(--white);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.meter-top span {
  color: var(--about-gold);
}

.meter-track {
  height: 7px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
  overflow: hidden;
}

.meter-track i {
  display: block;
  width: var(--value);
  height: 100%;
  background: linear-gradient(90deg, var(--about-red), var(--about-gold));
  box-shadow: 0 0 30px rgba(191,154,82,.24);
}

.section-head.centered {
  display: grid;
  justify-items: center;
  max-width: 860px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}

.section-head.centered .section-label {
  justify-content: center;
}

.section-head p {
  max-width: 760px;
  margin-top: 1.25rem;
}

.team-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.team-member {
  position: relative;
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.2rem, 2vw, 1.75rem);
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 18% 50%, rgba(191,154,82,.12), transparent 36%),
    rgba(8,7,6,.50);
  min-height: 250px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  border-color: rgba(191,154,82,.28);
  background:
    radial-gradient(circle at 18% 50%, rgba(191,154,82,.18), transparent 38%),
    rgba(8,7,6,.70);
}

.team-member figure {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(191,154,82,.35);
  box-shadow: 0 0 0 10px rgba(191,154,82,.045);
}

.team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member h3 {
  font-family: var(--font-d);
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
}

.team-member span {
  display: block;
  margin-top: .45rem;
  color: var(--about-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.team-member p {
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.75;
  font-size: .92rem;
}

.mission-panel {
  position: relative;
  display: grid;
  justify-items: center;
  max-width: 1080px;
  padding: clamp(2rem, 4.5vw, 4rem);
  border: 1px solid rgba(255,255,255,.11);
  background:
    radial-gradient(ellipse 55% 70% at 50% 50%, rgba(191,154,82,.12), transparent 72%),
    rgba(8,7,6,.58);
  text-align: center;
  overflow: hidden;
}

.mission-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(44vw, 390px);
  transform: translate(-50%, -50%);
  opacity: .045;
  pointer-events: none;
}

.mission-panel .section-label {
  justify-content: center;
}

.mission-panel h2 {
  max-width: 15ch;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 1.03;
}

.mission-panel p {
  max-width: 760px;
  margin-top: 1.5rem;
  position: relative;
}

.testimonial-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.testimonial-viewport {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.08);
}

.testimonial-track {
  display: flex;
  transition: transform .45s cubic-bezier(.25,1,.5,1);
}

.testimonial-card {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
  padding: clamp(1.35rem, 2.6vw, 2.5rem);
  background:
    linear-gradient(150deg, rgba(200,50,28,.065), transparent 44%),
    var(--bg2);
  min-width: 0;
}

.testimonial-card img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(191,154,82,.28);
}

.testimonial-card span {
  color: var(--dim);
  font-size: .75rem;
}

.testimonial-card h3 {
  margin-top: .45rem;
  font-family: var(--font-d);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--white);
}

.testimonial-card p {
  margin-top: .8rem;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.75;
}

.testimonial-nav {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(8,7,6,.56);
  color: var(--white);
  font-family: var(--font-b);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: none;
  transition: border-color .2s, background .2s, transform .2s;
}

.testimonial-nav:hover {
  transform: translateY(-2px);
  border-color: rgba(232,71,46,.45);
  background: rgba(200,50,28,.18);
}

.testimonial-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: .7rem;
  margin-top: .65rem;
}

.testimonial-dots button {
  width: 34px;
  height: 3px;
  border: 0;
  background: rgba(255,255,255,.18);
  cursor: none;
  transition: background .2s, width .2s;
}

.testimonial-dots button.active {
  width: 54px;
  background: var(--about-red);
}

.newsletter-shell {
  display: grid;
  justify-items: center;
  max-width: 980px;
  gap: clamp(1.2rem, 3vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(ellipse 50% 80% at 25% 50%, rgba(200,50,28,.10), transparent 70%),
    rgba(8,7,6,.62);
  backdrop-filter: blur(18px);
  text-align: center;
}

.newsletter-shell h2 {
  max-width: 16ch;
  margin: 0 auto;
  font-size: clamp(2.35rem, 4vw, 4.15rem);
  line-height: 1.02;
}

.newsletter-shell p {
  max-width: 680px;
  margin: .85rem auto 0;
}

.newsletter-form {
  width: min(100%, 720px);
}

.newsletter-form label {
  display: block;
  margin-bottom: .7rem;
  color: var(--about-red);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.newsletter-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
}

.newsletter-form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(8,7,6,.68);
  color: var(--white);
  font-family: var(--font-b);
  padding: 0 1rem;
  outline: none;
}

.newsletter-form input:focus {
  border-color: rgba(191,154,82,.45);
  box-shadow: 0 0 0 3px rgba(191,154,82,.10);
}

@media (max-width: 1100px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-hero h1 {
    font-size: clamp(3.4rem, 8.5vw, 5.6rem);
  }

  .about-neural-visual {
    min-height: 460px;
    max-width: 680px;
  }

  .neural-node {
    width: 142px;
  }

  .growth-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .growth-images {
    min-height: 430px;
    max-width: 620px;
  }

  .testimonial-carousel {
    grid-template-columns: 1fr;
  }

  .testimonial-nav {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
  }

  .testimonial-nav:hover {
    transform: translateY(-52%);
  }

  .testimonial-nav.prev {
    left: .75rem;
  }

  .testimonial-nav.next {
    right: .75rem;
  }
}

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

  .team-member {
    grid-template-columns: 130px minmax(0, 1fr);
    min-height: auto;
  }

  .team-member figure {
    width: 124px;
    height: 124px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    min-height: auto;
    padding: 116px 0 66px;
  }

  .about-hero-content {
    width: 100%;
  }

  .about-neural-visual {
    display: none;
  }

  .about-hero-bg {
    background:
      linear-gradient(180deg, rgba(8,7,6,.93), rgba(8,7,6,.76), rgba(8,7,6,.95)),
      url("/assets/images/about-hero-team.jpg") center / cover no-repeat;
  }

  .about-hero h1 {
    max-width: 10ch;
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .about-hero p {
    font-size: .98rem;
  }

  .growth-images {
    min-height: 340px;
  }

  .team-member {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding-inline: 3.8rem;
  }

  .newsletter-form div {
    grid-template-columns: 1fr;
  }

  .newsletter-form .btn {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .growth-images {
    min-height: 280px;
  }

  .growth-badge {
    width: 100%;
    justify-content: center;
  }
}
