.home-2026-hero,
.home-2026-section {
    --cda-ink: #071012;
    --cda-paper: #f0ede5;
    --cda-gold: #b69a62;
    --cda-cyan: #39c8ea;
    --cda-line-dark: rgba(255, 255, 255, 0.19);
    --cda-line-light: rgba(7, 16, 18, 0.2);
}

.home-2026-shell {
    width: min(1380px, calc(100% - 80px));
    margin: 0 auto;
}

.home-2026-hero {
    position: relative;
    z-index: 1;
    min-height: 760px;
    display: flex;
    align-items: flex-end;
    padding: 190px 0 90px;
    color: #fff;
}

.home-2026-hero__content {
    max-width: 930px;
}

.home-2026-hero__edition {
    margin: 0;
    color: #fff;
    border: 0;
    font-size: clamp(43px, 5.2vw, 78px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    text-transform: uppercase;
}

.home-2026-hero__edition strong {
    position: relative;
    font-weight: inherit;
}

.home-2026-hero__edition strong::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 5px;
    border-radius: 999px;
    background: var(--cda-cyan);
    transform: rotate(-1deg);
}

.home-2026-hero__edition sup {
    font-size: 0.45em;
    letter-spacing: 0;
}

.home-2026-hero__tagline {
    margin: 38px 0 10px;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: clamp(27px, 3vw, 43px);
    line-height: 1.25;
}

.home-2026-hero__intro {
    max-width: 850px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.7;
}

.home-2026-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
    margin-top: 34px;
}

.home-2026-hero .home-2026-text-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.home-2026-section {
    padding: clamp(78px, 9vw, 140px) 0;
    color: var(--cda-ink);
    background: var(--cda-paper);
}

.home-2026-section h2,
.home-2026-section h3,
.home-2026-section p {
    color: inherit;
}

.home-2026-section h2 {
    max-width: 14ch;
    margin: 0;
    border: 0;
    font-size: clamp(48px, 6.5vw, 94px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.94;
}

.home-2026-kicker {
    margin: 0 0 22px !important;
    color: #5f481c !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-2026-split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: clamp(45px, 8vw, 130px);
    align-items: end;
}

.home-2026-purpose__copy,
.home-2026-excellence__copy {
    max-width: 560px;
}

.home-2026-purpose__copy > p,
.home-2026-excellence__copy > p,
.home-2026-section-head > p {
    margin: 0;
    font-size: clamp(18px, 1.65vw, 24px);
    line-height: 1.6;
}

.home-2026-button,
.home-2026-text-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--cda-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-2026-button {
    padding: 14px 22px;
    color: #fff;
    border: 1px solid var(--cda-ink);
    background: var(--cda-ink);
}

.home-2026-button--muted {
    color: rgba(7, 16, 18, 0.58);
    border-color: rgba(7, 16, 18, 0.35);
    background: transparent;
}

.home-2026-hero .home-2026-button--muted {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
}

.home-2026-text-link {
    min-height: 0;
    gap: 10px;
    padding: 8px 0 5px;
    border-bottom: 1px solid currentColor;
}

.home-2026-button:hover,
.home-2026-button:focus,
.home-2026-text-link:hover,
.home-2026-text-link:focus {
    color: var(--cda-gold);
    border-color: var(--cda-gold);
    text-decoration: none;
}

.home-2026-button:focus,
.home-2026-text-link:focus {
    outline: 3px solid #fff;
    outline-offset: 4px;
    box-shadow: 0 0 0 6px var(--cda-ink);
}

.home-2026-benefits {
    color: #fff;
    background:
        linear-gradient(115deg, rgba(182, 154, 98, 0.14), transparent 46%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 100px),
        var(--cda-ink);
}

.home-2026-benefits h2 {
    max-width: 11ch;
}

.home-2026-benefits .home-2026-kicker,
.home-2026-excellence .home-2026-kicker {
    color: var(--cda-gold) !important;
}

.home-2026-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: clamp(55px, 7vw, 100px) 0 48px;
    border-top: 1px solid var(--cda-line-dark);
    border-bottom: 1px solid var(--cda-line-dark);
}

.home-2026-benefits__grid article {
    min-height: 320px;
    padding: 28px 28px 38px;
    border-right: 1px solid var(--cda-line-dark);
}

.home-2026-benefits__grid article:last-child {
    border-right: 0;
}

.home-2026-benefits__grid span {
    color: var(--cda-gold);
    font-size: 12px;
    letter-spacing: 0.16em;
}

.home-2026-benefits__grid h3 {
    min-height: 92px;
    margin: 58px 0 22px;
    border: 0;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.home-2026-benefits__grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.67) !important;
    font-size: 15px;
    line-height: 1.7;
}

.home-2026-benefits .home-2026-button {
    color: var(--cda-ink);
    border-color: var(--cda-gold);
    background: var(--cda-gold);
}

.home-2026-work {
    background: #d9d3c7;
}

