@import url("https://www.exedaonline.com/font-server/css?family=Libre+Baskerville:400,400i,700,700i%7CMontserrat:300,400,700,800&display=swap");

:root {
    --cc-paper: #0a0f14;
    --cc-paper-deep: #151d25;
    --cc-white: #f7f5ef;
    --cc-ink: #f7f5ef;
    --cc-muted: #b2b8bd;
    --cc-green: #b58b4b;
    --cc-green-dark: #101820;
    --cc-blue: #151d25;
    --cc-rust: #fee715;
    --cc-yellow: #fee715;
    --cc-line: rgba(181, 139, 75, .3);
}

html { scroll-behavior: smooth; }
body { margin: 0; }
* { box-sizing: border-box; }

.cc-site {
    min-height: 100vh;
    overflow: hidden;
    color: var(--cc-ink);
    background:
        radial-gradient(circle at 82% 3%, rgba(181, 139, 75, .12), transparent 27%),
        linear-gradient(135deg, rgba(255, 255, 255, .018) 25%, transparent 25%) 0 0 / 28px 28px,
        var(--cc-paper);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.cc-site h1,
.cc-site h2,
.cc-site h3,
.cc-site p { margin-top: 0; }

.cc-site h1,
.cc-site h2 {
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -.025em;
}

.cc-site a { color: inherit; }
.cc-site img { display: block; max-width: 100%; }

.cc-public-note {
    padding: 8px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: var(--cc-green-dark);
    color: #f7f0df;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.cc-public-note span {
    margin-left: 18px;
    color: #f2cf70;
}

.cc-header {
    position: relative;
    z-index: 30;
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: min(1380px, calc(100% - 48px));
    min-height: 78px;
    align-items: center;
    gap: 36px;
    margin: 0 auto;
    border-bottom: 1px solid var(--cc-line);
}

.cc-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--cc-ink);
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -.035em;
    text-decoration: none;
}

.cc-wordmark em { color: var(--cc-rust); font-style: normal; }
.cc-wordmark__mark {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 50% 50% 50% 8px;
    background: var(--cc-green);
    color: var(--cc-white);
    font-family: Georgia, serif;
    font-size: 19px;
    font-weight: 700;
}

.cc-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.4vw, 36px);
}

.cc-nav a {
    position: relative;
    color: #37443f;
    font-size: 13px;
    font-weight: 680;
    text-decoration: none;
}

.cc-nav a:hover::after,
.cc-nav a.is-active::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: var(--cc-rust);
    content: "";
}

.cc-platform-link {
    padding: 10px 14px;
    border: 1px solid var(--cc-ink);
    background: var(--cc-white);
    font-size: 12px;
    font-weight: 780;
    text-decoration: none;
}

.cc-platform-link:hover { background: var(--cc-ink); color: var(--cc-white); }
.cc-platform-link span { margin-left: 6px; color: var(--cc-rust); }

.cc-kicker {
    margin-bottom: 15px;
    color: var(--cc-rust);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cc-hero {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
    width: min(1380px, calc(100% - 48px));
    min-height: 690px;
    align-items: center;
    gap: clamp(48px, 7vw, 110px);
    margin: 0 auto;
    padding: 72px 0 90px;
}

.cc-hero__copy { max-width: 650px; }
.cc-hero h1 {
    max-width: 720px;
    margin-bottom: 26px;
    font-size: clamp(56px, 6.4vw, 98px);
    line-height: .94;
}

.cc-hero__lead {
    max-width: 620px;
    margin-bottom: 30px;
    color: #3f4b47;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.72;
}

.cc-hero__actions {
    display: flex;
    align-items: center;
    gap: 26px;
}

.cc-button {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.cc-button--dark { background: var(--cc-ink); color: var(--cc-white)!important; }
.cc-button--dark:hover { background: var(--cc-rust); }
.cc-button--paper { border: 1px solid rgba(255,255,255,.45); background: var(--cc-white); color: var(--cc-green-dark)!important; }
.cc-text-link,
.cc-inline-link {
    color: var(--cc-green);
    font-size: 13px;
    font-weight: 780;
    text-decoration: none;
}

.cc-text-link span,
.cc-inline-link span { color: var(--cc-rust); }

.cc-hero__visual {
    position: relative;
    margin: 0;
    padding: 0 22px 30px 0;
}

.cc-hero__visual::before {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: 0;
    width: 76%;
    height: calc(100% - 8px);
    border: 1px solid var(--cc-green);
    content: "";
}

.cc-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
    filter: saturate(.84) contrast(1.03);
}

.cc-hero__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 0;
    width: min(390px, 76%);
    padding: 14px 18px;
    background: var(--cc-white);
    color: var(--cc-muted);
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}

.cc-photo-stamp {
    position: absolute;
    z-index: 3;
    top: 24px;
    left: -28px;
    display: grid;
    width: 104px;
    height: 104px;
    place-content: center;
    border-radius: 50%;
    background: var(--cc-yellow);
    color: var(--cc-ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-8deg);
}

.cc-ledger {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
    border-top: 1px solid var(--cc-line);
    border-bottom: 1px solid var(--cc-line);
}

