#main-content {
  --about-secondary: #d0d7de;
}

.about-hero {
  padding: clamp(2.75rem, 4.5vw, 4rem) 0 clamp(2.75rem, 4vw, 3.75rem);
  background:
    linear-gradient(135deg, rgba(67, 173, 255, 0.14), rgba(67, 173, 255, 0.035) 58%, rgba(12, 14, 17, 0) 84%),
    var(--bg);
}

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

.about-hero-copy {
  min-width: 0;
}

.about-hero h1 {
  max-width: 720px;
  font-size: clamp(2.45rem, 4.2vw, 4.25rem);
  line-height: 1.02;
}

.about-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 1.2rem;
  color: var(--about-secondary);
  font-size: clamp(1.02rem, 1.45vw, 1.16rem);
  line-height: 1.7;
}

.about-hero .cta-row {
  margin-top: 1.5rem;
}

.studio-glance {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(67, 173, 255, 0.045), rgba(67, 173, 255, 0) 50%),
    rgba(27, 34, 42, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.page-hero .studio-glance-label {
  max-width: none;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-family: NavbarFont, Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.studio-glance dl,
.ownership-meta dl {
  margin: 0;
}

.studio-glance dl > div {
  display: grid;
  grid-template-columns: minmax(132px, 0.48fr) minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 0.78rem 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.studio-glance dt,
.ownership-meta dt {
  color: #aeb9c5;
  font-family: NavbarFont, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.studio-glance dt {
  white-space: nowrap;
}

.studio-glance dd,
.ownership-meta dd {
  margin: 0;
  color: var(--text);
  font-family: HeaderFont, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}

.about-studio-model,
.about-ownership,
.about-principles {
  padding: clamp(3.1rem, 5.25vw, 4.75rem) 0;
}

.about-internal {
  padding: clamp(3.75rem, 6.5vw, 5.75rem) 0;
}

.about-studio-model .eyebrow,
.about-ownership .eyebrow,
.about-internal .eyebrow {
  color: var(--accent);
}

.about-studio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.about-editorial-copy,
.ownership-copy {
  max-width: 750px;
}

.about-editorial-copy h2,
.ownership-copy h2,
.about-section-heading h2,
.about-internal h2 {
  font-size: clamp(2rem, 3.35vw, 3.1rem);
}

.about-editorial-copy > p:not(.eyebrow),
.ownership-copy > p:not(.eyebrow) {
  max-width: 730px;
  margin-top: 1.2rem;
  color: var(--about-secondary);
  font-size: 1.06rem;
  line-height: 1.75;
}

.about-editorial-copy > p:not(.eyebrow) + p,
.ownership-copy > p:not(.eyebrow) + p {
  margin-top: 1rem;
}

.about-fit-card {
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(67, 173, 255, 0.045), rgba(119, 214, 138, 0.02)),
    rgba(27, 34, 42, 0.88);
}

.about-fit-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.22rem;
}

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

.about-fit-card li {
  position: relative;
  margin: 0;
  padding: 0.82rem 0 0.82rem 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #d3dbe4;
  line-height: 1.55;
}

.about-fit-card li::before {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  top: 1.38rem;
  left: 0.1rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(67, 173, 255, 0.08);
}

.ownership-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.62fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: center;
}

.ownership-meta {
  padding: 0.45rem 0 0.45rem 1.6rem;
  border-left: 2px solid rgba(67, 173, 255, 0.56);
  background: linear-gradient(90deg, rgba(67, 173, 255, 0.055), rgba(67, 173, 255, 0));
}

.ownership-meta dl > div {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ownership-meta dl > div:first-child {
  border-top: 0;
}

.ownership-meta dd {
  margin-top: 0.35rem;
  font-size: 0.98rem;
}

.about-section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1rem;
}

.principle-card {
  min-width: 0;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.principle-marker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #91a4b7;
  font-family: NavbarFont, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.principle-marker::after {
  width: 32px;
  height: 2px;
  content: "";
  display: block;
  background: var(--accent);
}

.principle-card h3 {
  font-size: 1.08rem;
  line-height: 1.3;
}

.principle-card p {
  margin-top: 0.8rem;
  color: var(--about-secondary);
  font-size: 0.94rem;
  line-height: 1.65;
}

.about-internal {
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(115deg, rgba(67, 173, 255, 0.105), rgba(67, 173, 255, 0.025) 48%, rgba(21, 26, 32, 0) 78%),
    var(--bg-soft);
}

.about-internal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: start;
}

.about-internal h2 {
  max-width: 590px;
}

.about-internal-copy {
  max-width: 690px;
}

.about-internal-copy p {
  color: var(--about-secondary);
  font-size: 1.05rem;
  line-height: 1.75;
}

.about-internal-copy p + p {
  margin-top: 1rem;
}

.about-internal-link {
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.2rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(67, 173, 255, 0.35);
  line-height: 1.4;
}

.about-internal-link span {
  transition: transform 0.18s ease;
}

.about-internal-link:hover {
  border-bottom-color: var(--accent);
}

.about-internal-link:hover span {
  transform: translateX(4px);
}

.about-internal-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 2px;
}

