/* DRKJ editorial refinement: recognisable fields, proof line and About rhythm. */

/* Selected proof, recast as an editorial evidence ledger. */
.home-proof {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 74px 0 72px;
  border: 0;
  background:
    radial-gradient(48% 160% at 8% 10%, rgba(0, 229, 255, 0.11), transparent 68%),
    radial-gradient(44% 140% at 94% 100%, rgba(255, 46, 136, 0.12), transparent 70%),
    #171a22;
  color: #f3efe6;
}

.home-proof::after {
  content: "PROOF / 01-04";
  position: absolute;
  top: 28px;
  right: max(28px, calc((100vw - var(--shell)) / 2));
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.2em;
  color: rgba(239, 234, 224, 0.3);
}

.home-proof > .shell { display: block; }

.home-proof__head {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(340px, 1.35fr) minmax(260px, 0.85fr);
  gap: 42px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(239, 234, 224, 0.18);
}

.home-proof__head h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #f4f0e7;
}

.home-proof__head p {
  max-width: 38ch;
  color: #aeb3bf;
  font-size: 0.9rem;
  line-height: 1.58;
}

.home-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-proof .home-proof__item {
  --proof-accent: #c9ac72;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0;
  align-content: start;
  align-items: initial;
  min-height: 250px;
  padding: 34px 28px 24px 0;
  border: 0;
  border-right: 1px solid rgba(239, 234, 224, 0.15);
  background: none;
}

