/* ==========================================================
   CRAFT BOXES UK — ABOUT US PAGE
   PAGE ID: 3075
=========================================================== */


/* ==========================================================
   ASTRA + ELEMENTOR FULL-WIDTH FIX
=========================================================== */

html,
body {
    max-width: 100%;
}

body.page-id-3075 {
    margin: 0 !important;
    overflow-x: clip !important;
}

body.page-id-3075 #page,
body.page-id-3075 .site,
body.page-id-3075 #content,
body.page-id-3075 .site-content,
body.page-id-3075 .site-content > .ast-container,
body.page-id-3075 .ast-container,
body.page-id-3075 #primary,
body.page-id-3075 .content-area,
body.page-id-3075 #main,
body.page-id-3075 .site-main {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-3075 .site-content > .ast-container {
    display: block !important;
}

body.page-id-3075 article#post-3075,
body.page-id-3075 article.post-3075,
body.page-id-3075 .ast-article-single,
body.page-id-3075 .inside-article,
body.page-id-3075 .entry-content,
body.page-id-3075 .entry-content.clear {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-id-3075 .elementor-3075,
body.page-id-3075
.elementor[data-elementor-id="3075"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-3075
.elementor-3075 > .e-con,
body.page-id-3075
.elementor-3075 > .e-flex,
body.page-id-3075
.elementor-3075 > .e-con-full,
body.page-id-3075
.elementor-3075 > .elementor-section,
body.page-id-3075
.elementor-3075
.elementor-section
> .elementor-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.page-id-3075
.elementor-widget:has(.cba-page),
body.page-id-3075
.elementor-widget:has(.cba-page)
> .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-3075 .cba-page {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Full-bleed fallback */

@supports (width: 100dvw) {

    body.page-id-3075 .cba-page {
        width: 100dvw !important;
        max-width: 100dvw !important;

        margin-left: calc(50% - 50dvw) !important;
        margin-right: calc(50% - 50dvw) !important;
    }

}

@supports not (width: 100dvw) {

    body.page-id-3075 .cba-page {
        width: 100vw !important;
        max-width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }

}


/* ==========================================================
   VARIABLES AND RESET
=========================================================== */

.cba-page {
    --cbh-white: #ffffff;

    --cbh-cream: #f8f3ed;
    --cbh-cream-light: #fdfbf8;

    --cbh-ink: #281c15;
    --cbh-ink-soft: #4b4038;
    --cbh-muted: #74685f;

    --cbh-kraft-dark: #6d3d0b;
    --cbh-orange: #bc4f13;
    --cbh-orange-dark: #9b3f0d;

    --cbh-olive-medium: #45482b;

    --cbh-border: #dfd3c7;
    --cbh-border-dark: #cdbbaa;

    --cbh-container: 1500px;
    --cbh-radius: 26px;

    width: 100%;
    min-width: 0;

    overflow: hidden;

    color: var(--cbh-ink);
    background: var(--cbh-cream-light);

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

.cba-page,
.cba-page *,
.cba-page *::before,
.cba-page *::after {
    box-sizing: border-box;
}

.cba-page a {
    color: inherit;
    text-decoration: none;
}

.cba-page svg {
    display: block;
}

.cba-page h1,
.cba-page h2,
.cba-page h3,
.cba-page p {
    margin-top: 0;
}

.cba-shell {
    width: min(
        calc(100% - clamp(32px, 5.6vw, 88px)),
        var(--cbh-container)
    );

    margin-inline: auto;
}


/* ==========================================================
   SHARED
=========================================================== */

.cba-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 15px;

    color: var(--cbh-orange-dark);

    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.cba-eyebrow::before {
    content: "";

    width: 24px;
    height: 2px;

    flex: 0 0 auto;

    border-radius: 999px;
    background: var(--cbh-orange);
}

.cba-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.72fr);
    gap: clamp(30px, 5vw, 85px);
    align-items: end;

    margin-bottom: clamp(32px, 3.5vw, 50px);
}

.cba-section-heading h2 {
    max-width: 820px;
    margin-bottom: 0;

    color: var(--cbh-ink);

    font-size: clamp(30px, 3.1vw, 49px);
    font-weight: 830;
    line-height: 1.08;
    letter-spacing: -0.046em;
}

.cba-section-heading > p {
    max-width: 580px;
    margin-bottom: 2px;

    color: var(--cbh-muted);

    font-size: 15px;
    line-height: 1.72;
}

.cba-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 54px;
    padding: 14px 23px;

    border: 1px solid transparent;
    border-radius: 14px;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;

    transition:
        transform 180ms ease,
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.cba-button svg,
.cba-text-link svg,
.cba-expertise-row > a svg {
    width: 18px;
    height: 18px;

    flex: 0 0 auto;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cba-button:hover {
    transform: translateY(-2px);
}

.cba-button--primary,
.cba-button--primary:link,
.cba-button--primary:visited {
    color: var(--cbh-white) !important;
    background: var(--cbh-orange);

    box-shadow:
        0 13px 30px rgba(188, 79, 19, 0.22);
}

.cba-button--primary:hover {
    color: var(--cbh-white) !important;
    background: var(--cbh-orange-dark);
}

.cba-button--secondary,
.cba-button--secondary:link,
.cba-button--secondary:visited {
    color: var(--cbh-ink) !important;

    border-color: var(--cbh-border-dark);
    background: rgba(255, 255, 255, 0.7);
}

.cba-button--secondary:hover {
    color: var(--cbh-orange-dark) !important;
    border-color: var(--cbh-orange);
    background: var(--cbh-white);
}

.cba-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--cbh-orange-dark) !important;

    font-size: 13px;
    font-weight: 850;
}


/* ==========================================================
   SECTION 1 — HERO
=========================================================== */

.cba-hero {
    position: relative;

    padding:
        22px
        0
        clamp(70px, 6vw, 92px);

    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 85% 12%,
            rgba(188, 79, 19, 0.1),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #fbf9f6 0%,
            #f5eee7 100%
        );
}

.cba-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: clamp(38px, 4vw, 60px);

    color: var(--cbh-muted);

    font-size: 12px;
    font-weight: 700;
}

