/* Content design. Header, navigation, footer and image heroes stay in the
   legacy stylesheet. Policy hero corrections are scoped below. */
body.nm-theme #main .nm-section,
body.nm-theme #main .nm-legal-section,
body.nm-theme #main .nm-pr-body {
    background: #fff !important;
    color: #141414;
    padding-block: clamp(56px, 6.5vw, 88px) !important;
    min-height: 0 !important;
    border: 0;
    scroll-margin-top: 90px;
}
body.nm-theme #main .nm-section::before,
body.nm-theme #main .nm-section::after { display: none !important; }
body.nm-theme #main .nm-section-contrast,
body.nm-theme #main .nm-ad-solutions-section,
body.nm-theme #main .nm-about-principles-section { background: #f5f5f3 !important; }
body.nm-theme #main .nm-section :is(h2, h3, h4, h5, h6) {
    color: #141414 !important;
    letter-spacing: -0.035em;
    line-height: 1.13;
    padding: 0;
    text-wrap: balance;
}
body.nm-theme #main .nm-section h2 {
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    margin: 0 0 22px;
}
body.nm-theme #main .nm-section h3 {
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    margin: 0 0 12px;
}
body.nm-theme #main .nm-section p {
    color: #555653 !important;
    font-size: 1.0625rem;
    line-height: 1.75;
    margin: 0 0 20px;
}
body.nm-theme #main .nm-section :is(.nm-eyebrow, .nm-card-kicker) {
    color: #62635f !important;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.5;
    margin: 0 0 18px;
    text-transform: uppercase;
}
body.nm-theme #main .nm-section :is(.nm-section-heading, .nm-ad-section-head) {
    max-width: 780px;
    margin: 0 0 40px;
    text-align: left;
}
body.nm-theme #main .nm-section :is(.nm-section-heading, .nm-ad-section-head) > p:last-child:not(.nm-eyebrow) {
    max-width: 700px;
    margin-bottom: 0;
}
body.nm-theme #main .nm-section a { color: #141414 !important; }
body.nm-theme #main .nm-section a:hover { opacity: 1; }
body.nm-theme #main .nm-section a:focus-visible,
body.nm-theme #main .nm-document-nav a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}
body.nm-theme #main .nm-section .nm-button {
    background: #141414 !important;
    border: 1px solid #141414 !important;
    border-radius: 3px;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 0.8rem;
    letter-spacing: 0.025em;
    min-height: 48px;
    padding: 13px 22px;
    transform: none;
}
body.nm-theme #main .nm-section .nm-button-secondary {
    color: #141414 !important;
    background: transparent !important;
    border-color: #a5a5a0 !important;
}
body.nm-theme #main .nm-section .nm-button:hover { background: #353535 !important; }
body.nm-theme #main .nm-section .nm-button-secondary:hover { background: #e8e8e5 !important; }
body.nm-theme #main .nm-section .nm-text-link {
    color: #141414 !important;
    font-size: 0.8rem;
    letter-spacing: 0.015em;
    text-transform: none;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    align-self: flex-start;
    width: fit-content;
}
body.nm-theme #main .nm-section .nm-text-link::after { content: none !important; display: none !important; }
body.nm-theme #main .nm-section .nm-text-link:hover { border-color: #141414; }
body.nm-theme #main .nm-section :is(.nm-card, .nm-stack-item, .nm-brand-system-card, .nm-ad-reason-card, .nm-ad-solution-card, .nm-contact-business-card) {
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid #d6d6d1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 28px 0 0;
    transform: none !important;
    min-height: 0;
}
body.nm-theme #main .nm-section :is(.nm-card, .nm-stack-item, .nm-brand-system-card, .nm-ad-solution-card)::before,
body.nm-theme #main .nm-section :is(.nm-card, .nm-stack-item, .nm-brand-system-card, .nm-ad-solution-card)::after { display: none !important; }
body.nm-theme #main .nm-section .nm-card-grid { gap: 36px; }
body.nm-theme #main .nm-section .nm-card h2 { font-size: 1.65rem; }
body.nm-theme #main .nm-section :is(.nm-split-layout, .nm-ad-process-layout, .nm-contact-network) {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(36px, 7vw, 100px);
}
body.nm-theme #main .nm-section .nm-stack-list { display: grid; gap: 28px; }
body.nm-theme #main .nm-section .nm-stack-item p:last-child { margin-bottom: 0; }
body.nm-theme #main .nm-section .nm-section-actions { margin-top: 36px; }

/* Homepage: introduction, compact brand directory, and editorial news rows. */
body.nm-theme #main .nm-intro-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 48px;
}
body.nm-theme #main .nm-intro-layout h2 { margin-bottom: 0; }
body.nm-theme #main .nm-intro-layout > p { align-self: end; margin: 0; }
body.nm-theme #main .nm-item-number {
    display: block;
    color: #777872;
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
    margin-bottom: 25px;
}
body.nm-theme #main .nm-section .nm-principle-card p { margin-bottom: 0; }
body.nm-theme #main .nm-section .nm-principle-card { display: block; padding: 24px 0 0 !important; }
body.nm-theme #main .nm-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}
body.nm-theme #main .nm-heading-row h2 { margin-bottom: 0; max-width: 700px; }
body.nm-theme #main .nm-heading-row > a { flex-shrink: 0; align-self: end; }
body.nm-theme #main .nm-portfolio-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
body.nm-theme #main .nm-portfolio-link {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    border-top: 1px solid #d6d6d1;
    padding: 28px 0;
    text-decoration: none;
}
body.nm-theme #main .nm-portfolio-link h3 { font-size: 1.65rem; margin-bottom: 8px; }
body.nm-theme #main .nm-portfolio-link p { font-size: 0.95rem; margin: 0; }
body.nm-theme #main .nm-portfolio-link .nm-card-kicker { display: block; margin: 0 0 8px; font-size: 0.62rem; }
body.nm-theme #main .nm-portfolio-link:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
body.nm-theme #main .nm-portfolio-link:hover { text-decoration: none !important; }
/* Exact official artwork supplied in the brand-family sheet. The circular
   viewport selects each icon without redrawing its lettering or gradients. */
body.nm-theme #main .nm-brand-icon {
    display: inline-block;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background-image: url('../images/nuvex/brand-icons.png');
    background-repeat: no-repeat;
    background-size: 725.806452% 322.580645%;
    background-position: var(--nm-icon-x) 9.057971%;
}
.nm-brand-icon-aistify { --nm-icon-x: 4.252577%; }
.nm-brand-icon-marketspeaker { --nm-icon-x: 22.551546%; }
.nm-brand-icon-travelcapybara { --nm-icon-x: 40.850515%; }
.nm-brand-icon-coinscreamer { --nm-icon-x: 59.149485%; }
.nm-brand-icon-robotsbeat { --nm-icon-x: 77.448454%; }
.nm-brand-icon-fluxgamer { --nm-icon-x: 95.747423%; }

/* Brand directory: genuine links, quiet backgrounds and small color marks. */
body.nm-theme #main .nm-brand-index-intro { gap: 64px; margin-bottom: 48px; }
body.nm-theme #main .nm-brand-logo-wall {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    border: 0;
    background: transparent;
    overflow: visible;
    border-radius: 0;
    box-shadow: none !important;
}
body.nm-theme #main .nm-brand-logo-tile {
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid #cecec9 !important;
    padding: 28px 0 0;
    box-shadow: none;
    transform: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
