.ccsc-page {
    --ccsc-ivory: #f8f5ee;
    --ccsc-paper: #fffdf8;
    --ccsc-sage: #dfe8dc;
    --ccsc-sage-deep: #6f806b;
    --ccsc-forest: #20362d;
    --ccsc-charcoal: #232522;
    --ccsc-copper: #b8753e;
    --ccsc-gold: #d7b46a;
    --ccsc-muted: #667067;
    --ccsc-line: rgba(32, 54, 45, 0.16);
    --ccsc-shadow: 0 22px 60px rgba(28, 43, 36, 0.12);
    background: var(--ccsc-ivory);
    color: var(--ccsc-charcoal);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    margin: 0;
}

.ccsc-page *,
.ccsc-page *::before,
.ccsc-page *::after {
    box-sizing: border-box;
}

.ccsc-page a {
    color: inherit;
}

.site-branding a.brand.has-logo-image,
.site-branding a.brand {
    align-items: center;
    color: #20362d !important;
    display: inline-flex !important;
    flex-direction: column;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.32rem;
    font-weight: 760;
    gap: 4px;
    letter-spacing: 0;
    line-height: 1.05;
    text-decoration: none !important;
    text-transform: uppercase;
}

.site-branding a.brand.has-logo-image img {
    display: none !important;
}

.site-branding a.brand.has-logo-image::before,
.site-branding a.brand::before {
    align-items: center;
    border: 1px solid rgba(32, 54, 45, 0.28);
    border-radius: 999px;
    color: #20362d;
    content: "CCC";
    display: inline-flex;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.42rem;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 2px;
    width: 82px;
}

.main-navigation .menu,
.secondary-navigation .menu {
    gap: 6px;
}

.main-navigation a,
.secondary-navigation a {
    font-size: 0.92rem;
    font-weight: 780;
    letter-spacing: 0;
}

.ccsc-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.ccsc-band {
    background:
        linear-gradient(120deg, rgba(32, 54, 45, 0.94), rgba(43, 74, 60, 0.82)),
        radial-gradient(circle at 82% 18%, rgba(215, 180, 106, 0.26), transparent 30%),
        var(--ccsc-forest);
    color: var(--ccsc-paper);
}

.ccsc-hero {
    padding: clamp(64px, 9vw, 118px) 0 clamp(52px, 7vw, 86px);
}

.ccsc-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: center;
}

.ccsc-kicker {
    color: var(--ccsc-copper);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.25;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.ccsc-band .ccsc-kicker {
    color: var(--ccsc-gold);
}

.ccsc-page h1,
.ccsc-page h2,
.ccsc-page h3 {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
}

.ccsc-page h1 {
    font-size: clamp(2.55rem, 6vw, 5.5rem);
    max-width: 890px;
}

.ccsc-page h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
}

.ccsc-page h3 {
    font-size: clamp(1.22rem, 2vw, 1.58rem);
    line-height: 1.17;
}

.ccsc-page p {
    margin: 0;
}

.ccsc-lede {
    color: rgba(255, 253, 248, 0.86);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    margin-top: 24px;
    max-width: 710px;
}

.ccsc-microcopy {
    color: rgba(255, 253, 248, 0.7);
    font-size: 0.9rem;
    margin-top: 16px;
    max-width: 650px;
}

