/* About hero v2: purpose-built image composition without card or CTA collisions. */
.about-hero {
  position: relative;
  display: block;
  min-height: clamp(760px, 92vh, 920px);
  height: auto;
  padding: clamp(142px, 16vh, 176px) 3% 156px;
  overflow: hidden;
  isolation: isolate;
  background: #050609;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #050609 0%, rgba(5,6,9,.98) 35%, rgba(5,6,9,.72) 55%, rgba(5,6,9,.06) 83%),
    linear-gradient(0deg, rgba(5,6,9,.94) 0%, transparent 25%);
}

.about-hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 68%;
  z-index: 0;
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center right;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  width: min(690px, 52vw);
  max-width: none;
}

.about-hero h1 {
  margin: 45px 0 42px;
  max-width: 690px;
  font-size: clamp(4.6rem, 7.3vw, 7.4rem);
  line-height: .88;
  letter-spacing: -.055em;
}

.about-hero .intro {
  max-width: 540px;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}

.about-hero .ghost-button {
  margin-top: 38px;
}

.about-hero .name-card {
  position: absolute;
  right: max(3%, calc((100vw - 1500px) / 2));
  bottom: 48px;
  z-index: 3;
  width: 350px;
  margin: 0;
  align-self: auto;
  background: rgba(5,6,10,.88);
  border-color: rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 70px rgba(0,0,0,.32);
}

@media (max-width: 1100px) {
  .about-hero {
    min-height: 780px;
    padding-bottom: 138px;
  }

  .about-hero-copy { width: min(620px, 62vw); }
  .about-hero h1 { font-size: clamp(4.3rem, 8vw, 6.4rem); }
  .about-hero .name-card { width: 310px; }
}

@media (max-width: 820px) {
  .about-hero {
    min-height: 720px;
    padding: 126px 6% 80px;
  }

  .about-hero::before {
    background:
      linear-gradient(90deg, rgba(5,6,9,.99) 0%, rgba(5,6,9,.88) 62%, rgba(5,6,9,.42) 100%),
      linear-gradient(0deg, #050609 0%, transparent 36%);
  }

  .about-hero-image { width: 100%; opacity: .62; }
  .about-hero-copy { width: 100%; }
  .about-hero h1 { margin: 34px 0 30px; font-size: clamp(3.7rem, 15vw, 5.8rem); }
  .about-hero .intro { max-width: 520px; }
  .about-hero .name-card { display: none; }
}

@media (max-width: 520px) {
  .about-hero { min-height: 680px; padding-top: 112px; }
  .about-hero h1 { font-size: clamp(3.25rem, 16vw, 4.6rem); }
  .about-hero-image img { object-position: 66% center; }
}

@media (max-height: 760px) and (min-width: 821px) {
  .about-hero {
    min-height: 720px;
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .about-hero h1 { margin: 30px 0 28px; font-size: clamp(4rem, 6.4vw, 6rem); }
  .about-hero .ghost-button { margin-top: 28px; }
  .about-hero .name-card { bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-image img { transform: none !important; }
}

@media (min-width: 821px) {
  .about-hero {
    box-sizing: border-box;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding-top: clamp(112px, 13svh, 148px);
    padding-bottom: clamp(72px, 10svh, 110px);
  }
  .about-hero-image { height: 100%; }
  .about-hero h1 { margin-top: clamp(24px, 4svh, 42px); margin-bottom: clamp(24px, 4svh, 38px); }
  .about-hero .ghost-button { margin-top: clamp(22px, 3svh, 34px); }
}

/* Editorial voice for the opening manifesto. */
.about-hero h1,
.about-hero h1 em {
  font-family: Georgia, "Times New Roman", serif !important;
}

.about-hero h1 em {
  font-style: italic;
  font-weight: 400;
}

.about-hero .eyebrow {
  font-family: "Science Gothic", "Arial Narrow", sans-serif !important;
  font-weight: 500;
  letter-spacing: .22em;
}

.about-hero-copy {
  width: min(760px, 54vw);
  max-width: 760px;
  margin-top: clamp(34px, 6svh, 76px);
}

.about-hero h1 {
  max-width: 760px;
  font-size: clamp(4.8rem, 7.5vw, 8rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.about-hero .intro {
  max-width: 610px;
  font-family: "Atkinson Hyperlegible Next", Verdana, sans-serif !important;
  font-size: clamp(1.02rem, 1.15vw, 1.16rem);
  line-height: 1.72;
  letter-spacing: .012em;
}

.about-hero .ghost-button,
.about-hero .name-card > span,
.about-hero .name-card small {
  font-family: "Science Gothic", "Arial Narrow", sans-serif !important;
}

.about-hero .name-card b {
  font-family: Georgia, "Times New Roman", serif !important;
}

@media (max-width: 1100px) and (min-width: 821px) {
  .about-hero-copy { width: min(650px, 62vw); }
  .about-hero h1 { font-size: clamp(4.1rem, 7.3vw, 6.3rem); }
}

@media (min-width: 1401px) {
  .about-hero .name-card {
    left: 50%;
    right: auto;
    bottom: clamp(42px, 6svh, 68px);
  }
}

/* A clear middle column keeps the name beside the manifesto and off the gemstone. */
@media (min-width: 821px) {
  .about-hero-image { width: 100%; }
  .about-hero-image img { object-position: center; }
  .about-hero .name-card { left: 42%; right: auto; top: 35%; bottom: auto; width: 315px; }
}
