/* ========================================================================== 
   VINAYAK ABOUT PAGE - PREMIUM COMPANY PROFILE
   ========================================================================== */

.about-page {
    --ink: #001f3f;
    --ink-deep: #06131f;
    --ivory: #faf8f5;
    --paper: #ffffff;
    --muted: #5d6670;
    --line: rgba(0, 31, 63, 0.14);
    --navy-soft: #001f3f;
    background: var(--ivory);
    color: var(--ink);
}

.about-page .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 1.9rem 6%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-page .navbar.nav-hidden {
    transform: translateY(-100%) !important;
    box-shadow: none !important;
    pointer-events: none;
}

.about-page .navbar.nav-scrolled {
    background: rgba(22, 27, 34, 0.96) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 1.15rem 6%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 31, 63, 0.22);
    transform: translateY(0);
    pointer-events: auto;
}

.about-page .navbar.nav-scrolled .logo,
.about-page .navbar.nav-scrolled .nav-links a {
    color: #ffffff;
}

.about-page .navbar.nav-scrolled .btn-outline-nav {
    border-color: var(--color-accent, #001f3f);
    color: #ffffff;
}

.about-page .navbar.nav-scrolled .btn-outline-nav:hover {
    background: var(--color-accent, #001f3f);
    color: #ffffff;
}

.about-page .navbar.nav-scrolled .mobile-menu-btn span {
    background: #ffffff;
}

.about-page .nav-links a[aria-current="page"] {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

.about-page .mobile-menu-btn {
    border: 0;
    background: transparent;
    padding: 10px;
}

.about-page button:focus-visible,
.about-page a:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 5px;
    box-shadow: 0 0 0 8px rgba(0, 31, 63, 0.55);
}

.about-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 9rem 8% 7rem;
    color: #ffffff;
    overflow: hidden;
}

.about-hero-image,
.about-cta-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-image {
    object-position: center;
    transform: scale(1.02);
}

.about-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(1, 8, 17, 0.88) 0%, rgba(1, 8, 17, 0.52) 48%, rgba(1, 8, 17, 0.12) 100%),
        linear-gradient(0deg, rgba(1, 8, 17, 0.58), transparent 45%);
}

.about-hero-content {
    position: relative;
    z-index: 1;
    max-width: min(1120px, 78vw);
}

.about-hero-content .subtitle-tag,
.about-cta-content .subtitle-tag {
    color: rgba(255, 255, 255, 0.86);
}

.trust-section .subtitle-tag {
    color: rgba(255, 255, 255, 0.78);
}

.about-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(4rem, 6.1vw, 5.5rem);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0;
    max-width: min(1120px, 78vw);
    margin: 0 0 2rem;
}

.about-hero p {
    max-width: 560px;
    margin: 0 0 2.6rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 300;
}

.dark-theme-tag {
    color: var(--ink);
    opacity: 0.72;
}

.proof-ribbon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.proof-ribbon div {
    min-height: 190px;
    padding: 2.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--line);
}

.proof-ribbon div:last-child {
    border-right: 0;
}

.proof-ribbon strong {
    font-family: var(--font-heading);
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1;
    color: var(--ink);
}

.proof-ribbon span {
    color: var(--muted);
    font-size: 0.74rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
}

.profile-section {
    padding: 8rem 8%;
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
    gap: 5.5rem;
    align-items: center;
    background: var(--ivory);
}

.profile-media {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: var(--ink-deep);
}

.profile-media::after {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    pointer-events: none;
}

.profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.86) brightness(0.78);
}

.profile-media div {
    position: absolute;
    left: 2.3rem;
    right: 2.3rem;
    bottom: 2.3rem;
    z-index: 1;
    padding: 1.4rem 1.5rem;
    color: #ffffff;
    background: rgba(0, 18, 34, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
}

.profile-media span {
    display: block;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
}

.profile-media strong {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.15;
}

.profile-copy h2,
.trust-heading h2,
.search-section h2,
.faq-intro h2,
.about-cta h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.profile-copy h2 {
    font-size: clamp(2.45rem, 4.1vw, 4rem);
    margin: 1rem 0 1.8rem;
}

.profile-copy p,
.profile-ledger dd,
.trust-list p,
.search-copy p,
.faq-grid p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.85;
    font-weight: 300;
    margin: 0;
}

.profile-copy > p {
    max-width: 720px;
    font-size: 1.08rem;
}

.profile-ledger {
    margin: 2.5rem 0 0;
    border-top: 1px solid var(--line);
}

.profile-ledger div {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 2rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--line);
}

.profile-ledger dt {
    color: var(--ink);
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
}

.profile-ledger dd {
    color: #2c3b4a;
}

.trust-section {
    padding: 8rem 8%;
    background: var(--ink);
    color: #ffffff;
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(600px, 1.2fr);
    gap: 5rem;
}

.trust-heading h2 {
    font-size: clamp(2.35rem, 4vw, 3.8rem);
    margin-top: 1rem;
}

