/* ============================================================
   HOME.CSS — index.html specific styles
   (shared nav / footer / floating buttons / typography live in common.css)
   ============================================================ */

/* ===================== SHARED SECTION PADDING ===================== */
.sp {
    padding: 55px 18%;
}

.sh {
    text-align: center;
    margin-bottom: 62px;
}

.sh h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    color: var(--dark);
    margin-bottom: 18px;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.sh p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.85;
    font-size: 0.96rem;
}

/* ===================== HERO ===================== */
.hero {
    min-height: 100vh;
    background: var(--white);
    display: flex;
    align-items: center;
    padding: 100px 8% 10px;
    padding-top: calc(158px + var(--banner-h, 0px));
    transition: padding-top 0.3s ease;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.hero-photo-col {
    display: flex;
    justify-content: center;
}

.hero-circle-wrap {
    position: relative;
    width: min(546px, 55vw);
}

.hero-circle-wrap img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 10px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.hero-yrs-badge {
    position: absolute;
    bottom: 20px;
    right: 16px;
    background: var(--burgundy);
    color: var(--white);
    border-radius: 50%;
    width: 118px;
    height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 6px 22px rgba(109, 26, 54, 0.38);
    padding: 10px;
}

.hero-yrs-badge strong {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.hero h1 {
    line-height: 1.05;
    margin-bottom: 18px;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.hero h1 .fname {
    display: block;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 800;
    color: var(--blue);
    font-family: 'Outfit', 'Inter', sans-serif;
}

.hero h1 .lname {
    display: block;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 800;
    color: var(--burgundy);
    font-family: 'Outfit', 'Inter', sans-serif;
}

.hero-credentials {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--dark);
    text-transform: uppercase;
    margin-bottom: 22px;
    line-height: 1.8;
}

.hero p {
    font-size: 0.97rem;
    color: #555;
    line-height: 1.85;
    margin-bottom: 38px;
}

.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--blue);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.28s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: var(--burgundy);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--dark);
    border: 2px solid var(--dark);
    padding: 14px 32px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.28s;
    display: inline-block;
}

.btn-outline:hover {
    background: var(--dark);
    color: var(--white);
}

/* ===================== IN THE NEWS ===================== */
.news-feature {
    background: var(--cream);
    padding-top: 62px;
    padding-bottom: 62px;
}

.news-feature-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 42px;
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 34px rgba(18, 23, 43, 0.08);
}

.news-feature-media {
    min-height: 320px;
    height: 100%;
    background: var(--dark);
}

.news-feature-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.news-feature-icon {
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--blue), var(--burgundy));
    color: var(--white);
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-feature-body {
    padding: 42px 44px 42px 0;
}

.news-feature-tag {
    display: block;
    margin-bottom: 12px;
    color: var(--burgundy);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.news-feature h2 {
    color: var(--dark);
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: clamp(1.55rem, 2.8vw, 2.35rem);
    line-height: 1.18;
    margin-bottom: 16px;
}

.news-feature p {
    color: #555;
    font-size: 0.94rem;
    line-height: 1.78;
    margin-bottom: 24px;
}

/* ===================== ABOUT ===================== */
#about {
    background: var(--white);
}

.about-inner {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

.about-pill {
    display: inline-block;
    border: 1.5px solid var(--dark);
    color: var(--dark);
    padding: 9px 30px;
    border-radius: 30px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.about-subtitle {
    color: var(--blue);
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 34px;
    line-height: 1.6;
}

.about-inner p {
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 10px;
}

/* ===================== FEATURED ACTIVITY ===================== */
#featured {
    background: var(--cream);
}

.feat-card {
    max-width: 1040px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 34px rgba(18, 23, 43, 0.09);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}

.feat-media {
    position: relative;
    min-height: 280px;
    background: var(--dark);
}

.feat-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feat-icon {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: linear-gradient(135deg, var(--blue), var(--burgundy));
    color: rgba(255, 255, 255, 0.9);
}

.feat-body {
    padding: 38px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feat-tag {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--burgundy);
    margin-bottom: 12px;
    display: block;
}

.feat-body h3 {
    font-size: 1.4rem;
    color: var(--dark);
    margin-bottom: 14px;
    line-height: 1.3;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.feat-body p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 24px;
}

.feat-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.feat-btn {
    padding: 11px 22px;
    font-size: 0.72rem;
}

/* ===================== PRACTICE ===================== */
#practice {
    background: var(--white);
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.card {
    background: var(--cream);
    border-radius: 4px;
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    cursor: default;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--burgundy));
}

