.about-hero {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 26%),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.08), transparent 28%),
    linear-gradient(180deg, #162132 0%, #0f1725 100%);
  margin-top: -36px;
  padding-bottom: 52px;
}

.page-shell--about::before,
.page-shell--about::after,
.page-shell--about .page-hero::before,
.page-shell--about .page-hero::after {
  display: none;
}

.page-shell--about .container {
  width: min(1380px, calc(100% - 48px));
}

.about-hero .container {
  position: relative;
}

.about-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 34px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-hero-panel__copy {
  padding: 8px 0 0;
}

.about-hero .eyebrow,
.about-hero h1,
.about-hero .page-lead,
.about-hero__supporting,
.about-hero .pill-list li {
  color: #f8fafc;
}

.about-hero .eyebrow {
  color: #2563eb;
  background: transparent;
  border: none;
  box-shadow: none;
}

.about-closing-panel .eyebrow {
  background: transparent;
  border: none;
  box-shadow: none;
}

.about-hero h1 {
  max-width: 760px;
}

.about-hero__supporting {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.8;
}

.about-hero .page-lead {
  color: rgba(241, 245, 249, 0.92);
}

.about-hero .btn-secondary {
  color: #f8fafc;
  border-color: rgba(148, 163, 184, 0.34);
  background: rgba(255, 255, 255, 0.03);
}

