.cs-header {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1240px, calc(100% - 24px));
    z-index: 9999;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.16);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 32px rgba(15, 23, 42, .08);
}

.cs-logo-img {
    max-height: 54px;
    width: auto;
}

.cs-nav { display: flex; list-style: none; margin: 0; padding: 0; gap: 30px; }
.cs-nav a {
    color: #2f3b2d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: color .22s ease, background-color .22s ease;
}
.cs-nav a:hover { color: var(--cs-olive-dark); background: rgba(var(--cs-rgb-lime), 0.22); }
.cs-demo-btn {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 999px;
    border: 1px solid rgba(var(--cs-rgb-olive), .28);
    background: linear-gradient(145deg, var(--cs-olive-dark) 0%, var(--cs-olive) 38%, #7d9448 72%, var(--cs-lime) 100%);
    box-shadow: 0 8px 24px rgba(var(--cs-rgb-olive), .28);
}
.cs-menu-toggle { display: none; border: 0; background: none; }
.cs-menu-toggle span { display: block; width: 24px; height: 2px; background: #2f3b2d; margin: 5px 0; }
.cs-menu-overlay { position: fixed; inset: 0; background: rgba(2,6,23,.2); display: none; z-index: 10000; }
.cs-menu-overlay.active { display: block; }
.cs-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(10px);
    border-left: 1px solid var(--cs-line);
    z-index: 10001;
    padding: 80px 28px;
    transition: .3s;
}
.cs-mobile-menu.active { right: 0; }
.cs-mobile-menu ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.cs-mobile-menu a { color: #334155; text-decoration: none; font-weight: 600; }
.cs-mobile-close { position: absolute; right: 18px; top: 14px; border: 0; background: none; font-size: 28px; color: #334155; }

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Syne:wght@500;600;700&display=swap');

.cs-about-shell {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.cs-about-hero {
    position: relative;
    padding: clamp(90px, 12vw, 130px) 0 clamp(56px, 8vw, 78px);
    overflow: hidden;
    background: linear-gradient(180deg, #0b120b 0%, #131c13 55%, #1a2418 100%);
}

.cs-about-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 25%, rgba(var(--cs-rgb-lime), 0.2), transparent 42%),
        radial-gradient(circle at 82% 75%, rgba(var(--cs-rgb-olive), 0.26), transparent 46%);
}

.cs-about-hero-grid {
    position: relative;
    z-index: 1;
    display: block;
}

.cs-about-kicker {
    margin: 0 0 12px;
    color: rgba(230, 242, 210, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cs-about-title {
    margin: 0 0 18px;
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 50px;
    line-height: 1.04;
    letter-spacing: -.02em;
}

.cs-about-lead {
    margin: 0;
    max-width: 56ch;
    color: rgba(228, 238, 217, 0.9);
    font-size: 16px;
    line-height: 1.7;
}

.cs-about-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cs-about-stat-card {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(208, 228, 165, 0.24);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(6px);
}

.cs-about-stat-card strong {
    display: block;
    color: #f5ffe7;
    font-size: 1rem;
    font-weight: 700;
}

.cs-about-stat-card span {
    color: rgba(220, 234, 197, 0.86);
    font-size: .9rem;
}

/* —— Our Story: editorial split (calm, readable) —— */
.cs-about-story {
    position: relative;
    padding: clamp(64px, 10vw, 96px) 0 clamp(56px, 8vw, 80px);
    background: #fafbf6;
    border-top: 1px solid rgba(var(--cs-rgb-olive), 0.08);
    border-bottom: 1px solid rgba(var(--cs-rgb-olive), 0.08);
}

.cs-about-story::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(52vw, 640px);
    height: min(70vh, 520px);
    pointer-events: none;
    background: radial-gradient(ellipse 70% 60% at 70% 20%, rgba(var(--cs-rgb-lime), 0.18), transparent 72%);
    opacity: 0.9;
}

.cs-about-story-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: clamp(32px, 5vw, 56px);
    align-items: start;
}

.cs-about-story-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cs-olive);
}

.cs-about-story-title {
    margin: 0 0 16px;
    max-width: min(34rem, 100%);
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.85rem, 3.8vw, 2.65rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: var(--cs-olive-dark);
}

.cs-about-story-title-accent {
    display: inline;
    background: linear-gradient(105deg, var(--cs-olive-dark) 0%, var(--cs-olive) 45%, var(--cs-lime) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cs-about-story-meta {
    margin: 0 0 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    font-size: 13px;
    font-weight: 600;
    color: var(--cs-muted);
    letter-spacing: 0.02em;
}

.cs-about-story-body {
    max-width: 42rem;
}

.cs-about-story-lead {
    margin: 0 0 14px;
    font-size: clamp(1.06rem, 1.25vw, 1.15rem);
    font-weight: 600;
    line-height: 1.6;
    color: #1a2216;
}

.cs-about-story-body p {
    margin: 0 0 14px;
    font-size: clamp(0.98rem, 1.12vw, 1.05rem);
    line-height: 1.78;
    color: #3a4534;
}

.cs-about-story-body p:last-child {
    margin-bottom: 0;
}

.cs-about-story-focus {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.cs-about-story-focus li {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cs-olive-dark);
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.cs-about-story-aside {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cs-about-story-quote-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    background: linear-gradient(160deg, var(--cs-olive-dark) 0%, #3d4d2a 42%, var(--cs-olive) 100%);
    box-shadow:
        0 24px 48px rgba(35, 45, 28, 0.14),
        0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.cs-about-story-quote {
    margin: 0;
    padding: clamp(28px, 4vw, 36px);
    color: #f2f6e4;
}

.cs-about-story-quote p {
    margin: 0 0 18px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.15rem, 1.65vw, 1.4rem);
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: -0.02em;
}

.cs-about-story-quote cite {
    display: block;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(242, 246, 228, 0.72);
}

.cs-about-story-truth {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cs-muted);
    line-height: 1.5;
    padding-left: 4px;
}

.cs-about-stats,
.cs-about-why,
.cs-about-process {
    padding: clamp(48px, 7vw, 66px) 0;
    background: linear-gradient(180deg, #fdfef9 0%, #f4f8ea 100%);
}

.cs-about-stats {
    padding-top: clamp(40px, 6vw, 56px);
}

.cs-about-stats-heading {
    margin: 0 0 8px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--cs-olive-dark);
}

.cs-about-stats-sub {
    margin: 0 0 22px;
    max-width: 42rem;
    font-size: clamp(0.98rem, 1.12vw, 1.05rem);
    line-height: 1.65;
    color: var(--cs-muted);
}

/* Stats sit on a light section — override hero (dark) stat card styles */
.cs-about-stats .cs-about-stat-card {
    padding: clamp(18px, 2.2vw, 22px) clamp(16px, 2vw, 20px);
    border-radius: 16px;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 12px 32px rgba(35, 45, 28, 0.07);
}

.cs-about-stats .cs-about-stat-card strong {
    color: var(--cs-olive-dark);
    font-size: clamp(1.05rem, 1.35vw, 1.2rem);
    font-weight: 700;
    line-height: 1.25;
}

.cs-about-stats .cs-about-stat-card span {
    display: block;
    margin-top: 6px;
    color: var(--cs-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.cs-about-stats .cs-about-stats-grid {
    gap: clamp(12px, 2vw, 16px);
}

.cs-about-why {
    background: linear-gradient(180deg, #f4f7ec 0%, #e8efe0 100%);
}

.cs-about-why-head {
    margin-bottom: clamp(22px, 3.5vw, 32px);
    max-width: 46rem;
}

.cs-about-why-title {
    margin: 0 0 12px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.5rem, 3.2vw, 2.25rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: var(--cs-olive-dark);
}

.cs-about-why-lead {
    margin: 0;
    font-size: clamp(0.98rem, 1.15vw, 1.06rem);
    line-height: 1.72;
    color: #3d4a38;
}

.cs-about-why-lead strong {
    color: var(--cs-olive-dark);
    font-weight: 700;
}

.cs-about-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-about-why-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: clamp(16px, 2.2vw, 20px) clamp(16px, 2.2vw, 22px);
    border-radius: 16px;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 28px rgba(35, 45, 28, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cs-about-why-card:hover {
    border-color: rgba(var(--cs-rgb-olive), 0.22);
    box-shadow: 0 14px 36px rgba(35, 45, 28, 0.09);
}

.cs-about-why-card--wide {
    grid-column: 1 / -1;
}

.cs-about-why-check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: var(--cs-olive-dark);
    background: linear-gradient(145deg, rgba(var(--cs-rgb-lime), 0.35) 0%, rgba(var(--cs-rgb-lime), 0.12) 100%);
    border: 1px solid rgba(var(--cs-rgb-olive), 0.18);
}

.cs-about-why-text {
    font-size: clamp(0.96rem, 1.08vw, 1.03rem);
    line-height: 1.55;
    color: #2a3426;
    padding-top: 4px;
}

.cs-about-process {
    position: relative;
    overflow: hidden;
    padding: clamp(36px, 5.5vw, 52px) 0 clamp(40px, 6vw, 60px);
    background: linear-gradient(180deg, #faf8f2 0%, #eef6e0 55%, #e8f0dc 100%);
}

.cs-about-process-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 50% at 10% 20%, rgba(var(--cs-rgb-lime), 0.2), transparent 55%),
        radial-gradient(ellipse 60% 45% at 90% 70%, rgba(251, 191, 36, 0.12), transparent 50%);
    animation: csAboutProcessBg 18s ease-in-out infinite alternate;
}

@keyframes csAboutProcessBg {
    0% { opacity: 0.85; transform: scale(1) translate(0, 0); }
    100% { opacity: 1; transform: scale(1.03) translate(1.2%, -0.8%); }
}

.cs-about-process-shell {
    position: relative;
    z-index: 1;
}

.cs-about-process-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: clamp(16px, 2.8vw, 26px);
}

.cs-about-process-head-copy {
    flex: 1 1 min(100%, 520px);
}

.cs-about-process-head--pin {
    margin-bottom: clamp(18px, 3vw, 28px);
}

.cs-about-process-kicker {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(67, 86, 36, 0.72);
}

.cs-about-process-title {
    margin: 0 0 8px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.55rem, 3.4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-transform: none;
    color: var(--cs-olive-dark);
}

.cs-about-process-badge--pin {
    border-radius: 999px;
    padding: 12px 18px;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    background: #fff;
    box-shadow: 0 14px 40px rgba(35, 45, 28, 0.08);
}

.cs-about-process-lead {
    margin: 0;
    max-width: 46rem;
    font-size: clamp(0.98rem, 1.12vw, 1.06rem);
    line-height: 1.72;
    color: #3d4a38;
}

.cs-about-process-badge {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 16px;
    border: 2px solid rgba(var(--cs-rgb-olive), 0.2);
    background: linear-gradient(145deg, #fff 0%, #f4f8ea 100%);
    box-shadow: 0 12px 32px rgba(35, 45, 28, 0.1);
}

.cs-about-process-badge-rocket {
    display: flex;
    animation: csAboutRocket 2.8s ease-in-out infinite;
}

@keyframes csAboutRocket {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-8px) rotate(4deg); }
}

.cs-about-process-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--cs-muted);
}

.cs-about-process-badge-text strong {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cs-olive-dark);
}

/* Pinterest-style zig-zag process (“how it works”) */
.cs-about-pinflow {
    position: relative;
    max-width: min(920px, 100%);
    margin: 0 auto;
    padding-bottom: 0;
}

.cs-about-pinflow-track {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cs-about-pinflow-row {
    display: flex;
    width: 100%;
}

.cs-about-pinflow-row--left {
    justify-content: flex-start;
}

.cs-about-pinflow-row--right {
    justify-content: flex-end;
}

.cs-about-pinflow-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: min(100%, 420px);
    margin: 0 0 2px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.12);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 22px 50px rgba(35, 45, 28, 0.1);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    will-change: transform;
}

