/* Makerz About — editorial dark/orange page */

body.about-body {
  --about-bg: #080807;
  --about-surface: #11110f;
  --about-surface-2: #181714;
  --about-text: #f7f4ed;
  --about-muted: #a8a198;
  --about-line: rgba(255, 255, 255, 0.13);
  --about-line-strong: rgba(255, 255, 255, 0.24);
  --about-orange: #ff5a14;
  margin: 0;
  background: var(--about-bg);
  color: var(--about-text);
  font-family: "Space Grotesk", Inter, Arial, sans-serif;
}

body.about-body[data-theme="light"] {
  --about-bg: #f1ede5;
  --about-surface: #faf7f1;
  --about-surface-2: #e7dfd3;
  --about-text: #15130f;
  --about-muted: #69635b;
  --about-line: rgba(21, 19, 15, 0.14);
  --about-line-strong: rgba(21, 19, 15, 0.25);
}

body.about-body .about-main {
  overflow: hidden;
  background: var(--about-bg);
  color: var(--about-text);
}

body.about-body .about-header {
  grid-template-columns: 160px minmax(0, 1fr) auto 170px;
}

body.about-body .about-header.is-scrolled {
  background: color-mix(in srgb, var(--about-bg) 86%, transparent);
  border-color: var(--about-line);
  color: var(--about-text);
}

body.about-body[data-theme="light"] .about-header.is-scrolled .brand img {
  filter: brightness(0);
}

body.about-body[data-theme="light"] .about-header.is-scrolled .main-nav {
  color: color-mix(in srgb, var(--about-text) 82%, transparent);
}

body.about-body .about-kicker,
body.about-body .about-section-head > p:first-child,
body.about-body .about-team__head > div > p,
body.about-body .about-numbers__title > p {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.about-body .about-kicker span,
body.about-body .about-section-head > p:first-child,
body.about-body .about-team__head > div > p,
body.about-body .about-numbers__title > p {
  color: var(--about-orange);
}

body.about-body .about-hero {
  position: relative;
  display: grid;
  min-height: min(940px, 100svh);
  padding: clamp(132px, 16vh, 180px) clamp(24px, 6vw, 92px) clamp(58px, 8vh, 86px);
  overflow: hidden;
  align-items: end;
  background: #050505;
  color: #fff;
  isolation: isolate;
}

body.about-body .about-hero__video {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -4;
  width: min(64vw, 1040px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08);
}

body.about-body .about-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.96) 31%, rgba(5, 5, 5, 0.58) 67%, rgba(5, 5, 5, 0.25)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 34%, rgba(0, 0, 0, 0.65));
}

body.about-body .about-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, #000, transparent 83%);
}

body.about-body .about-hero__content {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
}

body.about-body .about-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(530px, 100%);
  margin-bottom: clamp(22px, 4vh, 42px);
}

body.about-body .about-kicker b {
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
  font-weight: 700;
}

body.about-body .about-hero__pretitle {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 1.15vw, 17px);
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.about-body .about-hero h1 {
  width: min(1180px, 100%);
  margin: 0;
  font-family: Anton, "Bebas Neue", Impact, sans-serif;
  font-size: clamp(65px, 10.6vw, 170px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.79;
  text-transform: uppercase;
}

body.about-body .about-hero h1 span,
body.about-body .about-hero h1 em,
body.about-body .about-hero h1 strong {
  display: block;
  font: inherit;
}

body.about-body .about-hero h1 em {
  margin-left: clamp(24px, 7vw, 120px);
  color: var(--about-orange);
  font-style: normal;
}

body.about-body .about-hero h1 strong {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.78);
}

body.about-body .about-hero__foot {
  display: flex;
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  width: min(760px, 100%);
  margin-top: clamp(30px, 5vh, 54px);
}

body.about-body .about-hero__foot > p {
  max-width: 410px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.7;
}

body.about-body .about-hero__foot > a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

body.about-body .about-hero__foot > a i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--about-orange);
  font-size: 14px;
  font-style: normal;
}

body.about-body .about-hero__foot > a:hover {
  border-color: var(--about-orange);
  background: rgba(255, 90, 20, 0.14);
}

