.csr-page {
    --csr-primary: #08807e;
    --csr-primary-dark: #055f5d;
    --csr-ink: #14313b;
    --csr-muted: #607577;
    --csr-line: #d6e8e8;
    --csr-soft: #f1fbfa;
    --csr-white: #ffffff;
    --csr-accent: #e2a72b;
    overflow: hidden;
    background: var(--csr-white);
    color: var(--csr-ink);
}

.csr-page,
.csr-page * {
    box-sizing: border-box;
}

.csr-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.csr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--csr-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.csr-eyebrow::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.csr-hero {
    position: relative;
    isolation: isolate;
    min-height: 510px;
    overflow: hidden;
    background: var(--csr-primary-dark);
    color: #fff;
}

.csr-hero__media,
.csr-hero__overlay {
    position: absolute;
    inset: 0;
}

.csr-hero__media {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.csr-hero__overlay {
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 57, 59, 0.98) 0%, rgba(5, 77, 77, 0.92) 45%, rgba(5, 77, 77, 0.5) 73%, rgba(5, 77, 77, 0.18) 100%);
}

.csr-hero__content {
    display: flex;
    min-height: 510px;
    max-width: 710px;
    flex-direction: column;
    justify-content: center;
    padding: 72px 0 78px;
}

.csr-hero .csr-eyebrow {
    color: #8ee4df;
}

.csr-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 4.4rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.99;
}

.csr-hero__lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.16rem;
    line-height: 1.75;
}

.csr-hero__actions,
.csr-cta__actions,
.csr-project__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.csr-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

button.csr-btn {
    cursor: pointer;
}

.csr-btn:hover,
.csr-btn:focus {
    text-decoration: none;
}

.csr-btn:focus-visible,
.csr-modal .btn-close:focus-visible {
    outline: 3px solid rgba(226, 167, 43, 0.48);
    outline-offset: 3px;
}

.csr-btn--hero {
    border-color: #fff;
    background: #fff;
    color: var(--csr-primary-dark);
}

.csr-btn--hero:hover,
.csr-btn--hero:focus {
    border-color: #dff7f5;
    background: #dff7f5;
    color: var(--csr-primary-dark);
}

.csr-btn--ghost {
    border-color: rgba(255, 255, 255, 0.68);
    background: rgba(5, 63, 64, 0.3);
    color: #fff;
}

.csr-btn--ghost:hover,
.csr-btn--ghost:focus {
    border-color: #fff;
    background: #fff;
    color: var(--csr-primary-dark);
}

.csr-btn--ghost-light {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.csr-btn--ghost-light:hover,
.csr-btn--ghost-light:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.csr-btn--primary {
    border-color: var(--csr-primary);
    background: var(--csr-primary);
    color: #fff;
}

.csr-btn--primary:hover,
.csr-btn--primary:focus {
    border-color: var(--csr-primary-dark);
    background: var(--csr-primary-dark);
    color: #fff;
}

.csr-btn--outline {
    border-color: var(--csr-primary);
    background: transparent;
    color: var(--csr-primary);
}

.csr-btn--outline:hover,
.csr-btn--outline:focus {
    background: var(--csr-primary);
    color: #fff;
}

.csr-scope {
    border-bottom: 1px solid var(--csr-line);
    background: var(--csr-white);
}

.csr-scope__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csr-scope__item {
    display: grid;
    min-width: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 25px 28px;
    border-left: 1px solid var(--csr-line);
}

.csr-scope__item:last-child {
    border-right: 1px solid var(--csr-line);
}

.csr-scope__icon,
.csr-principle__icon,
.csr-path__number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--csr-soft);
    color: var(--csr-primary);
    font-size: 1rem;
}

.csr-scope__icon {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
}

.csr-scope__item > div > strong,
.csr-scope__item > div > span {
    display: block;
}

.csr-scope__item > div > strong {
    margin-bottom: 4px;
    color: var(--csr-ink);
    font-size: 1rem;
    font-weight: 800;
}

