/* Round 4 — distinct section languages for mix & match */

.r4-display {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--home-ink);
}

.r4-display--sm {
    font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.r4-display--center {
    text-align: center;
}

.r4-lede {
    margin: 0 0 1.25rem;
    max-width: 36rem;
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--home-muted);
}

.r4-lede--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.r4-center {
    display: flex;
    justify-content: center;
}

.r4-sec-head {
    margin-bottom: 2rem;
}

.r4-sec-head--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.r4-more-link {
    margin: 1.75rem 0 0;
}

.r4-rule {
    border: 0;
    border-top: 1px solid rgba(26, 23, 27, 0.18);
    margin: 1rem 0 1.75rem;
}

/* —— ABOUT: monument —— */
.r4-monument {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: end;
    position: relative;
    min-height: 28rem;
}

.r4-monument__year {
    position: absolute;
    left: -0.05em;
    top: -0.15em;
    margin: 0;
    font-size: clamp(6rem, 18vw, 14rem);
    font-weight: 700;
    line-height: 0.8;
    color: rgba(139, 30, 30, 0.12);
    pointer-events: none;
    z-index: 0;
}

.r4-monument__body {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
}

.r4-monument__photo {
    margin: 0;
    position: relative;
    z-index: 1;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 2px;
}

.r4-monument__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* sticky */
.r4-sticky {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 2.5rem;
    align-items: start;
}

.r4-sticky__rail {
    position: sticky;
    top: 6.5rem;
}

.r4-sticky__label {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8b1e1e;
}

.r4-sticky__rule {
    display: block;
    width: 2px;
    height: 4rem;
    margin-top: 1rem;
    background: #8b1e1e;
}

.r4-sticky__photo {
    margin: 1.5rem 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 2px;
}

.r4-sticky__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* bento about */
.r4-bento-about {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}

.r4-bento-about__hero {
    grid-row: 1 / span 2;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    min-height: 420px;
}

.r4-bento-about__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-bento-about__copy {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 4px;
}

.r4-bento-about__chip {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.25rem 1.35rem;
    background: #8b1e1e;
    color: #fff;
    border-radius: 4px;
}

.r4-bento-about__chip strong {
    font-size: 1.75rem;
    line-height: 1;
}

.r4-bento-about__chip span {
    opacity: 0.9;
    font-size: 0.92rem;
}

.r4-bento-about > .r4-bento-about__chip:last-child {
    background: var(--home-ink);
}

/* museum */
.r4-museum {
    display: grid;
    gap: 2rem;
    max-width: 56rem;
    margin: 0 auto;
}

.r4-museum__frame {
    margin: 0;
    position: relative;
    background: #fff;
    padding: 1rem 1rem 3.5rem;
    box-shadow: 0 18px 40px rgba(26, 23, 27, 0.12);
}

.r4-museum__frame img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.r4-museum__plate {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.85rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.85rem;
    color: var(--home-muted);
    font-style: italic;
}

.r4-museum__copy {
    text-align: center;
    max-width: 34rem;
    margin: 0 auto;
}

.r4-museum__copy .r4-lede {
    margin-left: auto;
    margin-right: auto;
}

.r4-museum__copy .home-welcome__actions,
.r4-museum__copy .home-btn {
    justify-content: center;
}

.r4-museum__copy .home-welcome__actions {
    display: flex;
}

/* zine about */
.r4-zine-about {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 2.25rem;
    align-items: center;
}

.r4-zine-about__slash {
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
    overflow: hidden;
    max-width: 480px;
    max-height: 560px;
    margin-inline: auto 0;
    width: 100%;
}

.r4-zine-about__slash figure {
    margin: 0;
    height: 100%;
    aspect-ratio: 3 / 4;
    max-height: 560px;
}

.r4-zine-about__slash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-zine-about__type {
    padding: 0.5rem 0 0.5rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.r4-zine-about__btn {
    width: auto;
    align-self: flex-start;
}

.r4-zine-about__eyebrow {
    margin: 0 0 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #8b1e1e;
}

/* swiss about */
.r4-swiss-about__meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--home-muted);
}

