.magazine-archive-page {
    background: oklch(97.5% 0.012 210);
}

.magazine-archive-main {
    padding: 30px 0 86px;
    color: oklch(27% 0.055 218);
}

.magazine-archive-main *,
.magazine-archive-main *::before,
.magazine-archive-main *::after,
.magazine-unsubscribed *,
.magazine-unsubscribed *::before,
.magazine-unsubscribed *::after {
    box-sizing: border-box;
}

.magazine-archive__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: end;
    gap: clamp(38px, 6vw, 92px);
    min-height: 340px;
    padding: clamp(42px, 6vw, 82px);
    overflow: hidden;
    border-radius: 34px 34px 10px 34px;
    background: oklch(27% 0.055 218);
    color: oklch(96% 0.012 205);
}

.magazine-archive__hero::before {
    position: absolute;
    inset-block-start: -145px;
    inset-inline-end: -115px;
    width: 360px;
    height: 360px;
    border: 1px solid oklch(85% 0.075 203 / 0.17);
    border-radius: 48% 52% 36% 64%;
    content: '';
    pointer-events: none;
    transform: rotate(28deg);
}

.magazine-archive__hero::after {
    position: absolute;
    inset-block-end: 36px;
    inset-inline-end: 38%;
    width: 120px;
    height: 2px;
    background: oklch(79% 0.13 92);
    content: '';
    opacity: 0.8;
}

.magazine-archive__hero-copy,
.magazine-archive__summary {
    position: relative;
    z-index: 1;
}

.magazine-archive__hero-copy {
    max-width: 860px;
}

.magazine-archive__eyebrow,
.magazine-issues__header > div > span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: oklch(76% 0.12 205);
    font-size: 14px;
    font-weight: 800;
}

.magazine-archive__eyebrow > span {
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: oklch(79% 0.13 92);
}

