.page-about-editorial #mainContent {
    overflow: hidden;
    background: var(--omm-bg);
}

.page-about-editorial section {
    max-width: 100vw;
    overflow-x: hidden;
}

.page-about-editorial *,
.page-about-editorial *::before,
.page-about-editorial *::after {
    box-sizing: border-box;
}

.page-about-editorial [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.page-about-editorial .breadcrumbs {
    display: none;
}

.about-editorial-hero {
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    width: 100%;
    min-height: 720px;
    padding-top: 124px;
    background: #fff;
}

.about-editorial-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: clamp(46px, 4vw, 72px) clamp(24px, 4vw, 56px);
}

.about-editorial-hero h1 {
    max-width: 620px;
    margin: 10px 0 0;
    color: var(--omm-ink);
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: clamp(2.15rem, 3vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
    overflow-wrap: break-word;
}

.about-editorial-hero-copy > p:not(.section-eyebrow) {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--omm-text);
    font-size: 1rem;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.about-editorial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.about-editorial-hero-media {
    position: relative;
    min-width: 0;
    min-height: 620px;
    overflow: hidden;
}

.about-editorial-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.02));
}

.about-editorial-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-editorial-hero-media span {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 26px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-editorial-monogram {
    display: none;
}

.about-manifesto {
    padding: clamp(72px, 8vw, 118px) 0;
    background: var(--omm-soft);
}

.about-manifesto-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 78px);
    align-items: start;
}

.about-manifesto h2,
.about-origin-copy h2,
.about-method-head h2,
.about-audience-intro h2,
.about-closing-copy h2 {
    margin: 8px 0 0;
    color: var(--omm-ink);
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: clamp(2.2rem, 4.6vw, 4rem);
    font-weight: 800;
    line-height: 1.06;
}

.about-manifesto-copy {
    padding-top: 12px;
    border-top: 3px solid var(--omm-accent);
}

.about-manifesto-copy p,
.about-origin-copy > p,
.about-audience-intro > p,
.about-method-grid p,
.about-audience-cards p {
    color: var(--omm-text);
    font-size: 1rem;
    line-height: 1.75;
}

.about-manifesto-copy p + p {
    margin-top: 18px;
}

.about-mosaic {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr;
    gap: 24px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(76px, 8vw, 118px) 0;
    background: transparent;
}

.about-mosaic figure,
.about-mosaic-note {
    margin: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--omm-shadow);
}

.about-mosaic-main {
    min-height: 520px;
}

.about-mosaic-detail {
    min-height: 248px;
}

.about-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.38s ease;
}

.about-mosaic figure:hover img {
    transform: scale(1.04);
}

.about-mosaic figcaption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 8px 12px;
    background: var(--omm-accent);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-mosaic figure {
    position: relative;
}

.about-mosaic-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 248px;
    padding: clamp(28px, 4vw, 46px);
}

.about-mosaic-note > p {
    margin: 8px 0 0;
    color: var(--omm-ink);
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
}

.about-mosaic-note dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 30px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--omm-line);
}

.about-mosaic-note dt {
    color: var(--omm-accent);
    font-size: 1.7rem;
    font-weight: 800;
}

.about-mosaic-note dd {
    margin: 4px 0 0;
    color: var(--omm-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-origin {
    padding: clamp(76px, 8vw, 118px) 0;
    background: #fff;
}

.about-origin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 78px);
    align-items: center;
}

.about-origin-media {
    min-height: 520px;
    overflow: hidden;
    box-shadow: var(--omm-shadow);
}

.about-origin-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.about-origin-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--omm-line);
}