.home-2026-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
    gap: clamp(40px, 7vw, 110px);
    align-items: end;
    margin-bottom: clamp(50px, 7vw, 95px);
}

.home-2026-section-head h2 {
    max-width: 12ch;
}

.home-2026-section-head > p {
    max-width: 420px;
}

.home-2026-projects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(45px, 6vw, 90px) clamp(24px, 3vw, 46px);
    margin-bottom: 55px;
}

.home-2026-project--lead {
    grid-column: 1 / -1;
}

.home-2026-project__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    color: #fff;
    background: #12191b;
}

.home-2026-project--lead .home-2026-project__media {
    aspect-ratio: 16 / 7;
}

.home-2026-project__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.84);
    transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 350ms ease;
}

.home-2026-project__media:hover img,
.home-2026-project__media:focus img {
    transform: scale(1.025);
    filter: saturate(1);
}

.home-2026-project__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, transparent 0 46%, rgba(182, 154, 98, 0.45) 46% 47%, transparent 47%),
        #12191b;
}

.home-2026-project__placeholder b {
    font-size: clamp(50px, 8vw, 112px);
    letter-spacing: -0.08em;
}

.home-2026-project__placeholder small {
    color: var(--cda-gold);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.home-2026-project__year {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 11px;
    color: #fff;
    background: rgba(7, 16, 18, 0.82);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.home-2026-project__copy {
    padding-top: 18px;
}

.home-2026-project__copy p,
.home-2026-project__copy > span {
    margin: 0;
    color: rgba(7, 16, 18, 0.64) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-2026-project__copy h3 {
    margin: 9px 0 8px;
    border: 0;
    font-size: clamp(28px, 3.4vw, 48px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.home-2026-project__copy h3 a {
    color: var(--cda-ink);
}

.home-2026-project__copy h3 a:hover,
.home-2026-project__copy h3 a:focus {
    color: #765d2d;
    text-decoration: none;
}

.home-2026-button--light {
    color: var(--cda-ink);
    border-color: var(--cda-ink);
    background: transparent;
}

.home-2026-empty {
    margin: 0 0 45px;
    padding: 70px 24px;
    border: 1px solid var(--cda-line-light);
    text-align: center;
}

.home-2026-excellence {
    color: #fff;
    background: var(--cda-ink);
}

.home-2026-excellence .home-2026-button {
    color: var(--cda-ink);
    border-color: var(--cda-gold);
    background: var(--cda-gold);
}

.home-2026-excellence .home-2026-text-link {
    color: #fff;
}

.home-2026-fields {
    padding-bottom: clamp(90px, 12vw, 180px);
}

.home-2026-fields h2 {
    max-width: 11ch;
}

.home-2026-fields__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: clamp(55px, 7vw, 100px) 0 45px;
    padding: 0;
    border-top: 1px solid var(--cda-line-light);
    list-style: none;
}

.home-2026-fields__list li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: baseline;
    padding: 24px 20px 24px 0;
    border-bottom: 1px solid var(--cda-line-light);
    font-size: clamp(21px, 2.4vw, 34px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.home-2026-fields__list li:nth-child(odd) {
    margin-right: 30px;
}

.home-2026-fields__list span {
    color: #5f481c;
    font-size: 11px;
    letter-spacing: 0.15em;
}

@media (max-width: 1000px) {
    .home-2026-shell { width: calc(100% - 48px); }
    .home-2026-hero { min-height: 680px; padding-top: 160px; }
    .home-2026-split,
    .home-2026-section-head { grid-template-columns: 1fr; align-items: start; }
    .home-2026-purpose__copy,
    .home-2026-excellence__copy { max-width: 720px; }
    .home-2026-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-2026-benefits__grid article:nth-child(2) { border-right: 0; }
    .home-2026-benefits__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--cda-line-dark); }
}

@media (max-width: 680px) {
    .home-2026-shell { width: calc(100% - 34px); }
    .home-2026-hero { min-height: 620px; padding: 145px 0 60px; }
    .home-2026-hero__edition { font-size: clamp(39px, 12vw, 58px); }
    .home-2026-hero__edition strong::after { bottom: -7px; height: 4px; }
    .home-2026-actions { align-items: flex-start; flex-direction: column; }
    .home-2026-benefits__grid,
    .home-2026-projects,
    .home-2026-fields__list { grid-template-columns: 1fr; }
    .home-2026-benefits__grid article,
    .home-2026-benefits__grid article:nth-child(2),
    .home-2026-benefits__grid article:last-child { min-height: 0; border-right: 0; border-bottom: 1px solid var(--cda-line-dark); }
    .home-2026-benefits__grid article:last-child { border-bottom: 0; }
    .home-2026-benefits__grid h3 { min-height: 0; margin-top: 38px; }
    .home-2026-project--lead { grid-column: auto; }
    .home-2026-project--lead .home-2026-project__media { aspect-ratio: 4 / 3; }
    .home-2026-fields__list li:nth-child(odd) { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .home-2026-project__media img { transition: none; }
}
