/*
 * Business Transformation Consulting - page scoped styles.
 *
 * Every rule is namespaced under .btc so this file cannot affect any other page.
 * It builds on the global tokens already defined in resources/css/app.css
 * (--tu-green, --tu-yellow, --font-heading, --font-body, .wrap, .btn ...).
 *
 * It is served directly from /public because this deployment copy has no Node
 * toolchain, so the Vite bundle in public/build cannot be recompiled. When the
 * build pipeline is available again this file can move to resources/css/ and be
 * imported by app.css unchanged.
 */

.btc {
    --btc-deep: #06291c;
    --btc-deep-2: #0b3a27;
    --btc-line: #e4e8e5;
    --btc-line-dark: rgba(255, 255, 255, .16);
    --btc-body: #55605a;
    --btc-body-dark: rgba(255, 255, 255, .76);
    --btc-index: #9aa8a1;
    --btc-ease: cubic-bezier(.22, .61, .36, 1);

    /* Responsive spacing scale - one source of truth for the whole page. */
    --btc-sec-y: clamp(58px, 7.6vw, 118px);
    --btc-block: clamp(30px, 4vw, 60px);
    --btc-gap: clamp(14px, 1.8vw, 24px);
}

.btc :focus-visible {
    outline: 3px solid rgba(245, 181, 11, .55);
    outline-offset: 3px;
    border-radius: 2px;
}

/* ---------------------------------------------------------------- shell */

.btc-sec {
    position: relative;
    padding: var(--btc-sec-y) 0;
    scroll-margin-top: 96px;
}

.btc-sec.is-grey { background: var(--tu-grey); }

.btc-sec.is-dark {
    background: var(--btc-deep);
    color: #fff;
    overflow: hidden;
}

.btc-sec.is-dark p { color: var(--btc-body-dark); }

.btc-sec > .wrap { position: relative; z-index: 2; }

/* Oversized ghost numeral - depth without decoration. */
.btc-watermark {
    position: absolute;
    top: clamp(-18px, -1vw, 0px);
    right: clamp(8px, 3vw, 56px);
    z-index: 0;
    font: 700 clamp(120px, 21vw, 300px)/1 var(--font-heading);
    letter-spacing: -.04em;
    color: rgba(0, 104, 56, .045);
    pointer-events: none;
    user-select: none;
}

.is-grey .btc-watermark { color: rgba(0, 104, 56, .05); }

.btc-index {
    display: block;
    font: 700 12px/1 var(--font-body);
    letter-spacing: .22em;
    color: var(--btc-index);
    margin: 0 0 18px;
}

.is-dark .btc-index { color: var(--tu-yellow); }

.btc-h2 {
    font: 700 clamp(27px, 3.4vw, 46px)/1.12 var(--font-heading);
    letter-spacing: -.015em;
    color: var(--tu-dark);
    margin: 0;
    text-wrap: balance;
}

.is-dark .btc-h2 { color: #fff; }

.btc-p {
    font: 400 17px/1.78 var(--font-body);
    color: var(--btc-body);
    margin: 0 0 20px;
    max-width: 66ch;
}

.btc-p-lead {
    font: 400 clamp(17.5px, 1.5vw, 19.5px)/1.7 var(--font-body);
    color: #4a544e;
    max-width: 60ch;
}

.btc-p:last-child { margin-bottom: 0; }

.btc-label {
    font: 700 clamp(15px, 1.3vw, 17px)/1.5 var(--font-body);
    color: var(--tu-dark);
    margin: 0;
}

/* Buttons inherit the global .btn system; only the hover is sharpened. */
.btc-btn { transition: background-color .3s var(--btc-ease), color .3s var(--btc-ease), transform .3s var(--btc-ease), box-shadow .3s var(--btc-ease); }
.btc-btn.btn-white:hover { background: var(--tu-yellow); color: #1a1a1a; transform: translateY(-2px); }
.btc-btn.btn-ghost-light:hover { transform: translateY(-2px); border-color: var(--tu-yellow); }

/* ----------------------------------------------- background image layers */

.btc-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.btc-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}

.btc-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(104deg, var(--btc-deep) 32%, rgba(6, 41, 28, .82) 62%, rgba(6, 41, 28, .68));
}

.btc-hero-bg.is-deep img { opacity: .22; }

.btc-hero-bg.is-deep::after {
    background: linear-gradient(90deg, var(--btc-deep) 26%, rgba(6, 41, 28, .9) 58%, rgba(6, 41, 28, .8));
}

/* ----------------------------------------------------------------- hero */

.btc-hero {
    position: relative;
    background: var(--btc-deep);
    color: #fff;
    overflow: hidden;
}

.btc-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--gradient-africa);
    z-index: 3;
}

.btc-hero-in {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    gap: clamp(36px, 4.6vw, 84px);
    align-items: center;
    /* padding-block only: this element also carries .wrap, whose horizontal
       gutter must survive. A `padding` shorthand here would reset it to 0. */
    padding-block: clamp(40px, 5.4vw, 92px) clamp(56px, 7vw, 108px);
}

.btc-crumbs { margin-bottom: clamp(22px, 2.6vw, 34px); }

.btc-crumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font: 600 12.5px/1.4 var(--font-body);
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .58);
}

.btc-crumbs li { display: flex; align-items: center; gap: 8px; }

.btc-crumbs li + li::before {
    content: "";
    width: 12px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
}

.btc-crumbs a {
    color: rgba(255, 255, 255, .72);
    border-bottom: 1px solid transparent;
    transition: color .3s var(--btc-ease), border-color .3s var(--btc-ease);
}

.btc-crumbs a:hover { color: var(--tu-yellow); border-bottom-color: var(--tu-yellow); }

.btc-crumbs [aria-current] { color: rgba(255, 255, 255, .5); }

.btc-hero h1 {
    font: 700 clamp(31px, 4.9vw, 62px)/1.06 var(--font-heading);
    letter-spacing: -.022em;
    margin: 0;
    color: #fff;
    text-wrap: balance;
}