.ccsc-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ccsc-button {
    align-items: center;
    background: var(--ccsc-copper);
    border: 1px solid var(--ccsc-copper);
    border-radius: 6px;
    color: #fffdf8 !important;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 14px 20px;
    text-decoration: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ccsc-button:hover {
    background: #a86634;
    box-shadow: 0 14px 34px rgba(32, 54, 45, 0.18);
    transform: translateY(-1px);
}

.ccsc-button--secondary {
    background: transparent;
    border-color: rgba(32, 54, 45, 0.22);
    color: var(--ccsc-forest) !important;
}

.ccsc-band .ccsc-button--secondary {
    border-color: rgba(255, 253, 248, 0.38);
    color: var(--ccsc-paper) !important;
}

.ccsc-button--secondary:hover {
    background: rgba(32, 54, 45, 0.07);
}

.ccsc-band .ccsc-button--secondary:hover {
    background: rgba(255, 253, 248, 0.1);
}

.ccsc-hero-card,
.ccsc-note,
.ccsc-offers article,
.ccsc-fit-grid article,
.ccsc-steps article,
.ccsc-faq article {
    border: 1px solid var(--ccsc-line);
    border-radius: 8px;
}

.ccsc-hero-card {
    background: rgba(255, 253, 248, 0.94);
    box-shadow: var(--ccsc-shadow);
    color: var(--ccsc-charcoal);
    padding: clamp(26px, 4vw, 38px);
}

.ccsc-card-label {
    color: var(--ccsc-copper);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ccsc-hero-card p:not(.ccsc-card-label),
.ccsc-note p,
.ccsc-offers article p:not(.ccsc-card-label),
.ccsc-fit-grid p,
.ccsc-steps p,
.ccsc-faq p {
    color: var(--ccsc-muted);
    margin-top: 14px;
}

.ccsc-signal-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.ccsc-signal-grid span {
    background: var(--ccsc-sage);
    border-radius: 6px;
    color: var(--ccsc-forest);
    display: block;
    font-weight: 800;
    padding: 12px;
    text-align: center;
}

.ccsc-section {
    padding: clamp(58px, 8vw, 104px) 0;
}

.ccsc-section--sage {
    background: var(--ccsc-sage);
}

.ccsc-section--paper {
    background: var(--ccsc-paper);
}

.ccsc-proof-strip {
    background: var(--ccsc-paper);
    border-bottom: 1px solid var(--ccsc-line);
    border-top: 1px solid var(--ccsc-line);
    padding: 20px 0;
}

.ccsc-proof-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ccsc-proof-grid div {
    border-left: 1px solid var(--ccsc-line);
    padding: 5px 18px;
}

.ccsc-proof-grid div:first-child {
    border-left: 0;
}

.ccsc-proof-grid strong,
.ccsc-proof-grid span {
    display: block;
}

.ccsc-proof-grid strong {
    color: var(--ccsc-forest);
    font-size: 0.95rem;
    font-weight: 850;
}

.ccsc-proof-grid span {
    color: var(--ccsc-muted);
    font-size: 0.86rem;
    margin-top: 2px;
}

.ccsc-centered {
    max-width: 850px;
    text-align: center;
}

.ccsc-centered p:last-child,
.ccsc-section-intro + p {
    color: var(--ccsc-muted);
    font-size: 1.08rem;
    margin-top: 18px;
}

.ccsc-fit-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 38px;
}

.ccsc-fit-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

.ccsc-fit-grid article {
    background: var(--ccsc-paper);
    min-height: 220px;
    padding: 26px;
}

.ccsc-method {
    display: grid;
    gap: clamp(28px, 5vw, 62px);
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

.ccsc-method > div:first-child p:last-child,
.ccsc-two-col p {
    color: var(--ccsc-muted);
    font-size: 1.05rem;
    margin-top: 18px;
}

.ccsc-steps {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ccsc-steps--wide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ccsc-steps article {
    background: rgba(255, 253, 248, 0.72);
    padding: 24px;
}

.ccsc-steps span {
    color: var(--ccsc-copper);
    display: block;
    font-size: 0.82rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.ccsc-offers {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ccsc-section-intro {
    grid-column: 1 / -1;
    max-width: 760px;
    margin-bottom: 12px;
}

.ccsc-offers article {
    background: var(--ccsc-paper);
    min-height: 330px;
    padding: 28px;
}

.ccsc-offers article .ccsc-button {
    margin-top: 28px;
}

.ccsc-featured {
    background: var(--ccsc-forest) !important;
    color: var(--ccsc-paper);
}

.ccsc-featured p:not(.ccsc-card-label) {
    color: rgba(255, 253, 248, 0.78) !important;
}

.ccsc-subhero {
    padding: clamp(54px, 7vw, 86px) 0;
}

.ccsc-subhero h1 {
    font-size: clamp(2.35rem, 4.7vw, 4.55rem);
    max-width: 980px;
}

.ccsc-subhero .ccsc-lede {
    max-width: 860px;
}

.ccsc-two-col {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.ccsc-note {
    background: var(--ccsc-paper);
    box-shadow: var(--ccsc-shadow);
    padding: 30px;
}

.ccsc-note--dark {
    background: var(--ccsc-forest);
    color: var(--ccsc-paper);
}

.ccsc-note--dark p {
    color: rgba(255, 253, 248, 0.78) !important;
}

.ccsc-checklist {
    background: var(--ccsc-paper);
    border: 1px solid var(--ccsc-line);
    border-radius: 8px;
    color: var(--ccsc-charcoal);
    list-style: none;
    margin: 0;
    padding: 28px;
}

.ccsc-checklist li {
    border-bottom: 1px solid var(--ccsc-line);
    font-weight: 750;
    padding: 13px 0 13px 30px;
    position: relative;
}

.ccsc-checklist li:last-child {
    border-bottom: 0;
}

.ccsc-checklist li::before {
    background: var(--ccsc-copper);
    border-radius: 999px;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 9px;
}

.ccsc-faq {
    display: grid;
    gap: 16px;
}

.ccsc-faq article {
    background: var(--ccsc-paper);
    padding: 26px 30px;
}

.ccsc-faq h2 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.16rem;
    font-weight: 850;
    line-height: 1.3;
}

.ccsc-cta {
    background: var(--ccsc-forest);
    color: var(--ccsc-paper);
}

.ccsc-founder {
    background:
        linear-gradient(90deg, rgba(248, 245, 238, 0.96), rgba(223, 232, 220, 0.8)),
        var(--ccsc-ivory);
    border-top: 1px solid var(--ccsc-line);
}

.ccsc-founder p {
    color: var(--ccsc-muted);
    font-size: 1.08rem;
    margin-top: 0;
}

.ccsc-founder p + p {
    margin-top: 18px;
}

.ccsc-testimonials {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ccsc-testimonials .ccsc-section-intro {
    grid-column: 1 / -1;
    max-width: 800px;
}

.ccsc-testimonials figure {
    background: var(--ccsc-paper);
    border: 1px solid var(--ccsc-line);
    border-radius: 8px;
    margin: 0;
    min-height: 360px;
    padding: 28px;
}

.ccsc-testimonials blockquote {
    color: var(--ccsc-charcoal);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.08rem, 1.6vw, 1.28rem);
    line-height: 1.42;
    margin: 0;
}

.ccsc-testimonials figcaption {
    color: var(--ccsc-copper);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-top: 22px;
    text-transform: uppercase;
}

.ccsc-vocation {
    background:
        linear-gradient(120deg, rgba(32, 54, 45, 0.94), rgba(45, 38, 32, 0.86)),
        var(--ccsc-forest);
    color: var(--ccsc-paper);
}

.ccsc-vocation p:not(.ccsc-kicker):not(.ccsc-card-label) {
    color: rgba(255, 253, 248, 0.78);
    font-size: 1.06rem;
    margin-top: 18px;
}

.ccsc-vocation .ccsc-note {
    background: rgba(255, 253, 248, 0.94);
    color: var(--ccsc-charcoal);
}

.ccsc-vocation .ccsc-note p:not(.ccsc-card-label) {
    color: var(--ccsc-muted);
}

.ccsc-actions--light .ccsc-button--secondary {
    border-color: rgba(255, 253, 248, 0.36);
    color: var(--ccsc-paper) !important;
}

.ccsc-contact-cards {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.ccsc-contact-cards article {
    background: var(--ccsc-paper);
    border: 1px solid var(--ccsc-line);
    border-radius: 8px;
    padding: 22px;
}

.ccsc-contact-cards a {
    color: var(--ccsc-forest);
    font-weight: 800;
    text-decoration-color: rgba(184, 117, 62, 0.55);
}

.ccsc-mini-list {
    color: var(--ccsc-muted);
    margin: 16px 0 0;
    padding-left: 20px;
}

.ccsc-mini-list li + li {
    margin-top: 10px;
}

.ccsc-site-footer {
    background: #20362d;
    color: rgba(255, 253, 248, 0.78);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(220px, 1.1fr) minmax(260px, 1fr);
    padding: clamp(34px, 5vw, 58px) max(24px, calc((100vw - 1120px) / 2));
}

.ccsc-site-footer a {
    color: #fffdf8;
    font-weight: 760;
    text-decoration: none;
}

.ccsc-site-footer nav {
    align-content: start;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    justify-content: flex-end;
}

.ccsc-footer-brand {
    color: #fffdf8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 760;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.ccsc-footer-note,
.ccsc-footer-copy {
    border-top: 1px solid rgba(255, 253, 248, 0.16);
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 18px;
}

.ccsc-footer-copy {
    border-top: 0;
    padding-top: 0;
}

.ccsc-cta__inner {
    max-width: 820px;
    text-align: center;
}

.ccsc-cta p:not(.ccsc-kicker) {
    color: rgba(255, 253, 248, 0.8);
    font-size: 1.08rem;
    margin: 18px auto 0;
    max-width: 650px;
}

.ccsc-cta .ccsc-button {
    margin-top: 30px;
}

@media (max-width: 960px) {
    .ccsc-hero__grid,
    .ccsc-method,
    .ccsc-two-col {
        grid-template-columns: 1fr;
    }

    .ccsc-fit-grid,
    .ccsc-fit-grid--three,
    .ccsc-steps,
    .ccsc-steps--wide,
    .ccsc-offers,
    .ccsc-proof-grid,
    .ccsc-testimonials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ccsc-site-footer {
        grid-template-columns: 1fr;
    }

    .ccsc-site-footer nav {
        justify-content: flex-start;
    }

    .ccsc-section-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .ccsc-wrap {
        width: min(100% - 28px, 1120px);
    }

    .ccsc-hero,
    .ccsc-subhero,
    .ccsc-section {
        padding-left: 0;
        padding-right: 0;
    }

    .ccsc-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ccsc-button {
        width: 100%;
    }

    .ccsc-fit-grid,
    .ccsc-fit-grid--three,
    .ccsc-steps,
    .ccsc-steps--wide,
    .ccsc-offers,
    .ccsc-signal-grid,
    .ccsc-proof-grid,
    .ccsc-contact-cards,
    .ccsc-testimonials {
        grid-template-columns: 1fr;
    }

    .ccsc-testimonials figure {
        min-height: auto;
    }

    .ccsc-proof-grid div {
        border-left: 0;
        border-top: 1px solid var(--ccsc-line);
        padding-left: 0;
    }

    .ccsc-proof-grid div:first-child {
        border-top: 0;
    }

    .ccsc-fit-grid article,
    .ccsc-offers article {
        min-height: auto;
    }
}
