/* About / Our Story — editorial v3 */

body:has(.av-story-v3) {
  --av-teal-950: #041f1d;
  --av-teal-900: #062b28;
  --av-teal-800: #0a3b36;
  --av-teal-700: #0e574f;
  --av-teal-500: #2a8d80;
  --av-mint-300: #9edfd1;
  --av-mint-100: #e4f4ef;
  --av-paper: #ffffff;
  --av-paper-soft: #f4f7f5;
  --av-ink: #0b1715;
  --av-muted: #586965;
  --av-line: rgba(7, 53, 48, 0.14);
  --av-shell: 1540px;
  background: var(--av-paper) !important;
  color: var(--av-ink) !important;
}

body:has(.av-story-v3) [data-loc="src/web/components/Navbar.tsx:123"].av-story-nav {
  color: #ffffff !important;
}

body:has(.av-story-v3) [data-loc="src/web/components/Navbar.tsx:123"].av-story-nav a,
body:has(.av-story-v3) [data-loc="src/web/components/Navbar.tsx:123"].av-story-nav button {
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

body:has(.av-story-v3) [data-loc="src/web/components/Navbar.tsx:123"].av-story-nav svg {
  color: #ffffff !important;
  stroke: currentColor !important;
}

.av-react-bits-about.av-story-v3-active {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip !important;
  background: #ffffff !important;
}

.av-react-bits-about.av-story-v3-active > [data-av-story-legacy="true"] {
  display: none !important;
}

.av-story-v3,
.av-story-v3 *,
.av-story-v3 *::before,
.av-story-v3 *::after {
  box-sizing: border-box;
}

.av-story-v3 {
  --av-grid-gap: clamp(18px, 2vw, 34px);
  width: 100%;
  overflow: clip;
  background: #ffffff;
  color: var(--av-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.av-story-v3 img {
  max-width: none;
}

.av-story-shell {
  width: min(calc(100% - clamp(28px, 4vw, 72px)), var(--av-shell));
  margin-inline: auto;
}

.av-story-number {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, sans-serif !important;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.av-story-kicker,
.av-story-overline {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--av-teal-700);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.av-story-glass {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), 0 24px 70px rgba(0, 17, 15, 0.18);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}

.av-story-theme-dark {
  position: relative;
  isolation: isolate;
  color: #ffffff;
  background: var(--av-teal-950);
}

.av-story-theme-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    circle 380px at var(--av-aurora-x, 72%) var(--av-aurora-y, 28%),
    rgba(80, 186, 166, 0.11),
    transparent 70%
  );
}

.av-story-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--av-line);
}

.av-story-section-head p {
  margin: 0;
  color: var(--av-muted);
  font-size: 13px;
}

.av-story-section-head--dark {
  border-color: rgba(255, 255, 255, 0.13);
}

.av-story-section-head--dark .av-story-kicker {
  color: var(--av-mint-300);
}

.av-story-section-head--dark p {
  color: rgba(255, 255, 255, 0.48);
}

/* Hero */

.av-story-hero {
  height: clamp(540px, 58svh, 660px);
  min-height: 540px;
  padding: 0 0 clamp(26px, 4vw, 56px);
  overflow: hidden;
  background: #041b19;
}

.av-story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 24, 21, 0.92) 0%, rgba(2, 24, 21, 0.74) 37%, rgba(2, 24, 21, 0.2) 68%, rgba(2, 24, 21, 0.4) 100%),
    linear-gradient(0deg, rgba(2, 18, 16, 0.7), transparent 54%);
}

.av-story-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.av-story-hero__media img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.75) contrast(1.03);
  will-change: transform;
}

