@import url("../style.css");

.content-shell {
  min-height: calc(100vh - 88px);
  padding: 110px 8vw;
  background:
    radial-gradient(circle at 70% 10%, rgba(30, 81, 114, 0.18), transparent 30%),
    linear-gradient(180deg, #020609, #071017);
}

.content-shell h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 92px);
}

.content-shell h1 span {
  color: var(--gold);
}

.content-shell p {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.content-shell a {
  display: inline-block;
  margin-top: 24px;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 0.4px;
}

.about-shell {
  padding-top: clamp(64px, 9vw, 108px);
  padding-bottom: clamp(70px, 9vw, 112px);
}

.about-heading,
.about-introduction,
.about-grid,
.about-highlight,
.about-contact,
.about-return {
  width: min(100%, 980px);
  margin-right: auto;
  margin-left: auto;
}

.about-heading {
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 196, 0, 0.48);
}

.about-heading .about-company {
  max-width: none;
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.2;
}

.about-heading .about-eyebrow {
  max-width: none;
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.7px;
}

.about-heading h1 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1;
}

.about-heading .about-meta {
  max-width: none;
  margin: 0;
  color: #aeb7bb;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.8px;
}

.about-heading .about-meta a,
.about-contact-line a {
  margin: 0;
  font-size: inherit;
}

.about-introduction {
  padding: 46px 0 50px;
}

.about-shell .about-introduction p,
.about-shell .about-block p {
  max-width: none;
  margin: 0;
  color: #ced3d5;
  font-size: 17px;
  line-height: 1.78;
}

.about-shell .about-introduction .about-lead {
  color: #f3f3f0;
  font-family: var(--serif);
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: 1.55;
}

.about-introduction p + p,
.about-block p + p {
  margin-top: 24px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 76px);
  padding: 52px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-block h2 {
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.1;
}

.about-block h2::after {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 14px;
  background: var(--gold);
  content: "";
}

.about-block p a {
  display: inline;
  margin: 0;
  color: var(--gold);
  font-size: inherit;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: rgba(255, 196, 0, 0.42);
  text-underline-offset: 4px;
}

.about-highlight {
  padding: 48px clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 196, 0, 0.4);
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.075), transparent 36%),
    rgba(1, 6, 9, 0.62);
}

.about-shell .about-highlight .about-belief {
  padding-left: 24px;
  border-left: 3px solid var(--gold);
  color: #f5f5f2;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.55;
}

.about-contact {
  padding: 58px 0 20px;
}

.about-shell .about-contact-line {
  margin-top: 30px;
  color: #f1f1ef;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

.content-shell .about-return {
  margin-top: 30px;
  font-weight: 600;
}

.about-shell a:hover,
.about-shell a:focus-visible {
  color: #fff;
}

@media (max-width: 760px) {
  .content-shell.about-shell {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .about-shell .about-introduction p,
  .about-shell .about-block p {
    font-size: 16px;
    line-height: 1.72;
  }

  .about-highlight {
    padding-right: 24px;
    padding-left: 24px;
  }
}