body.nm-theme #main .nm-brand-logo-tile-head { display: flex; justify-content: flex-start; gap: 16px; margin-bottom: 28px; }
body.nm-theme #main .nm-brand-logo-tile-head > span:last-child { color: #62635f; font-size: 0.65rem; letter-spacing: 0.07em; max-width: 150px; text-align: left; }
body.nm-theme #main .nm-brand-logo-name { font-size: clamp(1.6rem, 2.2vw, 2rem); }
body.nm-theme #main .nm-brand-logo-description { font-size: 0.98rem; }
body.nm-theme #main .nm-brand-logo-actions { margin-top: auto; padding-top: 8px; gap: 22px; flex-wrap: wrap; }
body.nm-theme #main .nm-brand-logo-actions a {
    background: transparent !important;
    color: #141414 !important;
    border: 0;
    border-bottom: 1px solid #a8a8a3;
    border-radius: 0;
    padding: 6px 0;
    min-height: 36px;
    font-size: 0.8rem;
}
body.nm-theme #main .nm-brand-system-grid { gap: 28px; }
body.nm-theme #main .nm-brand-system-card > span,
body.nm-theme #main .nm-ad-reason-card > span {
    background: none !important;
    color: #777872 !important;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: 22px;
    font-size: 0.75rem;
}

/* Advertising: concise services and a neutral directory of audiences. */
body.nm-theme #main .nm-ad-section-head-split { max-width: none !important; gap: 60px; }
body.nm-theme #main .nm-ad-reason-grid { gap: 40px; }
body.nm-theme #main .nm-ad-solution-grid { gap: 36px 60px; }
body.nm-theme #main :is(.nm-ad-reason-card, .nm-ad-solution-card, .nm-brand-system-card) { display: block; }
body.nm-theme #main .nm-ad-network-section .nm-shell { gap: 60px; }
body.nm-theme #main .nm-ad-brand-matrix,
body.nm-theme #main .nm-contact-brand-list { gap: 0 32px; background: transparent; border: 0; border-radius: 0; }
body.nm-theme #main .nm-ad-brand-matrix a,
body.nm-theme #main .nm-contact-brand-list a {
    background: transparent !important;
    border: 0;
    border-top: 1px solid #d6d6d1;
    border-radius: 0;
    padding: 22px 0;
    gap: 16px;
    color: #141414 !important;
    transform: none;
}
body.nm-theme #main :is(.nm-ad-brand-matrix, .nm-contact-brand-list) strong { color: #141414; font-size: 1.15rem; letter-spacing: -0.02em; }
body.nm-theme #main :is(.nm-ad-brand-matrix, .nm-contact-brand-list) small { color: #63645f !important; font-size: 0.85rem; text-transform: none; letter-spacing: 0; line-height: 1.5; }
body.nm-theme #main :is(.nm-ad-brand-matrix, .nm-contact-brand-list) a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
body.nm-theme #main .nm-ad-process-list article { padding: 24px 0; border-color: #d6d6d1; }
body.nm-theme #main .nm-ad-process-list span { color: #777872; font-size: 0.75rem; }
body.nm-theme #main .nm-ad-standards-band { background: transparent !important; border: 0; border-radius: 0; padding-block: 0; }
body.nm-theme #main .nm-ad-standards-list p { border-color: #d6d6d1; }

/* Contact: actual email addresses take priority over decorative cards. */
body.nm-theme #main .nm-contact-route-grid { grid-template-columns: 1fr 1fr; gap: 36px 64px; }
body.nm-theme #main .nm-contact-route-card {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 20px;
    background: transparent !important;
    border: 0;
    border-top: 1px solid #d6d6d1;
    border-radius: 0;
    box-shadow: none;
    padding: 28px 0 0;
    transform: none;
    text-decoration: none;
}
body.nm-theme #main .nm-section .nm-contact-route-icon { background: transparent !important; border: 0; color: #141414 !important; width: 32px; height: 32px; border-radius: 0; }
body.nm-theme #main .nm-contact-route-copy strong { color: #141414; font-size: 1.45rem; line-height: 1.2; letter-spacing: -0.025em; }
body.nm-theme #main .nm-contact-route-copy > span:not(.nm-card-kicker):not(.nm-contact-email) { color: #555653; font-size: 0.98rem; line-height: 1.7; }
body.nm-theme #main .nm-contact-email {
    color: #141414;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    padding: 0 0 5px;
    margin-top: 16px;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}
body.nm-theme #main .nm-contact-route-card:hover .nm-contact-email { border-color: #141414; }
body.nm-theme #main .nm-contact-business-grid { grid-template-columns: 1.3fr 1fr; gap: 80px; }
body.nm-theme #main .nm-contact-business-title h2 { font-size: 1.55rem; margin: 0; }
body.nm-theme #main .nm-contact-business-title { margin-bottom: 24px; }
body.nm-theme #main .nm-contact-business-card address { font-style: normal; color: #141414; font-size: 1.125rem; line-height: 1.8; }
body.nm-theme #main .nm-contact-business-card .nm-actions { margin-top: 24px; }

/* Careers: editor-owned copy, distinct vacancies and a scannable benefits list. */
body.nm-theme #main .nm-careers-nav { background: #fff; border-bottom: 1px solid #deded8; }
body.nm-theme #main .nm-careers-nav .nm-shell { display: flex; flex-wrap: wrap; gap: 16px 36px; padding-block: 22px; }
body.nm-theme #main .nm-careers-nav a { color: #141414; font-size: 0.85rem; text-decoration: underline; text-underline-offset: 5px; }
body.nm-theme #main .nm-careers-nav a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
body.nm-theme #main .nm-careers-section-heading { max-width: 780px; margin-bottom: 36px; }
body.nm-theme #main .nm-careers-section-heading h2 { margin-bottom: 0; }
body.nm-theme #main .nm-careers-intro .nm-careers-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 56px; }
body.nm-theme #main .nm-careers-intro .nm-careers-copy > p { margin: 0; }
body.nm-theme #main .nm-careers-copy { overflow-wrap: anywhere; }
body.nm-theme #main .nm-careers-copy > p { max-width: 860px; }
body.nm-theme #main .nm-careers-copy a { text-decoration: underline; text-underline-offset: 4px; }
body.nm-theme #main .nm-careers-roles { list-style: none; margin: 0; padding: 0; }
body.nm-theme #main .nm-careers-roles > li { margin: 0; padding: 0; border-top: 1px solid #505351; }
body.nm-theme #main .nm-careers-roles > li:last-child { border-bottom: 1px solid #505351; }
body.nm-theme #main .nm-careers-roles a {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding: 30px 0; color: #fff !important; text-decoration: none;
    font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.3;
}
body.nm-theme #main .nm-careers-roles a:hover { color: #f4df9d !important; }
body.nm-theme #main .nm-careers-apply { flex-shrink: 0; font-size: 0.8rem; font-weight: 600; border-bottom: 1px solid #8c918b; padding-bottom: 4px; }
body.nm-theme #main .nm-careers-benefits .nm-careers-copy > ul {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px;
    list-style: none; padding: 0; margin: 32px 0 48px;
}
body.nm-theme #main .nm-careers-benefits .nm-careers-copy > ul > li {
    border-top: 1px solid #d6d6d1; padding: 20px 0; margin: 0;
    color: #252623; font-size: 1.0625rem; line-height: 1.6;
}
body.nm-theme #main .nm-careers-copy > :last-child { margin-bottom: 0; }
@media (max-width: 680px) {
    body.nm-theme #main .nm-careers-intro .nm-careers-copy,
    body.nm-theme #main .nm-careers-benefits .nm-careers-copy > ul { grid-template-columns: 1fr; }
    body.nm-theme #main .nm-careers-roles a { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 24px; }
    body.nm-theme #main .nm-careers-section-heading { margin-bottom: 28px; }
}

