/* =========================================================
   BIOGRAFIER - FÆLLES STYLING
   ========================================================= */

.bio-page {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    max-width: 100%;
}

.bio-image-column {
    flex: 0 1 350px;
    width: 100%;
    max-width: 350px;
    font-family: "Book Antiqua", Palatino, serif;
}

.bio-text-column {
    flex: 1 1 400px;
    min-width: 0;
    font-family: "Book Antiqua", Palatino, serif;
}

.bio-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--bio-accent);
    box-shadow: 0 6px 18px var(--bio-shadow);
}

.bio-profile-image {
    display: block;
    width: 350px;
    max-width: 100%;
    height: auto;
}

.bio-mobile-title {
    display: none;
}

.bio-desktop-title {
    display: block;
    border-left: 5px solid var(--bio-accent);
    padding-left: 16px;
    margin-bottom: 25px;
}

.bio-desktop-title-main {
    font-size: 18pt;
    font-weight: bold;
    line-height: 1.2;
    color: var(--bio-text);
}

.bio-desktop-title-sub {
    font-size: 12pt;
    font-style: italic;
    margin-top: 4px;
    color: var(--bio-muted);
}

.bio-info-box {
    margin-top: 20px;
    padding: 18px 20px;
    background: linear-gradient(
        135deg,
        var(--bio-bg-strong),
        var(--bio-bg-light)
    );
    border-left: 4px solid var(--bio-accent);
    border-radius: 0 14px 14px 0;
    box-shadow: 0 4px 12px var(--bio-shadow-soft);
}

.bio-info-title {
    font-size: 13pt;
    font-weight: bold;
    color: var(--bio-title);
    margin-bottom: 10px;
}

.bio-info-text {
    font-size: 11.5pt;
    line-height: 1.7;
    color: var(--bio-text);
}

.bio-intro {
    font-size: 14pt;
    line-height: 1.6;
    margin-bottom: 22px;
    color: var(--bio-text);
}

.bio-body {
    font-size: 12pt;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--bio-text);
}

.bio-highlight {
    margin: 28px 0;
    padding: 18px 22px;
    background: linear-gradient(
        135deg,
        var(--bio-bg-strong),
        var(--bio-bg-light)
    );
    border-left: 4px solid var(--bio-accent);
    border-radius: 0 12px 12px 0;
    font-size: 13pt;
    line-height: 1.6;
    color: var(--bio-text);
}

.bio-ending {
    border-top: 1px solid var(--bio-border);
    padding-top: 20px;
    margin-top: 10px;
    font-size: 12pt;
    line-height: 1.7;
    color: var(--bio-text);
}

.bio-links {
    margin-top: 22px;
    font-size: 12pt;
    line-height: 2;
}

.bio-links a {
    color: var(--bio-link);
}

.bio-links a:hover {
    opacity: 0.8;
}


/* =========================================================
   MOBIL
   ========================================================= */

@media screen and (max-width: 700px) {

    .bio-page {
        gap: 25px;
    }

    .bio-image-column {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .bio-text-column {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .bio-profile-image {
        width: 100%;
        max-width: 100%;
    }

    .bio-mobile-title {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 65px 22px 22px 22px;
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,0),
            var(--bio-overlay)
        );
        color: #ffffff;
        text-align: left;
    }

    .bio-mobile-title-main {
        font-size: 21pt;
        font-weight: bold;
        line-height: 1.15;
        text-shadow: 0 2px 5px rgba(0,0,0,0.65);
    }

    .bio-mobile-title-sub {
        margin-top: 6px;
        font-size: 12.5pt;
        font-style: italic;
        color: var(--bio-mobile-sub);
        text-shadow: 0 2px 4px rgba(0,0,0,0.65);
    }

    .bio-desktop-title {
        display: none;
    }
}


/* =========================================================
   KARAKTERFARVER
   ========================================================= */


