:root {
    --ss-bg: #f3efe5;
    --ss-paper: #fbf7ee;
    --ss-ink: #161512;
    --ss-muted: #70695c;
    --ss-line: #d8cdbd;
    --ss-accent: #7b3f2c;
    --ss-dark: #191713;
    --ss-dark-muted: #cfc2ae;
    --ss-max: 1180px;
    --ss-radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--ss-bg);
    color: var(--ss-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.14;
    background-image: linear-gradient(rgba(22,21,18,0.04) 1px, transparent 1px);
    background-size: 100% 42px;
}

h1, h2, h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
    margin: 0 0 0.45em;
}

h1 {
    font-size: clamp(4.1rem, 6.2vw, 6.7rem);
    max-width: 10.8ch;
}

h2 {
    font-size: clamp(2.1rem, 4.2vw, 4.65rem);
    max-width: 13ch;
}

h3 {
    font-size: clamp(1.55rem, 2.4vw, 2.6rem);
}

p {
    margin: 0 0 1.2rem;
    color: var(--ss-muted);
    font-size: clamp(1rem, 1.1vw, 1.13rem);
}

a {
    color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25em;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: rgba(243, 239, 229, 0.88);
    border-bottom: 1px solid rgba(216, 205, 189, 0.85);
}

.site-header__inner {
    width: min(var(--ss-max), calc(100% - 40px));
    margin: 0 auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-brand {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--ss-ink);
}

.site-brand__title {
    font-family: Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 1;
}

.site-brand__tagline {
    color: var(--ss-muted);
    font-size: 0.62rem;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    margin-top: 0.44rem;
}

.site-nav__list,
.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}

.site-nav a,
.footer-nav a {
    text-decoration: none;
    color: var(--ss-muted);
    font-size: 0.94rem;
}

.site-nav a:hover,
.footer-nav a:hover {
    color: var(--ss-accent);
}

.nav-toggle {
    display: none;
    border: 1px solid var(--ss-line);
    background: var(--ss-paper);
    border-radius: 999px;
    padding: 0.65rem 0.95rem;
    color: var(--ss-ink);
}

.container {
    width: min(var(--ss-max), calc(100% - 40px));
    margin: 0 auto;
}

.narrow {
    max-width: 820px;
}

.section {
    padding: clamp(76px, 9vw, 132px) 0;
    position: relative;
}

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

.section--dark {
    background: var(--ss-dark);
    color: var(--ss-bg);
}

.section--dark p,
.section--dark .section-intro {
    color: var(--ss-dark-muted);
}

.section-label,
.eyebrow {
    color: var(--ss-accent);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 1.1rem;
}

.hero {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: clamp(52px, 7.5vw, 104px) 0;
    position: relative;
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
}

.hero__content {
    max-width: 760px;
}

.hero__lead {
    max-width: 650px;
    font-size: clamp(1.08rem, 1.35vw, 1.28rem);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 2rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.15rem;
    border-radius: 999px;
    background: var(--ss-ink);
    color: var(--ss-bg);
    text-decoration: none;
    font-weight: 800;
}

.button:hover {
    background: var(--ss-accent);
}

.button--ghost {
    background: transparent;
    color: var(--ss-ink);
    border: 1px solid var(--ss-line);
}

.button--ghost:hover {
    color: var(--ss-bg);
    border-color: var(--ss-accent);
}

.text-link {
    color: var(--ss-accent);
    font-weight: 800;
}

.hero__panel {
    min-height: 430px;
    border: 1px solid var(--ss-line);
    border-radius: var(--ss-radius);
    background:
        radial-gradient(circle at 68% 24%, rgba(123,63,44,0.13), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,0.42), rgba(123,63,44,0.045));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(22,21,18,0.06);
}

.hero__panel p {
    max-width: 285px;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ss-ink);
    font-size: 1.24rem;
    line-height: 1.35;
    margin-bottom: 0;
}

.strata-mark {
    width: 100%;
    margin-top: 58px;
}

.strata-mark span {
    display: block;
    height: 8px;
    border-radius: 999px;
    margin-bottom: 23px;
    transform: rotate(-1.4deg);
}

.strata-mark span:nth-child(1) { width: 68%; background: var(--ss-accent); margin-left: 4%; }
.strata-mark span:nth-child(2) { width: 92%; background: var(--ss-ink); margin-left: 0; }
.strata-mark span:nth-child(3) { width: 54%; background: var(--ss-muted); margin-left: 16%; }
.strata-mark span:nth-child(4) { width: 80%; background: var(--ss-ink); margin-left: 8%; }
.strata-mark span:nth-child(5) { width: 47%; background: var(--ss-accent); margin-left: 2%; }

.editorial-block {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 52px;
}

.manifesto-lines {
    margin: 2rem 0 1.4rem;
    border-left: 3px solid var(--ss-accent);
    padding-left: 1.35rem;
}

.manifesto-lines p {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ss-ink);
    font-size: clamp(1.2rem, 1.75vw, 1.64rem);
    line-height: 1.35;
}