.magazine-archive__hero h1 {
    max-width: 800px;
    margin: 18px 0 0;
    color: oklch(98% 0.008 205);
    font-size: clamp(40px, 5.4vw, 76px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.magazine-archive__hero-copy > p {
    max-width: 72ch;
    margin: 22px 0 0;
    color: oklch(82% 0.025 210);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.95;
}

.magazine-archive__summary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-inline-start: 28px;
    border-inline-start: 1px solid oklch(90% 0.02 205 / 0.22);
}

.magazine-archive__summary > span,
.magazine-archive__summary > small {
    color: oklch(82% 0.025 210);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.magazine-archive__summary > strong {
    margin: 10px 0;
    color: oklch(82% 0.14 92);
    font-size: clamp(52px, 6vw, 78px);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.9;
}

.magazine-newsletter {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(480px, 1.25fr);
    align-items: center;
    gap: clamp(34px, 6vw, 84px);
    width: calc(100% - clamp(28px, 6vw, 88px));
    margin: -34px auto 64px;
    padding: clamp(30px, 4vw, 50px);
    border: 1px solid oklch(83% 0.065 92);
    border-radius: 12px 30px 30px 30px;
    background: oklch(94% 0.045 92);
    box-shadow: 0 22px 50px oklch(25% 0.045 220 / 0.11);
}

.magazine-newsletter__copy > span {
    color: oklch(52% 0.11 205);
    font-size: 13px;
    font-weight: 900;
}

.magazine-newsletter__copy h2 {
    margin: 9px 0 10px;
    color: oklch(27% 0.055 218);
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.magazine-newsletter__copy p {
    max-width: 48ch;
    margin: 0;
    color: oklch(43% 0.035 218);
    font-size: 15px;
    line-height: 1.85;
}

.magazine-newsletter__form {
    position: relative;
    min-width: 0;
}

.magazine-newsletter__form > label:first-of-type {
    display: block;
    margin-bottom: 8px;
    color: oklch(27% 0.055 218);
    font-size: 13px;
    font-weight: 900;
}

.magazine-newsletter__control {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 62px;
    padding: 5px;
    border: 1px solid oklch(78% 0.04 205);
    border-radius: 18px;
    background: oklch(99% 0.008 205);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.magazine-newsletter__control:focus-within {
    border-color: oklch(55% 0.12 205);
    box-shadow: 0 0 0 4px oklch(65% 0.12 205 / 0.15);
}

.magazine-newsletter__control > span {
    display: grid;
    color: oklch(54% 0.11 205);
    place-items: center;
}

.magazine-newsletter__control > span svg,
.magazine-newsletter__control button svg,
.magazine-feature__cta svg,
.magazine-issue__link svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.magazine-newsletter__control input {
    min-width: 0;
    min-height: 50px;
    padding: 10px 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: oklch(25% 0.045 220);
    font-family: inherit;
    font-size: 16px;
    direction: ltr;
    text-align: start;
}

.magazine-newsletter__control input::placeholder {
    color: oklch(63% 0.025 215);
}

.magazine-newsletter__control button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    border-radius: 13px;
    background: oklch(50% 0.11 205);
    color: oklch(98% 0.008 205);
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    transition: background 180ms ease, transform 180ms ease;
}

.magazine-newsletter__control button:hover {
    background: oklch(43% 0.095 205);
    transform: translateY(-1px);
}

.magazine-newsletter__control button:focus-visible,
.magazine-feature__cta:focus-visible,
.magazine-issue a:focus-visible,
.magazine-unsubscribed a:focus-visible {
    outline: 3px solid oklch(77% 0.14 92);
    outline-offset: 3px;
}

.magazine-newsletter__consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    margin-top: 13px;
    cursor: pointer;
}

.magazine-newsletter__consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.magazine-newsletter__consent > span {
    display: grid;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    place-items: center;
    border: 1px solid oklch(61% 0.07 205);
    border-radius: 5px;
    background: oklch(99% 0.008 205);
}

.magazine-newsletter__consent input:checked + span {
    border-color: oklch(50% 0.11 205);
    background: oklch(50% 0.11 205);
    box-shadow: inset 0 0 0 4px oklch(99% 0.008 205);
}

.magazine-newsletter__consent input:focus-visible + span {
    outline: 3px solid oklch(69% 0.11 205 / 0.3);
    outline-offset: 2px;
}

.magazine-newsletter__consent strong,
.magazine-newsletter__form > small {
    color: oklch(39% 0.035 218);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
}

.magazine-newsletter__form > small {
    display: block;
    margin-top: 6px;
    color: oklch(51% 0.025 218);
}

.magazine-newsletter__honeypot {
    position: absolute !important;
    inset-inline-start: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.magazine-newsletter__message {
    margin: 12px 0 0;
    padding: 10px 13px;
    border: 1px solid currentColor;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.magazine-newsletter__message--success {
    background: oklch(94% 0.045 155);
    color: oklch(40% 0.095 155);
}

.magazine-newsletter__message--error {
    background: oklch(95% 0.035 25);
    color: oklch(43% 0.12 25);
}

.magazine-feature {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    min-height: 560px;
    margin-bottom: 82px;
    overflow: hidden;
    border-radius: 34px 12px 34px 34px;
    background: oklch(28% 0.055 218);
    box-shadow: 0 28px 70px oklch(25% 0.045 220 / 0.15);
}

.magazine-feature__cover {
    display: grid;
    min-height: 560px;
    padding: clamp(28px, 4vw, 54px);
    place-items: center;
    background: oklch(91% 0.03 94);
}

.magazine-feature__cover > a {
    display: grid;
    width: min(100%, 330px);
    min-height: 0;
    aspect-ratio: 266 / 360;
    place-items: center;
    overflow: hidden;
    border-radius: 8px 8px 18px 8px;
    background: oklch(98% 0.01 94);
    box-shadow: 0 20px 45px oklch(30% 0.04 220 / 0.23);
}

.magazine-feature__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: oklch(98% 0.01 94);
}

.magazine-cover-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 260px;
    place-items: center;
    background: oklch(94% 0.025 205);
    color: oklch(48% 0.1 205);
}

.magazine-cover-fallback[hidden],
[data-magazine-cover][hidden] {
    display: none !important;
}

.magazine-cover-fallback svg {
    width: 90px;
    height: 90px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.magazine-feature__content {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 7vw, 92px);
    overflow: hidden;
}

.magazine-feature__content::after {
    position: absolute;
    inset-block-end: -110px;
    inset-inline-end: -80px;
    width: 320px;
    height: 320px;
    border: 1px solid oklch(78% 0.1 205 / 0.13);
    border-radius: 48%;
    content: '';
    pointer-events: none;
}

.magazine-feature__label {
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: oklch(79% 0.13 92);
    color: oklch(29% 0.055 218);
    font-size: 12px;
    font-weight: 900;
}

.magazine-feature__type {
    margin: 22px 0 0;
    color: oklch(74% 0.1 205);
    font-size: 14px;
    font-weight: 800;
}

.magazine-feature__content h2 {
    max-width: 690px;
    margin: 11px 0 0;
    color: oklch(98% 0.008 205);
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.22;
}

.magazine-feature__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 32px 0 0;
}

.magazine-feature__facts > div {
    min-width: 190px;
    padding: 0 22px;
    border-inline-start: 1px solid oklch(90% 0.02 205 / 0.2);
}

.magazine-feature__facts > div:first-child {
    padding-inline-start: 0;
    border-inline-start: 0;
}

.magazine-feature__facts dt {
    color: oklch(70% 0.035 210);
    font-size: 12px;
    font-weight: 700;
}

.magazine-feature__facts dd {
    margin: 5px 0 0;
    color: oklch(91% 0.02 205);
    font-size: 14px;
    font-weight: 900;
}

.magazine-feature__cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 50px;
    align-self: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    padding: 12px 22px;
    border-radius: 14px;
    background: oklch(52% 0.12 205);
    color: oklch(98% 0.008 205);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}