.cs-about-pinflow-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 28px 60px rgba(35, 45, 28, 0.14);
}

.cs-about-pinflow-card--accent {
    background: linear-gradient(165deg, #e8f2d4 0%, #dcecc8 45%, #d4e6be 100%);
}

.cs-about-pinflow-card--accent .cs-about-pinflow-ribbon {
    background: var(--cs-olive-dark);
    color: #f4f8ea;
}

.cs-about-pinflow-card--neutral {
    background: linear-gradient(180deg, #f7f7f2 0%, #eeeee8 100%);
}

.cs-about-pinflow-card--neutral .cs-about-pinflow-ribbon {
    background: #2c2c28;
    color: #f5f5f0;
}

.cs-about-pinflow-ribbon {
    position: relative;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    overflow: hidden;
}

.cs-about-pinflow-ribbon-inner {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.2;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    white-space: nowrap;
}

.cs-about-pinflow-main {
    flex: 1 1 auto;
    padding: clamp(16px, 2.4vw, 22px) clamp(16px, 2.2vw, 22px) clamp(16px, 2.4vw, 22px) clamp(12px, 1.8vw, 16px);
    min-width: 0;
}

.cs-about-pinflow-top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.cs-about-pinflow-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--cs-olive-dark);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    box-shadow: 0 4px 14px rgba(35, 45, 28, 0.08);
}