.split {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: clamp(32px, 6vw, 82px);
    align-items: center;
}

.magazine-card {
    min-height: 430px;
    padding: 34px;
    border-radius: var(--ss-radius);
    background: var(--ss-paper);
    border: 1px solid var(--ss-line);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 18px 60px rgba(22,21,18,0.08);
}

.magazine-card__kicker {
    color: var(--ss-accent);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    font-weight: 800;
}

.section-intro {
    max-width: 760px;
    color: var(--ss-muted);
}

.names-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 2.4rem;
}

.names-grid span {
    display: block;
    padding: 1rem;
    border: 1px solid rgba(243,239,229,0.18);
    border-radius: 14px;
    color: var(--ss-bg);
}

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

.project-card {
    border: 1px solid var(--ss-line);
    border-radius: var(--ss-radius);
    background: var(--ss-paper);
    padding: 28px;
    min-height: 260px;
}

.page-content h1 {
    max-width: none;
    font-size: clamp(3rem, 7vw, 7rem);
}

.entry-content {
    font-size: 1.1rem;
}

.entry-content p,
.entry-content li {
    color: var(--ss-ink);
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.post-list {
    display: grid;
    gap: 22px;
    margin-top: 36px;
}

.post-list__item {
    padding: 28px;
    border: 1px solid var(--ss-line);
    background: var(--ss-paper);
    border-radius: var(--ss-radius);
}

.post-list__item h2 {
    font-size: 2rem;
}

.site-footer {
    background: var(--ss-dark);
    color: var(--ss-bg);
    padding: 42px 0;
}

.site-footer p {
    color: var(--ss-dark-muted);
    margin: 0.25rem 0 0;
}

.site-footer__inner {
    width: min(var(--ss-max), calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer-nav a {
    color: var(--ss-dark-muted);
}

@media (max-width: 980px) {
    h1 {
        font-size: clamp(3.5rem, 8vw, 5.7rem);
    }

    .hero__grid {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 36px;
    }

    .hero__panel {
        min-height: 380px;
    }
}

@media (max-width: 820px) {
    .site-header__inner {
        min-height: 76px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        display: none;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 76px;
        background: var(--ss-paper);
        border: 1px solid var(--ss-line);
        border-radius: 18px;
        padding: 18px;
    }

    body.nav-open .site-nav {
        display: block;
    }

    .site-nav__list {
        display: grid;
        gap: 14px;
    }

    .hero__grid,
    .split,
    .cards,
    .editorial-block {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero__panel {
        min-height: 300px;
    }

    .strata-mark {
        margin-top: 10px;
    }

    .names-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-nav {
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    .container,
    .site-header__inner,
    .site-footer__inner {
        width: min(var(--ss-max), calc(100% - 28px));
    }

    h1 {
        font-size: clamp(3.3rem, 15vw, 4.7rem);
        max-width: 8.4ch;
    }

    .names-grid {
        grid-template-columns: 1fr;
    }

    .site-brand__title {
        font-size: 0.98rem;
    }

    .site-brand__tagline {
        font-size: 0.6rem;
        letter-spacing: 0.12em;
    }

    .button {
        width: 100%;
    }
}


/* === v0.4 refinements === */
h1 {
    font-size: clamp(3.7rem, 5.35vw, 5.95rem);
    max-width: 760px;
}

.hero-title {
    max-width: 760px;
}

.hero-title span {
    display: block;
    white-space: nowrap;
}

.hero {
    padding: clamp(44px, 6.5vw, 92px) 0;
}

.hero__grid {
    grid-template-columns: minmax(0, 1fr) 365px;
    gap: clamp(38px, 6vw, 78px);
}

.hero__panel {
    min-height: 405px;
    padding: 28px;
}

.hero__panel p {
    font-size: 1.17rem;
}

.strata-mark {
    margin-top: 48px;
}

@media (max-width: 980px) {
    h1 {
        font-size: clamp(3.35rem, 7.4vw, 5.25rem);
    }

    .hero__grid {
        grid-template-columns: minmax(0, 1fr) 320px;
    }
}

@media (max-width: 820px) {
    .hero__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    h1 {
        font-size: clamp(3.05rem, 13.5vw, 4.35rem);
        max-width: 100%;
    }

    .hero-title span {
        white-space: normal;
    }
}


/* === v0.5 content refinements === */
.hero-title {
    max-width: 860px;
}

.hero-title span {
    white-space: nowrap;
}

.names-grid {
    grid-template-columns: repeat(3, 1fr);
}

.names-grid span {
    min-height: 64px;
    display: flex;
    align-items: center;
}

.site-credit {
    color: var(--ss-dark-muted);
    font-size: 0.92rem;
}

.site-credit a {
    color: var(--ss-bg);
    text-decoration: none;
    border-bottom: 1px solid rgba(243,239,229,0.35);
}

.site-credit a:hover {
    color: var(--ss-dark-muted);
}

@media (max-width: 820px) {
    .names-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__inner {
        gap: 18px;
    }
}

@media (max-width: 560px) {
    .hero-title span {
        white-space: normal;
    }

    .names-grid {
        grid-template-columns: 1fr;
    }
}


/* === v0.6 links and footer correction === */
.names-grid a {
    color: var(--ss-bg);
    text-decoration: none;
    border-bottom: 1px solid rgba(243,239,229,0.28);
}

.names-grid a:hover {
    color: var(--ss-dark-muted);
    border-bottom-color: rgba(243,239,229,0.6);
}


/* === v0.7 internal pages and migration structure === */
.internal-hero {
    padding: clamp(74px, 10vw, 150px) 0 clamp(42px, 7vw, 90px);
    border-bottom: 1px solid var(--ss-line);
}

.internal-hero h1 {
    max-width: 960px;
}

.readable {
    max-width: 980px;
}

.longform {
    max-width: 860px;
}

.longform h2 {
    max-width: 780px;
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
}

.longform h2:first-child {
    margin-top: 0;
}

.longform p {
    color: var(--ss-ink);
    font-size: clamp(1.08rem, 1.25vw, 1.22rem);
    line-height: 1.78;
    margin-bottom: 1.35rem;
}

.content-credit,
.small-text {
    color: var(--ss-muted) !important;
    font-size: 0.95rem !important;
}

.magazine-card--compact {
    min-height: 330px;
}

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

.index-grid article {
    background: var(--ss-paper);
    border: 1px solid var(--ss-line);
    border-radius: var(--ss-radius);
    padding: 24px;
}

.index-grid h3 {
    font-size: clamp(1.28rem, 1.7vw, 1.8rem);
    line-height: 1.12;
}

.index-grid p {
    font-size: 0.98rem;
}

.content-columns {
    display: grid;
    grid-template-columns: 0.45fr 1fr;
    gap: clamp(32px, 6vw, 80px);
}

.simple-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--ss-ink);
    font-size: 1.1rem;
}

.project-card .text-link {
    display: inline-flex;
    margin-top: 0.75rem;
}

@media (max-width: 920px) {
    .index-grid,
    .content-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .internal-hero {
        padding-top: 58px;
    }

    .index-grid article {
        padding: 20px;
    }
}


/* === v0.8 structural refinements === */
.hero {
    min-height: auto;
    padding-top: clamp(34px, 5vw, 72px);
    padding-bottom: clamp(56px, 7vw, 96px);
}

.section {
    padding-top: clamp(64px, 7.5vw, 112px);
    padding-bottom: clamp(64px, 7.5vw, 112px);
}

.internal-hero {
    padding-top: clamp(58px, 8vw, 112px);
    padding-bottom: clamp(38px, 5vw, 70px);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 1.65rem;
}

.section-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: clamp(28px, 5vw, 70px);
    align-items: end;
    margin-bottom: clamp(28px, 5vw, 56px);
}

.section-heading-row h2 {
    margin-bottom: 0;
}

.section-heading-row p {
    margin-bottom: 0;
}

.rivista-browser {
    background: var(--ss-bg);
    border-top: 1px solid var(--ss-line);
    border-bottom: 1px solid var(--ss-line);
}

.spread-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.spread-grid a {
    display: block;
    overflow: hidden;
    border-radius: var(--ss-radius);
    border: 1px solid var(--ss-line);
    background: var(--ss-paper);
    box-shadow: 0 18px 60px rgba(22,21,18,0.08);
}

.spread-grid img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 350ms ease;
}

.spread-grid a:hover img {
    transform: scale(1.018);
}

#progetti .cards {
    margin-top: 1.5rem;
}

