/* Premium Minimal About Page - 2026 Design */
.about-hero {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    isolation: isolate;
}

.about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-hero .eyebrow {
    background: linear-gradient(135deg, var(--accent-soft), rgba(213, 168, 108, 0.12));
    border: 1px solid rgba(194, 141, 77, 0.15);
    color: var(--accent-strong);
    box-shadow: 0 2px 8px rgba(194, 141, 77, 0.1);
}

.about-hero .section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.about-hero .lead {
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    line-height: 1.75;
    color: var(--ink-soft);
    margin: 0 auto;
    max-width: 680px;
    text-align: justify;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 12% auto 18% -10%;
    width: 55%;
    background: linear-gradient(115deg, rgba(18, 20, 22, 0.06), rgba(213, 168, 108, 0.08));
    filter: drop-shadow(0 18px 40px rgba(18, 20, 22, 0.14));
    transform: skewX(-8deg);
    z-index: -1;
    border-radius: 18px;
}

.about-hero::after {
    content: '';
    position: absolute;
    inset: -10% -12% 8% 35%;
    background-image:
        linear-gradient(90deg, rgba(18, 20, 22, 0.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(18, 20, 22, 0.04) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.7;
    z-index: -2;
    mask-image: radial-gradient(circle at 60% 40%, rgba(0,0,0,0.65), transparent 70%);
}

/* Philosophy Section - Minimal Premium */
.philosophy-section {
    margin-bottom: clamp(2rem, 4vw, 3rem);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.philosophy-content {
    background: linear-gradient(180deg, #ffffff 0%, #fefcf9 100%);
    border-radius: 18px;
    padding: clamp(1.5rem, 3.5vw, 2rem);
    box-shadow: 
        0 2px 20px rgba(18, 20, 22, 0.05),
        0 0 0 1px rgba(18, 20, 22, 0.04);
    border: 1px solid rgba(18, 20, 22, 0.06);
    position: relative;
    overflow: hidden;
}

.philosophy-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(213, 168, 108, 0.05), transparent);
    border-radius: 50%;
    transform: translate(50%, -50%);
    pointer-events: none;
}

.philosophy-content::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: -25px;
    width: 160px;
    height: 160px;
    background: conic-gradient(from 180deg, rgba(213,168,108,0.12), rgba(18,20,22,0.04), transparent 220deg);
    filter: blur(8px);
    opacity: 0.6;
    z-index: 0;
}

.philosophy-title {
    font-size: clamp(1.3rem, 2.8vw, 1.7rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--ink);
    text-align: center;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.625rem;
}

.philosophy-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent-strong));
    border-radius: 2px;
}

.philosophy-text {
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    line-height: 1.8;
    color: var(--ink-soft);
    margin-bottom: 1rem;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.philosophy-text:last-child {
    margin-bottom: 0;
}

/* About Grid - Minimal Layout */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: clamp(1.75rem, 3.5vw, 2.5rem);
    align-items: start;
    position: relative;
}

.about-grid::before {
    content: '';
    position: absolute;
    inset: 4% calc(340px + 2.5rem) 6% auto;
    width: 1px;
    background: linear-gradient(to bottom, rgba(18,20,22,0), rgba(18,20,22,0.1), rgba(18,20,22,0));
    pointer-events: none;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 3.5vw, 2rem);
}

/* Features - Minimal Cards */
.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.feature-arch {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #fefcf9 100%);
    border-radius: 14px;
    border: 1px solid rgba(18, 20, 22, 0.06);
    box-shadow: 0 2px 12px rgba(18, 20, 22, 0.04);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.feature-arch:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 6px 24px rgba(18, 20, 22, 0.08),
        0 0 0 1px rgba(194, 141, 77, 0.1);
    border-color: rgba(194, 141, 77, 0.15);
}

.feature-arch::before {
    content: '';
    position: absolute;
    inset: -30% auto -30% 0;
    width: 6px;
    background: linear-gradient(180deg, rgba(213,168,108,0.28), rgba(213,168,108,0.06));
    transform: skewY(-12deg);
    opacity: 0.8;
}