.cs-about-pinflow-card--neutral .cs-about-pinflow-icon {
    background: #fff;
}

.cs-about-pinflow-icon--eq {
    width: auto;
    min-width: 40px;
    padding: 0 7px;
    gap: 2px;
    border-radius: 999px;
}

.cs-about-pinflow-icon--eq span {
    width: 3px;
    border-radius: 2px;
    background: var(--cs-olive-dark);
    animation: csAboutPinEq 0.9s ease-in-out infinite;
}

.cs-about-pinflow-icon--eq span:nth-child(1) { height: 9px; animation-delay: 0s; }
.cs-about-pinflow-icon--eq span:nth-child(2) { height: 16px; animation-delay: 0.08s; }
.cs-about-pinflow-icon--eq span:nth-child(3) { height: 22px; animation-delay: 0.16s; }
.cs-about-pinflow-icon--eq span:nth-child(4) { height: 17px; animation-delay: 0.24s; }
.cs-about-pinflow-icon--eq span:nth-child(5) { height: 12px; animation-delay: 0.32s; }

@keyframes csAboutPinEq {
    0%, 100% { transform: scaleY(0.8); opacity: 0.75; }
    50% { transform: scaleY(1.1); opacity: 1; }
}

.cs-about-pinflow-title {
    margin: 2px 0 0;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.02rem, 1.35vw, 1.14rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: #1a2416;
}