.btc-hero-lead {
    font: 400 clamp(16.5px, 1.45vw, 19.5px)/1.68 var(--font-body);
    color: var(--btc-body-dark);
    max-width: 54ch;
    margin: clamp(20px, 2.2vw, 28px) 0 0;
}

.btc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: clamp(28px, 3.2vw, 40px);
}

/* -------------------------------------------------- editorial two-column */

.btc-split {
    display: grid;
    grid-template-columns: minmax(0, 4.2fr) minmax(0, 7fr);
    gap: clamp(28px, 4.6vw, 88px);
    align-items: start;
}

.btc-split-head { position: sticky; top: 112px; }

.btc-statement {
    margin: clamp(34px, 4.2vw, 62px) 0;
    padding: clamp(24px, 3vw, 40px) 0 clamp(24px, 3vw, 40px) clamp(20px, 2.4vw, 34px);
    border-top: 1px solid var(--btc-line);
    border-bottom: 1px solid var(--btc-line);
    border-left: 3px solid var(--tu-yellow);
}

.btc-statement p {
    font: 700 clamp(23px, 2.9vw, 40px)/1.22 var(--font-heading);
    letter-spacing: -.015em;
    color: var(--tu-dark);
    margin: 0;
    max-width: 22ch;
}

.btc-close {
    display: flex;
    gap: 16px;
    margin: var(--btc-block) 0 0;
    padding-top: clamp(22px, 2.4vw, 30px);
    border-top: 1px solid var(--btc-line);
}

.btc-close::before {
    content: "";
    flex: none;
    width: 3px;
    margin-top: 6px;
    height: 22px;
    background: var(--tu-yellow);
}

.btc-close p {
    font: 600 clamp(16.5px, 1.5vw, 19px)/1.6 var(--font-body);
    color: var(--tu-dark);
    margin: 0;
    max-width: 52ch;
}

/* --------------------------------------------------------- signal cards */

.btc-signs-head {
    margin: var(--btc-block) 0 clamp(18px, 2vw, 26px);
    padding-top: clamp(24px, 3vw, 40px);
    border-top: 1px solid var(--btc-line);
}

.btc-signs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--btc-gap);
    margin: 0;
    padding: 0;
    list-style: none;
}

.btc-sign {
    grid-column: span 2;
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 6px 16px;
    padding: clamp(20px, 2.2vw, 28px);
    background: #fff;
    border: 1px solid var(--btc-line);
    transition: border-color .4s var(--btc-ease), transform .4s var(--btc-ease), box-shadow .4s var(--btc-ease);
}

.btc-sign:nth-child(4),
.btc-sign:nth-child(5) { grid-column: span 3; }

.btc-sign::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 3px;
    background: var(--gradient-highlight);
    transition: width .5s var(--btc-ease);
}

.btc-sign:hover {
    border-color: #cfe0d6;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0, 44, 24, .07);
}

.btc-sign:hover::before { width: calc(100% + 2px); }

.btc-sign-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--btc-line);
    color: var(--tu-green);
    background: #f4faf6;
    transition: background-color .4s var(--btc-ease), color .4s var(--btc-ease), border-color .4s var(--btc-ease);
}

.btc-sign-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btc-sign:hover .btc-sign-icon {
    background: var(--tu-green);
    border-color: var(--tu-green);
    color: #fff;
}

.btc-sign-n {
    grid-column: 2;
    grid-row: 1;
    font: 700 11.5px/1 var(--font-body);
    letter-spacing: .2em;
    color: var(--btc-index);
    padding-top: 4px;
}

.btc-sign-text {
    grid-column: 2;
    grid-row: 2;
    font: 400 16.5px/1.55 var(--font-body);
    color: var(--tu-dark);
}

/* ------------------------------------------------------ bento: includes */

.btc-includes-head {
    max-width: 760px;
    margin-bottom: clamp(30px, 3.6vw, 52px);
}

.btc-includes-head .btc-p-lead { margin: clamp(16px, 1.8vw, 24px) 0 0; }

.btc-bento {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.4fr);
    gap: var(--btc-gap);
    align-items: start;
}

/* The photo holds its natural crop and tracks the cards as they scroll. */
.btc-bento-figure {
    position: sticky;
    top: 112px;
    margin: 0;
    overflow: hidden;
    background: #eef2ef;
    height: clamp(340px, 38vw, 480px);
}

.btc-bento-figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* the narrow crop needs to land on the people, not the empty table */
    object-position: 68% 45%;
}

.btc-bento-figure::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 3px;
    background: var(--gradient-highlight);
    z-index: 2;
}

.btc-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--btc-gap);
}

.btc-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.2vw, 30px);
    background: #fff;
    border: 1px solid var(--btc-line);
    transition: border-color .4s var(--btc-ease), transform .4s var(--btc-ease), box-shadow .4s var(--btc-ease);
}

.btc-card::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 3px;
    background: var(--gradient-highlight);
    transition: width .5s var(--btc-ease);
}

.btc-card:hover {
    border-color: #cfe0d6;
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(0, 44, 24, .08);
}

.btc-card:hover::before { width: calc(100% + 2px); }

.btc-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: clamp(16px, 1.8vw, 22px);
}

.btc-card-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--btc-line);
    background: #f4faf6;
    color: var(--tu-green);
    transition: background-color .4s var(--btc-ease), color .4s var(--btc-ease), border-color .4s var(--btc-ease), transform .4s var(--btc-ease);
}

.btc-card-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btc-card:hover .btc-card-icon {
    background: var(--tu-green);
    border-color: var(--tu-green);
    color: #fff;
    transform: translateY(-2px);
}

.btc-card-n {
    font: 700 12px/1 var(--font-body);
    letter-spacing: .2em;
    color: var(--btc-index);
}

.btc-card h3 {
    font: 700 clamp(18px, 1.6vw, 20.5px)/1.32 var(--font-heading);
    color: var(--tu-dark);
    margin: 0 0 12px;
    letter-spacing: -.005em;
}