/* KIA - LILLA / MAGI */
.bio-kia {
    --bio-accent: #8a63ff;
    --bio-title: #4c2a9a;
    --bio-text: #2f2447;
    --bio-muted: #6b5a8f;
    --bio-link: #6842c2;

    --bio-bg-strong: rgba(138,99,255,0.14);
    --bio-bg-light: rgba(138,99,255,0.05);

    --bio-border: #ddd3f3;

    --bio-shadow: rgba(90,45,170,0.20);
    --bio-shadow-soft: rgba(90,45,170,0.08);

    --bio-overlay: rgba(25,10,45,0.92);
    --bio-mobile-sub: #ddd0ff;
}


/* BLUE DRAGON - DYB BLÅ */
.bio-blue-dragon {
    --bio-accent: #324fa8;
    --bio-title: #16295c;
    --bio-text: #24304f;
    --bio-muted: #58688f;
    --bio-link: #324fa8;

    --bio-bg-strong: rgba(50,79,168,0.14);
    --bio-bg-light: rgba(50,79,168,0.04);

    --bio-border: #d6dced;

    --bio-shadow: rgba(22,41,92,0.20);
    --bio-shadow-soft: rgba(22,41,92,0.08);

    --bio-overlay: rgba(10,22,55,0.92);
    --bio-mobile-sub: #cbd7ff;
}


/* MIRA - BLÅ */
.bio-mira {
    --bio-accent: #4c8dff;
    --bio-title: #21549f;
    --bio-text: #243b5a;
    --bio-muted: #5d7698;
    --bio-link: #3474d9;

    --bio-bg-strong: rgba(76,141,255,0.14);
    --bio-bg-light: rgba(76,141,255,0.05);

    --bio-border: #d5e4fa;

    --bio-shadow: rgba(45,98,170,0.20);
    --bio-shadow-soft: rgba(45,98,170,0.08);

    --bio-overlay: rgba(17,43,78,0.92);
    --bio-mobile-sub: #d4e6ff;
}


/* ROCKSAN - REGNBUE */
.bio-rocksan {
    --bio-accent: #b84cff;
    --bio-title: #7c35b8;
    --bio-text: #3c294a;
    --bio-muted: #765c82;
    --bio-link: #8b46c9;

    --bio-bg-strong: rgba(255,92,156,0.13);
    --bio-bg-light: rgba(92,177,255,0.06);

    --bio-border: #ead8f1;

    --bio-shadow: rgba(149,55,180,0.20);
    --bio-shadow-soft: rgba(149,55,180,0.08);

    --bio-overlay: rgba(48,18,58,0.92);
    --bio-mobile-sub: #f0d7ff;
}

.bio-rocksan .bio-image-wrapper {
    border: 2px solid transparent;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            135deg,
            #ff5c5c,
            #ffb347,
            #ffe66d,
            #62d96b,
            #4ca6ff,
            #8b5cf6,
            #e85cff
        ) border-box;
}

.bio-rocksan .bio-desktop-title,
.bio-rocksan .bio-info-box,
.bio-rocksan .bio-highlight {
    border-left-color: #b84cff;
}


/* INDA - LYSERØD */
.bio-inda {
    --bio-accent: #f28ab8;
    --bio-title: #b54f7d;
    --bio-text: #533443;
    --bio-muted: #8d6678;
    --bio-link: #d06495;

    --bio-bg-strong: rgba(242,138,184,0.16);
    --bio-bg-light: rgba(242,138,184,0.05);

    --bio-border: #f0d5e1;

    --bio-shadow: rgba(181,79,125,0.18);
    --bio-shadow-soft: rgba(181,79,125,0.07);

    --bio-overlay: rgba(67,25,46,0.92);
    --bio-mobile-sub: #ffd7e8;
}


/* TITI - BLÅ */
.bio-titi {
    --bio-accent: #3f7fd6;
    --bio-title: #234f8c;
    --bio-text: #25384f;
    --bio-muted: #60738b;
    --bio-link: #3f7fd6;

    --bio-bg-strong: rgba(63,127,214,0.14);
    --bio-bg-light: rgba(63,127,214,0.05);

    --bio-border: #d5e0ef;

    --bio-shadow: rgba(35,79,140,0.20);
    --bio-shadow-soft: rgba(35,79,140,0.08);

    --bio-overlay: rgba(18,40,67,0.92);
    --bio-mobile-sub: #d3e5ff;
}