.home-proof .home-proof__item:nth-child(2) { --proof-accent: #00d7ec; padding-left: 28px; }
.home-proof .home-proof__item:nth-child(3) { --proof-accent: #cc78ff; padding-left: 28px; }
.home-proof .home-proof__item:nth-child(4) { --proof-accent: #ff5a9c; padding-right: 0; padding-left: 28px; border-right: 0; }
.home-proof .home-proof__item::before { display: none; }
.home-proof .home-proof__item:hover { background: none; }

.home-proof .home-proof__mark--metric {
  display: flex;
  min-height: 82px;
  align-items: baseline;
  gap: 4px;
}

.home-proof .stat .n {
  font-size: clamp(4.4rem, 7vw, 7.4rem);
  font-weight: 500;
  line-height: 0.78;
  background: linear-gradient(145deg, #ffffff 0%, var(--proof-accent) 86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-proof .home-proof__suffix {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  color: var(--proof-accent);
}

.home-proof .home-proof__unit {
  max-width: 21ch;
  min-height: 38px;
  margin-top: 14px;
  font-size: 0.61rem;
  line-height: 1.48;
  letter-spacing: 0.14em;
  color: var(--proof-accent);
}

.home-proof .home-proof__label {
  align-self: end;
  margin-top: 24px;
  font-size: 0.57rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #aeb3bf;
}

/* Core fields: recognisable disciplines presented as a cinematic image-led mosaic. */
.field-map {
  position: relative;
  overflow: hidden;
  padding: 118px 0 108px;
  background:
    radial-gradient(60% 34% at 92% 8%, rgba(91, 108, 223, 0.17), transparent 68%),
    radial-gradient(45% 28% at 4% 94%, rgba(255, 46, 136, 0.1), transparent 72%),
    #11141b;
  color: #f3efe6;
}

.field-map::before {
  content: "FIELDS / 01-05";
  position: absolute;
  top: 42px;
  right: max(28px, calc((100vw - var(--shell)) / 2 + 28px));
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  color: rgba(239, 234, 224, 0.35);
}

.field-map__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.field-map__head h2 {
  max-width: 15ch;
  margin-top: 16px;
  font-family: var(--display);
  font-size: clamp(3rem, 6.4vw, 6.2rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #f4f0e7;
}

.field-map__head p {
  max-width: 42ch;
  padding-bottom: 8px;
  color: #bfc3cd;
  font-size: 1rem;
  line-height: 1.7;
}

.field-map__tiles {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.field-tile {
  --field-accent: #c9ac72;
  position: relative;
  grid-column: span 4;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #181b23;
  box-shadow: 0 34px 78px -46px rgba(0, 0, 0, 0.9);
  isolation: isolate;
}

.field-tile--lead { --field-accent: #00e5ff; grid-column: span 7; min-height: 530px; }
.field-tile--privacy { --field-accent: #6da6ff; grid-column: span 5; min-height: 530px; }
.field-tile--cyber { --field-accent: #cc78ff; }
.field-tile--products { --field-accent: #ff5a9c; }
.field-tile--deals { --field-accent: #c9ac72; }

.field-tile::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--field-accent);
  transition: width 0.55s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.field-tile:hover::before { width: 100%; }

.field-tile__media,
.field-tile__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.field-tile__media { z-index: -2; }

.field-tile__media img {
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
  transform: scale(1.015);
  transition: transform 0.85s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.55s ease;
}

.field-tile:hover .field-tile__media img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.06);
}

.field-tile__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 12, 18, 0.12) 12%, rgba(10, 12, 18, 0.42) 48%, rgba(10, 12, 18, 0.96) 100%),
    linear-gradient(110deg, rgba(10, 12, 18, 0.38), transparent 58%);
}

.field-tile__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: inherit;
  padding: 34px;
  color: #f4f0e7;
}

.field-tile__number {
  margin-bottom: auto;
  font-family: var(--mono);
  font-size: 0.57rem;
  letter-spacing: 0.17em;
  color: var(--field-accent);
}

.field-tile__copy h3 {
  max-width: 13ch;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.field-tile__copy p {
  max-width: 47ch;
  margin-top: 17px;
  color: rgba(244, 240, 231, 0.8);
  font-size: 0.88rem;
  line-height: 1.55;
}

.field-tile__copy small {
  display: block;
  margin-top: 19px;
  padding-top: 14px;
  border-top: 1px solid rgba(244, 240, 231, 0.24);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 240, 231, 0.7);
}

.field-map__sectors {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(239, 234, 224, 0.22);
}

.field-map__sectors span {
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-2);
}

.field-map__sectors p {
  font-family: var(--display);
  font-size: clamp(1.06rem, 1.6vw, 1.34rem);
  line-height: 1.45;
  color: #c7cad2;
}

/* About: a magazine sequence after the cinematic hero. */
.subpage--about .about-main {
  position: relative;
  padding: 88px 0 108px;
  background:
    radial-gradient(48% 44% at 88% 14%, rgba(91, 108, 223, 0.08), transparent 70%),
    radial-gradient(38% 34% at 8% 88%, rgba(201, 172, 114, 0.12), transparent 72%),
    #f5f1e8;
}

.subpage--about .bio-grid {
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.42fr);
  gap: clamp(48px, 7vw, 92px);
}

.subpage--about .about-portrait {
  top: 112px;
}

.subpage--about .about-portrait .portrait {
  aspect-ratio: 4 / 5.45;
  border: 0;
  border-radius: 0;
  box-shadow: 22px 26px 0 rgba(166, 135, 78, 0.12), 0 35px 70px -38px rgba(16, 19, 26, 0.65);
}

.subpage--about .about-portrait figcaption {
  padding-top: 2px;
  text-align: left;
}

.subpage--about .about-lead {
  font-size: clamp(1.55rem, 2.65vw, 2.25rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.subpage--about .about-copy > p {
  max-width: 68ch;
}

.subpage--about .about-quote {
  margin-top: 42px;
  padding: 5px 0 5px 30px;
  font-size: clamp(1.3rem, 2.2vw, 1.78rem);
  line-height: 1.42;
  color: #353944;
}

.subpage--about .about-note {
  margin-top: 42px;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(166, 135, 78, 0.55);
  border-radius: 0;
  background: transparent;
  font-size: 0.94rem;
}

.about-manifesto {
  position: relative;
  display: flex;
  min-height: min(760px, 78vw);
  overflow: hidden;
  background: #10131a;
}

.about-manifesto__media,
.about-manifesto__media img,
.about-manifesto__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-manifesto__media img {
  object-fit: cover;
  object-position: 48% 46%;
}

.about-manifesto__shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.12) 0%, rgba(8, 10, 15, 0.32) 42%, rgba(8, 10, 15, 0.92) 78%, #0d1016 100%),
    linear-gradient(0deg, rgba(8, 10, 15, 0.68), transparent 46%);
}

.about-manifesto__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: min(55%, 650px);
}

.about-manifesto__copy h2 {
  max-width: 10ch;
  margin-top: 20px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6.8vw, 7rem);
  font-weight: 500;
  line-height: 0.89;
  letter-spacing: -0.055em;
  color: #f5f1e8;
}