.magazine-feature__cta:hover {
    background: oklch(58% 0.13 205);
    color: oklch(98% 0.008 205);
    transform: translateY(-2px);
}

.magazine-issues {
    margin-bottom: 54px;
}

.magazine-issues__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid oklch(84% 0.03 210);
}

.magazine-issues__header > div > span {
    color: oklch(52% 0.11 205);
}

.magazine-issues__header h2 {
    margin: 8px 0 0;
    color: oklch(27% 0.055 218);
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.magazine-issues__header p {
    max-width: 52ch;
    margin: 0;
    color: oklch(47% 0.03 215);
    font-size: 14px;
    line-height: 1.8;
}

.magazine-issues__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 5vw, 74px);
}

.magazine-issue {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-width: 0;
    padding: 28px 0;
    border-bottom: 1px solid oklch(84% 0.03 210);
}

.magazine-issue__cover {
    position: relative;
    display: grid;
    width: 128px;
    min-height: 0;
    aspect-ratio: 266 / 360;
    place-items: center;
    overflow: hidden;
    border-radius: 6px 6px 14px 6px;
    background: oklch(92% 0.025 205);
    box-shadow: 0 12px 30px oklch(27% 0.04 220 / 0.13);
}

.magazine-issue__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: oklch(97% 0.012 205);
    transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.magazine-issue:hover .magazine-issue__cover img {
    transform: scale(1.025);
}

.magazine-issue__cover .magazine-cover-fallback {
    min-height: 0;
}

.magazine-issue__cover .magazine-cover-fallback svg {
    width: 54px;
    height: 54px;
}

