/* ============================================================
   NTM About — Editorial Pull-Quote

   Light section. Large centered teal opening-quote glyph, large
   centered serif quote with an italic-teal accent phrase in the
   middle, a short hairline rule, then small attribution lines.
   ============================================================ */

.ntm-about-quote {
    background-color: var(--ntm-bg-page, #f6f3ef);
    color: var(--ntm-ink, #14323a);
    padding: clamp(72px, 10vw, 144px) clamp(24px, 5vw, 64px);
}

.ntm-about-quote__container {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 2vw, 28px);
}

.ntm-about-quote__mark {
    display: block;
    width: clamp(48px, 6vw, 88px);
    height: auto;
    user-select: none;
}

.ntm-about-quote__body {
    margin: 0;
    padding: 0;
}

.ntm-about-quote__copy {
    margin: 0;
    font-family: var(--ntm-font-serif);
    font-weight: 400;
    font-size: clamp(1.5rem, 2.8vw, 2.5rem);
    line-height: 1.3;
    letter-spacing: 0.005em;
    color: var(--ntm-ink, #14323a);
}

.ntm-about-quote__roman {
    font-style: normal;
}

.ntm-about-quote__italic {
    font-style: italic;
    color: var(--ntm-accent-teal);
    margin: 0 0.1em;
}

.ntm-about-quote__rule {
    display: block;
    width: clamp(180px, 24vw, 320px);
    height: 1px;
    background-color: rgba(20, 50, 58, 0.25);
    margin: clamp(12px, 1.5vw, 20px) 0 4px;
}

.ntm-about-quote__attribution {
    margin: 0;
    font-family: var(--ntm-font-sans);
    font-weight: 600;
    font-size: clamp(0.75rem, 0.85vw, 0.9rem);
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ntm-ink, #14323a);
}

.ntm-about-quote__attribution-sub {
    margin: 0;
    font-family: var(--ntm-font-sans);
    font-weight: 500;
    font-size: clamp(0.7rem, 0.78vw, 0.8rem);
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ntm-accent-teal);
}