/* News: articles are rows, not a wall of repeated image cards. */
body.nm-theme #main .nm-section .nm-news-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
body.nm-theme #main .nm-section .nm-post-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 36px;
    padding: 32px 0;
    overflow: visible;
    margin: 0;
    text-align: left;
}
body.nm-theme #main .nm-section .nm-post-body { padding: 0; gap: 14px; min-width: 0; }
body.nm-theme #main .nm-section .nm-post-title { font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.2; margin: 0; text-wrap: pretty; }
body.nm-theme #main .nm-section .nm-post-title a { color: #141414 !important; }
body.nm-theme #main .nm-section .nm-post-title a:hover { text-decoration: underline; text-underline-offset: 4px; }
body.nm-theme #main .nm-section .nm-post-meta { color: #62635f !important; font-size: 0.7rem; letter-spacing: 0.045em; line-height: 1.5; text-transform: uppercase; gap: 16px; }
body.nm-theme #main .nm-section .nm-post-meta a { color: inherit !important; }
body.nm-theme #main .nm-section .nm-post-excerpt p { font-size: 0.95rem; margin: 0; }
body.nm-theme #main .nm-post-image { align-self: start; border-radius: 0; overflow: hidden; }
body.nm-theme #main .nm-post-image img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
body.nm-theme #main .nm-post-image-fallback { display: none; }
body.nm-theme #main .nm-section .nm-post-card-text { grid-template-columns: 1fr; }
body.nm-theme #main .nm-post-card-text .nm-post-body { display: grid; grid-template-columns: 220px minmax(0, 1fr); column-gap: 56px; }
body.nm-theme #main .nm-post-card-text .nm-post-meta { grid-column: 1; grid-row: 1 / 4; display: flex; flex-direction: column; gap: 10px; }
body.nm-theme #main .nm-post-card-text .nm-post-body > :not(.nm-post-meta) { grid-column: 2; }

/* Reading layouts. Preserve article copy and the established release width. */
body.nm-theme #main .nm-section :is(.nm-content-card, .nm-article-card),
body.nm-theme #main .nm-legal-document {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
body.nm-theme #main .nm-section .nm-content-card { max-width: 860px; }
body.nm-theme #main .nm-section .nm-article-card { max-width: 860px; }
body.nm-theme #main .nm-section .nm-richtext { font-size: 1.0625rem; line-height: 1.85; }
body.nm-theme #main .nm-section .nm-richtext :is(h2, h3, h4) { margin: 36px 0 14px; line-height: 1.25; }
body.nm-theme #main .nm-section .nm-richtext h2 { font-size: 1.85rem; }
body.nm-theme #main .nm-section .nm-richtext h3 { font-size: 1.45rem; }
body.nm-theme #main .nm-section .nm-richtext > :first-child { margin-top: 0; }
body.nm-theme #main .nm-section .nm-richtext p { margin-bottom: 22px; color: #333 !important; }
body.nm-theme #main .nm-section .nm-richtext a { text-decoration: underline; text-underline-offset: 3px; }
body.nm-theme #main .nm-about-intro-layout { grid-template-columns: 0.8fr 1.2fr; gap: 72px; }
body.nm-theme #main .nm-about-intro-heading { border: 0; padding: 0; }
body.nm-theme #main .nm-about-intro-copy { border: 0; padding: 0; }
body.nm-theme #main .nm-about-intro-copy p + p { margin-top: 20px; }
body.nm-theme #main .nm-legal-layout { display: block; max-width: 860px !important; }
body.nm-theme #main .nm-legal-richtext { font-size: 1.0625rem; line-height: 1.85; }
body.nm-theme #main .nm-legal-richtext :is(h2,h3,h4) { padding: 0; margin: 38px 0 16px; line-height: 1.3; scroll-margin-top: 100px; }
body.nm-theme #main .nm-document-nav {
    border-block: 1px solid #d6d6d1;
    padding: 24px 0;
    margin-bottom: 40px;
}
body.nm-theme #main .nm-document-nav summary { cursor: pointer; font-size: 0.9rem; font-weight: 600; }
body.nm-theme #main .nm-document-nav nav { display: grid; gap: 10px; padding-top: 20px; }
body.nm-theme #main .nm-document-nav a { font-size: 0.9rem; color: #444; text-decoration: underline; text-underline-offset: 3px; }
body.nm-theme #main .nm-sitemap-links { list-style: none; margin: 0; padding: 0; }
body.nm-theme #main .nm-sitemap-links a { display: inline-block; padding: 8px 0; text-decoration: underline; text-underline-offset: 4px; }

/* Selected color washes balance the white reading and information sections. */
body.nm-theme #main .nm-section.nm-section-tinted {
    background:
        radial-gradient(ellipse at 0% 5%, rgba(208, 165, 16, 0.23), transparent 43%),
        radial-gradient(ellipse at 100% 14%, rgba(43, 80, 173, 0.22), transparent 40%),
        radial-gradient(ellipse at 78% 100%, rgba(186, 72, 47, 0.12), transparent 42%),
        #0b0c0e !important;
}
body.nm-theme #main .nm-section.nm-section-tinted :is(h2, h3, h4, a, strong) {
    color: #f7f7f4 !important;
}
body.nm-theme #main .nm-section.nm-section-tinted :is(p, small, .nm-eyebrow, .nm-card-kicker, .nm-brand-system-card > span) {
    color: #bcbdb9 !important;
}
body.nm-theme #main .nm-section.nm-section-tinted :is(.nm-portfolio-link, .nm-stack-item, .nm-brand-system-card, .nm-ad-brand-matrix a) {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
body.nm-theme #main .nm-section.nm-section-tinted .nm-text-link { border-color: #92948f; }
body.nm-theme #main .nm-section.nm-section-tinted .nm-text-link:hover { border-color: #fff; }
body.nm-theme #main .nm-section-tinted .nm-brand-icon {
    background-position-y: 81.521739%;
}
body.nm-theme #main .nm-section.nm-ad-solutions-section {
    background: linear-gradient(120deg, #f8f3e9, #f0f3f7 60%, #f5f1ef) !important;
}

/* Short closing invitations, visually separate from the unchanged footer. */
body.nm-theme #main :is(.nm-cta-section, .nm-brands-contact-section, .nm-ad-final-section, .nm-careers-contact) {
    background:
        radial-gradient(ellipse at 8% 20%, rgba(210, 165, 16, 0.26), transparent 38%),
        radial-gradient(ellipse at 96% 12%, rgba(26, 151, 173, 0.22), transparent 38%),
        #0b0c0d !important;
    padding-block: 64px !important;
}
body.nm-theme #main :is(.nm-cta-band, .nm-brands-contact-band, .nm-ad-final-band) {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 56px;
    margin: 0 auto !important;
    max-width: 1170px !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
}
body.nm-theme #main :is(.nm-cta-section, .nm-brands-contact-section, .nm-ad-final-section, .nm-careers-contact) h2 { color: #fff !important; font-size: clamp(1.9rem, 3vw, 2.7rem); max-width: 730px; margin: 0; }
body.nm-theme #main :is(.nm-cta-section, .nm-brands-contact-section, .nm-ad-final-section, .nm-careers-contact) p { color: #bdbdb8 !important; }
body.nm-theme #main :is(.nm-cta-section, .nm-brands-contact-section, .nm-ad-final-section, .nm-careers-contact) .nm-eyebrow { color: #bdbdb8 !important; margin-bottom: 18px !important; }
body.nm-theme #main :is(.nm-cta-band, .nm-brands-contact-band, .nm-ad-final-band) .nm-actions { flex-direction: column; align-items: stretch; gap: 12px; }
body.nm-theme #main :is(.nm-cta-section, .nm-brands-contact-section, .nm-ad-final-section, .nm-careers-contact) .nm-button { background: #fff !important; color: #141414 !important; border-color: #fff !important; }
body.nm-theme #main :is(.nm-cta-section, .nm-brands-contact-section, .nm-ad-final-section, .nm-careers-contact) .nm-button-secondary { background: transparent !important; color: #fff !important; border-color: #777 !important; }
body.nm-theme #main :is(.nm-cta-section, .nm-brands-contact-section, .nm-ad-final-section, .nm-careers-contact) .nm-button:hover { background: #ddd !important; color: #141414 !important; }