.cba-breadcrumb svg {
    width: 14px;
    height: 14px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.cba-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.78fr);
    gap: clamp(48px, 7vw, 110px);
    align-items: center;
}

.cba-hero__content {
    position: relative;
    z-index: 3;

    max-width: 840px;
}

.cba-hero h1 {
    max-width: 830px;
    margin-bottom: 23px;

    color: var(--cbh-ink);

    font-size: clamp(43px, 5.1vw, 77px);
    font-weight: 850;
    line-height: 0.99;
    letter-spacing: -0.064em;
}

.cba-hero__intro {
    max-width: 710px;
    margin-bottom: 29px;

    color: var(--cbh-ink-soft);

    font-size: clamp(17px, 1.25vw, 19px);
    line-height: 1.7;
}

.cba-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 27px;
}

.cba-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 23px;
}

.cba-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: var(--cbh-ink-soft);

    font-size: 12px;
    font-weight: 750;
}

.cba-hero__proof svg {
    width: 17px;
    height: 17px;
    padding: 3px;

    color: var(--cbh-olive-medium);

    border-radius: 50%;
    background: rgba(69, 72, 43, 0.12);

    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
}


/* Hero visual */

.cba-hero__visual {
    position: relative;

    min-height: 500px;
}

.cba-hero__orbit {
    position: absolute;
    top: 2%;
    right: 0;

    width: 90%;
    aspect-ratio: 1;

    border: 1px solid rgba(109, 61, 11, 0.13);
    border-radius: 50%;
}

.cba-spec-board {
    position: absolute;
    z-index: 2;
    top: 7%;
    left: 4%;

    width: 78%;
    min-height: 79%;
    padding: clamp(20px, 2.3vw, 31px);

    transform: rotate(-4deg);

    border: 1px solid rgba(109, 61, 11, 0.2);
    border-radius: 9px;
    background: #fffdf9;

    box-shadow:
        0 28px 60px rgba(67, 40, 20, 0.17);
}

.cba-spec-board__header {
    display: flex;
    justify-content: space-between;

    padding-bottom: 13px;

    border-bottom: 1px solid var(--cbh-border);
}

