.business-story {
    color: var(--site-ink);
    background: var(--site-paper);
}

.business-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.business-kicker,
.business-section-heading > span {
    display: block;
    color: #b39553;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.business-hero {
    min-height: 700px;
    overflow: hidden;
    color: #f8f2e4;
    background:
        radial-gradient(circle at 78% 26%, rgba(211, 176, 103, .18), transparent 25%),
        linear-gradient(125deg, #10241e, #17382f 58%, #204a3e);
}

.business-hero-grid {
    display: grid;
    min-height: 700px;
    grid-template-columns: minmax(520px, 1.25fr) minmax(340px, .75fr);
    align-items: center;
    gap: 60px;
}

.business-hero h1 {
    max-width: 800px;
    margin: 28px 0 26px;
    color: #fff9ec;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 7vw, 92px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .98;
}

.business-hero p {
    max-width: 680px;
    color: rgba(248, 242, 228, .74);
    font-size: 18px;
    line-height: 1.75;
}

.business-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 40px;
}

.business-actions a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .32);
    padding: 0 25px;
    color: #fff9ec;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.business-actions .business-primary {
    color: #14281f;
    border-color: #d8c38c;
    background: #d8c38c;
}

.business-hero-composition {
    position: relative;
    min-height: 470px;
}

.business-shape {
    position: absolute;
    display: block;
    border: 1px solid rgba(230, 208, 151, .36);
}

.business-shape-one {
    inset: 4% 6% 11% 2%;
    border-radius: 50%;
}

.business-shape-two {
    inset: 18% 20% 25% 16%;
    border-radius: 50%;
    background: rgba(211, 176, 103, .08);
}

.business-shape-three {
    top: 4%;
    right: 12%;
    width: 42%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, .04);
    transform: rotate(24deg);
}

.business-hero-composition > div {
    position: absolute;
    top: 31%;
    left: 25%;
    display: grid;
    gap: 6px;
}

.business-hero-composition small {
    margin-bottom: 14px;
    color: rgba(248, 242, 228, .62);
    font-size: 10px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.business-hero-composition strong {
    color: #fff9ec;
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -.03em;
}

.business-uses,
.business-rights {
    padding: 118px 0;
    background: #f3efe6;
}

.business-section-heading {
    max-width: 780px;
}

.business-section-heading h2,
.business-why h2,
.business-closing h2 {
    margin: 22px 0;
    color: var(--site-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.business-section-heading p {
    max-width: 650px;
    color: var(--site-muted);
    font-size: 16px;
    line-height: 1.72;
}

.business-use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    border-top: 1px solid var(--site-line);
    border-left: 1px solid var(--site-line);
}

.business-use-grid article {
    min-height: 310px;
    border-right: 1px solid var(--site-line);
    border-bottom: 1px solid var(--site-line);
    padding: 32px;
    background: rgba(255, 255, 255, .34);
}

.business-use-grid article > span,
.business-advantage-list article > span,
.business-process li > span {
    color: #9a7945;
    font-family: Georgia, serif;
    font-size: 14px;
}

.business-use-grid h3 {
    max-width: 260px;
    margin: 70px 0 18px;
    color: var(--site-ink);
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.16;
}

.business-use-grid p,
.business-advantage-list p,
.business-rights-grid p,
.business-process li p {
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.7;
}

.business-why {
    padding: 125px 0;
    background: var(--site-paper);
}

.business-split {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(500px, 1.2fr);
    gap: clamp(70px, 11vw, 150px);
}

.business-sticky-heading {
    align-self: start;
    position: sticky;
    top: 140px;
}

.business-advantage-list {
    border-top: 1px solid var(--site-line);
}

.business-advantage-list article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 34px 0;
    border-bottom: 1px solid var(--site-line);
}

.business-advantage-list h3 {
    margin: 0 0 11px;
    color: var(--site-ink);
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 400;
}

.business-rights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
}

.business-rights-grid article {
    padding: 28px 28px 16px 0;
}

.business-rights-grid article + article {
    padding-left: 28px;
    border-left: 1px solid var(--site-line);
}

.business-rights-grid span {
    color: #9a7945;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.business-rights-grid h3 {
    margin: 42px 0 16px;
    color: var(--site-ink);
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 400;
}

.business-us-note {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    margin-top: 82px;
    padding: 48px 52px;
    color: #f8f2e4;
    background: var(--site-ink);
}

.business-us-note > div:first-child span {
    color: var(--site-gold-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.business-us-note h3 {
    margin: 18px 0 0;
    color: #fff9ec;
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.16;
}

.business-us-note p {
    margin: 0;
    color: rgba(248, 242, 228, .7);
    font-size: 14px;
    line-height: 1.75;
}

.business-us-note p + p {
    margin-top: 18px;
}

.business-official-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
}

.business-official-links a {
    color: #e1cb91;
    font-size: 12px;
    text-underline-offset: 4px;
}

.business-process {
    padding: 118px 0;
    background: var(--site-paper);
}

.business-process ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 62px 0 0;
    padding: 0;
    border-top: 1px solid var(--site-line);
    border-bottom: 1px solid var(--site-line);
    list-style: none;
}

.business-process li {
    min-height: 290px;
    padding: 30px 28px;
}

.business-process li + li {
    border-left: 1px solid var(--site-line);
}

.business-process li strong {
    display: block;
    margin: 70px 0 15px;
    color: var(--site-ink);
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 400;
}

.business-closing {
    padding: 120px 0;
    color: #f8f2e4;
    text-align: center;
    background: #10241e;
}

.business-closing h2 {
    color: #fff9ec;
}

.business-closing p {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(248, 242, 228, .7);
    font-size: 16px;
    line-height: 1.7;
}

.business-closing a {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 38px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8c38c;
    color: #fff9ec;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 980px) {
    .business-hero-grid {
        grid-template-columns: 1fr;
    }

    .business-hero-composition {
        display: none;
    }

    .business-split {
        grid-template-columns: 1fr;
    }

    .business-sticky-heading {
        position: static;
    }

    .business-use-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .business-rights-grid,
    .business-process ol {
        grid-template-columns: repeat(2, 1fr);
    }

    .business-rights-grid article:nth-child(3),
    .business-process li:nth-child(3) {
        border-left: 0;
    }

    .business-us-note {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 640px) {
    .business-shell {
        width: calc(100% - 32px);
    }

    .business-hero,
    .business-hero-grid {
        min-height: 650px;
    }

    .business-hero h1 {
        font-size: 49px;
    }

    .business-hero p {
        font-size: 16px;
    }

    .business-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .business-actions a {
        width: 100%;
    }

    .business-uses,
    .business-why,
    .business-rights,
    .business-process,
    .business-closing {
        padding: 78px 0;
    }

    .business-section-heading h2,
    .business-why h2,
    .business-closing h2 {
        font-size: 40px;
    }

    .business-use-grid,
    .business-rights-grid,
    .business-process ol {
        grid-template-columns: 1fr;
    }

    .business-use-grid article {
        min-height: 260px;
    }

    .business-rights-grid article,
    .business-rights-grid article + article {
        padding: 30px 0;
        border-top: 1px solid var(--site-line);
        border-left: 0;
    }

    .business-rights-grid h3 {
        margin-top: 28px;
    }

    .business-us-note {
        margin-top: 56px;
        padding: 34px 24px;
    }

    .business-process li,
    .business-process li + li {
        min-height: 230px;
        border-top: 1px solid var(--site-line);
        border-left: 0;
    }

    .business-process li strong {
        margin-top: 45px;
    }
}