.csr-scope__item > div > span {
    color: var(--csr-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.csr-section {
    padding: 84px 0;
}

.csr-section--soft {
    border-top: 1px solid var(--csr-line);
    border-bottom: 1px solid var(--csr-line);
    background: var(--csr-soft);
}

.csr-section__head {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 40px;
}

.csr-section__head h2,
.csr-approach__copy h2,
.csr-cta h2 {
    margin: 0;
    color: var(--csr-ink);
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
}

.csr-section__head > p,
.csr-approach__copy > p {
    margin: 0;
    color: var(--csr-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.csr-approach {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 64px;
    align-items: center;
}

.csr-approach__media {
    min-height: 440px;
    overflow: hidden;
    border-radius: 4px;
    background: var(--csr-soft);
}

.csr-approach__media img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
}

.csr-principles {
    display: grid;
    gap: 0;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.csr-principles li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    padding: 17px 0;
    border-top: 1px solid var(--csr-line);
}

.csr-principles li:last-child {
    border-bottom: 1px solid var(--csr-line);
}

.csr-principles i {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--csr-soft);
    color: var(--csr-primary);
    font-size: 0.72rem;
}

.csr-principles strong,
.csr-principles span {
    display: block;
}

.csr-principles strong {
    margin-bottom: 3px;
    color: var(--csr-ink);
    font-size: 0.98rem;
    font-weight: 800;
}

.csr-principles span {
    color: var(--csr-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.csr-principle-grid,
.csr-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--csr-line);
    border-left: 1px solid var(--csr-line);
}

.csr-principle,
.csr-path {
    min-width: 0;
    padding: 28px 26px;
    border-right: 1px solid var(--csr-line);
    border-bottom: 1px solid var(--csr-line);
    background: var(--csr-white);
}

.csr-principle h3,
.csr-path h3 {
    margin: 18px 0 8px;
    color: var(--csr-ink);
    font-size: 1.08rem;
    font-weight: 900;
}

.csr-principle p,
.csr-path p {
    margin: 0;
    color: var(--csr-muted);
    font-size: 0.89rem;
    line-height: 1.62;
}

.csr-path__number {
    font-size: 0.86rem;
    font-weight: 900;
}

.csr-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.csr-project {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--csr-line);
    border-radius: 5px;
    background: var(--csr-white);
}

.csr-project__media,
.csr-project__placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
}

.csr-project__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csr-project__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    background: var(--csr-primary-dark);
    color: #fff;
    text-align: center;
}

.csr-project__placeholder i {
    font-size: 1.8rem;
}

.csr-project__placeholder span {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.csr-project__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.csr-project__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 15px;
    color: var(--csr-primary);
    font-size: 0.77rem;
    font-weight: 800;
}

.csr-project__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.csr-project h3 {
    margin: 0;
    color: var(--csr-ink);
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1.28;
}

.csr-project__summary {
    margin: 12px 0 0;
    color: var(--csr-muted);
    font-size: 0.89rem;
    line-height: 1.65;
}

.csr-project__actions {
    margin-top: auto;
    padding-top: 24px;
}

.csr-project__actions .csr-btn {
    flex: 1;
    min-height: 44px;
    padding: 0 15px;
    font-size: 0.83rem;
}

.csr-empty {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid var(--csr-line);
    border-radius: 4px;
    background: var(--csr-white);
}

.csr-empty__icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--csr-soft);
    color: var(--csr-primary);
}

.csr-empty h3,
.csr-empty p {
    margin: 0;
}

.csr-empty h3 {
    color: var(--csr-ink);
    font-size: 1.15rem;
    font-weight: 900;
}