.cba-spec-board__header span {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.cba-spec-board__header strong {
    color: var(--cbh-orange);

    font-size: 10px;
}

.cba-spec-board__canvas {
    position: relative;

    min-height: 222px;
    margin: 15px 0;

    overflow: hidden;

    border: 1px dashed rgba(109, 61, 11, 0.22);
    background: var(--cbh-cream-light);
}

.cba-spec-board__sample {
    position: absolute;
    z-index: 2;
    left: 11%;
    bottom: 14%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 43%;
    height: 53%;

    transform: rotate(-3deg);

    border: 2px solid #70410f;
    border-radius: 5px;
    background: #bc7a38;
}

.cba-spec-board__sample::before {
    content: "";

    position: absolute;
    top: -29px;
    left: 14px;

    width: calc(100% - 28px);
    height: 29px;

    transform: skewX(-42deg);

    border: 2px solid #70410f;
    background: #d1975c;
}

.cba-spec-board__sample span {
    display: grid;
    place-items: center;

    width: 40px;
    height: 40px;
    margin-bottom: 8px;

    color: #ffe7cf;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;

    font-size: 12px;
    font-weight: 900;
}

.cba-spec-board__sample strong {
    color: #3e2515;

    font-size: 9px;
    letter-spacing: 0.1em;
}

.cba-spec-board__dieline {
    position: absolute;
    top: 17%;
    right: 9%;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;

    width: 31%;
    aspect-ratio: 1;

    transform: rotate(6deg);
}

.cba-spec-board__dieline span {
    border: 1px solid var(--cbh-orange-dark);
    background: rgba(188, 79, 19, 0.04);
}

.cba-spec-board__dieline span:nth-child(even) {
    border-style: dashed;
}

.cba-spec-board__ruler {
    position: absolute;
    right: 8%;
    bottom: 12%;

    display: flex;
    align-items: flex-start;
    gap: 7px;

    width: 34%;
    height: 28px;
    padding: 5px;

    transform: rotate(-8deg);

    border: 1px solid rgba(109, 61, 11, 0.4);
    background: #e6c28d;
}

.cba-spec-board__ruler i {
    width: 1px;
    height: 9px;

    background: rgba(40, 28, 21, 0.7);
}

.cba-spec-board__ruler i:nth-child(3n) {
    height: 16px;
}

.cba-spec-board__footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.cba-spec-board__footer > div {
    padding: 9px;

    border-radius: 5px;
    background: var(--cbh-cream);
}

.cba-spec-board__footer small,
.cba-spec-board__footer strong {
    display: block;
}

.cba-spec-board__footer small {
    margin-bottom: 4px;

    color: var(--cbh-muted);

    font-size: 7px;
}

.cba-spec-board__footer strong {
    font-size: 8px;
}

.cba-hero__swatch {
    position: absolute;
    z-index: 3;

    display: grid;
    place-items: center;

    border: 1px solid rgba(109, 61, 11, 0.18);
    border-radius: 9px;

    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.14em;

    box-shadow:
        0 17px 35px rgba(67, 40, 20, 0.13);
}

.cba-hero__swatch--kraft {
    right: 1%;
    bottom: 17%;

    width: 31%;
    height: 28%;

    transform: rotate(8deg);

    background: #bd7b3a;
}

.cba-hero__swatch--olive {
    top: 6%;
    right: 5%;

    width: 24%;
    height: 18%;

    transform: rotate(11deg);

    color: rgba(255, 255, 255, 0.73);
    background: var(--cbh-olive-medium);
}

.cba-hero__note {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 7%;

    display: flex;
    flex-direction: column;
    gap: 4px;

    width: min(235px, 45%);
    padding: 16px 18px;

    border: 1px solid rgba(109, 61, 11, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);

    box-shadow:
        0 18px 38px rgba(67, 40, 20, 0.13);
}

.cba-hero__note small {
    color: var(--cbh-muted);

    font-size: 9px;
}

.cba-hero__note strong {
    font-size: 13px;
    line-height: 1.4;
}


/* ==========================================================
   SECTION 2 — APPROACH
=========================================================== */

.cba-approach {
    padding: clamp(62px, 6vw, 84px) 0;

    background: var(--cbh-white);
}

.cba-approach__framework {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border-top: 1px solid var(--cbh-border-dark);
    border-bottom: 1px solid var(--cbh-border-dark);
}

.cba-approach__framework::before {
    content: "";

    position: absolute;
    top: 50px;
    left: 7%;
    right: 7%;

    height: 1px;

    background:
        repeating-linear-gradient(
            90deg,
            var(--cbh-border-dark) 0 7px,
            transparent 7px 14px
        );
}

.cba-approach-item {
    position: relative;
    z-index: 2;

    min-height: 285px;
    padding: 29px clamp(20px, 2.1vw, 31px);

    border-right: 1px solid var(--cbh-border);
    background: var(--cbh-white);
}

.cba-approach-item:first-child {
    border-left: 1px solid var(--cbh-border);
}

.cba-approach-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 35px;
}