/* SAM - ORANGE */
.bio-sam {
    --bio-accent: #f28a2e;
    --bio-title: #b45e14;
    --bio-text: #4f3824;
    --bio-muted: #8a6c52;
    --bio-link: #d87520;

    --bio-bg-strong: rgba(242,138,46,0.15);
    --bio-bg-light: rgba(242,138,46,0.05);

    --bio-border: #eed9c5;

    --bio-shadow: rgba(180,94,20,0.18);
    --bio-shadow-soft: rgba(180,94,20,0.07);

    --bio-overlay: rgba(66,35,12,0.92);
    --bio-mobile-sub: #ffe0c2;
}


/* LYRIC - GRØN */
.bio-lyric {
    --bio-accent: #49a86f;
    --bio-title: #2f754d;
    --bio-text: #294738;
    --bio-muted: #5e7b6b;
    --bio-link: #3f9461;

    --bio-bg-strong: rgba(73,168,111,0.14);
    --bio-bg-light: rgba(73,168,111,0.05);

    --bio-border: #d4e8dc;

    --bio-shadow: rgba(47,117,77,0.18);
    --bio-shadow-soft: rgba(47,117,77,0.07);

    --bio-overlay: rgba(18,55,34,0.92);
    --bio-mobile-sub: #d0f2dd;
}


/* XYLIA - RØD */
.bio-xylia {
    --bio-accent: #d94b4b;
    --bio-title: #9f2f2f;
    --bio-text: #4d2b2b;
    --bio-muted: #826060;
    --bio-link: #c13f3f;

    --bio-bg-strong: rgba(217,75,75,0.14);
    --bio-bg-light: rgba(217,75,75,0.05);

    --bio-border: #efd4d4;

    --bio-shadow: rgba(159,47,47,0.18);
    --bio-shadow-soft: rgba(159,47,47,0.07);

    --bio-overlay: rgba(64,18,18,0.92);
    --bio-mobile-sub: #ffd1d1;
}
/* MAX - GRØN */
.bio-max {
    --bio-accent: #49a86f;
    --bio-title: #2f754d;
    --bio-text: #294738;
    --bio-muted: #5e7b6b;
    --bio-link: #3f9461;

    --bio-bg-strong: rgba(73,168,111,0.14);
    --bio-bg-light: rgba(73,168,111,0.05);

    --bio-border: #d4e8dc;

    --bio-shadow: rgba(47,117,77,0.18);
    --bio-shadow-soft: rgba(47,117,77,0.07);

    --bio-overlay: rgba(18,55,34,0.92);
    --bio-mobile-sub: #d0f2dd;
}
/* BIND 4 - RØD */
.bio-bind4 {
    --bio-accent: #d94b4b;
    --bio-title: #9f2f2f;
    --bio-text: #4d2b2b;
    --bio-muted: #826060;
    --bio-link: #c13f3f;

    --bio-bg-strong: rgba(217,75,75,0.14);
    --bio-bg-light: rgba(217,75,75,0.05);

    --bio-border: #efd4d4;

    --bio-shadow: rgba(159,47,47,0.18);
    --bio-shadow-soft: rgba(159,47,47,0.07);

    --bio-overlay: rgba(64,18,18,0.92);
    --bio-mobile-sub: #ffd1d1;
}
/* SKYGGEN - SORT / GUL */
.bio-skyggen {
    --bio-accent: #d6ad2f;
    --bio-title: #1f1f1f;
    --bio-text: #292929;
    --bio-muted: #66615a;
    --bio-link: #a77c00;

    --bio-bg-strong: rgba(214,173,47,0.15);
    --bio-bg-light: rgba(20,20,20,0.025);

    --bio-border: #dfca83;

    --bio-shadow: rgba(20,20,20,0.20);
    --bio-shadow-soft: rgba(20,20,20,0.08);

    --bio-overlay: rgba(8,8,8,0.94);
    --bio-mobile-sub: #f4d96a;
}