@media (max-width: 860px) {
    .section-heading-row,
    .spread-grid {
        grid-template-columns: 1fr;
    }
}

/* === v0.9 homepage, slider and Contact Form 7 === */
.hero__grid{grid-template-columns:minmax(0,.9fr) 365px;gap:clamp(64px,8vw,122px)}
.hero-title--compact{max-width:680px;font-size:clamp(3.35rem,4.9vw,5.55rem)}
.hero-title--compact span{white-space:nowrap}.hero__content{max-width:700px}.hero__lead{max-width:620px}
.rivista-slider{max-width:1040px;margin:0 auto}.rivista-slider__viewport{position:relative;min-height:520px;border:1px solid var(--ss-line);border-radius:var(--ss-radius);background:var(--ss-paper);box-shadow:0 22px 80px rgba(22,21,18,.09);overflow:hidden}
.rivista-slide{display:none;margin:0;padding:clamp(16px,3vw,34px)}.rivista-slide.is-active{display:block}.rivista-slide img{display:block;width:100%;max-height:720px;object-fit:contain;margin:0 auto;border-radius:14px}.rivista-slide figcaption{margin-top:1rem;color:var(--ss-muted);font-size:.95rem;text-align:center}
.rivista-slider__controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:22px}.rivista-slider__button{width:48px;height:48px;border-radius:999px;border:1px solid var(--ss-line);background:var(--ss-paper);color:var(--ss-ink);font-size:1.35rem;cursor:pointer}.rivista-slider__button:hover{background:var(--ss-ink);color:var(--ss-bg)}.rivista-slider__counter{color:var(--ss-muted);min-width:72px;text-align:center;font-weight:700}
.contact-form-panel{margin-top:clamp(42px,6vw,78px);padding:clamp(28px,4vw,44px);border:1px solid var(--ss-line);border-radius:var(--ss-radius);background:var(--ss-bg);box-shadow:0 18px 60px rgba(22,21,18,.06)}
.contact-form-panel h2{margin-bottom:1.4rem}.wpcf7-form{display:grid;gap:18px}.wpcf7-form label{display:grid;gap:8px;color:var(--ss-ink);font-weight:700}.wpcf7-form input[type=text],.wpcf7-form input[type=email],.wpcf7-form select,.wpcf7-form textarea{width:100%;border:1px solid var(--ss-line);border-radius:14px;background:var(--ss-paper);color:var(--ss-ink);padding:.9rem 1rem;font:inherit}.wpcf7-form textarea{min-height:180px;resize:vertical}.wpcf7-form input:focus,.wpcf7-form select:focus,.wpcf7-form textarea:focus{outline:2px solid rgba(123,63,44,.26);border-color:var(--ss-accent)}
.wpcf7-acceptance label{display:flex;gap:10px;align-items:flex-start;font-weight:400;color:var(--ss-muted)}.wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.3rem;border-radius:999px;border:0;background:var(--ss-ink);color:var(--ss-bg);font-weight:800;cursor:pointer;width:fit-content}.wpcf7-submit:hover{background:var(--ss-accent)}.wpcf7-not-valid-tip{color:var(--ss-accent);font-size:.9rem;margin-top:5px}.wpcf7-response-output{border-radius:14px!important;margin:1.2rem 0 0!important;padding:.9rem 1rem!important}
@media(max-width:980px){.hero__grid{grid-template-columns:minmax(0,1fr) 320px;gap:42px}.hero-title--compact{font-size:clamp(3rem,6.4vw,4.9rem)}}@media(max-width:820px){.hero__grid{grid-template-columns:1fr}.rivista-slider__viewport{min-height:auto}}@media(max-width:560px){.hero-title--compact span{white-space:normal}.rivista-slide{padding:12px}.contact-form-panel{padding:22px}}


