/* Shared about-style construction for content pages. */

.page-story-section--about {
  --page-accent: #1f7fe5;
  --page-accent-rgb: 31, 127, 229;
  background: #f8fbff;
  overflow: hidden;
}

.page-story-section--about::before {
  display: none;
}

.about-grainient-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(133, 213, 226, 0.48), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(44, 118, 238, 0.38), transparent 32%),
    linear-gradient(135deg, #85a9e4 0%, #eef7fb 48%, #85d5e2 100%);
}

.about-grainient-bg canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.76;
  filter: saturate(1.16) contrast(1.05);
}

.about-grainient-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0.56) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(238, 247, 251, 0.3) 42%, rgba(245, 247, 249, 0.9) 100%);
}

.page-story-section--about.has-about-grainient .about-grainient-bg--static {
  display: none;
}

.page-story-section--about .page-story-screen {
  position: relative;
  z-index: 1;
  width: min(88%, 1400px);
  max-width: 1400px;
  gap: 0;
  padding-top: max(
    clamp(72px, 6vw, 104px),
    calc(var(--floating-header-clearance, 108px) + 20px)
  );
  padding-bottom: clamp(54px, 6vw, 90px);
}

.page-story-section--about .page-story-hero {
  position: relative;
  z-index: 2;
  min-height: clamp(360px, 36vw, 560px);
  display: grid;
  align-items: end;
}

.page-story-section--about .page-story-mast {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 0.9fr);
  grid-template-rows: auto auto;
  align-items: end;
  gap: clamp(12px, 2vw, 28px) clamp(30px, 5vw, 80px);
  min-height: clamp(320px, 33vw, 510px);
}

.page-story-section--about .page-story-copy {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  gap: 14px;
  max-width: 650px;
  padding-bottom: clamp(24px, 4vw, 72px);
}

.page-story-section--about .page-story-title {
  max-width: 19ch;
  font-family: var(--font-ui-accent);
  font-size: clamp(1.62rem, 2.05vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-story-section--about .page-story-intro {
  max-width: 52ch;
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.58;
  color: rgba(46, 51, 59, 0.78);
}

.page-story-section--about .page-story-visual {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: end;
  position: relative;
  z-index: 4;
  width: min(52vw, 720px);
  margin: 0;
  pointer-events: none;
}

.page-story-section--about .page-story-visual-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(32, 38, 46, 0.14));
}

.page-story-section--about .page-story-aside {
  display: none;
}

.page-story-section--about .page-story-aside::before,
.page-story-section--about .page-story-aside::after {
  display: none;
}

.page-story-section--about .page-story-aside-label {
  color: var(--page-accent);
}

.page-story-section--about .page-story-aside-text {
  color: rgba(46, 51, 59, 0.74);
  font-size: 0.98rem;
  line-height: 1.54;
}

.page-story-section--about .page-story-tags {
  display: none;
}

.page-story-section--about .page-story-chapters {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: 0;
  min-height: clamp(520px, 42vw, 760px);
  padding: clamp(32px, 4.2vw, 58px) clamp(22px, 4vw, 56px) clamp(30px, 3.8vw, 52px);
  border-radius: clamp(34px, 3.6vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.34);
  -webkit-backdrop-filter: blur(30px) saturate(1.18);
  backdrop-filter: blur(30px) saturate(1.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2),
    0 28px 86px rgba(38, 73, 112, 0.12);
  overflow: hidden;
}

.page-story-section--about .page-story-chapters::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.52), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(133, 213, 226, 0.2), transparent 30%);
  pointer-events: none;
}

.page-story-section--about .page-story-chapters > * {
  position: relative;
  z-index: 1;
}

.page-story-section--about .about-founders-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(290px, 0.42fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 32px);
  min-height: 0;
  padding: clamp(22px, 2.8vw, 38px);
  border-radius: clamp(26px, 2.6vw, 38px);
  color: #ffffff;
  background:
    radial-gradient(circle at 22% 16%, rgba(133, 213, 226, 0.28), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(111, 92, 255, 0.32), transparent 32%),
    linear-gradient(135deg, #101820 0%, #172333 48%, #0f141b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 24px 62px rgba(21, 47, 78, 0.22);
  overflow: hidden;
}

.page-story-section--about .about-founders-panel::before,
.page-story-section--about .about-founders-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-story-section--about .about-founders-panel::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16px);
  opacity: 0.72;
}