.feature-arch i {
    font-size: 1.3rem;
    color: var(--accent-strong);
    flex-shrink: 0;
    margin-top: 0.2rem;
    transition: transform 0.4s ease;
}

.feature-arch:hover i {
    transform: scale(1.1);
}

.feature-arch strong {
    display: block;
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

.feature-arch p {
    font-size: clamp(0.75rem, 1.3vw, 0.85rem);
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
}

/* Stats Grid - Minimal Premium */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.stat-card {
    padding: 1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fefcf9 100%);
    border: 1px solid rgba(18, 20, 22, 0.06);
    box-shadow: 0 2px 12px rgba(18, 20, 22, 0.04);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(213, 168, 108, 0.08), transparent);
    border-radius: 50%;
    transform: translate(30%, -30%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-card::after {
    content: '';
    position: absolute;
    inset: 14px 14px auto auto;
    width: 46px;
    height: 1px;
    background: linear-gradient(90deg, rgba(213,168,108,0.45), transparent);
    opacity: 0.75;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 8px 28px rgba(18, 20, 22, 0.08),
        0 0 0 1px rgba(194, 141, 77, 0.1);
    border-color: rgba(194, 141, 77, 0.15);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-card strong {
    display: block;
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.4rem;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.stat-card span {
    font-size: clamp(0.7rem, 1.2vw, 0.8rem);
    color: var(--ink-soft);
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* Profile Section - Minimal Premium */
.about-profile {
    position: sticky;
    top: 100px;
    padding-top: 0.5rem;
    isolation: isolate;
}

.profile-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    box-shadow: 
        0 8px 32px rgba(18, 20, 22, 0.1),
        0 0 0 1px rgba(18, 20, 22, 0.06);
    border: 1px solid rgba(18, 20, 22, 0.06);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(135deg, #fafafa, #f5f5f5);
    position: relative;
}

.profile-image-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 16px 48px rgba(18, 20, 22, 0.15),
        0 0 0 1px rgba(194, 141, 77, 0.15);
}

.profile-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.profile-image-wrapper:hover .profile-image {
    transform: scale(1.03);
}

.profile-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    mix-blend-mode: soft-light;
    opacity: 0.9;
}

.profile-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 16px 16px 24px 16px;
    border: 1px solid rgba(213, 168, 108, 0.55);
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
    pointer-events: none;
}

.profile-info {
    text-align: center;
    position: relative;
}

.profile-name {
    font-size: clamp(1.3rem, 2.8vw, 1.6rem);
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.profile-role {
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    color: var(--ink-soft);
    margin-bottom: 1rem;
    font-weight: 500;
}

.profile-social {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.profile-social .btn-outline,
.profile-social .btn-ghost {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-social .btn-outline:hover,
.profile-social .btn-ghost:hover {
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .about-profile {
        position: static;
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-hero {
        margin-bottom: 2.5rem;
        text-align: right;
    }

    .about-hero .lead {
        text-align: right;
    }
    
    .philosophy-section {
        margin-bottom: 2.5rem;
    }
    
    .philosophy-content {
        padding: 1.5rem;
    }

    .philosophy-title {
        text-align: right;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .philosophy-title::after {
        left: 0;
        transform: none;
    }
    
    .philosophy-text {
        text-align: right;
        font-size: 0.9rem;
    }
    
    .about-features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-arch {
        padding: 1rem;
    }
    
    .stat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.875rem;
    }

    .stat-card {
        padding: 1rem;
    }

    .profile-image-wrapper {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 480px) {
    .philosophy-content {
        padding: 1.25rem;
        border-radius: 16px;
    }
    
    .stat-grid {
        grid-template-columns: 1fr;
    }

    .profile-social {
        flex-direction: row;
    }

    .profile-social .btn-outline,
    .profile-social .btn-ghost {
        flex: 1;
        padding: 0.7rem 1.25rem;
        font-size: 0.85rem;
    }
}

