:root {
    --ccs-topbar: #1F6D8C;
    --ccs-logo: #d68027;
    --ccs-text: #d7d7d7;
    --ccs-head: #f3f3f3;
    --ccs-link: #8ac7ea;
    --ccs-border: #3f3f3f;
    --ccs-bg: #121212;
    --ccs-panel: #181818;
    --ccs-max: 980px;
    --ccs-narrow: 640px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--ccs-bg);
    color: var(--ccs-text);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--ccs-link);
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    left: 12px;
    top: 12px;
    z-index: 10000;
    background: #111;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #fff;
}

.ccs-topbar {
    height: 6px;
    background: var(--ccs-topbar);
}

.ccs-header {
    background: #121212;
    border-bottom: 1px solid var(--ccs-border);
}

.ccs-header__inner,
.ccs-page-wrap,
.ccs-footer__inner {
    width: min(100%, var(--ccs-max));
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.ccs-header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ccs-header__brand {
    flex: 0 0 auto;
}

.ccs-header__brand .custom-logo-link {
    display: inline-block;
    max-width: 220px;
}

.ccs-header__brand .custom-logo {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
}

.ccs-brand {
    display: inline-flex;
    align-items: stretch;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ccs-brand:hover,
.ccs-brand:focus {
    text-decoration: none;
}

.ccs-brand__left,
.ccs-brand__right {
    padding: 5px 10px 6px;
    border: 3px solid #ededed;
    white-space: nowrap;
}

.ccs-brand__left {
    background: #111;
    color: #fff;
}

.ccs-brand__right {
    background: var(--ccs-logo);
    color: #111;
    border-left: 0;
}

.ccs-nav {
    flex: 0 1 auto;
    margin-left: auto;
    min-width: 0;
}

.primary-menu,
.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.primary-menu a {
    font-size: 13px;
    font-weight: 400;
    color: #e2e2e2;
    text-decoration: none;
    white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
    color: var(--ccs-link);
}

.ccs-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 4px;
    cursor: pointer;
}

.ccs-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: #f3f3f3;
}

.ccs-main {
    min-height: 60vh;
}

.ccs-page-shell--simple,
.ccs-page-shell--support,
.ccs-page-shell--tour,
.ccs-page-shell--volunteer,
.ccs-page-shell--faq,
.ccs-page-shell--media,
.ccs-page-shell--events,
.ccs-page-shell--generic {
    padding-top: 56px;
    padding-bottom: 58px;
}

.ccs-home-mission {
    padding-top: 42px;
    padding-bottom: 40px;
}

.ccs-home-mission__wrap {
    display: grid;
    grid-template-columns: 150px minmax(0, 720px);
    gap: 34px;
    align-items: start;
    justify-content: start;
}

.ccs-side-mark {
    color: #c8c8c8;
    padding-top: 8px;
    text-align: left;
    max-width: 150px;
}