.about-manifesto__copy p {
  max-width: 43ch;
  margin-top: 28px;
  color: #c6cad2;
  font-size: 1rem;
  line-height: 1.68;
}

.about-manifesto__caption {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 172, 114, 0.42);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brass-2);
}

.about-record {
  position: relative;
  padding: 108px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(45% 24% at 100% 28%, rgba(255, 46, 136, 0.07), transparent 68%),
    radial-gradient(48% 25% at 0% 68%, rgba(0, 229, 255, 0.055), transparent 72%),
    #eee8de;
}

.about-record::before {
  content: "DOSSIER / DRKJ";
  position: absolute;
  top: 48px;
  right: max(28px, calc((100vw - var(--shell)) / 2 + 28px));
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  color: rgba(23, 26, 33, 0.34);
}

.about-copy--record {
  width: 100%;
}

.about-copy--record .about-proof-head {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  column-gap: 54px;
  margin: 0;
  padding: 0 0 38px;
  border: 0;
  border-bottom: 1px solid rgba(23, 26, 33, 0.22);
}

.about-copy--record .about-proof-head .kicker {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-top: 8px;
}

.about-copy--record .about-proof-head h2,
.about-copy--record .about-proof-head p {
  grid-column: 2;
}

.about-copy--record .about-proof-head h2 {
  margin-top: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.subpage--about .about-dossier {
  gap: 0 56px;
  margin-top: 0;
}

.subpage--about .about-dossier__column {
  gap: 0;
}

.subpage--about .about-dossier .cred {
  padding: 34px 0 38px;
  border: 0;
  border-bottom: 1px solid rgba(23, 26, 33, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.subpage--about .about-dossier .cred:hover {
  border-color: rgba(166, 135, 78, 0.7);
  background: transparent;
}

.subpage--about .about-dossier .cred h3 {
  max-width: 23ch;
  font-size: clamp(1.42rem, 2vw, 1.85rem);
  font-weight: 500;
}

.subpage--about .about-dossier .cred--lead {
  margin: 34px 0 0;
  padding: 38px;
  border-bottom: 0;
  background:
    radial-gradient(85% 100% at 100% 0%, rgba(91, 108, 223, 0.28), transparent 62%),
    #171a22;
}

.subpage--about .about-dossier .cred--lead:hover {
  background:
    radial-gradient(85% 100% at 100% 0%, rgba(91, 108, 223, 0.32), transparent 62%),
    #171a22;
}

.subpage--about .about-dossier .cred--quiet {
  background: transparent;
}

.about-interlude {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  height: 580px;
  min-height: 580px;
  margin-top: 84px;
  overflow: hidden;
  background:
    radial-gradient(65% 90% at 100% 0%, rgba(255, 46, 136, 0.17), transparent 66%),
    #151821;
  color: #f3efe6;
  box-shadow: 0 38px 80px -48px rgba(10, 13, 20, 0.95);
}

.about-interlude figure {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.about-interlude figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 15, 21, 0.62), transparent 44%);
}

.about-interlude figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.about-interlude figcaption {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 20px;
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #e1ddd5;
}

.about-interlude > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 86px);
}

.about-interlude h2 {
  max-width: 12ch;
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.15rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #f4f0e7;
}

.about-interlude p {
  max-width: 45ch;
  margin-top: 26px;
  color: #bfc3cd;
  line-height: 1.68;
}

