/* intro v25 — Sagmeister ticket: corner patch, spiral binding, ticket perforation, square thumb */

/* Corner accent patch → triangle */
.intro-tkt__patch {
    width: 10rem;
    height: 10rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.9;
}
.intro-tkt__spiral { height: 1rem; }
.intro-tkt__body { min-width: 0; }
.intro-tkt__close { width: 2rem; height: 2rem; }

/* Torn notebook spiral binding holes (colour from Tailwind text-*, holes via mask) */
.intro-tkt__spiral {
    -webkit-mask: radial-gradient(circle 5px at center, black 98%, transparent 100%) 0 0 / 30px 100%;
    mask: radial-gradient(circle 5px at center, black 98%, transparent 100%) 0 0 / 30px 100%;
    background: currentColor;
    opacity: 0.5;
}

/* Square cropped thumbnail */
.intro-tkt__thumb {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
}

/* Ticket stub perforation (currentColor from the card text) */
.intro-tkt__ticket { transition: box-shadow 240ms ease; }
.intro-tkt__ticket::after {
    content: "";
    position: absolute;
    top: 0.75rem;
    bottom: 0.75rem;
    left: 7.5rem;
    border-left: 2px dashed currentColor;
    opacity: 0.25;
    pointer-events: none;
}
@media (max-width: 575.98px) {
    .intro-tkt__ticket::after { display: none; }
}

.content-trio-showcase__image {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.content-trio-showcase__image--tall {
    height: 14rem;
}

.content-trio-showcase__image--short {
    height: 8rem;
}

.content-trio-showcase__card-lift {
    transition: transform 180ms ease;
}

.content-trio-showcase__card-lift:hover {
    transform: translateY(-0.25rem);
}

.content-trio-showcase__float {
    animation: content-trio-showcase-float 7s ease-in-out infinite;
}

.content-trio-showcase__rail {
    width: 100%;
    height: 0.25rem;
}

.content-trio-showcase__thumb {
    width: 7rem;
    height: 5rem;
    object-fit: cover;
}

.content-flex-min {
    min-width: 0;
}

.content-flex-min {
    min-width: 0;
}

.content-trio-showcase__badge {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 768px) {
    .content-trio-showcase__rail {
        width: 0.25rem;
        height: auto;
    }
}

@keyframes content-trio-showcase-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(0.5rem); }
}

.content-trio-showcase__dot {
    width: 0.5rem;
    height: 0.5rem;
}

.content-trio-showcase__float {
    width: 6rem;
    height: 6rem;
}

@media (min-width: 768px) {
    .content-trio-showcase__offset {
        margin-top: 2.5rem;
    }
}

.glossary-v2-cluster__card {
    width: 100%;
}

@media (min-width: 992px) {
    .glossary-v2-cluster__card {
        width: calc(50% - 0.75rem); /* For gap-4 (1.5rem) -> half is 0.75rem */
    }
}

.tips-cards__card {
    max-width: 24rem;
}

/* subscribe v14 — geometry shared by both CSS frameworks (Bootstrap has no utilities for it) */
.mailing-editorial-quote__section--py-4xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.mxw-3xl {
    max-width: 48rem !important;
}

.mxw-sm {
    max-width: 24rem !important;
}

.mailing-editorial-quote__kicker {
    font-size: 0.75rem;
    letter-spacing: 0.025em;
}

.mailing-editorial-quote__mark {
    top: -1.5rem;
    inset-inline-start: 0;
    font-size: 6rem;
    line-height: 1;
}

.mailing-editorial-quote__quote {
    font-size: 1.5rem;
    line-height: 1.375;
    margin-bottom: 2.5rem;
}

.mailing-editorial-quote__intro {
    margin-bottom: 2.5rem;
}

.mailing-editorial-quote__intro::first-letter {
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 600;
    float: left;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
}

.mailing-editorial-quote__rule {
    width: 4rem;
    margin-bottom: 2.5rem;
}

.mailing-editorial-quote__row {
    flex-direction: column;
    gap: 0.75rem;
}

.mailing-editorial-quote__input {
    min-width: 0;
    padding: 0.75rem 1rem;
}

.mailing-editorial-quote__cta {
    width: 100%;
    padding: 0.75rem 1.5rem;
}

@media (min-width: 640px) {
    .mailing-editorial-quote__row {
        flex-direction: row;
    }

    .mailing-editorial-quote__cta {
        width: auto;
    }
}

@media (min-width: 768px) {
    .mailing-editorial-quote__quote {
        font-size: 2.25rem;
    }
}