.ccs-side-mark span {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.ccs-side-mark strong {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ccs-home-copy {
    max-width: 720px;
}

.ccs-narrow {
    max-width: var(--ccs-narrow);
    margin-left: 0;
}

.ccs-page-title,
.ccs-support-title,
.ccs-contact-hero h1,
.ccs-section-title {
    margin: 0 0 18px;
    color: var(--ccs-head);
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.ccs-page-title {
    font-size: clamp(36px, 5vw, 60px);
}

.ccs-section-title {
    font-size: clamp(34px, 4.2vw, 56px);
}

.ccs-sub-title,
.ccs-faq-item h2,
.ccs-project-item h2,
.ccs-tour-copy h2,
.ccs-contact-left h2,
.ccs-contact-right h2,
.ccs-contact-right h3,
.ccs-role-title {
    color: var(--ccs-head);
    font-size: 18px;
    font-weight: 700;
    margin: 34px 0 12px;
    line-height: 1.35;
}

.ccs-support-title {
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.ccs-home-copy p,
.ccs-about-page p,
.ccs-tour-copy p,
.ccs-volunteer-copy p,
.ccs-faq-page p,
.ccs-contact-left p,
.ccs-contact-right p,
.ccs-support-top__copy p,
.ccs-support-center-copy p,
.ccs-project-item p,
.ccs-page-copy p,
.ccs-footer,
.ccs-footer p,
.ccs-checkbox span {
    margin: 0 0 20px;
    color: var(--ccs-text);
}

.ccs-image-band {
    position: relative;
    padding: 64px 0;
    min-height: 220px;
    background-size: cover;
    background-position: center 68%;
    margin: 0 0 40px;
    isolation: isolate;
}

.ccs-image-band::before,
.ccs-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.ccs-band-copy,
.ccs-contact-hero__copy {
    max-width: 560px;
    color: #fff;
    margin-left: 0;
}

.ccs-band-copy h2 {
    font-size: clamp(32px, 4vw, 54px);
    margin: 0 0 14px;
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.ccs-band-copy p,
.ccs-contact-hero__copy p {
    color: #fff;
}

.ccs-home-simple {
    padding-bottom: 40px;
}

.ccs-home-simple__wrap {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 420px);
    gap: 42px;
    align-items: start;
    justify-content: start;
    padding-left: 0;
}

.ccs-inline-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.ccs-inline-links a {
    color: var(--ccs-head);
    font-weight: 600;
}

.ccs-home-gallery,
.ccs-media-gallery {
    padding-bottom: 36px;
}

.ccs-gallery {
    display: grid;
    gap: 18px;
}

.ccs-gallery--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ccs-gallery__item,
.ccs-events-feature,
.ccs-project-item__image,
.ccs-faq-photo,
.ccs-founder-figure {
    border: 1px solid var(--ccs-border);
    overflow: hidden;
}

.ccs-gallery__item img,
.ccs-events-feature img,
.ccs-project-item__image img,
.ccs-faq-photo img,
.ccs-founder-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ccs-button-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ccs-button,
.ccs-donate-card__button,
button.ccs-button {
    display: inline-block;
    padding: 12px 18px;
    border: 1px solid #555;
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    background: #1f1f1f;
    text-decoration: none;
    cursor: pointer;
}

.ccs-button:hover,
.ccs-button:focus,
.ccs-donate-card__button:hover,
.ccs-donate-card__button:focus,
button.ccs-button:hover,
button.ccs-button:focus {
    text-decoration: none;
    border-color: #8a8a8a;
}

.ccs-button--solid {
    background: var(--ccs-topbar);
    border-color: var(--ccs-topbar);
    color: #fff;
}

.ccs-button--solid:hover,
.ccs-button--solid:focus {
    background: #0f3a4a;
    border-color: #0f3a4a;
}

.ccs-button--light {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.94);
    color: #111;
}

.ccs-support-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 38px;
    align-items: start;
    justify-content: start;
    padding-left: 0;
}

.ccs-donate-card {
    border: 1px solid var(--ccs-border);
    background: var(--ccs-panel);
    padding: 24px 22px;
    text-align: center;
    min-height: 180px;
}

.ccs-donate-card__title {
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #e2e2e2;
    margin-bottom: 30px;
}

.ccs-support-center-copy {
    max-width: 900px;
    margin: 40px auto 34px;
    text-align: center;
    color: var(--ccs-head);
}

.ccs-support-center-copy > div {
    margin-bottom: 18px;
}

.ccs-project-list {
    display: grid;
    gap: 46px;
}

.ccs-project-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 34px;
    align-items: start;
    justify-content: start;
    padding-left: 0;
}

.ccs-project-item__image {
    min-height: 220px;
}

.ccs-booking-card {
    margin-top: 28px;
    padding: 22px;
    border: 1px solid var(--ccs-border);
    background: var(--ccs-panel);
}

.ccs-tour-contact-line {
    margin: 0;
    font-size: 15px;
}

.ccs-contact-hero {
    position: relative;
    padding: 42px 0 38px;
    min-height: 190px;
    background-size: cover;
    background-position: center 25%;
    isolation: isolate;
}

.ccs-contact-hero h1 {
    color: #fff;
    font-size: clamp(38px, 4.4vw, 58px);
}

.ccs-contact-section {
    padding-top: 42px;
    padding-bottom: 58px;
}

.ccs-contact-grid,
.ccs-volunteer-grid {
    display: grid;
    grid-template-columns: minmax(0, 620px) minmax(300px, 390px);
    gap: 42px;
    justify-content: start;
    align-items: start;
    padding-left: 0;
}

.ccs-map-wrap {
    border: 1px solid var(--ccs-border);
    margin: 18px 0 26px;
}

.ccs-map-wrap iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
}

.ccs-meat-donations ul {
    margin: 0 0 20px 22px;
    padding: 0;
}

.ccs-form {
    display: grid;
    gap: 16px;
    margin: 22px 0 30px;
}

.ccs-form label,
.ccs-form fieldset {
    display: block;
}

.ccs-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-inline-size: 0;
}

.ccs-form span,
.ccs-form legend {
    display: block;
    margin-bottom: 8px;
    color: var(--ccs-head);
    font-size: 13px;
    font-weight: 600;
}

.ccs-form input[type="text"],
.ccs-form input[type="email"],
.ccs-form select,
.ccs-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #666;
    border-radius: 0;
    background: #111;
    color: #f2f2f2;
    font: inherit;
}

.ccs-form textarea {
    resize: vertical;
}