.btc-card h3 a {
    color: inherit;
    background-image: linear-gradient(var(--tu-green), var(--tu-green));
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .45s var(--btc-ease), color .3s var(--btc-ease);
}

.btc-card:hover h3 a,
.btc-card h3 a:focus-visible {
    color: var(--tu-green);
    background-size: 100% 1px;
}

.btc-card p {
    font: 400 16px/1.72 var(--font-body);
    color: var(--btc-body);
    margin: 0;
}

/* ------------------------------------------------------ process timeline */

.btc-process-head {
    max-width: 720px;
    margin-bottom: clamp(28px, 3.4vw, 48px);
}

.btc-process-head .btc-p-lead { margin: clamp(16px, 1.8vw, 24px) 0 0; }

.btc-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btc-step {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: clamp(16px, 2vw, 30px);
}

.btc-step-rail {
    position: relative;
    display: block;
    width: 34px;
}

.btc-step-rail::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 8px;
    bottom: 0;
    width: 1px;
    background: var(--btc-line);
}

.btc-step:last-child .btc-step-rail::before { bottom: auto; height: 0; }

.btc-step-rail i {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 13px;
    height: 13px;
    border: 2px solid #cbd7d0;
    border-radius: 50%;
    background: #fff;
    transition: border-color .5s var(--btc-ease), background-color .5s var(--btc-ease), transform .5s var(--btc-ease);
}

.btc-step.is-in .btc-step-rail i,
.btc-step:hover .btc-step-rail i {
    border-color: var(--tu-green);
    background: var(--tu-green);
    transform: scale(1.12);
}

.btc-step-body {
    display: grid;
    grid-template-columns: minmax(0, 4.6fr) minmax(0, 6fr);
    gap: clamp(10px, 3vw, 56px);
    align-items: baseline;
    padding: 0 0 clamp(30px, 3.4vw, 46px);
    border-bottom: 1px solid var(--btc-line);
    margin-bottom: clamp(26px, 3vw, 40px);
}

.btc-step:last-child .btc-step-body {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.btc-step h3 {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font: 700 clamp(18.5px, 1.8vw, 23px)/1.28 var(--font-heading);
    color: var(--tu-dark);
    margin: 0;
    letter-spacing: -.01em;
}

/* The numeral is part of the heading text; only its presentation changes. */
.btc-step-n {
    flex: none;
    font: 700 clamp(28px, 3.4vw, 44px)/1 var(--font-heading);
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 104, 56, .5);
    letter-spacing: -.02em;
    transition: color .45s var(--btc-ease), -webkit-text-stroke-color .45s var(--btc-ease);
}

.btc-step:hover .btc-step-n {
    color: rgba(0, 104, 56, .1);
    -webkit-text-stroke-color: var(--tu-green);
}

.btc-step p {
    font: 400 16.5px/1.78 var(--font-body);
    color: var(--btc-body);
    margin: 0;
}

/* --------------------------------------------------------------- results */

.btc-results-head {
    max-width: 620px;
    margin-bottom: clamp(28px, 3.2vw, 44px);
}

.btc-results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(28px, 4vw, 72px);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--btc-line);
}

.is-dark .btc-results-grid { border-top-color: var(--btc-line-dark); }

.btc-result {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 4px;
    align-items: start;
    padding: clamp(22px, 2.4vw, 32px) 0;
    border-bottom: 1px solid var(--btc-line);
}

.is-dark .btc-result { border-bottom-color: var(--btc-line-dark); }

.btc-result-n {
    font: 700 12px/1.8 var(--font-body);
    letter-spacing: .2em;
    color: var(--tu-green);
    transition: transform .4s var(--btc-ease);
}

.is-dark .btc-result-n { color: var(--tu-yellow); }

.btc-result:hover .btc-result-n { transform: translateX(3px); }

.btc-result p {
    font: 400 16.5px/1.72 var(--font-body);
    color: var(--btc-body);
    margin: 0;
}

.is-dark .btc-result p { color: var(--btc-body-dark); }

.btc-result strong { color: var(--tu-dark); }

.is-dark .btc-result strong { color: #fff; }

/* ------------------------------------------------------------- audiences */

.btc-media {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    gap: clamp(30px, 4.4vw, 76px);
    align-items: center;
}

.btc-media-copy .btc-p-lead { margin: clamp(16px, 1.8vw, 24px) 0 clamp(22px, 2.4vw, 32px); }

.btc-media-figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #eef2ef;
}

.btc-media-figure img {
    display: block;
    width: 100%;
    height: clamp(280px, 33vw, 430px);
    object-fit: cover;
}

.btc-media-figure::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 3px;
    background: var(--gradient-highlight);
    z-index: 2;
}

.btc-audiences {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--btc-line);
}

.btc-audience-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: clamp(18px, 2vw, 24px) 0;
    border-bottom: 1px solid var(--btc-line);
    transition: padding-left .4s var(--btc-ease);
}

.btc-audience-row:hover { padding-left: 8px; }

.btc-audience-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--btc-line);
    background: #f4faf6;
    color: var(--tu-green);
    transition: background-color .4s var(--btc-ease), color .4s var(--btc-ease), border-color .4s var(--btc-ease);
}

.btc-audience-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btc-audience-row:hover .btc-audience-icon {
    background: var(--tu-green);
    border-color: var(--tu-green);
    color: #fff;
}

.btc-audience-text {
    font: 400 16.5px/1.7 var(--font-body);
    color: var(--btc-body);
    padding-top: 4px;
}

.btc-audience-text strong {
    color: var(--tu-dark);
    font-weight: 700;
    transition: color .4s var(--btc-ease);
}

.btc-audience-text a {
    color: inherit;
    background-image: linear-gradient(var(--tu-green), var(--tu-green));
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .45s var(--btc-ease);
}

.btc-audience-row:hover .btc-audience-text a,
.btc-audience-text a:focus-visible { background-size: 100% 1px; }

.btc-audience-row:hover .btc-audience-text strong { color: var(--tu-green); }

/* --------------------------------------------------------- location band */

.btc-location { padding-top: 0; }

