.cwo-editorial {
    --cwo-cream: #f4f0e7;
    --cwo-paper: #fffdf8;
    --cwo-charcoal: #292824;
    --cwo-muted: #68645d;
    --cwo-gold: #9a713b;
    --cwo-line: rgba(41, 40, 36, 0.16);
    background: var(--cwo-cream);
    color: var(--cwo-charcoal);
    width: 100%;
}

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

.cwo-editorial__shell {
    margin: 0 auto;
    max-width: 1540px;
    padding: clamp(72px, 6.5vw, 104px) clamp(24px, 4.5vw, 68px) clamp(82px, 7vw, 116px);
}

.cwo-editorial__header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(32px, 3.4vw, 48px);
}

.cwo-editorial__header h2 {
    color: var(--cwo-charcoal);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(54px, 4.8vw, 72px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 0.94;
    margin: 0;
}

.cwo-editorial__view-all,
.cwo-editorial__action,
.cwo-supporting__action {
    align-items: center;
    color: var(--cwo-charcoal);
    display: inline-flex;
    font-family: "Suisse Intl", Arial, sans-serif;
    font-size: 11px !important;
    font-weight: 600;
    gap: 10px;
    letter-spacing: 0.065em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
}

.cwo-editorial__view-all {
    color: var(--cwo-gold);
    font-size: 12px !important;
    margin-bottom: 4px;
}

.cwo-editorial__view-all span,
.cwo-editorial__action span,
.cwo-supporting__action span {
    color: var(--cwo-gold);
    font-size: 17px;
    line-height: 1;
    transition: transform 180ms ease;
}

.cwo-editorial__view-all:hover span,
.cwo-editorial__view-all:focus-visible span,
.cwo-editorial__action:hover span,
.cwo-editorial__action:focus-visible span,
.cwo-supporting__action:hover span,
.cwo-supporting__action:focus-visible span { transform: translateX(4px); }

.cwo-editorial__layout {
    display: grid;
    gap: clamp(16px, 1.4vw, 22px);
    grid-auto-rows: 242px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 242px);
}

.cwo-feature,
.cwo-supporting__event {
    background: var(--cwo-paper);
    border: 1px solid rgba(41, 40, 36, 0.08);
    margin: 0;
    min-width: 0;
    overflow: hidden;
}

.cwo-feature {
    display: grid;
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    grid-template-areas: "content media";
    grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
    min-height: 506px;
}

.cwo-feature__media,
.cwo-supporting__media {
    background: #e8e0d2;
    display: block;
    overflow: hidden;
}

.cwo-feature__media {
    grid-area: media;
    min-height: 100%;
}

.cwo-feature__media picture,
.cwo-supporting__media picture { display: contents; }

.cwo-feature__image,
.cwo-supporting__image,
.cwo-editorial__placeholder {
    display: block;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    transition: transform 500ms ease;
    width: 100% !important;
}

.cwo-feature__media:hover .cwo-feature__image,
.cwo-feature__media:focus-visible .cwo-feature__image,
.cwo-supporting__media:hover .cwo-supporting__image { transform: scale(1.025); }

.cwo-editorial__placeholder {
    background: linear-gradient(135deg, rgba(154, 113, 59, 0.07), transparent 55%), #e9e2d6;
}

.cwo-feature__content {
    display: flex;
    flex-direction: column;
    grid-area: content;
    justify-content: center;
    min-width: 0;
    padding: clamp(34px, 3.3vw, 50px);
}