@media (max-width: 1218px) {
    body.nm-theme #main :is(.nm-cta-band, .nm-brands-contact-band, .nm-ad-final-band) { width: calc(100% - 48px) !important; }
}
@media (max-width: 980px) {
    body.nm-theme #main .nm-brand-logo-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.nm-theme #main .nm-section :is(.nm-split-layout, .nm-ad-process-layout, .nm-contact-network),
    body.nm-theme #main .nm-about-intro-layout { grid-template-columns: 1fr; gap: 40px; }
    body.nm-theme #main .nm-brand-index-intro { grid-template-columns: 1fr; gap: 12px; }
    body.nm-theme #main .nm-intro-layout { gap: 36px; }
    body.nm-theme #main .nm-contact-business-grid { gap: 40px; }
    body.nm-theme #main :is(.nm-cta-band, .nm-brands-contact-band, .nm-ad-final-band) { gap: 36px; }
}
@media (max-width: 680px) {
    body.nm-theme #main .nm-section { padding-block: 48px !important; }
    body.nm-theme #main .nm-section h2 { font-size: 2rem; }
    body.nm-theme #main .nm-section p { font-size: 1rem; }
    body.nm-theme #main .nm-section :is(.nm-card-grid, .nm-ad-reason-grid, .nm-ad-solution-grid),
    body.nm-theme #main :is(.nm-intro-layout, .nm-portfolio-list, .nm-brand-logo-wall, .nm-contact-route-grid, .nm-contact-business-grid, .nm-cta-band, .nm-brands-contact-band, .nm-ad-final-band) { grid-template-columns: 1fr; }
    body.nm-theme #main .nm-intro-layout { gap: 22px; margin-bottom: 32px; }
    body.nm-theme #main .nm-heading-row { display: block; margin-bottom: 28px; }
    body.nm-theme #main .nm-heading-row > a { margin-top: 20px; }
    body.nm-theme #main .nm-portfolio-link { gap: 16px; padding-block: 24px; }
    body.nm-theme #main .nm-brand-logo-wall { gap: 32px; }
    body.nm-theme #main .nm-brand-logo-tile-head { margin-bottom: 20px; }
    body.nm-theme #main .nm-section .nm-post-card { grid-template-columns: 1fr; gap: 20px; padding-block: 28px; }
    body.nm-theme #main .nm-post-card-text .nm-post-body { display: flex; }
    body.nm-theme #main .nm-post-card-text .nm-post-meta { flex-direction: row; }
    body.nm-theme #main .nm-post-image { max-width: 100%; }
    body.nm-theme #main .nm-section .nm-post-title { font-size: 1.55rem; }
    body.nm-theme #main :is(.nm-ad-brand-matrix, .nm-contact-brand-list) { grid-template-columns: 1fr; }
    body.nm-theme #main :is(.nm-cta-band, .nm-brands-contact-band, .nm-ad-final-band) { width: calc(100% - 36px) !important; }
    body.nm-theme #main :is(.nm-cta-band, .nm-brands-contact-band, .nm-ad-final-band) .nm-actions { align-items: flex-start; }
    body.nm-theme #main .nm-contact-route-grid { gap: 32px; }
    body.nm-theme #main .nm-ad-section-head-split { gap: 4px; }
    body.nm-theme #main .nm-section .nm-richtext h2 { font-size: 1.6rem; }
}
@media (prefers-reduced-motion: reduce) {
    body.nm-theme #main .nm-section * { transition: none !important; }
}

/* Policy heroes: natural document flow prevents the title from sliding under
   the sticky header. Lightening is kept below the white introductory copy. */
body.nm-theme #main .nm-legal-policy-hero {
    background: linear-gradient(180deg, #111110 0%, #111110 12%, #252525 65%, #383838 100%) !important;
    min-height: 0;
    padding-top: clamp(48px, 6vw, 88px) !important;
    padding-bottom: clamp(140px, 15vw, 200px) !important;
}
body.nm-theme #main .nm-legal-policy-hero::before { display: none !important; }
body.nm-theme #main .nm-legal-policy-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff) !important;
    height: clamp(100px, 11vw, 150px) !important;
}
body.nm-theme #main .nm-legal-policy-hero .nm-shell {
    display: block;
    min-height: 0;
    transform: none;
}
body.nm-theme #main .nm-legal-policy-hero .nm-legal-hero-copy {
    border: 0;
    padding: 0;
}
body.nm-theme #main .nm-legal-policy-hero h1 {
    font-size: clamp(2.75rem, 5.2vw, 4.6875rem) !important;
    line-height: 1.04 !important;
    margin-bottom: clamp(24px, 3vw, 36px) !important;
}
body.nm-theme #main .nm-legal-policy-hero .nm-privacy-policy-revision {
    margin-bottom: 24px;
    line-height: 1.4;
}
body.nm-theme #main .nm-legal-section { margin-top: 0; }

/* Whole-site review: consistent reading flow and stable section geometry. */
body.nm-theme #main.nm-homepage > .nm-section {
    content-visibility: visible;
    contain-intrinsic-size: none;
}
body.nm-theme #main .nm-section .nm-shell:not(.nm-cta-band):not(.nm-brands-contact-band):not(.nm-ad-final-band) {
    min-width: 0;
}
body.nm-theme #main :is(.nm-brand-logo-actions a, .nm-text-link, .nm-sitemap-links a) {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
body.nm-theme #main :is(.nm-ad-brand-matrix, .nm-contact-brand-list) small {
    display: block;
    font-weight: 400;
    margin-top: 6px;
}
body.nm-theme #main .nm-contact-route-copy h3 {
    font-size: 1.45rem;
    line-height: 1.2;
    margin: 0;
}
body.nm-theme #main .nm-contact-route-card:hover { text-decoration: none; }
body.nm-theme #main .nm-contact-route-card:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
body.nm-theme #main .nm-richtext :is(ul, ol) { padding-left: 1.4em; margin: 0 0 24px; }
body.nm-theme #main .nm-richtext li { margin-bottom: 10px; line-height: 1.75; }
body.nm-theme #main .nm-richtext li > :is(ul, ol) { margin-block: 10px; }
body.nm-theme #main .nm-richtext a:not(.nm-text-link) { color: #1555a2 !important; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
body.nm-theme #main .nm-richtext a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
body.nm-theme #main .nm-pr-content a[href] { text-decoration-color: currentColor; }
body.nm-theme #main .nm-pr-content a[href]:hover { text-decoration: none; }
body.nm-theme #main .nm-richtext table { display: block; max-width: 100%; overflow-x: auto; }
body.nm-theme #main .nm-section .nm-content-card > :last-child { margin-bottom: 0; }
body.nm-theme #main .pagination .nav-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
body.nm-theme #main .pagination .page-numbers { min-width: 44px; min-height: 44px; padding: 10px 14px; border: 1px solid #d6d6d1; border-radius: 3px; text-align: center; }
body.nm-theme #main .pagination .current { background: #141414; color: #fff; }