.cs-about-pinflow-step {
    display: inline-block;
    margin-right: 6px;
    font-weight: 800;
    color: var(--cs-olive-dark);
}

.cs-about-pinflow-desc {
    margin: 0;
    font-size: clamp(0.92rem, 1.05vw, 0.98rem);
    line-height: 1.65;
    color: #3d4a38;
}

.cs-about-pinflow-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.cs-about-pinflow-connector {
    height: clamp(52px, 8vw, 82px);
    width: min(82%, 400px);
    margin: 0 0 2px;
    color: rgba(53, 88, 40, 0.35);
    opacity: 1;
}

.cs-about-pinflow-connector--down-right {
    align-self: flex-end;
    margin-right: min(10%, 56px);
}

.cs-about-pinflow-connector--down-left {
    align-self: flex-start;
    margin-left: min(10%, 56px);
}

.cs-about-pinflow-path-svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    filter: drop-shadow(0 4px 10px rgba(45, 74, 34, 0.14));
}

.cs-about-pinflow-path-glow {
    opacity: 0.55;
    pointer-events: none;
}

.cs-about-pinflow-path-core {
    pointer-events: none;
}

.cs-about-pinflow-path-flow {
    pointer-events: none;
    animation: csPfFlowAlong 2.1s linear infinite;
}

