.inner-wrapper[data-namespace="patient_story"] {
    --story-ink: #302c28;
    --story-muted: #746d65;
    --story-accent: #a99b89;
    --story-accent-dark: #756a5d;
    --story-paper: #fff;
    --story-wash: #f5f2ee;
    background: #f7f5f2;
}

.inner-wrapper[data-namespace="patient_story"] .landscape-banner--hero {
    height: clamp(340px, 42vw, 520px);
    overflow: hidden;
}

.inner-wrapper[data-namespace="patient_story"] .landscape-banner--hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(34, 30, 26, 0.02) 40%, rgba(34, 30, 26, 0.28) 100%);
}

.inner-wrapper[data-namespace="patient_story"] .landscape-banner__img {
    transform: scale(1.01);
}

.patient-story {
    position: relative;
    z-index: 2;
    margin-top: -78px;
}

.patient-story__shell {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    background: var(--story-paper);
    border: 0;
    border-radius: 2px 2px 40px 2px;
    box-shadow: 0 30px 80px rgba(48, 44, 40, 0.13);
}

.patient-story__shell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 150px;
    background: var(--story-accent);
}

.patient-story__shell > .breadcrumb {
    margin: 0;
    padding: 24px 64px 0;
    color: var(--story-muted);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.patient-story__shell > .breadcrumb a {
    color: var(--story-accent-dark);
    text-decoration: none;
}

.patient-story__shell > .breadcrumb a:hover {
    text-decoration: underline;
}

.patient-story__article {
    padding: 36px 76px 74px;
}

.patient-story__title {
    max-width: 760px;
    margin: 0 0 16px;
    color: var(--story-ink);
    font-size: clamp(2.5rem, 5vw, 4.65rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.055em;
}

.patient-story__title::before {
    content: "Patienthistorie";
    display: block;
    margin-bottom: 17px;
    color: var(--story-accent-dark);
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.patient-story__title::after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin-top: 24px;
    background: var(--story-accent);
}

.patient-story__subtitle {
    max-width: 700px;
    margin: 0 0 34px;
    color: #8b7e6d;
    font-size: clamp(1.12rem, 2vw, 1.35rem);
    font-weight: 500;
    line-height: 1.55;
}

.patient-story__content {
    max-width: 720px;
    color: #4d4842;
}

.patient-story__content > p:first-child::first-letter {
    float: left;
    margin: 0.08em 0.12em 0 0;
    color: var(--story-accent-dark);
    font-size: 3.5em;
    font-weight: 500;
    line-height: 0.8;
}

.patient-story__content > :first-child {
    margin-top: 0;
}

.patient-story__content p,
.patient-story__content li {
    font-size: 1.08rem;
    line-height: 1.85;
}

.patient-story__content p {
    margin: 0 0 1.35em;
}

.patient-story__content ul,
.patient-story__content ol {
    margin: 0 0 1.5em;
    padding-left: 1.35em;
}

.patient-story__content li {
    margin-bottom: 0.55em;
    padding-left: 0.25em;
}

.patient-story__content h2,
.patient-story__content h3 {
    color: var(--story-ink);
    font-weight: 500;
    line-height: 1.25;
}

.patient-story__content h2 {
    margin: 1.7em 0 0.65em;
    font-size: 1.8rem;
}

.patient-story__content h3 {
    margin: 1.5em 0 0.55em;
    font-size: 1.35rem;
}

.patient-story__content blockquote {
    margin: 32px 0;
    padding: 4px 0 4px 24px;
    border-left: 3px solid var(--story-accent);
    color: var(--story-accent-dark);
    font-size: 1.2rem;
    font-style: italic;
}

.patient-story__content img {
    height: auto;
    border-radius: 3px;
}

.patient-story__video {
    margin-top: 48px;
    padding: 32px;
    background: linear-gradient(145deg, #f1ede7 0%, #faf8f5 100%);
    border: 1px solid rgba(117, 106, 93, 0.1);
    border-radius: 2px 2px 24px 2px;
}

.patient-story__video h2 {
    margin: 0 0 18px;
    color: var(--story-ink);
    font-size: 1.35rem;
    font-weight: 500;
}

.patient-story__video-list {
    display: grid;
    gap: 26px;
}

.patient-story__video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #171615;
    border-radius: 2px;
    box-shadow: 0 12px 28px rgba(48, 44, 40, 0.14);
}

.patient-story__video-frame iframe,
.patient-story__video-frame video,
.patient-story__video-frame embed,
.patient-story__video-frame object {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.patient-story__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 12px 22px;
    border-radius: 2px;
    background: var(--story-paper);
    color: var(--story-ink);
    font-weight: 600;
    text-decoration: none;
    transform: translate(-50%, -50%);
}

.patient-story-cta {
    margin-top: 40px;
    margin-bottom: 80px;
}

.patient-story-cta__inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 58px 76px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 15%, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(125deg, #928473 0%, #b4a898 100%);
    color: #fff;
    border-radius: 2px 2px 32px 2px;
    box-shadow: 0 20px 50px rgba(82, 73, 63, 0.16);
}

.patient-story-cta__inner::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -30px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}

.patient-story-cta__inner h2,
.patient-story-cta__inner p,
.patient-story-cta__button {
    position: relative;
    z-index: 1;
}

.patient-story-cta__inner h2 {
    max-width: 670px;
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 500;
    line-height: 1.2;
}

.patient-story-cta__inner p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.7;
}

.patient-story-cta__button {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 27px;
    border: 1px solid #fff;
    border-radius: 1px;
    background: #fff;
    color: var(--story-ink);
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.patient-story-cta__button:hover,
.patient-story-cta__button:focus-visible {
    background: transparent;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .patient-story__shell > .breadcrumb {
        padding: 22px 40px 0;
    }

    .patient-story__article {
        padding: 30px 44px 52px;
    }

    .patient-story-cta__inner {
        padding: 44px;
    }
}

@media (max-width: 767px) {
    .patient-story {
        margin-top: -36px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .patient-story__shell > .breadcrumb {
        margin-top: 0;
        padding: 18px 22px 0;
        line-height: 1.6;
    }

    .patient-story__article {
        padding: 24px 22px 34px;
    }

    .patient-story__title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .patient-story__title::after {
        margin-top: 20px;
    }

    .patient-story__subtitle {
        margin-bottom: 26px;
    }

    .patient-story__content p,
    .patient-story__content li {
        font-size: 1rem;
        line-height: 1.75;
    }

    .patient-story__content > p:first-child::first-letter {
        font-size: 3em;
    }

    .patient-story__video {
        margin-top: 34px;
        padding: 18px;
    }

    .patient-story-cta {
        margin-top: 24px;
        margin-bottom: 56px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .patient-story-cta__inner {
        padding: 32px 24px;
    }

    .patient-story-cta__inner::after {
        width: 180px;
        height: 180px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .patient-story-cta__button {
        transition: none;
    }
}