.r4-swiss-about__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    gap: 1.5rem;
    align-items: start;
}

.r4-swiss-about__grid figure {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.r4-swiss-about__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* salon */
.r4-salon__quote {
    margin: 0 0 2.5rem;
    padding: 0;
    border: 0;
    text-align: center;
}

.r4-salon__quote p {
    margin: 0 auto;
    max-width: 40rem;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    line-height: 1.35;
    font-weight: 500;
    color: var(--home-ink);
    font-style: italic;
}

.r4-salon__row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
}

.r4-salon__row figure {
    margin: 0;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    border-radius: 2px;
}

.r4-salon__row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* archive */
.r4-archive {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 2rem;
}

.r4-archive__years {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #8b1e1e;
    padding-top: 0.35rem;
}

.r4-archive__panel figure {
    margin: 1.25rem 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.r4-archive__panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* poster about */
.r4-poster-about {
    position: relative;
    min-height: 28rem;
    display: flex;
    align-items: flex-end;
    padding: 2rem 0;
}

.r4-poster-about__bg {
    position: absolute;
    inset: 0;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}

.r4-poster-about__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.72);
}

.r4-poster-about__card {
    position: relative;
    z-index: 1;
    max-width: 28rem;
    margin: 2rem;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

/* procession */
.r4-procession {
    position: relative;
    text-align: center;
    padding: 1rem 0 0.5rem;
    overflow: hidden;
}

.r4-procession .mk-pattern {
    opacity: 0.35;
}

.r4-procession__oval {
    margin: 1.5rem auto;
    width: min(280px, 70vw);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 12px 30px rgba(26, 23, 27, 0.12);
}

.r4-procession__oval img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* —— ACTIVITIES —— */
.r4-pillars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.r4-pillar {
    display: grid;
    grid-template-rows: auto auto auto;
    text-decoration: none;
    color: inherit;
    align-content: start;
}

.r4-pillar__img {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 0.85rem;
    aspect-ratio: 3 / 4;
    height: auto;
}

.r4-pillar__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s ease;
}

.r4-pillar:hover .r4-pillar__img img {
    transform: scale(1.04);
}

.r4-pillar__title {
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--home-ink);
}

.r4-pillar:hover .r4-pillar__title {
    color: #8b1e1e;
}

.r4-pillar__text {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: var(--home-muted);
    line-height: 1.45;
}

.r4-manifest {
    list-style: none;
    margin: 0;
    padding: 0;
}

.r4-manifest li {
    border-top: 1px solid rgba(26, 23, 27, 0.14);
}

.r4-manifest li:last-child {
    border-bottom: 1px solid rgba(26, 23, 27, 0.14);
}

.r4-manifest a {
    display: grid;
    grid-template-columns: 4rem 1fr auto;
    gap: 1rem;
    align-items: baseline;
    padding: 1.5rem 0.15rem;
    text-decoration: none;
    color: inherit;
}

.r4-manifest__n {
    font-weight: 700;
    color: #8b1e1e;
}

.r4-manifest__t {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.r4-manifest a:hover .r4-manifest__t {
    color: #8b1e1e;
}

.r4-manifest__a {
    font-weight: 600;
    color: #8b1e1e;
}

.r4-bento-act {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.85rem;
    min-height: 420px;
}

.r4-bento-act__cell {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    min-height: 160px;
}

.r4-bento-act__cell--1 {
    grid-row: 1 / span 2;
}

.r4-bento-act__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.r4-bento-act__cell:hover img {
    transform: scale(1.05);
}

.r4-bento-act__cell span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    font-weight: 700;
    font-size: 1.15rem;
    background: linear-gradient(transparent, rgba(26, 23, 27, 0.78));
}