/* =========================================================
   BIOGRAFIOVERSIGT
   ========================================================= */

.bio-overview {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Book Antiqua", Palatino, serif;
}


/* OVERSKRIFT */
.bio-overview-header {
    margin-bottom: 35px;
    padding-left: 18px;
    border-left: 5px solid #8a63ff;
}

.bio-overview-title {
    margin: 0 0 8px 0;
    font-size: 24pt;
    line-height: 1.2;
    color: #2f2447;
}

.bio-overview-intro {
    margin: 0;
    font-size: 14pt;
    line-height: 1.7;
    color: #4f465c;
}

.bio-overview-intro a {
    font-weight: bold;
}


/* GRID */
.bio-overview-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px 24px;
    align-items: stretch;
}


/* KORT */
.bio-overview-card {
    min-width: 0;
}

.bio-overview-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;

    background: linear-gradient(
        145deg,
        var(--bio-bg-strong),
        var(--bio-bg-light)
    );

    border: 2px solid var(--bio-accent);
    border-radius: 18px;

    box-shadow: 0 5px 14px var(--bio-shadow-soft);

    text-decoration: none !important;
    color: var(--bio-text);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.bio-overview-card > a:hover {
    transform: translateY(-5px);
    box-shadow: 0 9px 22px var(--bio-shadow);
}


/* BILLEDE */
.bio-overview-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.bio-overview-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.25s ease;
}

.bio-overview-card > a:hover .bio-overview-image img {
    transform: scale(1.035);
}


/* NAVN */
.bio-overview-name {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;

    min-height: 58px;
    padding: 10px 8px;

    text-align: center;
    font-size: 13pt;
    line-height: 1.3;
    font-weight: bold;

    color: var(--bio-title);
}


/* LILLE FARVESTREG UNDER BILLEDET */
.bio-overview-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: var(--bio-accent);
}


/* =========================================================
   ROCKSAN - REGNBUEKORT
   ========================================================= */

.bio-overview-card.bio-rocksan > a {
    border: 2px solid transparent;

    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            135deg,
            #ff5c5c,
            #ffb347,
            #ffe66d,
            #62d96b,
            #4ca6ff,
            #8b5cf6,
            #e85cff
        ) border-box;
}

.bio-overview-card.bio-rocksan .bio-overview-image::after {
    background: linear-gradient(
        90deg,
        #ff5c5c,
        #ffb347,
        #ffe66d,
        #62d96b,
        #4ca6ff,
        #8b5cf6,
        #e85cff
    );
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1000px) {

    .bio-overview-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media screen and (max-width: 600px) {

    .bio-overview-header {
        margin-bottom: 25px;
        padding-left: 14px;
    }

    .bio-overview-title {
        font-size: 21pt;
    }

    .bio-overview-intro {
        font-size: 12pt;
    }

    .bio-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 14px;
    }

    .bio-overview-card > a {
        border-radius: 14px;
    }

    .bio-overview-name {
        min-height: 52px;
        padding: 9px 5px;
        font-size: 11.5pt;
    }

}


/* MEGET SMÅ MOBILER */
@media screen and (max-width: 340px) {

    .bio-overview-grid {
        gap: 14px 10px;
    }

    .bio-overview-name {
        font-size: 10.5pt;
    }

}
/* =========================================================
   FORSIDE
   ========================================================= */

.vu-home {
    max-width: 1180px;
    margin: 0 auto;
    font-family: "Book Antiqua", Palatino, serif;
    color: #2f2447;
}

.vu-home a {
    text-decoration: none;
}

.vu-home-hero {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin-bottom: 12px;
    box-shadow: 0 8px 20px rgba(56, 37, 92, 0.10);
}

.vu-home-hero video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vu-home-book-feature {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 10px 26px rgba(56, 37, 92, 0.12);
    margin: 14px 0;
    color: #ffffff !important;
}

.vu-home-book-feature:hover {
    color: #ffffff !important;
}

.vu-home-book-feature-desktop {
    min-height: 520px;
}

.vu-home-book-feature-mobile {
    min-height: 520px;
}