.cwo-feature__meta,
.cwo-supporting__meta {
    align-items: center;
    color: var(--cwo-gold);
    display: flex;
    font-family: "Suisse Intl", Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.45;
    min-width: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.cwo-feature__meta span,
.cwo-supporting__meta span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cwo-feature h3,
.cwo-supporting h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.cwo-feature h3 {
    font-size: clamp(40px, 3.2vw, 50px);
    line-height: 0.98;
    margin: 16px 0 14px;
}

.cwo-feature h3 a,
.cwo-supporting h3 a {
    color: var(--cwo-charcoal);
    display: -webkit-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cwo-feature h3 a:hover,
.cwo-feature h3 a:focus-visible,
.cwo-supporting h3 a:hover,
.cwo-supporting h3 a:focus-visible { color: var(--cwo-gold); }

.cwo-feature__date,
.cwo-supporting__date {
    color: var(--cwo-charcoal);
    display: block;
    font-family: "Suisse Intl", Arial, sans-serif;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.35;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cwo-feature__summary,
.cwo-supporting__summary {
    color: var(--cwo-muted);
    display: -webkit-box;
    font-family: "Suisse Intl", Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.cwo-feature__summary {
    font-size: 13px;
    line-height: 1.58;
    margin: 18px 0 0 !important;
    -webkit-line-clamp: 3;
}

.cwo-supporting__summary {
    font-size: 11px;
    line-height: 1.45;
    margin: 12px 0 0 !important;
    -webkit-line-clamp: 2;
}

.cwo-editorial__action {
    border-bottom: 1px solid var(--cwo-gold);
    margin-top: auto;
    padding-bottom: 6px;
    width: fit-content;
}

.cwo-supporting { display: contents; }

.cwo-supporting__event {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(145px, 0.98fr);
    min-height: 242px;
}

.cwo-supporting__event:nth-child(1) { grid-column: 3; grid-row: 1; }
.cwo-supporting__event:nth-child(2) { grid-column: 3; grid-row: 2; }
.cwo-supporting__event:nth-child(3) { grid-column: 1; grid-row: 3; }
.cwo-supporting__event:nth-child(4) { grid-column: 2; grid-row: 3; }
.cwo-supporting__event:nth-child(5) { grid-column: 3; grid-row: 3; }

.cwo-supporting__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(20px, 1.9vw, 28px);
}

.cwo-supporting h3 {
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.02;
    margin: 10px 0 9px;
}

.cwo-supporting__action {
    border-top: 1px solid rgba(154, 113, 59, 0.45);
    font-size: 9px !important;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 10px;
    white-space: nowrap;
    width: 100%;
}

.cwo-editorial a:focus-visible {
    outline: 2px solid var(--cwo-gold);
    outline-offset: 4px;
}

@media (max-width: 1180px) {
    .cwo-editorial__layout { grid-auto-rows: 222px; grid-template-rows: repeat(2, 222px); }
    .cwo-feature { grid-template-columns: minmax(235px, 0.88fr) minmax(0, 1.12fr); min-height: 466px; }
    .cwo-feature__content { padding: 32px; }
    .cwo-feature h3 { font-size: clamp(33px, 3vw, 40px); }
    .cwo-supporting__event { grid-template-columns: minmax(0, 0.88fr) minmax(136px, 1.12fr); min-height: 222px; }
    .cwo-supporting__content { padding: 20px; }
    .cwo-supporting h3 { font-size: clamp(22px, 2.2vw, 26px); }
}

@media (max-width: 900px) {
    .cwo-editorial__shell { overflow: hidden; padding: 62px 20px 76px; }
    .cwo-editorial__header { align-items: center; margin-bottom: 30px; }
    .cwo-editorial__header h2 { font-size: clamp(48px, 12vw, 62px); }
    .cwo-editorial__view-all { font-size: 10px !important; }
    .cwo-editorial__layout { display: block; }

    .cwo-feature {
        display: block;
        min-height: 0;
        position: relative;
    }

    .cwo-feature__media {
        aspect-ratio: 3 / 2;
        min-height: 0;
        position: relative;
    }

    .cwo-feature__media::after {
        background: linear-gradient(90deg, rgba(15, 13, 10, 0.82), rgba(15, 13, 10, 0.16) 82%);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
    }

    .cwo-feature__content {
        bottom: 0;
        color: #fff;
        inset: 0;
        justify-content: flex-start;
        padding: clamp(24px, 6vw, 40px);
        pointer-events: none;
        position: absolute;
        width: min(74%, 500px);
        z-index: 1;
    }

    .cwo-feature h3 { font-size: clamp(38px, 7vw, 48px); margin: 12px 0 10px; }

    .cwo-feature h3 a,
    .cwo-feature__summary,
    .cwo-feature__date,
    .cwo-editorial__action { color: #fff; pointer-events: auto; }

    .cwo-feature__summary {
        font-size: 12px;
        line-height: 1.45;
        margin-top: 14px !important;
        -webkit-line-clamp: 2;
    }

    .cwo-editorial__action {
        border: 1px solid var(--cwo-gold);
        margin-top: auto;
        padding: 11px 15px;
    }

    .cwo-supporting {
        display: block;
        margin-top: 22px;
    }

    .cwo-supporting__event,
    .cwo-supporting__event:nth-child(n) {
        background: var(--cwo-paper);
        border: 0;
        border-bottom: 1px solid var(--cwo-line);
        display: grid;
        grid-template-columns: minmax(190px, 0.4fr) minmax(0, 0.6fr);
        min-height: 220px;
    }

    .cwo-supporting__event:first-child { border-top: 1px solid var(--cwo-line); }
    .cwo-supporting__media { height: 220px; min-height: 0; }
    .cwo-supporting__content { min-height: 220px; padding: 22px; }
    .cwo-supporting h3 { font-size: 29px; margin: 9px 0 8px; }
    .cwo-supporting__summary { font-size: 12px; margin-top: 12px !important; }
}

@media (max-width: 560px) {
    .cwo-editorial__header { align-items: flex-end; gap: 12px; }
    .cwo-editorial__header h2 { font-size: clamp(40px, 11vw, 46px); white-space: nowrap; }
    .cwo-editorial__view-all { flex-shrink: 0; font-size: 9px !important; gap: 6px; max-width: 120px; text-align: right; }
    .cwo-feature__media { aspect-ratio: 4 / 3; }
    .cwo-feature__content { padding: 22px; width: 92%; }
    .cwo-feature__meta { align-items: flex-start; }
    .cwo-editorial__action { font-size: 9px !important; padding: 9px 12px; }
    .cwo-supporting__event,
    .cwo-supporting__event:nth-child(n) { grid-template-columns: 124px minmax(0, 1fr); min-height: 210px; }
    .cwo-supporting__media { height: 210px; }
    .cwo-supporting__content { min-height: 210px; padding: 18px; }
    .cwo-supporting__meta { font-size: 8px; }
    .cwo-supporting h3 { font-size: 25px; }
    .cwo-supporting__date { font-size: 10px !important; }
    .cwo-supporting__summary { font-size: 11px; }
    .cwo-supporting__action { font-size: 8px !important; }
}

@media (max-width: 360px) {
    .cwo-editorial__shell { padding-left: 16px; padding-right: 16px; }
    .cwo-editorial__header h2 { font-size: 38px; }
    .cwo-editorial__view-all { font-size: 8px !important; max-width: 106px; }
    .cwo-feature__content { padding: 18px; width: 94%; }
    .cwo-feature h3 { font-size: 31px; margin-bottom: 8px; }
    .cwo-feature__summary { font-size: 11px; line-height: 1.35; margin-top: 10px !important; }
    .cwo-editorial__action { padding: 7px 10px; }
    .cwo-supporting__event,
    .cwo-supporting__event:nth-child(n) { grid-template-columns: 96px minmax(0, 1fr); }
    .cwo-supporting__content { padding: 16px; }
    .cwo-supporting h3 { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
    .cwo-editorial *,
    .cwo-editorial *::before,
    .cwo-editorial *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
