/* Piveth About — cinematic founder-origin page */

.about-page {
    background: #050505;
}

.about-stars {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.75;
}

.about-page main,
.about-page .landing-header,
.about-page footer {
    position: relative;
    z-index: 1;
}

.about-badge,
.about-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(244, 210, 122, 0.88);
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(212, 175, 55, 0.06);
}

.about-kicker {
    margin-bottom: 0.65rem;
    padding: 0;
    border: none;
    background: none;
    color: rgba(244, 210, 122, 0.65);
}

.about-hero-title,
.about-section-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    line-height: 1.12;
    color: #eae6da;
    text-shadow: 0 0 40px rgba(212, 175, 55, 0.08);
}

.about-lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #eae6da;
}

.about-body {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #a7a29a;
}

.about-hero {
    position: relative;
    overflow: hidden;
}

.about-hero-nebula {
    position: absolute;
    border-radius: 50%;
    filter: blur(56px);
    pointer-events: none;
    mix-blend-mode: screen;
    animation: aboutNebula 26s ease-in-out infinite;
}

.about-hero-nebula--ul {
    width: min(50vw, 360px);
    height: min(38vw, 260px);
    top: 12%;
    left: 0;
    background: radial-gradient(circle, rgba(154, 168, 79, 0.2) 0%, transparent 70%);
}

.about-hero-nebula--lr {
    width: min(45vw, 320px);
    height: min(35vw, 240px);
    top: 5%;
    right: 0;
    background: radial-gradient(circle, rgba(154, 168, 79, 0.14) 0%, rgba(212, 175, 55, 0.06) 50%, transparent 72%);
    animation-delay: -12s;
}

@keyframes aboutNebula {
    0%, 100% { transform: translate(0, 0); opacity: 0.8; }
    50% { transform: translate(10px, -8px); opacity: 1; }
}

.about-hero-visual {
    position: relative;
    min-height: 280px;
    border-radius: 1.5rem;
    background: radial-gradient(ellipse 80% 70% at 55% 50%, rgba(212, 175, 55, 0.06) 0%, transparent 60%);
}

.about-chaos-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.about-chaos-grid {
    position: absolute;
    inset: 8%;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(212, 175, 55, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.35) 1px, transparent 1px);
    background-size: 24px 24px;
    transform: rotate(-6deg);
    animation: aboutChaosFade 8s ease-in-out infinite;
}

.about-chaos-item {
    position: absolute;
    padding: 0.35rem 0.65rem;
    border-radius: 0.5rem;
    font-size: 0.625rem;
    color: rgba(167, 162, 154, 0.75);
    border: 1px solid rgba(212, 175, 55, 0.12);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    animation: aboutChaosDrift 12s ease-in-out infinite;
}

.about-chaos-item--diary { top: 18%; left: 8%; transform: rotate(-8deg); }
.about-chaos-item--sheet { top: 42%; left: 4%; transform: rotate(4deg); animation-delay: -2s; }
.about-chaos-item--note { top: 62%; left: 14%; transform: rotate(-3deg); animation-delay: -4s; }
.about-chaos-item--dash { top: 28%; left: 22%; transform: rotate(6deg); animation-delay: -1s; }
.about-chaos-item--mental { top: 72%; left: 6%; transform: rotate(-5deg); animation-delay: -3s; opacity: 0.6; }

@keyframes aboutChaosDrift {
    0%, 100% { opacity: 0.55; transform: translate(0, 0) rotate(var(--r, 0deg)); }
    50% { opacity: 0.85; transform: translate(4px, -6px) rotate(var(--r, 0deg)); }
}

@keyframes aboutChaosFade {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.18; }
}

.about-hero-orbit {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    display: block;
}

.about-orbit-spin {
    transform-origin: center;
    animation: aboutOrbitSpin 100s linear infinite;
}

.about-orbit-spin--rev {
    animation-direction: reverse;
    animation-duration: 75s;
}

.about-beam {
    animation: aboutBeamPulse 5s ease-in-out infinite;
}

.about-beam--delay { animation-delay: -1.2s; }
.about-beam--delay2 { animation-delay: -2.4s; }
.about-beam--delay3 { animation-delay: -3.6s; }

@keyframes aboutOrbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes aboutBeamPulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.75; }
}

.about-section {
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}

.about-section--origin {
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(111, 81, 28, 0.08) 0%, transparent 55%);
}

.about-compare {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.5rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .about-compare {
        grid-template-columns: 1fr auto 1fr;
        gap: 1.5rem;
    }
}

.about-compare-col {
    padding: 1.35rem 1.25rem;
    border-radius: 1.25rem;
    transition: opacity 0.8s ease, box-shadow 0.8s ease, border-color 0.8s ease;
}

.about-compare-col--before {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(212, 175, 55, 0.08);
    opacity: 0.65;
}

.about-compare-col--after {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(212, 175, 55, 0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0.75;
}

.about-compare.about-compare--active .about-compare-col--before {
    opacity: 0.45;
}

.about-compare.about-compare--active .about-compare-col--after {
    opacity: 1;
    border-color: rgba(244, 210, 122, 0.28);
    box-shadow: 0 0 48px rgba(212, 175, 55, 0.08);
}

.about-compare-label {
    margin: 0 0 1rem;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(244, 210, 122, 0.7);
}

.about-compare-col--before .about-compare-label {
    color: rgba(167, 162, 154, 0.8);
}

.about-compare-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #a7a29a;
}

