/* ==========================================================================
   DROPS About
   Trust-focused long-scroll page for /about-us.
   ========================================================================== */

.about-page {
    --font: "Hanken Grotesk", Helvetica, Arial, Verdana, sans-serif;
    --bg: #fff;
    --fg: #000;
    --blue: #00c;
    --ink: #0b0b0b;
    --ink-soft: rgba(11, 11, 11, 0.62);
    --ink-faint: rgba(11, 11, 11, 0.38);
    --hairline: rgba(11, 11, 11, 0.08);
    --paper: #fff;
    --paper-tint: #f6f5f2;
    --accent: #e5472a;
    --success: #128247;
    min-height: 100vh;
    min-height: 100svh;
    background: var(--paper, #fff);
    color: var(--ink, #0b0b0b);
    font-family: var(--font, "Hanken Grotesk", Helvetica, Arial, sans-serif);
    font-weight: 650;
}

html,
body.template-about {
    margin: 0;
    min-height: 100%;
    background: #fff;
}

body.template-about {
    overflow-x: hidden;
}

.about-page * {
    box-sizing: border-box;
}

.about-page a {
    color: inherit;
    text-decoration: none;
}

.about-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 220;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 12px clamp(16px, 4vw, 44px);
    pointer-events: none;
}

.about-topbar .site-header__nav,
.about-topbar .nav-hamburger {
    pointer-events: auto;
}

.about-topbar .header-logo {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.about-topbar .header-logo__img {
    display: block;
    width: 120px;
    height: auto;
}

.language-switcher {
    position: fixed;
    top: 76px;
    right: clamp(16px, 4vw, 56px);
    left: auto;
    z-index: 240;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 2px;
    background: rgba(248, 248, 243, 0.72);
    border: 1px solid rgba(12, 12, 12, 0.08);
    border-radius: 999px;
    opacity: 0.74;
    transition: opacity 140ms ease, background 140ms ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.language-switcher:hover,
.language-switcher:focus-within {
    background: rgba(248, 248, 243, 0.94);
    opacity: 1;
}

.language-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(11, 11, 11, 0.46);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.about-page #siteNav.is-open + #navBackdrop + .nav-hamburger,
body.menu-open.template-about .nav-hamburger {
    opacity: 0;
    pointer-events: none;
}

.language-switcher__link.is-active {
    background: rgba(11, 11, 11, 0.82);
    color: #fff;
}

.about-main {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(96px, 13vh, 142px) 0 32px;
}

.about-kicker {
    margin: 0 0 12px;
    color: var(--accent, #e5472a);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.about-hero {
    min-height: calc(100svh - 128px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding-bottom: clamp(36px, 7vw, 78px);
    border-bottom: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
}

.about-hero h1,
.about-section h2,
.about-cta h2 {
    margin: 0;
    color: var(--ink, #0b0b0b);
    font-weight: 950;
    letter-spacing: 0;
}

.about-hero h1 {
    max-width: 560px;
    font-size: clamp(46px, 5vw, 72px);
    line-height: 0.9;
}

.about-deck,
.about-section__intro p,
.about-copy,
.about-cta p {
    color: var(--ink-soft, rgba(11, 11, 11, 0.62));
    font-weight: 620;
}

.about-deck {
    max-width: 720px;
    margin: 24px 0 0;
    font-size: clamp(18px, 2.1vw, 26px);
    line-height: 1.28;
}

.about-micro {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--ink, #0b0b0b);
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: 1.35;
    font-weight: 850;
}

.about-highlight {
    color: var(--ink, #0b0b0b);
    font-weight: 950;
    box-shadow: inset 0 -0.42em rgba(229, 71, 42, 0.2);
}

.about-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 720px;
    margin-top: 18px;
}

.about-comparison article {
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
    border-radius: 8px;
    background: var(--paper, #fff);
}

.about-comparison article:last-child {
    border-color: rgba(18, 130, 71, 0.28);
    background: #f2fbf6;
}

.about-comparison strong {
    display: block;
    color: var(--ink, #0b0b0b);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
}

.about-comparison p {
    margin: 7px 0 0;
    color: var(--ink-soft, rgba(11, 11, 11, 0.62));
    font-size: 14px;
    line-height: 1.24;
    font-weight: 720;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 6px;
    color: var(--ink, #0b0b0b);
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}

.about-button:hover,
.about-button:focus-visible {
    transform: translateY(-1px);
}

.about-button:focus-visible {
    outline: 3px solid var(--blue, #00c);
    outline-offset: 3px;
}

.about-page .about-button--primary {
    background: var(--ink, #0b0b0b);
    color: var(--paper, #fff);
}

.about-button--secondary {
    background: transparent;
}

.about-hero__visual {
    min-width: 0;
    width: 100%;
}

.signal-board {
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    background: var(--paper-tint, #f6f5f2);
    box-shadow: 12px 12px 0 var(--ink, #0b0b0b);
    overflow: hidden;
}

.signal-board__header {
    padding: 20px;
    background: var(--ink, #0b0b0b);
    color: var(--paper, #fff);
}

.signal-board__header span {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0;
}

.signal-board__header strong {
    display: block;
    max-width: 12ch;
    color: inherit;
    font-size: clamp(34px, 4.4vw, 64px);
    line-height: 0.9;
    font-weight: 950;
    letter-spacing: 0;
}

.signal-board__flow {
    display: grid;
}

.signal-board__row,
.signal-board__status {
    display: grid;
    grid-template-columns: minmax(92px, 0.36fr) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
}

.signal-board__row span {
    color: var(--ink-faint, rgba(11, 11, 11, 0.38));
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.signal-board__row strong {
    min-width: 0;
    font-size: clamp(18px, 2.2vw, 30px);
    line-height: 1;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.signal-board__status {
    display: flex;
    border-bottom: 0;
    border-top: 2px solid var(--ink, #0b0b0b);
    background: #f2fbf6;
    color: var(--success, #128247);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.signal-board__status span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--success, #128247);
}

.about-section,
.about-cta {
    padding: clamp(54px, 8vw, 96px) 0;
    border-bottom: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
}

.about-section--tight {
    padding-top: clamp(42px, 7vw, 74px);
}

.about-section__intro {
    max-width: 840px;
}

.about-section h2,
.about-cta h2 {
    max-width: 880px;
    font-size: clamp(34px, 5.2vw, 72px);
    line-height: 0.94;
}

.about-section__intro p {
    margin: 20px 0 0;
    max-width: 720px;
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.38;
}

.about-copy {
    max-width: 820px;
    margin: 28px 0 0;
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.48;
}

.flow-graph {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(30px, 5vw, 56px);
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    overflow: hidden;
}

.flow-step {
    position: relative;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    background: var(--paper, #fff);
    border-right: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
    font-size: clamp(13px, 1.5vw, 18px);
    font-weight: 950;
    text-align: center;
}

.flow-step::after {
    content: "";
    position: absolute;
    right: -7px;
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--ink, #0b0b0b);
    border-right: 2px solid var(--ink, #0b0b0b);
    background: inherit;
    transform: rotate(45deg);
    z-index: 2;
}

.flow-step:last-child {
    border-right: 0;
}

.flow-step:last-child::after {
    display: none;
}

.flow-step--hot {
    background: var(--accent, #e5472a);
    color: var(--paper, #fff);
}

.flow-step--paid {
    background: var(--success, #128247);
    color: var(--paper, #fff);
}

.about-pill-list,
.capability-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(24px, 4vw, 42px);
}

.about-pill-list span,
.capability-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 999px;
    background: var(--paper, #fff);
    color: var(--ink, #0b0b0b);
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
}

.before-after-table-wrap {
    margin-top: clamp(28px, 5vw, 52px);
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    background: var(--paper, #fff);
    overflow: hidden;
}

.before-after-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.before-after-table th,
.before-after-table td {
    width: 50%;
    padding: clamp(12px, 2vw, 18px);
    border: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
    color: var(--ink, #0b0b0b);
    font-size: clamp(15px, 1.7vw, 21px);
    line-height: 1.1;
    font-weight: 900;
    text-align: left;
    vertical-align: middle;
    overflow-wrap: break-word;
}

.before-after-table th {
    background: var(--ink, #0b0b0b);
    color: var(--paper, #fff);
    font-size: clamp(16px, 2vw, 26px);
    font-weight: 950;
}

.before-after-table th:nth-child(2) {
    background: var(--success, #128247);
}

.before-after-table td:first-child {
    background: var(--paper-tint, #f6f5f2);
    color: rgba(11, 11, 11, 0.68);
}

.before-after-table td:nth-child(2) {
    background: #f2fbf6;
    color: var(--ink, #0b0b0b);
    font-weight: 950;
}

.before-after-table a {
    color: inherit;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.fit-table th:first-child {
    background: var(--ink, #0b0b0b);
}

.fit-table th:nth-child(2) {
    background: var(--success, #128247);
}

.fit-table td:first-child {
    background: var(--paper-tint, #f6f5f2);
    color: rgba(11, 11, 11, 0.68);
    font-weight: 900;
}

.fit-table td:nth-child(2) {
    background: #f2fbf6;
    color: var(--ink, #0b0b0b);
    font-weight: 950;
}

.proof-widgets,
.voice-grid,
.work-grid,
.graph-grid,
.value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(28px, 5vw, 52px);
}

.proof-widget,
.voice-note,
.work-grid article,
.about-graph,
.value-card {
    min-width: 0;
    border: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
    border-radius: 8px;
    background: var(--paper, #fff);
}

.proof-widget {
    padding: 18px;
}

.value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card {
    padding: clamp(18px, 3vw, 28px);
    background: var(--paper-tint, #f6f5f2);
}

.value-card span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--accent, #e5472a);
    font-size: 12px;
    font-weight: 950;
}

.value-card h3 {
    margin: 0;
    font-size: clamp(19px, 2vw, 28px);
    line-height: 1;
    font-weight: 950;
}

.value-card p {
    margin: 14px 0 0;
    color: var(--ink-soft, rgba(11, 11, 11, 0.62));
    font-size: 15px;
    line-height: 1.44;
    font-weight: 620;
}

.payment-stack {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    grid-template-areas:
        "summary graph"
        "summary table";
    gap: 16px;
    margin-top: clamp(22px, 4vw, 38px);
    align-items: stretch;
}

.payment-stack__summary {
    grid-area: summary;
    min-width: 0;
    padding: 0;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    background: var(--ink, #0b0b0b);
    overflow: hidden;
    display: flex;
}

.payment-bullets {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.payment-bullets li {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    align-content: center;
    padding: clamp(18px, 2.5vw, 26px) clamp(16px, 2.5vw, 24px) clamp(18px, 2.5vw, 26px) clamp(34px, 3vw, 40px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.payment-bullets li:last-child {
    border-bottom: 0;
}

.payment-bullets li::before {
    content: "";
    position: absolute;
    top: clamp(24px, 3vw, 32px);
    left: 18px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent, #e5472a);
}

.payment-bullets strong,
.payment-bullets span {
    display: block;
}

.payment-bullets strong {
    color: var(--paper, #fff);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 0.98;
    font-weight: 950;
}

.payment-bullets span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 720;
}

.payment-table-wrap {
    grid-area: table;
    margin-top: 0;
}

.payment-comparison-table th,
.payment-comparison-table td {
    padding: clamp(11px, 1.5vw, 15px);
    font-size: clamp(14px, 1.35vw, 17px);
    line-height: 1.12;
}

.payment-impact-graph {
    grid-area: graph;
    min-width: 0;
    margin: 0;
    padding: clamp(16px, 2.4vw, 22px);
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    background: #f2fbf6;
}

.payment-impact-graph figcaption {
    margin: 0 0 14px;
    color: var(--ink, #0b0b0b);
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.payment-impact__rows {
    display: grid;
    gap: 12px;
}

.payment-impact__row {
    --bar: 70%;
    display: grid;
    grid-template-columns: minmax(112px, 0.28fr) minmax(0, 1fr) minmax(118px, 0.28fr);
    gap: 12px;
    align-items: center;
}

.payment-impact__row--max {
    --bar: 86%;
}

.payment-impact__row--high {
    --bar: 74%;
}

.payment-impact__row--mid {
    --bar: 66%;
}

.payment-impact__row span,
.payment-impact__row strong {
    color: var(--ink, #0b0b0b);
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
}

.payment-impact__row span {
    text-transform: uppercase;
}

.payment-impact__row i {
    display: block;
    height: 16px;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent, #e5472a) var(--bar), rgba(11, 11, 11, 0.08) var(--bar));
}

.payment-graph figcaption {
    display: block;
    margin-bottom: 16px;
    color: var(--ink, #0b0b0b);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
}

.proof-widget__num {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--accent, #e5472a);
    font-size: 12px;
    font-weight: 950;
}

.proof-widget h3,
.work-grid h3 {
    margin: 0;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1;
    font-weight: 950;
}

.proof-widget p,
.work-grid p,
.voice-note span,
.about-graph p,
.launch-receipt p {
    color: var(--ink-soft, rgba(11, 11, 11, 0.62));
    font-size: 15px;
    line-height: 1.44;
    font-weight: 620;
}

.proof-widget p,
.work-grid p {
    margin: 14px 0 0;
}

.graph-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.about-graph {
    padding: clamp(18px, 3vw, 28px);
    background: var(--paper-tint, #f6f5f2);
}

.about-graph figcaption {
    margin-bottom: 18px;
    color: var(--ink, #0b0b0b);
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.bar-chart {
    display: grid;
    gap: 14px;
}

.bar-chart__row {
    display: grid;
    grid-template-columns: minmax(112px, 0.3fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.bar-chart__row span {
    min-width: 0;
    color: var(--ink, #0b0b0b);
    font-size: 14px;
    font-weight: 900;
}

.bar-chart__row i {
    display: block;
    min-width: 34px;
    height: 34px;
    border-radius: 4px;
    background: var(--ink, #0b0b0b);
}

.bar-chart__row--narrow i {
    width: 34%;
}

.bar-chart__row--mid i {
    width: 52%;
}

.bar-chart__row--wide i {
    width: 88%;
}

.bar-chart__row--wide i {
    background: var(--accent, #e5472a);
}

.about-graph svg {
    display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 0 auto;
}

.loop-line {
    fill: none;
    stroke: var(--ink, #0b0b0b);
    stroke-width: 3;
}

.loop-node circle {
    fill: var(--accent, #e5472a);
    stroke: var(--ink, #0b0b0b);
    stroke-width: 3;
}

.loop-node--paid circle {
    fill: var(--success, #128247);
}

.loop-node text,
.loop-center {
    fill: var(--ink, #0b0b0b);
    font-family: var(--font, "Hanken Grotesk", Helvetica, Arial, sans-serif);
    font-size: 16px;
    font-weight: 950;
}

.loop-center {
    font-size: 18px;
}

.second-order-map {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 10px 0 18px;
}

.second-order-node {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    padding: 12px;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    background: var(--paper, #fff);
    color: var(--ink, #0b0b0b);
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.06;
    font-weight: 950;
    text-align: center;
}

.second-order-node::after {
    content: "";
    position: absolute;
    right: -8px;
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--ink, #0b0b0b);
    border-right: 2px solid var(--ink, #0b0b0b);
    background: inherit;
    transform: rotate(45deg);
    z-index: 2;
}

.second-order-node:nth-child(3)::after {
    right: 50%;
    bottom: -8px;
    transform: translateX(50%) rotate(135deg);
}

.second-order-node:last-child::after {
    display: none;
}

.second-order-node--hot {
    background: var(--success, #128247);
    color: var(--paper, #fff);
}

.second-order-center {
    display: block;
    margin: 4px 0 0;
    color: var(--ink, #0b0b0b);
    font-size: clamp(20px, 2.5vw, 34px);
    line-height: 1;
    font-weight: 950;
    text-align: center;
}

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

.voice-note {
    padding: clamp(18px, 3vw, 26px);
}

.voice-note p {
    margin: 0 0 18px;
    color: var(--ink, #0b0b0b);
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1;
    font-weight: 950;
}

.voice-note span {
    display: block;
}

.about-inline-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding: 16px;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    background: var(--paper-tint, #f6f5f2);
}

.about-inline-cta p {
    margin: 0;
    color: var(--ink, #0b0b0b);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.08;
    font-weight: 950;
}

.about-inline-cta .about-button {
    flex: 0 0 auto;
}

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

.work-grid article {
    padding: clamp(20px, 3vw, 30px);
    background: var(--paper-tint, #f6f5f2);
}

.architecture-graph {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas:
        "source1 core core target1"
        "source2 core core target2"
        ". core core target3"
        ". core core target4";
    gap: 10px;
    margin-top: clamp(28px, 5vw, 52px);
}

.arch-source,
.arch-core,
.arch-target {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 14px;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    font-size: clamp(15px, 1.8vw, 22px);
    line-height: 1.05;
    font-weight: 950;
    text-align: center;
}

.arch-source:nth-child(1) {
    grid-area: source1;
}

.arch-source:nth-child(2) {
    grid-area: source2;
}

.arch-core {
    grid-area: core;
    min-height: 358px;
    background: var(--ink, #0b0b0b);
    color: var(--paper, #fff);
    font-size: clamp(28px, 4vw, 56px);
}

.arch-target:nth-child(4) {
    grid-area: target1;
}

.arch-target:nth-child(5) {
    grid-area: target2;
}

.arch-target:nth-child(6) {
    grid-area: target3;
}

.arch-target:nth-child(7) {
    grid-area: target4;
}

.launch-receipt {
    list-style: none;
    margin: clamp(28px, 5vw, 52px) 0 0;
    padding: 0;
    border: 2px solid var(--ink, #0b0b0b);
    border-radius: 8px;
    overflow: hidden;
}

.launch-receipt li {
    display: grid;
    grid-template-columns: 72px minmax(160px, 0.34fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 18px;
    border-bottom: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
}

.launch-receipt li:last-child {
    border-bottom: 0;
}

.launch-receipt span,
.launch-receipt strong {
    color: var(--ink, #0b0b0b);
    font-weight: 950;
}

.launch-receipt strong {
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1;
}

.launch-receipt p {
    margin: 0;
}

.about-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
    border-bottom: 0;
}

.about-cta p {
    max-width: 720px;
    margin: 20px 0 0;
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.38;
}

.about-cta .about-actions {
    min-width: 240px;
    flex-direction: column;
}

.about-page .site-footer .wrap {
    max-width: 1180px;
    padding: 0 16px;
}

.about-page .footer-nav a,
.about-page .footer-legal-link,
.about-page .footer-trigger,
.about-page .footer-telegram-btn {
    display: inline-flex;
    align-items: center;
    min-width: 44px;
    min-height: 44px;
}

.about-page .footer-telegram-btn {
    justify-content: center;
}

.about-page .footer-bottom-right {
    flex-wrap: wrap;
}

@media (min-width: 961px) {
    .about-hero {
        grid-template-columns: minmax(0, 0.94fr) minmax(470px, 1.06fr);
        gap: clamp(36px, 4.5vw, 64px);
    }

    .about-hero__copy {
        align-self: center;
    }

    .about-hero__visual {
        align-self: center;
        display: flex;
        min-height: clamp(500px, 58vh, 680px);
    }

    .signal-board {
        display: grid;
        grid-template-rows: auto 1fr auto;
        width: 100%;
        min-height: 100%;
        box-shadow: 16px 16px 0 var(--ink, #0b0b0b);
    }

    .signal-board__header {
        padding: clamp(24px, 3vw, 36px);
    }

    .signal-board__header strong {
        max-width: 12ch;
        font-size: clamp(40px, 4.2vw, 62px);
    }

    .signal-board__flow {
        align-content: stretch;
    }

    .signal-board__row {
        grid-template-columns: minmax(118px, 0.32fr) minmax(0, 1fr);
        padding: clamp(22px, 2.6vw, 34px);
    }

    .signal-board__row strong {
        font-size: clamp(24px, 2.4vw, 34px);
        line-height: 0.96;
    }

    .signal-board__status {
        padding: 20px clamp(22px, 2.6vw, 34px);
        font-size: 15px;
    }
}

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

    .about-hero {
        align-items: start;
        min-height: auto;
    }

    .about-hero__visual {
        align-self: auto;
        width: min(100%, 560px);
        min-height: 0;
    }

    .signal-board {
        min-height: 0;
    }

    .signal-board__header {
        padding: 18px;
    }

    .signal-board__header strong {
        font-size: clamp(30px, 9vw, 48px);
        line-height: 0.94;
    }

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

    .value-grid {
        grid-template-columns: 1fr;
    }

    .payment-stack {
        grid-template-columns: 1fr;
        grid-template-areas:
            "summary"
            "graph"
            "table";
    }

    .architecture-graph {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "source1 source2"
            "core core"
            "target1 target2"
            "target3 target4";
    }

    .arch-core {
        min-height: 180px;
    }
}

@media (max-width: 720px) {
    .language-switcher {
        top: 10px;
        right: 68px;
    }

    .language-switcher__link {
        min-width: 44px;
        min-height: 44px;
        padding: 0 4px;
        font-size: 9px;
    }

    .about-topbar {
        min-height: 64px;
        padding: 10px 14px;
    }

    .about-topbar .header-logo__img {
        width: 106px;
    }

    .about-main {
        width: min(100% - 28px, 720px);
        padding-top: 88px;
    }

    .about-hero h1 {
        font-size: clamp(38px, 12vw, 58px);
        line-height: 0.94;
    }

    .about-section h2,
    .about-cta h2 {
        font-size: clamp(30px, 10vw, 46px);
        line-height: 0.98;
    }

    #before-after h2 {
        font-size: clamp(28px, 9vw, 40px);
    }

    .about-actions,
    .about-cta .about-actions {
        width: 100%;
        flex-direction: column;
    }

    .about-inline-cta,
    .about-inline-cta .about-button {
        width: 100%;
    }

    .about-inline-cta .about-button {
        flex: 1 1 auto;
    }

    .about-button {
        width: 100%;
    }

    .signal-board {
        box-shadow: 8px 8px 0 var(--ink, #0b0b0b);
    }

    .signal-board__row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 16px;
    }

    .flow-graph {
        grid-template-columns: 1fr;
    }

    .flow-step {
        min-height: 64px;
        border-right: 0;
        border-bottom: 1px solid var(--hairline, rgba(11, 11, 11, 0.08));
    }

    .flow-step::after {
        right: auto;
        bottom: -7px;
        transform: rotate(135deg);
    }

    .flow-step:last-child {
        border-bottom: 0;
    }

    .proof-widgets,
    .graph-grid,
    .voice-grid,
    .work-grid,
    .value-grid {
        grid-template-columns: 1fr;
    }

    .payment-stack__summary {
        padding: 0;
    }

    .payment-impact-graph {
        padding: 16px;
    }

    .payment-bullets li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .payment-impact__row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .before-after-table th,
    .before-after-table td {
        padding: 12px 10px;
        font-size: 14px;
        line-height: 1.08;
    }

    #before-after .before-after-table th,
    #before-after .before-after-table td {
        padding: 11px 8px;
        font-size: 13px;
    }

    .before-after-table th {
        font-size: 13px;
    }

    .second-order-map {
        grid-template-columns: 1fr;
    }

    .second-order-node {
        justify-content: flex-start;
        min-height: 58px;
        text-align: left;
    }

    .second-order-node::after,
    .second-order-node:nth-child(3)::after {
        right: auto;
        left: 26px;
        bottom: -8px;
        transform: rotate(135deg);
    }

    .voice-note p {
        font-size: clamp(21px, 7vw, 30px);
    }

    .architecture-graph {
        grid-template-columns: 1fr;
        grid-template-areas:
            "source1"
            "source2"
            "core"
            "target1"
            "target2"
            "target3"
            "target4";
    }

    .arch-core {
        min-height: 132px;
        font-size: clamp(26px, 9vw, 40px);
    }

    .launch-receipt li {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 8px 14px;
    }

    .launch-receipt p {
        grid-column: 2;
    }
}

@media (max-width: 380px) {
    .about-main {
        width: min(100% - 22px, 380px);
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-deck,
    .about-section__intro p,
    .about-copy,
    .about-cta p {
        font-size: 16px;
    }

    .about-comparison {
        gap: 8px;
        margin-top: 14px;
    }

    .about-comparison article {
        padding: 10px;
    }

    .about-comparison strong {
        font-size: 11px;
    }

    .about-comparison p {
        font-size: 12px;
        line-height: 1.22;
    }

    .bar-chart__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
