﻿
.ctp {
    --ink: #1C140D;
    --ink-72: #5A5047;
    --ink-45: #8C847A;
    --paper: #FFFFFF;
    --sand: #FBF4EE;
    --line: #EBE1D7;
    --brand: #F07723; /* logo orange */
    --brand-dk: #C2560F; /* accessible fill for buttons/links */
    --brand-tint: #FDF1E7; /* wash */
    --r: 14px;
    --gutter: clamp(18px,4vw,28px);
    font-family: 'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

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

    .ctp h1, .ctp h2, .ctp h3 {
        font-family: 'Fraunces','Georgia',serif;
        font-weight: 600;
        letter-spacing: -.015em;
        margin: 0;
    }

        .ctp h1 em, .ctp h2 em, .ctp h3 em {
            font-style: italic;
            font-weight: 400;
        }

.ctp__head h2 em, .ctp__body h3 em {
    color: var(--brand-dk);
}

.ctp p {
    margin: 0;
}

.ctp img {
    display: block;
    max-width: 100%;
}

.ctp__wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--gutter);
}

.ctp__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ink-45);
    display: none;
}

    .ctp__eyebrow::before {
        content: "";
        width: 9px;
        height: 9px;
        flex: none;
        background: var(--brand);
        clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
    }

/* BUTTONS */
.ctp__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: 600 15px/1 'Inter',sans-serif;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease;
}

.ctp__btn--solid {
    background: var(--brand-dk);
    color: #fff;
}

    .ctp__btn--solid:hover {
        background: var(--brand);
        color: #fff;
        transform: translateY(-1px);
    }

.ctp__btn--line {
    background: transparent;
    color: var(--ink);
    border-color: var(--line);
}

    .ctp__btn--line:hover {
        border-color: var(--ink);
        color: var(--ink);
    }

.ctp__btn--light {
    background: #fff;
    color: var(--ink);
}

    .ctp__btn--light:hover {
        background: var(--sand);
        color: var(--ink);
        transform: translateY(-1px);
    }

.ctp__btn--lineLight {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.45);
}

    .ctp__btn--lineLight:hover {
        border-color: #fff;
        background: rgba(255,255,255,.08);
        color: #fff;
    }

.ctp a:focus-visible {
    outline: 3px solid var(--brand-dk);
    outline-offset: 3px;
    border-radius: 10px;
}

/* 1 · HERO — compact */
.ctp__hero {
    position: relative;
    background: var(--ink);
    color: #fff;
    overflow: hidden;
}

    .ctp__hero > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .34;
    }

    .ctp__hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgb(79 86 42) 0%, rgb(28 20 13 / 0%) 72%, rgb(36 20 6 / 0%) 100%);
    }

.ctp__heroIn {
    position: relative;
    z-index: 2;
    padding: clamp(52px,7vw,84px) 0;
    /* max-width: 720px; */
    text-align: center;
}

.ctp__hero .ctp__eyebrow {
    color: rgba(255,255,255,.7);
}

.ctp__hero h1 {
    font-size: clamp(32px,5vw,45px);
    line-height: 1.05;
    margin: 14px 0 14px;
    color: #fff;
}

.ctp__hero p {
    font-size: clamp(15.5px,1.8vw,17.5px);
    line-height: 1.55;
    color: rgba(255,255,255,.85);
    /* max-width: 50ch; */
}

.ctp__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
}

    .ctp__chips span {
        font-size: 12.5px;
        color: rgba(255,255,255,.78);
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 999px;
        padding: 6px 13px;
    }

.ctp__heroCta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    justify-content: center;
}

/* 2 · CAMPAIGN GRID */
.ctp__sec {
    padding: clamp(34px,2.5vw,60px) 0;
}

.ctp__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    justify-content: center;
}

    .ctp__head h2 {
        font-size: clamp(24px,3.2vw,36px);
        line-height: 1.12;
        margin-top: 10px;
    }

    .ctp__head p {
        color: var(--ink-72);
        font-size: 15px;
    }

.ctp__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: clamp(16px,1.6vw,22px);
}

.ctp__card {
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    transition: transform .26s ease,box-shadow .26s ease,border-color .26s ease;
}

    .ctp__card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 34px rgba(28,20,13,.10);
        border-color: #D9D1C4;
    }

.ctp__media {
    position: relative;
    aspect-ratio: 4/3;
    background: var(--sand);
    overflow: hidden;
}

    .ctp__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

.ctp__card:hover .ctp__media img {
    transform: scale(1.035);
}

.ctp__tag {
    position: absolute;
    left: 13px;
    top: 13px;
    background: var(--brand);
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
}