body.about-body .about-hero__seal {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: clamp(42px, 7vh, 72px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(118px, 11vw, 164px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
}

body.about-body .about-hero__seal > span {
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(255, 90, 20, 0.75);
  border-radius: 50%;
  animation: about-orbit 16s linear infinite;
}

body.about-body .about-hero__seal > span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--about-orange);
  transform: translateX(-50%);
}

body.about-body .about-hero__seal b {
  color: var(--about-orange);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 400;
}

body.about-body .about-hero__seal small {
  position: absolute;
  bottom: 20px;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.about-body .about-hero__index {
  position: absolute;
  top: 50%;
  right: -0.06em;
  z-index: -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.05);
  font-family: Anton, Impact, sans-serif;
  font-size: min(41vw, 560px);
  line-height: 0.7;
  transform: translateY(-44%);
}

body.about-body .about-story,
body.about-body .about-values,
body.about-body .about-team,
body.about-body .about-why {
  padding: clamp(84px, 11vw, 150px) clamp(22px, 6vw, 92px);
  background: var(--about-bg);
  color: var(--about-text);
}

body.about-body .about-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  max-width: 1440px;
  margin: 0 auto clamp(52px, 8vw, 104px);
}

body.about-body .about-section-head > p:first-child {
  align-self: start;
  padding-top: 12px;
}

body.about-body .about-section-head > p:first-child span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
}

body.about-body .about-section-head h2,
body.about-body .about-team__head h2,
body.about-body .about-numbers__title h2 {
  margin: 0;
  color: var(--about-text);
  font-family: Anton, "Bebas Neue", Impact, sans-serif;
  font-size: clamp(62px, 8.5vw, 132px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.82;
  text-transform: uppercase;
}

body.about-body .about-section-head h2 em,
body.about-body .about-team__head h2 em,
body.about-body .about-numbers__title h2 em {
  color: var(--about-orange);
  font-style: normal;
}

body.about-body .about-story__body {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(34px, 7vw, 110px);
  max-width: 1440px;
  margin: 0 auto;
}

body.about-body .about-story__statement {
  position: relative;
  align-self: start;
  min-height: 250px;
  padding: 34px 32px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 14px;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 90, 20, 0.22), transparent 44%),
    var(--about-surface);
}

body.about-body .about-story__statement > span {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  background: var(--about-orange);
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
}

body.about-body .about-story__statement p {
  position: absolute;
  right: 32px;
  bottom: 31px;
  left: 32px;
  margin: 0;
  font-size: clamp(25px, 2.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

body.about-body .about-story__copy {
  border-top: 1px solid var(--about-line);
}

body.about-body .about-story__copy article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 26px;
  padding: clamp(26px, 3vw, 42px) 0;
  border-bottom: 1px solid var(--about-line);
}

body.about-body .about-story__copy article > span {
  color: var(--about-orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

body.about-body .about-story__copy article p {
  max-width: 900px;
  margin: 0;
  color: var(--about-muted);
  font-size: clamp(17px, 1.7vw, 26px);
  line-height: 1.55;
}

body.about-body .about-story__copy article:first-child p {
  color: var(--about-text);
}

body.about-body .about-story__disciplines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1440px;
  margin: clamp(60px, 9vw, 112px) auto 0;
  padding: 24px 0;
  overflow: hidden;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  color: var(--about-muted);
  font-size: clamp(12px, 1.3vw, 18px);
  font-weight: 700;
  text-transform: uppercase;
}

body.about-body .about-story__disciplines i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--about-orange);
}

body.about-body .about-direction {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 1px;
  background: rgba(0, 0, 0, 0.38);
  color: #0a0908;
}

body.about-body .about-direction > article {
  min-height: clamp(390px, 42vw, 620px);
  padding: clamp(34px, 4.5vw, 70px);
  background: var(--about-orange);
}

body.about-body .about-direction__intro {
  position: relative;
  overflow: hidden;
}