.page-story-section--about .about-founders-panel::after {
  display: none;
}

.page-story-section--about .about-founders-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: clamp(330px, 29vw, 430px);
  margin: 0;
  border-radius: clamp(22px, 2vw, 30px);
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(133, 213, 226, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    #1a2634;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.page-story-section--about .about-founders-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 18, 27, 0.04) 0%, rgba(12, 18, 27, 0.02) 42%, rgba(12, 18, 27, 0.48) 100%);
  pointer-events: none;
}

.page-story-section--about .about-founders-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% bottom;
  filter: saturate(0.96) contrast(1.03);
}

.page-story-section--about .about-founders-content,
.page-story-section--about .about-founders-copy {
  position: relative;
  z-index: 1;
}

.page-story-section--about .about-founders-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 34px);
  min-height: 100%;
  min-width: 0;
}

.page-story-section--about .about-founders-copy {
  grid-row: 1;
  justify-self: end;
  display: grid;
  align-content: start;
  gap: clamp(14px, 1.5vw, 18px);
  box-sizing: border-box;
  width: min(100%, 620px);
  max-width: 620px;
  padding-inline: 0;
  text-align: right;
  min-width: 0;
}

.page-story-section--about .about-founders-title {
  max-width: min(100%, 620px);
  margin: 0 0 0 auto;
  color: #ffffff;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.024em;
  word-spacing: 0.08em;
  text-wrap: balance;
  overflow-wrap: normal;
}

.page-story-section--about .about-founders-title-line {
  display: block;
  white-space: nowrap;
}

.page-story-section--about .about-founders-text {
  max-width: 43ch;
  margin: 0 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.04vw, 1.12rem);
  line-height: 1.54;
}

.page-story-section--about .about-founders-stats {
  grid-row: 3;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.page-story-section--about .about-founders-stat {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
  min-height: 96px;
  padding: 16px 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-story-section--about .about-founders-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: #9beeff;
  background: rgba(155, 238, 255, 0.1);
  border: 1px solid rgba(155, 238, 255, 0.2);
}

.page-story-section--about .about-founders-stat:nth-child(2) .about-founders-stat-icon {
  color: #85a9e4;
  background: rgba(133, 169, 228, 0.11);
  border-color: rgba(133, 169, 228, 0.22);
}

.page-story-section--about .about-founders-stat:nth-child(3) .about-founders-stat-icon {
  color: #78f0d1;
  background: rgba(120, 240, 209, 0.1);
  border-color: rgba(120, 240, 209, 0.2);
}

.page-story-section--about .about-founders-stat-icon-svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-story-section--about .about-founders-stat-body {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.page-story-section--about .about-founders-stat strong {
  color: #9beeff;
  font-family: var(--font-ui-accent);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.page-story-section--about .about-founders-stat-body > span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-story-section--about .about-founder-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.page-story-section--about .about-founder-role-card {
  --role-accent-rgb: 133, 213, 226;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px 13px;
  padding: 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--role-accent-rgb), 0.16), transparent 38%),
    rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
}

.page-story-section--about .about-founder-role-card--2 {
  --role-accent-rgb: 44, 118, 238;
}

.page-story-section--about .about-founder-role-mark {
  grid-column: 1;
  grid-row: 1 / span 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(var(--role-accent-rgb), 0.16);
  border: 1px solid rgba(var(--role-accent-rgb), 0.28);
  color: rgb(var(--role-accent-rgb));
  font-family: var(--font-ui-accent);
  font-size: 1.2rem;
  line-height: 1;
}

.page-story-section--about .about-founder-role-body {
  grid-column: 2;
  display: grid;
  gap: 6px;
  min-width: 0;
}

.page-story-section--about .about-founder-role-label {
  margin: 0;
  color: #8deeff;
  font-family: var(--font-ui-accent);
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-story-section--about .about-founder-role-card--2 .about-founder-role-label {
  color: #94bdff;
}

.page-story-section--about .about-founder-role-name {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.18rem, 1.5vw, 1.48rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.page-story-section--about .about-founder-role-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.42;
}

.page-story-section--about .about-founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.page-story-section--about .about-founder-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1;
}