.cs-about-pinflow-track > .cs-about-pinflow-connector:nth-child(4) .cs-about-pinflow-path-flow,
.cs-about-pinflow-track > .cs-about-pinflow-connector:nth-child(8) .cs-about-pinflow-path-flow,
.cs-about-pinflow-track > .cs-about-pinflow-connector:nth-child(12) .cs-about-pinflow-path-flow {
    animation-delay: 0.35s;
}

.cs-about-pinflow-track > .cs-about-pinflow-connector:nth-child(6) .cs-about-pinflow-path-flow,
.cs-about-pinflow-track > .cs-about-pinflow-connector:nth-child(10) .cs-about-pinflow-path-flow {
    animation-delay: 0.7s;
}

@keyframes csPfFlowAlong {
    to { stroke-dashoffset: -114; }
}

.cs-about-pinflow-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: clamp(28px, 5vw, 44px);
    padding-top: clamp(8px, 2vw, 16px);
}

.cs-about-pinflow-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: var(--cs-olive-dark);
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.16);
    box-shadow: 0 12px 32px rgba(35, 45, 28, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cs-about-pinflow-cta:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--cs-rgb-olive), 0.28);
    box-shadow: 0 16px 40px rgba(35, 45, 28, 0.12);
}

.cs-about-pinflow-deco {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cs-olive-dark);
}

.cs-about-pinflow-deco-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff 0%, #e8f0dc 100%);
    border: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    box-shadow: 0 10px 28px rgba(35, 45, 28, 0.08);
}

.cs-about-pinflow-deco-ic {
    position: relative;
    z-index: 1;
    opacity: 0.9;
}

/* —— Process section: decorative motion (entrance = GSAP on about page) —— */
.cs-about-process--visible .cs-about-pinflow-ribbon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        transparent 35%,
        rgba(255, 255, 255, 0.22) 50%,
        transparent 65%
    );
    transform: translateX(-120%);
    animation: csPinRibbonShine 5s ease-in-out infinite;
    animation-delay: 1.1s;
    pointer-events: none;
}

@keyframes csPinRibbonShine {
    0%, 72% { transform: translateX(-120%); }
    88% { transform: translateX(120%); }
    100% { transform: translateX(120%); }
}

.cs-about-process--visible .cs-about-pinflow-card--accent {
    animation: csPinCardAura 5s ease-in-out infinite;
    animation-delay: 0.85s;
}

@keyframes csPinCardAura {
    0%, 100% {
        box-shadow:
            0 1px 0 rgba(255, 255, 255, 0.85) inset,
            0 22px 50px rgba(35, 45, 28, 0.1);
    }
    50% {
        box-shadow:
            0 1px 0 rgba(255, 255, 255, 0.9) inset,
            0 28px 58px rgba(67, 86, 36, 0.14);
    }
}

.cs-about-process--visible .cs-about-pinflow-path-core {
    animation: csPfCorePulse 2.8s ease-in-out infinite;
}

@keyframes csPfCorePulse {
    0%, 100% { opacity: 0.88; }
    50% { opacity: 1; }
}

.cs-about-process--visible .cs-about-pinflow-card .cs-about-pinflow-icon {
    animation: csPinIconPop 0.85s cubic-bezier(0.34, 1.35, 0.64, 1) both;
}

.cs-about-process--visible .cs-about-pinflow-track > *:nth-child(1) .cs-about-pinflow-icon { animation-delay: 0.42s; }
.cs-about-process--visible .cs-about-pinflow-track > *:nth-child(3) .cs-about-pinflow-icon { animation-delay: 0.56s; }
.cs-about-process--visible .cs-about-pinflow-track > *:nth-child(5) .cs-about-pinflow-icon { animation-delay: 0.7s; }
.cs-about-process--visible .cs-about-pinflow-track > *:nth-child(7) .cs-about-pinflow-icon { animation-delay: 0.84s; }
.cs-about-process--visible .cs-about-pinflow-track > *:nth-child(9) .cs-about-pinflow-icon { animation-delay: 0.98s; }
.cs-about-process--visible .cs-about-pinflow-track > *:nth-child(11) .cs-about-pinflow-icon { animation-delay: 1.12s; }
.cs-about-process--visible .cs-about-pinflow-track > *:nth-child(13) .cs-about-pinflow-icon { animation-delay: 1.26s; }