.btc-band {
    position: relative;
    overflow: hidden;
    margin-bottom: clamp(38px, 4.6vw, 72px);
}

.btc-band img {
    display: block;
    width: 100%;
    height: clamp(200px, 27vw, 400px);
    object-fit: cover;
    object-position: center 38%;
}

.btc-band::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0), var(--tu-grey));
    pointer-events: none;
}

.btc-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3.6vw, 64px);
    margin-top: clamp(26px, 3vw, 42px);
    padding-top: clamp(26px, 3vw, 42px);
    border-top: 1px solid var(--btc-line);
}

.btc-columns p { margin: 0; }

/* --------------------------------------------------------------- reasons */

.btc-reasons {
    border-top: 1px solid var(--btc-line);
    margin-top: clamp(28px, 3.4vw, 50px);
}

.btc-reason {
    display: grid;
    grid-template-columns: 52px minmax(0, 3fr) minmax(0, 6.4fr);
    gap: clamp(12px, 2.6vw, 40px);
    align-items: start;
    padding: clamp(22px, 2.6vw, 34px) 0;
    border-bottom: 1px solid var(--btc-line);
    transition: padding-left .4s var(--btc-ease);
}

.btc-reason:hover { padding-left: 8px; }

.btc-reason-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid var(--btc-line);
    background: #f4faf6;
    color: var(--tu-green);
    transition: background-color .4s var(--btc-ease), color .4s var(--btc-ease), border-color .4s var(--btc-ease);
}

.btc-reason-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btc-reason:hover .btc-reason-icon {
    background: var(--tu-green);
    border-color: var(--tu-green);
    color: #fff;
}

.btc-reason strong {
    font: 700 clamp(17px, 1.5vw, 20px)/1.4 var(--font-heading);
    color: var(--tu-dark);
    letter-spacing: -.005em;
    padding-top: 8px;
}

.btc-reason-body {
    font: 400 16.5px/1.78 var(--font-body);
    color: var(--btc-body);
    padding-top: 8px;
}

.btc-pullout {
    position: relative;
    overflow: hidden;
    margin-top: clamp(40px, 5vw, 80px);
    padding: clamp(30px, 4.2vw, 58px) clamp(24px, 4vw, 58px);
    background: var(--btc-deep);
    color: #fff;
}

.btc-pullout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-africa);
}

.btc-pullout p {
    font: 400 clamp(18px, 2.2vw, 29px)/1.42 var(--font-heading);
    color: rgba(255, 255, 255, .78);
    margin: 0;
    max-width: 62ch;
    letter-spacing: -.01em;
}

.btc-pullout strong { color: #fff; font-weight: 700; }

/* ------------------------------------------------------------------- faq */

.btc-faq { border-top: 1px solid var(--btc-line); }

.btc-faq details { border-bottom: 1px solid var(--btc-line); }

.btc-faq summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(18px, 2.2vw, 28px) 0;
    cursor: pointer;
    list-style: none;
    color: var(--tu-dark);
    transition: color .3s var(--btc-ease);
}

.btc-faq summary h3 {
    font: 700 clamp(16.5px, 1.5vw, 20px)/1.42 var(--font-heading);
    color: inherit;
    margin: 0;
    letter-spacing: -.005em;
}

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

.btc-faq summary:hover { color: var(--tu-green); }

.btc-faq-mark {
    position: relative;
    flex: none;
    width: 16px;
    height: 16px;
    margin-top: 6px;
}

.btc-faq-mark::before,
.btc-faq-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 2px;
    background: var(--tu-green);
    transition: transform .35s var(--btc-ease);
}

.btc-faq-mark::after { transform: rotate(90deg); }

.btc-faq details[open] .btc-faq-mark::after { transform: rotate(0deg); }

.btc-faq-answer p {
    font: 400 16.5px/1.78 var(--font-body);
    color: var(--btc-body);
    margin: 0 0 clamp(20px, 2.2vw, 30px);
    max-width: 74ch;
    padding-right: 36px;
}

/* ------------------------------------------------------------------- cta */

.btc-cta-in {
    display: grid;
    gap: clamp(34px, 3.6vw, 52px);
    text-align: center;
}

/* definite width, not shrink-to-fit: the heading and the copy below it must
   share the same centre line */
.btc-cta-in > * {
    width: min(100%, 840px);
    margin-inline: auto;
}

.btc-cta .btc-h2 { max-width: 22ch; margin-inline: auto; }

.btc-cta p {
    margin: clamp(22px, 2.4vw, 32px) auto 0;
    max-width: 58ch;
    font: 400 clamp(16px, 1.4vw, 18.5px)/1.68 var(--font-body);
}

.btc-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

/* ------------------------------------------------------------- text link */

.btc-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: clamp(26px, 3vw, 40px);
    font: 700 15px/1 var(--font-body);
    letter-spacing: .04em;
    color: var(--tu-dark);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--btc-line);
    transition: border-color .35s var(--btc-ease), gap .35s var(--btc-ease);
}

.btc-inline-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--tu-yellow);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .35s var(--btc-ease);
}

.is-dark .btc-inline-link { color: #fff; border-bottom-color: var(--btc-line-dark); }

.btc-inline-link svg { stroke: var(--tu-green); }

.is-dark .btc-inline-link svg { stroke: var(--tu-yellow); }

.btc-inline-link:hover { gap: 16px; border-bottom-color: var(--tu-green); }

.is-dark .btc-inline-link:hover { border-bottom-color: var(--tu-yellow); }
.btc-inline-link:hover svg { transform: translateX(3px); }

/* ----------------------------------------------------------- animations */

.btc[data-anim="on"] .btc-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s var(--btc-ease), transform .7s var(--btc-ease);
    transition-delay: calc(var(--btc-d, 0) * 70ms);
}

.btc[data-anim="on"] .btc-reveal.is-in {
    opacity: 1;
    transform: none;
}

/* Image mask reveal - the photo wipes up rather than fading in. */
.btc[data-anim="on"] .btc-clip img {
    clip-path: inset(0 0 100% 0);
    transform: scale(1.05);
    transition: clip-path 1s var(--btc-ease), transform 1.4s var(--btc-ease);
}