.r4-accordion__row {
    display: grid;
    grid-template-columns: 3.5rem 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.35rem 1.15rem;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    margin-bottom: 0.65rem;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-band--b .r4-accordion__row {
    background: #f4f1ec;
}

.r4-accordion__row:hover {
    transform: translateX(6px);
    background: #fff;
}

.r4-accordion__n {
    font-size: 1.35rem;
    font-weight: 700;
    color: #8b1e1e;
}

.r4-accordion__main {
    display: grid;
    gap: 0.25rem;
}

.r4-accordion__main strong {
    font-size: 1.25rem;
}

.r4-accordion__main em {
    font-style: normal;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.r4-accordion__go {
    font-size: 1.35rem;
    color: #8b1e1e;
}

.r4-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
}

.r4-scroll__card {
    flex: 0 0 min(260px, 72vw);
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
}

.r4-scroll__card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    border-radius: 2px;
    margin-bottom: 0.65rem;
}

.r4-scroll__card span {
    font-weight: 700;
    font-size: 1.15rem;
}

.r4-metro {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.85rem;
}

.r4-metro__tile {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.5rem;
    min-height: 160px;
    padding: 1.35rem;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.r4-metro__tile--1 { background: #8b1e1e; grid-row: span 2; min-height: 340px; }
.r4-metro__tile--2 { background: var(--home-ink); }
.r4-metro__tile--3 { background: #609bb8; }
.r4-metro__tile--4 { background: #8a7f62; grid-column: 1 / -1; min-height: 120px; }

.r4-metro__tile strong {
    font-size: 1.45rem;
}

.r4-metro__tile span {
    opacity: 0.9;
    line-height: 1.45;
    font-size: 0.95rem;
}

.r4-stairs {
    display: grid;
    gap: 1rem;
}

.r4-stairs__step {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1.15rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    margin-left: calc(var(--step, 0) * 2.5rem);
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 4px;
}

.home-band--b .r4-stairs__step {
    background: #f4f1ec;
}

.r4-stairs__img {
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 4 / 3;
}

.r4-stairs__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-stairs__copy {
    display: grid;
    gap: 0.3rem;
}

.r4-stairs__copy strong {
    font-size: 1.2rem;
}

.r4-stairs__copy span {
    color: var(--home-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.r4-polaroid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    padding: 1rem 0 2rem;
}

.r4-polaroid__card {
    width: min(200px, 42vw);
    background: #fff;
    padding: 0.75rem 0.75rem 1.15rem;
    box-shadow: 0 12px 28px rgba(26, 23, 27, 0.14);
    text-decoration: none;
    color: inherit;
    transform: rotate(var(--rot, 0deg));
    transition: transform 0.2s ease;
}

.r4-polaroid__card:hover {
    transform: rotate(0deg) translateY(-6px);
    z-index: 2;
}

.r4-polaroid__card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    margin-bottom: 0.65rem;
}

.r4-polaroid__card span {
    display: block;
    text-align: center;
    font-weight: 700;
}

.r4-ribbons__row {
    display: grid;
    grid-template-columns: 1fr 1.4fr 140px;
    gap: 1rem;
    align-items: center;
    padding: 1.15rem 1.25rem;
    text-decoration: none;
    color: inherit;
    background: #fff;
    margin-bottom: 0.65rem;
    border-left: 6px solid #8b1e1e;
}

.r4-ribbons__row--alt {
    background: rgba(255, 255, 255, 0.45);
    border-left-color: var(--home-blue);
}

.r4-ribbons__title {
    font-size: 1.35rem;
    font-weight: 700;
}

.r4-ribbons__text {
    color: var(--home-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.r4-ribbons__img {
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 4 / 3;
}

.r4-ribbons__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-chapters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.r4-chapter {
    display: block;
    padding: 1.75rem 1.5rem;
    text-decoration: none;
    color: inherit;
    border-top: 3px solid #8b1e1e;
    background: rgba(255, 255, 255, 0.5);
}

.home-band--b .r4-chapter {
    background: #f4f1ec;
}

.r4-chapter__label {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b1e1e;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.r4-chapter h3 {
    margin: 0 0 0.5rem;
    font-size: 1.45rem;
}

.r4-chapter p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.5;
}

.r4-chapter:hover h3 {
    color: #8b1e1e;
}

/* —— NEWS —— */
.r4-billboard {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    min-height: 360px;
}

.r4-billboard__media {
    position: absolute;
    inset: 0;
    background: #3a3438;
}

.r4-billboard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-billboard__copy {
    position: relative;
    z-index: 1;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem 1.5rem;
    background: linear-gradient(transparent 20%, rgba(26, 23, 27, 0.82));
    color: #fff;
}

.r4-billboard__copy time {
    opacity: 0.85;
    margin-bottom: 0.4rem;
}

.r4-billboard__copy h3 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.1;
}

.r4-billboard__rest {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}

.r4-billboard__rest a {
    color: #8b1e1e;
    font-weight: 600;
    text-decoration: none;
}

.r4-billboard__rest a:hover {
    text-decoration: underline;
}

.r4-broadsheet {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 1.5rem;
    padding-top: 0.5rem;
    border-top: 3px double rgba(26, 23, 27, 0.35);
}

.r4-broadsheet__col a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.r4-broadsheet__col time {
    display: block;
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-bottom: 0.4rem;
}

.r4-broadsheet__col h3 {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    line-height: 1.25;
}

.r4-broadsheet__col--lead h3 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.r4-broadsheet__col p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.55;
    font-size: 0.95rem;
}

.r4-broadsheet__col a:hover h3 {
    color: #8b1e1e;
}

.r4-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.r4-gallery__frame {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    padding: 0.75rem 0.75rem 1rem;
    box-shadow: 0 10px 24px rgba(26, 23, 27, 0.08);
}

.r4-gallery__img {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #d9d2c6;
    margin-bottom: 0.75rem;
}

.r4-gallery__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-gallery__cap {
    display: block;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    font-size: 0.98rem;
}

.r4-index {
    list-style: none;
    margin: 0;
    padding: 0;
}

.r4-index li {
    border-top: 1px solid rgba(26, 23, 27, 0.14);
}

.r4-index li:last-child {
    border-bottom: 1px solid rgba(26, 23, 27, 0.14);
}

.r4-index a {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1.5rem;
    padding: 1.35rem 0;
    text-decoration: none;
    color: inherit;
    align-items: baseline;
}

.r4-index time {
    font-variant-numeric: tabular-nums;
    color: var(--home-muted);
    font-weight: 600;
}

.r4-index span {
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
}

.r4-index a:hover span {
    color: #8b1e1e;
}

.r4-river {
    display: grid;
    gap: 2rem;
}

.r4-river__item a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.r4-river__item--flip a {
    direction: rtl;
}

.r4-river__item--flip a > * {
    direction: ltr;
}

.r4-river__media {
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 2px;
    background: #d9d2c6;
}

.r4-river__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-river__copy time {
    display: block;
    font-size: 0.85rem;
    color: var(--home-muted);
    margin-bottom: 0.35rem;
}

.r4-river__copy h3 {
    margin: 0 0 0.5rem;
    font-size: 1.55rem;
    line-height: 1.2;
}

.r4-river__copy p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.55;
}

.r4-river__item a:hover h3 {
    color: #8b1e1e;
}

.r4-ticker {
    display: flex;
    gap: 2rem;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 1.5rem;
    padding: 0.65rem 0;
    border-top: 1px solid rgba(26, 23, 27, 0.12);
    border-bottom: 1px solid rgba(26, 23, 27, 0.12);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85rem;
    color: #8b1e1e;
}

.r4-ticker span::after {
    content: " · ";
    color: var(--home-muted);
}

.r4-ticker-list {
    display: grid;
    gap: 0.85rem;
}

.r4-ticker-list a {
    display: grid;
    gap: 0.2rem;
    text-decoration: none;
    color: inherit;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(26, 23, 27, 0.1);
}

.r4-ticker-list time {
    font-size: 0.85rem;
    color: var(--home-muted);
}

.r4-ticker-list strong {
    font-size: 1.2rem;
}

.r4-ticker-list a:hover strong {
    color: #8b1e1e;
}

.r4-cover {
    display: grid;
    grid-template-columns: 1.5fr 0.85fr;
    gap: 1.5rem;
}

.r4-cover__main {
    display: block;
    text-decoration: none;
    color: inherit;
}

.r4-cover__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 2px;
    background: #d9d2c6;
    margin-bottom: 1rem;
}

.r4-cover__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r4-cover__main h3 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.15;
}

.r4-cover__main:hover h3 {
    color: #8b1e1e;
}

.r4-cover__side {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-band--b .r4-cover__side {
    background: #f4f1ec;
}

.r4-cover__side-label {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8b1e1e;
}

.r4-cover__side a {
    color: var(--home-ink);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 1.3;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(26, 23, 27, 0.1);
}

.r4-cover__side a:hover {
    color: #8b1e1e;
}

.r4-letters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.r4-letter {
    display: grid;
    gap: 0.55rem;
    padding: 1.35rem 1.25rem;
    background: #fffef8;
    border: 1px solid rgba(26, 23, 27, 0.1);
    box-shadow: 2px 3px 0 rgba(26, 23, 27, 0.04);
    text-decoration: none;
    color: inherit;
    min-height: 220px;
}

.r4-letter__from {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--home-muted);
}

.r4-letter strong {
    font-size: 1.2rem;
    line-height: 1.25;
}

.r4-letter__date {
    font-size: 0.85rem;
    color: #8b1e1e;
    font-weight: 600;
}

.r4-letter p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.5;
    font-size: 0.95rem;
}