.page-story-section--about .page-chapter {
  --chapter-accent-rgb: 44, 118, 238;
  --chapter-accent: rgb(var(--chapter-accent-rgb));
  grid-column: span 6;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: clamp(20px, 2vw, 28px);
  min-width: 0;
  padding: clamp(22px, 2.4vw, 34px);
  border-radius: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--chapter-accent-rgb), 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 46px rgba(41, 79, 120, 0.08);
  overflow: hidden;
}

.page-story-section--about .page-chapter::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: clamp(18px, 2vw, 28px);
  top: clamp(18px, 2vw, 28px);
  width: clamp(72px, 7vw, 118px);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid rgba(var(--chapter-accent-rgb), 0.18);
  box-shadow: 0 0 0 20px rgba(var(--chapter-accent-rgb), 0.035);
  pointer-events: none;
}

.page-story-section--about .page-chapter--has-avatar::after {
  box-shadow:
    0 0 0 20px rgba(var(--chapter-accent-rgb), 0.035),
    0 18px 36px rgba(var(--chapter-accent-rgb), 0.12);
}

.page-story-section--about .page-chapter-avatar {
  --chapter-avatar-position: center;
  --chapter-avatar-scale: 1;
  position: absolute;
  z-index: 2;
  right: clamp(18px, 2vw, 28px);
  top: clamp(18px, 2vw, 28px);
  width: clamp(72px, 7vw, 118px);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.3)),
    rgba(var(--chapter-accent-rgb), 0.12);
  border: 1px solid rgba(var(--chapter-accent-rgb), 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 32px rgba(39, 89, 138, 0.14);
}

.page-story-section--about .page-chapter-avatar::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: var(--chapter-avatar-image);
  background-size: cover;
  background-position: var(--chapter-avatar-position);
  background-repeat: no-repeat;
  filter: saturate(0.98) contrast(1.03);
  transform: scale(var(--chapter-avatar-scale));
}

.page-story-section--about .page-chapter-avatar::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.32), transparent 44%),
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.32), transparent 34%);
  pointer-events: none;
}

.page-story-section--about .page-chapter-avatar-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.98) contrast(1.03);
}

.page-story-section--about .page-chapter--01 .page-chapter-avatar {
  --chapter-avatar-position: 52% 30%;
  --chapter-avatar-scale: 1.08;
}

.page-story-section--about .page-chapter--02 .page-chapter-avatar {
  --chapter-avatar-position: 18% 30%;
  --chapter-avatar-scale: 1.06;
}

.page-story-section--about .page-chapter--01 {
  --chapter-accent-rgb: 44, 118, 238;
}

.page-story-section--about .page-chapter--02 {
  --chapter-accent-rgb: 0, 166, 186;
}

@media (min-width: 1181px) {
  .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--01,
  .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--02 {
    align-content: stretch;
  }

  .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--01 .page-chapter-head,
  .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--02 .page-chapter-head {
    min-height: clamp(156px, 13vw, 220px);
  }
}

@supports (grid-template-rows: subgrid) {
  @media (min-width: 1181px) {
    .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--01,
    .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--02 {
      grid-row: span 2;
      grid-template-rows: subgrid;
      row-gap: clamp(20px, 2vw, 28px);
    }

    .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--01 .page-chapter-head,
    .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--02 .page-chapter-head {
      grid-row: 1;
      min-height: 0;
    }

    .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--01 .page-points,
    .page-story-section--about:not(.page-story-section--services):not(.page-story-section--portfolio):not(.page-story-section--contacts) .page-chapter--02 .page-points {
      grid-row: 2;
    }
  }
}

.page-story-section--about .page-chapter--03 {
  --chapter-accent-rgb: 33, 150, 83;
  grid-column: 1 / -1;
  grid-template-columns: minmax(340px, 0.38fr) minmax(0, 1fr);
  align-items: stretch;
  column-gap: clamp(28px, 3vw, 44px);
}

