.ai-dtc-brand-home {
    --choolip-cream: #f1e7d4;
    --choolip-cream-soft: #f8f1e6;
    --choolip-card: #f6edde;
    --choolip-ink: #303b5f;
    --choolip-muted: rgba(48, 59, 95, 0.62);
    --choolip-blue: #728aa0;
    --choolip-mint: #b9dddd;
    --choolip-accent: #c06e4d;
    background:
        radial-gradient(circle at 12% 18%, rgba(185, 221, 221, 0.55), transparent 26rem),
        radial-gradient(circle at 92% 42%, rgba(192, 110, 77, 0.16), transparent 24rem),
        linear-gradient(180deg, var(--choolip-cream), #efe1ca 48%, var(--choolip-cream-soft));
    color: var(--choolip-ink);
    font-family: Optima, Candara, "Avenir Next", "Segoe UI", sans-serif;
    overflow: hidden;
    position: relative;
}

.ai-dtc-brand-home h1,
.ai-dtc-brand-home h2,
.ai-dtc-brand-home h3 {
    font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    font-weight: 500;
}

.ai-dtc-brand-home::before {
    background-image:
        linear-gradient(rgba(48, 59, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(48, 59, 95, 0.03) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.ai-dtc-brand-home > section {
    position: relative;
    z-index: 1;
}

.ai-dtc-home-ambient {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.ai-dtc-home-ambient span {
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.58;
    position: absolute;
}

.ai-dtc-home-ambient span:nth-child(1) {
    background: rgba(185, 221, 221, 0.45);
    height: 22rem;
    left: -8rem;
    top: 52rem;
    width: 22rem;
}

.ai-dtc-home-ambient span:nth-child(2) {
    background: rgba(192, 110, 77, 0.16);
    height: 30rem;
    right: -12rem;
    top: 78rem;
    width: 30rem;
}

.ai-dtc-home-ambient span:nth-child(3) {
    background: rgba(48, 59, 95, 0.1);
    bottom: 18rem;
    height: 18rem;
    left: 18%;
    width: 18rem;
}

.ai-dtc-home-eyebrow,
.ai-dtc-home-section-kicker {
    color: var(--choolip-mint);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ai-dtc-home-section-heading {
    margin: 0 auto 2.5rem;
    max-width: 720px;
    text-align: center;
}

.ai-dtc-home-section-heading h2 {
    color: var(--choolip-ink);
    font-size: clamp(2.1rem, 4.6vw, 3.8rem);
    line-height: 1.05;
    margin: 0.45rem 0 0;
}

.ai-dtc-home-section-heading p {
    color: var(--choolip-muted);
    font-size: 0.95rem;
    line-height: 1.75;
    margin: 0.75rem auto 0;
    max-width: 560px;
}

.ai-dtc-home-hero {
    background: #202845;
    cursor: grab;
    max-height: none;
    min-height: 560px;
    overflow: hidden;
    position: relative;
}

.ai-dtc-home-hero__slide {
    display: none;
    height: 92vh;
    min-height: 560px;
    position: relative;
}

.ai-dtc-home-hero__slide.is-active {
    display: block;
}

.ai-dtc-home-hero__slide.is-active .ai-dtc-home-hero__panel {
    animation: ai-dtc-home-panel-in 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.ai-dtc-home-hero__slide img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.ai-dtc-home-hero__slide::after {
    background:
        radial-gradient(circle at 18% 58%, rgba(185, 221, 221, 0.18), transparent 20rem),
        linear-gradient(90deg, rgba(32, 40, 69, 0.86), rgba(32, 40, 69, 0.36) 48%, rgba(32, 40, 69, 0.04));
    content: "";
    inset: 0;
    position: absolute;
}

.ai-dtc-home-hero__copy {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: 0 clamp(1.5rem, 6vw, 5rem);
    position: relative;
    z-index: 2;
}

.ai-dtc-home-hero__panel {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08)),
        rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 24px 70px rgba(15, 20, 38, 0.22);
    max-width: 32rem;
    padding: clamp(1.45rem, 3.5vw, 2.6rem);
    transform: translateY(8px);
}

@supports (backdrop-filter: blur(12px)) {
    .ai-dtc-home-hero__panel {
        backdrop-filter: blur(14px);
    }
}

.ai-dtc-home-hero__label {
    background: var(--choolip-blue);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    margin: 0.75rem 0 1rem;
    padding: 0.38rem 0.75rem;
    text-transform: uppercase;
}

.ai-dtc-home-hero h1 {
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.7rem);
    line-height: 1.03;
    margin: 0;
}

.ai-dtc-home-hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.95rem, 1.5vw, 1.15rem);
    line-height: 1.75;
    margin: 1rem 0 1.6rem;
}

.ai-dtc-home-hero__count {
    color: rgba(255, 255, 255, 0.58);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 1.15rem;
}

.ai-dtc-home-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.ai-dtc-home-hero__actions a,
.ai-dtc-home-clubhouse a {
    background: var(--choolip-blue);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.86rem 1.45rem;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.22s ease;
}

.ai-dtc-home-hero__actions a:hover,
.ai-dtc-home-clubhouse a:hover,
.ai-dtc-newsletter__form button:hover {
    background: #5f788f;
    transform: translateY(-2px);
}

.ai-dtc-home-hero__actions strong {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    font-size: 0.78rem;
    padding: 0.78rem 1rem;
}

.ai-dtc-home-hero__nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 2rem;
    height: 2.7rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.7rem;
    z-index: 3;
    transition: background 0.22s ease, transform 0.22s ease;
}

.ai-dtc-home-hero__nav:hover {
    background: rgba(255, 255, 255, 0.34);
    transform: translateY(-50%) scale(1.04);
}

.ai-dtc-home-hero__nav--prev {
    left: 1.5rem;
}

.ai-dtc-home-hero__nav--next {
    right: 1.5rem;
}

.ai-dtc-home-hero__certs {
    align-items: center;
    bottom: 1.5rem;
    display: flex;
    gap: 0.85rem;
    position: absolute;
    right: clamp(1.5rem, 4vw, 3rem);
    z-index: 3;
}

.ai-dtc-home-hero__certs img {
    filter: drop-shadow(0 12px 18px rgba(18, 22, 40, 0.25));
    height: clamp(3.5rem, 6vw, 4.6rem);
    object-fit: contain;
    opacity: 0.76;
    width: clamp(3.5rem, 6vw, 4.6rem);
}

.ai-dtc-home-hero__dots {
    bottom: 1.9rem;
    display: flex;
    gap: 0.55rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.ai-dtc-home-hero__dots span {
    background: rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    height: 0.62rem;
    transition: width 0.25s ease, background 0.25s ease;
    width: 0.62rem;
}

.ai-dtc-home-hero__dots span.is-active {
    background: #fff;
    width: 1.7rem;
}

.ai-dtc-home-trust {
    background: var(--choolip-cream);
    padding: clamp(3.5rem, 7vw, 5rem) 1.5rem;
}

.ai-dtc-home-trust__grid {
    display: grid;
    gap: 1.35rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 72rem;
}

.ai-dtc-home-trust article {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    text-align: center;
    transition: transform 0.28s ease;
}

.ai-dtc-home-trust article:hover {
    transform: translateY(-4px);
}

.ai-dtc-home-trust article span {
    color: var(--choolip-accent);
    font-size: 2rem;
    line-height: 1;
}

.ai-dtc-home-trust h3 {
    color: var(--choolip-ink);
    font-size: 1rem;
    margin: 0;
}

.ai-dtc-home-trust p {
    color: var(--choolip-muted);
    font-size: 0.86rem;
    line-height: 1.65;
    margin: 0;
}

.ai-dtc-home-reviews {
    background: rgba(192, 110, 77, 0.08);
    padding: clamp(3.5rem, 7vw, 5rem) 0;
}

.ai-dtc-home-reviews__track {
    display: flex;
    gap: 1rem;
    margin: 0 auto;
    max-width: 76rem;
    overflow-x: auto;
    padding: 0 1.5rem 0.5rem;
    scroll-snap-type: x mandatory;
}

.ai-dtc-home-reviews__track::-webkit-scrollbar {
    display: none;
}

.ai-dtc-home-review-card {
    background: rgba(255, 249, 240, 0.92);
    border: 1px solid rgba(48, 59, 95, 0.09);
    box-shadow: 0 18px 44px rgba(96, 67, 50, 0.08);
    display: flex;
    flex: 0 0 330px;
    flex-direction: column;
    min-height: 440px;
    overflow: hidden;
    scroll-snap-align: center;
}

.ai-dtc-home-review-card__media {
    align-items: center;
    aspect-ratio: 1 / 0.78;
    background: linear-gradient(135deg, rgba(185, 221, 221, 0.5), rgba(255, 231, 216, 0.85));
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.ai-dtc-home-review-card__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ai-dtc-home-review-card__media.is-empty span {
    color: var(--choolip-accent);
    font-size: 2.6rem;
}

.ai-dtc-home-review-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.35rem 1.35rem 1.45rem;
}

.ai-dtc-home-reviews__stars {
    color: var(--choolip-accent);
    letter-spacing: 0.12em;
}

.ai-dtc-home-review-card p {
    color: rgba(48, 59, 95, 0.72);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.96rem;
    line-height: 1.75;
    margin: 0;
}

.ai-dtc-home-review-card footer {
    align-items: center;
    color: rgba(48, 59, 95, 0.78);
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: auto;
}

.ai-dtc-home-review-card footer strong {
    font-size: 0.86rem;
}

.ai-dtc-home-review-card footer span {
    color: rgba(48, 59, 95, 0.5);
    font-size: 0.72rem;
    font-weight: 500;
}

.ai-dtc-home-review-card footer em {
    background: rgba(72, 131, 99, 0.12);
    border-radius: 999px;
    color: #3c8060;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.28rem 0.55rem;
    text-transform: uppercase;
}

.ai-dtc-home-featured {
    align-items: center;
    background: var(--choolip-cream);
    display: grid;
    gap: clamp(1.75rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: clamp(3rem, 7vw, 5rem) max(1.5rem, calc((100% - 72rem) / 2));
}

.ai-dtc-home-featured__media {
    position: relative;
}

.ai-dtc-home-featured__glow {
    background: rgba(185, 221, 221, 0.28);
    inset: -1rem;
    position: absolute;
    z-index: 0;
}

.ai-dtc-home-featured__media .ai-dtc-product-card {
    position: relative;
    z-index: 1;
}

.ai-dtc-home-featured__media .ai-dtc-product-card__media {
    aspect-ratio: 1 / 1;
    box-shadow: 0 24px 45px rgba(48, 59, 95, 0.12);
    min-height: 0;
}

.ai-dtc-home-featured__copy {
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
}

.ai-dtc-home-featured__badge {
    align-self: flex-start;
    background: var(--choolip-accent);
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    padding: 0.5rem 0.9rem;
    text-transform: uppercase;
}

.ai-dtc-home-featured h2 {
    color: var(--choolip-ink);
    font-size: clamp(2rem, 3.5vw, 3.1rem);
    line-height: 1.05;
    margin: 0;
}

.ai-dtc-home-featured__copy p,
.ai-dtc-home-clubhouse p {
    color: var(--choolip-muted);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}

.ai-dtc-home-featured__ingredients {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding-top: 0.4rem;
}

.ai-dtc-home-featured__ingredients > span {
    color: rgba(48, 59, 95, 0.42);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ai-dtc-home-featured__ingredients ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ai-dtc-home-featured__ingredients li {
    border: 1px solid rgba(48, 59, 95, 0.16);
    border-radius: 999px;
    color: rgba(48, 59, 95, 0.75);
    font-size: 0.78rem;
    padding: 0.48rem 0.8rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ai-dtc-home-featured__ingredients li:hover {
    background: rgba(114, 138, 160, 0.08);
    border-color: rgba(114, 138, 160, 0.5);
    color: var(--choolip-blue);
}

.ai-dtc-home-featured__purchase {
    align-items: center;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: auto auto minmax(9rem, 1fr);
    margin-top: 0.1rem;
}

.ai-dtc-home-featured__purchase p {
    color: var(--choolip-ink);
    font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    font-size: 1.55rem;
    line-height: 1;
    white-space: nowrap;
}

.ai-dtc-home-featured__purchase div {
    align-items: center;
    border: 1px solid rgba(48, 59, 95, 0.16);
    border-radius: 999px;
    display: inline-flex;
    min-height: 2.8rem;
    overflow: hidden;
}

.ai-dtc-home-featured__purchase span,
.ai-dtc-home-featured__purchase strong {
    align-items: center;
    color: var(--choolip-ink);
    display: inline-flex;
    font-size: 0.86rem;
    height: 2.8rem;
    justify-content: center;
    min-width: 2.45rem;
}

.ai-dtc-home-featured__purchase a {
    align-items: center;
    background: var(--choolip-blue);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0 1.45rem;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.22s ease;
}

.ai-dtc-home-featured__purchase a:hover {
    background: #5f788f;
    transform: translateY(-2px);
}

.ai-dtc-home-featured__badges {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ai-dtc-home-featured__badges p {
    color: rgba(48, 59, 95, 0.58);
    font-size: 0.78rem;
    line-height: 1.3;
}

.ai-dtc-home-featured__note {
    color: rgba(48, 59, 95, 0.44);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.ai-dtc-home-best-sellers {
    background: var(--choolip-cream-soft);
    padding: clamp(3.5rem, 7vw, 5rem) 1.5rem;
}

.ai-dtc-home-products {
    display: flex;
    gap: 1.25rem;
    margin: 0 auto;
    max-width: 76rem;
    overflow-x: auto;
    padding-bottom: 0.8rem;
    scroll-snap-type: x mandatory;
}

.ai-dtc-home-products::-webkit-scrollbar {
    display: none;
}

.ai-dtc-home-product-card {
    color: var(--choolip-ink);
    flex: 0 0 min(20rem, 78vw);
    scroll-snap-align: start;
}

.ai-dtc-home-product-card__media {
    align-items: center;
    aspect-ratio: 1 / 1.04;
    background: var(--choolip-card);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ai-dtc-home-product-card__media::after {
    background: linear-gradient(180deg, transparent 52%, rgba(48, 59, 95, 0.1));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ai-dtc-home-product-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.ai-dtc-home-product-card:hover .ai-dtc-home-product-card__media img {
    transform: scale(1.04);
}

.ai-dtc-home-product-card__media span {
    background: var(--choolip-accent);
    border-radius: 999px;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    left: 0.8rem;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.65rem;
    position: absolute;
    text-transform: uppercase;
    top: 0.8rem;
    z-index: 1;
}

.ai-dtc-home-product-card__body {
    padding-top: 1rem;
}

.ai-dtc-home-product-card__body h3 {
    font-family: Optima, Candara, "Avenir Next", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

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

.ai-dtc-home-product-card__body p {
    color: var(--choolip-muted);
    font-size: 0.82rem;
    line-height: 1.55;
    margin: 0.5rem 0 0;
}

.ai-dtc-home-product-card__price {
    color: var(--choolip-ink);
    font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    font-size: 1.3rem;
    margin-top: 0.85rem;
}

.ai-dtc-home-product-card__purchase {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.ai-dtc-home-product-card__qty {
    align-items: center;
    border: 1px solid rgba(48, 59, 95, 0.16);
    border-radius: 999px;
    display: inline-flex;
    overflow: hidden;
}

.ai-dtc-home-product-card__qty span,
.ai-dtc-home-product-card__qty strong {
    align-items: center;
    display: inline-flex;
    font-size: 0.78rem;
    height: 2.45rem;
    justify-content: center;
    min-width: 2.15rem;
}

.ai-dtc-home-product-card__add {
    align-items: center;
    background: var(--choolip-blue);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    flex: 1;
    font-size: 0.78rem;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0 1rem;
    transition: background 0.22s ease, transform 0.22s ease;
}

.ai-dtc-home-product-card__add:hover {
    background: #5f788f;
    transform: translateY(-2px);
}

.ai-dtc-product-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--choolip-ink);
    overflow: visible;
    text-align: left;
    transition: transform 0.28s ease;
}

.ai-dtc-product-card:hover {
    transform: translateY(-5px);
}

.ai-dtc-product-card__media {
    align-items: center;
    aspect-ratio: 1 / 1.05;
    background: var(--choolip-card);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.ai-dtc-product-card__media::after {
    background: linear-gradient(180deg, transparent 48%, rgba(48, 59, 95, 0.08));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ai-dtc-product-card__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.ai-dtc-product-card:hover .ai-dtc-product-card__media img {
    transform: scale(1.045);
}

/* Hover image swap */
.ai-dtc-product-card__img-primary {
    position: relative;
    z-index: 1;
}

.ai-dtc-product-card__img-hover {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.35s ease;
}

.ai-dtc-product-card:hover .ai-dtc-product-card__img-hover {
    opacity: 1;
}

.ai-dtc-product-card__media span {
    background: rgba(48, 59, 95, 0.9);
    border-radius: 999px;
    color: #fff;
    font-size: 0.65rem;
    left: 0.75rem;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.65rem;
    position: absolute;
    text-transform: uppercase;
    top: 0.75rem;
}

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

.ai-dtc-product-card__body h3 {
    font-family: Optima, Candara, "Avenir Next", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

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

.ai-dtc-product-card__body p {
    color: var(--choolip-muted);
    font-size: 0.8rem;
    line-height: 1.55;
    margin: 0.5rem 0 0;
}

.ai-dtc-product-card__footer {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
    margin-top: 1rem;
}

.ai-dtc-product-card__footer strong {
    font-size: 0.82rem;
}

.ai-dtc-product-card__footer a {
    color: rgba(48, 59, 95, 0.66);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.ai-dtc-home-series {
    background: var(--choolip-cream);
    padding: clamp(3.5rem, 7vw, 5rem) max(1.5rem, calc((100% - 76rem) / 2));
}

.ai-dtc-home-gateway {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-dtc-home-gateway a {
    color: inherit;
    min-height: 25rem;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ai-dtc-home-gateway img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: transform 0.35s ease;
    width: 100%;
}

.ai-dtc-home-gateway a::after {
    background:
        radial-gradient(circle at 28% 22%, rgba(185, 221, 221, 0.22), transparent 14rem),
        linear-gradient(180deg, transparent 12%, rgba(32, 40, 69, 0.78));
    content: "";
    inset: 0;
    position: absolute;
}

.ai-dtc-home-gateway a:hover img {
    transform: scale(1.04);
}

.ai-dtc-home-gateway h2,
.ai-dtc-home-gateway p,
.ai-dtc-home-gateway__eyebrow {
    color: #fff;
    left: 1.5rem;
    position: absolute;
    right: 1.5rem;
    z-index: 1;
}

.ai-dtc-home-gateway__eyebrow {
    bottom: 6.7rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ai-dtc-home-gateway h2 {
    bottom: 4.4rem;
    font-size: 1.55rem;
    margin: 0;
}

.ai-dtc-home-gateway p {
    bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.ai-dtc-home-clubhouse {
    align-items: center;
    background: var(--choolip-cream);
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    padding: 0 max(1.5rem, calc((100% - 72rem) / 2)) clamp(3.5rem, 7vw, 5rem);
}

.ai-dtc-home-clubhouse img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ai-dtc-home-clubhouse div {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.2)),
        rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(48, 59, 95, 0.12);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.ai-dtc-home-clubhouse h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    margin: 0 0 1rem;
}

.ai-dtc-home-clubhouse a {
    margin-top: 1.5rem;
}

.ai-dtc-newsletter {
    background:
        radial-gradient(circle at 50% 0%, rgba(185, 221, 221, 0.36), transparent 24rem),
        rgba(192, 110, 77, 0.1);
    border-top: 1px solid rgba(192, 110, 77, 0.18);
    color: var(--choolip-ink);
    padding: clamp(3.5rem, 7vw, 5rem) 1.5rem;
    text-align: center;
}

.ai-dtc-newsletter__inner {
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(192, 110, 77, 0.18);
    box-shadow: 0 22px 70px rgba(48, 59, 95, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin: 0 auto;
    max-width: 42rem;
    padding: clamp(2rem, 5vw, 3.5rem);
}

.ai-dtc-newsletter__kicker {
    color: var(--choolip-accent);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ai-dtc-newsletter h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 500;
    margin: 0;
}

.ai-dtc-newsletter p {
    color: var(--choolip-muted);
    line-height: 1.7;
    margin: 0.8rem auto 0;
    max-width: 40rem;
}

.ai-dtc-newsletter__form {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin: 1.8rem auto 0;
    max-width: 40rem;
}

.ai-dtc-newsletter__message {
    color: var(--choolip-ink);
    font-weight: 600;
}

.ai-dtc-newsletter__form input {
    background: #fff;
    border: 1px solid rgba(48, 59, 95, 0.16);
    border-radius: 999px;
    flex: 1;
    min-height: 3rem;
    padding: 0 1.2rem;
}

.ai-dtc-newsletter__form button {
    background: var(--choolip-blue);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    padding: 0 1.5rem;
    transition: background 0.22s ease, transform 0.22s ease;
}

.ai-dtc-newsletter small {
    color: rgba(48, 59, 95, 0.42);
    display: block;
    font-size: 0.72rem;
    margin-top: 0.75rem;
}

@keyframes ai-dtc-home-panel-in {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(8px) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

@media (max-width: 900px) {
    .ai-dtc-home-trust__grid,
    .ai-dtc-home-products,
    .ai-dtc-home-gateway,
    .ai-dtc-home-featured,
    .ai-dtc-home-clubhouse {
        grid-template-columns: 1fr 1fr;
    }

    .ai-dtc-home-featured,
    .ai-dtc-home-clubhouse {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ai-dtc-home-hero__slide {
        aspect-ratio: 40 / 36;
        height: auto;
        min-height: 436px;
    }

    .ai-dtc-home-hero__copy {
        align-items: flex-end;
        padding: 1.5rem;
    }

    .ai-dtc-home-hero__panel {
        padding: 1.25rem;
    }

    .ai-dtc-home-hero__nav,
    .ai-dtc-home-hero__certs {
        display: none;
    }

    .ai-dtc-home-trust__grid,
    .ai-dtc-home-products,
    .ai-dtc-home-gateway {
        grid-template-columns: 1fr;
    }

    .ai-dtc-home-gateway a {
        min-height: 20rem;
    }

    .ai-dtc-newsletter__form {
        flex-direction: column;
    }

    .ai-dtc-newsletter__form button {
        min-height: 3rem;
    }
}