body.about-body .about-direction__intro > p,
body.about-body .about-direction__card > span {
  margin: 0;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.about-body .about-direction__intro h2 {
  margin: clamp(70px, 9vw, 132px) 0 0;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(54px, 6.5vw, 105px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.83;
  text-transform: uppercase;
}

body.about-body .about-direction__intro h2 em {
  color: #fff;
  font-style: normal;
}

body.about-body .about-direction__intro > span {
  position: absolute;
  right: 28px;
  bottom: 16px;
  color: rgba(0, 0, 0, 0.11);
  font-family: Anton, Impact, sans-serif;
  font-size: 150px;
  line-height: 1;
}

body.about-body .about-direction__card {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transition: background 220ms ease;
}

body.about-body .about-direction__card:hover {
  background: #ff6a27;
}

body.about-body .about-direction__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: auto 0 40px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  border-radius: 50%;
}

body.about-body .about-direction__icon::before,
body.about-body .about-direction__icon::after {
  content: "";
  position: absolute;
  background: #0a0908;
}

body.about-body .about-direction__icon::before {
  width: 38px;
  height: 1px;
}

body.about-body .about-direction__icon::after {
  width: 1px;
  height: 38px;
}

body.about-body .about-direction__icon i {
  width: 12px;
  height: 12px;
  border: 2px solid #0a0908;
  border-radius: 50%;
}

body.about-body .about-direction__icon--mission {
  border-style: dashed;
  animation: about-orbit 14s linear infinite;
}

body.about-body .about-direction__icon--mission i {
  width: 26px;
  height: 26px;
  background: #0a0908;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border: 0;
  border-radius: 0;
  animation: about-orbit-reverse 14s linear infinite;
}

body.about-body .about-direction__card h3 {
  margin: 0 0 15px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(37px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
}

body.about-body .about-direction__card > p {
  max-width: 500px;
  margin: 0;
  font-size: clamp(14px, 1.3vw, 19px);
  font-weight: 600;
  line-height: 1.55;
}

body.about-body .about-section-head--inline {
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1.25fr) minmax(240px, 0.55fr);
}

body.about-body .about-section-head--inline > p:last-child {
  align-self: end;
  max-width: 320px;
  margin: 0 0 8px;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.65;
}

body.about-body .about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto;
}

body.about-body .about-value {
  position: relative;
  display: flex;
  min-height: 420px;
  padding: 24px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 13px;
  background: var(--about-surface);
  transition: border-color 220ms ease, background 220ms ease, transform 260ms ease;
}

body.about-body .about-value::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% 28%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 20, 0.22), transparent 70%);
  opacity: 0;
  transition: opacity 220ms ease;
}

body.about-body .about-value:hover {
  border-color: var(--about-orange);
  background: color-mix(in srgb, var(--about-surface) 86%, var(--about-orange));
  transform: translateY(-7px);
}

body.about-body .about-value:hover::after {
  opacity: 1;
}