.av-story-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.av-story-aurora {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.av-story-aurora i {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.26;
  animation: avStoryAurora 14s ease-in-out infinite alternate;
}

.av-story-aurora i:nth-child(1) {
  width: 34vw;
  height: 34vw;
  top: -15%;
  left: 5%;
  background: #2d9e8e;
}

.av-story-aurora i:nth-child(2) {
  width: 28vw;
  height: 28vw;
  right: 7%;
  bottom: -12%;
  background: #74c9b8;
  animation-delay: -5s;
}

.av-story-aurora i:nth-child(3) {
  width: 21vw;
  height: 21vw;
  top: 35%;
  left: 48%;
  background: #103f39;
  animation-delay: -8s;
}

.av-story-hero__inner {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-top: clamp(92px, 10vh, 118px);
}

.av-story-hero__top,
.av-story-hero__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.av-story-hero__top .av-story-kicker {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: #ffffff;
}

.av-story-location {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.av-story-hero__copy {
  align-self: center;
  max-width: 1040px;
  padding: clamp(16px, 2.5vh, 28px) 0 12px;
}

.av-story-hero .av-story-overline {
  color: var(--av-mint-300);
}

.av-story-display {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(58px, 6.7vw, 104px);
  font-weight: 640;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.av-story-title-line {
  display: block;
  overflow: hidden;
  padding: 0 0 0.08em;
}

.av-story-title-line i {
  display: block;
  font: inherit;
  font-style: normal;
  will-change: transform;
}

.av-story-title-line:last-child i {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-size: 0.38em;
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.av-story-hero__lead {
  max-width: 640px;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.62;
}

.av-story-hero__footer {
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.av-story-hero__footer > div {
  min-width: 210px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-content: center;
  padding: 22px 28px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.av-story-hero__footer > div .av-story-number {
  grid-row: span 2;
  color: var(--av-mint-300);
  font-size: 11px;
}

.av-story-hero__footer strong {
  font-size: 13px;
  font-weight: 650;
}

.av-story-hero__footer small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.av-story-hero__footer > a {
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-left: auto;
  padding: 20px 0 0 30px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.av-story-hero__footer > a b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 16px;
  transition: transform 240ms ease, background 240ms ease;
}

.av-story-hero__footer > a:hover b {
  transform: translateY(4px);
  background: rgba(255, 255, 255, 0.12);
}

/* Origin */

.av-story-origin {
  padding: clamp(84px, 10vw, 160px) 0;
  background: #ffffff;
}

.av-story-origin__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--av-grid-gap);
  align-items: center;
  margin-top: clamp(58px, 7vw, 104px);
}

.av-story-origin__copy {
  grid-column: 1 / span 5;
}

.av-story-origin__copy h2,
.av-story-values__intro h2,
.av-story-proof__copy h2 {
  margin: 0;
  color: var(--av-ink);
  font-size: clamp(50px, 6.5vw, 104px);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.av-story-origin__copy h2 em,
.av-story-values__intro h2 em,
.av-story-proof__copy h2 em {
  display: inline-block;
  color: var(--av-teal-700);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.32em;
  font-weight: 540;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.av-story-origin__body {
  max-width: 660px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.av-story-origin__body p {
  margin: 0;
  color: var(--av-muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.72;
}

.av-story-origin blockquote {
  max-width: 590px;
  position: relative;
  margin: 52px 0 0;
  padding: 26px 0 0 64px;
  border-top: 1px solid var(--av-line);
  color: #20332f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.05vw, 17px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
}

.av-story-origin blockquote span {
  position: absolute;
  left: 0;
  top: 18px;
  color: var(--av-teal-500);
  font-size: 64px;
  line-height: 1;
}

.av-story-origin__media {
  grid-column: 7 / -1;
  min-height: 720px;
  position: relative;
}

.av-story-image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 3px;
  background: var(--av-paper-soft);
  box-shadow: 0 32px 90px rgba(7, 42, 37, 0.14);
}

.av-story-image img {
  width: 100%;
  height: 108%;
  display: block;
  object-fit: cover;
}

.av-story-image figcaption {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
}

.av-story-image--team {
  inset: 8% 0 0 8%;
  height: 72%;
}

.av-story-image--team::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 28, 25, 0.72), transparent 42%);
}

.av-story-image--team figcaption {
  inset: auto 26px 24px;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.av-story-image--team figcaption span {
  font-weight: 750;
}

.av-story-image--team figcaption b {
  font-weight: 500;
  opacity: 0.62;
}

.av-story-image--portrait {
  width: 34%;
  height: 42%;
  top: 0;
  left: 0;
  z-index: 3;
  border: 8px solid #ffffff;
}

.av-story-image--portrait img {
  object-position: center 18%;
}

.av-story-image--portrait figcaption {
  inset: auto 0 0;
  display: grid;
  padding: 16px;
  background: rgba(4, 31, 29, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.av-story-image--portrait figcaption b {
  font-size: 14px;
}

.av-story-image--portrait figcaption span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.av-story-origin__seal {
  width: 136px;
  height: 136px;
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 4;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(5, 51, 46, 0.86);
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(3, 31, 28, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.av-story-origin__seal span {
  font-size: 34px;
  font-weight: 650;
  letter-spacing: -0.05em;
}

.av-story-origin__seal small {
  margin-top: 4px;
  color: var(--av-mint-300);
  font-size: 9px;
  letter-spacing: 0.14em;
}

/* Method */

.av-story-method {
  padding: clamp(88px, 10vw, 160px) 0;
  overflow: hidden;
}

.av-story-method::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 80%, transparent);
}

.av-story-aurora--method {
  opacity: 0.65;
}

.av-story-method__intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--av-grid-gap);
  align-items: end;
  margin-top: clamp(58px, 7vw, 104px);
}

.av-story-method__intro h2 {
  grid-column: 1 / span 8;
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(52px, 7vw, 112px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.av-story-method__intro p {
  grid-column: 9 / -1;
  max-width: 520px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}

.av-story-method__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(50px, 6vw, 88px);
  perspective: 1200px;
}

.av-story-method-card,
.av-story-value-card,
.av-story-growth {
  transform-style: preserve-3d;
  will-change: transform;
}

.av-story-method-card {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.2vw, 36px);
  border-radius: 3px;
}

.av-story-rb-field {
  --av-rb-drift: 0px;
  height: 142px;
  position: absolute;
  z-index: 0;
  top: 48px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.96;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
}

.av-story-rb-field i,
.av-story-rb-field span {
  position: absolute;
  display: block;
}

.av-story-rb-field i {
  width: 112px;
  height: 112px;
  top: calc(50% - 56px + var(--av-rb-drift));
  left: calc(50% - 56px);
  border: 1px solid rgba(158, 223, 209, 0.38);
  border-radius: 50%;
}

.av-story-rb-field i:nth-child(2) {
  width: 78px;
  height: 78px;
  top: calc(50% - 39px - var(--av-rb-drift));
  left: calc(50% - 39px);
  border-style: dashed;
}

.av-story-rb-field i:nth-child(3) {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  border: 0;
  background: radial-gradient(circle, rgba(214, 252, 244, 0.92), rgba(72, 174, 154, 0.2) 48%, transparent 72%);
  box-shadow: 0 0 42px rgba(117, 221, 201, 0.54);
}

.av-story-rb-field span {
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(126, 218, 200, 0.24), transparent 28%),
    linear-gradient(90deg, transparent 49.7%, rgba(182, 235, 224, 0.24) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(182, 235, 224, 0.24) 50%, transparent 50.3%);
}

.av-story-rb-field--read {
  background-image: radial-gradient(rgba(183, 235, 224, 0.5) 1px, transparent 1px);
  background-size: 13px 13px;
}

.av-story-rb-field--refine i {
  border-radius: 22% 78% 64% 36% / 48% 42% 58% 52%;
}

.av-story-rb-field--refine span {
  background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 12px, rgba(174, 233, 221, 0.2) 13px 14px);
  transform: rotate(-12deg);
}

.av-story-rb-field--deliver i {
  width: 170px;
  height: 52px;
  top: calc(50% - 26px + var(--av-rb-drift));
  left: calc(50% - 85px);
  border-radius: 2px;
  transform: skewX(-22deg);
}

.av-story-rb-field--deliver span {
  background: repeating-linear-gradient(112deg, transparent 0 16px, rgba(174, 233, 221, 0.22) 17px, transparent 18px 32px);
}

.av-story-rb-field--endure i {
  border-color: rgba(198, 241, 232, 0.28);
  box-shadow: inset 0 0 30px rgba(103, 203, 183, 0.08);
}

.av-story-rb-field--endure span {
  background: conic-gradient(from 90deg at 50% 50%, transparent, rgba(150, 231, 214, 0.14), transparent 28%, rgba(150, 231, 214, 0.1), transparent 62%);
  animation: avStoryFieldSpin 12s linear infinite;
}

.av-story-method-card > div:not(.av-story-rb-field) {
  position: relative;
  z-index: 2;
}

.av-story-method-card::before,
.av-story-value-card::before,
.av-story-growth::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(
    circle 260px at var(--av-pointer-x, 50%) var(--av-pointer-y, 50%),
    rgba(158, 223, 209, 0.18),
    transparent 68%
  );
  transition: opacity 260ms ease;
}

.av-story-method-card:hover::before,
.av-story-value-card:hover::before,
.av-story-growth:hover::before {
  opacity: 1;
}

.av-story-method-card > .av-story-number {
  color: var(--av-mint-300);
  font-size: 12px;
}

.av-story-method-card small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.av-story-method-card h3 {
  max-width: 230px;
  margin: 16px 0 18px;
  color: #ffffff;
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.av-story-method-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.62;
}

.av-story-method-card > i {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(90deg, var(--av-mint-300), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms ease;
}

.av-story-method-card:hover > i {
  transform: scaleX(1);
}

/* Values */

.av-story-values {
  padding: clamp(82px, 9vw, 140px) 0;
  background: #ffffff;
}

.av-story-values__intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--av-grid-gap);
  align-items: end;
  margin-top: clamp(58px, 7vw, 100px);
}

.av-story-values__intro h2 {
  grid-column: 1 / span 8;
}

.av-story-values__intro p {
  grid-column: 9 / -1;
  max-width: 520px;
  margin: 0 0 10px;
  color: var(--av-muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}

.av-story-values__field {
  min-height: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(48px, 5vw, 72px);
  border: 0;
  background: transparent;
  isolation: isolate;
}

.av-story-values__mesh {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(42, 141, 128, 0.16), transparent 24%),
    linear-gradient(90deg, transparent 49.94%, rgba(7, 53, 48, 0.12) 50%, transparent 50.06%),
    linear-gradient(transparent 49.94%, rgba(7, 53, 48, 0.12) 50%, transparent 50.06%);
}

.av-story-values__core {
  width: 176px;
  height: 176px;
  position: absolute;
  z-index: 5;
  inset: 50% auto auto 50%;
  display: grid;
  place-content: center;
  transform: translate(-50%, -50%);
  border: 14px solid #ffffff;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22), transparent 36%),
    var(--av-teal-800);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 22px 70px rgba(5, 55, 49, 0.25);
}

.av-story-values__core span {
  font-size: 42px;
  font-weight: 650;
  letter-spacing: -0.08em;
}

.av-story-values__core small {
  margin-top: 4px;
  color: var(--av-mint-300);
  font-size: 9px;
  letter-spacing: 0.17em;
}

.av-story-value-card {
  min-height: 258px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid var(--av-line);
  background: #f7f9f8;
}

.av-story-value-card--two,
.av-story-value-card--three {
  background: #ffffff;
}

.av-story-value-card > div {
  position: absolute;
  inset: 24px 26px auto;
  display: flex;
  justify-content: space-between;
  color: var(--av-teal-700);
}

.av-story-value-card > div span {
  font-size: 12px;
}

.av-story-value-card > div small {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.av-story-value-card h3 {
  margin: 0 0 14px;
  color: var(--av-ink);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.av-story-value-card p {
  max-width: 430px;
  margin: 0;
  color: var(--av-muted);
  font-size: 13px;
  line-height: 1.58;
}

.av-story-value-card::after {
  content: "";
  width: 34px;
  height: 2px;
  position: absolute;
  left: 26px;
  bottom: 22px;
  background: var(--av-teal-500);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 320ms ease;
}

.av-story-value-card:hover::after {
  transform: scaleX(1);
}

/* Proof */

.av-story-proof {
  min-height: max(1260px, 145svh);
  padding: clamp(96px, 11vw, 170px) 0 clamp(130px, 15vw, 230px);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(70, 163, 146, 0.16), transparent 34%),
    #061f1d;
}

.av-story-proof > .av-story-shell {
  position: relative;
  z-index: 2;
}

.av-story-proof__bits {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.68;
}

.av-story-proof__bits::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 32%, rgba(92, 205, 182, 0.16), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.av-story-proof__bits i {
  width: min(72vw, 980px);
  aspect-ratio: 1;
  position: absolute;
  top: 16%;
  right: -24%;
  display: block;
  border: 1px solid rgba(151, 229, 213, 0.12);
  border-radius: 50%;
}

.av-story-proof__bits i:nth-child(2) {
  width: min(58vw, 790px);
  top: 24%;
  right: -16%;
  border-style: dashed;
}

.av-story-proof__bits i:nth-child(3) {
  width: min(42vw, 590px);
  top: 33%;
  right: -8%;
}

.av-story-proof__bits i:nth-child(4) {
  width: min(24vw, 340px);
  top: 43%;
  right: 3%;
  border-color: rgba(183, 240, 228, 0.2);
  box-shadow: 0 0 90px rgba(52, 154, 135, 0.12);
}

.av-story-proof__bits span {
  width: 420px;
  height: 1px;
  position: absolute;
  top: 58%;
  right: 7%;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(195, 242, 232, 0.48), transparent);
  box-shadow: 0 0 30px rgba(126, 222, 201, 0.34);
  animation: avStorySignalSweep 5.5s ease-in-out infinite alternate;
}

.av-story-proof__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--av-grid-gap);
  align-items: center;
  margin-top: clamp(58px, 7vw, 104px);
}