.vu-home-book-feature-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 58%;
    max-width: 760px;
    padding: 28px 28px 24px 28px;
    color: #ffffff;
}

.vu-home-book-feature-mobile .vu-home-book-feature-content {
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    max-width: none;
    padding: 18px;
}

.vu-home-book-title {
    margin: 0 0 12px 0;
    line-height: 1.12;
    font-size: 38px;
    color: #ffffff;
}

.vu-home-book-feature-mobile .vu-home-book-title {
    font-size: 28px;
}

.vu-home-book-text {
    max-width: 62ch;
    font-size: 20px;
    line-height: 1.45;
    color: #ffffff;
}

.vu-home-book-feature-mobile .vu-home-book-text {
    font-size: 16px;
}

.vu-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.95);
    color: #111111 !important;
    font-weight: bold;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.20);
    color: #111111 !important;
}

.vu-home-grid {
    margin-top: 6px;
}

.vu-home-card-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(56, 37, 92, 0.10);
    transition: transform 0.20s ease, box-shadow 0.20s ease;
}

.vu-home-card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(56, 37, 92, 0.16);
}

.vu-home-card-link img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.vu-home-card-btn {
    position: absolute;
    left: 14px;
    bottom: 14px;
}

.vu-home-section-card {
    margin-top: 28px;
    padding: 28px 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f7f2ff, #ffffff);
    border: 1px solid #ece4ff;
    box-shadow: 0 8px 20px rgba(56, 37, 92, 0.08);
    text-align: center;
}

.vu-home-section-card-title {
    margin: 0 0 8px 0;
    font-size: 26px;
    color: #3d2d66;
    line-height: 1.2;
}

.vu-home-section-card-text {
    margin: 0 0 16px 0;
    font-size: 14pt;
    line-height: 1.6;
    color: #524a61;
}

.vu-home-bottom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.vu-home-panel {
    padding: 28px 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #ece4ff;
    box-shadow: 0 8px 20px rgba(56, 37, 92, 0.08);
    text-align: center;
}

.vu-home-panel-title {
    margin: 0 0 10px 0;
    font-size: 24pt;
    line-height: 1.2;
    color: #2f2447;
}

.vu-home-panel-text {
    margin: 10px 0 0 0;
    font-size: 12pt;
    line-height: 1.6;
    color: #5a5168;
}

.vu-home-socials {
    margin-top: 14px;
}

.vu-home-socials a {
    display: inline-block;
    margin: 0 10px;
}

.vu-home-socials img {
    width: 110px;
    height: 110px;
    max-width: 100%;
}

.vu-home-brand {
    text-align: center;
    margin: 26px auto 8px auto;
}

.vu-home-brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vu-home-brand-sub {
    margin-top: 8px;
    font-size: 11pt;
    line-height: 1.5;
    color: #6a6179;
    text-align: center;
}

@media screen and (max-width: 991px) {

    .vu-home-bottom-grid {
        grid-template-columns: 1fr;
    }

    .vu-home-hero,
    .vu-home-book-feature,
    .vu-home-card-link,
    .vu-home-section-card,
    .vu-home-panel {
        border-radius: 18px;
    }

}

@media screen and (max-width: 767px) {

    .vu-home {
        max-width: 100%;
    }

    .vu-home-hero {
        margin-bottom: 10px;
    }

    .vu-home-section-card {
        margin-top: 22px;
        padding: 22px 18px;
    }

    .vu-home-section-card-title {
        font-size: 22px;
    }

    .vu-home-section-card-text {
        font-size: 12pt;
    }

    .vu-home-panel {
        padding: 22px 18px;
    }

    .vu-home-panel-title {
        font-size: 20pt;
    }

    .vu-home-socials img {
        width: 88px;
        height: 88px;
    }

    .vu-home-brand img:first-child {
        width: 82% !important;
        max-width: 360px !important;
    }

    .vu-home-brand img:last-child {
        width: 58% !important;
        max-width: 220px !important;
    }

}
/* =========================================================
   NYHEDSBREV
   ========================================================= */