body.about-body .about-value__number {
  position: relative;
  z-index: 2;
  color: var(--about-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

body.about-body .about-value__icon {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  margin: auto 0;
}

body.about-body .about-value__icon i,
body.about-body .about-value__icon::before,
body.about-body .about-value__icon::after {
  content: "";
  position: absolute;
  transition: transform 300ms ease;
}

body.about-body .about-value__icon--originality i {
  inset: 18px;
  border: 1px solid var(--about-orange);
  transform: rotate(45deg);
}

body.about-body .about-value__icon--originality::before,
body.about-body .about-value__icon--originality::after {
  inset: 29px;
  background: var(--about-orange);
}

body.about-body .about-value__icon--originality::after {
  transform: rotate(45deg);
}

body.about-body .about-value:hover .about-value__icon--originality i {
  transform: rotate(135deg);
}

body.about-body .about-value__icon--craft {
  border: 1px solid var(--about-line-strong);
}

body.about-body .about-value__icon--craft::before {
  inset: 12px;
  border: 1px solid var(--about-orange);
}

body.about-body .about-value__icon--craft::after {
  inset: 27px;
  border-radius: 50%;
  background: var(--about-orange);
}

body.about-body .about-value:hover .about-value__icon--craft::before {
  transform: rotate(45deg);
}

body.about-body .about-value__icon--passion {
  border: 1px dashed var(--about-orange);
  border-radius: 50%;
}

body.about-body .about-value__icon--passion::before {
  inset: 20px;
  background: var(--about-orange);
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

body.about-body .about-value:hover .about-value__icon--passion {
  transform: rotate(35deg);
}

body.about-body .about-value__icon--partnership::before,
body.about-body .about-value__icon--partnership::after {
  top: 16px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--about-orange);
  border-radius: 50%;
}

body.about-body .about-value__icon--partnership::before {
  left: 4px;
}

body.about-body .about-value__icon--partnership::after {
  right: 4px;
}

body.about-body .about-value:hover .about-value__icon--partnership::before {
  transform: translateX(5px);
}

body.about-body .about-value:hover .about-value__icon--partnership::after {
  transform: translateX(-5px);
}

body.about-body .about-value h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(29px, 2.6vw, 42px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

body.about-body .about-value p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.62;
}

body.about-body .about-team {
  border-top: 1px solid var(--about-line);
}

body.about-body .about-team__head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: clamp(30px, 7vw, 110px);
  max-width: 1440px;
  margin: 0 auto clamp(46px, 7vw, 90px);
}

body.about-body .about-team__head > p {
  max-width: 440px;
  margin: 0 0 8px;
  color: var(--about-muted);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.65;
}

body.about-body .about-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  row-gap: 42px;
  max-width: 1440px;
  margin: 0 auto;
}

body.about-body .about-person {
  min-width: 0;
}

body.about-body .about-person figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 0.76;
  border: 1px solid var(--about-line);
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 90, 20, 0.16), transparent 50%),
    var(--about-surface-2);
}

body.about-body .about-person figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.24));
  pointer-events: none;
}

body.about-body .about-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88);
  transform: scale(1.001);
  transition: filter 220ms ease, transform 560ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

body.about-body .about-person:hover img {
  filter: saturate(1);
  transform: scale(1.035);
}

body.about-body .about-person > div {
  position: relative;
  padding: 18px 2px 0;
}

body.about-body .about-person > div > span {
  position: absolute;
  top: 20px;
  right: 2px;
  color: var(--about-orange);
  font-size: 8px;
  font-weight: 700;
}

body.about-body .about-person h3 {
  max-width: calc(100% - 28px);
  margin: 0 0 5px;
  font-size: clamp(14px, 1.3vw, 19px);
  letter-spacing: -0.02em;
  line-height: 1.18;
}

body.about-body .about-person p {
  margin: 0;
  color: var(--about-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.about-body .about-numbers {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.72fr);
  overflow: hidden;
  background: var(--about-orange);
  color: #0a0908;
}

body.about-body .about-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.23) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.22;
  pointer-events: none;
}

body.about-body .about-numbers > div {
  position: relative;
  z-index: 1;
  min-height: clamp(300px, 32vw, 470px);
  padding: clamp(32px, 4.5vw, 68px);
}

body.about-body .about-numbers__title h2 {
  margin-top: clamp(58px, 8vw, 110px);
  color: #0a0908;
  font-size: clamp(52px, 6.5vw, 100px);
}

body.about-body .about-numbers__title h2 em {
  color: #fff;
}

body.about-body .about-numbers__title > p {
  color: #0a0908;
}

body.about-body .about-number {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(0, 0, 0, 0.24);
}