.av-story-proof__copy {
  grid-column: 1 / span 5;
}

.av-story-proof__copy h2 {
  color: #ffffff;
}

.av-story-proof__copy h2 em {
  color: var(--av-mint-300);
}

.av-story-proof__copy > p {
  max-width: 610px;
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.7;
}

.av-story-proof__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.13);
}

.av-story-proof__stats > div {
  min-height: 142px;
  display: grid;
  align-content: end;
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.av-story-proof__stats strong {
  color: #ffffff;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.av-story-proof__stats span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.av-story-growth {
  grid-column: 6 / -1;
  min-height: 610px;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.4vw, 52px);
  border-color: rgba(190, 240, 229, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 18%, rgba(125, 222, 202, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.18),
    inset 0 -80px 120px rgba(1, 25, 22, 0.14),
    0 34px 100px rgba(0, 15, 13, 0.24);
}

.av-story-growth::after {
  content: "";
  width: 42%;
  height: 180%;
  position: absolute;
  top: -40%;
  left: -55%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(213, 250, 242, 0.08), transparent);
  transform: rotate(15deg);
  animation: avStoryChartSheen 9s ease-in-out infinite;
}

.av-story-growth__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.av-story-growth__head > div {
  display: grid;
  gap: 12px;
}

.av-story-growth__head span,
.av-story-growth__head small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.av-story-growth__head small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.av-story-growth__head small i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: var(--av-mint-300);
  box-shadow: 0 0 0 5px rgba(158, 223, 209, 0.09), 0 0 18px rgba(158, 223, 209, 0.5);
  animation: avStoryLivePulse 1.8s ease-in-out infinite;
}