.r4-letter:hover strong {
    color: #8b1e1e;
}

.r4-stack-news {
    position: relative;
    max-width: 36rem;
    margin: 1rem auto 2rem;
    min-height: 14rem;
}

.r4-stack-news__card {
    position: absolute;
    left: var(--shift, 0);
    right: calc(var(--shift, 0) * -1);
    top: var(--shift, 0);
    z-index: var(--z, 1);
    display: grid;
    gap: 0.35rem;
    padding: 1.5rem 1.35rem;
    background: #fff;
    border: 1px solid rgba(26, 23, 27, 0.12);
    box-shadow: 0 10px 24px rgba(26, 23, 27, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.r4-stack-news__card:hover {
    transform: translateY(-8px);
    z-index: 10;
}

.r4-stack-news__card strong {
    font-size: 1.25rem;
}

.r4-stack-news__card span {
    color: var(--home-muted);
    font-size: 0.9rem;
}

.r4-zine-news {
    display: grid;
    gap: 0;
}

.r4-zine-news__item {
    display: grid;
    grid-template-columns: 4rem 1fr auto;
    gap: 1rem;
    align-items: end;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(26, 23, 27, 0.14);
    text-decoration: none;
    color: inherit;
}

.r4-zine-news__item:last-child {
    border-bottom: 1px solid rgba(26, 23, 27, 0.14);
}

.r4-zine-news__n {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(139, 30, 30, 0.35);
    line-height: 1;
}

.r4-zine-news__item h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.9rem);
    line-height: 1.15;
}