.about-hero .btn-secondary:hover,
.about-hero .btn-secondary:focus-visible {
  border-color: rgba(191, 219, 254, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.about-hero .pill-list {
  margin-top: 22px;
}

.about-hero .pill-list li {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(148, 163, 184, 0.18);
}

.about-hero-panel__visuals {
  display: block;
}

.about-hero-diagram {
  position: relative;
  min-height: 560px;
  padding: 24px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.about-hero-diagram__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-hero-diagram__badge {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: 240px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.2);
}

.about-hero-diagram__badge--top {
  top: 18px;
  right: 18px;
}

.about-hero-diagram__badge--bottom {
  left: 18px;
  bottom: 18px;
}

.about-hero-diagram__badge span {
  color: rgba(191, 219, 254, 0.96);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-diagram__badge strong {
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.6;
}

.about-overview-section,
.about-reel-section,
.about-delivery-section {
  padding-top: 10px;
}

.about-hero + .section {
  padding-top: 84px;
}

.about-overview-grid,
.about-reel-grid,
.about-delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 34px;
  align-items: start;
}

.about-overview-copy,
.about-reel-copy,
.about-delivery-copy {
  max-width: 760px;
}

.about-overview-copy h2,
.about-reel-copy h2,
.about-delivery-copy h2 {
  margin-bottom: 18px;
}

.about-overview-copy p,
.about-reel-copy p {
  color: #64748b;
  line-height: 1.85;
}

.about-overview-copy p + p {
  margin-top: 14px;
}

.about-overview-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-metric-card {
  display: grid;
  gap: 12px;
  min-height: 172px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.about-metric-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.about-metric-card__icon svg {
  width: 20px;
  height: 20px;
}

.about-metric-card:nth-child(2) {
  background: linear-gradient(180deg, #243244 0%, #18212f 100%);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
}

.about-metric-card:nth-child(2) strong,
.about-metric-card:nth-child(2) .about-metric-card__kicker,
.about-metric-card:nth-child(2) .about-metric-card__icon {
  color: #f8fafc;
}

.about-metric-card:nth-child(2) .about-metric-card__icon {
  background: rgba(255, 255, 255, 0.1);
}

.about-metric-card__kicker {
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-metric-card strong {
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.65;
}

.about-reel-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.about-reel-points li {
  position: relative;
  padding-left: 18px;
  color: #334155;
  line-height: 1.8;
}

.about-reel-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
}

.about-reel-window {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-radius: 34px;
}

.about-reel-window::before,
.about-reel-window::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  z-index: 2;
  pointer-events: none;
}

.about-reel-window::before {
  left: 0;
  background: linear-gradient(90deg, #fbf7ef 0%, rgba(251, 247, 239, 0) 100%);
}

.about-reel-window::after {
  right: 0;
  background: linear-gradient(270deg, #fbf7ef 0%, rgba(251, 247, 239, 0) 100%);
}

.about-reel-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: about-reel-scroll 26s linear infinite;
}

.about-reel-window:hover .about-reel-track {
  animation-play-state: paused;
}

.about-reel-card {
  position: relative;
  width: 320px;
  height: 420px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.about-reel-card--narrow {
  width: 260px;
}

.about-reel-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 58%;
}

.about-reel-card__overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.about-reel-card__overlay strong,
.about-reel-card__overlay span {
  color: #f8fafc;
}

.about-reel-card__overlay span {
  font-size: 0.92rem;
  line-height: 1.55;
}

.about-delivery-grid {
  align-items: center;
}

.about-delivery-visuals {
  display: grid;
  gap: 20px;
}

.about-delivery-visual {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.about-delivery-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-delivery-visual--main img {
  height: 470px;
  object-position: center 54%;
}

.about-delivery-visual--accent {
  max-width: 72%;
}

.about-delivery-visual--accent img {
  height: 240px;
  object-position: center 50%;
}

.about-delivery-visual span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #f8fafc;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-delivery-list {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.about-delivery-item {
  padding-left: 18px;
  border-left: 2px solid rgba(59, 130, 246, 0.18);
}

.about-delivery-item strong {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1rem;
}

.about-delivery-item p {
  margin: 0;
  color: #475569;
  line-height: 1.8;
}

.about-editorial-section .editorial-card {
  border: none;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.about-closing-section {
  padding-top: 18px;
  padding-bottom: 20px;
  background: transparent;
}

.about-closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 20px 24px;
  align-items: start;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, #1a2434 0%, #111926 100%);
  box-shadow: none;
}

.page-shell--about + .site-footer {
  margin-top: 0;
}

.about-closing-panel__intro {
  display: grid;
  gap: 12px;
  padding: 8px 4px 0 0;
}

.about-closing-panel__intro h2 {
  margin: 0;
  max-width: 13ch;
  color: #f8fafc;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.about-closing-panel__intro p {
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  line-height: 1.8;
  max-width: 34rem;
}

.about-closing-panel__intro .eyebrow {
  color: #60a5fa;
}

.about-testimonial-dots {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.about-testimonial-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.34);
  cursor: pointer;
}

.about-testimonial-dots .is-active {
  width: 20px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.about-testimonial-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  padding: 0;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, #141d2b 0%, #0c1320 100%);
  box-shadow: none;
}

.about-testimonial-feature__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 24px;
  min-width: 0;
  max-width: 100%;
}

.about-testimonial-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  color: #f8fafc;
}

.about-testimonial-feature__icon svg {
  width: 24px;
  height: 24px;
}

.about-testimonial-feature__quote {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.about-testimonial-feature__meta {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.about-testimonial-feature__meta img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.about-testimonial-feature__meta strong,
.about-testimonial-feature__meta span {
  color: #e2e8f0;
}

.about-testimonial-feature__meta > div,
.about-testimonial-card__meta > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.about-testimonial-feature__meta strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.about-testimonial-feature__meta span {
  display: block;
  font-size: 0.86rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  color: rgba(226, 232, 240, 0.74);
}

.about-testimonial-feature__tag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #f8fafc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.about-testimonial-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-testimonial-thumb {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  width: 100%;
  text-align: left;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.about-testimonial-thumb.is-active {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.14);
}

.about-testimonial-thumb__image {
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.about-testimonial-thumb__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-testimonial-thumb__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.about-testimonial-thumb__tag {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  max-width: 100%;
}

.about-testimonial-thumb__copy strong {
  color: #f8fafc;
  font-size: 0.92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.about-testimonial-thumb__copy span:last-child {
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.8rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.about-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-testimonial-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
  border-color: rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.about-testimonial-card__tag {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.about-testimonial-card p {
  margin: 0;
  color: #e2e8f0;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.about-testimonial-card__meta {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.about-testimonial-card__meta img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.about-testimonial-card__meta strong {
  color: #f8fafc;
  font-size: 0.96rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.about-testimonial-card__meta span {
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.84rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

@keyframes about-reel-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (max-width: 1100px) {
  .about-hero-panel {
    grid-template-columns: 1fr;
  }

  .about-hero-diagram {
    min-height: 460px;
  }

  .about-overview-grid,
  .about-reel-grid,
  .about-delivery-grid {
    grid-template-columns: 1fr;
  }

  .about-reel-card {
    width: 300px;
    height: 392px;
  }

  .about-reel-card--narrow {
    width: 242px;
  }

  .about-delivery-visual--accent {
    max-width: 58%;
  }

  .about-closing-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
    border-radius: 28px;
  }

  .about-testimonial-feature {
    min-height: auto;
  }

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

  .about-testimonial-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .about-hero-panel {
    padding: 0;
    border-radius: 0;
  }

  .about-hero-diagram {
    min-height: 380px;
  }

  .about-overview-metrics {
    grid-template-columns: 1fr;
  }

  .about-reel-window::before,
  .about-reel-window::after {
    width: 24px;
  }

  .about-reel-card {
    width: 280px;
    height: 360px;
  }

  .about-reel-card--narrow {
    width: 222px;
  }

  .about-delivery-visual--main img {
    height: 390px;
  }

  .about-closing-panel__intro h2 {
    max-width: 15ch;
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  .about-testimonial-feature {
    border-radius: 26px;
  }

  .about-testimonial-feature__content {
    padding: 24px;
  }

  .about-testimonial-card {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .page-shell--about .container {
    width: min(1380px, calc(100% - 28px));
  }

  .about-hero-panel {
    padding: 0;
    border-radius: 0;
  }

  .about-hero {
    margin-top: -16px;
    padding-bottom: 38px;
  }

  .about-hero-diagram {
    min-height: 300px;
    border-radius: 22px;
    padding: 14px;
  }

  .about-hero-diagram__badge {
    max-width: 190px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .about-hero-diagram__badge--top {
    top: 10px;
    right: 10px;
  }

  .about-hero-diagram__badge--bottom {
    left: 10px;
    bottom: 10px;
  }

  .about-hero-diagram__badge strong {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .about-hero-diagram__svg {
    min-height: 272px;
  }

  .about-hero-diagram__badge {
    padding: 14px 15px;
  }

  .about-metric-card {
    min-height: auto;
    padding: 20px;
    border-radius: 24px;
  }

  .about-closing-panel {
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  .about-closing-panel__intro {
    gap: 10px;
  }

  .about-testimonial-feature {
    border-radius: 22px;
  }

  .about-testimonial-feature__content {
    padding: 20px;
  }

  .about-testimonial-feature__tag {
    top: 14px;
    right: 14px;
  }

  .about-testimonial-feature__quote {
    font-size: 1.05rem;
  }

  .about-testimonial-card {
    padding: 18px;
    border-radius: 20px;
  }

  .about-testimonial-thumb {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 10px;
    border-radius: 18px;
  }

  .about-testimonial-thumb__image {
    width: 64px;
    height: 64px;
    border-radius: 999px;
  }

  .about-reel-card {
    width: 240px;
    height: 320px;
    border-radius: 24px;
  }

  .about-reel-card--narrow {
    width: 208px;
  }

  .about-reel-card__overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .about-delivery-visual {
    border-radius: 24px;
  }

  .about-delivery-visual--main img {
    height: 300px;
  }

  .about-delivery-visual--accent {
    max-width: 100%;
  }

  .about-delivery-visual--accent img {
    height: 208px;
  }

  .about-delivery-visual span {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
    border-radius: 18px;
  }
}