.csr-empty p {
    margin-top: 5px;
    color: var(--csr-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.csr-cta {
    background: var(--csr-primary-dark);
    color: #fff;
}

.csr-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    padding-top: 58px;
    padding-bottom: 58px;
}

.csr-cta h2 {
    color: #fff;
}

.csr-cta p {
    max-width: 690px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.csr-cta__actions {
    margin-top: 0;
}

.csr-modal .modal-content {
    overflow: hidden;
    border: 1px solid var(--csr-line);
    border-radius: 6px;
    background: var(--csr-white);
    box-shadow: 0 24px 60px rgba(5, 57, 59, 0.2);
}

.csr-modal .modal-header {
    padding: 22px 24px;
    border-bottom: 1px solid var(--csr-line);
    background: var(--csr-primary-dark);
    color: #fff;
}

.csr-modal .modal-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
}

.csr-modal .btn-close {
    filter: brightness(0) invert(1);
}

.csr-modal .modal-body {
    max-height: min(68vh, 660px);
    overflow-y: auto;
    padding: 26px;
    color: var(--csr-muted);
    line-height: 1.8;
}

.csr-modal .modal-footer {
    gap: 10px;
    padding: 18px 24px 24px;
    border-top: 1px solid var(--csr-line);
}

.csr-modal .modal-footer .btn {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 4px;
    font-weight: 800;
}

html[data-theme="dark"] .csr-page {
    --csr-ink: #e7f5f4;
    --csr-muted: #a8c2c1;
    --csr-line: #2c4d4c;
    --csr-soft: #132d2c;
    --csr-white: #102321;
    background: #102321;
}

html[data-theme="dark"] .csr-section--soft {
    background: #132d2c;
}

@media (max-width: 1050px) {
    .csr-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .csr-hero,
    .csr-hero__content {
        min-height: 480px;
    }

    .csr-hero h1 {
        font-size: 3.6rem;
    }

    .csr-scope__grid,
    .csr-approach {
        grid-template-columns: 1fr;
    }

    .csr-scope__item,
    .csr-scope__item:last-child {
        border-right: 1px solid var(--csr-line);
        border-bottom: 1px solid var(--csr-line);
    }

    .csr-scope__item:last-child {
        border-bottom: 0;
    }

    .csr-section__head {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .csr-cta__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 700px) {
    .csr-wrap {
        width: min(100% - 28px, 1180px);
    }

    .csr-hero,
    .csr-hero__content {
        min-height: 520px;
    }

    .csr-hero__media {
        object-position: 55% center;
    }

    .csr-hero__overlay {
        background: linear-gradient(90deg, rgba(5, 57, 59, 0.96), rgba(5, 77, 77, 0.76));
    }

    .csr-hero__content {
        padding: 58px 0 64px;
    }

    .csr-hero h1 {
        font-size: 2.95rem;
        line-height: 1;
    }

    .csr-hero__lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    .csr-hero__actions,
    .csr-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .csr-btn {
        width: 100%;
    }

    .csr-section {
        padding: 62px 0;
    }

    .csr-section__head h2,
    .csr-approach__copy h2,
    .csr-cta h2 {
        font-size: 2rem;
    }

    .csr-approach {
        gap: 36px;
    }

    .csr-approach__media,
    .csr-approach__media img {
        min-height: 320px;
    }

    .csr-principle-grid,
    .csr-path-grid,
    .csr-project-grid {
        grid-template-columns: 1fr;
    }

    .csr-project__actions {
        flex-direction: column;
    }

    .csr-empty {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .csr-cta__inner {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .csr-btn {
        transition: none;
    }
}


/* CSR motion */
.csr-hero__media { animation: csrHeroMedia 1.4s cubic-bezier(0.22, 1, 0.36, 1) both; }
.csr-hero__content > * { opacity: 0; animation: csrHeroRise 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.csr-hero__content > :nth-child(1) { animation-delay: 100ms; }
.csr-hero__content > :nth-child(2) { animation-delay: 190ms; }
.csr-hero__content > :nth-child(3) { animation-delay: 280ms; }
.csr-hero__content > :nth-child(4) { animation-delay: 370ms; }
.csr-btn { transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.csr-btn i { transition: transform 180ms ease; }
.csr-btn:hover { transform: translateY(-2px); }
.csr-btn:hover i { transform: translateX(3px); }
.csr-scope__icon, .csr-principle__icon, .csr-path__number { transition: transform 220ms ease, background-color 220ms ease; }
.csr-scope__item:hover .csr-scope__icon, .csr-principle:hover .csr-principle__icon, .csr-path:hover .csr-path__number { transform: translateY(-3px); }
.csr-project { transition: transform 220ms ease, box-shadow 220ms ease; }
.csr-project:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(20, 49, 59, 0.11); }
.csr-project[data-aos].aos-animate:hover { transform: translateY(-5px); }
.csr-project__media img { transition: transform 320ms ease; }
.csr-project:hover .csr-project__media img { transform: scale(1.025); }
@keyframes csrHeroMedia { from { opacity: .6; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes csrHeroRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
    .csr-page *, .csr-page *::before, .csr-page *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .csr-hero__content > * { opacity: 1; }
}

/* Complete theme-toggle component coverage. */
html[data-theme="dark"] .csr-page{color-scheme:dark}
html[data-theme="dark"] .csr-page :is(.csr-principle,.csr-project,.csr-empty){background:linear-gradient(180deg,#142128,#17262d);border-color:rgba(143,208,205,.16);box-shadow:0 18px 44px rgba(0,0,0,.26)}
html[data-theme="dark"] .csr-page :is(.csr-scope,.csr-section--soft,.csr-project__actions,.csr-path-grid){border-color:rgba(143,208,205,.16)}
html[data-theme="dark"] .csr-page :is(.csr-scope__icon,.csr-principle__icon,.csr-empty__icon){background:rgba(89,200,195,.14)}
html[data-theme="dark"] .csr-page :is(.csr-project__media,.csr-project__placeholder){background:#14252b}
html[data-theme="dark"] .csr-page .csr-btn--hero{background:#fff;border-color:#fff;color:#055f5d!important}
html[data-theme="dark"] .csr-page .csr-btn--hero:hover,
html[data-theme="dark"] .csr-page .csr-btn--hero:focus{background:#dff7f5;border-color:#dff7f5;color:#055f5d!important}
html[data-theme="dark"] .csr-page :is(.csr-btn--ghost,.csr-btn--ghost-light){background:rgba(5,63,64,.35);border-color:rgba(255,255,255,.68);color:#fff!important}
html[data-theme="dark"] .csr-page :is(.csr-btn--ghost,.csr-btn--ghost-light):hover,
html[data-theme="dark"] .csr-page :is(.csr-btn--ghost,.csr-btn--ghost-light):focus{background:#fff;border-color:#fff;color:#055f5d!important}
html[data-theme="dark"] .csr-page .csr-btn--primary{background:#59c8c3;border-color:#59c8c3;color:#09282c!important}
html[data-theme="dark"] .csr-page .csr-btn--primary:hover,
html[data-theme="dark"] .csr-page .csr-btn--primary:focus{background:#8ce7e1;border-color:#8ce7e1;color:#09282c!important}
html[data-theme="dark"] .csr-page .csr-btn--outline{background:transparent;border-color:#7ad7d3;color:#7ad7d3!important}
html[data-theme="dark"] .csr-page .csr-btn--outline:hover,
html[data-theme="dark"] .csr-page .csr-btn--outline:focus{background:#59c8c3;color:#09282c!important}
html[data-theme="dark"] .csr-modal .modal-content{background:linear-gradient(180deg,#142128,#17262d)!important;border:1px solid var(--hb-dark-border)!important}
html[data-theme="dark"] .csr-modal :is(.modal-header,.modal-footer){border-color:var(--hb-dark-border)!important}
html[data-theme="dark"] .csr-modal .modal-title{color:var(--hb-dark-text)!important}
html[data-theme="dark"] .csr-modal .modal-body{color:var(--hb-dark-text-soft)!important}
html[data-theme="dark"] .csr-modal .btn-close{filter:invert(1) grayscale(1);opacity:.8}

html[data-theme="dark"] .csr-page .csr-hero{padding:0!important;border:0!important;background:var(--csr-primary-dark)!important;box-shadow:none!important}
html[data-theme="dark"] .csr-page .csr-hero::after{display:none!important}