.r4-zine-news__item time {
    color: var(--home-muted);
    font-size: 0.9rem;
}

.r4-zine-news__item:hover h3 {
    color: #8b1e1e;
}

/* —— AGENDA —— */
.r4-tickets {
    display: grid;
    gap: 1rem;
}

.r4-ticket {
    display: grid;
    grid-template-columns: 100px 1fr;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(26, 23, 27, 0.08);
}

.r4-ticket__stub {
    background: #8b1e1e;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 0.5rem;
    position: relative;
}

.r4-ticket__stub::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 -28px 0 #fff, 0 28px 0 #fff;
}

.home-band--b .r4-ticket__stub::after,
.home-band--a .r4-ticket__stub::after,
.home-band--c .r4-ticket__stub::after,
.home-band--sand .r4-ticket__stub::after,
.home-band--sky .r4-ticket__stub::after {
    background: #fff;
    box-shadow: 0 -28px 0 #fff, 0 28px 0 #fff;
}

.r4-ticket__stub strong {
    font-size: 1.8rem;
    line-height: 1;
}

.r4-ticket__stub span {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.r4-ticket__body {
    padding: 1.15rem 1.25rem;
    display: grid;
    gap: 0.35rem;
    align-content: center;
}

.r4-ticket__perf {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--home-muted);
}

