/* ============================================================
   Notable Men — The Blueprint detail (/the-blueprint/{slug})
   Editorial dark hero + alternating sand pull-quote cards.
   ============================================================ */

.ntm-blueprint-show {
    background: #fff;
    color: #121212;
    font-family: "Helvetica Neue", "Helvetica", Arial, system-ui, sans-serif;
}

.ntm-blueprint-show a {
    color: inherit;
}

/* ---------- Hero ---------- */

.ntm-blueprint-show__hero {
    position: relative;
    overflow: hidden;
    background: #161616;
    color: #fff;
    isolation: isolate;
}

.ntm-blueprint-show__hero-glow {
    position: absolute;
    left: 50%;
    bottom: -40%;
    width: clamp(900px, 100vw, 1600px);
    aspect-ratio: 1 / 1;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(53, 172, 180, 0.55) 0%,
        rgba(53, 172, 180, 0.25) 30%,
        rgba(53, 172, 180, 0.06) 55%,
        rgba(53, 172, 180, 0) 75%
    );
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

.ntm-blueprint-show__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1660px;
    margin: 0 auto;
    padding: clamp(48px, 6vw, 96px) clamp(24px, 5vw, 92px) 0;
}

.ntm-blueprint-show__hero-top {
    display: grid;
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
    align-items: flex-start;
    gap: clamp(40px, 6vw, 120px);
}

/* Left column — Blueprint logo block */
.ntm-blueprint-show__hero-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.ntm-blueprint-show__hero-the-row {
    display: inline-flex;
    align-items: center;
    gap: 19px;
}

.ntm-blueprint-show__hero-rule {
    display: block;
    width: clamp(70px, 8vw, 136px);
    height: 2px;
    background: #2A8B94;
}

.ntm-blueprint-show__hero-the {
    font-family: "Fraunces", "Agatho", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: clamp(32px, 3.4vw, 50px);
    line-height: 1.38;
    color: #fff;
}

.ntm-blueprint-show .ntm-blueprint-show__hero-brand-title {
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(64px, 7.5vw, 96px);
    line-height: 1;
    letter-spacing: 0.02em;
    color: #2A8B94;
    text-decoration: none;
    transition: color 0.18s ease;
}

.ntm-blueprint-show__hero-brand .ntm-blueprint-show__hero-the-row,
.ntm-blueprint-show__hero-brand-title {
    align-self: center;
}

.ntm-blueprint-show .ntm-blueprint-show__hero-brand-title:hover {
    color: #35ACB4;
}

.ntm-blueprint-show__hero-avatars {
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-top: clamp(24px, 2.4vw, 40px);
    margin-left: clamp(16px, 2vw, 36px);
}

.ntm-blueprint-show__hero-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.32);
    background: #2a2a2a;
}

.ntm-blueprint-show__hero-avatar + .ntm-blueprint-show__hero-avatar {
    margin-left: -15px;
}

/* Right column — headline + CTA */
.ntm-blueprint-show__hero-headline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: clamp(4px, 1vw, 16px);
}

.ntm-blueprint-show__hero-title {
    margin: 0 0 clamp(20px, 2.2vw, 32px);
    font-family: "Fraunces", Georgia, serif;
    font-weight: 400;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.23;
    letter-spacing: -0.01em;
    color: #fff;
}

.ntm-blueprint-show__hero-subtitle {
    margin: 0 0 clamp(28px, 3.4vw, 50px);
    padding-left: 24px;
    border-left: 2px solid #2A8B94;
    font-family: "Fraunces", Georgia, serif;
    font-weight: 400;
    font-size: clamp(20px, 2.1vw, 30px);
    line-height: 1.18;
    color: #fff;
}

.ntm-blueprint-show__hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ntm-blueprint-show__hero-cta:hover {
    background: #fff;
    color: #161616;
}