.about-final-cta {
  padding: clamp(2.35rem, 3.75vw, 3.25rem) 0;
}

.about-final-cta-content {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.about-final-cta .eyebrow {
  color: var(--muted);
  font-size: 1.08rem;
}

.about-final-cta h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.about-final-cta h2 + p {
  margin-top: 0.9rem;
}

.about-final-cta .button {
  margin-top: 1.4rem;
}

.about-final-cta p:not(.eyebrow) {
  max-width: 760px;
  color: var(--about-secondary);
  font-size: 1.08rem;
}

#about-hero-heading,
#studio-glance-heading,
#studio-model-heading,
#strong-fit-heading,
#ownership-heading,
#principles-heading,
#internal-development-heading,
#about-cta-heading {
  scroll-margin-top: 110px;
}

@media screen and (max-width: 1060px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .studio-glance {
    max-width: 760px;
    justify-self: stretch;
  }
}

@media screen and (max-width: 980px) {
  .about-studio-grid,
  .ownership-layout,
  .about-internal-grid {
    grid-template-columns: 1fr;
  }

  .about-studio-grid,
  .ownership-layout {
    gap: 2.5rem;
  }

  .about-internal-grid {
    gap: 1.5rem;
  }

  .about-fit-card,
  .ownership-meta,
  .about-internal-copy {
    max-width: 760px;
  }

  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #about-hero-heading,
  #studio-glance-heading,
  #studio-model-heading,
  #strong-fit-heading,
  #ownership-heading,
  #principles-heading,
  #internal-development-heading,
  #about-cta-heading {
    scroll-margin-top: 180px;
  }
}

@media screen and (max-width: 700px) {
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .principle-card {
    min-height: 0;
  }
}

@media screen and (max-width: 620px) {
  .about-hero {
    padding: 2.5rem 0 2.75rem;
  }

  .about-hero h1 {
    font-size: clamp(2.15rem, 11vw, 2.85rem);
  }

  .studio-glance,
  .about-fit-card,
  .principle-card {
    padding: 1rem;
  }

  .studio-glance dl > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.75rem 0;
  }

  .about-studio-model,
  .about-ownership,
  .about-principles {
    padding: 2.75rem 0;
  }

  .about-internal {
    padding: 3.25rem 0;
  }

  .ownership-meta {
    padding: 0.35rem 0 0.35rem 1rem;
  }

  #about-hero-heading,
  #studio-glance-heading,
  #studio-model-heading,
  #strong-fit-heading,
  #ownership-heading,
  #principles-heading,
  #internal-development-heading,
  #about-cta-heading {
    scroll-margin-top: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-internal-link:hover span {
    transform: none;
  }
}