.r4-ticket__body strong {
    font-size: 1.2rem;
}

.r4-event-poster {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 1.5rem;
}

.r4-event-poster__hero {
    display: block;
    padding: 2.5rem 2rem;
    background: var(--home-ink);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    min-height: 280px;
}

.r4-event-poster__when {
    display: block;
    color: var(--home-sand);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.r4-event-poster__hero h3 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    line-height: 1.1;
    color: #fff;
}

.r4-event-poster__hero p {
    margin: 0;
    opacity: 0.85;
    line-height: 1.55;
}

.r4-event-poster__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.r4-event-poster__list a {
    display: grid;
    gap: 0.2rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(26, 23, 27, 0.12);
    text-decoration: none;
    color: inherit;
}

.r4-event-poster__list time {
    color: #8b1e1e;
    font-weight: 700;
    font-size: 0.9rem;
}

.r4-event-poster__list span {
    font-weight: 600;
}

.r4-cells {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.r4-cell {
    display: grid;
    gap: 0.25rem;
    padding: 1.25rem 1rem;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(26, 23, 27, 0.1);
    border-radius: 4px;
    min-height: 160px;
    align-content: start;
}

.r4-cell__d {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #8b1e1e;
}

.r4-cell__m {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--home-muted);
}

.r4-cell__t {
    margin-top: 0.65rem;
    font-weight: 600;
    line-height: 1.3;
}

.r4-cell:hover {
    border-color: #8b1e1e;
}

.r4-countdown__lead {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 1.5rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(26, 23, 27, 0.08);
    margin-bottom: 1.25rem;
}

.r4-countdown__num {
    font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 700;
    line-height: 0.85;
    color: #8b1e1e;
}

.r4-countdown__label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--home-muted);
    margin-bottom: 0.35rem;
}

.r4-countdown__lead strong {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.15;
}

.r4-countdown__more {
    list-style: none;
    margin: 0;
    padding: 0;
}

.r4-countdown__more a {
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(26, 23, 27, 0.1);
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

.r4-countdown__more a:hover {
    color: #8b1e1e;
}

.r4-swiss-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.r4-swiss-table th,
.r4-swiss-table td {
    text-align: left;
    padding: 1rem 0.75rem;
    border-bottom: 1px solid rgba(26, 23, 27, 0.14);
    vertical-align: baseline;
}

.r4-swiss-table th {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--home-muted);
}

.r4-swiss-table a {
    color: #8b1e1e;
    font-weight: 700;
    text-decoration: none;
}

.r4-ag-ribbons {
    display: grid;
    gap: 0.75rem;
}

.r4-ag-ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    text-decoration: none;
    color: #fff;
    background: #8b1e1e;
    border-radius: 2px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.r4-ag-ribbon:nth-child(even) {
    background: var(--home-ink);
}

.r4-ag-ribbon__date {
    font-weight: 700;
    white-space: nowrap;
}

.r4-ag-ribbon__title {
    font-weight: 600;
}

.r4-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    padding: 1.5rem;
    background: #c4b49a;
    border-radius: 4px;
}

.r4-board__pin {
    display: grid;
    gap: 0.4rem;
    padding: 1.15rem 1rem;
    background: #fffef5;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 18px rgba(26, 23, 27, 0.12);
    transform: rotate(var(--pin, 0deg));
    transition: transform 0.2s ease;
}

.r4-board__pin:hover {
    transform: rotate(0deg) scale(1.02);
    z-index: 2;
}

.r4-board__pin time {
    font-size: 0.85rem;
    color: #8b1e1e;
    font-weight: 700;
}

.r4-board__pin strong {
    font-size: 1.1rem;
    line-height: 1.3;
}

.r4-reel {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.5rem;
    border-left: 3px dashed rgba(26, 23, 27, 0.2);
}