.card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 44px rgba(43, 78, 174, 0.13);
    background: var(--white);
}

.card-ico {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--blue), var(--burgundy));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.45rem;
}

.card h3 {
    font-size: 1rem;
    color: var(--dark);
    margin-bottom: 11px;
    font-family: 'Outfit', 'Inter', sans-serif;
    line-height: 1.35;
}

.card p {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.72;
}

.card-meta {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--burgundy);
    margin-bottom: 8px;
}

/* ===================== EXPERIENCE ===================== */
#experience {
    background: var(--dark);
}

#experience .sh h2 {
    color: var(--white);
}

#experience .sh-tag {
    color: var(--blue-lt);
}

#experience .sh p {
    color: rgba(255, 255, 255, 0.66);
}

.exp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
}

.exp-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 36px;
    transition: all 0.3s;
}

.exp-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(168, 196, 255, 0.26);
}

.exp-date {
    font-size: 0.7rem;
    color: var(--blue-lt);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 11px;
    display: block;
}

.exp-card h3 {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 7px;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.exp-org {
    font-size: 0.81rem;
    color: rgba(255, 255, 255, 0.54);
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
}

.exp-card p {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.75;
}

/* ===================== LEADERSHIP ===================== */
#leadership {
    background: var(--cream);
}

.lead-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.lead-item {
    background: var(--white);
    border-radius: 4px;
    padding: 27px 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--blue);
    transition: transform 0.22s;
}

.lead-item:nth-child(even) {
    border-left-color: var(--burgundy);
}

.lead-item:hover {
    transform: translateX(5px);
}

.lead-yr {
    min-width: 70px;
    text-align: center;
    background: var(--blue);
    color: var(--white);
    padding: 9px 8px;
    border-radius: 3px;
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.5;
    flex-shrink: 0;
}

.lead-item:nth-child(even) .lead-yr {
    background: var(--burgundy);
}

.lead-body h4 {
    font-size: 0.97rem;
    color: var(--dark);
    margin-bottom: 4px;
    font-family: 'Outfit', 'Inter', sans-serif;
    line-height: 1.4;
}

.lead-org {
    font-size: 0.74rem;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

.lead-item:nth-child(even) .lead-org {
    color: var(--burgundy);
}

.lead-body p {
    font-size: 0.83rem;
    color: #666;
    line-height: 1.65;
}

/* ===================== ACCORDION (home) ===================== */
.accordion {
    max-width: 1000px;
    margin: 34px auto 0;
    background: var(--white);
    border-radius: 4px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#education .accordion,
#practice .accordion,
#experience .accordion {
    max-width: 1100px;
    background: var(--cream);
}

#experience .accordion {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.accordion+.accordion {
    margin-top: 14px;
}

.accordion summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--dark);
}

#experience .accordion summary {
    color: var(--white);
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary .acc-note {
    font-weight: 500;
    font-size: 0.78rem;
    color: #888;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 10px;
}

#experience .accordion summary .acc-note {
    color: rgba(255, 255, 255, 0.5);
}

.accordion summary .acc-plus {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--burgundy));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: transform 0.25s;
}

.accordion[open] summary .acc-plus {
    transform: rotate(45deg);
}

.accordion-body {
    padding: 0 28px 26px;
}

.accordion-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.accordion-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.85rem;
}

#experience .accordion-row {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.accordion-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.accordion-row .acc-yr {
    font-weight: 700;
    color: var(--blue);
    font-size: 0.78rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

#experience .accordion-row .acc-yr {
    color: var(--blue-lt);
}

