/* ===== HEKIMO?LU ?SMA?L PAGE ===== */

/* Active nav link */
.heki-nav-active {
    color: rgb(74, 122, 90) !important;
    font-weight: 700 !important;
}

/* ---- HERO BAND ---- */
.heki-hero {
    background-color: rgb(74, 122, 90);
    background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
    padding-top: 72px;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.heki-hero-inner {
    position: relative;
    z-index: 2;
    padding-bottom: 48px;
}

.heki-hero-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.12);
    border: 0.8px solid rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    padding: 6px 18px;
    margin-bottom: 20px;
}

.heki-hero-title {
    font-family: 'Patrick Hand', cursive;
    font-size: 80px;
    line-height: 1.05;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0 0 12px;
    filter: drop-shadow(rgba(0,0,0,0.08) 0px 4px 8px);
}

.heki-hero-dates {
    font-family: 'Patrick Hand', cursive;
    font-size: 26px;
    color: rgb(240, 211, 97);
    margin: 0;
    font-weight: 400;
}

.heki-hero-wave {
    line-height: 0;
    position: relative;
    z-index: 1;
}

.heki-hero-wave svg {
    width: 100%;
    height: 56px;
    display: block;
}

/* ---- BIO SECTION ---- */
.heki-bio-section {
    background-color: rgb(244, 241, 234);
    background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
    padding-top: 72px;
    padding-bottom: 96px;
}

.heki-bio-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    gap: 64px;
    align-items: flex-start;
    box-sizing: border-box;
}

/* Photo column */
.heki-photo-col {
    flex-shrink: 0;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    top: 112px;
    position: sticky;
}

.heki-photo-wrap {
    width: 240px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
    border: 4px solid rgba(255, 255, 255, 0.9);
    background-color: rgb(231, 229, 228);
}

.heki-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.heki-photo-caption {
    text-align: center;
}

.heki-caption-name {
    font-family: 'Patrick Hand', cursive;
    font-size: 20px;
    font-weight: 400;
    color: rgb(74, 122, 90);
    margin: 0 0 2px;
}

.heki-caption-years {
    font-size: 13px;
    color: rgb(120, 113, 108);
    font-style: italic;
    margin: 0;
}

.heki-books-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: rgb(74, 122, 90);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 14px;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(74, 122, 90, 0.3);
    white-space: nowrap;
}

.heki-books-btn:hover {
    background-color: rgb(58, 100, 74);
    transform: translateY(-2px);
}

/* Text column */
.heki-text-col {
    flex: 1;
    min-width: 0;
}

.heki-text-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.heki-paragraph {
    font-size: 17px;
    line-height: 1.85;
    color: rgb(68, 64, 60);
    margin: 0;
}

/* Quote */
.heki-quote {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-left: 4px solid rgb(74, 122, 90);
    border-radius: 0 16px 16px 0;
    padding: 28px 32px 28px 40px;
    margin: 0 0 40px;
    box-shadow: 0 4px 20px rgba(74, 122, 90, 0.08);
    font-style: italic;
    font-size: 19px;
    line-height: 1.6;
    color: rgb(41, 37, 36);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.heki-quote-mark {
    font-family: 'Patrick Hand', cursive;
    font-size: 64px;
    line-height: 0.6;
    color: rgba(74, 122, 90, 0.2);
    position: absolute;
    font-style: normal;
}

.heki-quote-mark--open {
    top: 20px;
    left: 16px;
}

.heki-quote-mark--close {
    bottom: 20px;
    right: 16px;
    top: auto;
    left: auto;
}

.heki-quote-attr {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(74, 122, 90);
    font-style: normal;
    align-self: flex-end;
}

/* Stats */
.heki-stats {
    display: flex;
    align-items: center;
    gap: 32px;
    background-color: rgb(255, 255, 255);
    border: 0.8px solid rgb(231, 229, 228);
    border-radius: 20px;
    padding: 24px 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
}

.heki-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 80px;
}

.heki-stat-num {
    font-family: 'Patrick Hand', cursive;
    font-size: 36px;
    font-weight: 400;
    color: rgb(74, 122, 90);
    line-height: 1;
}

.heki-stat-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(120, 113, 108);
}

.heki-stat-divider {
    width: 1px;
    height: 48px;
    background-color: rgb(231, 229, 228);
    flex-shrink: 0;
}

/* ---- CTA BAND ---- */
.heki-cta-section {
    background-color: rgb(28, 25, 23);
    background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.heki-cta-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.heki-cta-title {
    font-family: 'Patrick Hand', cursive;
    font-size: 48px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 1.1;
}

.heki-cta-sub {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    font-size: 16px;
    margin: 0;
}

.heki-cta-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 16px 48px;
    background-color: rgb(211, 109, 118);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(211, 109, 118, 0.35);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.heki-cta-btn:hover {
    background-color: rgb(190, 85, 95);
    transform: translateY(-2px);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .heki-bio-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .heki-photo-col {
        width: 100%;
        max-width: 320px;
        position: static;
    }

    .heki-photo-wrap {
        width: 200px;
        height: 250px;
    }

    .heki-paragraph {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .heki-hero-title {
        font-size: 56px;
    }

    .heki-bio-section {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .heki-bio-container {
        padding: 0 16px;
    }

    .heki-quote {
        padding: 24px 24px 24px 36px;
        font-size: 17px;
    }

    .heki-stats {
        padding: 20px 24px;
        gap: 20px;
    }

    .heki-cta-title {
        font-size: 36px;
    }

    .heki-cta-inner {
        padding: 0 16px;
    }
}

@media (max-width: 480px) {
    .heki-hero-title {
        font-size: 40px;
    }

    .heki-hero-dates {
        font-size: 20px;
    }

    .heki-photo-wrap {
        width: 170px;
        height: 215px;
    }

    .heki-stat-num {
        font-size: 28px;
    }

    .heki-stat-divider {
        display: none;
    }

    .heki-stats {
        justify-content: center;
        gap: 16px;
    }

    .heki-cta-title {
        font-size: 28px;
    }
}
