@font-face {
    font-family: 'Celtic';
    src: url('fonts/Celtic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
    /* vorher 14px, jetzt +2px */
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-family: system-ui, sans-serif;
    color: #D6FCFF;
    margin: 0;
    background: #004046;
    line-height: 1.6;
    font-size: 1.1429rem;
    /* vorher 1rem (14px), jetzt 16px */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Celtic', system-ui, sans-serif;
}

h1 {
    font-size: 2.5rem;
    /* vorher ca. 2.25rem, jetzt +2px */
}

h2 {
    font-size: 2rem;
    /* vorher ca. 1.75rem, jetzt +2px */
}

h3 {
    font-size: 1.625rem;
    /* vorher ca. 1.5rem, jetzt +2px */
}

h4 {
    font-size: 1.375rem;
    /* vorher ca. 1.25rem, jetzt +2px */
}

h5 {
    font-size: 1.125rem;
    /* vorher ca. 1rem, jetzt +2px */
}

h6 {
    font-size: 1rem;
    /* vorher ca. 0.875rem, jetzt +2px */
}

.banner {
    width: 100%;
    height: 480px;
    background: url('img/g-harp-lake.jpg') left center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media (max-width: 700px) {
    html {
        font-size: 13px;
    }

    .banner {
        height: 200px;
    }

    .profile-container {
        flex-direction: column;
        align-items: center;
        margin-top: -80px;
    }

    .portrait-wrapper,
    .bio-block {
        margin-right: 0;
        max-width: 95vw;
    }

    .bio-block {
        margin-bottom: 16px;
    }

    .cta-buttons {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
}

.profile-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    max-width: 900px;
    margin: -125px auto 0 auto;
    position: relative;
    z-index: 2;
}

.story-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divider {
    width: 100%;
    max-width: 900px;
    margin: 24px auto;
    display: flex;
    justify-content: center;
}

.portrait-wrapper {
    background: #D8B590;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    padding: 8px;
    margin-right: 32px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portrait-img {
    width: 180px;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.cta-buttons {
    margin: 0 auto 16px auto;
    /* Reduced top margin for better spacing */
    display: flex;
    gap: 8px;
    /* Less space between buttons */
    width: 100%;
    justify-content: center;
    background: none;
    box-shadow: none;
    padding: 0;
}

.cta-buttons a,
.cta-buttons button {
    display: inline-block;
    padding: 7px 18px;
    border: 1px solid #D8B590;
    border-radius: 6px;
    background: #004046;
    color: #D8B590;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
}

.cta-buttons a.secondary {
    background: #D8B590;
    color: #004046;
    border: 2px solid #3a6186;
}

.cta-buttons button.secondary {
    background: #D8B590;
    color: #004046;
    border: 2px solid #004046;
}

.bio-block {
    background: #D8B590;
    color: #004046;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    padding: 28px 32px;
    min-width: 275px;
    max-width: 368px;
    margin-bottom: 24px;
}

.bio-block h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.5rem;
}

.bio-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.05rem;
}

.bio-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bio-list i {
    color: #004046;
    min-width: 22px;
    text-align: center;
    font-size: 1.1em;
}

.music-container {
    background: #D8B590;
    color: #004046;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    padding: 28px 32px;
    max-width: 900px;
    margin: 32px auto 24px auto;
}

.music-container h2 {
    margin-top: 0;
    font-family: 'Celtic', system-ui, sans-serif;
    font-size: 2rem;
}

.music-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.music-links li {
    margin-bottom: 8px;
}

.music-links a {
    color: #004046;
    text-decoration: underline;
    transition: color 0.2s;
}

.music-links a:hover,
.music-links a:focus {
    color: #3a6186;
}

.story-images-row {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: 32px 0;
}

.story-image {
    border: 4px solid #D6FCFF;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 320px;
    width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .banner {
        height: 200px;
    }

    .profile-container {
        flex-direction: column;
        align-items: center;
        margin-top: -80px;
    }

    .portrait-wrapper,
    .bio-block {
        margin-right: 0;
        max-width: 90vw;
    }

    .bio-block {
        margin-bottom: 16px;
    }

    .cta-buttons {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
}