/* ============================================
   ABOUT SECTION — 100VH, SCALED UP, NO ITALIC
   ============================================ */

   .about-section {
    width: 100%;
    height: 100vh;
    background: #f4f5f6;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 60px;        /* navbar offset — pushes content down visually */
    padding-bottom: 0;
}

/* Decorative rings */
.about-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 50px solid rgba(212, 175, 55, 0.05);
    pointer-events: none;
}
.about-section::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 35px solid rgba(12, 28, 53, 0.04);
    pointer-events: none;
}

.about-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px;
}

/* ---------- GRID ---------- */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    gap: 0 48px;
    align-items: center;
}

/* ---------- LEFT PANEL ---------- */
.about-left {
    padding-right: 10px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 16px;
    font-style: normal;
}
.section-tag .tag-line {
    width: 30px;
    height: 1.5px;
    background: #d4af37;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 2.6vw, 38px);
    font-weight: 700;
    font-style: normal;
    line-height: 1.15;
    color: #0c1c35;
    margin: 0 0 18px;
}

.sig-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0c1c35;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #d4af37;
    font-size: 16px;
}

/* NO italic — accent is just color */
.hero-title .accent {
    color: #d4af37;
    font-style: normal;
}

.lead-paragraph {
    font-family: 'Lato', sans-serif;
    font-size: 14.5px;
    line-height: 1.8;
    color: #5a6475;
    margin: 0 0 24px;
    font-style: normal;
}

/* Doctor signature cards */
.doctor-signature {
    display: flex;
    flex-direction: column;
    gap: 11px;
    border-top: 1px solid #dde0e5;
    padding-top: 22px;
}

.sig-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e8ebef;
    border-left: 3px solid #d4af37;
    border-radius: 10px;
    padding: 13px 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.sig-card:hover {
    border-left-color: #0056b3;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(4px);
}

.sig-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0c1c35;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    color: #d4af37;
    letter-spacing: 0.5px;
}

.sig-name {
    font-family: 'Playfair Display', serif;
    font-size: 15.5px;
    font-weight: 700;
    font-style: normal;
    color: #0c1c35;
    display: block;
    margin-bottom: 3px;
}
.sig-sub {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #7a8494;
    line-height: 1.45;
    font-style: normal;
}

/* ---------- CENTER — ARCH IMAGE ---------- */
.about-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.arch-ring {
    position: absolute;
    top: -20px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1.5px solid rgba(212, 175, 55, 0.2);
    pointer-events: none;
    z-index: 0;
}

.arch-wrapper {
    position: relative;
    z-index: 1;
    width: 340px;
    height: 460px;
    border-radius: 170px 170px 22px 22px;
    overflow: hidden;
    box-shadow:
        0 4px 0 0 #d4af37,
        0 20px 55px rgba(0, 0, 0, 0.14),
        0 0 0 6px #ffffff;
}

.arch-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.arch-badge {
    margin-top: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.arch-badge-name {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #0c1c35;
}
.arch-badge-spec {
    display: inline-block;
    margin-top: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #0c1c35;
    padding: 5px 16px;
    border-radius: 20px;
}

/* ---------- RIGHT — CARDS ---------- */
.about-right {
    padding-left: 10px;
    padding-top: 48px;
}

.cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.about-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 18px 18px;
    border: 1px solid #e8ebef;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    cursor: default;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.about-card::before {
    content: attr(data-num);
    position: absolute;
    bottom: -7px;
    right: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 66px;
    font-weight: 700;
    font-style: normal;
    color: rgba(223, 203, 130, 0.15);
    line-height: 1;
    pointer-events: none;
}

.about-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #f5d060);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    border-radius: 14px 14px 0 0;
}
.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
    border-color: rgba(212, 175, 55, 0.35);
}
.about-card:hover::after { transform: scaleX(1); }

.card-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.card-icon svg {
    width: 19px;
    height: 19px;
    stroke: #d4af37;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 14.5px;
    font-weight: 700;
    font-style: normal;
    color: #0c1c35;
    margin: 0 0 8px;
    line-height: 1.3;
}
.about-card p {
    font-family: 'Lato', sans-serif;
    font-size: 12.5px;
    font-style: normal;
    color: #7a8494;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1300px) {
    .about-grid {
        grid-template-columns: 1fr 360px 1fr;
        gap: 0 32px;
    }
    .arch-wrapper { width: 300px; height: 415px; border-radius: 150px 150px 20px 20px; }
    .arch-ring { width: 336px; height: 336px; }
}

@media (max-width: 1100px) {
    .about-grid {
        grid-template-columns: 1fr 300px 1fr;
        gap: 0 24px;
    }
    .arch-wrapper { width: 260px; height: 360px; border-radius: 130px 130px 18px 18px; }
    .arch-ring { width: 292px; height: 292px; }
    .hero-title { font-size: 26px; }
    .about-card { padding: 16px 14px 14px; }
}

/* Tablet & mobile */
@media (max-width: 991px) {
    .about-section {
        height: auto;
        min-height: 100vh;
        padding: 90px 0 50px;
        align-items: flex-start;
    }
    .about-container { padding: 0 20px; }
    .about-grid {
        grid-template-columns: 1fr;
        gap: 32px 0;
    }
    .about-center { order: -1; }
    .arch-wrapper { width: 250px; height: 355px; border-radius: 125px 125px 16px 16px; }
    .arch-ring { width: 280px; height: 280px; }
    .about-left { padding-right: 0; text-align: center; }
    .section-tag { justify-content: center; }
    .doctor-signature { align-items: center; }
    .sig-card { max-width: 420px; width: 100%; }
    .about-right { padding-left: 0; }
}

@media (max-width: 480px) {
    .arch-wrapper { width: 210px; height: 300px; border-radius: 105px 105px 14px 14px; }
    .arch-ring { width: 238px; height: 238px; }
    .cards-grid { gap: 10px; }
}