/* === v1.0 privacy architecture === */
.site-footer__meta {
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
    color: var(--ss-dark-muted);
    font-size: 0.86rem;
}

.site-footer__legal a {
    color: var(--ss-dark-muted);
    text-decoration: none;
    border-bottom: 1px solid rgba(207, 194, 174, 0.32);
}

.site-footer__legal a:hover {
    color: var(--ss-bg);
    border-bottom-color: rgba(243, 239, 229, 0.65);
}

.recaptcha-notice {
    margin-top: 1.3rem !important;
    color: var(--ss-muted) !important;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
}

.recaptcha-notice a {
    color: var(--ss-accent);
}

.policy-hero {
    padding-top: clamp(56px, 7vw, 100px);
    padding-bottom: clamp(34px, 5vw, 64px);
}

.policy-content h2,
.policy-content h3 {
    margin-top: 2rem;
}

.policy-content ul,
.policy-content ol {
    color: var(--ss-ink);
    font-size: clamp(1.03rem, 1.2vw, 1.15rem);
    line-height: 1.75;
    padding-left: 1.4rem;
}

.policy-content li {
    margin-bottom: 0.55rem;
}

.privacy-preferences-panel {
    margin-top: 2rem;
    display: grid;
    gap: 14px;
}

.privacy-preferences-row {
    border: 1px solid var(--ss-line);
    border-radius: 16px;
    background: var(--ss-bg);
    padding: 18px;
}

.privacy-preferences-row strong {
    display: block;
    color: var(--ss-ink);
    margin-bottom: 0.35rem;
}

.privacy-preferences-row p {
    margin: 0;
    color: var(--ss-muted);
}

@media (max-width: 760px) {
    .site-footer__meta {
        justify-items: start;
        text-align: left;
    }

    .site-footer__legal {
        justify-content: flex-start;
    }
}


/* === v1.1 policy pages refinement === */
.policy-hero {
    padding-top: clamp(42px, 5vw, 72px);
    padding-bottom: clamp(22px, 3vw, 42px);
}

.policy-hero h1 {
    font-size: clamp(2.45rem, 4vw, 4.2rem);
    max-width: 780px;
    letter-spacing: -0.035em;
}

.policy-content {
    max-width: 820px;
}

.policy-content > h2:first-child {
    display: none;
}

