/* ==========================================================
   BELORGANIC INSIGHTS
   HELIX ULTIMATE SINGLE ARTICLE GLOBAL STYLE
========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Inter:wght@400;500;600&display=swap');


/* ==========================================================
   VARIABLES
========================================================== */

body.view-article {
    --bel-forest: #183A2E;
    --bel-cream: #F6F1E8;
    --bel-white: #FFFFFF;
    --bel-text: #37413B;
    --bel-muted: #6F7C73;
    --bel-gold: #B99A5B;
    --bel-line: #DED8CD;
}


/* ==========================================================
   MAIN ARTICLE AREA
========================================================== */

body.view-article #sp-main-body {
    padding-top: 64px;
    padding-bottom: 105px;
    background: #FFFFFF;
}


/* Helix article wrapper */

body.view-article .article-details {
    width: min(calc(100% - 48px), 1180px);
    margin-left: auto;
    margin-right: auto;
    font-family: "Inter", Arial, sans-serif;
}


/* ==========================================================
   ARTICLE TITLE
========================================================== */

body.view-article .article-details .article-header {
    width: min(100%, 960px);
    margin: 0 auto 26px;
}

body.view-article .article-details .article-header h1,
body.view-article .article-details .article-header h2 {
    margin: 0 !important;

    color: var(--bel-forest) !important;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(50px, 5vw, 64px) !important;
    font-weight: 600 !important;
    line-height: 1.02 !important;

    letter-spacing: -0.027em !important;
    text-transform: none !important;
}


/* ==========================================================
   AUTHOR / ARTICLE INFO
========================================================== */

body.view-article .article-details .article-info {
    width: min(100%, 960px);
    margin: 0 auto 58px !important;

    color: var(--bel-muted) !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}


/* ==========================================================
   REMOVE UNNEEDED HELIX ELEMENTS
========================================================== */

body.view-article .article-details .article-ratings-social-share,
body.view-article .article-details .article-can-edit,
body.view-article .article-details .tags {
    display: none !important;
}


/* ==========================================================
   ARTICLE BODY — READING WIDTH
========================================================== */

body.view-article .article-details .articleBody,
body.view-article .article-details .article-body,
body.view-article .article-details [itemprop="articleBody"] {
    width: min(100%, 800px);
    margin-left: auto;
    margin-right: auto;

    color: var(--bel-text);
    font-family: "Inter", Arial, sans-serif !important;
}


/* ==========================================================
   NORMAL PARAGRAPHS
========================================================== */

body.view-article .article-details .articleBody p,
body.view-article .article-details .article-body p,
body.view-article .article-details [itemprop="articleBody"] p {
    margin: 0 0 27px !important;

    color: var(--bel-text) !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 17.5px !important;
    font-weight: 400 !important;
    line-height: 1.82 !important;
}


/* ==========================================================
   FIRST PARAGRAPH — LEAD
========================================================== */

body.view-article .article-details .articleBody > p:first-of-type,
body.view-article .article-details .article-body > p:first-of-type,
body.view-article .article-details [itemprop="articleBody"] > p:first-of-type {
    margin-bottom: 42px !important;

    color: var(--bel-forest) !important;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 1.46 !important;
}


/* ==========================================================
   H2 — MAIN SECTIONS
========================================================== */

body.view-article .article-details .articleBody h2,
body.view-article .article-details .article-body h2,
body.view-article .article-details [itemprop="articleBody"] h2 {
    position: relative;

    margin: 78px 0 28px !important;
    padding-top: 25px !important;

    color: var(--bel-forest) !important;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 1.09 !important;

    letter-spacing: -0.022em !important;
    text-transform: none !important;
}


/* Belorganic gold + forest line */

body.view-article .article-details .articleBody h2::before,
body.view-article .article-details .article-body h2::before,
body.view-article .article-details [itemprop="articleBody"] h2::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 76px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            var(--bel-gold) 0 31px,
            transparent 31px 40px,
            var(--bel-forest) 40px 76px
        );
}


/* ==========================================================
   H3 — SUBSECTIONS
========================================================== */

body.view-article .article-details .articleBody h3,
body.view-article .article-details .article-body h3,
body.view-article .article-details [itemprop="articleBody"] h3 {
    margin: 48px 0 21px !important;

    color: var(--bel-forest) !important;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;

    letter-spacing: -0.016em !important;
    text-transform: none !important;
}