.magazine-issue__cover > span:last-child {
    position: absolute;
    inset-inline: 7px;
    inset-block-end: 7px;
    padding: 5px 6px;
    border-radius: 7px;
    background: oklch(27% 0.055 218 / 0.92);
    color: oklch(93% 0.03 92);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.magazine-issue__copy {
    min-width: 0;
}

.magazine-issue__copy time {
    color: oklch(51% 0.1 205);
    font-size: 12px;
    font-weight: 800;
}

.magazine-issue__copy h3 {
    margin: 9px 0 0;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 900;
    line-height: 1.55;
}

.magazine-issue__copy h3 a {
    color: oklch(27% 0.055 218);
    text-decoration: none;
}

.magazine-issue__copy h3 a:hover {
    color: oklch(49% 0.11 205);
}

.magazine-issue__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
    color: oklch(48% 0.11 205);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.magazine-issue__link:hover {
    color: oklch(38% 0.09 205);
}

[dir='rtl'] .magazine-newsletter__control button svg,
[dir='rtl'] .magazine-feature__cta svg,
[dir='rtl'] .magazine-issue__link svg {
    transform: scaleX(-1);
}

.magazine-archive__empty {
    display: grid;
    min-height: 350px;
    padding: 50px 24px;
    place-items: center;
    border: 1px dashed oklch(75% 0.055 205);
    border-radius: 28px;
    background: oklch(95% 0.018 205);
    text-align: center;
}

.magazine-archive__empty svg {
    width: 74px;
    height: 74px;
    fill: none;
    stroke: oklch(49% 0.1 205);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.magazine-archive__empty h2 {
    margin: 18px 0 0;
    color: oklch(27% 0.055 218);
    font-size: 27px;
    font-weight: 900;
}

.magazine-archive__empty p {
    margin: 7px 0 0;
    color: oklch(47% 0.03 215);
}

.magazine-archive__pagination {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.magazine-archive__pagination .pagination {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 6px;
    border: 1px solid oklch(83% 0.035 205);
    border-radius: 999px;
    background: oklch(99% 0.006 205);
    box-shadow: 0 12px 30px oklch(27% 0.04 220 / 0.08);
}

.magazine-archive__pagination .page-link {
    display: grid;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    place-items: center;
    border: 0;
    border-radius: 999px !important;
    background: transparent;
    color: oklch(45% 0.1 205);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease-out, color 160ms ease-out,
        transform 160ms cubic-bezier(.22, 1, .36, 1);
}

.magazine-archive__pagination .page-link:hover,
.magazine-archive__pagination .page-link:focus-visible {
    background: oklch(93% 0.035 205);
    color: oklch(35% 0.09 205);
    transform: translateY(-1px);
}

.magazine-archive__pagination .page-link:focus-visible {
    outline: 2px solid oklch(75% 0.13 92);
    outline-offset: 2px;
}

.magazine-archive__pagination .page-item.active .page-link {
    border-color: oklch(50% 0.11 205);
    background: oklch(50% 0.11 205);
    color: oklch(98% 0.008 205);
}

.magazine-archive__pagination .page-item.disabled .page-link {
    background: transparent;
    color: oklch(68% 0.025 210);
    opacity: 0.55;
}

/* The global invitation banner normally rises into the preceding section.
   The archive ends with pagination, so keep that navigation unobstructed and
   let the banner bridge only into the footer. */
.magazine-archive-page .register-now.register-invitation {
    top: 0;
    margin-block-start: 0;
    margin-block-end: -80px;
}

.magazine-unsubscribed {
    display: grid;
    min-height: 65vh;
    padding: 70px 20px;
    place-items: center;
    background: oklch(97.5% 0.012 210);
}

.magazine-unsubscribed > section {
    display: grid;
    width: min(100%, 680px);
    padding: clamp(36px, 7vw, 74px);
    place-items: center;
    border: 1px solid oklch(82% 0.04 205);
    border-radius: 30px 12px 30px 30px;
    background: oklch(99% 0.008 205);
    box-shadow: 0 24px 65px oklch(27% 0.04 220 / 0.1);
    text-align: center;
}

.magazine-unsubscribed > section > span {
    display: grid;
    width: 84px;
    height: 84px;
    place-items: center;
    border-radius: 50%;
    background: oklch(92% 0.04 155);
    color: oklch(44% 0.1 155);
}

.magazine-unsubscribed svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.magazine-unsubscribed h1 {
    margin: 24px 0 0;
    color: oklch(27% 0.055 218);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
}

.magazine-unsubscribed p {
    max-width: 54ch;
    margin: 12px 0 0;
    color: oklch(45% 0.03 215);
    line-height: 1.8;
}

.magazine-unsubscribed a {
    margin-top: 24px;
    padding: 12px 22px;
    border-radius: 13px;
    background: oklch(50% 0.11 205);
    color: oklch(98% 0.008 205);
    font-weight: 900;
    text-decoration: none;
}

.magazine-unsubscribed form {
    margin-top: 24px;
}

.magazine-unsubscribed button {
    min-height: 48px;
    padding: 12px 22px;
    cursor: pointer;
    border: 0;
    border-radius: 13px;
    background: oklch(50% 0.11 205);
    color: oklch(98% 0.008 205);
    font-family: inherit;
    font-weight: 900;
}

.magazine-unsubscribed button:hover {
    background: oklch(43% 0.095 205);
}

.magazine-unsubscribed button:focus-visible {
    outline: 3px solid oklch(77% 0.14 92);
    outline-offset: 3px;
}

.magazine-unsubscribed a.magazine-unsubscribed__secondary {
    margin-top: 10px;
    background: transparent;
    color: oklch(43% 0.07 205);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .magazine-archive__hero {
        grid-template-columns: minmax(0, 1fr) 150px;
        min-height: 310px;
        padding: 48px 38px 74px;
        border-radius: 26px 26px 9px 26px;
    }

    .magazine-newsletter {
        grid-template-columns: 1fr;
        gap: 28px;
        width: calc(100% - 38px);
        padding: 34px;
    }

    .magazine-feature {
        grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
        min-height: 500px;
    }

    .magazine-feature__cover {
        min-height: 500px;
        padding: 34px;
    }

    .magazine-feature__content {
        padding: 48px 40px;
    }

    .magazine-issues__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .magazine-archive-main {
        padding-top: 18px;
        padding-bottom: 58px;
    }

    .magazine-archive__hero {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 28px;
        min-height: 0;
        padding: 38px 25px 66px;
        border-radius: 22px 22px 8px 22px;
    }

    .magazine-archive__hero h1 {
        font-size: clamp(35px, 11vw, 52px);
    }

    .magazine-archive__hero-copy > p {
        font-size: 15px;
        line-height: 1.8;
    }

    .magazine-archive__summary {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 6px 14px;
        padding: 18px 0 0;
        border-block-start: 1px solid oklch(90% 0.02 205 / 0.22);
        border-inline-start: 0;
    }

    .magazine-archive__summary > strong {
        grid-row: span 2;
        margin: 0;
        font-size: 48px;
    }

    .magazine-newsletter {
        width: calc(100% - 24px);
        margin-top: -30px;
        margin-bottom: 46px;
        padding: 26px 20px;
        border-radius: 9px 22px 22px 22px;
    }

    .magazine-newsletter__control {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .magazine-newsletter__control button {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 5px;
    }

    .magazine-feature {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 58px;
        border-radius: 24px 8px 24px 24px;
    }

    .magazine-feature__cover {
        min-height: 390px;
        padding: 28px;
    }

    .magazine-feature__cover > a {
        min-height: 0;
    }

    .magazine-feature__content {
        padding: 38px 25px 44px;
    }

    .magazine-feature__content h2 {
        font-size: clamp(32px, 9vw, 44px);
    }

    .magazine-feature__facts {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .magazine-feature__facts > div,
    .magazine-feature__facts > div:first-child {
        padding: 0 0 14px;
        border-block-end: 1px solid oklch(90% 0.02 205 / 0.2);
        border-inline-start: 0;
    }

    .magazine-issues__header {
        display: block;
    }

    .magazine-issues__header p {
        margin-top: 12px;
    }
}

@media (max-width: 460px) {
    .magazine-issue {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 17px;
        padding: 22px 0;
    }

    .magazine-issue__cover {
        width: 96px;
        min-height: 0;
    }

    .magazine-issue__cover img,
    .magazine-issue__cover .magazine-cover-fallback {
        height: 100%;
        min-height: 0;
    }

    .magazine-issue__copy h3 {
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .magazine-newsletter__control,
    .magazine-newsletter__control button,
    .magazine-feature__cta,
    .magazine-issue__cover img {
        scroll-behavior: auto;
        transition: none;
    }
}