.policy-content h2 {
    font-size: clamp(1.55rem, 2.2vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    max-width: 760px;
    margin-top: 2.25rem;
    margin-bottom: 0.8rem;
}

.policy-content h3 {
    font-size: clamp(1.22rem, 1.6vw, 1.55rem);
    line-height: 1.2;
    margin-top: 1.6rem;
    margin-bottom: 0.65rem;
}

.policy-content p {
    font-size: clamp(1rem, 1vw, 1.08rem);
    line-height: 1.72;
    margin-bottom: 1rem;
}

.policy-content ul,
.policy-content ol {
    font-size: clamp(1rem, 1vw, 1.08rem);
    line-height: 1.68;
    margin-top: 0.25rem;
    margin-bottom: 1.2rem;
}

.policy-content li {
    margin-bottom: 0.42rem;
}

.policy-content em {
    color: var(--ss-muted);
}

.privacy-preferences-panel {
    margin-top: 1.6rem;
    gap: 12px;
}

.privacy-preferences-row {
    padding: 16px 18px;
    background: var(--ss-bg);
}

.privacy-preferences-row strong {
    font-size: 1rem;
}

.privacy-preferences-row p {
    font-size: 0.98rem;
    line-height: 1.58;
}

@media (max-width: 620px) {
    .policy-hero h1 {
        font-size: clamp(2.3rem, 12vw, 3.5rem);
    }

    .policy-content h2 {
        font-size: 1.42rem;
    }
}


/* === v1.2 lightweight privacy banner + policy fine tuning === */
.policy-hero h1 {
    font-size: clamp(2.25rem, 3.4vw, 3.65rem);
}

.policy-content h2 {
    font-size: clamp(1.38rem, 1.75vw, 1.85rem);
    line-height: 1.18;
    margin-top: 2rem;
    margin-bottom: 0.65rem;
}

.policy-content p,
.policy-content ul,
.policy-content ol {
    font-size: clamp(0.98rem, 0.92vw, 1.04rem);
}

.policy-content > p:first-child {
    margin-top: 0;
}

.page-slug-preferenze-privacy .policy-content p strong,
.page-id-preferenze-privacy .policy-content p strong {
    display: inline-block;
    margin-top: 0.55rem;
}

/* Works with WordPress default body classes for the Preferenze privacy slug */
body.page .policy-content p:has(strong:first-child) {
    max-width: 760px;
}

.ss-privacy-banner {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 9998;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.ss-privacy-banner[hidden] {
    display: none !important;
}

.ss-privacy-banner__inner {
    width: min(920px, 100%);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid rgba(216, 205, 189, 0.85);
    border-radius: 18px;
    background: rgba(251, 247, 238, 0.96);
    box-shadow: 0 18px 48px rgba(25, 23, 19, 0.16);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    transform: translateY(12px);
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease;
}

.ss-privacy-banner.is-visible .ss-privacy-banner__inner {
    transform: translateY(0);
    opacity: 1;
}

.ss-privacy-banner__text {
    display: grid;
    gap: 4px;
}

.ss-privacy-banner__text strong {
    color: var(--ss-ink);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ss-privacy-banner__text span {
    color: var(--ss-muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

.ss-privacy-banner__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.ss-privacy-banner__link {
    color: var(--ss-accent);
    font-size: 0.92rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(123, 63, 44, 0.45);
}

.ss-privacy-banner__link:hover {
    border-bottom-color: var(--ss-accent);
}

.ss-privacy-banner__button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: var(--ss-ink);
    color: var(--ss-bg);
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.78rem 1rem;
}

.ss-privacy-banner__button:hover {
    transform: translateY(-1px);
}

@media (max-width: 720px) {
    .ss-privacy-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .ss-privacy-banner__inner {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 15px;
    }

    .ss-privacy-banner__actions {
        justify-content: space-between;
        white-space: normal;
    }
}

@supports not selector(:has(*)) {
    body.page .policy-content p strong {
        display: inline-block;
    }
}


/* === v1.3 privacy manage control + compact banner === */
.site-footer__privacy-manage {
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--ss-dark-muted);
    cursor: pointer;
    font: inherit;
    font-size: 0.86rem;
    border-bottom: 1px solid rgba(207, 194, 174, 0.32);
}

.site-footer__privacy-manage:hover,
.site-footer__privacy-manage:focus-visible {
    color: var(--ss-bg);
    border-bottom-color: rgba(243, 239, 229, 0.65);
}

.ss-privacy-banner {
    bottom: 14px;
}

.ss-privacy-banner__inner {
    width: min(840px, 100%);
    padding: 13px 15px;
    gap: 14px;
    border-radius: 16px;
}

.ss-privacy-banner__text strong {
    font-size: 0.82rem;
}

.ss-privacy-banner__text span {
    font-size: 0.88rem;
    line-height: 1.38;
}

.ss-privacy-banner__button {
    padding: 0.68rem 0.92rem;
    font-size: 0.86rem;
}

.ss-privacy-banner__link {
    font-size: 0.88rem;
}

.policy-content h2 {
    font-size: clamp(1.28rem, 1.55vw, 1.68rem);
}

.policy-content p,
.policy-content ul,
.policy-content ol {
    font-size: clamp(0.96rem, 0.9vw, 1.02rem);
}

.privacy-preferences-panel {
    display: grid;
    gap: 12px;
}

.privacy-preferences-row {
    border-radius: 14px;
}

@media (max-width: 720px) {
    .ss-privacy-banner {
        bottom: 10px;
    }

    .ss-privacy-banner__inner {
        padding: 13px;
    }
}


/* === v1.4.1 square logo in header, fixed === */
.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.site-brand__mark {
    width: 42px;
    height: 42px;
    display: block;
    flex: 0 0 42px;
    object-fit: contain;
}

.site-brand__text {
    display: grid;
    gap: 2px;
}

@media (max-width: 760px) {
    .site-brand {
        gap: 9px;
    }

    .site-brand__mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
}


/* === v1.4.2 header logo layout === */
.site-header .site-brand.site-brand--with-mark {
    display: inline-grid !important;
    grid-template-columns: 44px auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 0;
    align-items: center;
    text-decoration: none;
}

.site-header .site-brand__mark {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px;
    object-fit: contain;
    display: block;
    align-self: center;
}

.site-header .site-brand__text {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    gap: 3px;
    align-content: center;
}

.site-header .site-brand__title {
    display: block;
    color: var(--ss-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.15rem, 1.6vw, 1.42rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.site-header .site-brand__tagline {
    display: block;
    color: var(--ss-muted);
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .site-header .site-brand.site-brand--with-mark {
        grid-template-columns: 36px auto;
        column-gap: 9px;
    }

    .site-header .site-brand__mark {
        width: 36px !important;
        height: 36px !important;
        flex-basis: 36px;
    }

    .site-header .site-brand__title {
        font-size: 1rem;
        letter-spacing: 0.15em;
    }

    .site-header .site-brand__tagline {
        font-size: 0.56rem;
        letter-spacing: 0.18em;
    }
}


/* === v1.4.3 header logo size + editorial footer === */
.site-header .site-brand.site-brand--with-mark {
    grid-template-columns: 52px auto;
    column-gap: 13px;
}

.site-header .site-brand__mark {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px;
}

.site-footer {
    padding: 0;
}

.site-footer__inner--editorial {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: clamp(46px, 5vw, 74px) 0 clamp(30px, 3vw, 44px);
}

.site-footer__top {
    display: grid;
    grid-template-columns: minmax(250px, 0.92fr) minmax(340px, 1.35fr) auto;
    gap: clamp(28px, 4vw, 62px);
    align-items: center;
    padding-bottom: clamp(30px, 4vw, 48px);
    border-bottom: 1px solid rgba(207, 194, 174, 0.18);
}

.site-footer__brand {
    display: inline-grid;
    grid-template-columns: 44px auto;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: var(--ss-bg);
}

.site-footer__mark {
    width: 44px;
    height: 44px;
    display: block;
    object-fit: contain;
    opacity: 0.86;
}

.site-footer__brand-text {
    display: grid;
    gap: 5px;
}

.site-footer__title {
    color: var(--ss-bg);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.site-footer__tagline {
    color: var(--ss-dark-muted);
    font-size: 0.67rem;
    letter-spacing: 0.17em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-footer__statement p {
    margin: 0;
    color: var(--ss-bg);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.8rem, 3.2vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.98;
    max-width: 620px;
}

.site-footer__statement span {
    display: block;
    margin-top: 12px;
    color: var(--ss-dark-muted);
    font-size: clamp(0.96rem, 1.1vw, 1.08rem);
    line-height: 1.55;
}

.site-footer__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.74rem 1.05rem;
    border: 1px solid rgba(207, 194, 174, 0.34);
    border-radius: 999px;
    color: var(--ss-bg);
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.site-footer__cta a:hover,
.site-footer__cta a:focus-visible {
    background: var(--ss-bg);
    color: var(--ss-ink);
    border-color: var(--ss-bg);
}

.site-footer__bottom {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    align-items: center;
    padding-top: clamp(22px, 3vw, 34px);
}

.site-footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__menu a {
    color: var(--ss-dark-muted);
    text-decoration: none;
    border-bottom: 1px solid rgba(207, 194, 174, 0.22);
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
    color: var(--ss-bg);
    border-bottom-color: rgba(243, 239, 229, 0.65);
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px 14px;
}

.site-credit {
    color: var(--ss-dark-muted);
    font-size: 0.86rem;
    text-align: right;
    white-space: nowrap;
}

.site-credit a {
    color: var(--ss-bg);
    text-decoration: none;
    border-bottom: 1px solid rgba(243, 239, 229, 0.35);
}

.site-credit a:hover,
.site-credit a:focus-visible {
    border-bottom-color: rgba(243, 239, 229, 0.85);
}

@media (max-width: 980px) {
    .site-footer__top {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .site-footer__bottom {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .site-credit {
        text-align: left;
    }
}

@media (max-width: 760px) {
    .site-header .site-brand.site-brand--with-mark {
        grid-template-columns: 40px auto;
        column-gap: 10px;
    }

    .site-header .site-brand__mark {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px;
    }

    .site-footer__inner--editorial {
        width: min(100% - 30px, 1180px);
    }

    .site-footer__statement p {
        font-size: clamp(1.75rem, 10vw, 2.55rem);
    }

    .site-footer__legal {
        justify-content: flex-start;
    }
}


/* === v1.4.4 footer layout fix === */
.site-footer__top {
    grid-template-columns: minmax(250px, 0.95fr) minmax(360px, 1.45fr) auto;
    align-items: center;
}

.site-footer__bottom {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: clamp(22px, 3vw, 34px);
}

.site-footer__nav,
.site-footer__legal,
.site-credit {
    width: 100%;
}

.site-footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__legal {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    max-width: none;
}

.site-footer__legal a,
.site-footer__privacy-manage {
    white-space: nowrap;
}

.site-credit {
    text-align: center;
    white-space: normal;
}

@media (max-width: 1120px) {
    .site-footer__top {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 26px;
    }

    .site-footer__cta {
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .site-footer__bottom {
        align-items: flex-start;
    }

    .site-footer__menu,
    .site-footer__legal {
        justify-content: flex-start;
    }

    .site-credit {
        text-align: left;
    }
}


/* === v1.4.5 footer social links + heart credit === */
.site-footer__social {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
}

.site-footer__social a {
    color: var(--ss-bg);
    text-decoration: none;
    border-bottom: 1px solid rgba(243, 239, 229, 0.35);
    font-weight: 700;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
    border-bottom-color: rgba(243, 239, 229, 0.9);
}

.site-credit__heart {
    color: var(--ss-bg);
    font-size: 1.04em;
    line-height: 1;
    display: inline-block;
    transform: translateY(-0.02em);
}

@media (max-width: 760px) {
    .site-footer__social {
        justify-content: flex-start;
    }
}


/* === v1.4.6 balanced footer refinement === */
.site-footer a,
.site-footer button {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

.site-footer a:hover,
.site-footer button:hover,
.site-footer a:focus-visible,
.site-footer button:focus-visible {
    opacity: 0.78;
}

.site-footer__top--balanced {
    grid-template-columns: minmax(280px, 0.9fr) minmax(380px, 1.2fr) minmax(280px, 0.9fr);
    gap: clamp(34px, 5vw, 78px);
    align-items: center;
}

.site-footer__identity {
    display: grid;
    gap: 22px;
    align-content: center;
}

.site-footer__social--under-brand {
    justify-content: flex-start;
    gap: 10px 18px;
    padding-left: 56px;
}

.site-footer__social--under-brand a {
    color: var(--ss-bg);
    font-size: 0.92rem;
    font-weight: 700;
}

.site-footer__collab {
    display: grid;
    gap: 12px;
    max-width: 330px;
    justify-self: end;
}

.site-footer__eyebrow {
    display: block;
    color: var(--ss-dark-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-footer__collab p {
    margin: 0;
    color: var(--ss-bg);
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.45;
}

.site-footer__collab a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 42px;
    margin-top: 4px;
    padding: 0.74rem 1.05rem;
    border: 1px solid rgba(207, 194, 174, 0.34) !important;
    border-radius: 999px;
    color: var(--ss-bg);
    font-weight: 700;
    white-space: nowrap;
    opacity: 1;
}

.site-footer__collab a:hover,
.site-footer__collab a:focus-visible {
    background: var(--ss-bg);
    color: var(--ss-ink);
    border-color: var(--ss-bg) !important;
    opacity: 1;
}

.site-footer__bottom--clean {
    gap: 14px;
}

.site-footer__menu a,
.site-footer__legal a,
.site-footer__privacy-manage,
.site-credit a {
    color: var(--ss-dark-muted);
    transition: opacity 160ms ease, color 160ms ease;
}

.site-footer__social a,
.site-credit,
.site-credit a,
.site-credit__heart {
    color: var(--ss-bg);
}

.site-footer__privacy-manage {
    border-bottom: 0 !important;
}

@media (max-width: 1120px) {
    .site-footer__top--balanced {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .site-footer__collab {
        justify-self: start;
        max-width: 520px;
    }
}

@media (max-width: 760px) {
    .site-footer__social--under-brand {
        padding-left: 0;
    }
}


/* === v1.4.7 footer four-column top alignment === */
.site-footer__inner--four-columns {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: clamp(46px, 5vw, 70px) 0 clamp(26px, 3vw, 40px);
}

.site-footer__top--four {
    display: grid !important;
    grid-template-columns: minmax(220px, 0.85fr) minmax(320px, 1.28fr) minmax(260px, 0.92fr) minmax(190px, 0.7fr);
    column-gap: clamp(30px, 4vw, 62px);
    row-gap: 32px;
    align-items: start !important;
    padding-bottom: clamp(30px, 4vw, 44px);
    border-bottom: 1px solid rgba(207, 194, 174, 0.18);
}

.site-footer__top--four > * {
    align-self: start !important;
}

.site-footer__identity,
.site-footer__statement,
.site-footer__collab,
.site-footer__utility {
    margin-top: 0 !important;
}

.site-footer__identity {
    display: grid;
    gap: 22px;
    align-content: start;
}

.site-footer__statement p {
    margin-top: 0;
}

.site-footer__collab {
    display: grid;
    gap: 12px;
    max-width: 330px;
    justify-self: start;
}

.site-footer__utility {
    display: grid;
    gap: 22px;
    align-content: start;
    justify-self: end;
    min-width: 180px;
}

.site-footer__utility .site-footer__legal {
    width: auto;
    display: grid !important;
    gap: 12px;
    justify-content: start;
    justify-items: start;
}

.site-footer__utility .site-footer__legal a,
.site-footer__utility .site-footer__privacy-manage,
.site-footer__utility .site-credit,
.site-footer__utility .site-credit a {
    white-space: normal;
    text-align: left;
}

.site-footer__utility .site-credit {
    width: auto;
    max-width: 180px;
    text-align: left;
    line-height: 1.45;
}

.site-footer__bottom--minimal {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-top: clamp(22px, 3vw, 30px);
}

.site-footer__bottom--minimal .site-footer__nav {
    width: auto;
}

.site-footer__bottom--minimal .site-footer__menu {
    justify-content: center;
}

.site-footer a,
.site-footer button {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

@media (max-width: 1180px) {
    .site-footer__top--four {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__utility {
        justify-self: start;
    }

    .site-footer__utility .site-footer__legal {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px 18px;
    }

    .site-footer__utility .site-credit {
        max-width: none;
    }
}

@media (max-width: 760px) {
    .site-footer__top--four {
        grid-template-columns: 1fr;
    }

    .site-footer__inner--four-columns {
        width: min(100% - 30px, 1180px);
    }

    .site-footer__social--under-brand {
        padding-left: 0;
    }

    .site-footer__bottom--minimal {
        justify-content: flex-start;
    }

    .site-footer__bottom--minimal .site-footer__menu {
        justify-content: flex-start;
    }
}


/* === v1.4.8 optional editorial featured images === */
.editorial-image-section {
    background: var(--ss-bg);
    padding: 0 0 clamp(44px, 5vw, 84px);
}

.internal-hero + .editorial-image-section {
    padding-top: 0;
    border-top: 1px solid rgba(216, 205, 189, 0.72);
}

.hero + .editorial-image-section,
.editorial-image-section--home {
    padding-top: clamp(18px, 2vw, 28px);
}

.editorial-image {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(216, 205, 189, 0.88);
    border-radius: 24px;
    background: var(--ss-paper);
    box-shadow: 0 28px 70px rgba(25, 23, 19, 0.08);
}

.editorial-image__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: saturate(0.92) contrast(0.98);
}

.editorial-image figcaption {
    max-width: 780px;
    margin: 0;
    padding: 14px 18px 16px;
    color: var(--ss-muted);
    font-size: 0.86rem;
    line-height: 1.45;
    border-top: 1px solid rgba(216, 205, 189, 0.58);
}

.editorial-image--home .editorial-image__img {
    aspect-ratio: 21 / 8;
}

.editorial-image--manifesto .editorial-image__img,
.editorial-image--collettivo .editorial-image__img {
    aspect-ratio: 18 / 9;
}

.editorial-image--rivista .editorial-image__img {
    aspect-ratio: 16 / 10;
}

.editorial-image--contatti .editorial-image__img {
    aspect-ratio: 18 / 8;
}

.page-content .editorial-image-section {
    padding: 20px 0 34px;
}

.page-content .editorial-image-section .container {
    width: 100%;
}

.page-content .editorial-image {
    margin-bottom: 12px;
}

@media (max-width: 760px) {
    .editorial-image-section {
        padding-bottom: 44px;
    }

    .editorial-image {
        border-radius: 18px;
    }

    .editorial-image__img,
    .editorial-image--home .editorial-image__img,
    .editorial-image--manifesto .editorial-image__img,
    .editorial-image--rivista .editorial-image__img,
    .editorial-image--collettivo .editorial-image__img,
    .editorial-image--contatti .editorial-image__img {
        aspect-ratio: 4 / 3;
    }
}


/* === v1.4.9 clickable artwork references === */
.editorial-image__link {
    display: block;
    position: relative;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.editorial-image__link::after {
    content: "Apri reference";
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 0.55rem 0.78rem;
    border-radius: 999px;
    background: rgba(22, 21, 18, 0.78);
    color: var(--ss-bg);
    font-size: 0.78rem;
    font-weight: 800;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.editorial-image__link:hover::after,
.editorial-image__link:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

.editorial-image__link:hover .editorial-image__img,
.editorial-image__link:focus-visible .editorial-image__img {
    transform: scale(1.012);
}

.editorial-image__img {
    transition: transform 240ms ease;
}

.editorial-image__caption {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 18px;
    max-width: none;
}

.editorial-image__caption-text {
    display: inline;
    max-width: 860px;
}

.editorial-image__source {
    color: var(--ss-accent);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.editorial-image__source:hover,
.editorial-image__source:focus-visible {
    color: var(--ss-ink);
}

@media (max-width: 760px) {
    .editorial-image__link::after {
        display: none;
    }

    .editorial-image__caption {
        display: grid;
        justify-content: start;
    }

    .editorial-image__source {
        white-space: normal;
    }
}