/* ==========================================================
   BOLD
========================================================== */

body.view-article .article-details strong {
    color: var(--bel-forest) !important;
    font-weight: 600 !important;
}


/* ==========================================================
   LINKS
========================================================== */

body.view-article .article-details .articleBody a,
body.view-article .article-details .article-body a,
body.view-article .article-details [itemprop="articleBody"] a {
    color: var(--bel-forest) !important;

    text-decoration: underline !important;
    text-decoration-color: rgba(185,154,91,.75) !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;
}

body.view-article .article-details .articleBody a:hover,
body.view-article .article-details .article-body a:hover,
body.view-article .article-details [itemprop="articleBody"] a:hover {
    color: var(--bel-gold) !important;
}


/* ==========================================================
   BULLET LIST
========================================================== */

body.view-article .article-details .articleBody ul,
body.view-article .article-details .article-body ul,
body.view-article .article-details [itemprop="articleBody"] ul {
    margin: 34px 0 40px !important;
    padding: 0 !important;

    list-style: none !important;

    border-top: 1px solid var(--bel-line);
}

body.view-article .article-details .articleBody ul li,
body.view-article .article-details .article-body ul li,
body.view-article .article-details [itemprop="articleBody"] ul li {
    position: relative;

    padding: 15px 0 15px 29px !important;

    border-bottom: 1px solid var(--bel-line);

    color: var(--bel-text);

    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.66;
}

body.view-article .article-details ul li::before {
    content: "";

    position: absolute;

    left: 2px;
    top: 27px;

    width: 9px;
    height: 1px;

    background: var(--bel-gold);
}


/* ==========================================================
   BLOCKQUOTE
========================================================== */

body.view-article .article-details blockquote {
    position: relative;

    margin: 60px 0 !important;
    padding: 4px 0 4px 33px !important;

    border: 0 !important;
    border-left: 1px solid var(--bel-gold) !important;

    background: transparent !important;
}

body.view-article .article-details blockquote::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 0;

    width: 1px;
    height: 39px;

    background: var(--bel-forest);
}

body.view-article .article-details blockquote p {
    margin: 0 !important;

    color: var(--bel-forest) !important;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    line-height: 1.34 !important;
}


/* ==========================================================
   HORIZONTAL DIVIDER
========================================================== */

body.view-article .article-details hr {
    width: 100%;
    height: 1px;

    margin: 70px 0 !important;

    border: 0;

    background:
        linear-gradient(
            90deg,
            var(--bel-gold) 0 65px,
            var(--bel-line) 65px 100%
        );
}


/* ==========================================================
   IMAGES
========================================================== */

body.view-article .article-details .articleBody img,
body.view-article .article-details .article-body img,
body.view-article .article-details [itemprop="articleBody"] img {
    display: block;

    max-width: 100%;
    height: auto;

    margin: 48px auto;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    body.view-article #sp-main-body {
        padding-top: 45px;
        padding-bottom: 72px;
    }

    body.view-article .article-details {
        width: calc(100% - 36px);
    }

    body.view-article .article-details .article-header {
        width: 100%;
        margin-bottom: 24px;
    }

    body.view-article .article-details .article-header h1,
    body.view-article .article-details .article-header h2 {
        font-size: clamp(38px, 11vw, 46px) !important;
        line-height: 1.01 !important;
    }

    body.view-article .article-details .article-info {
        width: 100%;
        margin-bottom: 43px !important;

        font-size: 11px !important;
    }

    body.view-article .article-details .articleBody,
    body.view-article .article-details .article-body,
    body.view-article .article-details [itemprop="articleBody"] {
        width: 100%;
    }

    body.view-article .article-details .articleBody p,
    body.view-article .article-details .article-body p,
    body.view-article .article-details [itemprop="articleBody"] p {
        margin-bottom: 24px !important;

        font-size: 16px !important;
        line-height: 1.76 !important;
    }

    body.view-article .article-details .articleBody > p:first-of-type,
    body.view-article .article-details .article-body > p:first-of-type,
    body.view-article .article-details [itemprop="articleBody"] > p:first-of-type {
        margin-bottom: 35px !important;

        font-size: 24px !important;
        line-height: 1.44 !important;
    }

    body.view-article .article-details .articleBody h2,
    body.view-article .article-details .article-body h2,
    body.view-article .article-details [itemprop="articleBody"] h2 {
        margin-top: 58px !important;
        margin-bottom: 23px !important;
        padding-top: 21px !important;

        font-size: 32px !important;
        line-height: 1.10 !important;
    }

    body.view-article .article-details .articleBody h3,
    body.view-article .article-details .article-body h3,
    body.view-article .article-details [itemprop="articleBody"] h3 {
        margin-top: 41px !important;

        font-size: 26px !important;
    }

    body.view-article .article-details blockquote {
        margin: 48px 0 !important;
        padding-left: 23px !important;
    }

    body.view-article .article-details blockquote p {
        font-size: 27px !important;
    }

}


