
body {
    --nav-bg: rgba(235, 235, 227, 0.82);
    --nav-border: rgba(25, 25, 25, 0.08);
    --nav-text: #191919;
    --nav-cta-bg: #191919;
    --nav-cta-text: #EBEBE3;
    --nav-cta-border: #191919;
    background: #EBEBE3;
    color: #191919;
}

.about-page {
    min-height: 100vh;
    background: #EBEBE3;
    color: #191919;
}

.about-main {
    width: min(860px, calc(100% - 48px));
    margin: 0 auto;
    padding: 142px 0 70px;
}

.about-name {
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 72px;
    border-bottom: 1px solid rgba(25, 25, 25, 0.12);
}

.about-name-hero {
    margin-bottom: 36px;
}

.about-name-word {
    margin: 0 0 12px;
    color: #191919;
    font-family: "Playfair Display", serif;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 400;
    line-height: 1;
}

.about-name-phonetic {
    margin: 0;
    color: rgba(25, 25, 25, 0.75);
    font: 500 18px/1 "Inter", sans-serif;
    letter-spacing: 0.01em;
}

.about-name-tagline {
    margin: 0 0 52px;
    color: rgba(25, 25, 25, 0.6);
    font: 400 18px/1.5 "Inter", sans-serif;
}

.about-name-meanings {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    text-align: left;
    max-width: 860px;
    margin: 0 auto;
}

.about-name-meaning-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0 40px;
}

.about-name-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(25, 25, 25, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #191919;
    margin-top: 2px;
}

.about-name-icon-zz {
    font: 600 18px/1 "Inter", sans-serif;
    letter-spacing: -0.02em;
}

.about-name-meaning-copy {
    flex: 1;
}

.about-name-meaning-title {
    margin: 0 0 10px;
    color: #191919;
    font: 600 18px/1.4 "Inter", sans-serif;
}

.about-name-meaning-desc {
    margin: 0;
    color: rgba(25, 25, 25, 0.6);
    font: 400 18px/1.45 "Inter", sans-serif;
}

.about-name-divider {
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    background: rgba(25, 25, 25, 0.12);
    margin: 4px 0;
}

.about-title {
    margin: 0 0 56px;
    color: #191919;
    font-family: "Playfair Display", serif;
    font-size: clamp(40px, 4.8vw, 58px);
    font-weight: 600;
    line-height: 1.08;
    text-align: center;
}

.expert-list {
    display: grid;
    gap: 96px;
}

.expert-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 52px;
}

.expert-photo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    background: #191919;
}

.expert-copy h2 {
    margin: 0 0 18px;
    color: #191919;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.18;
}

.expert-copy p,
.about-touch p {
    margin: 0;
    color: #191919;
    font: 400 18px/1.45 "Inter", sans-serif;
}

.expert-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 9px 24px;
    border: 1px solid rgba(25, 25, 25, 0.75);
    border-radius: 999px;
    color: #191919;
    font: 400 14px/1 "Inter", sans-serif;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.expert-link:hover {
    opacity: 0.76;
    transform: translateY(-1px);
}

.about-touch {
    margin-top: 128px;
}

.about-touch h2 {
    margin: 0 0 34px;
    color: #191919;
    font-family: "Playfair Display", serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 600;
    line-height: 1.08;
}

.about-touch-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #191919;
    font: 400 17px/1.2 "Inter", sans-serif;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.about-touch-email img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

.about-contact {
    width: 100%;
    margin: 0;
}

.about-contact .home-contact-inner,
.about-contact .home-contact-footer {
    width: min(860px, calc(100% - 48px));
}

.mobile-bottom-card {
    display: none;
}

@media (max-width: 768px) {
    .about-main {
        width: min(100% - 32px, 520px);
        padding: 92px 0 54px;
    }

    .about-name {
        padding-bottom: 52px;
        margin-bottom: 52px;
    }

    .about-name-word {
        font-size: 40px;
    }

    .about-name-phonetic {
        font-size: 15px;
    }

    .about-name-tagline {
        margin-bottom: 36px;
        font-size: 15px;
    }

    .about-name-meaning-title,
    .about-name-meaning-desc {
        font-size: 13px;
    }

    .about-name-meanings {
        flex-direction: column;
        gap: 32px;
        text-align: left;
    }

    .about-name-meaning-item {
        padding: 0;
    }

    .about-name-divider {
        width: 100%;
        height: 1px;
        align-self: auto;
        margin: 0;
    }

    .about-title {
        max-width: 280px;
        margin: 0 auto 34px;
        font-size: 28px;
        line-height: 1.15;
    }

    .expert-list {
        gap: 64px;
    }

    .expert-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        text-align: center;
    }

    .expert-photo {
        width: 150px;
        height: 150px;
    }

    .expert-copy h2 {
        margin-bottom: 14px;
        font-size: 19px;
        line-height: 1.22;
    }

    .expert-copy p,
    .about-touch p {
        font-size: 13px;
        line-height: 1.45;
    }

    .expert-link {
        margin-top: 22px;
        padding: 8px 20px;
        font-size: 12px;
    }

    .about-touch {
        margin-top: 72px;
        text-align: center;
    }

    .about-touch h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .about-touch-email {
        margin-top: 16px;
        font-size: 12px;
    }

    .about-contact .home-contact-inner,
    .about-contact .home-contact-footer {
        width: min(100% - 32px, 520px);
    }

    .mobile-bottom-card {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        padding: 0 12px 10px;
    }

    .mobile-bottom-card-inner {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px;
        border-radius: 12px;
        background: #f7f7f1;
        box-shadow: 0 8px 30px rgba(25, 25, 25, 0.18);
    }

    .mobile-bottom-card-text {
        flex: 1;
        min-width: 0;
    }

    .mobile-bottom-card-title,
    .mobile-bottom-card-desc {
        margin: 0;
        color: #191919;
        font-family: "Inter", sans-serif;
    }

    .mobile-bottom-card-title {
        font-size: 12px;
        font-weight: 600;
    }

    .mobile-bottom-card-desc {
        margin-top: 2px;
        font-size: 10px;
        line-height: 1.2;
    }

    .mobile-bottom-card-btn {
        padding: 9px 14px;
        border-radius: 999px;
        background: #191919;
        color: #EBEBE3;
        font: 600 12px/1 "Inter", sans-serif;
    }
}