.av-story-growth__head strong {
  color: #ffffff;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.av-story-growth__legend {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.av-story-growth__legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.av-story-growth__legend i {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--av-mint-300), #ffffff);
}

.av-story-growth__legend span:last-child i {
  height: 8px;
  border: 1px solid rgba(197, 242, 233, 0.52);
  background: rgba(116, 205, 187, 0.2);
}

.av-story-growth svg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 24px;
  overflow: visible;
  border-radius: 4px;
  background:
    radial-gradient(circle at 78% 20%, rgba(138, 229, 210, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}

.av-story-growth__gridlines line {
  stroke: rgba(216, 248, 241, 0.12);
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.av-story-growth__area {
  fill: url(#avStoryArea);
}

.av-story-growth__glow {
  fill: none;
  stroke: rgba(150, 236, 219, 0.62);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 1;
  filter: url(#avStoryGlow);
  opacity: 0.52;
}

.av-story-growth__line {
  fill: none;
  stroke: url(#avStoryLine);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-dasharray: 1;
}

.av-story-growth__bars rect {
  fill: url(#avStoryBars);
  stroke: rgba(207, 247, 239, 0.62);
  stroke-width: 1;
}

.av-story-growth__dots circle {
  fill: #dff8f1;
  stroke: var(--av-teal-700);
  stroke-width: 3;
  filter: drop-shadow(0 0 7px rgba(172, 239, 226, 0.6));
}

.av-story-growth__labels text,
.av-story-growth__axis text,
.av-story-growth__point-values text,
.av-story-growth__callout text {
  fill: rgba(255, 255, 255, 0.52);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, sans-serif;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.av-story-growth__axis text {
  fill: rgba(255, 255, 255, 0.26);
  font-size: 9px;
}

.av-story-growth__point-values text {
  fill: rgba(219, 250, 243, 0.62);
  font-size: 9px;
  font-weight: 650;
}

.av-story-growth__callout rect {
  fill: rgba(214, 250, 242, 0.18);
  stroke: rgba(214, 250, 242, 0.62);
}

.av-story-growth__callout text {
  fill: #e9fff9;
  font-size: 10px;
  font-weight: 750;
}

.av-story-proof__milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(64px, 8vw, 112px);
  perspective: 1200px;
}

.av-story-proof__milestones article {
  min-height: 192px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.av-story-proof__milestones article::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 100%, rgba(135, 224, 205, 0.16), transparent 56%);
  transition: opacity 260ms ease;
}

.av-story-proof__milestones article:hover::before,
.av-story-proof__milestones article:last-child::before {
  opacity: 1;
}

.av-story-proof__milestones span {
  color: var(--av-mint-300);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.av-story-proof__milestones strong {
  align-self: end;
  margin-top: 34px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.av-story-proof__milestones p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Closing */

.av-story-closing {
  padding: 0;
  background: #ffffff;
}

.av-story-closing > .av-story-shell {
  width: 100%;
  max-width: none;
}

.av-story-closing__frame {
  min-height: clamp(620px, 72vh, 900px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(24px, 4vw, 60px);
  border-radius: 0;
  background: var(--av-teal-950);
}

.av-story-closing__frame > img {
  width: 100%;
  height: 110%;
  position: absolute;
  inset: -5% 0 auto;
  object-fit: cover;
  object-position: center;
}

.av-story-closing__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 29, 26, 0.8), rgba(3, 29, 26, 0.2) 68%),
    linear-gradient(0deg, rgba(3, 29, 26, 0.5), transparent 54%);
}

.av-story-closing__copy {
  width: min(680px, 100%);
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 54px);
  border-radius: 3px;
  color: #ffffff;
}

.av-story-closing__copy .av-story-kicker {
  color: var(--av-mint-300);
}

.av-story-closing__copy h2 {
  margin: 22px 0 0;
  color: #ffffff;
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.av-story-closing__copy p {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

.av-story-closing__copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.av-story-closing__copy a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.av-story-closing__copy a:first-child,
.av-story-closing__copy a:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--av-teal-950);
}

@keyframes avStoryAurora {
  0% { transform: translate3d(-3%, -2%, 0) scale(0.94); }
  100% { transform: translate3d(5%, 4%, 0) scale(1.08); }
}

@keyframes avStoryFieldSpin {
  to { transform: rotate(360deg); }
}

@keyframes avStorySignalSweep {
  0% { transform: translate3d(-22%, -90px, 0) rotate(-12deg); opacity: 0.25; }
  100% { transform: translate3d(18%, 90px, 0) rotate(12deg); opacity: 0.9; }
}

@keyframes avStoryLivePulse {
  0%, 100% { opacity: 0.5; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes avStoryChartSheen {
  0%, 22% { transform: translateX(0) rotate(15deg); opacity: 0; }
  42% { opacity: 1; }
  70%, 100% { transform: translateX(380%) rotate(15deg); opacity: 0; }
}

@media (max-width: 1100px) {
  .av-story-origin__grid,
  .av-story-proof__grid {
    grid-template-columns: 1fr;
  }

  .av-story-origin__copy,
  .av-story-origin__media,
  .av-story-proof__copy,
  .av-story-growth {
    grid-column: auto;
  }

  .av-story-origin__media {
    min-height: 680px;
  }

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

  .av-story-method__intro,
  .av-story-values__intro {
    grid-template-columns: 1fr;
  }

  .av-story-method__intro h2,
  .av-story-method__intro p,
  .av-story-values__intro h2,
  .av-story-values__intro p {
    grid-column: auto;
  }

  .av-story-values__field,
  .av-story-proof__milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .av-story-method__intro p,
  .av-story-values__intro p {
    margin: 0;
  }
}

@media (max-width: 740px) {
  .av-story-shell {
    width: min(calc(100% - 28px), var(--av-shell));
  }

  .av-story-section-head {
    align-items: flex-start;
  }

  .av-story-section-head p {
    max-width: 120px;
    text-align: right;
  }

  .av-story-hero,
  .av-story-hero__inner {
    height: clamp(570px, 72svh, 640px);
    min-height: 570px;
  }

  .av-story-hero__inner {
    padding-top: 98px;
  }

  .av-story-location {
    display: none;
  }

  .av-story-display {
    font-size: clamp(56px, 19vw, 92px);
    line-height: 0.86;
  }

  .av-story-hero__lead {
    max-width: 94%;
    font-size: 15px;
  }

  .av-story-hero__footer > div {
    min-width: 0;
    flex: 1;
    padding-right: 12px;
    padding-left: 42px;
  }

  .av-story-hero__footer > div:nth-child(2),
  .av-story-hero__footer > a span {
    display: none;
  }

  .av-story-hero__footer > a {
    min-width: 46px;
    padding-left: 12px;
  }

  .av-story-origin__body {
    grid-template-columns: 1fr;
  }

  .av-story-origin__media {
    min-height: 540px;
  }

  .av-story-image--team {
    inset: 12% 0 0 0;
    height: 72%;
  }

  .av-story-image--portrait {
    width: 43%;
    height: 36%;
  }

  .av-story-origin__seal {
    width: 104px;
    height: 104px;
    right: 4%;
  }

  .av-story-origin__seal span {
    font-size: 28px;
  }

  .av-story-method__rail {
    grid-template-columns: 1fr;
  }

  .av-story-method-card {
    min-height: 300px;
  }

  .av-story-values__field {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .av-story-values__mesh,
  .av-story-values__core {
    display: none;
  }

  .av-story-value-card {
    min-height: 220px;
  }

  .av-story-proof {
    min-height: 0;
  }

  .av-story-proof__milestones {
    grid-template-columns: 1fr;
  }

  .av-story-proof__grid {
    gap: 50px;
  }

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

  .av-story-proof__stats > div {
    min-height: 120px;
  }

  .av-story-growth {
    padding: 22px 14px;
  }

  .av-story-growth__head {
    padding-inline: 8px;
  }

  .av-story-growth__head strong {
    font-size: 42px;
  }

  .av-story-closing__frame {
    min-height: 680px;
    padding: 14px;
  }

  .av-story-closing__frame > img {
    object-position: 35% center;
  }

  .av-story-closing__copy {
    padding: 26px 22px;
  }

  .av-story-closing__copy > div {
    display: grid;
  }

  .av-story-closing__copy a {
    width: 100%;
  }
}

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

/* Legacy bundles carry route-wide !important text colors. Keep the new
   experience self-contained at the end of the cascade. */
.av-story-v3 .av-story-theme-dark,
.av-story-v3 .av-story-theme-dark h1,
.av-story-v3 .av-story-theme-dark h2,
.av-story-v3 .av-story-theme-dark h3,
.av-story-v3 .av-story-theme-dark strong,
.av-story-v3 .av-story-theme-dark b {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.av-story-v3 .av-story-hero .av-story-title-line:first-child i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.av-story-v3 .av-story-hero .av-story-title-line:last-child i {
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
}

.av-story-v3 .av-story-theme-dark p,
.av-story-v3 .av-story-theme-dark small,
.av-story-v3 .av-story-theme-dark .av-story-location {
  color: rgba(255, 255, 255, 0.58) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.58) !important;
}

.av-story-v3 .av-story-hero .av-story-hero__lead {
  color: rgba(255, 255, 255, 0.76) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
}

.av-story-v3 .av-story-theme-dark .av-story-kicker,
.av-story-v3 .av-story-theme-dark .av-story-overline,
.av-story-v3 .av-story-theme-dark .av-story-number {
  color: var(--av-mint-300) !important;
  -webkit-text-fill-color: var(--av-mint-300) !important;
}

.av-story-v3 .av-story-hero__top .av-story-kicker {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.av-story-v3 .av-story-theme-light,
.av-story-v3 .av-story-theme-light h2,
.av-story-v3 .av-story-theme-light h3,
.av-story-v3 .av-story-theme-light strong,
.av-story-v3 .av-story-theme-light b {
  color: var(--av-ink) !important;
  -webkit-text-fill-color: var(--av-ink) !important;
}

.av-story-v3 .av-story-theme-light p {
  color: var(--av-muted) !important;
  -webkit-text-fill-color: var(--av-muted) !important;
}

.av-story-v3 .av-story-theme-light .av-story-kicker,
.av-story-v3 .av-story-theme-light .av-story-number,
.av-story-v3 .av-story-theme-light h2 em {
  color: var(--av-teal-700) !important;
  -webkit-text-fill-color: var(--av-teal-700) !important;
}

.av-story-v3 .av-story-origin blockquote {
  color: #20332f !important;
  -webkit-text-fill-color: #20332f !important;
}

.av-story-v3 .av-story-origin__seal,
.av-story-v3 .av-story-origin__seal span,
.av-story-v3 .av-story-image figcaption,
.av-story-v3 .av-story-image figcaption b,
.av-story-v3 .av-story-image figcaption span,
.av-story-v3 .av-story-values__core,
.av-story-v3 .av-story-values__core span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.av-story-v3 .av-story-origin__seal small,
.av-story-v3 .av-story-values__core small {
  color: var(--av-mint-300) !important;
  -webkit-text-fill-color: var(--av-mint-300) !important;
}

.av-story-v3 .av-story-closing__copy a {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.av-story-v3 .av-story-closing__copy a:first-child,
.av-story-v3 .av-story-closing__copy a:hover {
  color: var(--av-teal-950) !important;
  -webkit-text-fill-color: var(--av-teal-950) !important;
}

.av-story-v3 .av-story-theme-light .av-story-closing__copy {
  background: linear-gradient(135deg, rgba(4, 39, 35, 0.88), rgba(4, 39, 35, 0.64)) !important;
}

.av-story-v3 .av-story-theme-light .av-story-closing__copy h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.av-story-v3 .av-story-theme-light .av-story-closing__copy p {
  color: rgba(255, 255, 255, 0.7) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
}

.av-story-v3 .av-story-theme-light .av-story-closing__copy .av-story-kicker {
  color: var(--av-mint-300) !important;
  -webkit-text-fill-color: var(--av-mint-300) !important;
}