.about-interlude a {
  align-self: flex-start;
  margin-top: 28px;
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--brass-2);
}

.about-interlude a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.about-copy--record .about-cert-head {
  margin-top: 92px;
}

.subpage--about .footer {
  margin-top: 0;
}

@media (max-width: 960px) {
  .home-proof__head {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .home-proof__head p { grid-column: 2; }

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

  .home-proof .home-proof__item:nth-child(2) { border-right: 0; }
  .home-proof .home-proof__item:nth-child(3) { padding-left: 0; border-top: 1px solid rgba(239, 234, 224, 0.15); }
  .home-proof .home-proof__item:nth-child(4) { border-top: 1px solid rgba(239, 234, 224, 0.15); }

  .field-map__head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .field-map__head p { max-width: 58ch; }

  .field-tile { grid-column: span 6; }
  .field-tile--lead { grid-column: 1 / -1; }

  .subpage--about .bio-grid {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 46px;
  }

  .about-manifesto__copy {
    padding-left: 47%;
  }
}

@media (max-width: 760px) {
  .home-proof { padding: 66px 0 54px; }
  .home-proof__head { display: block; padding-bottom: 25px; }
  .home-proof__head h2 { margin-top: 14px; }
  .home-proof__head p { margin-top: 17px; }
  .home-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-proof .home-proof__item {
    min-height: 220px;
    padding: 28px 18px 22px 0;
  }
  .home-proof .home-proof__item:nth-child(2),
  .home-proof .home-proof__item:nth-child(4) { padding-left: 18px; }
  .home-proof .home-proof__item:nth-child(3) { padding-left: 0; }
  .home-proof .stat .n { font-size: clamp(4rem, 19vw, 5.5rem); }
  .home-proof .home-proof__unit { min-height: 48px; font-size: 0.54rem; }
  .home-proof .home-proof__label { font-size: 0.52rem; }

  .field-map {
    padding: 88px 0 78px;
  }

  .field-map::before { top: 28px; }

  .field-map__head {
    margin-bottom: 38px;
  }

  .field-map__head h2 {
    font-size: clamp(2.75rem, 14vw, 4.3rem);
  }

  .field-map__tiles { gap: 14px; }
  .field-tile,
  .field-tile--lead,
  .field-tile--privacy {
    grid-column: 1 / -1;
    min-height: 440px;
  }
  .field-tile__copy { padding: 27px 24px; }
  .field-tile__copy h3 { font-size: clamp(2.25rem, 11.5vw, 3.2rem); }
  .field-tile__copy p { font-size: 0.84rem; }

  .field-map__sectors {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
  }

  .subpage--about .about-main {
    padding: 58px 0 78px;
  }

  .subpage--about .bio-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .subpage--about .about-portrait {
    width: 78%;
    margin-left: 0;
  }

  .subpage--about .about-lead {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .about-manifesto {
    min-height: 720px;
  }

  .about-manifesto__media img {
    object-position: 37% 50%;
  }

  .about-manifesto__shade {
    background: linear-gradient(0deg, #0d1016 4%, rgba(8, 10, 15, 0.91) 37%, rgba(8, 10, 15, 0.2) 78%);
  }

  .about-manifesto__copy {
    justify-content: flex-end;
    padding: 70px 24px 58px;
  }

  .about-manifesto__copy h2 {
    font-size: clamp(3.2rem, 15vw, 5.15rem);
  }

  .about-record {
    padding: 86px 0 88px;
  }

  .about-record::before { top: 30px; }

  .about-copy--record .about-proof-head {
    display: block;
  }

  .about-copy--record .about-proof-head h2 {
    margin-top: 15px;
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .about-copy--record .about-proof-head p {
    margin-top: 14px;
  }

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

  .subpage--about .about-dossier .cred--lead {
    margin-top: 28px;
    padding: 30px 26px;
  }

  .about-interlude {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    margin-top: 62px;
  }

  .about-interlude figure {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 4.9;
  }

  .about-interlude > div {
    padding: 42px 26px 50px;
  }

  .about-interlude h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .about-copy--record .about-cert-head {
    margin-top: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .field-entry__media img,
  .field-tile__media img { transition: none; }
}

/* Restore the earlier card-led dossier while retaining the cinematic About chapters. */
.subpage--about .about-dossier {
  gap: 18px;
  margin-top: 30px;
  align-items: start;
}

.subpage--about .about-dossier__column {
  gap: 18px;
}

.subpage--about .about-dossier .cred {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(23, 26, 33, 0.14);
  border-top-color: rgba(201, 172, 114, 0.68);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(244, 239, 230, 0.88));
  box-shadow: 0 24px 54px -42px rgba(10, 13, 20, 0.72);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.subpage--about .about-dossier .cred::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brass), rgba(124, 77, 255, 0.72));
  opacity: 0.74;
}

.subpage--about .about-dossier .cred:hover {
  transform: translateY(-3px);
  border-color: rgba(166, 135, 78, 0.54);
  background: #fffdf8;
  box-shadow: 0 30px 64px -42px rgba(10, 13, 20, 0.82);
}

.subpage--about .about-dossier .cred .kicker {
  margin-bottom: 13px;
  color: #8a6a32;
}

.subpage--about .about-dossier .cred h3 {
  max-width: 23ch;
  font-size: clamp(1.42rem, 2vw, 1.85rem);
  font-weight: 500;
}

.subpage--about .about-dossier .cred--lead {
  margin: 0;
  padding: 38px;
  border-color: rgba(201, 172, 114, 0.46);
  border-radius: 16px;
  background:
    radial-gradient(100% 90% at 100% 0%, rgba(124, 77, 255, 0.28), transparent 60%),
    radial-gradient(80% 80% at 0% 100%, rgba(0, 229, 255, 0.09), transparent 62%),
    #171a22;
  box-shadow: 0 32px 72px -44px rgba(10, 13, 20, 0.96);
}

.subpage--about .about-dossier .cred--lead::before {
  background: linear-gradient(180deg, #f2cf83, #8a6cff 72%, #37d7dd);
  opacity: 0.92;
}

.subpage--about .about-dossier .cred--lead:hover {
  background:
    radial-gradient(100% 90% at 100% 0%, rgba(124, 77, 255, 0.33), transparent 60%),
    radial-gradient(80% 80% at 0% 100%, rgba(0, 229, 255, 0.11), transparent 62%),
    #171a22;
}

.subpage--about .about-dossier .cred--quiet {
  background:
    radial-gradient(80% 85% at 100% 0%, rgba(201, 172, 114, 0.17), transparent 64%),
    rgba(255, 253, 248, 0.9);
}

@media (max-width: 720px) {
  .subpage--about .about-dossier {
    gap: 16px;
    margin-top: 26px;
  }

  .subpage--about .about-dossier__column {
    gap: 16px;
  }

  .subpage--about .about-dossier .cred,
  .subpage--about .about-dossier .cred--lead {
    margin-top: 0;
    padding: 26px 24px;
    border-radius: 14px;
  }
}

/* Keep the About portrait cinematic without hiding the person behind the grade. */
.subpage-hero--about .subpage-hero__media img {
  filter: saturate(0.9) contrast(1.03) brightness(0.9);
}

.subpage-hero--about .subpage-hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.98) 0%, rgba(7, 9, 13, 0.91) 34%, rgba(7, 9, 13, 0.42) 59%, rgba(7, 9, 13, 0.02) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, 0.18), transparent 42%, rgba(7, 9, 13, 0.48));
}

@media (max-width: 720px) {
  .subpage-hero--about .subpage-hero__media img {
    filter: saturate(0.92) contrast(1.02) brightness(0.94);
  }

  .subpage-hero--about .subpage-hero__shade {
    background:
      linear-gradient(180deg, rgba(7, 9, 13, 0.12), rgba(7, 9, 13, 0.48) 48%, rgba(7, 9, 13, 0.96) 100%),
      linear-gradient(90deg, rgba(7, 9, 13, 0.34), rgba(7, 9, 13, 0.06));
  }
}