/* Policies share one centered, readable column with comfortable phone gutters. */
body.nm-theme #main .nm-legal-layout {
    width: calc(100% - 48px) !important;
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    background: transparent;
    border: 0;
}
body.nm-theme #main .nm-legal-richtext { padding: 0; width: 100%; max-width: none; color: #333; }
body.nm-theme #main .nm-legal-richtext p { margin: 0 0 22px; font-size: inherit; line-height: inherit; }
body.nm-theme #main .nm-legal-richtext h2 { font-size: clamp(1.55rem, 2.5vw, 2rem); letter-spacing: -0.025em; }
body.nm-theme #main .nm-legal-richtext h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); letter-spacing: -0.015em; }
body.nm-theme #main .nm-legal-richtext h4 { font-size: 1.125rem; }
body.nm-theme #main .nm-legal-richtext hr { border: 0; border-top: 1px solid #deded9; margin: 32px 0; }
body.nm-theme #main .nm-document-nav nav { display: block; }
body.nm-theme #main .nm-document-nav nav > a { display: block; padding: 7px 0; }
body.nm-theme #main .nm-document-nav nav > :is(ul, ol) { margin-bottom: 0; }
body.nm-theme #main .nm-document-nav li { margin-bottom: 4px; }
body.nm-theme #main .nm-document-nav a { display: inline-block; padding-block: 5px; }
body.nm-theme #main .nm-document-nav summary { min-height: 24px; line-height: 1.6; }
body.nm-theme #main .nm-document-nav summary:focus-visible { outline: 2px solid #1555a2; outline-offset: 5px; }
body.nm-theme #main .nm-policy-related { margin-top: 56px; padding-top: 28px; border-top: 1px solid #d6d6d1; }
body.nm-theme #main .nm-policy-related h2 { margin: 0 0 16px; color: #141414; font-size: 1.4rem; }
body.nm-theme #main .nm-policy-related ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 24px; }
body.nm-theme #main .nm-policy-related a { display: inline-flex; align-items: center; min-height: 44px; color: #1555a2; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 680px) {
    body.nm-theme #main .nm-legal-layout { width: calc(100% - 36px) !important; }
    body.nm-theme #main .nm-legal-richtext { font-size: 1rem; line-height: 1.8; }
    body.nm-theme #main .nm-legal-section { padding-top: 32px !important; }
    body.nm-theme #main .nm-policy-related ul { display: block; }
}
body.nm-theme #main .nm-legal-richtext hr:has(+ .nm-document-nav),
body.nm-theme #main .nm-legal-richtext .nm-document-nav + hr { display: none; }
body.nm-theme #main .nm-richtext a:not(.nm-text-link) { font-family: inherit !important; font-weight: inherit !important; }

/* Contact refresh: a compact masthead and an address-led directory. */
body.nm-theme .site-content:has(> .nm-contact-refresh) { padding-top: 0 !important; }
/* About starts directly below the header, without the decorative color strip. */
body.nm-theme .site-content:has(> .nm-about-main) { padding-top: 0 !important; }
body.nm-theme #main .nm-about-hero::after { content: none; display: none; }
body.nm-theme #main .nm-contact-masthead {
    background: linear-gradient(180deg, #111110 0%, #171a1b 65%, #242a2b 100%);
    color: #f7f7f4;
    padding: clamp(56px, 7vw, 92px) 0;
}
body.nm-theme #main .nm-contact-masthead .nm-eyebrow {
    color: #bfc6c1; font-size: 0.72rem; letter-spacing: 0.14em; margin: 0 0 30px;
}
body.nm-theme #main .nm-contact-masthead-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
body.nm-theme #main .nm-contact-masthead h1 {
    color: #f7f7f4; font-size: clamp(3.5rem, 7vw, 6.25rem); letter-spacing: -0.055em;
    line-height: 1; margin: 0; padding: 0; text-transform: none;
}
body.nm-theme #main .nm-contact-welcome p { color: #cdd1cd; font-size: 1.125rem; line-height: 1.7; margin: 0 0 24px; max-width: 510px; }
body.nm-theme #main .nm-contact-primary-email {
    display: inline-block; color: #fff; font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 600; text-decoration: underline; text-underline-offset: 7px;
    text-decoration-thickness: 1px; overflow-wrap: anywhere;
}
body.nm-theme #main .nm-contact-primary-email:hover { color: #f4df9d; }
body.nm-theme #main .nm-contact-primary-email:focus-visible { outline: 2px solid currentColor; outline-offset: 8px; }
body.nm-theme #main .nm-contact-directory-intro {
    display: flex; justify-content: space-between; align-items: start; gap: 48px; margin-bottom: 40px;
}
body.nm-theme #main .nm-contact-directory-intro h2 { margin: 0; }
body.nm-theme #main .nm-contact-directory-intro p { max-width: 440px; margin: 0; }
body.nm-theme #main .nm-contact-directory-row {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.65fr);
    align-items: center; gap: 72px; padding: 30px 0; border-top: 1px solid #d6d6d1;
}
body.nm-theme #main .nm-contact-directory-row:last-child { border-bottom: 1px solid #d6d6d1; }
body.nm-theme #main .nm-contact-directory-row h3 { font-size: 1.5rem; margin: 0 0 10px; text-wrap: initial; }
body.nm-theme #main .nm-contact-directory-row p { max-width: 600px; font-size: 1rem; margin: 0; }
body.nm-theme #main .nm-contact-directory-row > a {
    justify-self: end; padding-block: 12px; font-size: 1.05rem; font-weight: 600;
    text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; overflow-wrap: anywhere;
}
body.nm-theme #main .nm-contact-directory-row > a:hover { color: #1555a2 !important; }
body.nm-theme #main .nm-contact-company {
    background: radial-gradient(ellipse at 0 100%, #f2ecd6, transparent 65%), #f6f6f2 !important;
}
body.nm-theme #main .nm-contact-company-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: 96px; align-items: start; }
body.nm-theme #main .nm-contact-company h2 { max-width: 550px; font-size: clamp(2rem, 3.3vw, 2.75rem); }
body.nm-theme #main .nm-contact-company-copy p:last-child { margin-bottom: 0; }
body.nm-theme #main .nm-contact-address { border-left: 1px solid #cccec4; padding-left: 40px; }
body.nm-theme #main .nm-contact-address h3 { font-size: 1.2rem; margin: 0 0 24px; }
body.nm-theme #main .nm-contact-address address { color: #343630; font-size: 1.05rem; line-height: 1.9; font-style: normal; }
body.nm-theme #main .nm-contact-address p { font-size: 0.875rem; margin: 20px 0 0; }
body.nm-theme #main .nm-contact-publications .nm-contact-brand-list a { border-color: #444846; }
body.nm-theme #main .nm-contact-publications .nm-contact-network { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 72px; }
@media (max-width: 980px) {
    body.nm-theme #main .nm-contact-masthead-grid { gap: 32px; }
    body.nm-theme #main .nm-contact-directory-row { gap: 32px; grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); }
    body.nm-theme #main .nm-contact-company-grid { gap: 40px; }
    body.nm-theme #main .nm-contact-publications .nm-contact-network { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 680px) {
    body.nm-theme #main .nm-contact-masthead-grid,
    body.nm-theme #main .nm-contact-company-grid,
    body.nm-theme #main .nm-contact-directory-row { grid-template-columns: 1fr; }
    body.nm-theme #main .nm-contact-masthead-grid { gap: 28px; }
    body.nm-theme #main .nm-contact-directory-intro { display: block; margin-bottom: 28px; }
    body.nm-theme #main .nm-contact-directory-intro h2 { margin-bottom: 18px; }
    body.nm-theme #main .nm-contact-directory-row { gap: 8px; padding-block: 24px; }
    body.nm-theme #main .nm-contact-directory-row > a { justify-self: start; font-size: 1rem; }
    body.nm-theme #main .nm-contact-address { border-left: 0; border-top: 1px solid #cccec4; padding: 28px 0 0; }
}