.btc[data-anim="on"] .btc-clip.is-in img {
    clip-path: inset(0 0 0 0);
    transform: none;
}

.btc-media-figure img,
.btc-bento-figure img,
.btc-band img {
    transition: transform 1.1s var(--btc-ease);
}

.btc-media-figure:hover img,
.btc-bento-figure:hover img,
.btc-band:hover img { transform: scale(1.035); }

@media (prefers-reduced-motion: reduce) {
    .btc *,
    .btc *::before,
    .btc *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
        transition-delay: 0ms !important;
    }

    .btc[data-anim="on"] .btc-reveal,
    .btc[data-anim="on"] .btc-clip img {
        opacity: 1;
        transform: none;
        clip-path: none;
    }

    .btc-media-figure:hover img,
    .btc-bento-figure:hover img,
    .btc-band:hover img,
    .btc-sign:hover,
    .btc-card:hover { transform: none; }
}

/* ------------------------------------------------------------ responsive */

@media (max-width: 1180px) {
    .btc-reason { grid-template-columns: 52px minmax(0, 3.4fr) minmax(0, 5.6fr); }
}

@media (max-width: 1040px) {
    .btc-hero-in {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        padding-bottom: 60px;
    }


    .btc-split { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .btc-split-head { position: static; }
    .btc-bento { grid-template-columns: minmax(0, 1fr); }
    /* relative, not static: the accent bar is absolutely positioned inside it */
    .btc-bento-figure { position: relative; top: auto; height: clamp(240px, 38vw, 340px); }
    .btc-bento-figure img { position: relative; height: 100%; }
    .btc-media { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .btc-media-figure { order: 2; }
    .btc-step-body { grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .btc-reason { grid-template-columns: 52px minmax(0, 1fr); gap: 8px 20px; }
    .btc-reason-body { grid-column: 2; padding-top: 0; }
    .btc-reason strong { padding-top: 10px; }
}

@media (max-width: 920px) {
    .btc-signs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .btc-sign,
    .btc-sign:nth-child(4),
    .btc-sign:nth-child(5) { grid-column: span 1; }
    .btc-results-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .btc-cta-actions { justify-content: center; }
    .btc-statement p { max-width: none; }
    .btc-pullout p { max-width: none; }
    .btc-columns { grid-template-columns: minmax(0, 1fr); gap: 16px; }
}

@media (max-width: 700px) {
    .btc-bento-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 640px) {
    .btc .wrap { padding-inline: 22px; }
    .btc-hero-in { padding-block: 32px 48px; }
    .btc-hero-actions { gap: 10px; }
    .btc-hero-actions .btn,
    .btc-cta-actions .btn { width: 100%; }
    .btc-signs { grid-template-columns: minmax(0, 1fr); }
    .btc-sign { grid-template-columns: 40px minmax(0, 1fr); gap: 4px 14px; }
    .btc-sign-icon { width: 40px; height: 40px; }
    .btc-media-figure img { height: 230px; }
    .btc-audience-row { grid-template-columns: 40px minmax(0, 1fr); gap: 14px; }
    .btc-audience-icon { width: 40px; height: 40px; }
    .btc-audience-row:hover { padding-left: 0; }
    .btc-reason { grid-template-columns: 44px minmax(0, 1fr); gap: 6px 14px; }
    .btc-reason-icon { width: 44px; height: 44px; }
    .btc-reason:hover { padding-left: 0; }
    .btc-result { grid-template-columns: 38px minmax(0, 1fr); }
    .btc-faq-answer p { padding-right: 0; }
    .btc-statement { padding-left: 16px; }
    .btc-step { grid-template-columns: 26px minmax(0, 1fr); gap: 12px; }
    .btc-step-rail { width: 26px; }
    .btc-step-rail::before { left: 12px; }
    .btc-step-rail i { left: 6px; }
    .btc-step h3 { gap: 10px; }
}

@media (max-width: 400px) {
    .btc .wrap { padding-inline: 18px; }
    .btc-sign { padding: 18px; }
    .btc-card { padding: 20px; }
    .btc-pullout { padding: 26px 20px; }
    .btc-watermark { font-size: 110px; }
    .btc-crumbs ol { font-size: 11.5px; gap: 6px; }
    .btc-band img { height: 180px; }
}

/* ==========================================================================
   Shared service pages - components added for the wider page set. They extend
   the same system: identical tokens, spacing scale, hairlines and motion.
   ========================================================================== */

/* Section shells for the non-split section types */
.btc-sec-head {
    max-width: 780px;
    margin-bottom: clamp(28px, 3.4vw, 50px);
}

.btc-sec-head .btc-subtitle,
.btc-split-head .btc-subtitle {
    font: 700 clamp(17px, 1.6vw, 21px)/1.4 var(--font-heading);
    color: var(--tu-dark);
    margin: 14px 0 0;
    letter-spacing: -.005em;
}

.is-dark .btc-sec-head .btc-subtitle { color: #fff; }

/* consistent rhythm between the runs inside one section */
.btc-sec-body > * + *,
.btc-body-flow > * + * { margin-top: clamp(26px, 3vw, 44px); }

.btc-sec-after { margin-top: clamp(24px, 2.8vw, 38px); }

.btc-after-list { margin-top: clamp(22px, 2.6vw, 34px); }

/* Hero proof strip */
.btc-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin: clamp(26px, 3vw, 38px) 0 0;
    padding-top: clamp(18px, 2vw, 24px);
    border-top: 1px solid var(--btc-line-dark);
}

.btc-proof span {
    position: relative;
    font: 700 13px/1.4 var(--font-body);
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .8);
}

.btc-proof-sep {
    color: var(--tu-yellow);
    opacity: .55;
    font-weight: 400;
}

.btc-proof-line {
    font: 700 13px/1.6 var(--font-body);
    letter-spacing: .04em;
    color: var(--tu-green);
    margin: 0 0 16px;
}

/* Sub-headed block inside editorial sections */
.btc-group {
    margin-top: clamp(26px, 3vw, 40px);
    padding-top: clamp(22px, 2.6vw, 32px);
    border-top: 1px solid var(--btc-line);
}

.btc-group:first-child { margin-top: 0; padding-top: 0; border-top: 0; }

.btc-group-title {
    font: 700 clamp(19px, 1.8vw, 24px)/1.3 var(--font-heading);
    color: var(--tu-dark);
    letter-spacing: -.01em;
    margin: 0 0 14px;
}

.is-dark .btc-group-title { color: #fff; }

/* Long bullet groups read better as a two-column list than as cards */
@media (min-width: 921px) {
    .btc-signs.is-2,
    .btc-signs.is-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .btc-signs.is-3,
    .btc-signs.is-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

    .btc-signs.is-2 .btc-sign,
    .btc-signs.is-3 .btc-sign,
    .btc-signs.is-4 .btc-sign,
    .btc-signs.is-6 .btc-sign { grid-column: auto; }
}

.btc-signs.is-plain {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(28px, 4vw, 64px);
}

.btc-signs.is-plain .btc-sign {
    grid-column: auto;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0 14px;
    padding: 16px 0;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--btc-line);
}

.btc-signs.is-plain .btc-sign:hover {
    transform: none;
    box-shadow: none;
    background: none;
}

.btc-signs.is-plain .btc-sign::before { display: none; }
.btc-signs.is-plain .btc-sign-icon { display: none; }

.btc-signs.is-plain .btc-sign-n {
    grid-column: 1;
    grid-row: 1;
    color: var(--tu-green);
    opacity: .55;
    padding-top: 5px;
}

.btc-signs.is-plain .btc-sign-text { grid-row: 1; grid-column: 2; }

/* Grouped result blocks on the dark band */
.btc-result-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3.4vw, 56px);
    margin-top: clamp(24px, 3vw, 40px);
}