.ctp__body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

    .ctp__body h3 {
        font-size: clamp(18px,1.6vw,20px);
        line-height: 1.22;
    }

    .ctp__body p {
        color: var(--ink-72);
        font-size: 14.5px;
        line-height: 1.55;
    }

.ctp__act {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: auto;
}

    .ctp__act .ctp__btn {
        padding: 12px 5px;
        font-size: 13.5px;
        width: 100%;
    }

.ctp__link {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--line);
    padding-bottom: 2px;
    transition: border-color .2s ease;
}

    .ctp__link:hover {
        border-color: var(--ink);
        color: var(--ink);
    }

    .ctp__link span {
        transition: transform .2s ease;
        display: inline-block;
    }

    .ctp__link:hover span {
        transform: translateX(3px);
    }

/* 2b · GENERAL FUND STRIP */
.ctp__general {
    margin-top: clamp(18px,2vw,24px);
    background: var(--brand-tint);
    border: 1px solid #F3DCC9;
    border-radius: var(--r);
    padding: 20px clamp(20px,2.4vw,28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
}

    .ctp__general h3 {
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 4px;
    }

    .ctp__general p {
        color: var(--ink-72);
        font-size: 14.5px;
        line-height: 1.5;
    }

    .ctp__general .ctp__btn {
        flex: none;
    }

@media (max-width:620px) {
    .ctp__general {
        flex-direction: column;
        align-items: flex-start;
    }

        .ctp__general .ctp__btn {
            width: 100%;
        }
}

/* 3 · TRUST + CTA in one dark band */
.ctp__close {
    background: var(--ink);
    color: #fff;
}

.ctp__closeIn {
    padding: clamp(44px,5.5vw,71px) 0 clamp(31px,4vw,40px);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(30px,6vw,30px);
    align-items: center;
}

.ctp__close h2 {
    font-size: clamp(24px,3.2vw,36px);
    line-height: 1.14;
    color: #fff;
    margin-bottom: 12px;
}

.ctp__close > .ctp__wrap p {
    color: rgba(255,255,255,.8);
}

.ctp__close p {
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 1.6;
    /* max-width: 44ch; */
}

.ctp__closeCta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.ctp__mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2,1fr);
    gap: 12px;
}

    .ctp__mosaic figure {
        margin: 0;
        border-radius: 12px;
        overflow: hidden;
        aspect-ratio: 4/3;
        background: rgba(255,255,255,.06);
    }

    .ctp__mosaic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .ctp__mosaic figure:hover img {
        transform: scale(1.04);
    }

    .ctp__mosaic figure:first-child {
        grid-row: span 2;
        aspect-ratio: auto;
    }

.ctp__trust {
    list-style: none;
    margin: 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(255,255,255,.14);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px 24px;
}

    .ctp__trust li {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        font-size: 14.5px;
        line-height: 1.5;
        color: rgba(255,255,255,.86);
    }

    .ctp__trust svg {
        width: 19px;
        height: 19px;
        flex: none;
        margin-top: 2px;
        color: var(--brand);
    }

    .ctp__trust b {
        display: block;
        font-weight: 600;
        color: #fff;
        font-size: 15px;
        margin-bottom: 2px;
    }

/* MOBILE STICKY BAR */
.ctp__sticky {
    display: none;
}

@media (max-width:760px) {
    .ctp__sticky {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        position: sticky;
        bottom: 0;
        z-index: 40;
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(8px);
        border-top: 1px solid var(--line);
        padding: 10px var(--gutter);
    }

        .ctp__sticky .ctp__btn {
            padding: 13px 12px;
            font-size: 14px;
            width: 100%;
        }
}

/* RESPONSIVE */
@media (max-width:1080px) {
    .ctp__grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:980px) {
    .ctp__closeIn {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width:980px) {
    .ctp__trust {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:620px) {
    .ctp__grid {
        grid-template-columns: 1fr;
    }

    .ctp__media {
        aspect-ratio: 16/9;
    }
}

@media (max-width:560px) {
    .ctp__mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

        .ctp__mosaic figure:first-child {
            grid-row: span 1;
            aspect-ratio: 4/3;
        }

    .ctp__hero::after {
        background: linear-gradient(180deg,rgba(28,20,13,.72) 0%,rgba(28,20,13,.94) 70%);
    }

    .ctp__heroCta .ctp__btn, .ctp__act .ctp__btn {
        flex: 1 1 100%;
    }
}

@media (prefers-reduced-motion:reduce) {
    .ctp * {
        transition: none !important;
        animation: none !important;
    }

    .ctp__card:hover {
        transform: none;
    }
}