/* Give the Brands invitation room to breathe and restore compact, centered CTAs. */
body.nm-theme #main .nm-brands-contact-section {
    padding-block: clamp(80px, 8vw, 112px) !important;
}
body.nm-theme #main .nm-brands-contact-band {
    min-height: 240px !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
}
body.nm-theme #main .nm-brands-contact-section h2 {
    max-width: 680px;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    line-height: 1.08;
    margin-bottom: 24px;
}
body.nm-theme #main .nm-brands-contact-section p:not(.nm-eyebrow) { max-width: 610px; margin-bottom: 0; line-height: 1.7; }
body.nm-theme #main .nm-brands-contact-section .nm-eyebrow { margin-bottom: 24px !important; }
body.nm-theme #main .nm-brands-contact-band .nm-actions {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    gap: 14px !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0;
}
body.nm-theme #main .nm-brands-contact-band .nm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto !important;
    min-width: 156px;
    min-height: 56px;
    padding: 17px 26px;
    border-radius: 999px;
    line-height: 1.25;
}
body.nm-theme #main .nm-brands-contact-band .nm-button-secondary { border-color: #949993 !important; }
@media (max-width: 980px) {
    body.nm-theme #main .nm-brands-contact-band { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 680px) {
    body.nm-theme #main .nm-brands-contact-section { padding-block: 64px !important; }
    body.nm-theme #main .nm-brands-contact-band { min-height: 0 !important; }
    body.nm-theme #main .nm-brands-contact-band .nm-actions { gap: 12px !important; }
    body.nm-theme #main .nm-brands-contact-band .nm-button { min-width: 0; flex: 1 1 140px; padding-inline: 20px; }
}

/* About: publication-led introduction, shared alignment and quieter surfaces. */
body.nm-theme #main .nm-about-hero {
    background: linear-gradient(180deg, #111110 0%, #141718 64%, #20282d 100%);
    padding-block: clamp(64px, 7vw, 96px) 48px;
}
body.nm-theme #main .nm-about-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
    min-height: 0;
    padding: 0;
}
body.nm-theme #main .nm-about-hero .nm-eyebrow {
    color: #bfc6c1; font-size: 0.72rem; letter-spacing: 0.14em; margin: 0 0 26px;
}
body.nm-theme #main .nm-about-hero h1 {
    color: #f7f7f4; font-size: clamp(2.7rem, 4.6vw, 4.5rem) !important;
    line-height: 1.06 !important; letter-spacing: -0.045em !important;
    max-width: 650px; margin: 0 0 26px; padding: 0; text-wrap: balance;
}
body.nm-theme #main .nm-about-hero .nm-lead { font-size: 1.0625rem; line-height: 1.75; color: #c5cac7; margin: 0 0 30px; }
body.nm-theme #main .nm-about-hero-link {
    display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
    border: 1px solid #868e89; border-radius: 999px; padding: 14px 24px;
    color: #fff; font-size: 0.85rem; font-weight: 600; text-decoration: none;
}
body.nm-theme #main .nm-about-hero-link:hover { background: #fff; color: #141414; }
body.nm-theme #main .nm-about-hero a:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
body.nm-theme #main .nm-about-publications { padding: 28px; border: 1px solid #454d4d; border-radius: 12px; background: rgba(255,255,255,0.025); }
body.nm-theme #main .nm-about-publications h2 {
    color: #bfc6c1; font-size: 0.72rem; line-height: 1.5; letter-spacing: 0.1em;
    text-transform: uppercase; margin: 0 0 12px; padding: 0;
}
body.nm-theme #main .nm-about-brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; }
body.nm-theme #main .nm-about-brand-grid a { display: flex; align-items: center; gap: 12px; padding: 24px 0; border-bottom: 1px solid #3e4646; color: #fff; text-decoration: none; min-width: 0; }
body.nm-theme #main .nm-about-brand-grid a:nth-last-child(-n+2) { border-bottom: 0; }
body.nm-theme #main .nm-about-brand-grid a > span:last-child { min-width: 0; }
body.nm-theme #main .nm-about-brand-grid .nm-brand-icon { width: 40px; height: 40px; flex-basis: 40px; background-position-y: 81.521739%; }
body.nm-theme #main .nm-about-brand-grid strong { display: block; font-size: 0.95rem; line-height: 1.4; letter-spacing: -0.02em; }
body.nm-theme #main .nm-about-brand-grid small { display: block; margin-top: 4px; color: #b6bfbb; font-size: 0.72rem; line-height: 1.5; }
body.nm-theme #main .nm-about-brand-grid a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
body.nm-theme #main .nm-about-hero-meta { max-width: none; margin-top: 60px; border-bottom: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.nm-theme #main .nm-about-hero-meta div { padding: 28px 32px 0 0; border-right: 0; gap: 10px; }
body.nm-theme #main .nm-about-hero-meta div + div { padding-left: 32px; }
body.nm-theme #main .nm-about-hero-meta strong { font-size: 2.6rem; font-weight: 700; line-height: 1; }
body.nm-theme #main .nm-about-hero-meta span { font-size: 0.78rem; letter-spacing: 0.015em; font-weight: 400; text-transform: none; }
body.nm-theme #main .nm-about-intro-layout { padding-block: 0; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 80px; align-items: start; }
body.nm-theme #main .nm-about-intro-heading h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.12; max-width: 430px; }
body.nm-theme #main .nm-about-intro-copy p { line-height: 1.85; margin: 0 0 22px; }
body.nm-theme #main .nm-about-intro-copy p:last-child { margin-bottom: 0; }
body.nm-theme #main .nm-about-principles-section {
    background: radial-gradient(ellipse at 0 100%, #f0ead6, transparent 65%), #f5f5f2 !important;
}
body.nm-theme #main .nm-about-principles-section .nm-card { padding-top: 24px; }
body.nm-theme #main .nm-about-principles-section .nm-card h3 { font-size: 1.4rem; line-height: 1.2; margin-bottom: 16px; text-wrap: initial; }
body.nm-theme #main .nm-about-principles-section .nm-card p { font-size: 1rem; margin-bottom: 0; }
body.nm-theme #main .nm-about-principles-section .nm-item-number { font-size: 0.8rem; color: #76796f; margin-bottom: 28px; }
body.nm-theme #main .nm-about-model-section .nm-stack-item { padding-top: 24px; }
body.nm-theme #main .nm-about-model-actions { margin-top: 32px; }
body.nm-theme #main .nm-about-model-actions .nm-button {
    background: #fff !important; color: #141414 !important; border-color: #fff !important;
    min-height: 54px; padding: 16px 26px; border-radius: 999px; align-items: center; justify-content: center;
}
body.nm-theme #main .nm-about-model-actions .nm-button:hover { background: #e2e6e0 !important; }
@media (max-width: 1100px) {
    body.nm-theme #main .nm-about-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    body.nm-theme #main .nm-about-hero-copy { max-width: 780px; }
    body.nm-theme #main .nm-about-brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.nm-theme #main .nm-about-brand-grid a:nth-last-child(-n+3) { border-bottom: 0; }
    body.nm-theme #main .nm-about-intro-layout { gap: 40px; }
}
@media (max-width: 780px) {
    body.nm-theme #main .nm-about-intro-layout { grid-template-columns: 1fr; gap: 28px; }
    body.nm-theme #main .nm-about-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.nm-theme #main .nm-about-brand-grid a:nth-last-child(3) { border-bottom: 1px solid #3e4646; }
    body.nm-theme #main .nm-about-hero-meta div,
    body.nm-theme #main .nm-about-hero-meta div + div { padding: 22px 12px 0 0; border: 0; }
    body.nm-theme #main .nm-about-hero-meta strong { font-size: 2.2rem; }
    body.nm-theme #main .nm-about-hero-meta span { font-size: 0.72rem; }
}
@media (max-width: 480px) {
    body.nm-theme #main .nm-about-hero { padding-top: 48px; padding-bottom: 36px; }
    body.nm-theme #main .nm-about-publications { padding: 20px 16px; }
    body.nm-theme #main .nm-about-brand-grid { column-gap: 16px; }
    body.nm-theme #main .nm-about-brand-grid a { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 18px; }
    body.nm-theme #main .nm-about-brand-grid strong { font-size: 0.9rem; }
    body.nm-theme #main .nm-about-hero-meta { margin-top: 36px; }
}