.about-origin-copy li {
    padding: 16px 12px 16px 0;
    border-bottom: 1px solid var(--omm-line);
    color: var(--omm-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-method {
    padding: clamp(76px, 8vw, 118px) 0;
    background: var(--omm-soft);
}

.about-method-head {
    max-width: 820px;
    margin-bottom: 38px;
}

.about-method-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-method-grid article {
    min-height: 260px;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid var(--omm-line);
    border-bottom: 4px solid var(--omm-accent);
    box-shadow: 0 12px 30px rgba(37, 31, 23, 0.08);
}

.about-method-grid article > span {
    color: var(--omm-accent);
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1;
}

.about-method-grid h3 {
    margin: 28px 0 10px;
    color: var(--omm-ink);
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-method-grid p {
    margin: 0;
}

.about-audience {
    padding: clamp(76px, 8vw, 118px) 0;
    background: #fff;
}

.about-audience-intro {
    width: min(860px, calc(100% - 40px));
    margin: 0 auto 34px;
}

.about-audience-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.about-audience-cards article {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: var(--omm-ink);
    box-shadow: var(--omm-shadow);
}

.about-audience-cards article::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 34%, rgba(0, 0, 0, 0.18) 72%),
        linear-gradient(to right, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
}

.about-audience-cards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.38s ease;
}

.about-audience-cards article:hover img {
    transform: scale(1.05);
}

.about-audience-cards article div {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 24px;
    left: 22px;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.about-audience-cards span {
    color: var(--omm-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.about-audience-cards h3 {
    margin: 8px 0;
    color: #fff !important;
    font-size: 1.5rem;
}

.about-audience-cards p {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
}

.about-closing {
    position: relative;
    display: grid;
    min-height: 480px;
    place-items: center;
    overflow: hidden;
    text-align: center;
    isolation: isolate;
}

.about-closing > img,
.about-closing-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-closing-shade {
    z-index: -1;
    background:
        radial-gradient(circle at 52% 46%, rgba(0, 0, 0, 0.5), transparent 30%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.78)),
        rgba(0, 0, 0, 0.32);
}

.about-closing-copy {
    position: relative;
    width: min(780px, calc(100% - 40px));
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(217, 120, 34, 0.28);
    background: rgba(10, 9, 8, 0.3);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(4px);
}

.about-closing-copy h2 {
    margin-bottom: 28px;
    color: #fff !important;
    text-shadow: 0 18px 50px rgba(0, 0, 0, 0.78);
}

@media (max-width: 1100px) {
    .about-editorial-hero,
    .about-manifesto-grid,
    .about-origin-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-editorial-hero {
        padding-top: 100px;
    }

    .about-editorial-hero-media {
        min-height: 520px;
    }

    .about-mosaic {
        grid-template-columns: 1fr;
    }

    .about-method-grid,
    .about-audience-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .about-editorial-hero {
        min-height: auto;
        padding-top: 74px;
    }

    .about-editorial-hero-copy {
        padding: 54px 20px;
    }

    .about-editorial-hero-media,
    .about-origin-media,
    .about-origin-media img {
        min-height: 360px;
    }

    .about-mosaic-note dl,
    .about-origin-copy ul,
    .about-method-grid,
    .about-audience-cards {
        grid-template-columns: 1fr;
    }

    .about-mosaic-main,
    .about-mosaic-detail,
    .about-audience-cards article {
        min-height: 330px;
    }

    .about-closing {
        min-height: 390px;
    }
}

@media (max-width: 520px) {
    .omm-topbar {
        display: none;
    }

    .page-about-editorial .container,
    .about-editorial-hero-copy,
    .about-manifesto-copy,
    .about-origin-copy,
    .about-audience-intro,
    .about-closing-copy {
        width: min(calc(100vw - 56px), 300px);
        max-width: min(calc(100vw - 56px), 300px);
        margin-right: auto;
        margin-left: auto;
    }

    body:not(.admin-body) .nav-logo-text {
        display: none;
    }

    body:not(.admin-body) .nav-cta {
        min-height: 42px;
        padding: 0 18px;
        font-size: 0.68rem;
    }

    .about-editorial-hero-copy {
        padding: 44px 0 50px;
    }

    .about-editorial-hero h1 {
        max-width: 100%;
        font-size: clamp(2rem, 9vw, 2.45rem);
        line-height: 1.03;
        overflow-wrap: break-word;
    }

    .about-editorial-hero-copy > p:not(.section-eyebrow) {
        max-width: 100%;
        font-size: 0.95rem;
        line-height: 1.7;
        overflow-wrap: anywhere;
    }

    .about-editorial-hero-media span {
        right: 16px;
        left: 16px;
        font-size: 0.62rem;
        white-space: normal;
    }

    .about-manifesto h2,
    .about-origin-copy h2,
    .about-method-head h2,
    .about-audience-intro h2,
    .about-closing-copy h2 {
        font-size: clamp(2rem, 9vw, 2.55rem);
        line-height: 1.1;
    }
}