.vu-newsletter {
    --news-purple: #8a63ff;
    --news-purple-dark: #4c2a9a;
    --news-purple-text: #2f2447;
    --news-purple-soft: #f4efff;
    --news-gold: #f2d86b;
    --news-gold-dark: #b99a29;
    --news-border: #e3daf5;

    max-width: 1000px;
    margin: 0 auto;
    font-family: "Book Antiqua", Palatino, serif;
    color: var(--news-purple-text);
}


/* =========================================================
   HERO
   ========================================================= */

.vu-news-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 480px;
    box-shadow: 0 12px 30px rgba(48, 27, 84, 0.18);
}

.vu-news-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vu-news-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(20, 9, 37, 0.92) 0%,
            rgba(32, 14, 57, 0.78) 46%,
            rgba(32, 14, 57, 0.18) 100%
        );
}

.vu-news-hero-content {
    position: relative;
    z-index: 2;
    width: 58%;
    padding: 55px 45px;
    color: #ffffff;
}

.vu-news-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--news-gold);
    color: #2c2300;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.vu-news-hero-title {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.05;
    color: #ffffff;
}

.vu-news-hero-subtitle {
    margin: 14px 0 0;
    font-size: 17pt;
    line-height: 1.5;
    color: #f1eaff;
}

.vu-news-hero-text {
    margin: 18px 0 0;
    max-width: 560px;
    font-size: 13pt;
    line-height: 1.65;
    color: #ffffff;
}


/* =========================================================
   KNAPPER
   ========================================================= */

.vu-news-cta {
    display: inline-block;
    margin-top: 22px;
    padding: 13px 22px;
    border-radius: 999px;
    background: var(--news-gold);
    border: 1px solid var(--news-gold-dark);
    color: #211a00 !important;
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: 0.025em;
    text-decoration: none !important;
    box-shadow: 0 5px 14px rgba(0,0,0,0.20);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.vu-news-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(0,0,0,0.25);
    color: #211a00 !important;
}

.vu-news-secondary-link {
    display: inline-block;
    margin: 14px 0 0 14px;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: underline;
}


/* =========================================================
   TILMELDINGSKORT
   ========================================================= */

.vu-news-signup-card {
    position: relative;
    margin: -45px auto 35px;
    z-index: 4;
    width: calc(100% - 70px);
    max-width: 780px;
    padding: 28px 30px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid var(--news-border);
    box-shadow: 0 12px 30px rgba(48,27,84,0.14);
    text-align: center;
}

.vu-news-signup-title {
    margin: 0 0 5px;
    font-size: 23pt;
    color: var(--news-purple-dark);
}

.vu-news-signup-subtitle {
    margin: 0 0 20px;
    font-size: 12pt;
    line-height: 1.6;
    color: #625775;
}

.vu-news-form-wrap {
    max-width: 520px;
    margin: 0 auto;
}


/* Formular fra Joomla-modulet */
.vu-news-form-wrap input[type="text"],
.vu-news-form-wrap input[type="email"],
.vu-news-form-wrap input[type="password"],
.vu-news-form-wrap select {
    width: 100% !important;
    min-height: 46px;
    margin-bottom: 9px;
    padding: 9px 12px !important;
    border: 1px solid #d8cfea !important;
    border-radius: 10px !important;
    background: #ffffff;
    font-size: 16px !important;
    box-sizing: border-box;
}

.vu-news-form-wrap input[type="checkbox"] {
    width: auto !important;
}

.vu-news-form-wrap button,
.vu-news-form-wrap input[type="submit"],
.vu-news-form-wrap .btn {
    min-height: 44px;
    padding: 10px 20px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: var(--news-purple) !important;
    color: #ffffff !important;
    font-family: "Book Antiqua", Palatino, serif;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(90,45,170,0.18);
}

.vu-news-form-wrap a {
    color: #568f4d;
}

.vu-news-note {
    margin-top: 15px;
    font-size: 10.5pt;
    line-height: 1.5;
    color: #6e6578;
}


/* =========================================================
   SEKTIONER
   ========================================================= */

.vu-news-section {
    margin-top: 44px;
}