.trust-list {
    display: grid;
    gap: 1px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-list article {
    display: grid;
    grid-template-columns: 70px minmax(180px, 0.42fr) 1fr;
    gap: 1.4rem;
    align-items: start;
    padding: 1.8rem 2rem;
    background: rgba(255, 255, 255, 0.045);
}

.trust-list span {
    font-family: var(--font-heading);
    color: rgba(255, 255, 255, 0.52);
    font-size: 1.5rem;
    line-height: 1;
}

.trust-list h3 {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    line-height: 1.18;
    font-weight: 400;
    margin: 0;
}

.trust-list p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
}

.search-section {
    padding: 7.5rem 8%;
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(520px, 1.15fr);
    gap: 5rem;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.search-section h2,
.faq-intro h2 {
    font-size: clamp(2.25rem, 3.8vw, 3.5rem);
    margin-top: 1rem;
}

.search-copy {
    max-width: 760px;
}

.search-copy p:first-child {
    font-size: 1.1rem;
    color: #344454;
}

.updated-line {
    margin-top: 1.8rem !important;
    color: var(--ink) !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.compact-faq {
    padding: 7.5rem 8%;
    background: var(--ivory);
}

.faq-intro {
    max-width: 1180px;
    margin: 0 auto 3.8rem;
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(520px, 1.3fr);
    gap: 4rem;
    align-items: end;
}

.faq-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.faq-grid article {
    padding: 2rem;
    background: #ffffff;
    min-height: 250px;
}

.faq-grid h3 {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--ink);
    margin: 0 0 1rem;
}

.about-cta {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 7rem 8%;
    color: #ffffff;
    overflow: hidden;
}

.about-cta-image {
    object-position: center;
}

.about-cta-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 10, 18, 0.84), rgba(2, 10, 18, 0.46) 50%, transparent),
        linear-gradient(0deg, rgba(2, 10, 18, 0.35), transparent);
}

.about-cta-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.about-cta h2 {
    font-size: clamp(2.55rem, 5vw, 4.8rem);
    line-height: 1.05;
    margin: 0 0 2.4rem;
}

@media (max-width: 1100px) {
    .about-page .nav-links,
    .about-page .nav-actions {
        display: none;
    }

    .about-page .mobile-menu-btn {
        display: flex;
    }

    .about-page .navbar.menu-open {
        background: rgba(0, 17, 31, 0.96);
    }

    .about-page .navbar.menu-open .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 1.1rem;
        padding: 1.5rem 6% 7rem;
        background: rgba(0, 17, 31, 0.96);
    }

    .about-page .navbar.menu-open .nav-actions {
        display: flex;
        position: absolute;
        top: calc(100% + 16.5rem);
        left: 6%;
    }

    .profile-section,
    .trust-section,
    .search-section {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

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

    .proof-ribbon div:nth-child(2) {
        border-right: 0;
    }

    .proof-ribbon div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .profile-media {
        min-height: 460px;
    }

    .trust-list article {
        grid-template-columns: 56px 0.45fr 1fr;
    }

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

    .faq-grid article {
        min-height: auto;
    }
}

@media (max-width: 760px) {
    .about-page .navbar {
        padding: 1.25rem 5%;
    }

    .about-page .logo {
        font-size: 1.55rem;
    }

    .about-hero-content,
    .about-hero h1 {
        max-width: 100%;
    }

    .about-hero {
        min-height: 94svh;
        align-items: flex-end;
        padding: 8rem 6% 3.5rem;
    }

    .about-hero-shade {
        background:
            linear-gradient(0deg, rgba(1, 8, 17, 0.92) 0%, rgba(1, 8, 17, 0.56) 58%, rgba(1, 8, 17, 0.18) 100%),
            linear-gradient(90deg, rgba(1, 8, 17, 0.48), transparent);
    }

    .about-hero h1 {
        font-size: clamp(2.55rem, 11vw, 2.95rem);
        line-height: 1.05;
    }

    .about-hero p {
        font-size: 0.96rem;
        line-height: 1.75;
        margin-bottom: 2.1rem;
    }

    .about-hero .btn,
    .about-cta .btn {
        width: 100%;
    }

    .proof-ribbon {
        grid-template-columns: 1fr 1fr;
    }

    .proof-ribbon div {
        min-height: 150px;
        padding: 1.7rem 1.3rem;
    }

    .profile-section,
    .trust-section,
    .search-section,
    .compact-faq,
    .about-cta {
        padding-left: 5%;
        padding-right: 5%;
    }

    .profile-section,
    .trust-section,
    .search-section,
    .compact-faq {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .profile-media {
        min-height: 380px;
    }

    .profile-media div {
        left: 1.4rem;
        right: 1.4rem;
        bottom: 1.4rem;
    }

    .profile-copy h2,
    .trust-heading h2,
    .search-section h2,
    .faq-intro h2 {
        font-size: clamp(2.25rem, 10vw, 2.9rem);
    }

    .profile-ledger div {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .trust-list article {
        grid-template-columns: 1fr;
        gap: 0.9rem;
        padding: 1.6rem;
    }

    .faq-intro {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        margin-bottom: 2.5rem;
    }

    .faq-grid article {
        padding: 1.6rem;
    }

    .about-cta {
        min-height: 560px;
        align-items: flex-end;
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 420px) {
    .proof-ribbon strong {
        font-size: 2.2rem;
    }

    .proof-ribbon span {
        font-size: 0.66rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page *,
    .about-page *::before,
    .about-page *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