.accordion-row .acc-txt {
    color: #555;
    line-height: 1.6;
}

#experience .accordion-row .acc-txt {
    color: rgba(255, 255, 255, 0.66);
}

.accordion-row .acc-txt strong {
    color: var(--dark);
    font-weight: 700;
}

#experience .accordion-row .acc-txt strong {
    color: var(--white);
}

@media (max-width: 560px) {
    .accordion-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* ===================== EDUCATION ===================== */
#education {
    background: var(--white);
}

.edu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
}

.edu-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.edu-card:hover {
    transform: translateY(-6px);
}

.edu-head {
    background: linear-gradient(135deg, var(--blue), var(--burgundy));
    padding: 26px 26px 22px;
    color: var(--white);
}

.edu-yr {
    font-size: 0.68rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.76;
    margin-bottom: 9px;
    font-weight: 700;
    display: block;
}

.edu-head h3 {
    font-size: 0.97rem;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.edu-body {
    padding: 20px 26px 24px;
    background: var(--cream);
}

.edu-body p {
    font-size: 0.84rem;
    color: #555;
    line-height: 1.65;
}

/* ===================== CONTACT ===================== */
#contact {
    background: var(--cream);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 58px;
    max-width: 1100px;
    margin: 0 auto;
}

.c-info h3 {
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 18px;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.c-info>p {
    color: #555;
    line-height: 1.88;
    margin-bottom: 38px;
    font-size: 0.94rem;
}

.c-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 26px;
}

.c-ico {
    width: 44px;
    height: 44px;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.c-det h4 {
    font-size: 0.85rem;
    color: var(--dark);
    margin-bottom: 4px;
    font-weight: 700;
}

.c-det p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.55;
}

.c-det a {
    color: var(--blue);
    text-decoration: none;
}

.c-det a:hover {
    text-decoration: underline;
}

/* Honeypot field — kept in the tab order out of the way and visually hidden,
   rather than display:none, so unsophisticated bots still fill it in. */
.hp-field {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.c-form h3 {
    font-size: 1.4rem;
    color: var(--dark);
    margin-bottom: 30px;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.fg {
    margin-bottom: 18px;
}

.fg label {
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #ddd;
    border-radius: 3px;
    font-size: 0.89rem;
    color: var(--dark);
    background: var(--cream);
    transition: border-color 0.28s, background 0.28s;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Inter', 'Arial', sans-serif;
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    border-color: var(--blue);
    background: var(--white);
}

.fg textarea {
    height: 128px;
    resize: vertical;
}

.btn-send {
    width: 100%;
    background: linear-gradient(130deg, var(--blue), var(--burgundy));
    color: var(--white);
    border: none;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.28s, transform 0.2s;
    margin-top: 4px;
    -webkit-appearance: none;
    appearance: none;
}

.btn-send:hover {
    opacity: 0.87;
    transform: translateY(-2px);
}

/* ===================== RESPONSIVE (HOME) ===================== */
@media (max-width: 960px) {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 48px;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-circle-wrap {
        width: min(340px, 70vw);
        margin: 0 auto;
    }

    .hero-credentials {
        text-align: center;
    }

    .contact-grid,
    .exp-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .feat-card {
        grid-template-columns: 1fr;
    }

    .news-feature-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .news-feature-body {
        padding: 28px 26px 32px;
    }

    .feat-media,
    .feat-icon {
        min-height: 220px;
    }
}

@media (max-width: 700px) {
    .sp {
        padding: 28px 5%;
    }

    .hero {
        padding: 80px 5% 20px;
        padding-top: calc(120px + var(--banner-h, 0px));
    }

    .hero-circle-wrap {
        width: min(120%, 100vw);
    }

    .hero-yrs-badge {
        width: 95px;
        height: 95px;
        font-size: 0.55rem;
    }

    .hero-yrs-badge strong {
        font-size: 1.6rem;
    }

    .feat-body {
        padding: 26px 22px;
    }

    .feat-btns {
        flex-direction: column;
        align-items: stretch;
    }

    .feat-btn {
        text-align: center;
    }
}
