/* Art By Michelle — Commissions Page v1.2 */

/* ── CTA Button ── */
.abm-comm-cta-btn {
    display: inline-block;
    background: #1a1612;
    color: #fff !important;
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 16px 36px;
    text-decoration: none;
    border: none;
    margin: 0.5rem 0 1.5rem;
    transition: background 0.2s;
}
.abm-comm-cta-btn:hover {
    background: #8b5e3c;
    color: #fff !important;
}

/* ── Pricing grid ── */
.abm-comm-pricing {
    margin: 1.5rem 0 2rem;
}
.abm-comm-grid {
    display: grid;
    border: 0.5px solid rgba(26,22,18,0.18);
}
@media (max-width: 600px) {
    .abm-comm-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
.abm-comm-card {
    padding: 2.2rem 1.2rem 2rem;
    text-align: center;
    border-right: 0.5px solid rgba(26,22,18,0.18);
    position: relative;
    background: #faf8f5;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: default;
    z-index: 1;
}
.abm-comm-card:hover {
    background: #f0ebe3;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(26,22,18,0.09);
    z-index: 2;
}
.abm-comm-card:last-child { border-right: none; }
@media (max-width: 600px) {
    .abm-comm-card:nth-child(2) { border-right: none; }
    .abm-comm-card:nth-child(1),
    .abm-comm-card:nth-child(2) { border-bottom: 0.5px solid rgba(26,22,18,0.18); }
}
.abm-comm-featured {
    background: #f2ebe0 !important;
}
.abm-comm-featured:hover {
    background: #ede3d4 !important;
    box-shadow: 0 12px 32px rgba(139,94,60,0.14) !important;
}
.abm-comm-badge {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #8b5e3c;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    white-space: nowrap;
}
.abm-comm-size {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1612;
    margin: 0.8rem 0 0.2rem;
    line-height: 1;
}
.abm-comm-size-sub {
    font-size: 10px;
    color: #6b5f53;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 1.4rem;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}
.abm-comm-divider {
    width: 28px;
    height: 1px;
    background: rgba(26,22,18,0.18);
    margin: 0 auto 1.4rem;
}
.abm-comm-price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #1a1612;
    margin: 0;
    transition: color 0.2s;
}
.abm-comm-card:hover .abm-comm-price {
    color: #8b5e3c;
}
.abm-comm-price-accent {
    color: #8b5e3c;
}
.abm-comm-featured:hover .abm-comm-price-accent {
    color: #6e4a2d;
}

/* ── Digital add-on section ── */
.abm-comm-digital-section {
    margin-top: 1.5rem;
}
.abm-comm-digital-label {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6b5f53;
    margin: 0 0 0.9rem;
}
.abm-comm-digital-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 0.5px solid rgba(26,22,18,0.18);
    overflow: hidden;
    margin-top: 0.5rem;
}
.abm-dig-info {
    padding: 1.4rem;
    background: #faf8f5;
    border-right: 0.5px solid rgba(26,22,18,0.18);
}
.abm-dig-info-title {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b5f53;
    margin: 0 0 0.5rem;
}
.abm-dig-info-desc {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #6b5f53;
    line-height: 1.65;
    margin: 0;
}
.abm-dig-price-wrap {
    padding: 1.4rem;
    background: #f2ebe0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
}
.abm-dig-price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    color: #8b5e3c;
    margin: 0;
    line-height: 1;
}
.abm-dig-add {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8b5e3c;
    opacity: 0.7;
    margin: 0;
}

/* ══════════════════════════════════════════
   Commission Gallery Slider — v1.2 (enhanced)
   ══════════════════════════════════════════ */

.abm-slider-section {
    margin: 5rem 0 0;
    padding: 3.5rem 0 0;
    border-top: 1px solid rgba(26,22,18,0.1);
}

.abm-slider-label {
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8b5e3c;
    font-weight: 600;
    margin: 0 0 1.6rem;
    font-family: 'Jost', sans-serif;
}

/* Outer wrapper */
.abm-slider {
    position: relative;
    overflow: hidden;
    background: #1a1612;
    border-radius: 2px;
    box-shadow: 0 8px 40px rgba(26,22,18,0.18);
}

/* Track */
.abm-slider-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
}

/* Individual slide */
.abm-slide {
    min-width: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.abm-slide img {
    width: 100%;
    height: 520px;
    object-fit: contain;
    display: block;
    background: #1a1612;
    transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Subtle zoom on active slide */
.abm-slide.is-active img {
    transform: scale(1.02);
}

/* Dark gradient overlay at bottom */
.abm-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 55%,
        rgba(26,22,18,0.55) 100%
    );
    pointer-events: none;
}

@media (max-width: 600px) {
    .abm-slide img { height: 300px; }
}

/* ── Arrow buttons ── */
.abm-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(250,248,245,0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(250,248,245,0.25);
    color: #faf8f5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
    z-index: 3;
}

.abm-slider-arrow:hover {
    background: rgba(139,94,60,0.7);
    border-color: rgba(139,94,60,0.8);
    transform: translateY(-50%) scale(1.08);
}

.abm-slider-prev { left: 16px; }
.abm-slider-next { right: 16px; }


/* ── Dot indicators ── */
.abm-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1.2rem;
    padding-bottom: 0.5rem;
}

.abm-slider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(26,22,18,0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.25s, transform 0.25s, width 0.25s;
}

.abm-slider-dot.active {
    background: #8b5e3c;
    transform: scale(1.3);
    width: 20px;
    border-radius: 4px;
}

.abm-slider-dot:hover:not(.active) {
    background: rgba(139,94,60,0.45);
    transform: scale(1.2);
}