.vu-news-heading {
    margin: 0 0 10px;
    text-align: center;
    font-size: 25pt;
    line-height: 1.2;
    color: var(--news-purple-dark);
}

.vu-news-lead {
    max-width: 700px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 13pt;
    line-height: 1.6;
    color: #5b5168;
}


/* =========================================================
   FORDELE
   ========================================================= */

.vu-news-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vu-news-benefit {
    padding: 22px 20px;
    border-radius: 18px;
    background: linear-gradient(
        145deg,
        rgba(138,99,255,0.12),
        rgba(138,99,255,0.035)
    );
    border: 1px solid var(--news-border);
    border-top: 4px solid var(--news-purple);
    box-shadow: 0 6px 16px rgba(60,36,100,0.06);
}

.vu-news-benefit-mark {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--news-purple);
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}

.vu-news-benefit-title {
    margin: 0 0 7px;
    font-size: 14pt;
    color: var(--news-purple-dark);
}

.vu-news-benefit-text {
    margin: 0;
    font-size: 11.5pt;
    line-height: 1.55;
    color: #50475d;
}


/* =========================================================
   BRAND / FÆLLESSKAB
   ========================================================= */

.vu-news-brand {
    margin-top: 44px;
    padding: 30px 20px;
    border-radius: 22px;
    background: #faf8ff;
    border: 1px solid var(--news-border);
    text-align: center;
}

.vu-news-brand-title {
    margin: 0;
    font-size: 23pt;
    color: var(--news-purple-dark);
}

.vu-news-brand-text {
    max-width: 700px;
    margin: 8px auto 20px;
    font-size: 13pt;
    line-height: 1.6;
    color: #5d5369;
}

.vu-news-brand-symbol {
    display: block;
    width: 150px;
    max-width: 45%;
    margin: 0 auto 5px;
}

.vu-news-brand-name {
    display: block;
    width: 360px;
    max-width: 80%;
    margin: 0 auto;
}


/* =========================================================
   GALLERI
   ========================================================= */

.vu-news-gallery {
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid var(--news-border);
}

.vu-news-gallery-title {
    margin: 0;
    text-align: center;
    font-size: 23pt;
    color: var(--news-purple-dark);
}

.vu-news-gallery-subtitle {
    margin: 6px 0 22px;
    text-align: center;
    font-size: 12pt;
    color: #71677c;
}


/* =========================================================
   BUNDSEKTION
   ========================================================= */

.vu-news-bottom {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    margin-top: 42px;
    align-items: stretch;
}

.vu-news-reading {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 8px 20px rgba(48,27,84,0.10);
}

.vu-news-reading img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.vu-news-final-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(
        145deg,
        #f5efff,
        #ffffff
    );
    border: 1px solid var(--news-border);
    text-align: center;
}

.vu-news-final-title {
    margin: 0 0 8px;
    font-size: 22pt;
    color: var(--news-purple-dark);
}

.vu-news-final-text {
    margin: 0;
    font-size: 12pt;
    line-height: 1.6;
    color: #5d5369;
}

.vu-news-instagram {
    display: inline-block;
    margin: 18px auto 0;
}