body.about-body .about-number strong {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(72px, 8vw, 126px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.8;
}

body.about-body .about-number sup {
  margin: 4px 0 0 3px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

body.about-body .about-number p {
  max-width: 140px;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.about-body .about-why__list {
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid var(--about-line);
}

body.about-body .about-why__list article {
  display: grid;
  grid-template-columns: 55px 90px minmax(250px, 0.75fr) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(18px, 3.5vw, 54px);
  padding: clamp(27px, 3.5vw, 46px) 0;
  border-bottom: 1px solid var(--about-line);
  transition: color 200ms ease, padding 240ms ease;
}

body.about-body .about-why__list article:hover {
  padding-left: 14px;
  color: var(--about-orange);
}

body.about-body .about-why__list article > span {
  color: var(--about-orange);
  font-size: 9px;
  font-weight: 700;
}

body.about-body .about-why__symbol {
  position: relative;
  width: 72px;
  height: 72px;
  border: 1px solid var(--about-line-strong);
  border-radius: 50%;
}

body.about-body .about-why__symbol::before,
body.about-body .about-why__symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--about-orange);
  transform: translate(-50%, -50%);
}

body.about-body .about-why__symbol::before {
  width: 34px;
  height: 2px;
}

body.about-body .about-why__symbol::after {
  width: 2px;
  height: 34px;
}

body.about-body .about-why__symbol--review {
  border-radius: 8px;
  transform: rotate(45deg);
}

body.about-body .about-why__symbol--review::before,
body.about-body .about-why__symbol--review::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.about-body .about-why__symbol--inside {
  border-style: dashed;
}

body.about-body .about-why__symbol--inside::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

body.about-body .about-why__symbol--inside::after {
  display: none;
}

body.about-body .about-why__list h3 {
  margin: 0;
  color: var(--about-text);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(29px, 3.1vw, 49px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

body.about-body .about-why__list p {
  margin: 0;
  color: var(--about-muted);
  font-size: clamp(13px, 1.2vw, 17px);
  line-height: 1.65;
}

body.about-body .about-cta {
  position: relative;
  display: grid;
  min-height: min(760px, 82svh);
  padding: clamp(80px, 12vw, 168px) clamp(22px, 6vw, 92px);
  place-items: center;
  overflow: hidden;
  background: #050505;
  color: #fff;
  text-align: center;
  isolation: isolate;
}

body.about-body .about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 90, 20, 0.2), transparent 34%),
    linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, 0.08) 50%, transparent 50.1%);
}