.about-compare-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

.about-compare-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.45);
}

.about-compare-col--after .about-compare-list li::before {
    background: rgba(154, 168, 79, 0.65);
}

.about-compare-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(244, 210, 122, 0.45);
    font-size: 1.25rem;
}

.about-origin-body {
    margin-top: 2.5rem;
    max-width: 48rem;
}

.about-founder {
    background: radial-gradient(ellipse 60% 50% at 30% 50%, rgba(212, 175, 55, 0.06) 0%, transparent 60%);
}

.about-founder-grid {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .about-founder-grid {
        grid-template-columns: minmax(240px, 280px) 1fr;
        gap: 3rem;
    }
}

.about-founder-card {
    animation: aboutFounderFloat 7s ease-in-out infinite;
}

@keyframes aboutFounderFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.about-founder-portrait {
    padding: 1.75rem 1.5rem;
    border-radius: 1.5rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(212, 175, 55, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 0 64px rgba(212, 175, 55, 0.08);
}

.about-founder-logo {
    margin-inline: auto;
    opacity: 0.9;
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.25));
}

.about-founder-card-label {
    margin-top: 1rem;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(244, 210, 122, 0.65);
}

.about-founder-name {
    margin-top: 0.35rem;
    font-size: 1.5rem;
    color: #f4d27a;
}

.about-founder-role {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    color: #eae6da;
}

.about-founder-tagline {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #a7a29a;
}

.about-founder-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(212, 175, 55, 0.12);
}

.about-founder-links a {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(244, 210, 122, 0.85);
    text-decoration: none;
    transition: color 0.25s ease;
}

.about-founder-links a:hover {
    color: #f4d27a;
}

.about-founder-text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #a7a29a;
}

.about-founder-text p + p {
    margin-top: 1rem;
}

.about-mission {
    background: radial-gradient(ellipse 50% 40% at 80% 50%, rgba(154, 168, 79, 0.06) 0%, transparent 55%);
}

.about-mission-orbit svg {
    opacity: 0.9;
}

.about-helps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 42rem;
    margin: 2rem auto 0;
    padding: 0;
    list-style: none;
}

.about-helps-grid li {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    color: #eae6da;
    border: 1px solid rgba(212, 175, 55, 0.15);
    background: rgba(255, 255, 255, 0.03);
}

.about-questions {
    max-width: 36rem;
    margin: 2.5rem auto 0;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    border-left: 2px solid rgba(212, 175, 55, 0.3);
    background: rgba(255, 255, 255, 0.02);
}

.about-questions-list {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
}

.about-questions-list li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: rgba(244, 210, 122, 0.75);
    line-height: 1.45;
}

.about-questions-list li::before {
    content: '“';
    position: absolute;
    left: 0;
    opacity: 0.5;
}

.about-modules {
    display: grid;
    gap: 0.85rem;
    margin-top: 2rem;
}

@media (min-width: 640px) {
    .about-modules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .about-modules {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.about-module-card {
    padding: 1.15rem 1.2rem;
    border-radius: 1.125rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(212, 175, 55, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-module-card:hover {
    border-color: rgba(244, 210, 122, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.about-module-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #f4d27a;
    background: rgba(212, 175, 55, 0.1);
}

.about-module-card h3 {
    margin: 0.65rem 0 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #eae6da;
}

.about-module-card p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #a7a29a;
}

.about-audience {
    display: grid;
    gap: 0.75rem;
    margin-top: 2rem;
}

@media (min-width: 640px) {
    .about-audience {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .about-audience {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.about-audience-card {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(212, 175, 55, 0.1);
    background: rgba(255, 255, 255, 0.025);
    transition: border-color 0.3s ease;
}

.about-audience-card:hover {
    border-color: rgba(212, 175, 55, 0.22);
}

.about-audience-card h3 {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #f4d27a;
}

.about-audience-card p {
    margin: 0.35rem 0 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #a7a29a;
}

.about-vision {
    background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(111, 81, 28, 0.1) 0%, transparent 55%);
}

.about-timeline {
    display: grid;
    gap: 1rem;
    max-width: 48rem;
    margin: 2.5rem auto 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .about-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.about-timeline-step {
    position: relative;
    padding: 1.25rem 1.15rem 1.25rem 1.35rem;
    border-radius: 1.125rem;
    border: 1px solid rgba(212, 175, 55, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.about-timeline-num {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(212, 175, 55, 0.55);
}

.about-timeline-step h3 {
    margin: 0.5rem 0 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #eae6da;
}

.about-timeline-step p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #a7a29a;
}

.about-cta {
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(212, 175, 55, 0.1) 0%, transparent 60%);
}

@media (prefers-reduced-motion: reduce) {
    .about-orbit-spin,
    .about-chaos-item,
    .about-chaos-grid,
    .about-beam,
    .about-founder-card,
    .about-hero-nebula {
        animation: none !important;
    }
}