.vu-news-instagram img {
    display: block;
    width: 86px;
    height: auto;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 900px) {

    .vu-news-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vu-news-bottom {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media screen and (max-width: 600px) {

    .vu-newsletter {
        width: 100%;
    }

    .vu-news-hero {
        min-height: 560px;
        border-radius: 18px;
    }

    .vu-news-hero img {
        object-position: 48% center;
    }

    .vu-news-hero::after {
        background:
            linear-gradient(
                to bottom,
                rgba(22,10,38,0.18) 0%,
                rgba(22,10,38,0.64) 45%,
                rgba(22,10,38,0.96) 100%
            );
    }

    .vu-news-hero-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        padding: 28px 22px 70px;
    }

    .vu-news-kicker {
        font-size: 10pt;
    }

    .vu-news-hero-title {
        font-size: 29px;
    }

    .vu-news-hero-subtitle {
        font-size: 15pt;
        margin-top: 10px;
    }

    .vu-news-hero-text {
        font-size: 11.5pt;
        line-height: 1.55;
        margin-top: 12px;
    }

    .vu-news-secondary-link {
        display: block;
        margin: 12px 0 0;
    }

    .vu-news-signup-card {
        width: calc(100% - 24px);
        margin-top: -38px;
        padding: 22px 17px;
        border-radius: 18px;
    }

    .vu-news-signup-title {
        font-size: 20pt;
    }

    .vu-news-heading {
        font-size: 21pt;
    }

    .vu-news-lead {
        padding: 0 5px;
        font-size: 11.5pt;
    }

    .vu-news-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vu-news-benefit {
        padding: 18px;
    }

    .vu-news-brand {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .vu-news-brand-title {
        font-size: 20pt;
    }

    .vu-news-brand-text {
        font-size: 11.5pt;
    }

    .vu-news-gallery-title {
        font-size: 20pt;
    }

    .vu-news-bottom {
        gap: 16px;
    }

    .vu-news-reading {
        border-radius: 18px;
    }

    .vu-news-reading img {
        min-height: 0;
        height: auto;
    }

    .vu-news-final-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

}
/* DESKTOP - hold hele nyhedsbrevstitlen på én linje */
@media screen and (min-width: 768px) {

    .vu-news-hero-content {
        width: 72%;
        max-width: none;
    }

    .vu-news-hero-title {
        white-space: nowrap;
        font-size: clamp(34px, 3.5vw, 52px);
    }

}
/* =========================================================
   BIOGRAFIER / BIO-SIDER - MOBIL LÆSEVENLIGHED
   ========================================================= */

@media screen and (max-width: 700px) {

    /* -----------------------------------------------------
       TYPOGRAFI
       ----------------------------------------------------- */

    .bio-page .bio-intro,
    .bio-page .bio-body,
    .bio-page .bio-highlight,
    .bio-page .bio-ending,
    .bio-page .bio-links,
    .bio-page .bio-info-title,
    .bio-page .bio-info-text {
        font-family: "Book Antiqua", Palatino, serif !important;
        font-size: 12pt !important;
        line-height: 1.65 !important;
    }


    /* -----------------------------------------------------
       INTRO
       ----------------------------------------------------- */

    .bio-page .bio-intro {
        margin: 0 0 18px 0 !important;
    }


    /* -----------------------------------------------------
       ALMINDELIG BRØDTEKST
       ----------------------------------------------------- */

    .bio-page .bio-body {
        margin: 0 0 15px 0 !important;
        padding: 0 !important;
    }

    /*
       Når to almindelige afsnit står efter hinanden,
       får de en diskret adskillelse.
       Ingen ekstra boks.
    */

    .bio-page .bio-body + .bio-body {
        border-top: 1px solid var(--bio-border);
        padding-top: 15px !important;
    }


    /* -----------------------------------------------------
       FREMHÆVEDE BOKSE
       ----------------------------------------------------- */

    .bio-page .bio-highlight {
        margin: 20px 0 !important;
        padding: 15px 17px !important;
        line-height: 1.6 !important;
        border-radius: 0 10px 10px 0;
    }


    /* -----------------------------------------------------
       INFOBOKS UNDER BILLEDET
       ----------------------------------------------------- */

    .bio-page .bio-info-box {
        margin-top: 16px !important;
        padding: 15px 17px !important;
    }

    .bio-page .bio-info-title {
        margin-bottom: 8px !important;
    }


    /* -----------------------------------------------------
       AFSLUTNING
       ----------------------------------------------------- */

    .bio-page .bio-ending {
        margin-top: 20px !important;
        padding-top: 17px !important;
    }


    /* -----------------------------------------------------
       LINKS
       ----------------------------------------------------- */

    .bio-page .bio-links {
        margin-top: 16px !important;
        line-height: 1.7 !important;
    }


    /* -----------------------------------------------------
       MINDRE LUFT MELLEM HOVEDKOLONNER
       ----------------------------------------------------- */

    .bio-page {
        gap: 20px !important;
    }
}