body.about-body .about-cta > p {
  margin: 0;
  color: var(--about-orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.about-body .about-cta h2 {
  margin: 28px 0 40px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(62px, 10vw, 160px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.8;
  text-transform: uppercase;
}

body.about-body .about-cta h2 em {
  color: var(--about-orange);
  font-style: normal;
}

body.about-body .about-cta > a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 56px;
  padding: 0 9px 0 21px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

body.about-body .about-cta > a i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--about-orange);
  font-size: 15px;
  font-style: normal;
  transition: transform 180ms ease;
}

body.about-body .about-cta > a:hover {
  border-color: var(--about-orange);
  background: rgba(255, 90, 20, 0.12);
}

body.about-body .about-cta > a:hover i {
  transform: rotate(45deg);
}

body.about-body .about-cta__orb {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: min(66vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

body.about-body .about-cta__orb::before,
body.about-body .about-cta__orb::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(255, 90, 20, 0.32);
  border-radius: 50%;
}

body.about-body .about-cta__orb::after {
  inset: 28%;
  border-style: solid;
}

body.about-body .about-cta__orb span {
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  animation: about-orbit 22s linear infinite;
}

body.about-body .about-cta__orb span::after {
  content: "";
  position: absolute;
  top: 1.5%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--about-orange);
  box-shadow: 0 0 0 7px rgba(255, 90, 20, 0.12);
}

body.about-body .about-cta__orb i {
  position: absolute;
  inset: 44%;
  background: var(--about-orange);
  clip-path: polygon(50% 0, 63% 35%, 100% 50%, 63% 65%, 50% 100%, 37% 65%, 0 50%, 37% 35%);
}

body.about-body > .footer {
  background: var(--about-bg);
  color: var(--about-text);
  border-color: var(--about-line);
}

body.about-body[data-theme="light"] > .footer {
  background: var(--about-bg);
}

@keyframes about-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes about-orbit-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 1100px) {
  body.about-body .about-header {
    grid-template-columns: 150px minmax(0, 1fr) auto 155px;
    gap: 16px;
  }

  body.about-body .about-header .main-nav {
    gap: 20px;
  }

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

  body.about-body .about-direction__intro {
    grid-column: 1 / -1;
    min-height: 330px;
  }

  body.about-body .about-direction__intro h2 {
    margin-top: 70px;
  }

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

  body.about-body .about-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 36px;
  }

  body.about-body .about-numbers {
    grid-template-columns: repeat(3, 1fr);
  }

  body.about-body .about-numbers__title {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  body.about-body .about-number {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  body.about-body .about-header,
  body.about-body .about-header.is-scrolled {
    grid-template-columns: 118px minmax(0, 1fr) auto;
    width: calc(100% - 28px);
  }

  body.about-body .about-header .project-link {
    display: none;
  }

  body.about-body .about-header .theme-toggle {
    justify-self: end;
  }

  body.about-body .about-header .menu-toggle {
    justify-self: end;
  }

  body.about-body .about-hero {
    min-height: 850px;
    padding: 126px 18px 46px;
    align-items: end;
  }

  body.about-body .about-hero__video {
    width: 100%;
    opacity: 0.6;
  }

  body.about-body .about-hero__shade {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.74), rgba(5, 5, 5, 0.35) 34%, #050505 78%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.72), transparent);
  }

  body.about-body .about-kicker {
    width: 100%;
    margin-bottom: 22px;
  }

  body.about-body .about-kicker b {
    display: none;
  }

  body.about-body .about-hero h1 {
    font-size: clamp(61px, 21vw, 94px);
    line-height: 0.82;
  }

  body.about-body .about-hero h1 em {
    margin-left: 16px;
  }

  body.about-body .about-hero__foot {
    display: grid;
    gap: 20px;
    margin-top: 28px;
  }

  body.about-body .about-hero__foot > a {
    justify-self: start;
  }

  body.about-body .about-hero__seal {
    top: 126px;
    right: 18px;
    bottom: auto;
    width: 92px;
  }

  body.about-body .about-hero__seal small {
    display: none;
  }

  body.about-body .about-story,
  body.about-body .about-values,
  body.about-body .about-team,
  body.about-body .about-why {
    padding: 72px 18px;
  }

  body.about-body .about-section-head,
  body.about-body .about-section-head--inline,
  body.about-body .about-team__head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 44px;
  }

  body.about-body .about-section-head h2,
  body.about-body .about-team__head h2,
  body.about-body .about-numbers__title h2 {
    font-size: clamp(55px, 18vw, 78px);
  }

  body.about-body .about-section-head--inline > p:last-child,
  body.about-body .about-team__head > p {
    max-width: 520px;
  }

  body.about-body .about-story__body {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.about-body .about-story__statement {
    min-height: 220px;
  }

  body.about-body .about-story__copy article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  body.about-body .about-story__disciplines {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    gap: 15px;
    font-size: 11px;
  }

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

  body.about-body .about-direction__intro {
    grid-column: auto;
  }

  body.about-body .about-direction > article {
    min-height: 390px;
    padding: 34px 20px;
  }

  body.about-body .about-direction__card {
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    border-left: 0;
  }

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

  body.about-body .about-value {
    min-height: 350px;
  }

  body.about-body .about-team__grid {
    display: flex;
    gap: 12px;
    margin: 0 -18px;
    padding: 0 18px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.about-body .about-team__grid::-webkit-scrollbar {
    display: none;
  }

  body.about-body .about-person {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

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

  body.about-body .about-numbers__title,
  body.about-body .about-number {
    grid-column: auto;
    min-height: 260px;
    padding: 36px 20px;
  }

  body.about-body .about-number {
    border-top: 1px solid rgba(0, 0, 0, 0.24);
    border-left: 0;
  }

  body.about-body .about-why__list article {
    grid-template-columns: 36px 64px minmax(0, 1fr);
    gap: 14px;
  }

  body.about-body .about-why__symbol {
    width: 58px;
    height: 58px;
  }

  body.about-body .about-why__list h3 {
    font-size: clamp(27px, 8.5vw, 39px);
  }

  body.about-body .about-why__list article > p {
    grid-column: 3;
  }

  body.about-body .about-cta {
    min-height: 660px;
    padding: 86px 18px;
  }

  body.about-body .about-cta h2 {
    font-size: clamp(54px, 17vw, 84px);
  }

  body.about-body .about-cta__orb {
    width: 130vw;
  }
}

@media (hover: none) {
  body.about-body .about-value:hover,
  body.about-body .about-why__list article:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.about-body *,
  body.about-body *::before,
  body.about-body *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* About page: calm, media-free hero and shared navigation */
body.about-body .about-header,
body.about-body .about-header.is-scrolled {
  grid-template-columns: 154px minmax(0, 1fr) 44px 176px;
  gap: clamp(14px, 2vw, 30px);
  width: min(1360px, calc(100% - 48px));
}

body.about-body .about-hero {
  background:
    radial-gradient(circle at 78% 34%, color-mix(in srgb, var(--about-orange) 24%, transparent), transparent 24rem),
    radial-gradient(circle at 22% 74%, rgba(116, 76, 255, 0.12), transparent 28rem),
    linear-gradient(135deg, #070706 0%, #0c0b09 50%, #050505 100%);
}

body.about-body .about-hero::before {
  content: "";
  position: absolute;
  inset: 9% 5%;
  z-index: -1;
  border: 1px solid rgba(255, 90, 20, 0.14);
  border-radius: 42% 58% 54% 46% / 38% 42% 58% 62%;
  background: linear-gradient(135deg, rgba(255, 90, 20, 0.06), transparent 48%);
  filter: blur(0.2px);
  transform: rotate(-4deg);
}

body.about-body .about-hero__video,
body.about-body .about-hero__seal,
body.about-body .about-cta__orb {
  display: none;
}

body.about-body[data-theme="light"] .about-hero {
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 90, 20, 0.17), transparent 24rem),
    radial-gradient(circle at 22% 74%, rgba(116, 76, 255, 0.08), transparent 28rem),
    linear-gradient(135deg, #f7f2e9 0%, #eee7dc 52%, #faf7f1 100%);
}

body.about-body[data-theme="light"] .about-hero__shade {
  background:
    linear-gradient(90deg, rgba(247, 242, 233, 0.76), rgba(247, 242, 233, 0.18) 64%, transparent),
    linear-gradient(180deg, rgba(247, 242, 233, 0.38), transparent 35%, rgba(238, 231, 220, 0.5));
}

body.about-body[data-theme="light"] .about-hero__grid {
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(21, 19, 15, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 19, 15, 0.1) 1px, transparent 1px);
}

body.about-body[data-theme="light"] .about-hero h1,
body.about-body[data-theme="light"] .about-hero__pretitle,
body.about-body[data-theme="light"] .about-hero__foot > p {
  color: var(--about-text);
}

body.about-body[data-theme="light"] .about-hero__foot > a {
  border-color: rgba(21, 19, 15, 0.24);
  color: var(--about-text);
}

body.about-body[data-theme="light"] .about-kicker,
body.about-body[data-theme="light"] .about-hero__index {
  color: color-mix(in srgb, var(--about-text) 48%, transparent);
}

body.about-body[data-theme="light"] .about-hero h1 strong {
  -webkit-text-stroke-color: color-mix(in srgb, var(--about-text) 72%, transparent);
}

body.about-body .about-cta {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 46%, color-mix(in srgb, var(--about-orange) 14%, transparent), transparent 28rem),
    var(--about-bg);
}

@media (max-width: 980px) {
  body.about-body .about-header,
  body.about-body .about-header.is-scrolled {
    grid-template-columns: 1fr 42px 48px;
    width: calc(100% - 24px);
    min-height: 68px;
    margin-top: 8px;
    padding: 9px 11px;
    border-radius: 17px;
  }
}

@media (max-width: 680px) {
  body.about-body .about-hero {
    min-height: 100svh;
    padding-top: 104px;
  }

  body.about-body .about-hero::before {
    inset: 13% -22% 15% 18%;
  }

  body.about-body .about-hero__content {
    width: calc(100% - 36px);
  }

  body.about-body .about-cta {
    min-height: 590px;
  }

  body.about-body .about-hero h1 {
    font-size: clamp(54px, 15.2vw, 64px);
    line-height: 0.84;
  }

  body.about-body .about-hero h1 em {
    margin-left: 14px;
  }
}