/* Shared roadmap follows the hero on both Brands and About. */
body.nm-theme #main .nm-brands-hero-banner > .nm-shell { grid-template-columns: 1fr; }
body.nm-theme #main .nm-brands-hero-copy { max-width: 1040px; }
body.nm-theme #main .nm-brands-hero-copy h1 { max-width: 1040px; }
body.nm-theme #main .nm-portfolio-roadmap {
    background: linear-gradient(115deg, #f5f1e3, #f5f6f3 55%, #eaf0f1) !important;
}
body.nm-theme #main .nm-roadmap-heading {
    display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 72px; margin-bottom: 44px;
}
body.nm-theme #main .nm-roadmap-heading h2 { margin-bottom: 0; }
body.nm-theme #main .nm-roadmap-heading > p { margin: 0; max-width: 470px; }
body.nm-theme #main .nm-roadmap-milestones {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; list-style: none; padding: 0; margin: 0;
}
body.nm-theme #main .nm-roadmap-milestones > li { margin: 0; padding: 26px 0 0; border-top: 2px solid #a7aa9b; }
body.nm-theme #main .nm-roadmap-milestones > li:nth-child(2) { border-color: #8f9daa; }
body.nm-theme #main .nm-roadmap-milestones > li:nth-child(3) { border-color: #849e9e; }
body.nm-theme #main .nm-roadmap-milestones h3 { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em; margin: 0 0 22px; line-height: 1.5; }
body.nm-theme #main .nm-roadmap-target { display: flex; gap: 16px; align-items: baseline; margin: 0 0 14px; }
body.nm-theme #main .nm-roadmap-target strong { color: #141414; font-size: clamp(3.5rem, 6vw, 5rem); font-weight: 700; letter-spacing: -0.05em; line-height: 1; }
body.nm-theme #main .nm-roadmap-target span { font-size: 0.95rem; }
body.nm-theme #main .nm-roadmap-label { margin-bottom: 0; font-size: 0.95rem; }
@media (max-width: 780px) {
    body.nm-theme #main .nm-roadmap-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
    body.nm-theme #main .nm-roadmap-milestones { gap: 24px; }
    body.nm-theme #main .nm-roadmap-target { flex-direction: column; gap: 6px; }
}
@media (max-width: 540px) {
    body.nm-theme #main .nm-roadmap-milestones { grid-template-columns: 1fr; gap: 28px; }
    body.nm-theme #main .nm-roadmap-milestones > li { padding-top: 20px; }
    body.nm-theme #main .nm-roadmap-milestones h3 { margin-bottom: 16px; }
    body.nm-theme #main .nm-roadmap-target { flex-direction: row; }
}

/* TravelCapybara: a dedicated publication profile with restrained brand color. */
body.nm-theme .site-content:has(> .nm-travel-profile) { padding-top: 0 !important; }
body.nm-theme #main .nm-travel-hero {
    background: radial-gradient(ellipse at 95% 100%, rgba(34, 185, 190, 0.19), transparent 52%), linear-gradient(180deg, #111110, #142125);
    color: #fff; padding: 42px 0 clamp(64px, 7vw, 96px);
}
body.nm-theme #main .nm-travel-back { color: #c6cfcb; text-decoration: underline; text-underline-offset: 5px; font-size: 0.85rem; display: inline-block; padding-block: 8px; margin-bottom: 34px; }
body.nm-theme #main .nm-travel-identity { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
body.nm-theme #main .nm-travel-identity .nm-brand-icon { width: 64px; height: 64px; flex-basis: 64px; background-position-y: 81.521739%; }
body.nm-theme #main .nm-travel-identity .nm-eyebrow { color: #b8d0c9; font-size: 0.72rem; letter-spacing: 0.1em; margin: 0; line-height: 1.6; }
body.nm-theme #main .nm-travel-hero h1 {
    color: #fff; font-size: clamp(2rem, 7vw, 6rem) !important; line-height: 1.08 !important;
    letter-spacing: -0.055em !important; padding: 0; margin: 0 0 22px;
}
body.nm-theme #main .nm-travel-tagline { color: #b9f0df; font-size: clamp(1.25rem, 2.4vw, 1.8rem); line-height: 1.4; margin: 0 0 20px; letter-spacing: -0.025em; }
body.nm-theme #main .nm-travel-summary { color: #c4cfcc; font-size: 1.0625rem; line-height: 1.75; max-width: 750px; margin: 0 0 32px; }
body.nm-theme #main .nm-travel-button {
    display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
    padding: 15px 25px; border: 1px solid #fff; border-radius: 999px; background: #fff;
    color: #141414 !important; font-size: 0.85rem; font-weight: 600; line-height: 1.4; text-decoration: none; text-align: center;
}
body.nm-theme #main .nm-travel-button-outline { background: transparent; color: #fff !important; border-color: #8caaa2; }
body.nm-theme #main .nm-travel-button:hover { background: #c6f5e6; border-color: #c6f5e6; color: #141414 !important; }
body.nm-theme #main .nm-travel-hero a:focus-visible { outline: 2px solid #c6f5e6; outline-offset: 5px; }
body.nm-theme #main .nm-travel-section-layout { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: 72px; align-items: start; }
body.nm-theme #main .nm-travel-section h2 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 0; }
body.nm-theme #main .nm-travel-copy { min-width: 0; font-size: 1.0625rem; line-height: 1.8; color: #454d49; }
body.nm-theme #main .nm-travel-copy > :last-child { margin-bottom: 0; }
body.nm-theme #main .nm-travel-copy a { color: #126969 !important; text-decoration: underline; text-underline-offset: 4px; }
body.nm-theme #main .nm-travel-copy p { color: #454d49 !important; }
body.nm-theme #main .nm-travel-copy ul { list-style: none; padding: 0; margin: 28px 0; }
body.nm-theme #main .nm-travel-copy li { margin: 0; padding: 22px 0; border-top: 1px solid #d2d9d2; line-height: 1.75; }
body.nm-theme #main .nm-travel-copy strong { color: #17211d; font-weight: 600; }
body.nm-theme #main .nm-travel-coverage { background: linear-gradient(115deg, #eef4f0, #f4f7f5 60%, #e9f2f3) !important; }
body.nm-theme #main :is(.nm-travel-coverage, .nm-travel-values) .nm-travel-section-layout { display: block; }
body.nm-theme #main :is(.nm-travel-coverage, .nm-travel-values) h2 { margin-bottom: 36px; }
body.nm-theme #main .nm-travel-coverage ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 48px; margin: 0 0 28px; }
body.nm-theme #main .nm-travel-coverage li { padding-block: 26px; }
body.nm-theme #main .nm-travel-coverage strong { color: #166061; }
body.nm-theme #main .nm-travel-readers { background: #172423 !important; }
body.nm-theme #main .nm-travel-readers h2,
body.nm-theme #main .nm-travel-readers strong { color: #f5faf7 !important; }
body.nm-theme #main .nm-travel-readers .nm-travel-copy,
body.nm-theme #main .nm-travel-readers p { color: #c3d2ca !important; }
body.nm-theme #main .nm-travel-readers li { border-color: #42534a; }
body.nm-theme #main .nm-travel-readers ul { margin-top: 24px; }
body.nm-theme #main .nm-travel-approach { padding-top: 0 !important; }
body.nm-theme #main .nm-travel-approach .nm-shell { border-top: 1px solid #d2d9d2; padding-top: 48px !important; }
body.nm-theme #main .nm-travel-values { background: #f5f5f0 !important; }
body.nm-theme #main .nm-travel-values ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 36px; margin: 0; }
body.nm-theme #main .nm-travel-values strong { display: block; margin-bottom: 12px; font-size: 1.2rem; letter-spacing: -0.025em; }
body.nm-theme #main .nm-travel-visit { background: radial-gradient(ellipse at 90% 80%, #193b38, transparent 60%), #111817 !important; }
body.nm-theme #main .nm-travel-visit > .nm-shell { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
body.nm-theme #main .nm-travel-visit h2 { color: #fff !important; margin-bottom: 20px; }
body.nm-theme #main .nm-travel-visit p { color: #bdcdc5 !important; }
body.nm-theme #main .nm-travel-visit .nm-actions { flex-direction: column; align-items: stretch; }
@media (max-width: 980px) {
    body.nm-theme #main .nm-travel-section-layout { grid-template-columns: 1fr; gap: 28px; }
    body.nm-theme #main .nm-travel-values ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
    body.nm-theme #main .nm-travel-hero { padding-top: 28px; }
    body.nm-theme #main .nm-travel-identity { gap: 14px; }
    body.nm-theme #main .nm-travel-identity .nm-brand-icon { width: 52px; height: 52px; flex-basis: 52px; }
    body.nm-theme #main .nm-travel-coverage ul,
    body.nm-theme #main .nm-travel-values ul,
    body.nm-theme #main .nm-travel-visit > .nm-shell { grid-template-columns: 1fr; }
    body.nm-theme #main .nm-travel-visit .nm-actions { align-items: flex-start; }
    body.nm-theme #main .nm-travel-approach .nm-shell { padding-top: 32px !important; }
}