.btc-result-group {
    padding-top: clamp(20px, 2.2vw, 28px);
    border-top: 1px solid var(--btc-line);
}

.is-dark .btc-result-group { border-top-color: var(--btc-line-dark); }

.btc-result-group h3 {
    font: 700 clamp(17px, 1.5vw, 20px)/1.35 var(--font-heading);
    color: var(--tu-dark);
    margin: 0 0 14px;
}

.is-dark .btc-result-group h3 { color: #fff; }

.is-white .btc-result-group,
.is-grey .btc-result-group { border-top-color: var(--btc-line); }

.is-white .btc-result-group h3,
.is-grey .btc-result-group h3 { color: var(--tu-dark); }

.btc-result-group .btc-marked li { border-bottom-color: var(--btc-line-dark); }
.btc-result-group .btc-marked li:first-child { border-top-color: var(--btc-line-dark); }

.is-white .btc-result-group .btc-marked li,
.is-grey .btc-result-group .btc-marked li { border-color: var(--btc-line); }

/* Dark sections invert the shared list and card colours */
.is-dark .btc-p,
.is-dark .btc-p-lead,
.is-dark .btc-marked li { color: var(--btc-body-dark); }

.is-dark .btc-marked strong,
.is-dark .btc-group-title { color: #fff; }

/* In-copy call to action row */
.btc-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: clamp(22px, 2.4vw, 30px) 0 0;
}

.btn-outline-green {
    background: #fff;
    color: var(--tu-green);
    border-color: #cfe0d6;
}

.btn-outline-green:hover {
    background: var(--tu-green);
    border-color: var(--tu-green);
    color: #fff;
}

.is-dark .btn-outline-green {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

/* Steps built from list items carry their copy under the heading */
.btc-step-copy > .btc-p:last-child { margin-bottom: 0; }

@media (max-width: 920px) {
    .btc-signs.is-plain { grid-template-columns: minmax(0, 1fr); }
    .btc-result-groups { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .btc-proof { gap: 8px 20px; }
    .btc-proof span + span::before { left: -11px; }
}

@media (max-width: 640px) {
    .btc-inline-actions .btn { width: 100%; }
}

.btc-subhead {
    font: 700 clamp(18px, 1.6vw, 22px)/1.35 var(--font-heading);
    color: var(--tu-dark);
    letter-spacing: -.01em;
    margin: clamp(24px, 2.6vw, 34px) 0 0;
}

.is-dark .btc-subhead { color: #fff; }

.btc-subhead + .btc-p,
.btc-subhead + .btc-marked { margin-top: 14px; }

/* ==========================================================================
   Visual balance: layouts that give imagery real presence beside long copy.
   Same figure treatment, clip reveal and hairline accent as the bento.
   ========================================================================== */

/* Side-by-side body: copy and picture share the section */
.btc-sec-body.btc-media {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
    gap: clamp(30px, 4vw, 68px);
    align-items: start;
}

.btc-sec-body.btc-media.is-left {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
}

.btc-sec-body.btc-media.is-left > .btc-media-figure { order: -1; }

.btc-sec-body.btc-media > .btc-media-figure {
    position: sticky;
    top: 112px;
    margin: 0;
    height: clamp(380px, 42vw, 600px);
    overflow: hidden;
    background: #eef2ef;
}

.btc-sec-body.btc-media > .btc-media-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.btc-body-copy > * + * { margin-top: clamp(26px, 3vw, 44px); }

/* without a side layout the wrapper is transparent, so section rhythm is unchanged */
.btc-body-flow { display: contents; }

/* the grid owns the spacing between copy and picture */
.btc-sec-body.btc-media > * + *,
.btc-sec-body.btc-column-layout > * + * { margin-top: 0; }

/* Sticky picture column beside a process timeline */
.btc-sec-body.btc-column-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(30px, 4vw, 64px);
    align-items: start;
}

/* beside a picture column the step copy stacks instead of splitting again */
.btc-column-layout .btc-step-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
}

.btc-column-figure {
    position: sticky;
    top: 112px;
    margin: 0;
    height: clamp(420px, 46vw, 640px);
    overflow: hidden;
    background: #eef2ef;
}

.btc-column-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

/* Picture inside the heading column of a split section */
.btc-aside-figure {
    position: relative;
    display: block;
    margin: clamp(28px, 3.2vw, 44px) 0 0;
    height: clamp(280px, 27vw, 400px);
    overflow: hidden;
    background: #eef2ef;
}

.btc-aside-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

/* shared accent + hover treatment for the new figures */
.btc-media-figure::after,
.btc-column-figure::after,
.btc-aside-figure::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 3px;
    background: var(--gradient-highlight);
    z-index: 2;
}

.btc-column-figure img,
.btc-aside-figure img { transition: transform 1.1s var(--btc-ease); }

.btc-column-figure:hover img,
.btc-aside-figure:hover img { transform: scale(1.035); }

/* Bands carry more presence now that they anchor a whole section */
.btc-band img { height: clamp(230px, 30vw, 440px); }

@media (prefers-reduced-motion: reduce) {
    .btc-column-figure:hover img,
    .btc-aside-figure:hover img { transform: none; }
}

@media (max-width: 1040px) {
    /* .is-left is listed too: it must out-specify the desktop rule above */
    .btc-sec-body.btc-media,
    .btc-sec-body.btc-media.is-left,
    .btc-sec-body.btc-media.is-right,
    .btc-sec-body.btc-column-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: clamp(26px, 4vw, 40px);
    }

    /* on one column the copy leads and the picture follows */
    .btc-sec-body.btc-media > .btc-media-figure,
    .btc-sec-body.btc-media.is-left > .btc-media-figure,
    .btc-column-figure { position: static; order: 2; height: clamp(260px, 42vw, 380px); }

    .btc-sec-body.btc-media > .btc-body-copy,
    .btc-sec-body.btc-column-layout > .btc-body-copy { order: 1; }

    .btc-aside-figure { height: clamp(240px, 34vw, 340px); }
}