.r4-reel li {
    position: relative;
    margin-bottom: 1.25rem;
}

.r4-reel a {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 1rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

.r4-reel__hole {
    position: absolute;
    left: -1.95rem;
    top: 1.35rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: #8b1e1e;
    border: 3px solid var(--home-cream);
}

.home-band--b .r4-reel__hole {
    border-color: #fff;
}

.r4-reel__date {
    font-weight: 700;
    color: #8b1e1e;
}

.r4-reel__title {
    font-weight: 600;
}

.r4-daystrip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.r4-daystrip__day {
    display: grid;
    gap: 0.35rem;
    padding: 1.15rem 0.85rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    border-top: 4px solid #8b1e1e;
    min-height: 150px;
}

.r4-daystrip__day span {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--home-muted);
}

.r4-daystrip__day strong {
    font-size: 2rem;
    line-height: 1;
    color: var(--home-ink);
}

.r4-daystrip__day em {
    font-style: normal;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.3;
}

.r4-daystrip__day:hover {
    border-top-color: var(--home-blue);
}

.r4-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.r4-orbit__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.r4-orbit__ring {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 2px solid rgba(26, 23, 27, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.05;
}

.r4-orbit__ring.is-lead {
    background: #8b1e1e;
    border-color: #8b1e1e;
    color: #fff;
}

.r4-orbit__ring strong {
    font-size: 1.6rem;
}

.r4-orbit__ring span {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.r4-orbit__title {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.3;
}

.r4-orbit__item:hover .r4-orbit__title {
    color: #8b1e1e;
}

/* —— CTA (locked) —— */
.r4-cta--address.home-band--b {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.r4-cta--address.home-band--b::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--r4-cta-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    pointer-events: none;
}

.r4-cta--address .home-wrap {
    position: relative;
    z-index: 1;
}

.r4-cta-address {
    max-width: 38rem;
    margin: 0 auto;
    text-align: center;
}

.r4-cta-address .r4-display {
    margin-bottom: 0.65rem;
}

.r4-cta-address .r4-lede {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
}

.r4-cta-address .home-welcome__actions {
    justify-content: center;
    margin-top: 1.35rem;
}

.r4-cta-address a:not(.home-btn) {
    color: #8b1e1e;
    font-weight: 600;
}

@media (max-width: 900px) {
    .r4-monument,
    .r4-sticky,
    .r4-bento-about,
    .r4-zine-about,
    .r4-swiss-about__grid,
    .r4-salon__row,
    .r4-archive,
    .r4-pillars,
    .r4-bento-act,
    .r4-metro,
    .r4-chapters,
    .r4-broadsheet,
    .r4-gallery,
    .r4-river__item a,
    .r4-cover,
    .r4-letters,
    .r4-event-poster,
    .r4-cells,
    .r4-daystrip,
    .r4-orbit,
    .r4-board {
        grid-template-columns: 1fr;
    }

    .r4-monument__year {
        font-size: clamp(4.5rem, 22vw, 8rem);
    }

    .r4-bento-about__hero {
        grid-row: auto;
        min-height: 260px;
    }

    .r4-zine-about__slash {
        clip-path: none;
        max-width: 360px;
        max-height: 440px;
        margin: 0;
    }

    .r4-zine-about__type {
        padding: 0.5rem 0 0;
    }

    .r4-sticky__rail {
        position: static;
    }

    .r4-stairs__step {
        margin-left: 0;
        grid-template-columns: 110px 1fr;
    }

    .r4-ribbons__row {
        grid-template-columns: 1fr;
    }

    .r4-manifest a,
    .r4-index a,
    .r4-zine-news__item {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .r4-stack-news {
        position: relative;
        min-height: 0;
    }

    .r4-stack-news__card {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin-bottom: 0.75rem;
    }

    .r4-poster-about__card {
        margin: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .r4-pillar__img img,
    .r4-bento-act__cell img,
    .r4-polaroid__card,
    .r4-board__pin,
    .r4-stack-news__card {
        transition: none !important;
        transform: none !important;
    }
}