@media (max-width: 390px) {

    body.view-article .article-details {
        width: calc(100% - 28px);
    }

}


/* =========================================================
   BELORGANIC — GLOBAL FOOTER
========================================================= */

/* Footer background */
#sp-bottom {
    background: #102A22;
    color: #F6F1E8;
    padding: 68px 0 56px;
    border-top: 1px solid rgba(185, 154, 91, 0.32);

}

/* Space between the three footer columns */
#sp-bottom .container {
    max-width: 1320px;
}

#sp-bottom .row {
    align-items: flex-start;
}

#sp-bottom .sp-module {
    margin-bottom: 0;
}

#sp-bottom .sp-module-title {
    display: none;
}


/* =========================================================
   COLUMN 1 — BELORGANIC
========================================================= */

.bo-footer-brand {
    max-width: 410px;
    font-family: "Inter", Arial, sans-serif;
}

.bo-footer-brand__eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;

    margin: 0 0 24px;

    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.17em;
    text-transform: uppercase;

    color: #B99A5B;
}

.bo-footer-brand__eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: #B99A5B;
    flex: 0 0 28px;
}

.bo-footer-brand__name {
    margin: 0 0 9px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.035em;

    color: #FFFFFF;
}

.bo-footer-brand__role {
    margin: 0 0 24px;

    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-transform: uppercase;

    color: #B99A5B;
}

.bo-footer-brand__text {
    max-width: 390px;
    margin: 0;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;

    color: rgba(246, 241, 232, 0.72);
}

.bo-footer-brand__text strong {
    font-weight: 500;
    color: #F6F1E8;
}

.bo-footer-brand__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 25px;

    font-size: 11.5px;
    line-height: 1.6;

    color: rgba(246, 241, 232, 0.75);
}

.bo-footer-brand__dot {
    color: #B99A5B;
}


/* =========================================================
   COLUMNS 2 & 3 — SHARED
========================================================= */

.bo-footer-explore,
.bo-footer-business {
    font-family: "Inter", Arial, sans-serif;
}

.bo-footer-column-title {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0 0 23px;

    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: #B99A5B;
}

.bo-footer-column-title::before {
    content: "";
    width: 24px;
    height: 1px;
    flex: 0 0 24px;

    background: #B99A5B;
}

.bo-footer-explore ul,
.bo-footer-business ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bo-footer-explore li,
.bo-footer-business li {
    margin: 0 0 10px;
}

.bo-footer-explore a,
.bo-footer-business a {
    color: rgba(246, 241, 232, 0.78);
    text-decoration: none;

    font-size: 13px;
    line-height: 1.55;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.bo-footer-explore a:hover,
.bo-footer-business a:hover {
    color: #B99A5B;
}


/* Product hierarchy */

.bo-footer-product-label {
    margin: 19px 0 11px;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: rgba(246, 241, 232, 0.48);
}

.bo-footer-product-links {
    margin: 0 0 20px !important;
    padding-left: 15px !important;

    border-left: 1px solid rgba(185, 154, 91, 0.38);
}

.bo-footer-product-links a {
    font-size: 12px;
    color: rgba(246, 241, 232, 0.64);
}


/* Business partner actions */

.bo-footer-action {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    width: 100%;
    padding: 11px 0;

    border-bottom: 1px solid rgba(246, 241, 232, 0.13);

    font-size: 13px !important;
    color: #F6F1E8 !important;
}

.bo-footer-action__arrow {
    color: #B99A5B;
    font-size: 16px;
}


/* Official channels */

.bo-footer-official {
    margin-top: 29px;
}

.bo-footer-official__title {
    margin: 0 0 13px;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: rgba(246, 241, 232, 0.48);
}

.bo-footer-official a {
    display: block;
    width: fit-content;

    margin-bottom: 8px;

    font-size: 11.5px;
    line-height: 1.55;

    color: rgba(246, 241, 232, 0.66);
}


/* =========================================================
   COPYRIGHT / BOTTOM FOOTER
========================================================= */

#sp-footer {
    background: #183A2E;
    color: rgba(246, 241, 232, 0.55);

    border-top: 1px solid rgba(246, 241, 232, 0.12);
}