@media (max-width: 640px) {
    .btc-sec-body.btc-media > .btc-media-figure,
    .btc-column-figure { height: 250px; }
    .btc-aside-figure { height: 230px; margin-top: 24px; }
    .btc-band img { height: 210px; }
}

/* Components sitting in the narrower copy column of a split reflow the same
   way they do on tablet, so labels and cards never get squeezed. */
.btc-sec-body.btc-media .btc-reason,
.btc-column-layout .btc-reason {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 8px 20px;
}

.btc-sec-body.btc-media .btc-reason strong,
.btc-column-layout .btc-reason strong { padding-top: 10px; }

.btc-sec-body.btc-media .btc-reason-body,
.btc-column-layout .btc-reason-body { grid-column: 2; padding-top: 0; }

.btc-sec-body.btc-media .btc-signs,
.btc-column-layout .btc-signs { grid-template-columns: minmax(0, 1fr); }

.btc-sec-body.btc-media .btc-sign,
.btc-sec-body.btc-media .btc-sign:nth-child(4),
.btc-sec-body.btc-media .btc-sign:nth-child(5),
.btc-column-layout .btc-sign,
.btc-column-layout .btc-sign:nth-child(4),
.btc-column-layout .btc-sign:nth-child(5) { grid-column: auto; }

.btc-sec-body.btc-media .btc-bento-grid,
.btc-sec-body.btc-media .btc-results-grid,
.btc-sec-body.btc-media .btc-result-groups,
.btc-sec-body.btc-media .btc-columns,
.btc-column-layout .btc-bento-grid,
.btc-column-layout .btc-results-grid { grid-template-columns: minmax(0, 1fr); }

.btc-sec-body.btc-media .btc-step-body { grid-template-columns: minmax(0, 1fr); gap: 10px; }

.btc-sec-body.btc-media .btc-signs.is-plain { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* A band opens its section flush, and fades into whichever tone it sits on */
.btc-sec.has-band { padding-top: 0; }

.is-white .btc-band::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.is-grey .btc-band::after {
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0), var(--tu-grey));
}

/* ==========================================================================
   Spacing rhythm and in-copy call-to-action rows
   ========================================================================== */

/* Section heading always clears its content by the same amount */
.btc-sec-head { margin-bottom: clamp(34px, 3.8vw, 56px); }

.btc-split-head + .btc-sec-body { margin-top: 0; }

/* Every run inside a section keeps the same rhythm, including the first one
   after the heading and any trailing prose after a component.
   .btc-body-flow is display:contents, so its children need the rule too. */
.btc-sec-body > * + *,
.btc-body-copy > * + *,
.btc-body-flow > * + * { margin-top: clamp(30px, 3.2vw, 48px); }

/* lists and card grids need a little more air above them than plain prose */
.btc-sec-body > .btc-prose + .btc-signs,
.btc-sec-body > .btc-prose + .btc-steps,
.btc-sec-body > .btc-prose + .btc-reasons,
.btc-sec-body > .btc-prose + .btc-results-grid,
.btc-body-copy > .btc-prose + .btc-signs,
.btc-body-copy > .btc-prose + .btc-steps,
.btc-body-copy > .btc-prose + .btc-reasons,
.btc-body-flow > .btc-prose + .btc-signs,
.btc-body-flow > .btc-prose + .btc-steps,
.btc-body-flow > .btc-prose + .btc-reasons,
.btc-body-flow > .btc-prose + .btc-results-grid,
.btc-body-flow > .btc-prose + div { margin-top: clamp(32px, 3.6vw, 52px); }

.btc-prose > .btc-p + .btc-p { margin-top: 0; }

.btc-sec-after,
.btc-after-list { margin-top: clamp(30px, 3.2vw, 46px); }

/* the first step should not sit tight under the intro copy */
.btc-steps { padding-top: 4px; }

/* In-copy call to action row: real buttons, centred under their section copy */
/* A CTA row inside running copy lines up with the text; a row lifted out of a
   card grid centres under the component it belongs to. */
.btc-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
    margin: clamp(28px, 3vw, 40px) 0 0;
}

