﻿/* ============================================================
   NAMES LISTING
============================================================ */

.namesGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}
.nameDetail__meta {
    background: #ffffff;
    border: 1px solid rgba(30,36,38,.08);
    border-radius: 14px;
    padding: 28px;
}


.nameDetail__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.nameDetail__price {
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #1e2426;
    padding: 6px 10px;
    border: 1px solid rgba(30,36,38,.12);
    border-radius: 999px;
    background: rgba(30,36,38,.03);
}

.nameDetail__cta a {
   /* text-decoration: none;
    color: var(--color-teal);*/
}

    .nameDetail__cta a:hover {
        opacity: 0.7;
    }

.link-arrow {
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;   
    color: var(--accent-teal) ;
}

    .link-arrow:hover {
        color: var(--accent-teal-hover);
        text-decoration: none;
    }

    .link-arrow:visited {
        color: var(--link-visited);
    }

    .link-arrow::after {
        content: " →";
    }

.nameCard__variant[data-collection="Strategic"] {
    background: #0F2F33;
    color: #ffffff;
}

.nameCard__variant[data-collection="Executive"] {
    background: #3E5F7C;
    color: #ffffff;
}

.nameCard__variant[data-collection="Growth"] {
    background: #4F8A82;
    color: #ffffff;
}

.nameCard__variant[data-collection="Launch"] {
    background: #A7B2BA;
    color: #ffffff;
}

/* ============================================================
   NAME DETAIL — Boutique Layout
============================================================ */

/* Header */
.nameDetail__header {
    max-width: 820px;
}

/* Back navigation */
.contextNav {
    margin-bottom: 12px;
}

.contextNav__link {
    font-size: 14px;
    color: var(--color-accent);
    text-decoration: none;
    transition: color 140ms ease;
}

    .contextNav__link:hover {
        color: var(--color-text);
    }

/* Grid layout */
.nameDetail__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

/* Desktop grid */
@media (min-width: 860px) {
    .nameDetail__grid {
        grid-template-columns: 2fr 1fr;
        gap: 64px;
    }
}

/* Left content */
.nameDetail__content {
    max-width: 640px;
}

.nameDetail__subtitle {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(30,36,38,.70);
}

/* Bullet list */
.nameDetail__points {
    margin: 0;
    padding-left: 18px;
    color: rgba(30,36,38,.80);
}

    .nameDetail__points li {
        margin: 8px 0;
    }

/* Right meta card */
.nameDetail__meta {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

/* Meta blocks */
.metaBlock {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metaLabel {
    font-size: 11px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: rgba(30,36,38,.55);
}

.metaValue {
    font-size: 15px;
    font-weight: 500;
}

/* Price section */
.nameDetail__footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nameDetail__price {
    font-family: var(--font-heading);
    font-size: 24px;
    letter-spacing: .04em;
    color: var(--color-text);
}

.nameDetail__cta .link-arrow {
    font-size: 15px;
}

/* Note below card */
.cta__note {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(30,36,38,.65);
}

/* Mobile adjustments */
@media (max-width: 860px) {
    .nameDetail__meta {
        padding: 20px;
    }

    .nameDetail__price {
        font-size: 22px;
    }
}

/* ============================================================
   NAME DETAIL — Extended Content
============================================================ */

.nameDetail__extendedInner {
    margin-top: 42px;
    max-width: 640px;
}

    .nameDetail__extendedInner h3 {
        margin-top: 32px;
        margin-bottom: 12px;
        font-size: 14px;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: rgba(30,36,38,.70);
    }

    .nameDetail__extendedInner p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 16px;
        color: rgba(30,36,38,.82);
    }

    /* Closing line refinement */
    .nameDetail__extendedInner .manifest__closing {
        margin-top: 24px;
        font-family: var(--font-heading);
        font-size: 16px;
        letter-spacing: .05em;
        color: rgba(30,36,38,.90);
    }

/* ============================================================
   NAME DETAIL — Meta card (boutique alignment)
============================================================ */

.nameDetail__meta {
    background: var(--card-bg);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px;
    padding: 20px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    align-self: start;
}

    /* tighter rhythm between blocks */
    .nameDetail__meta .metaBlock + .metaBlock {
        margin-top: 14px;
    }

/* labels already exist; make them calmer + consistent */
.metaLabel {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(30,36,38,.48);
}

.metaValue {
    font-size: 15px;
    color: rgba(30,36,38,.90);
}

/* Price area: remove “badge/pill” feel, make it typographic */
.nameDetail__footer {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.nameDetail__price {
    font-family: var(--font-heading);
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: .02em;
    color: var(--color-text);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

/* CTA: make it look like your “link-arrow” system (not a button) */
.nameDetail__cta {
    margin-top: 0;
}

    .nameDetail__cta .link-arrow {
        font-family: var(--font-heading);
        letter-spacing: .04em;
        color: var(--color-accent);
    }

        .nameDetail__cta .link-arrow:hover {
            color: var(--color-text);
        }

/* supporting note */
.cta__note {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(30,36,38,.62);
    max-width: none;
}

/* Optional: subtle divider between meta blocks and price area */
.nameDetail__meta .metaBlock:last-of-type {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.nameDetail__meta .nameDetail__footer {
    padding-top: 14px;
}

/* Mobile: keep breathing room */
@media (max-width: 860px) {
    .nameDetail__meta {
        padding: 18px;
    }

    .nameDetail__price {
        font-size: 28px;
    }
}