#sp-footer .container {
    max-width: 1320px;
}

#sp-footer .copyright,
#sp-footer,
#sp-footer a {
    font-size: 11px;
    color: rgba(246, 241, 232, 0.58);
}

#sp-footer a:hover {
    color: #B99A5B;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    #sp-bottom {
        padding: 56px 0 46px;
    }

    #sp-bottom .sp-module {
        margin-bottom: 42px;
    }

    .bo-footer-brand {
        max-width: 100%;
    }

    .bo-footer-brand__text {
        max-width: 520px;
    }
}


@media (max-width: 767px) {

    #sp-bottom {
        padding: 46px 0 34px;
    }

    .bo-footer-brand__name {
        font-size: 33px;
    }

    .bo-footer-brand__text {
        max-width: 100%;
    }

    .bo-footer-column-title {
        margin-top: 4px;
    }
}

/* =========================================================
   BELORGANIC FOOTER — EQUAL DESKTOP COLUMNS
========================================================= */

@media (min-width: 992px) {

    #sp-bottom .row > div:nth-child(1),
    #sp-bottom .row > div:nth-child(2),
    #sp-bottom .row > div:nth-child(3) {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        width: 33.333333% !important;
    }

}

/* =========================================================
   BELORGANIC FOOTER — FINAL DESKTOP ALIGNMENT
========================================================= */

@media (min-width: 992px) {

    /* More breathing room on both sides of the footer */
    #sp-bottom .container {
        padding-left: 42px;
        padding-right: 42px;
    }

    /* Column 1 — move slightly inward */
    .bo-footer-brand {
        max-width: 430px;
        margin-left: 14px;
        margin-right: auto;
    }

    /* Column 2 — center the whole navigation block,
       but keep all text left-aligned */
    .bo-footer-explore {
        width: 100%;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    /* Column 3 — keep it balanced toward the right */
    .bo-footer-business {
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: 0;
    }

}

/* =========================================================
   BELORGANIC — B2B INFORMATION PACK
   /b2b-information-pack
========================================================= */

.bo-pack,
.bo-pack * {
    box-sizing: border-box;
}

.bo-pack {
    --bo-cream: #F6F1E8;
    --bo-forest: #183A2E;
    --bo-dark-forest: #102A22;
    --bo-gold: #B99A5B;
    --bo-white: #FFFFFF;
    --bo-charcoal: #1E2421;
    --bo-muted: #69766F;
    --bo-border: #DDD7CC;

    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;

    background: var(--bo-cream);
    color: var(--bo-charcoal);

    font-family: "Inter", Arial, sans-serif;
}

.bo-pack__container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}


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

.bo-pack__hero {
    padding: 96px 0 78px;
    background: var(--bo-cream);
}

