.brand-kit-hero {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .brand-kit-hero {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

.brand-kit-lockup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 2.5rem 1.5rem;
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at 50% 35%, rgba(123, 47, 247, 0.22), transparent 58%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(192, 132, 252, 0.22);
    box-shadow: var(--eq-brand-shell-shadow);
}

.brand-kit-lockup__mark {
    width: min(220px, 72vw);
    height: auto;
    border-radius: 1.5rem;
    box-shadow: var(--eq-glow-purple);
}

.brand-kit-lockup__wordmark {
    font-family: "Conthrax", "Exo 2", "Oxanium", sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    letter-spacing: 0.08em;
    line-height: 1;
}

.brand-kit-lockup__tagline {
    max-width: 28rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
}

.brand-kit-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .brand-kit-grid--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-kit-grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .brand-kit-grid--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.brand-kit-card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.1rem;
}

.brand-kit-card h3 {
    font-family: "Oxanium", "Exo 2", sans-serif;
    font-size: 0.95rem;
    margin-bottom: 0.55rem;
}

.brand-kit-card p,
.brand-kit-card li {
    color: #94a3b8;
    font-size: 0.86rem;
    line-height: 1.55;
}

.brand-color-swatch {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.brand-color-swatch__chip {
    height: 4.5rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-color-swatch__meta strong {
    display: block;
    font-size: 0.82rem;
    color: #e2e8f0;
}

.brand-color-swatch__meta span {
    display: block;
    font-size: 0.74rem;
    color: #64748b;
    font-family: "Oxanium", monospace;
}

.brand-type-sample {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-type-sample:last-child {
    border-bottom: 0;
}

.brand-type-sample__label {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #67e8f9;
    margin-bottom: 0.35rem;
}

.brand-type-sample--display {
    font-family: "Conthrax", "Exo 2", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

.brand-type-sample--headline {
    font-family: "Oxanium", "Exo 2", sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
}

.brand-type-sample--body {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    color: #cbd5e1;
}

.brand-type-sample--accent {
    font-family: "Exo 2", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}

.brand-asset-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 100%;
}

.brand-asset-card__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7.5rem;
    border-radius: 0.85rem;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem;
}

.brand-asset-card__preview img,
.brand-asset-card__preview svg {
    max-width: 100%;
    max-height: 5.5rem;
    height: auto;
}

.brand-asset-card a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #67e8f9;
}

.brand-do-dont {
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .brand-do-dont {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.brand-do-dont__item {
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    font-size: 0.84rem;
    line-height: 1.5;
}

.brand-do-dont__item--do {
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(103, 232, 249, 0.22);
    color: #bae6fd;
}

.brand-do-dont__item--dont {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.22);
    color: #fecaca;
}

html.theme-light .brand-kit-lockup {
    background:
        radial-gradient(circle at 50% 35%, rgba(123, 47, 247, 0.12), transparent 58%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 252, 0.88));
    border-color: rgba(123, 47, 247, 0.18);
}

html.theme-light .brand-kit-card,
html.theme-light .brand-asset-card__preview {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(15, 23, 42, 0.1);
}

html.theme-light .brand-kit-card p,
html.theme-light .brand-kit-card li,
html.theme-light .brand-kit-lockup__tagline {
    color: #475569;
}

html.theme-light .brand-color-swatch__meta strong {
    color: #0f172a;
}