.page-story-section--about .page-chapter--03 {
  background:
    radial-gradient(circle at 8% 12%, rgba(33, 150, 83, 0.14), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(111, 92, 255, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.42);
}

.page-story-section--about .page-chapter--03::after {
  display: none;
}

.page-story-section--about .page-chapter-head {
  position: relative;
  z-index: 2;
  align-content: start;
  gap: 16px;
}

.page-story-section--about .page-chapter--has-avatar .page-chapter-copy {
  box-sizing: border-box;
  padding-right: clamp(96px, 8.5vw, 142px);
}

.page-story-section--about .page-chapter-index {
  width: 54px;
  height: 34px;
  border-color: rgba(var(--chapter-accent-rgb), 0.22);
  background: rgba(255, 255, 255, 0.48);
  color: var(--chapter-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.page-story-section--about .page-chapter-title {
  max-width: 12ch;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
  hyphens: auto;
}

.page-story-section--about .page-chapter--03 .page-chapter-title {
  max-width: 13ch;
  font-size: clamp(1.55rem, 2vw, 2.18rem);
}

.page-story-section--about .page-chapter-intro {
  max-width: 34ch;
  color: rgba(46, 51, 59, 0.68);
}

.page-story-section--about .page-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.page-story-section--about .page-chapter--01 .page-points,
.page-story-section--about .page-chapter--02 .page-points {
  grid-auto-rows: auto;
}

.page-story-section--about .page-chapter--03 .page-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-story-section--about .page-point,
.page-story-section--about .page-point:first-child,
.page-story-section--about .page-point:last-child {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 14px;
  align-content: start;
  padding: clamp(16px, 1.5vw, 22px);
  border: 1px solid rgba(var(--chapter-accent-rgb), 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--chapter-accent-rgb), 0.1), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 12px 28px rgba(39, 89, 138, 0.06);
}

.page-story-section--about .page-chapter--01 .page-point,
.page-story-section--about .page-chapter--02 .page-point {
  box-sizing: border-box;
  height: 170px;
  min-height: 0;
}

.page-story-section--about .page-point::before {
  display: none;
}

.page-story-section--about .page-point-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--chapter-accent);
  background:
    linear-gradient(145deg, rgba(var(--chapter-accent-rgb), 0.16), rgba(var(--chapter-accent-rgb), 0.06)),
    rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(var(--chapter-accent-rgb), 0.16);
}