.ccs-form input[type="text"]::placeholder,
.ccs-form input[type="email"]::placeholder,
.ccs-form textarea::placeholder {
    color: #9a9a9a;
}

.ccs-form-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ccs-checklist {
    display: grid;
    gap: 10px;
}

.ccs-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin: 0;
}

.ccs-checkbox span {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: var(--ccs-text);
    line-height: 1.25;
}

.ccs-form fieldset label.ccs-checkbox,
.ccs-form fieldset label.ccs-checkbox * {
    vertical-align: middle;
}

.ccs-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    flex: 0 0 16px;
    align-self: center;
}

.ccs-form-notice {
    padding: 14px 16px;
    font-size: 13px;
    margin-bottom: 18px;
    border: 1px solid var(--ccs-border);
}

.ccs-form-notice--success {
    background: #153222;
    border-color: #2f6a48;
    color: #d9f2e2;
}

.ccs-form-notice--error {
    background: #3a1919;
    border-color: #8b4141;
    color: #ffd9d9;
}

.ccs-honeypot {
    display: none !important;
}

.ccs-volunteer-lead {
    color: var(--ccs-head);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 18px;
}

.ccs-volunteer-form-panel {
    padding-top: 8px;
}

.ccs-faq-item {
    margin-top: 30px;
}

.ccs-faq-photo {
    margin: 26px 0 12px;
    max-width: 620px;
}

.ccs-events-feature {
    width: min(100%, 900px);
    margin: 24px auto 36px;
}

.ccs-events-feature--poster img {
    object-fit: contain;
    background: #0f0f0f;
}

.ccs-founder-figure {
    margin: 34px 0 0;
    max-width: 360px;
}

.ccs-foundation-note {
    margin-top: 18px;
    color: var(--ccs-head);
    font-size: 15px;
}

.ccs-footer {
    padding: 30px 0 42px;
    border-top: 1px solid var(--ccs-border);
    color: #cfcfcf;
    background: #121212;
}

.ccs-footer p {
    margin: 0 0 8px;
    font-size: 13px;
}

.ccs-footer a {
    color: inherit;
}

.ccs-extra-content {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--ccs-border);
}

.ccs-post-item + .ccs-post-item {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid var(--ccs-border);
}

.ccs-post-item__title {
    margin: 0 0 12px;
    color: var(--ccs-head);
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 980px) {
    .ccs-menu-toggle {
        display: inline-block;
    }

    .ccs-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(6px + 52px);
        background: #121212;
        border-top: 1px solid var(--ccs-border);
        border-bottom: 1px solid var(--ccs-border);
        padding: 14px 22px;
        display: none;
        z-index: 20;
    }

    .ccs-nav.is-open {
        display: block;
    }

    .primary-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .ccs-home-mission__wrap,
    .ccs-home-simple__wrap,
    .ccs-support-top,
    .ccs-project-item,
    .ccs-contact-grid,
    .ccs-volunteer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ccs-gallery--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    body {
        font-size: 16px;
    }

    .ccs-header__inner,
    .ccs-page-wrap,
    .ccs-footer__inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ccs-header__inner {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .ccs-header__brand .custom-logo-link,
    .ccs-header__brand .custom-logo {
        max-width: 200px;
    }

    .ccs-brand {
        font-size: 18px;
    }

    .ccs-brand__left,
    .ccs-brand__right {
        padding: 4px 7px 5px;
        border-width: 2px;
    }

    .ccs-nav {
        top: calc(6px + 46px);
        padding: 14px 18px;
    }

    .ccs-page-shell--simple,
    .ccs-page-shell--support,
    .ccs-page-shell--tour,
    .ccs-page-shell--volunteer,
    .ccs-page-shell--faq,
    .ccs-page-shell--media,
    .ccs-page-shell--events,
    .ccs-page-shell--generic,
    .ccs-home-mission {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .ccs-image-band,
    .ccs-contact-hero {
        padding: 48px 0;
    }

    .ccs-home-mission__wrap {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ccs-side-mark {
        padding-top: 0;
    }

    .ccs-side-mark strong {
        font-size: 18px;
    }

    .ccs-gallery--three {
        grid-template-columns: 1fr;
    }

    .ccs-form-grid-two,
    .ccs-button-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ccs-button-row .ccs-button {
        width: 100%;
        text-align: center;
    }
}

.ccs-checkbox span,
.ccs-checklist .ccs-checkbox span {
    display: inline-block !important;
}

.ccs-home-mission__wrap .ccs-side-mark {
    align-self: start;
}

.ccs-contact-hero__copy {
    max-width: 620px;
}

.ccs-tour-copy .ccs-button-row {
    margin-top: 24px;
}