.btc-inline-actions.is-hoisted,
.btc-cta .btc-inline-actions { justify-content: center; }

/* whatever follows a button row needs its own space */
.btc-inline-actions + * { margin-top: clamp(26px, 2.8vw, 36px); }

.btc-inline-actions .btn { min-height: 48px; padding: 14px 28px; }

.is-dark .btc-inline-actions .btn-primary {
    background: #fff;
    color: var(--tu-green);
}

.is-dark .btc-inline-actions .btn-primary:hover {
    background: var(--tu-yellow);
    color: #1a1a1a;
}

.btc-cta .btc-inline-actions { justify-content: center; }

@media (max-width: 640px) {
    .btc-sec-head { margin-bottom: 28px; }
    .btc-sec-body > * + *,
    .btc-body-copy > * + *,
    .btc-body-flow > * + * { margin-top: 28px; }
}

/* The closing call to action gets a touch more room than a content section */
.btc-cta { padding-block: clamp(68px, 8.4vw, 130px); }

@media (max-width: 640px) {
    .btc-cta { padding-block: 62px; }
    .btc-cta-in { gap: 28px; }
}

/* Safety net: a long CTA label wraps instead of overflowing its container */
.btc-inline-actions .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

/* A lifted call to action sits under the cards it belongs to, on their axis */
.btc-cards-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.btc-cards-col > .btc-inline-actions { margin-top: clamp(26px, 2.8vw, 36px); }

/* ==========================================================================
   Full-bleed hero
   One cinematic frame edge to edge, read through a layered Truss Ugavi green
   wash: a horizontal fade that holds the copy side, a vertical scrim that
   protects the header and grounds the base, and a soft vignette for depth.
   ========================================================================== */

.btc-hero.is-full {
    display: grid;
    align-items: center;
    min-height: clamp(520px, 64vh, 760px);
    isolation: isolate;
}

.btc-hero.is-full .btc-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: var(--btc-deep);
}

.btc-hero.is-full .btc-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% 42%;
    opacity: 1;
}

/* the wash: deep and opaque where the words sit, opening up over the picture */
.btc-hero.is-full .btc-hero-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(99deg,
            rgba(3, 27, 19, .975) 0%,
            rgba(4, 33, 23, .96) 34%,
            rgba(5, 40, 28, .9) 48%,
            rgba(6, 48, 33, .66) 62%,
            rgba(7, 56, 38, .34) 78%,
            rgba(8, 62, 42, .18) 100%),
        linear-gradient(to bottom,
            rgba(3, 22, 15, .58) 0%,
            rgba(3, 22, 15, .06) 22%,
            rgba(3, 22, 15, 0) 46%,
            rgba(3, 22, 15, .34) 82%,
            rgba(3, 22, 15, .62) 100%),
        radial-gradient(120% 95% at 20% 44%, rgba(0, 0, 0, 0) 46%, rgba(2, 18, 12, .42) 100%);
}

/* the brand rule stays as the section's closing edge */
.btc-hero.is-full::after { z-index: 3; }

.btc-hero.is-full .btc-hero-in {
    position: relative;
    z-index: 2;
    display: block;
    padding-block: clamp(74px, 9vw, 132px);
}

/* px, not ch: ch resolves against the wrapper's 16px body font and would make
   the column far narrower than intended */
.btc-hero.is-full .btc-hero-copy {
    max-width: min(100%, 780px);
}

.btc-hero.is-full h1 {
    font-size: clamp(33px, 4.9vw, 64px);
    text-shadow: 0 2px 26px rgba(2, 18, 12, .34);
}

.btc-hero.is-full .btc-hero-lead {
    max-width: 56ch;
    color: rgba(255, 255, 255, .84);
    text-shadow: 0 1px 18px rgba(2, 18, 12, .3);
}

.btc-hero.is-full .btc-crumbs { color: rgba(255, 255, 255, .66); }

/* premium button treatment against photography */
.btc-hero.is-full .btn-white {
    box-shadow: 0 14px 34px rgba(2, 18, 12, .3);
}

.btc-hero.is-full .btn-ghost-light {
    background: rgba(6, 41, 28, .34);
    border-color: rgba(255, 255, 255, .58);
    backdrop-filter: blur(3px);
}

.btc-hero.is-full .btn-ghost-light:hover {
    background: rgba(6, 41, 28, .52);
    border-color: var(--tu-yellow);
}

.btc-hero.is-full .btc-proof { border-top-color: rgba(255, 255, 255, .22); }

/* --------------------------------------------------------- responsive */

@media (max-width: 1040px) {
    .btc-hero.is-full { min-height: clamp(500px, 62vh, 680px); }

    .btc-hero.is-full .btc-hero-in { padding-block: clamp(64px, 8vw, 96px); }

    .btc-hero.is-full .btc-hero-media img { object-position: 72% 40%; }

    /* the wash turns vertical so the copy keeps its ground on a narrow frame */
    .btc-hero.is-full .btc-hero-scrim {
        background:
            linear-gradient(104deg, rgba(4, 30, 21, .95) 0%, rgba(6, 44, 30, .74) 52%, rgba(8, 58, 39, .4) 100%),
            linear-gradient(to bottom, rgba(3, 22, 15, .6) 0%, rgba(3, 22, 15, .18) 34%, rgba(3, 22, 15, .5) 100%);
    }

}

@media (max-width: 640px) {
    .btc-hero.is-full { min-height: 0; }

    .btc-hero.is-full .btc-hero-in { padding-block: 52px 60px; }

    .btc-hero.is-full .btc-hero-media img { object-position: 64% 38%; }

    .btc-hero.is-full .btc-hero-scrim {
        background:
            linear-gradient(to bottom, rgba(3, 22, 15, .72) 0%, rgba(4, 30, 21, .82) 46%, rgba(4, 30, 21, .93) 100%),
            linear-gradient(96deg, rgba(4, 30, 21, .55) 0%, rgba(6, 44, 30, .3) 100%);
    }

    .btc-hero.is-full h1,
    .btc-hero.is-full .btc-hero-lead { max-width: none; }
}