.bo-pack__eyebrow,
.bo-pack__section-label {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 0 0 22px;

    color: var(--bo-forest);

    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bo-pack__eyebrow-line,
.bo-pack__section-line {
    display: block;
    width: 30px;
    height: 1px;
    flex: 0 0 30px;

    background: var(--bo-gold);
}

.bo-pack__title {
    max-width: 820px;

    margin: 0;

    color: var(--bo-dark-forest);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(54px, 6vw, 82px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.bo-pack__intro {
    max-width: 770px;

    margin: 30px 0 0;

    color: var(--bo-muted);

    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.bo-pack__main {
    padding: 88px 0 104px;

    background: #F9F6F0;

    border-top: 1px solid rgba(24, 58, 46, 0.08);
}

.bo-pack__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.82fr);
    gap: 88px;
    align-items: start;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.bo-pack__content {
    padding-top: 14px;
}

.bo-pack__heading {
    max-width: 610px;

    margin: 0;

    color: var(--bo-dark-forest);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.bo-pack__text {
    max-width: 630px;

    margin: 26px 0 0;

    color: var(--bo-muted);

    font-size: 16px;
    line-height: 1.75;
}

.bo-pack__list {
    max-width: 650px;

    margin: 42px 0 0;
    padding: 0;

    list-style: none;
}

.bo-pack__list li {
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: 16px;
    align-items: start;

    padding: 15px 0;

    color: var(--bo-charcoal);

    font-size: 15px;
    line-height: 1.55;

    border-bottom: 1px solid rgba(24, 58, 46, 0.10);
}

.bo-pack__list li:first-child {
    border-top: 1px solid rgba(24, 58, 46, 0.10);
}

.bo-pack__list-mark {
    width: 5px;
    height: 5px;

    margin-top: 9px;

    background: var(--bo-gold);
    border-radius: 50%;
}


/* =========================================================
   FORM CARD
========================================================= */

.bo-pack__form-card {
    position: relative;

    padding: 46px 44px 42px;

    background: var(--bo-white);

    border: 1px solid rgba(16, 42, 34, 0.10);

    box-shadow:
        0 24px 55px rgba(16, 42, 34, 0.08),
        0 4px 12px rgba(16, 42, 34, 0.03);
}

.bo-pack__form-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 44px;

    width: 54px;
    height: 2px;

    background: var(--bo-gold);
}

.bo-pack__form-title {
    margin: 0;

    color: var(--bo-dark-forest);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.bo-pack__form-intro {
    margin: 18px 0 0;

    color: var(--bo-muted);

    font-size: 14px;
    line-height: 1.65;
}

.bo-pack__form {
    margin-top: 34px;
}

.bo-pack__field {
    margin-bottom: 22px;
}

.bo-pack__field label {
    display: block;

    margin: 0 0 9px;

    color: var(--bo-dark-forest);

    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.035em;
}

.bo-pack__field label span {
    color: var(--bo-gold);
}

.bo-pack__field input {
    display: block;

    width: 100%;
    height: 52px;

    margin: 0;
    padding: 0 15px;

    color: var(--bo-charcoal);
    background: var(--bo-white);

    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;

    border: 1px solid var(--bo-border);
    border-radius: 0;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.bo-pack__field input:hover {
    border-color: #BFC3BC;
}

.bo-pack__field input:focus {
    border-color: var(--bo-forest);

    box-shadow: 0 0 0 3px rgba(24, 58, 46, 0.07);
}

.bo-pack__submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    width: 100%;
    min-height: 56px;

    margin: 30px 0 0;
    padding: 15px 20px;

    color: var(--bo-white);
    background: var(--bo-forest);

    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.02em;

    border: 1px solid var(--bo-forest);
    border-radius: 0;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.bo-pack__submit:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.bo-pack__arrow {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.bo-pack__form-note {
    margin: 14px 0 0;

    color: var(--bo-muted);

    font-size: 11px;
    line-height: 1.55;
}


/* =========================================================
   NEXT STEP
========================================================= */

.bo-pack__next-step {
    margin-top: 34px;
    padding-top: 28px;

    border-top: 1px solid rgba(24, 58, 46, 0.12);
}

.bo-pack__next-label {
    margin: 0 0 10px;

    color: var(--bo-charcoal);

    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.bo-pack__pilot-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: var(--bo-forest);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;

    text-decoration: none;

    border-bottom: 1px solid rgba(185, 154, 91, 0.65);

    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        gap 0.2s ease;
}

.bo-pack__pilot-link:hover,
.bo-pack__pilot-link:focus {
    gap: 14px;

    color: var(--bo-dark-forest);
    border-color: var(--bo-gold);

    text-decoration: none;
}


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

@media (max-width: 991px) {

    .bo-pack__container {
        width: min(100% - 48px, 900px);
    }

    .bo-pack__hero {
        padding: 78px 0 64px;
    }

    .bo-pack__main {
        padding: 68px 0 82px;
    }

    .bo-pack__grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .bo-pack__content {
        padding-top: 0;
    }

    .bo-pack__form-card {
        max-width: 620px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .bo-pack__container {
        width: calc(100% - 36px);
    }

    .bo-pack__hero {
        padding: 58px 0 48px;
    }

    .bo-pack__title {
        font-size: 48px;
        line-height: 1;
    }

    .bo-pack__intro {
        margin-top: 22px;

        font-size: 16px;
        line-height: 1.65;
    }

    .bo-pack__main {
        padding: 52px 0 64px;
    }

    .bo-pack__grid {
        gap: 46px;
    }

    .bo-pack__heading {
        font-size: 36px;
    }

    .bo-pack__text {
        margin-top: 22px;
    }

    .bo-pack__list {
        margin-top: 32px;
    }

    .bo-pack__form-card {
        padding: 38px 26px 34px;
    }

    .bo-pack__form-card::before {
        left: 26px;
        width: 46px;
    }

    .bo-pack__form-title {
        font-size: 34px;
    }

}

/* =========================================================
   B2B INFORMATION PACK — LIST WIDTH FIX
========================================================= */

.bo-pack__list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
}

.bo-pack__list li > .bo-pack__list-mark {
    flex: 0 0 5px !important;
    width: 5px !important;
    min-width: 5px !important;
}

.bo-pack__list li > span:last-child {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}
/* B2B INFORMATION PACK — VERTICAL SPACING */
.bo-pack__main {
    padding-bottom: 64px;
}

/* =========================================================
   BELORGANIC — LEGAL PAGES
   Imprint / Disclaimer / Privacy Policy
========================================================= */

.bel-legal {
    background: #F6F1E8;
    color: #1E2421;
    padding: 78px 32px 92px;
}

.bel-legal,
.bel-legal * {
    box-sizing: border-box;
}

.bel-legal__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}


/* ---------- Header ---------- */

.bel-legal__header {
    max-width: 820px;
    margin-bottom: 68px;
}

.bel-legal__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;

    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #B99A5B;
}

.bel-legal__eyebrow-line {
    display: block;
    width: 38px;
    height: 1px;
    background: #B99A5B;
    flex: 0 0 auto;
}

.bel-legal .bel-legal__title {
    margin: 0 0 24px;
    padding: 0;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(48px, 5vw, 68px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #183A2E;
}

.bel-legal__intro {
    margin: 0 !important;
    max-width: 780px;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    color: #5F6B64 !important;
}


/* ---------- Content ---------- */

.bel-legal__content {
    max-width: 820px;
}

.bel-legal__section {
    padding: 0 0 42px;
    margin: 0 0 42px;
    border-bottom: 1px solid rgba(24, 58, 46, 0.14);
}

.bel-legal__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.bel-legal .bel-legal__section h2 {
    margin: 0 0 22px;
    padding: 0;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: #183A2E;
}

.bel-legal .bel-legal__section p {
    margin: 0 0 18px;

    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #29332E;
}

.bel-legal .bel-legal__section p:last-child {
    margin-bottom: 0;
}

.bel-legal .bel-legal__section strong {
    font-weight: 600;
    color: #183A2E;
}

.bel-legal__address {
    margin-bottom: 24px !important;
}


/* ---------- Links ---------- */

.bel-legal a {
    color: #183A2E;
    text-decoration: none;
    border-bottom: 1px solid rgba(185, 154, 91, 0.7);
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

.bel-legal a:hover,
.bel-legal a:focus {
    color: #B99A5B;
    border-bottom-color: #B99A5B;
}


/* ---------- Tablet ---------- */

@media (max-width: 991px) {

    .bel-legal {
        padding: 64px 28px 76px;
    }

    .bel-legal__header {
        margin-bottom: 56px;
    }

    .bel-legal__section {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }
}


/* ---------- Mobile ---------- */

@media (max-width: 767px) {

    .bel-legal {
        padding: 48px 20px 60px;
    }

    .bel-legal__header {
        margin-bottom: 46px;
    }

    .bel-legal__eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
    }

    .bel-legal__eyebrow-line {
        width: 30px;
    }

    .bel-legal .bel-legal__title {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .bel-legal__intro {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .bel-legal .bel-legal__section h2 {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .bel-legal .bel-legal__section p {
        font-size: 15px;
        line-height: 1.7;
    }

    .bel-legal__section {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

/* BELORGANIC LEGAL — remove inherited article decorations */

.bel-legal .bel-legal__section::before,
.bel-legal .bel-legal__section::after,
.bel-legal .bel-legal__section h2::before,
.bel-legal .bel-legal__section h2::after {
    content: none !important;
    display: none !important;
}