.cc-ledger > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 26px 30px;
    border-right: 1px solid var(--cc-line);
}
.cc-ledger > div:last-child { border-right: 0; }
.cc-ledger span { color: var(--cc-rust); font-family: Georgia, serif; font-size: 23px; }
.cc-ledger p { margin: 2px 0 0; color: #45514d; font-size: 13px; line-height: 1.55; }

.cc-program,
.cc-home-stories,
.cc-policy-library,
.cc-principle,
.cc-access,
.cc-community-contact,
.cc-story-library,
.cc-editorial-note,
.cc-related {
    width: min(1260px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.cc-program {
    display: grid;
    grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: clamp(60px, 9vw, 140px);
    padding: 130px 0;
}

.cc-program__image { position: relative; margin: 0; }
.cc-program__image::after {
    position: absolute;
    z-index: 0;
    right: -22px;
    bottom: -22px;
    width: 82%;
    height: 70%;
    border: 1px solid var(--cc-rust);
    content: "";
}
.cc-program__image img { position: relative; z-index: 1; width: 100%; max-height: 680px; object-fit: cover; }
.cc-program__image figcaption {
    position: relative;
    z-index: 2;
    width: 84%;
    margin: -28px 0 0 16%;
    padding: 14px 18px;
    background: var(--cc-white);
    color: var(--cc-muted);
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}

.cc-program__copy h2,
.cc-policy-library h2,
.cc-access h2 {
    margin-bottom: 28px;
    font-size: clamp(38px, 4.6vw, 66px);
    line-height: 1.02;
}

.cc-program__copy > p:not(.cc-kicker),
.cc-policy-library__intro > p:not(.cc-kicker),
.cc-access__intro > p:not(.cc-kicker) {
    max-width: 680px;
    color: var(--cc-muted);
    font-size: 16px;
    line-height: 1.75;
}

.cc-program blockquote {
    margin: 32px 0;
    padding: 4px 0 4px 24px;
    border-left: 4px solid var(--cc-yellow);
    color: var(--cc-green-dark);
    font-family: Georgia, serif;
    font-size: 21px;
    line-height: 1.45;
}

.cc-home-stories { padding: 105px 0 120px; border-top: 1px solid var(--cc-line); }
.cc-section-heading h2 { margin-bottom: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1; }
.cc-section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.cc-section-heading--row > p { max-width: 430px; margin-bottom: 0; color: var(--cc-muted); line-height: 1.65; }

.cc-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.cc-story-card { min-width: 0; }
.cc-story-card__image { display: block; overflow: hidden; margin-bottom: 20px; background: var(--cc-paper-deep); }
.cc-story-card__image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.cc-story-card:hover .cc-story-card__image img { transform: scale(1.025); }
.cc-story-meta { margin-bottom: 11px; color: var(--cc-rust); font-size: 10px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.cc-story-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.08; }
.cc-story-card h3 a { text-decoration: none; }
.cc-story-card > p:not(.cc-story-meta) { min-height: 5.1em; color: var(--cc-muted); font-size: 14px; line-height: 1.7; }

.cc-policy-library {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    gap: clamp(50px, 8vw, 110px);
    padding: 100px;
    background: var(--cc-green-dark);
    color: #f6f0e4;
}

.cc-policy-library::before {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-top: 1px solid #e7bf55;
    border-left: 1px solid #e7bf55;
    content: "";
}
.cc-policy-library .cc-kicker { color: #f0c75d; }
.cc-policy-library__intro > p:not(.cc-kicker) { color: #c9d6d1; }
.cc-policy-library__actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.cc-policy-library .cc-text-link { color: #f6f0e4; }
.cc-policy-index { border-top: 1px solid rgba(255,255,255,.32); }
.cc-policy-index__head,
.cc-policy-index article {
    display: grid;
    grid-template-columns: 50px 1fr 100px;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,.18);
}
.cc-policy-index__head { grid-template-columns: 1fr auto; padding: 10px 0; color: #a8bbb4; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cc-policy-index article { padding: 16px 0; }
.cc-policy-index article > span { color: #f0c75d; font-family: Georgia, serif; font-size: 19px; }
.cc-policy-index h3 { margin: 0 0 3px; font-size: 15px; }
.cc-policy-index article p { margin: 0; color: #aebfb9; font-size: 11px; }
.cc-policy-index article strong { color: #dfe8e4; font-size: 9px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.cc-policy-index__more { margin: 22px 0 0; color: #adbbb6; font-family: Georgia, serif; font-size: 14px; font-style: italic; line-height: 1.55; }

.cc-principle { padding: 130px 0; }
.cc-principle > div { display: grid; grid-template-columns: 1.5fr .5fr; gap: 80px; align-items: end; }
.cc-principle h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 84px); line-height: .98; }
.cc-principle > div p { margin-bottom: 8px; color: var(--cc-muted); font-size: 16px; line-height: 1.75; }

.cc-access {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: clamp(50px, 8vw, 110px);
    align-items: start;
    padding: 105px;
    border-top: 7px solid var(--cc-yellow);
    background: var(--cc-blue);
    color: var(--cc-white);
}
.cc-access .cc-kicker { color: #f3cf75; }
.cc-access__intro > p:not(.cc-kicker) { color: #d8e2ed; }
.cc-access__intro ul { margin: 25px 0; padding: 0; list-style: none; }
.cc-access__intro li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: #f4f7fa; font-size: 13px; }
.cc-access__intro li::before { margin-right: 10px; color: #f3cf75; content: "●"; }
.cc-access__existing { font-size: 13px!important; }
.cc-access__existing a { color: #f3cf75; font-weight: 800; }

.cc-form-card { padding: clamp(25px, 4vw, 46px); background: var(--cc-white); color: var(--cc-ink); box-shadow: 13px 13px 0 rgba(9, 25, 42, .28); }
.cc-form-card__step { margin-bottom: 24px; color: var(--cc-rust); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cc-form-card label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 12px; font-weight: 780; }
.cc-form-card input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid #a9b1ae; border-radius: 0; background: #fff; color: var(--cc-ink); font: inherit; }
.cc-form-card input:focus { border-color: var(--cc-green); outline: 3px solid rgba(30, 90, 77, .12); }
.cc-form-card button { width: 100%; min-height: 49px; border: 0; background: var(--cc-green); color: #fff; font: inherit; font-size: 13px; font-weight: 820; cursor: pointer; }
.cc-form-card button:hover { background: var(--cc-rust); }
.cc-form-card button:disabled { cursor: wait; opacity: .55; }
.cc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }
.cc-form-grid .cc-wide { grid-column: 1 / -1; }
.cc-text-button { margin-top: 9px; border: 1px solid var(--cc-green)!important; background: transparent!important; color: var(--cc-green)!important; }
.cc-form-message { margin: 16px 0 0; padding: 12px; background: #e8f3ef; color: var(--cc-green-dark); font-size: 12px; }
.cc-form-message.is-error { background: #fae8e2; color: #892d16; }
.cc-form-card__privacy { margin: 18px 0 0; color: #6e7874; font-size: 10px; line-height: 1.5; }
.cc-form-card__privacy a { color: var(--cc-green); }

.cc-community-contact {
    display: grid;
    grid-template-columns: 1fr .7fr auto;
    gap: 50px;
    align-items: end;
    padding: 110px 0;
}
.cc-community-contact h2 { max-width: 640px; margin-bottom: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1; }
.cc-community-contact > p { margin-bottom: 3px; color: var(--cc-muted); font-size: 14px; line-height: 1.7; }
.cc-community-contact > a { margin-bottom: 3px; padding-bottom: 5px; border-bottom: 2px solid var(--cc-rust); color: var(--cc-green); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }

.cc-footer {
    display: grid;
    grid-template-columns: 1.6fr .65fr .9fr .8fr;
    gap: 55px;
    padding: 65px max(24px, calc((100% - 1380px) / 2));
    border-top: 1px solid rgba(255,255,255,.15);
    background: var(--cc-ink);
    color: #d9dedb;
}
.cc-footer .cc-wordmark { color: #fff; }
.cc-footer__lead p { max-width: 360px; margin: 22px 0 0; color: #9daca6; font-family: Georgia, serif; font-size: 16px; line-height: 1.55; }
.cc-footer > div:not(.cc-footer__lead) { display: flex; flex-direction: column; gap: 9px; }
.cc-footer strong { margin-bottom: 8px; color: #f0c75d; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.cc-footer > div > a:not(.cc-wordmark) { color: #c5cfcb; font-size: 12px; text-decoration: none; }
.cc-footer__legal { margin: 0; color: #899792; font-size: 10px; line-height: 1.7; }

/* Articles index */
.cc-articles-hero {
    display: grid;
    grid-template-columns: 1.25fr .5fr;
    width: min(1260px, calc(100% - 48px));
    gap: 100px;
    align-items: end;
    margin: 0 auto;
    padding: 100px 0 80px;
    border-bottom: 1px solid var(--cc-line);
}
.cc-articles-hero h1 { max-width: 900px; margin-bottom: 0; font-size: clamp(55px, 7vw, 94px); line-height: .96; }
.cc-articles-hero > p { margin-bottom: 8px; color: var(--cc-muted); font-size: 16px; line-height: 1.75; }

.cc-featured-story {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    width: min(1260px, calc(100% - 48px));
    gap: clamp(50px, 7vw, 90px);
    align-items: center;
    margin: 0 auto;
    padding: 80px 0 90px;
}
.cc-featured-story__image { position: relative; display: block; }
.cc-featured-story__image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.cc-featured-story__image span { position: absolute; bottom: 0; left: 0; padding: 10px 14px; background: var(--cc-yellow); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cc-featured-story h2 { margin: 0 0 20px; font-size: clamp(39px, 4.3vw, 62px); line-height: 1; }
.cc-featured-story h2 a { text-decoration: none; }
.cc-featured-story > div > p:not(.cc-story-meta) { color: var(--cc-muted); font-size: 16px; line-height: 1.75; }

.cc-topic-index {
    width: min(1260px, calc(100% - 48px));
    margin: 0 auto;
    padding: 24px 0;
    border-top: 1px solid var(--cc-line);
    border-bottom: 1px solid var(--cc-line);
}
.cc-topic-index > p { margin: 0 0 14px; color: var(--cc-rust); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cc-topic-index > div { display: flex; flex-wrap: wrap; gap: 9px; }
.cc-topic-index span { padding: 8px 12px; border: 1px solid var(--cc-line); background: rgba(255,255,255,.35); font-size: 11px; font-weight: 730; }
.cc-story-library { padding: 95px 0 110px; }
.cc-story-library .cc-story-grid { grid-template-columns: repeat(3, 1fr); }
.cc-editorial-note { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; margin-bottom: 110px; padding: 40px; border: 1px solid var(--cc-line); background: var(--cc-white); box-shadow: 10px 10px 0 var(--cc-paper-deep); }
.cc-editorial-note__number { display: grid; width: 70px; height: 70px; place-items: center; border-radius: 50%; background: var(--cc-rust); color: #fff; font-family: Georgia, serif; font-size: 42px; }
.cc-editorial-note h2 { margin-bottom: 8px; font-size: 32px; }
.cc-editorial-note > div > p:not(.cc-kicker) { max-width: 680px; margin-bottom: 0; color: var(--cc-muted); font-size: 13px; line-height: 1.65; }
.cc-editorial-note > a { padding: 12px 16px; border: 1px solid var(--cc-ink); font-size: 12px; font-weight: 800; text-decoration: none; }

/* Article detail */
.cc-article-header {
    width: min(1000px, calc(100% - 48px));
    margin: 0 auto;
    padding: 80px 0 55px;
    text-align: center;
}
.cc-back-link { display: inline-block; margin-bottom: 55px; color: var(--cc-green); font-size: 12px; font-weight: 800; text-decoration: none; }
.cc-back-link span { color: var(--cc-rust); }
.cc-article-header h1 { margin: 0 auto 28px; font-size: clamp(52px, 7vw, 88px); line-height: .98; }
.cc-article-dek { max-width: 800px; margin: 0 auto 22px; color: var(--cc-muted); font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.cc-article-cover { width: min(1260px, calc(100% - 48px)); margin: 0 auto; }
.cc-article-cover img { width: 100%; max-height: 700px; object-fit: cover; }
.cc-article-cover figcaption { padding: 10px 0; border-bottom: 1px solid var(--cc-line); color: #77817d; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.cc-article-layout { display: grid; grid-template-columns: minmax(0, 720px) 270px; width: min(1050px, calc(100% - 48px)); gap: 60px; align-items: start; margin: 0 auto; padding: 85px 0 110px; }
.cc-article-body section + section { margin-top: 58px; }
.cc-article-body h2 { margin-bottom: 20px; font-size: 38px; line-height: 1.08; }
.cc-article-body p { color: #34403c; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.82; }
.cc-article-body p + p { margin-top: 20px; }
.cc-checklist { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--cc-line); list-style: none; }
.cc-checklist li { position: relative; padding: 14px 10px 14px 35px; border-bottom: 1px solid var(--cc-line); color: #33403b; font-size: 14px; }
.cc-checklist li::before { position: absolute; left: 5px; color: var(--cc-rust); content: "✓"; font-weight: 900; }
.cc-article-aside { position: sticky; top: 24px; padding: 25px; border-top: 5px solid var(--cc-yellow); background: var(--cc-white); box-shadow: 8px 8px 0 var(--cc-paper-deep); }
.cc-article-aside ol { margin: 0 0 25px; padding: 0; list-style: none; counter-reset: points; }
.cc-article-aside li { position: relative; padding: 14px 0 14px 31px; border-bottom: 1px solid var(--cc-line); color: #42504b; font-size: 12px; line-height: 1.55; counter-increment: points; }
.cc-article-aside li::before { position: absolute; top: 13px; left: 0; color: var(--cc-rust); content: "0" counter(points); font-family: Georgia, serif; }
.cc-article-aside > a { color: var(--cc-green); font-size: 11px; font-weight: 800; text-decoration: none; }
.cc-sources { padding-top: 35px; border-top: 1px solid var(--cc-line); }
.cc-sources > p { color: var(--cc-muted); font-family: Inter, Arial, sans-serif; font-size: 13px; }
.cc-sources ul { padding-left: 20px; }
.cc-sources li { margin: 9px 0; }
.cc-sources a { color: var(--cc-green); font-size: 13px; font-weight: 700; }
.cc-legal-note { margin-top: 55px!important; padding: 20px; border: 1px solid var(--cc-line); background: rgba(255,255,255,.46); color: #69736f!important; font-family: Inter, Arial, sans-serif!important; font-size: 11px!important; line-height: 1.65!important; }
.cc-related { padding: 85px 0 105px; border-top: 1px solid var(--cc-line); }
.cc-related > h2 { font-size: 45px; }
.cc-related > div { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.cc-related article { padding: 28px; border: 1px solid var(--cc-line); background: rgba(255,255,255,.45); }
.cc-related h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.15; }
.cc-related h3 a { text-decoration: none; }
.cc-not-found { display: grid; min-height: 65vh; place-content: center; padding: 50px 24px; text-align: center; }
.cc-not-found h1 { margin-bottom: 16px; font-size: clamp(48px, 7vw, 78px); }
.cc-not-found > p:not(.cc-kicker) { color: var(--cc-muted); }
.cc-not-found > a { justify-self: center; margin-top: 25px; padding-bottom: 5px; border-bottom: 2px solid var(--cc-rust); color: var(--cc-green); font-size: 13px; font-weight: 800; text-decoration: none; }

@media (max-width: 1050px) {
    .cc-header { grid-template-columns: auto 1fr; }
    .cc-nav { display: none; }
    .cc-platform-link { justify-self: end; }
    .cc-hero { grid-template-columns: 1fr; gap: 65px; }
    .cc-hero__copy { max-width: 820px; }
    .cc-hero__visual { max-width: 900px; margin-left: auto; }
    .cc-program { gap: 60px; }
    .cc-policy-library { grid-template-columns: 1fr; padding: 75px; }
    .cc-principle > div { grid-template-columns: 1fr; gap: 35px; }
    .cc-access { grid-template-columns: 1fr; padding: 75px; }
    .cc-community-contact { grid-template-columns: 1fr 1fr; }
    .cc-community-contact > a { justify-self: start; }
    .cc-footer { grid-template-columns: 1.3fr 1fr 1fr; }
    .cc-footer__legal { grid-column: 1 / -1; }
    .cc-articles-hero { grid-template-columns: 1fr; gap: 35px; }
    .cc-articles-hero > p { max-width: 620px; }
}

@media (max-width: 760px) {
    .cc-public-note { padding-inline: 12px; font-size: 9px; }
    .cc-public-note span { margin-left: 8px; }
    .cc-header { width: calc(100% - 28px); min-height: 68px; }
    .cc-wordmark { font-size: 16px; }
    .cc-wordmark__mark { width: 31px; height: 31px; font-size: 16px; }
    .cc-platform-link { padding: 8px 9px; font-size: 10px; }
    .cc-hero { width: calc(100% - 28px); min-height: auto; padding: 54px 0 68px; }
    .cc-hero h1 { font-size: clamp(48px, 15vw, 68px); }
    .cc-hero__lead { font-size: 16px; }
    .cc-hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
    .cc-hero__visual { padding: 0 10px 20px 0; }
    .cc-hero__visual::before { top: -10px; }
    .cc-hero__visual figcaption { right: 10px; width: 86%; font-size: 12px; }
    .cc-photo-stamp { top: -28px; left: 8px; width: 80px; height: 80px; font-size: 8px; }
    .cc-ledger { grid-template-columns: 1fr; width: calc(100% - 28px); }
    .cc-ledger > div { padding: 20px 8px; border-right: 0; border-bottom: 1px solid var(--cc-line); }
    .cc-ledger > div:last-child { border-bottom: 0; }
    .cc-program,
    .cc-home-stories,
    .cc-principle,
    .cc-community-contact,
    .cc-story-library,
    .cc-editorial-note,
    .cc-related { width: calc(100% - 28px); }
    .cc-program { grid-template-columns: 1fr; padding: 85px 0; }
    .cc-program__image { width: 86%; }
    .cc-program__copy h2,
    .cc-policy-library h2,
    .cc-access h2 { font-size: 42px; }
    .cc-program blockquote { font-size: 18px; }
    .cc-section-heading--row { align-items: flex-start; flex-direction: column; gap: 18px; }
    .cc-story-grid,
    .cc-story-library .cc-story-grid { grid-template-columns: 1fr; gap: 50px; }
    .cc-story-card > p:not(.cc-story-meta) { min-height: 0; }
    .cc-policy-library { width: 100%; padding: 70px 24px; }
    .cc-policy-library__actions { align-items: flex-start; flex-direction: column; }
    .cc-policy-index__head,
    .cc-policy-index article { grid-template-columns: 38px 1fr; }
    .cc-policy-index__head { grid-template-columns: 1fr; }
    .cc-policy-index article strong { grid-column: 2; text-align: left; }
    .cc-principle { padding: 90px 0; }
    .cc-principle h2 { font-size: 48px; }
    .cc-access { width: 100%; padding: 70px 24px; }
    .cc-form-grid { grid-template-columns: 1fr; }
    .cc-form-grid .cc-wide { grid-column: auto; }
    .cc-community-contact { grid-template-columns: 1fr; gap: 25px; padding: 85px 0; }
    .cc-footer { grid-template-columns: 1fr; gap: 36px; padding: 55px 24px; }
    .cc-articles-hero { width: calc(100% - 28px); padding: 60px 0; }
    .cc-articles-hero h1 { font-size: 52px; }
    .cc-featured-story { grid-template-columns: 1fr; width: calc(100% - 28px); gap: 32px; padding: 55px 0 70px; }
    .cc-topic-index { width: calc(100% - 28px); }
    .cc-editorial-note { grid-template-columns: 1fr; margin-bottom: 80px; padding: 28px; }
    .cc-editorial-note > a { justify-self: start; }
    .cc-article-header,
    .cc-article-cover,
    .cc-article-layout { width: calc(100% - 28px); }
    .cc-article-header { padding-top: 55px; text-align: left; }
    .cc-back-link { margin-bottom: 42px; }
    .cc-article-header h1 { font-size: 52px; }
    .cc-article-dek { font-size: 18px; }
    .cc-article-cover img { min-height: 300px; object-fit: cover; }
    .cc-article-layout { grid-template-columns: 1fr; gap: 50px; padding: 60px 0 85px; }
    .cc-article-body h2 { font-size: 32px; }
    .cc-article-body p { font-size: 17px; }
    .cc-article-aside { position: static; order: -1; }
    .cc-related { padding: 65px 0 80px; }
    .cc-related > h2 { font-size: 38px; }
    .cc-related > div { grid-template-columns: 1fr; }
}

/* EXEDA brand layer */
.cc-public-note {
    padding: 10px 24px;
    border-color: rgba(181, 139, 75, .36);
    background: #05080c;
    color: #c9a360;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.cc-public-note span {
    color: var(--cc-yellow);
}

.cc-header {
    min-height: 96px;
    border-color: rgba(181, 139, 75, .34);
}

.cc-wordmark {
    gap: 16px;
    color: #fff;
    letter-spacing: normal;
}

.cc-wordmark img {
    width: 168px;
    height: auto;
}

.cc-wordmark__program {
    display: grid;
    gap: 1px;
    padding-left: 15px;
    border-left: 1px solid rgba(181, 139, 75, .55);
    line-height: 1;
}

.cc-wordmark__program strong {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.cc-wordmark__program small {
    color: #b58b4b;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .16em;
}

.cc-nav a {
    color: #d8d4cb;
    font-size: 12px;
    font-weight: 700;
}

.cc-nav a:hover,
.cc-nav a.is-active {
    color: var(--cc-yellow);
}

.cc-nav a:hover::after,
.cc-nav a.is-active::after {
    bottom: -14px;
    background: var(--cc-yellow);
}

.cc-platform-link {
    padding: 12px 19px;
    border: 1px solid var(--cc-yellow);
    border-radius: 999px;
    background: var(--cc-yellow);
    color: #101820!important;
    font-size: 11px;
    font-weight: 800;
}

.cc-platform-link:hover {
    border-color: #c59a56;
    background: #c59a56;
    color: #101820;
}

.cc-platform-link span {
    color: #101820;
}

.cc-kicker {
    color: #c79a55;
    font-size: 10px;
    letter-spacing: .2em;
}

.cc-hero {
    min-height: 740px;
    padding-top: 88px;
    padding-bottom: 108px;
}

.cc-hero__copy {
    max-width: 680px;
}

.cc-hero h1 {
    max-width: 780px;
    color: #fff;
    font-size: clamp(54px, 6.1vw, 92px);
    line-height: .99;
}

.cc-hero__lead {
    color: #c7ccd0;
    font-size: clamp(16px, 1.25vw, 19px);
}

.cc-button {
    min-height: 51px;
    padding: 0 24px;
    border-radius: 999px;
}

.cc-button--dark {
    background: var(--cc-yellow);
    color: #101820!important;
}

.cc-button--dark:hover {
    background: #c59a56;
}

.cc-button--paper {
    border-color: var(--cc-yellow);
    background: var(--cc-yellow);
    color: #101820!important;
}

.cc-text-link,
.cc-inline-link {
    color: var(--cc-yellow);
}

.cc-text-link span,
.cc-inline-link span {
    color: #c79a55;
}

.cc-hero__visual {
    padding: 14px 14px 32px 0;
}

.cc-hero__visual::before {
    top: 0;
    width: 72%;
    height: calc(100% - 3px);
    border: 1px solid #b58b4b;
    background: linear-gradient(145deg, rgba(181, 139, 75, .2), transparent 36%);
}

.cc-hero__visual img {
    border: 1px solid rgba(181, 139, 75, .48);
    filter: saturate(.72) contrast(1.08) brightness(.88);
}

.cc-hero__visual figcaption {
    background: #101820;
    color: #d0cbc0;
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-photo-stamp {
    top: 34px;
    left: -22px;
    width: 112px;
    height: 76px;
    padding: 12px;
    border: 1px solid #fff27a;
    border-radius: 0;
    background: var(--cc-yellow);
    color: #101820;
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    letter-spacing: .08em;
    transform: rotate(-5deg);
}

.cc-ledger {
    border-color: rgba(181, 139, 75, .38);
    background: #101820;
}

.cc-ledger > div {
    border-color: rgba(181, 139, 75, .3);
}

.cc-ledger span {
    color: var(--cc-yellow);
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-ledger p {
    color: #c8cdd0;
}

.cc-program__image::after {
    border-color: #b58b4b;
}

.cc-program__image img {
    border: 1px solid rgba(181, 139, 75, .4);
    filter: saturate(.75) contrast(1.05);
}

.cc-program__image figcaption {
    background: #101820;
    color: #c8c3b8;
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-program__copy h2,
.cc-policy-library h2,
.cc-access h2,
.cc-section-heading h2,
.cc-principle h2,
.cc-community-contact h2 {
    color: #fff;
}

.cc-program__copy > p:not(.cc-kicker),
.cc-policy-library__intro > p:not(.cc-kicker),
.cc-access__intro > p:not(.cc-kicker),
.cc-section-heading--row > p,
.cc-community-contact > p {
    color: #b8bec2;
}

.cc-program blockquote {
    border-left-color: var(--cc-yellow);
    color: #f0e6d5;
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-home-stories,
.cc-related {
    border-color: rgba(181, 139, 75, .28);
}

.cc-story-card__image {
    border: 1px solid rgba(181, 139, 75, .32);
    background: #151d25;
}

.cc-story-card__image img {
    filter: saturate(.78) contrast(1.04);
}

.cc-story-meta {
    color: #c79a55;
}

.cc-story-card h3,
.cc-related h3 {
    color: #fff;
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 700;
}

.cc-story-card > p:not(.cc-story-meta) {
    color: #aeb5ba;
}

.cc-policy-library {
    border: 1px solid rgba(181, 139, 75, .55);
    background:
        radial-gradient(circle at 85% 15%, rgba(181, 139, 75, .13), transparent 30%),
        #101820;
    color: #f6f3eb;
}

.cc-policy-library::before {
    border-color: var(--cc-yellow);
}

.cc-policy-library .cc-kicker,
.cc-access .cc-kicker {
    color: var(--cc-yellow);
}

.cc-policy-library__intro > p:not(.cc-kicker),
.cc-policy-index article p,
.cc-policy-index__more {
    color: #aeb6bb;
}

.cc-policy-index__head,
.cc-policy-index article {
    border-color: rgba(181, 139, 75, .3);
}

.cc-policy-index article > span {
    color: var(--cc-yellow);
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-policy-index article strong {
    color: #d8c29d;
}

.cc-principle {
    position: relative;
    padding-right: clamp(30px, 5vw, 70px);
    padding-left: clamp(30px, 5vw, 70px);
    background: var(--cc-yellow);
    color: #101820;
}

.cc-principle::after {
    position: absolute;
    right: 25px;
    bottom: 22px;
    color: rgba(16, 24, 32, .14);
    content: "EXEDA";
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(70px, 12vw, 170px);
    font-weight: 700;
    line-height: .8;
    pointer-events: none;
}

.cc-principle .cc-kicker,
.cc-principle h2,
.cc-principle > div p {
    position: relative;
    z-index: 1;
    color: #101820;
}

.cc-access {
    border: 1px solid rgba(181, 139, 75, .52);
    border-top: 7px solid var(--cc-yellow);
    background: #151d25;
}

.cc-access__intro li {
    border-color: rgba(181, 139, 75, .3);
}

.cc-access__intro li::before,
.cc-access__existing a {
    color: var(--cc-yellow);
}

.cc-form-card {
    background: #f6f4ef;
    color: #101820;
    box-shadow: 13px 13px 0 #b58b4b;
}

.cc-form-card__step {
    color: #88652f;
}

.cc-form-card input {
    border-color: #a9a69f;
    background: #fff;
    color: #101820;
}

.cc-form-card input:focus {
    border-color: #b58b4b;
    outline-color: rgba(181, 139, 75, .2);
}

.cc-form-card button {
    border-radius: 999px;
    background: var(--cc-yellow);
    color: #101820;
}

.cc-form-card button:hover {
    background: #c59a56;
}

.cc-text-button {
    border-color: #8a672f!important;
    color: #6f5126!important;
}

.cc-form-card__privacy,
.cc-form-card__privacy a {
    color: #5d6062;
}

.cc-community-contact > a {
    border-color: var(--cc-yellow);
    color: var(--cc-yellow);
}

.cc-footer {
    border-color: rgba(181, 139, 75, .35);
    background: #05080c;
    color: #cdd0d2;
}

.cc-footer__lead p {
    color: #9ba1a5;
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-footer strong {
    color: #c79a55;
}

.cc-footer > div > a:not(.cc-wordmark) {
    color: #c6c9ca;
}

.cc-footer__legal {
    color: #7e8589;
}

/* EXEDA articles */
.cc-articles-hero,
.cc-topic-index {
    border-color: rgba(181, 139, 75, .32);
}

.cc-articles-hero h1,
.cc-featured-story h2,
.cc-article-header h1,
.cc-related > h2,
.cc-not-found h1 {
    color: #fff;
}

.cc-articles-hero > p,
.cc-featured-story > div > p:not(.cc-story-meta),
.cc-not-found > p:not(.cc-kicker) {
    color: #b8bec2;
}

.cc-featured-story__image {
    border: 1px solid rgba(181, 139, 75, .45);
}

.cc-featured-story__image img {
    filter: saturate(.78) contrast(1.05);
}

.cc-featured-story__image span {
    background: var(--cc-yellow);
    color: #101820;
}

.cc-topic-index > p {
    color: #c79a55;
}

.cc-topic-index span {
    border-color: rgba(181, 139, 75, .4);
    background: #101820;
    color: #d8d3ca;
}

.cc-editorial-note {
    border-color: rgba(181, 139, 75, .42);
    background: #101820;
    box-shadow: 10px 10px 0 rgba(181, 139, 75, .34);
}

.cc-editorial-note__number {
    border-radius: 0;
    background: var(--cc-yellow);
    color: #101820;
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-editorial-note h2 {
    color: #fff;
}

.cc-editorial-note > div > p:not(.cc-kicker) {
    color: #aeb5b9;
}

.cc-editorial-note > a {
    border-color: var(--cc-yellow);
    border-radius: 999px;
    background: var(--cc-yellow);
    color: #101820;
}

.cc-back-link,
.cc-article-aside > a,
.cc-sources a,
.cc-not-found > a {
    color: var(--cc-yellow);
}

.cc-back-link span {
    color: #c79a55;
}

.cc-article-dek {
    color: #c4c9cc;
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-article-cover {
    border: 1px solid rgba(181, 139, 75, .43);
}

.cc-article-cover img {
    filter: saturate(.8) contrast(1.05);
}

.cc-article-cover figcaption {
    padding: 12px 15px;
    border-color: rgba(181, 139, 75, .3);
    background: #101820;
    color: #c8b184;
}

.cc-article-layout {
    width: min(1160px, calc(100% - 48px));
    margin-top: 75px;
    margin-bottom: 105px;
    padding: clamp(35px, 5vw, 70px);
    background: #f4f1e9;
    color: #101820;
}

.cc-article-body h2 {
    color: #101820;
}

.cc-article-body p {
    color: #2e373e;
    font-family: "Libre Baskerville", Georgia, serif;
}

.cc-checklist,
.cc-checklist li,
.cc-sources {
    border-color: rgba(16, 24, 32, .2);
}

.cc-checklist li {
    color: #313b42;
}

.cc-checklist li::before,
.cc-article-aside li::before {
    color: #9b722f;
}

.cc-article-aside {
    border-color: var(--cc-yellow);
    background: #101820;
    box-shadow: 8px 8px 0 #b58b4b;
}

.cc-article-aside li {
    border-color: rgba(181, 139, 75, .3);
    color: #d6d8d9;
}

.cc-sources > p,
.cc-sources a,
.cc-legal-note {
    font-family: Montserrat, Arial, sans-serif;
}

.cc-sources > p {
    color: #555e64;
}

.cc-sources a {
    color: #7a571f;
}

.cc-legal-note {
    border-color: rgba(16, 24, 32, .2);
    background: #e7e2d7;
    color: #586066!important;
}

.cc-related article {
    border-color: rgba(181, 139, 75, .38);
    background: #101820;
}

/* EXEDA privacy */
.cc-privacy-header,
.cc-privacy-content {
    width: min(900px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.cc-privacy-header {
    padding: 90px 0 42px;
}

.cc-privacy-header > a {
    color: var(--cc-yellow);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.cc-privacy-header h1 {
    margin: 45px 0 18px;
    color: #fff;
    font-size: clamp(50px, 7vw, 84px);
}

.cc-privacy-header p {
    max-width: 650px;
    color: #b8bec2;
    font-size: 17px;
}

.cc-privacy-content {
    margin-bottom: 110px;
    padding: clamp(30px, 6vw, 70px);
    background: #f4f1e9;
    color: #101820;
    box-shadow: 12px 12px 0 #b58b4b;
}

.cc-privacy-content section + section {
    margin-top: 38px;
}

.cc-privacy-content h2 {
    margin: 0 0 10px;
    color: #101820;
    font-size: 22px;
}

.cc-privacy-content section p {
    margin: 0;
    color: #465158;
    font-size: 15px;
    line-height: 1.78;
}

.cc-privacy-content a {
    color: #76521c;
    font-weight: 700;
}

.privacy-note {
    margin: 45px 0 0;
    padding-top: 25px;
    border-top: 1px solid rgba(16, 24, 32, .2);
    color: #657078;
    font-size: 12px;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .cc-wordmark img { width: 148px; }
}

@media (max-width: 760px) {
    .cc-public-note {
        padding: 8px 10px;
        font-size: 8px;
        letter-spacing: .1em;
    }

    .cc-header {
        min-height: 78px;
    }

    .cc-wordmark {
        gap: 9px;
    }

    .cc-wordmark img {
        width: 104px;
    }

    .cc-wordmark__program {
        gap: 2px;
        padding-left: 8px;
    }

    .cc-wordmark__program strong {
        font-size: 8px;
        letter-spacing: .08em;
    }

    .cc-wordmark__program small {
        font-size: 5px;
        letter-spacing: .08em;
    }

    .cc-platform-link {
        padding: 8px 9px;
        font-size: 0;
    }

    .cc-platform-link::before {
        content: "Platformă";
        font-size: 9px;
    }

    .cc-platform-link span {
        margin-left: 4px;
        font-size: 9px;
    }

    .cc-hero {
        padding-top: 64px;
    }

    .cc-hero h1 {
        font-size: clamp(46px, 13.2vw, 60px);
        line-height: 1.02;
    }

    .cc-photo-stamp {
        top: -20px;
        left: 4px;
        width: 88px;
        height: 60px;
        font-size: 7px;
    }

    .cc-principle {
        width: 100%;
        padding: 75px 24px;
    }

    .cc-principle::after {
        right: 10px;
        bottom: 10px;
    }

    .cc-article-layout {
        width: calc(100% - 28px);
        margin-top: 40px;
        margin-bottom: 75px;
        padding: 30px 22px;
    }

    .cc-article-aside {
        box-shadow: 6px 6px 0 #b58b4b;
    }

    .cc-privacy-header,
    .cc-privacy-content {
        width: calc(100% - 28px);
    }

    .cc-privacy-header {
        padding-top: 60px;
    }

    .cc-privacy-content {
        margin-bottom: 75px;
        padding: 30px 22px;
        box-shadow: 6px 6px 0 #b58b4b;
    }
}