/* Bottom row — large editorial portraits */
.ntm-blueprint-show__hero-portraits {
    position: relative;
    z-index: 1;
    margin-top: clamp(32px, 4vw, 64px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.ntm-blueprint-show__hero-portrait {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.ntm-blueprint-show__hero-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    filter: grayscale(0.55) contrast(1.05);
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
}

/* ---------- Quotes section ---------- */

.ntm-blueprint-show__quotes {
    padding: clamp(80px, 10vw, 128px) clamp(16px, 4vw, 64px);
    background: #fff;
}

.ntm-blueprint-show__quotes-inner {
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(48px, 6vw, 80px);
}

.ntm-blueprint-show__quote {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: clamp(40px, 6vw, 80px);
    background: #F8F6F1;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: clamp(40px, 8vw, 140px);
    align-items: center;
    overflow: visible;
}

.ntm-blueprint-show__quote--image-right > .ntm-blueprint-show__quote-body {
    grid-column: 1;
    grid-row: 1;
}

.ntm-blueprint-show__quote--image-right > .ntm-blueprint-show__quote-portrait {
    grid-column: 2;
    grid-row: 1;
}

.ntm-blueprint-show__quote--image-left > .ntm-blueprint-show__quote-portrait {
    grid-column: 1;
    grid-row: 1;
}

.ntm-blueprint-show__quote--image-left > .ntm-blueprint-show__quote-body {
    grid-column: 2;
    grid-row: 1;
}

/* Decorative large quote mark, anchored to image side */
.ntm-blueprint-show__quote-mark {
    position: absolute;
    top: clamp(-56px, -4vw, -38px);
    width: clamp(110px, 11vw, 178px);
    height: auto;
    z-index: 3;
    pointer-events: none;
    user-select: none;
}

.ntm-blueprint-show__quote--image-right .ntm-blueprint-show__quote-mark {
    right: clamp(40px, 7vw, 100px);
}

.ntm-blueprint-show__quote--image-left .ntm-blueprint-show__quote-mark {
    left: clamp(40px, 7vw, 100px);
    transform: scaleX(-1);
}

/* Portrait — gradient frame at bottom 80%, photo's top 20% pokes above */
.ntm-blueprint-show__quote-portrait {
    position: relative;
    display: block;
    width: 100%;
    max-width: 395px;
    aspect-ratio: 395 / 592;
    margin: 0 auto;
    text-decoration: none;
    color: inherit;
}

/* Teal-to-beige gradient backdrop — 80% of the portrait height, anchored bottom */
.ntm-blueprint-show__quote-portrait-frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: linear-gradient(180deg, #2A8B94 0%, #F8F6F1 100%);
    z-index: 1;
}

/* Photo fills the full portrait, sits over the gradient; head occupies the top 20% above the frame */
.ntm-blueprint-show__quote-portrait-photo-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.ntm-blueprint-show__quote-portrait-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Body */
.ntm-blueprint-show__quote-body {
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 3vw, 40px);
    min-width: 0;
}

.ntm-blueprint-show__quote-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ntm-blueprint-show__quote-name {
    margin: 0;
    font-family: "Fraunces", Georgia, serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(32px, 3.4vw, 50px);
    line-height: 1.22;
    letter-spacing: -0.005em;
    color: #121212;
}

.ntm-blueprint-show__quote-name-first {
    font-style: normal;
}

.ntm-blueprint-show__quote-name-last {
    font-style: italic;
    font-weight: 400;
    color: #2A8B94;
}

.ntm-blueprint-show__quote-role {
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Arial, system-ui, sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #757776;
}

.ntm-blueprint-show__quote-text {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.4vw, 24px);
    font-family: "Fraunces", Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.5;
    color: #121212;
}

.ntm-blueprint-show__quote-text p {
    margin: 0;
}

/* ---------- Quote responsive ---------- */

@media (max-width: 900px) {
    .ntm-blueprint-show__quote {
        grid-template-columns: 1fr;
        row-gap: clamp(32px, 5vw, 48px);
        padding: clamp(32px, 6vw, 56px) clamp(24px, 5vw, 48px) clamp(40px, 6vw, 64px);
    }

    .ntm-blueprint-show__quote--image-right > .ntm-blueprint-show__quote-portrait,
    .ntm-blueprint-show__quote--image-left > .ntm-blueprint-show__quote-portrait {
        grid-column: 1;
        grid-row: 1;
    }

    .ntm-blueprint-show__quote--image-right > .ntm-blueprint-show__quote-body,
    .ntm-blueprint-show__quote--image-left > .ntm-blueprint-show__quote-body {
        grid-column: 1;
        grid-row: 2;
    }

    .ntm-blueprint-show__quote-portrait {
        max-width: 320px;
    }

    .ntm-blueprint-show__quote--image-right .ntm-blueprint-show__quote-mark,
    .ntm-blueprint-show__quote--image-left .ntm-blueprint-show__quote-mark {
        right: clamp(20px, 5vw, 32px);
        left: auto;
        top: -24px;
        width: 72px;
        transform: scaleY(-1);
    }
}

/* ---------- Closing CTA ---------- */

.ntm-blueprint-show__closing {
    background: #161616;
    color: #fff;
    padding: clamp(60px, 8vw, 100px) 24px;
    text-align: center;
}

.ntm-blueprint-show__closing-eyebrow {
    font-family: "Helvetica Neue", "Helvetica", Arial, system-ui, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #2A8B94;
    margin: 0 0 16px;
}

.ntm-blueprint-show__closing-title {
    margin: 0 auto;
    max-width: 720px;
    font-family: "Fraunces", Georgia, serif;
    font-weight: 400;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.15;
    color: #fff;
}

.ntm-blueprint-show__closing-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    padding: 16px 36px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-family: "Helvetica Neue", "Helvetica", Arial, system-ui, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ntm-blueprint-show__closing-link:hover {
    background: #fff;
    color: #161616;
}

/* ---------- Hero responsive ---------- */

@media (max-width: 960px) {
    .ntm-blueprint-show__hero-top {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
        justify-items: center;
    }

    .ntm-blueprint-show__hero-headline {
        align-items: center;
        text-align: center;
    }

    .ntm-blueprint-show__hero-subtitle {
        text-align: left;
    }

    .ntm-blueprint-show__hero-portraits {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ntm-blueprint-show__hero-rule {
        width: 36px;
    }

    .ntm-blueprint-show__hero-avatar {
        width: 48px;
        height: 48px;
    }

    .ntm-blueprint-show__hero-avatar + .ntm-blueprint-show__hero-avatar {
        margin-left: -12px;
    }

    .ntm-blueprint-show__hero-cta {
        width: 100%;
        justify-content: center;
    }

    .ntm-blueprint-show__hero-portraits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
