/* 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; }
}

.reversed-layout__cart-btn.reversed-layout__cart-btn--added {
  opacity: 0.6;
  cursor: not-allowed;
  transform: scale(1);
}

.reversed-layout__cta-hover:hover { transform: scale(1.05); transition: transform .2s ease; }

.reversed-layout__btn-hover:hover { transform: scale(1.05); transition: transform .2s ease; }

.reversed-layout__grid-space {
    margin-bottom: 4rem;
}

.reversed-layout__grid-gap {
    gap: 4rem;
}

/* Match Tailwind flex-1 min-w-0 (flex-row-reverse: main column still needs flex-basis 0) */
.reversed-layout__main-slot {
    width: 100%;
    min-width: 0;
}

@media (min-width: 768px) {
    .reversed-layout__main-slot {
        flex: 1 1 0%;
        width: auto;
    }
}

.reversed-layout__cover {
    height: 26rem;
}

.reversed-layout__badge {
    width: 1.75rem;
    height: 1.75rem;
}

@media (min-width: 768px) {
    .reversed-layout__sticky-col {
        position: sticky;
        top: 2rem;
        flex: 0 0 auto;
        width: 41.6667%;
        max-width: 41.6667%;
    }
}

.mxw-6xl { max-width: 72rem !important; }

.features-minimal__decor--pulse {
    animation: features-minimal-pulse-kf 2s infinite;
}
.features-minimal__decor--bounce {
    animation: features-minimal-bounce-kf 2s infinite;
    transform: rotate(-6deg);
}
.features-minimal__decor--spin {
    animation: features-minimal-spin-kf 4s linear infinite;
}
.features-minimal__decor--pulse-small {
    animation: features-minimal-pulse-kf 2s infinite;
}

/* BS-mode: make decorative shapes subtle */
.features-minimal__decor--blob {
    opacity: 0.12;
}
.features-minimal__decor--shape {
    opacity: 0.18;
}

.features-minimal__item:last-child {
    border-bottom: none !important;
}

.features-minimal__item:hover .features-minimal__icon {
    transform: scale(1.05);
}

@keyframes features-minimal-pulse-kf {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}
@keyframes features-minimal-bounce-kf {
    0%, 100% { transform: translateY(-25%) rotate(-6deg); animation-timing-function: cubic-bezier(0.8,0,1,1); }
    50% { transform: none rotate(-6deg); animation-timing-function: cubic-bezier(0,0,0.2,1); }
}
@keyframes features-minimal-spin-kf {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* -- Feature card hover -- */
.feat-card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feat-card-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.12) !important;
}

/* -- Icon box sizing -- */
.feat-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 2.5rem;
    min-height: 2.5rem;
}
.feat-icon-box--lg {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
}
.feat-icon-box--xl {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
}
.feat-icon-box--circle {
    border-radius: 50%;
}

/* -- Nav/filmstrip button hover -- */
.feat-btn-nav {
    transition: transform 0.15s ease, background-color 0.15s ease;
}
.feat-btn-nav:hover {
    transform: scale(1.1);
}

/* -- Table row hover -- */
.feat-table-row-hover {
    transition: background-color 0.15s ease;
}
.feat-table-row-hover:hover {
    background-color: var(--bs-primary-bg-subtle) !important;
}

/* -- Accordion item hover -- */
.feat-accordion-hover summary:hover {
    background-color: var(--bs-primary-bg-subtle);
    border-radius: 0.75rem;
}

/* -- DL item hover -- */
.feat-dl-item-hover {
    transition: background-color 0.15s ease;
    border-radius: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.feat-dl-item-hover:hover {
    background-color: var(--bs-primary-bg-subtle);
}

/* -- Deck button hover -- */
.feat-deck-btn {
    transition: filter 0.2s ease, transform 0.15s ease;
}
.feat-deck-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

/* BS-mode decorative shapes — subtle */
.features-minimal__decor--bs-blob {
    width: 16rem;
    height: 16rem;
    background-color: var(--bs-primary-bg-subtle);
    opacity: 0.35;
    filter: blur(48px);
}
.features-minimal__decor--bs-shape {
    opacity: 0.15;
}
.orbit-spotlight-quote__portrait {
    width: 6rem;
    height: 6rem;
}


.action-boost__section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    min-height: 500px;
}

.action-boost__prompt--glow:hover { transform: scale(1.05); transition: transform .2s ease; }