@keyframes csPinIconPop {
    from {
        transform: scale(0.82) rotate(-6deg);
        opacity: 0.75;
    }
    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* Optional GIF / WebM clip inside a step card — see public/assets/images/process/README.txt */
.cs-about-flow-media {
    display: block;
    width: 100%;
    max-height: 140px;
    margin-top: 14px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.14);
    box-shadow: 0 8px 20px rgba(35, 45, 28, 0.1);
}

.cs-about-panel {
    border: 1px solid rgba(var(--cs-rgb-olive), 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    padding: clamp(20px, 3vw, 28px);
}

.cs-about-section-title {
    margin: 0 0 12px;
    font-family: 'Syne', sans-serif;
    color: var(--cs-text);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    line-height: 1.1;
}

.cs-about-panel p {
    margin: 0 0 12px;
    color: #263126;
    font-size: clamp(1rem, 1.22vw, 1.08rem);
    line-height: 1.75;
}

.cs-about-panel p:last-child {
    margin-bottom: 0;
}

.cs-about-list {
    margin: 10px 0 0;
    padding-left: 20px;
    color: #283328;
}

.cs-about-list li {
    margin-bottom: 8px;
    font-size: clamp(1rem, 1.2vw, 1.07rem);
}

.cs-about-subtitle {
    margin: -2px 0 18px;
    color: #4f5e49;
    font-size: clamp(.98rem, 1.15vw, 1.05rem);
}

@media (prefers-reduced-motion: reduce) {
    .cs-about-process-bg {
        animation: none;
    }

    .cs-about-process-badge-rocket {
        animation: none;
    }

    .cs-about-pinflow-path-flow {
        animation: none;
    }

    .cs-about-pinflow-icon--eq span {
        animation: none;
    }

    .cs-about-process--visible .cs-about-pinflow-ribbon::after,
    .cs-about-process--visible .cs-about-pinflow-card--accent,
    .cs-about-process--visible .cs-about-pinflow-path-core,
    .cs-about-process--visible .cs-about-pinflow-card .cs-about-pinflow-icon {
        animation: none !important;
    }

    .cs-about-pinflow-card {
        will-change: auto;
    }
}

@media (max-width: 960px) {
    .cs-about-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .cs-about-pinflow-connector {
        display: none;
    }

    .cs-about-pinflow-row--right {
        justify-content: flex-start;
    }

    .cs-about-pinflow-card {
        width: 100%;
        max-width: 480px;
    }

    .cs-about-pinflow-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .cs-about-story-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .cs-about-story-aside {
        position: static;
        top: auto;
    }

}

@media (max-width: 720px) {
    .cs-about-why-grid {
        grid-template-columns: 1fr;
    }

    .cs-about-why-card--wide {
        grid-column: auto;
    }
}

@media (max-width: 680px) {
    .cs-nav, .cs-demo-btn { display: none; }
    .cs-menu-toggle { display: block; }
    .cs-header {
        top: 10px;
        width: calc(100% - 16px);
        padding: 12px 14px;
        border-radius: 14px;
    }
    .cs-about-hero-stats { grid-template-columns: 1fr; }

    .cs-about-process-head {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .cs-about-pinflow-card {
        flex-direction: column;
    }

    .cs-about-pinflow-ribbon {
        flex: none;
        padding: 11px 16px;
    }

    .cs-about-pinflow-ribbon-inner {
        writing-mode: horizontal-tb;
        transform: none;
        letter-spacing: 0.1em;
    }
}