.cba-approach-item__icon {
    display: grid;
    place-items: center;

    width: 48px;
    height: 48px;

    color: var(--cbh-orange-dark);

    border: 1px solid rgba(188, 79, 19, 0.24);
    border-radius: 14px;
    background: var(--cbh-cream-light);
}

.cba-approach-item__icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cba-approach-item__number {
    padding: 4px 7px;

    color: var(--cbh-orange-dark);
    background: var(--cbh-white);

    font-size: 10px;
    font-weight: 900;
}

.cba-approach-item h3 {
    margin-bottom: 11px;

    font-size: 18px;
    font-weight: 820;
    line-height: 1.3;
}

.cba-approach-item p {
    margin: 0;

    color: var(--cbh-muted);

    font-size: 13px;
    line-height: 1.72;
}


/* ==========================================================
   SECTION 3 — APPLICATIONS
=========================================================== */

.cba-applications {
    padding: clamp(64px, 6vw, 86px) 0;

    background:
        linear-gradient(
            180deg,
            var(--cbh-cream) 0%,
            #f4ebe2 100%
        );
}

.cba-applications__layout {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border-top: 1px solid var(--cbh-border-dark);
    border-left: 1px solid var(--cbh-border-dark);
}

.cba-application {
    position: relative;

    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    align-items: flex-start;

    min-height: 255px;
    padding: clamp(22px, 2.2vw, 31px);

    border-right: 1px solid var(--cbh-border-dark);
    border-bottom: 1px solid var(--cbh-border-dark);
    background: rgba(255, 255, 255, 0.46);

    transition:
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.cba-application:hover {
    z-index: 2;

    background: var(--cbh-white);

    box-shadow:
        0 18px 40px rgba(67, 40, 20, 0.09);
}

.cba-application--featured {
    grid-column: span 2;

    grid-template-columns: 80px minmax(0, 1fr);

    background:
        linear-gradient(
            135deg,
            #fffdf9 0%,
            #f4e4d4 100%
        );
}

.cba-application__icon {
    display: grid;
    place-items: center;

    width: 56px;
    height: 56px;

    color: var(--cbh-orange-dark);

    border: 1px solid rgba(188, 79, 19, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.cba-application--featured .cba-application__icon {
    width: 76px;
    height: 76px;

    color: var(--cbh-white);
    background: var(--cbh-orange);
}

.cba-application__icon svg {
    width: 27px;
    height: 27px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cba-application--featured .cba-application__icon svg {
    width: 34px;
    height: 34px;
}

.cba-application__content > span {
    display: block;

    margin-bottom: 10px;

    color: var(--cbh-orange-dark);

    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cba-application h3 {
    margin-bottom: 10px;

    color: var(--cbh-ink);

    font-size: 18px;
    font-weight: 820;
    line-height: 1.3;
}

.cba-application--featured h3 {
    font-size: 24px;
}

.cba-application p {
    margin: 0;

    color: var(--cbh-muted);

    font-size: 12px;
    line-height: 1.72;
}

.cba-application__content strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 18px;

    color: var(--cbh-orange-dark);

    font-size: 12px;
    font-weight: 850;
}

.cba-application__content strong svg {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}


/* ==========================================================
   SECTION 4 — EXPERTISE MATRIX
=========================================================== */

.cba-expertise {
    padding: clamp(66px, 6vw, 88px) 0;

    color: var(--cbh-white);

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 255, 255, 0.08),
            transparent 30%
        ),
        var(--cbh-ink);
}

.cba-expertise__intro {
    max-width: 910px;
    margin-bottom: 43px;
}

.cba-expertise__intro .cba-eyebrow {
    color: #edb17f;
}

.cba-expertise__intro h2 {
    margin-bottom: 17px;

    color: var(--cbh-white);

    font-size: clamp(34px, 4vw, 59px);
    font-weight: 830;
    line-height: 1.04;
    letter-spacing: -0.052em;
}

.cba-expertise__intro p {
    max-width: 740px;
    margin: 0;

    color: rgba(255, 255, 255, 0.67);

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

.cba-expertise-matrix {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.cba-expertise-row {
    display: grid;
    grid-template-columns: minmax(235px, 0.65fr) minmax(0, 1.55fr) auto;
    gap: 34px;
    align-items: center;

    min-height: 145px;
    padding: 24px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.cba-expertise-row__heading {
    display: flex;
    align-items: center;
    gap: 17px;
}

.cba-expertise-row__heading > span {
    display: grid;
    place-items: center;

    width: 38px;
    height: 38px;

    flex: 0 0 auto;

    color: #f5bf91;
    border: 1px solid rgba(245, 191, 145, 0.3);
    border-radius: 50%;

    font-size: 9px;
    font-weight: 900;
}

.cba-expertise-row__heading small {
    display: block;

    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.48);

    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cba-expertise-row__heading h3 {
    margin: 0;

    color: var(--cbh-white);

    font-size: 21px;
    font-weight: 820;
}

.cba-expertise-row__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cba-expertise-row__options span {
    padding: 8px 11px;

    color: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);

    font-size: 10px;
    font-weight: 700;
}

.cba-expertise-row > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #f3bd8e !important;

    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}


/* ==========================================================
   SECTION 5 — PROCESS TIMELINE
=========================================================== */

.cba-process {
    padding: clamp(64px, 6vw, 86px) 0;

    background: var(--cbh-white);
}

.cba-process__timeline {
    position: relative;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;

    border: 1px solid var(--cbh-border-dark);
    background: var(--cbh-cream-light);
}

.cba-process__line {
    position: absolute;
    top: 56px;
    left: 8%;
    right: 8%;

    height: 1px;

    background: var(--cbh-border-dark);
}

.cba-process-step {
    position: relative;

    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 17px;

    min-height: 225px;
    padding: 31px;

    border-right: 1px solid var(--cbh-border);
    border-bottom: 1px solid var(--cbh-border);
}

.cba-process-step:nth-child(4),
.cba-process-step:nth-child(7) {
    border-right: 0;
}

.cba-process-step:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.cba-process-step__number {
    position: relative;
    z-index: 2;

    display: grid;
    place-items: center;

    width: 42px;
    height: 42px;

    color: var(--cbh-white);
    border: 5px solid var(--cbh-cream-light);
    border-radius: 50%;
    background: var(--cbh-orange);

    font-size: 9px;
    font-weight: 900;
}

.cba-process-step small {
    display: block;

    margin-bottom: 7px;

    color: var(--cbh-orange-dark);

    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.cba-process-step h3 {
    margin-bottom: 10px;

    color: var(--cbh-ink);

    font-size: 18px;
    font-weight: 820;
}

.cba-process-step p {
    margin: 0;

    color: var(--cbh-muted);

    font-size: 12px;
    line-height: 1.7;
}


/* ==========================================================
   SECTION 6 — REASONS
=========================================================== */

.cba-reasons {
    padding: clamp(64px, 6vw, 86px) 0;

    background: var(--cbh-cream);
}

.cba-reasons__layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(50px, 7vw, 105px);
}

.cba-reasons__intro {
    align-self: start;
}

.cba-reasons__intro h2 {
    margin-bottom: 17px;

    font-size: clamp(31px, 3.7vw, 54px);
    font-weight: 830;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.cba-reasons__intro p {
    margin-bottom: 24px;

    color: var(--cbh-muted);

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

.cba-reasons__list {
    border-top: 1px solid var(--cbh-border-dark);
}

.cba-reason {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;

    padding: 24px 0;

    border-bottom: 1px solid var(--cbh-border-dark);
}

.cba-reason > span {
    display: grid;
    place-items: center;

    width: 44px;
    height: 44px;

    color: var(--cbh-orange-dark);
    border: 1px solid rgba(188, 79, 19, 0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.52);

    font-size: 9px;
    font-weight: 900;
}

.cba-reason h3 {
    margin-bottom: 8px;

    font-size: 19px;
    font-weight: 820;
}

.cba-reason p {
    max-width: 680px;
    margin: 0;

    color: var(--cbh-muted);

    font-size: 13px;
    line-height: 1.72;
}


/* ==========================================================
   SECTION 7 — PRINCIPLES
=========================================================== */

.cba-principles {
    padding: clamp(64px, 6vw, 86px) 0;

    background: var(--cbh-white);
}

.cba-principles__stack {
    border-top: 1px solid var(--cbh-border-dark);
}

.cba-principle {
    display: grid;
    grid-template-columns: 64px 52px minmax(180px, 0.55fr) minmax(0, 1.2fr);
    gap: 24px;
    align-items: center;

    min-height: 118px;
    padding: 22px 0;

    border-bottom: 1px solid var(--cbh-border-dark);
}

.cba-principle__icon {
    display: grid;
    place-items: center;

    width: 54px;
    height: 54px;

    color: var(--cbh-olive-medium);
    border-radius: 16px;
    background: rgba(69, 72, 43, 0.1);
}

.cba-principle__icon svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cba-principle__number {
    color: var(--cbh-orange-dark);

    font-size: 10px;
    font-weight: 900;
}

.cba-principle h3 {
    margin: 0;

    font-size: 21px;
    font-weight: 820;
}

.cba-principle p {
    max-width: 740px;
    margin: 0;

    color: var(--cbh-muted);

    font-size: 13px;
    line-height: 1.72;
}


/* ==========================================================
   SECTION 8 — FAQ
=========================================================== */

.cba-faq {
    padding: clamp(64px, 6vw, 86px) 0;

    background:
        linear-gradient(
            180deg,
            var(--cbh-cream) 0%,
            #f3e9df 100%
        );
}

.cba-faq__layout {
    display: grid;
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: start;
}

.cba-faq__intro {
    position: sticky;
    top: 28px;
}

.cba-faq__intro h2 {
    margin-bottom: 17px;

    font-size: clamp(31px, 3.6vw, 53px);
    font-weight: 830;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.cba-faq__intro p {
    margin-bottom: 24px;

    color: var(--cbh-muted);

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

.cba-faq__items {
    display: grid;
    gap: 10px;
}

.cba-faq-item {
    overflow: hidden;

    border: 1px solid var(--cbh-border);
    border-radius: 15px;
    background: var(--cbh-white);
}

.cba-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 19px 21px;

    color: var(--cbh-ink);

    font-size: 14px;
    font-weight: 820;
    line-height: 1.45;

    cursor: pointer;
    list-style: none;
}

.cba-faq-item summary::-webkit-details-marker {
    display: none;
}

.cba-faq-item summary > span {
    position: relative;

    width: 28px;
    height: 28px;

    flex: 0 0 auto;

    border: 1px solid var(--cbh-border);
    border-radius: 50%;
    background: var(--cbh-cream-light);
}

.cba-faq-item summary > span::before,
.cba-faq-item summary > span::after {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 10px;
    height: 1.5px;

    transform: translate(-50%, -50%);

    background: var(--cbh-orange-dark);
}

.cba-faq-item summary > span::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.cba-faq-item[open] summary > span::after {
    transform:
        translate(-50%, -50%)
        rotate(0);
}

.cba-faq-item > div {
    padding:
        0
        21px
        20px;
}

.cba-faq-item p {
    max-width: 740px;
    margin: 0;

    color: var(--cbh-muted);

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


/* ==========================================================
   SECTION 9 — FINAL CTA
=========================================================== */

.cba-final {
    padding:
        0
        0
        clamp(64px, 6vw, 86px);

    background: var(--cbh-cream);
}

.cba-final__inner {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    padding:
        clamp(36px, 4.6vw, 64px)
        clamp(28px, 4.8vw, 70px);

    overflow: hidden;

    color: var(--cbh-white);

    border-radius: var(--cbh-radius);

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 255, 255, 0.1),
            transparent 30%
        ),
        var(--cbh-kraft-dark);
}

.cba-final__inner::before {
    content: "";

    position: absolute;
    right: -105px;
    bottom: -190px;

    width: 440px;
    height: 440px;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.cba-final__content {
    position: relative;
    z-index: 2;

    max-width: 800px;
}

.cba-final__eyebrow {
    display: block;

    margin-bottom: 14px;

    color: #f5bd8c;

    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cba-final h2 {
    margin-bottom: 14px;

    color: var(--cbh-white);

    font-size: clamp(31px, 3.7vw, 54px);
    font-weight: 830;
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.cba-final p {
    max-width: 670px;
    margin: 0;

    color: rgba(255, 255, 255, 0.7);

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

.cba-final__actions {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;
    gap: 10px;

    min-width: 255px;
}

.cba-page .cba-button--light,
.cba-page .cba-button--light:link,
.cba-page .cba-button--light:visited {
    color: var(--cbh-kraft-dark) !important;
    border-color: var(--cbh-white) !important;
    background: var(--cbh-white) !important;

    opacity: 1 !important;
    visibility: visible !important;
}

.cba-page .cba-button--light span,
.cba-page .cba-button--light svg {
    color: var(--cbh-kraft-dark) !important;
}

.cba-page .cba-button--light:hover {
    color: var(--cbh-white) !important;
    border-color: var(--cbh-orange) !important;
    background: var(--cbh-orange) !important;
}

.cba-page .cba-button--light:hover span,
.cba-page .cba-button--light:hover svg {
    color: var(--cbh-white) !important;
}

.cba-button--outline-light,
.cba-button--outline-light:link,
.cba-button--outline-light:visited {
    color: var(--cbh-white) !important;

    border-color: rgba(255, 255, 255, 0.42);
    background: transparent;
}

.cba-button--outline-light:hover {
    color: var(--cbh-kraft-dark) !important;
    border-color: var(--cbh-white);
    background: var(--cbh-white);
}


/* ==========================================================
   ACCESSIBILITY
=========================================================== */

.cba-page a:focus-visible,
.cba-page summary:focus-visible {
    outline: 3px solid rgba(188, 79, 19, 0.35);
    outline-offset: 3px;
}


/* ==========================================================
   LAPTOP
=========================================================== */

@media (max-width: 1180px) {

    .cba-hero__grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(370px, 0.75fr);

        gap: 43px;
    }

    .cba-approach__framework,
    .cba-applications__layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cba-approach-item:nth-child(2) {
        border-right: 1px solid var(--cbh-border);
    }

    .cba-approach-item:nth-child(3) {
        border-left: 1px solid var(--cbh-border);
    }

    .cba-approach__framework::before {
        display: none;
    }

    .cba-application--featured {
        grid-column: span 2;
    }

}


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

@media (max-width: 900px) {

    .cba-hero__grid,
    .cba-reasons__layout,
    .cba-faq__layout {
        grid-template-columns: 1fr;
    }

    .cba-hero__visual {
        width: min(100%, 620px);
        min-height: 500px;

        margin-inline: auto;
    }

    .cba-section-heading {
        grid-template-columns: 1fr;
        gap: 17px;
        align-items: start;
    }

    .cba-expertise-row {
        grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
        gap: 25px;
    }

    .cba-expertise-row > a {
        grid-column: 2;
    }

    .cba-process__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cba-process__line {
        display: none;
    }

    .cba-process-step:nth-child(4),
    .cba-process-step:nth-child(7) {
        border-right: 1px solid var(--cbh-border);
    }

    .cba-process-step:nth-child(3),
    .cba-process-step:nth-child(5),
    .cba-process-step:nth-child(7) {
        border-right: 0;
    }

    .cba-process-step:nth-last-child(-n + 3) {
        border-bottom: 1px solid var(--cbh-border);
    }

    .cba-process-step:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .cba-faq__intro {
        position: relative;
        top: auto;
    }

    .cba-final__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .cba-final__actions {
        width: 100%;
        min-width: 0;
        max-width: 430px;
    }

}


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

@media (max-width: 640px) {

    .cba-shell {
        width: calc(100% - 32px);
    }

    .cba-hero {
        padding-top: 16px;
        padding-bottom: 58px;
    }

    .cba-breadcrumb {
        margin-bottom: 36px;
    }

    .cba-hero h1 {
        font-size: clamp(39px, 12vw, 52px);
        line-height: 1.01;
    }

    .cba-hero__intro {
        font-size: 16px;
    }

    .cba-hero__actions {
        flex-direction: column;
    }

    .cba-button {
        width: 100%;
    }

    .cba-hero__proof {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .cba-hero__visual {
        min-height: 390px;
    }

    .cba-spec-board {
        left: 1%;

        width: 80%;
        padding: 16px;
    }

    .cba-spec-board__canvas {
        min-height: 168px;
    }

    .cba-hero__swatch--kraft {
        width: 36%;
    }

    .cba-hero__note {
        width: 55%;
    }

    .cba-approach,
    .cba-applications,
    .cba-expertise,
    .cba-process,
    .cba-reasons,
    .cba-principles,
    .cba-faq {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .cba-approach__framework,
    .cba-applications__layout,
    .cba-process__timeline {
        grid-template-columns: 1fr;
    }

    .cba-approach-item,
    .cba-approach-item:first-child,
    .cba-approach-item:nth-child(3) {
        min-height: 0;

        border-left: 1px solid var(--cbh-border);
        border-right: 1px solid var(--cbh-border);
        border-bottom: 1px solid var(--cbh-border);
    }

    .cba-approach-item:first-child {
        border-top: 0;
    }

    .cba-application--featured {
        grid-column: auto;
    }

    .cba-application,
    .cba-application--featured {
        grid-template-columns: 56px minmax(0, 1fr);

        min-height: 0;
    }

    .cba-application--featured .cba-application__icon {
        width: 56px;
        height: 56px;
    }

    .cba-application--featured .cba-application__icon svg {
        width: 27px;
        height: 27px;
    }

    .cba-application--featured h3 {
        font-size: 19px;
    }

    .cba-expertise-row {
        grid-template-columns: 1fr;
        gap: 19px;

        padding: 25px 0;
    }

    .cba-expertise-row > a {
        grid-column: auto;
    }

    .cba-process-step,
    .cba-process-step:nth-child(3),
    .cba-process-step:nth-child(4),
    .cba-process-step:nth-child(5),
    .cba-process-step:nth-child(7) {
        min-height: 0;

        border-right: 0;
        border-bottom: 1px solid var(--cbh-border);
    }

    .cba-process-step:last-child {
        border-bottom: 0;
    }

    .cba-principle {
        grid-template-columns: 54px 38px minmax(0, 1fr);
        gap: 13px;

        padding: 20px 0;
    }

    .cba-principle p {
        grid-column: 3;

        margin-top: -5px;
    }

    .cba-faq-item summary {
        padding: 18px;

        font-size: 13px;
    }

    .cba-faq-item > div {
        padding:
            0
            18px
            18px;
    }

    .cba-final__inner {
        padding: 34px 22px;

        border-radius: 20px;
    }

    .cba-final h2 {
        font-size: 32px;
    }

}


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

@media (max-width: 390px) {

    .cba-shell {
        width: calc(100% - 24px);
    }

    .cba-hero h1 {
        font-size: 37px;
    }

    .cba-hero__visual {
        min-height: 350px;
    }

    .cba-spec-board__footer {
        grid-template-columns: 1fr;
    }

    .cba-spec-board__footer > div:nth-child(2),
    .cba-spec-board__footer > div:nth-child(3) {
        display: none;
    }

    .cba-application,
    .cba-application--featured {
        grid-template-columns: 1fr;
    }

    .cba-principle {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .cba-principle__number {
        display: none;
    }

    .cba-principle p {
        grid-column: 2;
    }

}


/* ==========================================================
   REDUCED MOTION
=========================================================== */

@media (prefers-reduced-motion: reduce) {

    .cba-page *,
    .cba-page *::before,
    .cba-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}