:root {
    --ai-dtc-ink: #303b5f;
    --ai-dtc-muted: rgba(48, 59, 95, 0.62);
    --ai-dtc-cream: #f1e7d4;
    --ai-dtc-leaf: #728aa0;
    --ai-dtc-border: rgba(48, 59, 95, 0.12);
}

.ai-dtc-brand-header,
.ai-dtc-brand-footer {
    font-family: Optima, Candara, "Avenir Next", "Segoe UI", sans-serif;
}

.ai-dtc-brand-announcement {
    background: rgba(48, 59, 95, 0.94);
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    padding: 0.75rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
}

.ai-dtc-brand-header {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.52);
    border-bottom: 1px solid rgba(48, 59, 95, 0.08);
    color: var(--ai-dtc-ink);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ai-dtc-brand-header__inner {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 64px;
    padding: 0 2rem;
}

.ai-dtc-brand-logo {
    color: var(--ai-dtc-ink);
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.ai-dtc-brand-logo img {
    display: block;
    max-height: 46px;
    max-width: 172px;
}

.ai-dtc-brand-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ai-dtc-brand-nav a {
    color: inherit;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.ai-dtc-brand-footer {
    background: var(--ai-dtc-leaf);
    color: #f7f2e7;
    padding: 4rem 2rem 1.5rem;
}

.ai-dtc-brand-footer .ai-dtc-brand-logo,
.ai-dtc-brand-footer a {
    color: inherit;
}

.ai-dtc-brand-footer__grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(240px, 1.7fr) repeat(3, minmax(130px, 1fr));
    margin: 0 auto 3.5rem;
    max-width: 1280px;
}

.ai-dtc-brand-footer__intro p {
    color: #d8dbc9;
    line-height: 1.7;
    max-width: 340px;
}

.ai-dtc-brand-footer__column {
    display: grid;
    gap: 0.8rem;
}

.ai-dtc-brand-footer__column h2 {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.ai-dtc-brand-footer__column a {
    color: #d8dbc9;
    font-size: 0.9rem;
    text-decoration: none;
}

.ai-dtc-brand-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    gap: 0.6rem;
    margin: 0 auto;
    max-width: 1280px;
    padding-top: 1.5rem;
}

.ai-dtc-brand-payment {
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 4px;
    font-size: 0.72rem;
    padding: 0.3rem 0.45rem;
}

.ai-dtc-product-card {
    background: #fff;
    border-radius: 16px;
    color: var(--ai-dtc-ink);
    overflow: hidden;
}

.ai-dtc-product-card__media {
    background: #f3eee3;
    display: block;
    min-height: 180px;
    position: relative;
}

.ai-dtc-product-card__media img {
    display: block;
    width: 100%;
}

.ai-dtc-product-card__media span {
    background: var(--ai-dtc-leaf);
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    left: 1rem;
    padding: 0.35rem 0.65rem;
    position: absolute;
    top: 1rem;
}

.ai-dtc-product-card__body {
    padding: 1.25rem;
}

.ai-dtc-product-card__body a {
    color: inherit;
    text-decoration: none;
}

.ai-dtc-product-card__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .ai-dtc-brand-header__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .ai-dtc-brand-nav {
        gap: 0.85rem 1.15rem;
    }

    .ai-dtc-brand-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}