/* Special projects are separate from the publication portfolio. */
body.nm-theme #main .nm-special-projects { background: #f3f4f1 !important; }
body.nm-theme #main .nm-special-projects > .nm-shell > h2 { margin-bottom: 36px; }
body.nm-theme #main .nm-special-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
body.nm-theme #main .nm-special-project {
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 32px; min-height: 210px; border: 1px solid #d7dcd4; border-radius: 10px; background: #fff;
}
body.nm-theme #main .nm-project-status {
    display: inline-block; padding: 6px 12px; border-radius: 999px; background: #eeeFEB;
    color: #4f574f; font-size: 0.72rem; font-weight: 600; line-height: 1.4;
}
body.nm-theme #main .nm-project-status-beta { background: #e3f1e8; color: #24613d; }
body.nm-theme #main .nm-special-project h3 { margin: 24px 0 20px; font-size: clamp(1.65rem, 3vw, 2.3rem); line-height: 1.15; }
body.nm-theme #main .nm-special-project h3 a { text-decoration: none; }
body.nm-theme #main .nm-special-project h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
body.nm-theme #main .nm-special-project .nm-text-link { margin-top: auto; min-height: 36px; display: inline-flex; align-items: center; }
@media (max-width: 680px) {
    body.nm-theme #main .nm-special-project-grid { grid-template-columns: 1fr; gap: 20px; }
    body.nm-theme #main .nm-special-project { padding: 26px; min-height: 190px; }
}

/* Copyright marks and a cinematic spectrum inside the footer lettering. */
body.nm-theme .header-logo-wrapper .nm-brand-link,
body.nm-theme .nm-footer .nm-footer-brand { align-items: flex-start !important; }
body.nm-theme .nm-logo-copyright {
    position: static; display: inline-block; flex-shrink: 0; margin: 0 0 0 5px;
    color: #fff; font-family: Arial, sans-serif; font-size: 0.7rem; font-weight: 400;
    line-height: 1; letter-spacing: 0; vertical-align: top;
}
body.nm-theme .nm-footer .nm-logo-copyright { font-size: 0.9rem; margin-left: 6px; }
body.nm-theme .nm-footer .nm-footer-wordmark {
    background-image: linear-gradient(100deg,
        #ff5377 0%, #ffb454 8%, #ffe783 15%, #72edbb 23%, #44d5fb 31%,
        #9097ff 39%, #cf80ff 47%, #ff70c5 55%, #ff7860 63%, #ffd568 71%,
        #89efad 79%, #59ddf4 87%, #b08aff 94%, #ff70b6 100%) !important;
    background-size: 200% 100% !important;
    background-position: 50% 50%;
    -webkit-text-fill-color: transparent;
    animation: nm-footer-spectrum-intro 4.5s ease-in-out both;
}
body.nm-theme .nm-footer .nm-footer-brand:hover .nm-footer-wordmark,
body.nm-theme .nm-footer .nm-footer-brand:focus-visible .nm-footer-wordmark {
    animation: nm-footer-spectrum-hover 3s ease-in-out both;
}
@keyframes nm-footer-spectrum-intro {
    from { background-position: 0% 50%; }
    to { background-position: 50% 50%; }
}
@keyframes nm-footer-spectrum-hover {
    from { background-position: 50% 50%; }
    to { background-position: 100% 50%; }
}
@media (prefers-reduced-motion: reduce) {
    body.nm-theme .nm-footer .nm-footer-wordmark,
    body.nm-theme .nm-footer .nm-footer-brand:hover .nm-footer-wordmark,
    body.nm-theme .nm-footer .nm-footer-brand:focus-visible .nm-footer-wordmark { animation: none; }
}
@media (forced-colors: active) {
    body.nm-theme .nm-footer .nm-footer-wordmark { background: none !important; color: LinkText !important; -webkit-text-fill-color: LinkText; }
}

/* Release artwork belongs to the article, at a supporting editorial scale. */
body.nm-theme #main .nm-pr-body:has(.nm-pr-featured-image) { padding-top: 48px !important; }
body.nm-theme #main .nm-pr-body .nm-pr-featured-image { width: 100%; max-width: 680px; margin: 0 auto 44px; }
body.nm-theme #main .nm-pr-body .nm-pr-featured-image img {
    display: block; width: auto; height: auto; max-width: 100%; max-height: 420px;
    object-fit: contain; margin-inline: auto; border-radius: 3px;
}
body.nm-theme #main .nm-pr-body .nm-pr-featured-image figcaption {
    color: #666c66; font-size: 0.85rem; line-height: 1.6; margin-top: 12px; text-align: center;
}
@media (max-width: 680px) {
    body.nm-theme #main .nm-pr-body:has(.nm-pr-featured-image) { padding-top: 32px !important; }
    body.nm-theme #main .nm-pr-body .nm-pr-featured-image { margin-bottom: 32px; }
}

/* Press-release navigation starts at the newsroom. */
body.nm-theme #main .nm-pr-breadcrumbs { margin: 0 0 28px; }
body.nm-theme #main .nm-pr-breadcrumbs ol { display: flex; align-items: baseline; gap: 10px; list-style: none; padding: 0; margin: 0; }
body.nm-theme #main .nm-pr-breadcrumbs li { display: flex; align-items: baseline; gap: 10px; margin: 0; padding: 0; color: #aeb9b7; font-size: 0.85rem; line-height: 1.6; min-width: 0; }
body.nm-theme #main .nm-pr-breadcrumbs li:first-child { flex-shrink: 0; }
body.nm-theme #main .nm-pr-breadcrumbs a { color: #f5f6f3; text-decoration: none; }
body.nm-theme #main .nm-pr-breadcrumbs a:hover { text-decoration: none; }
body.nm-theme #main .nm-pr-breadcrumbs a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
body.nm-theme #main .nm-pr-breadcrumb-separator { color: #768481; flex-shrink: 0; }
body.nm-theme #main .nm-pr-breadcrumbs [aria-current="page"] { overflow-wrap: anywhere; }