.page-story-section--about .page-point-icon-svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-story-section--about .page-point-title {
  grid-column: 2;
  color: rgba(35, 42, 52, 0.94);
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.page-story-section--about .page-point-text,
.page-story-section--about .page-point-link {
  grid-column: 2;
  color: rgba(46, 51, 59, 0.66);
  font-size: clamp(0.9rem, 0.95vw, 0.98rem);
  line-height: 1.54;
}

.page-story-section--about .page-chapter--01 .page-point:nth-child(2) {
  --chapter-accent-rgb: 0, 166, 186;
}

.page-story-section--about .page-chapter--01 .page-point:nth-child(3) {
  --chapter-accent-rgb: 111, 92, 255;
}

.page-story-section--about .page-chapter--01 .page-point:nth-child(4) {
  --chapter-accent-rgb: 237, 137, 54;
}

.page-story-section--about .page-chapter--02 .page-point:nth-child(2) {
  --chapter-accent-rgb: 44, 118, 238;
}

.page-story-section--about .page-chapter--02 .page-point:nth-child(3) {
  --chapter-accent-rgb: 111, 92, 255;
}

.page-story-section--about .page-chapter--02 .page-point:nth-child(4) {
  --chapter-accent-rgb: 33, 150, 83;
}

.page-story-section--about .page-chapter--03 .page-point:nth-child(2) {
  --chapter-accent-rgb: 44, 118, 238;
}

.page-story-section--about .page-chapter--03 .page-point:nth-child(3) {
  --chapter-accent-rgb: 111, 92, 255;
}

.page-story-section--about .page-chapter--03 .page-point:nth-child(4) {
  --chapter-accent-rgb: 237, 137, 54;
}

.page-story-section--about .page-story-cta {
  margin-top: clamp(22px, 3vw, 34px);
}

@media (max-width: 1180px) {
  .page-story-section--about .page-story-mast {
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.8fr);
    gap: 18px 34px;
  }

  .page-story-section--about .page-story-visual {
    width: min(54vw, 560px);
  }

  .page-story-section--about .page-story-chapters {
    grid-template-columns: 1fr;
  }

  .page-story-section--about .about-founders-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-story-section--about .about-founders-media {
    display: none;
  }

  .page-story-section--about .about-founders-title {
    max-width: min(100%, 620px);
  }

  .page-story-section--about .page-chapter,
  .page-story-section--about .page-chapter--03 {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .page-story-section--about .page-chapter--03 .page-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-story-section--about {
    --about-mobile-gutter: 16px;
    --about-mobile-panel-pad: 16px;
    background: #f7fbff;
  }

  .page-story-section--about .about-grainient-bg {
    background:
      radial-gradient(circle at 14% 4%, rgba(133, 213, 226, 0.34), transparent 42%),
      radial-gradient(circle at 92% 18%, rgba(133, 169, 228, 0.24), transparent 40%),
      linear-gradient(180deg, #f8fbff 0%, #eef8fb 48%, #f7fbff 100%);
  }

  .page-story-section--about .about-grainient-bg canvas {
    display: none;
  }

  .page-story-section--about .about-grainient-bg::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.38) 46%, rgba(255, 255, 255, 0.72) 100%);
  }

  .page-story-section--about .page-story-screen {
    width: 100%;
    max-width: 620px;
    padding-inline: var(--about-mobile-gutter);
    box-sizing: border-box;
    padding-top: max(
      72px,
      calc(var(--floating-header-clearance, 108px) + 14px)
    );
    padding-bottom: 48px;
  }

  .page-story-section--about .page-story-hero {
    min-height: 0;
  }

  .page-story-section--about .page-story-mast {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    gap: 14px;
    overflow: visible;
  }

  .page-story-section--about .page-story-copy {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-items: center;
    gap: 12px;
    padding-bottom: 0;
    text-align: center;
  }

  .page-story-section--about .page-story-title {
    justify-self: center;
    max-width: min(100%, 13.5ch);
    margin-inline: auto;
    font-size: clamp(1.58rem, 7.2vw, 2rem);
    line-height: 1.1;
    text-align: center;
    overflow-wrap: break-word;
  }

  .page-story-section--about .page-story-intro {
    justify-self: center;
    max-width: min(100%, 32ch);
    margin-inline: auto;
    font-size: 0.94rem;
    line-height: 1.46;
    text-align: center;
    overflow-wrap: break-word;
  }

  .page-story-section--about .page-story-visual {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    width: min(100%, 372px);
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
    transform-origin: center bottom;
  }

  .page-story-section--about .page-story-chapters {
    margin-top: 0;
    min-height: 0;
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    overflow: visible;
  }

  .page-story-section--about .page-story-chapters::before {
    display: none;
  }

  .page-story-section--about .about-founders-panel {
    box-sizing: border-box;
    gap: 18px;
    padding: calc(var(--about-mobile-panel-pad) + 16px) var(--about-mobile-panel-pad) var(--about-mobile-panel-pad);
    border-radius: 24px;
  }

  .page-story-section--about .about-founders-media {
    display: block;
    grid-row: 2;
    min-height: 0;
    height: clamp(240px, 70vw, 330px);
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  }

  .page-story-section--about .about-founders-media-image {
    object-fit: cover;
    object-position: 68% 24%;
  }

  .page-story-section--about .about-founders-content {
    grid-row: 1;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }

  .page-story-section--about .about-founders-copy {
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
    gap: 11px;
    padding-inline: 0;
    text-align: left;
  }

  .page-story-section--about .about-founders-panel::after {
    right: 18px;
    top: 18px;
    width: 92px;
    opacity: 0.58;
  }

  .page-story-section--about .about-founders-title {
    max-width: min(100%, 360px);
    margin-left: 0;
    font-size: clamp(1.28rem, 5.6vw, 1.7rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
  }

  .page-story-section--about .about-founders-title-line {
    white-space: normal;
  }

  .page-story-section--about .about-founders-text {
    max-width: 32ch;
    margin-left: 0;
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .page-story-section--about .about-founders-stats {
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-story-section--about .about-founders-stat {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    min-height: 74px;
    padding: 12px 14px;
  }

  .page-story-section--about .about-founders-stat-icon {
    width: 48px;
    height: 48px;
  }

  .page-story-section--about .about-founders-stat-icon-svg {
    width: 24px;
    height: 24px;
  }

  .page-story-section--about .about-founders-stat strong {
    font-size: 0.82rem;
  }

  .page-story-section--about .about-founder-roles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-story-section--about .about-founder-role-card {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 15px;
    border-radius: 18px;
  }

  .page-story-section--about .about-founder-role-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 1.05rem;
  }

  .page-story-section--about .about-founder-role-name {
    font-size: clamp(1.14rem, 5.6vw, 1.45rem);
  }

  .page-story-section--about .page-chapter {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 17px;
    border-radius: 22px;
  }

  .page-story-section--about .page-chapter::after {
    width: 76px;
    right: 16px;
    top: 16px;
  }

  .page-story-section--about .page-chapter-avatar {
    width: 76px;
    right: 16px;
    top: 16px;
  }

  .page-story-section--about .page-chapter--has-avatar .page-chapter-copy {
    padding-right: 0;
  }

  .page-story-section--about .page-chapter--has-avatar .page-chapter-title {
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding-right: 88px;
  }

  .page-story-section--about .page-chapter--03 .page-points {
    grid-template-columns: 1fr;
  }

  .page-story-section--about .page-chapter-title {
    max-width: 15ch;
    font-size: clamp(1.42rem, 7vw, 1.85rem);
    line-height: 1.02;
  }

  .page-story-section--about .page-chapter-intro {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .page-story-section--about .page-point,
  .page-story-section--about .page-point:first-child,
  .page-story-section--about .page-point:last-child {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 14px;
    border-radius: 17px;
  }

  .page-story-section--about .page-chapter--01 .page-point,
  .page-story-section--about .page-chapter--02 .page-point {
    height: auto;
    min-height: 0;
  }

  .page-story-section--about .page-point-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .page-story-section--about .page-point-icon-svg {
    width: 20px;
    height: 20px;
  }

  .page-story-section--about .page-point-text,
  .page-story-section--about .page-point-link {
    font-size: 0.89rem;
    line-height: 1.46;
  }

  .page-story-section--about .page-story-cta {
    margin-top: 18px;
  }
}

.page-story-section--about .page-story-visual--framed {
  aspect-ratio: 1.08;
  border-radius: clamp(26px, 2.6vw, 40px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    rgba(16, 24, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 28px 52px rgba(32, 38, 46, 0.18);
}

.page-story-section--about .page-story-visual--framed .page-story-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04);
}

.page-story-section--about .page-feature-panel:not(.page-feature-panel--about) .about-founders-title {
  max-width: 13.5ch;
  font-size: clamp(2.05rem, 3.35vw, 3.65rem);
}

.page-story-section--about .page-feature-panel:not(.page-feature-panel--about) .about-founders-media-image {
  object-fit: cover;
  object-position: center;
}

.page-story-section--about .page-story-title {
  font-family: var(--font-headings);
  font-weight: 800;
  color: rgba(46, 51, 59, 0.9);
  background: linear-gradient(125deg, #515d69 0%, #9aa5af 24%, #6c7884 48%, #aab4bd 72%, #596572 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.12;
  letter-spacing: -0.018em;
  word-spacing: 0.12em;
}

.page-story-title-line {
  display: block;
}

.page-story-section--services .page-story-title,
.page-story-section--portfolio .page-story-title {
  font-size: clamp(1.52rem, 1.72vw, 2.08rem);
  letter-spacing: -0.012em;
  word-spacing: 0.08em;
}

@media (max-width: 768px) {
  .page-story-section--about .page-story-visual--framed {
    width: min(100%, 372px);
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
    border-radius: 24px;
  }

  .page-story-section--about .page-feature-panel:not(.page-feature-panel--about) .about-founders-title {
    max-width: min(100%, 292px);
    font-size: clamp(1.72rem, 7.4vw, 2.2rem);
    line-height: 1.04;
  }

  .page-story-section--about .page-feature-panel.page-feature-panel--portfolio:not(.page-feature-panel--about) .about-founders-title {
    max-width: min(100%, 248px);
  }
}

@media (min-width: 769px) {
  .page-story-section--about .page-story-hero {
    min-height: clamp(330px, 31vw, 468px);
  }

  .page-story-section--about .page-story-mast {
    grid-template-columns: minmax(340px, 0.72fr) minmax(360px, 0.78fr);
    min-height: clamp(300px, 28vw, 430px);
  }

  .page-story-section--about .page-story-copy {
    justify-items: center;
    padding-bottom: clamp(10px, 2.4vw, 34px);
  }

  .page-story-section--about .page-story-title {
    justify-self: center;
    max-width: min(100%, 560px);
    text-align: center;
  }

  .page-story-section--about .page-story-title-line {
    white-space: nowrap;
  }

  .page-story-section--about .page-story-visual {
    width: min(45vw, 620px);
  }

  .page-story-section--about .page-story-visual--framed {
    aspect-ratio: 4 / 3;
  }
}
